@font-face {
  font-family: Frutiger Bold;
  src: url('../fonts/Linotype---FrutigerLTPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger Roman;
  src: url('../fonts/Linotype---FrutigerLTPro-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger Light;
  src: url('../fonts/Linotype---FrutigerLTPro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --289-c: #092640;
  --7700-c: #00567a;
  --2915-c: #62b5e5;
  --white: #fff;
  --50-2915-c: #b7d9f2;
  --grey: #555;
  --556-c: #6fa287;
  --801-c: #009ace;
  --5615-c: #6a7970;
  --50-7700-c: #91aabc;
  --50-556-c: #b6d0c1;
  --144-c: #ed8b00;
  --268-c: #582c83;
  --187-c: #a6192e;
  --127-c: #fbe682;
  --570-c: #6bcaba;
  --361-c: #43b02a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: -3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  letter-spacing: -3px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

h5 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

h6 {
  color: #7d7d7d;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #5c5c5c;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Source Sans Pro;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.nav {
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--289-c), var(--7700-c) 100%, white);
  flex-flow: column;
  width: 325px;
  padding: 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.logo {
  width: 225px;
}

.nav-container {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.logo-link {
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
  transition: opacity .5s;
}

.logo-link:hover {
  opacity: .7;
}

.nav-menu {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-toggle {
  width: 225px;
  padding: 0;
}

.dropdown {
  width: 225px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-icon {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 20px;
  line-height: 20px;
}

.dropdown-text {
  color: var(--white);
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.dropdown-text._2 {
  margin-top: 30px;
}

.dropdown-list {
  background-color: #0000;
  position: relative;
}

.dropdown-list.w--open {
  margin-top: 15px;
}

.dropdown-link {
  opacity: .7;
  color: var(--white);
  margin-top: 15px;
  padding: 0;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .5s;
}

.dropdown-link:hover {
  opacity: 1;
  color: var(--2915-c);
}

.section {
  background-image: linear-gradient(#00567ab3, #00567ab3), url('../images/Background_1920-x-1080.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 345px;
  padding-right: 20px;
  display: flex;
}

.section._2 {
  border-bottom: 2px solid var(--7700-c);
  background-color: var(--white);
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section._3 {
  background-color: var(--50-2915-c);
  background-image: none;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
  font-family: Old Standard TT, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 78px;
}

.header-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 60px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.section-header {
  color: var(--289-c);
  margin-bottom: 40px;
  font-family: Old Standard TT, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 63px;
}

.h1 {
  color: var(--7700-c);
  text-align: left;
  margin-bottom: 20px;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.body-text {
  color: var(--grey);
  margin-bottom: 40px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.body-text.padding-15 {
  margin-bottom: 15px;
}

.body-text.padding-0 {
  margin-bottom: 0;
}

.h2 {
  color: var(--2915-c);
  text-align: left;
  margin-bottom: 20px;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.list {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.content-dropdown {
  background-color: var(--289-c);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  transition: background-color .5s;
}

.content-dropdown:hover {
  background-color: var(--7700-c);
}

.content-dropdown._2 {
  margin-bottom: 40px;
}

.content-dropdown-toggle {
  width: 100%;
  padding: 20px;
}

.content-dropdown-list {
  position: relative;
}

.content-dropdown-list.w--open {
  background-color: var(--50-2915-c);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.content-dropdown-icon, .content-dropdown-text {
  color: var(--white);
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
}

.button {
  background-color: var(--289-c);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  padding: 20px;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: color .5s, background-color .5s;
}

.button:hover {
  background-color: var(--50-2915-c);
  color: var(--289-c);
}

.media-relations-1, .media-relations-2, .social-media-1, .social-media-2, .social-media-3 {
  width: 0;
  height: 0;
  position: relative;
  top: 755px;
}

.dropdown-text-link {
  color: var(--white);
  text-decoration: none;
}

.media-relations, .social-media, .branding {
  width: 0;
  height: 0;
  position: relative;
  top: 715px;
}

.link {
  color: var(--289-c);
  font-family: Frutiger Bold, Arial, sans-serif;
  font-weight: 700;
  transition: color .5s;
}

.link:hover {
  color: var(--2915-c);
}

.footer-text {
  color: var(--289-c);
  text-align: center;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.body {
  background-color: var(--289-c);
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

html.w-mod-js [data-ix="title-slide-in-1"], html.w-mod-js [data-ix="title-slide-in-2"], html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="services-slide-up-1"], html.w-mod-js [data-ix="services-slide-up-2"], html.w-mod-js [data-ix="services-slide-up-3"] {
  opacity: 0;
}

html.w-mod-js [data-ix="preloader-fade-out"] {
  opacity: 1;
  display: block;
}

html.w-mod-js [data-ix="page-load-fade-in"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 5px;
    font-size: 48px;
    line-height: 46px;
  }

  h2 {
    font-size: 32px;
    line-height: 31px;
  }

  h4 {
    margin-top: 5px;
  }

  h5 {
    margin-bottom: 15px;
    font-size: 15px;
  }

  p {
    font-size: 13px;
    line-height: 21px;
  }

  .nav {
    flex-flow: row;
    align-items: center;
    width: 100%;
    padding: 20px;
    inset: 0% 0% auto;
  }

  .nav-container {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .logo-link.w--current {
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--2915-c);
    padding: 20px;
  }

  .menu-button {
    background-color: var(--2915-c);
    border-radius: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--2915-c);
    opacity: .7;
  }

  .icon {
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 80px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .dropdown {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .dropdown-text._2 {
    text-align: left;
    margin-top: 0;
  }

  .dropdown-link {
    opacity: 1;
    color: var(--289-c);
    transition-property: none;
  }

  .dropdown-link:hover {
    color: var(--289-c);
  }

  .section {
    height: auto;
    padding-top: 195px;
    padding-bottom: 75px;
    padding-left: 20px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .media-relations-1, .media-relations-2, .social-media-1, .social-media-2, .social-media-3 {
    top: -30px;
  }

  .media-relations, .social-media, .branding {
    top: -65px;
  }
}

@media screen and (max-width: 767px) {
  .logo-link.w--current {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }

  h2 {
    font-size: 28px;
    line-height: 27px;
  }

  h4 {
    font-size: 14px;
    line-height: 15px;
  }

  h5 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }

  .logo {
    width: 200px;
  }

  .icon {
    font-size: 72px;
  }

  .section {
    padding-top: 187px;
  }

  .header {
    font-size: 60px;
    line-height: 68px;
  }

  .header-text {
    font-size: 23px;
    line-height: 31px;
  }

  .section-header {
    font-size: 45px;
    line-height: 53px;
  }

  .h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .content-dropdown-icon, .content-dropdown-text {
    font-size: 20px;
    line-height: 20px;
  }

  .button {
    font-size: 25px;
    line-height: 33px;
  }

  .footer-text {
    font-size: 12px;
    line-height: 20px;
  }
}

#w-node-_4a1bf40b-db0b-bbbd-e9be-c854a2373b95-afd9fe87, #w-node-_848ec04b-c7d1-16cd-ba60-c36865e1039c-afd9fe87, #w-node-b410f589-128e-6cd5-f477-0c8bc8934211-afd9fe87, #w-node-dc56119b-b361-41e2-6e61-cb7022990184-afd9fe87, #w-node-c1785ca2-9592-78e2-9bfe-5f808c2f6708-afd9fe87, #w-node-_8dfd376d-45b7-5bfb-9b65-93fbb19aa86b-afd9fe87, #w-node-e41a52ce-338d-bd93-c0f6-67fc752fbe6f-afd9fe87, #w-node-_3532b160-4321-781c-df89-d6d852a0daf5-afd9fe87, #w-node-_49ab7bed-ba73-595f-bc19-4aeaf2820154-afd9fe87 {
  align-self: start;
}


@font-face {
  font-family: 'Frutiger Bold';
  src: url('../fonts/Linotype---FrutigerLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Roman';
  src: url('../fonts/Linotype---FrutigerLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Light';
  src: url('../fonts/Linotype---FrutigerLTPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}