:root {
  --color: white;
  --color-blue: #2c3352;
  --color-turqoise: #00c3b1;
  --color-light: #e6f9f7;
  --color-green-light: #a9c1bd;
  --color-green: #144841;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: PT Serif, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Serif, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
  font-family: Avenir Next, sans-serif;
}

.nav_menu_right {
  width: 45%;
  float: right;
  clear: none;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: block;
}

.navbar_blue {
  height: 6.25rem;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.875rem .625rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown_nav_global {
  color: #2c3352;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.dropdown_nav_global.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown_nav_global.hide {
  display: none;
}

.brand {
  clear: none;
  align-self: center;
  margin-right: .625rem;
}

.brand.w--current {
  margin-right: 0;
  padding-right: .625rem;
}

.icon_nav_global {
  color: #2c3352;
}

.link_block_nav_mobile {
  display: none;
}

.dropdown_link_global {
  color: #00c3b1;
  background-color: #2c3352;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
}

.dropdown_link_global:hover {
  background-color: #495279;
}

.dropdown_link_global.w--current {
  color: #52f0e1;
}

.dropdown__global {
  font-family: Avenir Next, sans-serif;
  font-weight: 600;
}

.button_call_right {
  height: 3.75rem;
  float: right;
  clear: none;
  color: var(--color);
  background-color: #2c3352;
  border-radius: .55rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: 1.25rem;
  padding: .625rem 2rem;
  font-family: Avenir Next, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.button_call_right:hover {
  background-color: #3a4264;
}

.nav-menu {
  width: 48%;
  float: left;
  clear: left;
  flex: none;
  align-self: center;
}

.container_main {
  width: 100%;
  max-width: 90rem;
  clear: left;
  flex: 1;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75rem 6.25rem;
  position: relative;
}

.container_main.flex-centre {
  max-width: 80rem;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.h1 {
  float: none;
  color: #2c3352;
  margin-bottom: 1.25rem;
  font-family: PT Serif, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.h1.text-align-centre {
  text-align: center;
}

.h1.text-align-centre.text-color_white {
  color: #fff;
  align-self: center;
  margin-top: 0;
  font-size: 6vw;
  display: block;
}

.section_header {
  width: 100%;
  height: 100vh;
  clear: left;
  background-image: var(--image-11c3e6d2);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.75rem;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subtitle_top {
  color: #ffd9b1;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Avenir Next, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.1;
}

.section {
  width: 100%;
  float: left;
  clear: left;
  position: relative;
}

.padding-global {
  padding: 10rem 3rem;
}

.container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-2col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.grid-2col.row2 {
  grid-template-rows: auto auto;
}

.html-embed {
  width: 160px;
}

.footer {
  width: 100%;
  float: left;
  clear: left;
  background-color: #2c3352;
  position: relative;
}

.padding-footer {
  padding: 5rem 3rem;
}

.button {
  background-color: var(--color-blue);
  color: var(--color-turqoise);
  border-radius: 8px;
  padding: 21px 32px;
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5rem;
}

.paragraph {
  color: var(--color-blue);
  font-size: 1.125rem;
  line-height: 1.5;
}

.heading {
  color: var(--color-blue);
  font-weight: 700;
}

.spacer__l {
  width: 100%;
  height: 6rem;
}

.img-round {
  border-radius: .5rem;
}

.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav_menu_right {
    width: 100%;
    clear: left;
    flex: none;
    align-self: flex-start;
    display: none;
    position: relative;
  }

  .navbar_blue {
    width: 100%;
    flex-flow: row;
    align-content: center;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: .625rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .dropdown_nav_global {
    width: 100%;
    float: left;
    clear: left;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 1.25rem;
  }

  .dropdown_nav_global.w--open {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .brand {
    flex: 1;
    align-self: auto;
  }

  .brand.w--current {
    clear: none;
    flex: 1;
    align-self: flex-start;
  }

  .menu-button-blue {
    clear: right;
    background-color: #00c3b1;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    padding: .5rem;
    font-size: 2rem;
    line-height: 1;
    display: block;
    position: relative;
  }

  .menu-button-blue.w--open {
    background-color: #19cfbf;
    flex: none;
  }

  .menu-button-blue.hide {
    display: none;
  }

  .link_block_nav_mobile {
    width: 100%;
    float: left;
    clear: left;
    color: #2c3352;
    padding: 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .dropdown_link_global {
    width: 100%;
    float: left;
    clear: left;
    flex: 1;
    align-self: flex-start;
    padding-left: 1.25rem;
  }

  .dropdown_link_global.w--current {
    flex: 1;
  }

  .txt_label_nav_drop {
    text-align: left;
    padding-left: 0;
  }

  .icon-2 {
    color: #2c3352;
    padding-top: .25rem;
  }

  .dropdown__global {
    width: 100%;
    float: left;
    clear: left;
  }

  .button_call_right {
    width: 100%;
    clear: none;
    text-align: center;
    justify-content: center;
    display: none;
  }

  .nav-menu {
    width: 100%;
    background-color: #00c3b1;
    flex: 1;
    align-self: auto;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .container_main {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .h1.text-align-centre.text-color_white {
    font-size: 8vw;
  }

  .section_header {
    background-position: 80% 0;
    padding-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar_blue {
    flex-direction: row;
    align-items: center;
  }

  .dropdown_nav_global.w--open {
    padding-left: 0;
  }

  .brand {
    padding-left: .625rem;
  }

  .brand.w--current {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .menu-button-blue {
    align-self: center;
    align-items: center;
    padding: .5rem;
    font-size: 2rem;
    line-height: 2rem;
    display: flex;
  }

  .menu-button-blue.hide {
    display: none;
  }

  .txt_label_nav_drop {
    padding-left: 0;
  }

  .icon-2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .h1 {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .h1.text-align-centre.text-color_white {
    font-size: 9vw;
    line-height: 1.3;
  }

  .section_header {
    background-position: 75%;
  }

  .subtitle_top {
    font-size: 4vw;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    padding-left: 0;
  }

  .container_main {
    padding: 2.5rem 1.25rem;
  }

  .h1 {
    font-size: 2.75rem;
    line-height: 3.375rem;
  }

  .h1.text-align-centre.text-color_white {
    font-size: 11vw;
  }

  .section_header {
    background-position: 72% 0;
  }

  .subtitle_top {
    font-size: 6vw;
  }

  .grid-2col {
    grid-template-columns: 1fr;
  }
}

#w-node-b79aa44c-8166-813e-5227-7a414c6d79ed-fb9012d0, #w-node-_435b515a-edd6-eb41-670d-54185a10bdfd-fb9012d0, #w-node-_2be50a87-ff56-8609-3f3c-56e879904f71-fb9012d0, #w-node-_9819da2b-e789-22f2-d361-970a3c288801-fb9012d0, #w-node-_93b1a293-a19d-317d-4576-f4b173a376b5-fb9012d0, #w-node-_775266dc-4d16-2a62-0aad-07f704cc7879-fb9012d0, #w-node-_650a03bc-b549-f9a3-f7c0-fb3d1458fa42-fb9012d0, #w-node-_650a03bc-b549-f9a3-f7c0-fb3d1458fa47-fb9012d0, #w-node-_650a03bc-b549-f9a3-f7c0-fb3d1458fa4c-fb9012d0, #w-node-_650a03bc-b549-f9a3-f7c0-fb3d1458fa4d-fb9012d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'PT Serif';
  src: url("/assets/fonts/ptserif-bolditalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PT Serif';
  src: url("/assets/fonts/ptserif-italic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PT Serif';
  src: url("/assets/fonts/ptserif-regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PT Serif';
  src: url("/assets/fonts/ptserif-bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/assets/fonts/avenirnext-regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/assets/fonts/avenirnext-italic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/assets/fonts/avenirnext-bolditalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/assets/fonts/avenirnext-bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/assets/fonts/avenirnext-demibold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/assets/fonts/avenirnext-demibolditalic.ttf") format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}