@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap");
html {
  scroll-behavior: smooth;
}

.wrapper {
  max-width: 1536px;
}

.logo img, .logo svg {
  max-width: 105px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .logo img, .logo svg {
    max-width: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .logo img, .logo svg {
    max-width: 177px;
  }
}
.logo svg path {
  transition: fill 0.5s ease 0.75s;
}

.copy-block p a, .copy-block li a, .plain-text--copy p a, .plain-text--copy li a {
  text-decoration: underline;
}
.copy-block p a:hover, .copy-block li a:hover, .plain-text--copy p a:hover, .plain-text--copy li a:hover {
  text-decoration: none;
}

.mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  overflow: hidden;
  pointer-events: none;
  border-bottom: 20px solid #fff;
  transition: all 0.5s ease-in 1s;
  opacity: 0;
}
.mobile-menu .mobile-menu--inner {
  transition: all 0.5s ease-out 0.5s;
  max-height: 0;
  background: #C4E1FF;
  overflow: hidden;
  margin: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
}
.mobile-menu .mobile-menu--inner nav {
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.mobile-menu .mobile-menu--inner nav li {
  -webkit-animation: fade-out 1s ease-out both;
  animation: fade-out 1s ease-out both;
}
.mobile-menu .mobile-menu--inner form {
  -webkit-animation: fade-out 1s ease-out both;
  animation: fade-out 1s ease-out both;
}

.burger-top {
  transform: rotate(0);
  position: relative;
  top: 0;
  transition-timing-function: ease, ease-in, ease;
  transition-duration: 0.5s, 0.3s, 0.3s, 0.3s;
  transition-property: background-color, transform, top, width;
  transition-delay: 0.75s, 0.75s, 0.75s, 0.75s;
}

.burger-middle {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
  transition-delay: 0.75s;
}

.burger-bottom {
  transform: rotate(0);
  position: relative;
  top: 0;
  transition-timing-function: ease, ease-in, ease;
  transition-duration: 0.5s, 0.3s, 0.3s, 0.3s;
  transition-property: background-color, transform, top, width;
  transition-delay: 0.75s, 0.75s, 0.75s, 0.75s;
}

.desktop-search {
  position: absolute;
  top: 64px;
  right: 0;
  width: 0px;
  height: auto;
  z-index: 30;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in;
  opacity: 0;
}

#control--desktop-search {
  transition: all 0.5s ease-in;
  opacity: 1;
}

body.menu-open .mobile-menu {
  pointer-events: auto;
  opacity: 1;
  transition: all 0.1s ease-in;
}
body.menu-open .mobile-menu .mobile-menu--inner {
  max-height: 1500px;
  transition: all 0.5s ease-in 0s;
  pointer-events: auto;
  height: 100%;
}
body.menu-open .mobile-menu .mobile-menu--inner nav {
  opacity: 1;
  transition: all 0.1s ease-in;
}
body.menu-open .mobile-menu .mobile-menu--inner nav li {
  opacity: 1;
  transition: opacity 0.5s ease-in;
  -webkit-animation: fade-in-bottom 0.8s ease-out 1s both;
  animation: fade-in-bottom 0.8s ease-out 1s both;
}
body.menu-open .mobile-menu .mobile-menu--inner form {
  opacity: 1;
  transition: opacity 0.5s ease-in;
  -webkit-animation: fade-in-bottom 0.8s ease-out 1s both;
  animation: fade-in-bottom 0.8s ease-out 1s both;
}
body.menu-open .burger-top {
  transform: rotate(45deg);
  width: 30px;
  position: relative;
  top: 10px;
  background-color: #000;
  transition-duration: 0.5s, 0.3s, 0.3s;
  transition-property: background-color, transform, top;
  transition-delay: 0.75s, 0s, 0s;
}
body.menu-open .burger-top:hover {
  width: 30px !important;
}
body.menu-open .burger-middle {
  opacity: 0;
  transition-duration: 0s;
  transition-property: opacity;
  transition-delay: 0s;
}
body.menu-open .burger-bottom {
  transform: rotate(-45deg);
  width: 30px;
  position: relative;
  top: -6px;
  background-color: #000;
  transition-duration: 0.5s, 0.3s, 0.3s;
  transition-property: background-color, transform, top;
  transition-delay: 0.75s, 0s, 0s;
}
body.menu-open .burger-bottom:hover {
  width: 30px !important;
}
body.menu-open #control--mobile-menu:hover .burger-top, body.menu-open #control--mobile-menu:hover .burger-middle, body.menu-open #control--mobile-menu:hover .burger-bottom {
  width: 30px !important;
}
body.menu-open .logo svg path {
  fill: #000;
}
body.desktop-search-open .desktop-search {
  pointer-events: auto;
  opacity: 1;
  transition: all 0.4s ease-out;
  width: 275px;
}
body.desktop-search-open #control--desktop-search {
  transition: all 0.4s ease-out;
  opacity: 1;
}

