@charset "UTF-8";

/* SETUP */
html{
  margin-top: 0!important;
}

body {
  color: #000000;
  background-color: #8A8D86 ;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1280px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
}

.display-grid{
  min-height: calc(100vh - 309px);
}
@media (max-width: 1280px) {
  .display-grid{
    min-height: calc(100vh - 309px);
  }
}

body section:first-of-type:before {
  content: '';
  padding-top: 68px;
  display: block;
}

@media (max-width: 768px) {
  body section:first-of-type:before {
    content: '';
    padding-top: 52px;
    display: block;
  }
}


.dm-serif-display {
  font-family: "DM Serif Display", serif;
  font-style: normal;
}

.dm-serif-display-italic {
  font-family: "DM Serif Display", serif;
  font-style: italic;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.txt16 {
  font-size: 16px;
  line-height: 20px;
}

.txt18 {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .txt18 {
    font-size: 16px;
    line-height: 20px;
  }
}

.txt20 {
  font-size: 20px;
  line-height: 29px;
}

.txt24 {
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 991px) {
  .txt24 {
    font-size: 18px;
    line-height: 24px;
  }
}

.txt28 {
  font-size: 28px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .txt28 {
    font-size: 18px;
    line-height: 24px;
  }
}

.txt36 {
  font-size: 36px;
  line-height: 48px;
}
@media (max-width: 1280px) {
  .txt36 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .txt36 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 600px) {
  .txt36 {
    font-size: 22px;
    line-height: 29px;
  }
}

.txt32 {
  font-size: 32px;
  line-height: 44px;
}
@media (max-width: 1280px) {
  .txt32 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .txt32 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 600px) {
  .txt32 {
    font-size: 18px;
    line-height: 29px;
  }
}

.txt48 {
  font-size: 48px;
  line-height: 52px;
}
@media (max-width: 1280px) {
  .txt48 {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 991px) {
  .txt48 {
    font-size: 24px;
    line-height: 29px;
  }
}

/* SETUP */
.logo {
  max-width: 362px;
  &:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .logo {
    max-width: 200px;
  }
}

header nav ul {
  list-style: none;
}

nav ul a{
  &:hover {
    opacity: 0.6;
  }
}

header.active {
  background-color: #E9F2F9;
}

.html-overflow-active {
  height: 100%;
}

@media (max-width: 991px) {
  .overflow-active {
    -webkit-overflow-scrolling: touch;
    /* -webkit-overflow-scrolling: auto !important; */
    overflow: hidden;
    left: 0;
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
  }
}

.aside-overflow-active {
  top: 50px;
  position: relative;
}


.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 576px) {
  .container, .container-sm {
      max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
      max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1400px;
  }
}



.max-w-500 {
  max-width: 500px;
}
@media (max-width: 768px) {
  .max-w-500 {
    max-width: 100%;
  }
}

/* COLOR */
.c-white{
  color: white;
}

.c-light-blue{
  color: #E9F2F9;
}

.c-green{ 
  color: #31493C;
}

.c-light-green {
  color:  #AFD1A5;
}

.c-blue {
  color:  #051626;
}

.c-medium-blue {
  color:  #5171A5;
}

.c-light-gray { 
  color: #8A8D86;
}

.c-black {
  color:  #000000;
}

.bg-light-blue{
  background-color: #E9F2F9;
}

.bg-green{ 
  background-color: #31493C;
}

.bg-light-green {
  background-color:  #AFD1A5;
}

.bg-blue {
  background-color:  #051626;
}

.bg-medium-blue {
  background-color:  #5171A5;
}

.bg-light-gray { 
  background-color: #8A8D86;
}

.bg-black {
  background-color:  #000000;
}

.border-051626 {
  border-color: #051626!important;
}

.border-white{
  border-color: white;
}

.border-radius-4 {
  border-radius: 4px;
}

.hover-051626 {
  color: #051626;
  &:hover {
    background-color: #051626;
    color: #fff;
    border-color: #051626!important;
  }
}

.hover-white-051626 {
  color: #fff;
  &:hover {
    background-color: #051626;
    color: #fff;
    border-color: #051626!important;
  }
}

/* INPUT */
form p {
  width: 100%;
  margin-bottom: 0!important;
}

input[type=text],
input[type=email],
input[type=number] {
  color: #fff;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  border: none;
  padding: 10px 30px;
  width: 100%;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder {
  color: #fff;
}
@media (max-width: 991px) {
  input[type=text],
  input[type=email],
  input[type=number] {
    padding: 10px 30px;
    font-size: 16px;
    height: auto !important;
  }
}

.has-white-placeholder {
  color: #fff !important;
}

.has-white-placeholder::placeholder {
  color: #fff !important;
}

.form-control:focus {
  color: #000000;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}

textarea {
  color: #fff;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  border: none;
  padding: 10px 30px;
  width: 100%;
}

input[type='submit'] {
  background-color: transparent;
  border-radius: 50px;
  border: none !important;
  cursor: pointer;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  padding: 28px 50px;
  margin-left: auto;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media (max-width: 991px) {
  input[type='submit'] {
    height: auto !important;
    margin: auto;
  }
}
input[type='submit']:focus, input[type='submit']:hover {
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  -webkit-filter: brightness(130%);
  -moz-filter: brightness(130%);
  -ms-filter: brightness(130%);
  -o-filter: brightness(130%);
  filter: brightness(130%);
  color: white !important;
}


section.c-black input,
section.c-blue input,
section.c-black textarea,
section.c-blue textarea  {
  color: #051626;
  border-color: #051626!important;
}

section.c-black input[type='submit'],
section.c-blue input[type='submit'] {
  color: #000000;
  border: 1px solid #051626!important;
  &:hover {
    background-color: #051626;
    color: #fff;
    border: 1px solid #051626!important;
  }
}

section.c-black .has-white-placeholder,
section.c-black .has-white-placeholder::placeholder {
  color: #000000 !important;
}

section.c-white .has-white-placeholder,
section.c-white .has-white-placeholder::placeholder {
  color: #FFFFFF !important;
}

section.c-white .border-051626,
section.c-white .hover-051626 {
  background-color: transparent!important;
  border-color: #FFFFFF!important;
  color: #FFFFFF;
  &:hover {
    background-color: #051626!important;
    color: #fff;
    border-color: #051626!important;
  }
}

section.c-white input[type='submit'],
section.c-white input[type='submit'] {
  color: #FFFFFF;
  border: 1px solid #FFFFFF!important;
  &:hover {
    background-color: #051626!important;
    color: #fff;
    border: 1px solid #051626!important;
  }
}

/* MENU BURGER */

.animated-icon3 {
  width: 22px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.animated-icon3 span {
  background-color: #3F3F39;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 1px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 1px;
}

/*  COMPONENTS */
/* ELEMENTS */
body.customize-support header,
body.customize-support footer {
  top: 32px;
}

@media (max-width: 768px) {
  .display-grid.w-100.position-relative,
  body.customize-support header,
  body.customize-support footer {
    top: 46px;
  }

  #wpadminbar {
    position: fixed;
  }
}

body.customize-support .bg-beige.headerHeight {
  margin-top: 32px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}

footer p {
  margin-bottom: 0!important;
}
footer a {
  color: #FFFFFF;
  text-decoration: underline;
}

#triggerMenu {
  cursor: pointer;
}

.hero-nav {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 50px;
  left: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  z-index: 3;
}
.hero-nav #hero-menu li {
  margin-bottom: 15px;
}
.hero-nav #hero-menu li:last-child {
  margin-bottom: 0px;
}
.hero-nav .has-menu a {
  font-size: 24px;
}
.hero-nav .has-menu .has-icon:before {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.hero-nav.show {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: fixed;
  visibility: visible;
  opacity: 1;
  top: 52px;
}

.hero-nav ul {
  list-style: none;
}

.html-overflow-active {
  height: 100%;
}

.overflow-active {
  -webkit-overflow-scrolling: touch;
  /* -webkit-overflow-scrolling: auto !important; */
  overflow: hidden;
  left: 0;
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
}

.aside-overflow-active {
  top: 50px;
  position: relative;
}

.has-fade {
  opacity: 0;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.has-fade:nth-child(-n+4) {
  opacity: 1;
}

.fade-in {
  opacity: 0;
  top: 60px;
  position: relative;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.fade-in.show {
  opacity: 1;
  top: 0;
  position: relative;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes show {
  to {
    opacity: 1;
  }
}
@keyframes moveTop {
  to {
    opacity: 1;
  }
}
@keyframes moveTopShow {
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes showLeft {
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes showRight {
  to {
    opacity: 1;
    right: 0;
  }
}
.transiton-all {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.fade-in.show.delay1 {
  animation: moveTopShow 0.4s ease-out forwards;
  opacity: 0;
  top: 50px;
  animation-delay: 0.1s;
}

.fade-in.show.delay2 {
  animation: moveTopShow 0.4s ease-out forwards;
  opacity: 0;
  top: 50px;
  animation-delay: 0.3s;
}

.fade-in.show.delay3 {
  animation: moveTopShow 0.4s ease-out forwards;
  opacity: 0;
  top: 50px;
  animation-delay: 0.5s;
}

.fade-in.show.delay4 {
  animation: moveTopShow 0.4s ease-out forwards;
  opacity: 0;
  top: 50px;
  animation-delay: 0.7s;
}

.fade-in.show.delay5 {
  animation: moveTopShow 0.4s ease-out forwards;
  opacity: 0;
  top: 50px;
  animation-delay: 0.9s;
}

.fade-in-static-x1 {
  animation: show 0.2s ease-out forwards;
  opacity: 0;
}

.fade-in-static {
  animation: show 0.8s ease-out forwards;
  opacity: 0;
}

.fade-left-right {
  animation: showLeft 0.7s ease-out forwards;
  opacity: 0;
  position: relative;
  left: -80px;
}

.fade-right-left {
  animation: showRight 0.7s ease-out forwards;
  opacity: 0;
  position: relative;
  right: -80px;
}

/* COMPONENTS */

.video-wrap {
  position: relative;
  padding-bottom: 66.25%;
  padding-top: 0;
  height: 0;
  max-width: 1000px;
  margin: 0 auto;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .video-wrap {
    padding-bottom: 56.25%;
  }
}

.full-video-wrap {
  position: relative;
  padding-top: 0;
  padding-bottom: 56.4%;
  width: 100%;
  margin: 0 auto;
}
.full-video-wrap iframe, .full-video-wrap video, .full-video-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.has-slider {
  position: relative;
  z-index: 0;
}
.has-slider .slick-slide {
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
  outline: none !important;
}
.has-slider .slick-list {
  overflow: hidden;
}

.has-slider .blockquote {
  font-size: 72px;
  line-height: 72px;
  height: 48px;
  line-height: 80px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .has-slider .blockquote {
    font-size: 28px;
    height: 28px;
    line-height: 38px;
  }
}

.has-arrows .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  color: transparent;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 45%;
  height: 25px;
  width: 25px;
  z-index: 5;
}
.has-arrows .slick-arrow:focus {
  outline: inherit;
}
.has-arrows .slick-arrow.slick-disabled {
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.has-arrows .slick-prev {
  left: 25px;
}
.has-arrows .slick-prev:after {
  content: "";
  background-image: url("../images/icon-arrow-white.svg");
  color: #FFFFFF;
  font-size: 42px;
  line-height: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.has-arrows .slick-next {
  right: 37px;
}
.has-arrows .slick-next:after {
  content: "";
  background-image: url("../images/icon-arrow-white.svg");
  color: #FFFFFF;
  font-size: 42px;
  line-height: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.has-arrows .slick-disabled {
  cursor: auto;
}

@media (max-width: 768px) {
  .has-arrows .slick-next {
    right: -20px;
  }
  .has-arrows .slick-prev {
    left: -20px;
  }
}

ul.slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 15px;
  padding: 0;
}

.slick-dots li {
  appearance: none;
  border: none;
  background: white;
  border-radius: 8px;
  height: 8px;
  width: 8px;
  margin: 4px;
  opacity: 0.7;
}

.slick-dots li button {
  appearance: none;
  border: none;
  background: transparent;
  color: transparent;
  padding: 0;
}

li.slick-active {
  opacity: 1;
}
/* WP COMPONENTS */

.has-content h1,
.has-content h2,
.has-content h3,
.has-content h4 {
  font-family: "DM Serif Display", serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}

.has-content p {
  margin-bottom: 20px;
}

.has-content h1 {
  font-size: 28px;
}
@media (max-width: 991px) {
  .has-content h1 {
    font-size: 18px;
    line-height: 29px;
  }
}

.has-content ul {
  text-decoration: none;
  padding-left: 15px;
  margin-bottom: 20px;
}