.main .swiper {
  padding-bottom: 0;
}
.main .swiper-slide {
  padding-bottom: 120px;
  height: auto;
}
.main .swiper-pagination {
  bottom: -6px !important;
}
.main .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: 1px solid #385E63;
  opacity: 1;
  transition: all 0.2s ease-in 0s;
  margin: 0 5px;
}
.main .swiper-pagination-bullet:hover {
  background-color: #385E63;
  border: 1px solid #385E63;
}
.main .swiper-pagination-bullet-active {
  background-color: #385E63;
  border: 1px solid #385E63;
  opacity: 1;
}
.main .swiper-button-next, .main .swiper-button-prev {
  top: auto;
  bottom: 0;
  color: #385E63;
  margin-top: 0;
  border: 1px solid #385E63;
  border-radius: 100%;
  width: 26px;
  height: 26px;
}
.main .swiper-button-next:after, .main .swiper-button-prev:after {
  font-size: 14px;
}
.main .swiper-button-next {
  right: 30px;
}
.main .swiper-button-prev {
  left: 30px;
}
@media screen and (min-width: 640px) {
  .main .swiper-slide {
    padding-bottom: 80px;
  }
  .main .swiper-pagination--outer {
    right: 20px;
  }
  .main .swiper-pagination {
    position: relative !important;
    bottom: auto !important;
  }
  .main .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 4px;
  }
  .main .swiper-button-next, .main .swiper-button-prev {
    width: 20px;
    height: 20px;
    bottom: auto;
    top: 0;
  }
  .main .swiper-button-next:after, .main .swiper-button-prev:after {
    font-size: 10px;
  }
  .main .swiper-button-next {
    right: 0;
  }
  .main .swiper-button-prev {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .main .swiper-pagination--outer {
    right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .main .swiper-pagination--outer {
    padding-bottom: 30px;
  }
  .main .swiper-slide {
    padding-bottom: 90px;
  }
  .main .swiper-button-next {
    right: 0;
  }
  .main .swiper-button-prev {
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .main .swiper-slide {
    padding-bottom: 100px;
  }
}

.home-banner--copy h1, .home-banner--copy h2, .home-banner--copy h3, .home-banner--copy h4, .home-banner--copy h5 {
  margin-bottom: 0;
  line-height: 1;
}
.home-banner--copy h1 br, .home-banner--copy h2 br, .home-banner--copy h3 br, .home-banner--copy h4 br, .home-banner--copy h5 br {
  display: none;
}
@media screen and (min-width: 640px) {
  .home-banner--copy h1 br, .home-banner--copy h2 br, .home-banner--copy h3 br, .home-banner--copy h4 br, .home-banner--copy h5 br {
    display: block;
  }
}
@media screen and (min-width: 1536px) {
  .home-banner--copy h1, .home-banner--copy h2, .home-banner--copy h3, .home-banner--copy h4, .home-banner--copy h5 {
    line-height: 0.9;
  }
}

.headings-combined h1, .headings-combined h2, .headings-combined h3, .headings-combined h4, .headings-combined h5 {
  display: inline-block;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .headings-combined h1, .headings-combined h2, .headings-combined h3, .headings-combined h4, .headings-combined h5 {
    line-height: 1;
  }
}
@media screen and (min-width: 1536px) {
  .headings-combined h1, .headings-combined h2, .headings-combined h3, .headings-combined h4, .headings-combined h5 {
    line-height: 0.9;
  }
}
@media screen and (min-width: 1024px) {
  .headings-combined__large h1, .headings-combined__large h2, .headings-combined__large h3, .headings-combined__large h4, .headings-combined__large h5 {
    line-height: 0.9;
  }
}

@media screen and (min-width: 1280px) {
  .headings--entries-main h1, .headings--entries-main h2 {
    font-size: 6.25rem;
  }
  .headings--entries-main h1.font-hendo, .headings--entries-main h2.font-hendo {
    font-size: 6.875rem;
  }
}

.headings--call-to-action-cols h1, .headings--call-to-action-cols h2 {
  font-size: 3.75rem;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .headings--call-to-action-cols h1, .headings--call-to-action-cols h2 {
    line-height: 0.9;
  }
}
@media screen and (min-width: 1024px) {
  .headings--call-to-action-cols h1, .headings--call-to-action-cols h2 {
    font-size: 4.125rem;
  }
}

.high-res {
  display: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .low-res {
    display: none;
  }
  .high-res {
    display: block;
  }
}
.changed-76764 {
  display: block;
}

@font-face {
  font-family: "Hendo";
  src: url("../fonts/hendo-webfont.eot");
  src: url("../fonts/hendo-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hendo-webfont.woff2") format("woff2"), url("../fonts/hendo-webfont.woff") format("woff"), url("../fonts/hendo-webfont.ttf") format("truetype"), url("../fonts/hendo-webfont.svg#hendoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.header--light .burger-menu span {
  background-color: #fff;
}
.header--dark .burger-menu span {
  background-color: #000;
}

body.menu-open .header--light .burger-menu span {
  background-color: #000;
}
body.menu-open .header--dark .burger-menu span {
  background-color: #000;
}

.animate, .animate-global {
  visibility: hidden;
}

@media not all and (min-resolution: 0.001dpcm) {
  .animate, .animate-global {
    visibility: visible !important;
    -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  }
}
/* Safari only override
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    ::i-block-chrome,.flex-direction-nav-featured a{
        margin-top: 5%;
    }  
}
*/
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #000;
}
.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom left;
  transition: transform 0.33s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.hover-underline-animation.text-white {
  color: #fff;
}
.hover-underline-animation.text-white::after {
  background-color: #fff;
}
.hover-underline-animation.active::after {
  transform: scaleX(1);
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.8s ease-out both;
  animation: fade-in-bottom 0.8s ease-out both;
}
.fade-in-bottom-100 {
  -webkit-animation: fade-in-bottom 0.8s ease-out 0.1s both;
  animation: fade-in-bottom 0.8s ease-out 0.1s both;
}
.fade-in-bottom-250 {
  -webkit-animation: fade-in-bottom 0.8s ease-out 0.25s both;
  animation: fade-in-bottom 0.8s ease-out 0.25s both;
}
.fade-in-bottom-500 {
  -webkit-animation: fade-in-bottom 0.8s ease-out 0.5s both;
  animation: fade-in-bottom 0.8s ease-out 0.5s both;
}
.fade-in-bottom-750 {
  -webkit-animation: fade-in-bottom 0.8s ease-out 0.75s both;
  animation: fade-in-bottom 0.8s ease-out 0.75s both;
}
.fade-in-bottom-1000 {
  -webkit-animation: fade-in-bottom 0.8s ease-out 1s both;
  animation: fade-in-bottom 0.8s ease-out 1s both;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.fade-in-top-100 {
  -webkit-animation: fade-in-top 0.8s ease-out 0.1s both;
  animation: fade-in-top 0.8s ease-out 0.1s both;
}
.fade-in-top-250 {
  -webkit-animation: fade-in-top 0.8s ease-out 0.25s both;
  animation: fade-in-top 0.8s ease-out 0.25s both;
}
.fade-in-top-500 {
  -webkit-animation: fade-in-top 0.8s ease-out 0.5s both;
  animation: fade-in-top 0.8s ease-out 0.5s both;
}
.fade-in-top-750 {
  -webkit-animation: fade-in-top 0.8s ease-out 0.75s both;
  animation: fade-in-top 0.8s ease-out 0.75s both;
}
.fade-in-top-1000 {
  -webkit-animation: fade-in-top 0.8s ease-out 1s both;
  animation: fade-in-top 0.8s ease-out 1s both;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

.fade-in-no-delay {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.fade-out {
  -webkit-animation: fade-out 1s ease-out both;
  animation: fade-out 1s ease-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-2-2 20:39:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@tailwind base;
@tailwind components;
@tailwind utilities;