@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.background-colour_blue {
  background-color: #213E91;
}
.background-colour_blue h1, .background-colour_blue h2, .background-colour_blue h3, .background-colour_blue h4, .background-colour_blue h5, .background-colour_blue h6, .background-colour_blue p, .background-colour_blue ul li, .background-colour_blue ol li {
  color: #F1EBE6;
}
.background-colour_blue a:not(.btn-primary) {
  color: #F1EBE6 !important;
}
.background-colour_blue a:not(.btn-primary):before {
  background-color: rgba(241, 235, 230, 0.3) !important;
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.background-colour_blue a:not(.btn-primary):after {
  background-color: #f1ebe6 !important;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.background-colour_blue blockquote {
  border-color: #F1EBE6 !important;
}

.background-colour_off-white {
  background-color: #F1EBE6;
}
.background-colour_off-white h1, .background-colour_off-white h2, .background-colour_off-white h3, .background-colour_off-white h4, .background-colour_off-white h5, .background-colour_off-white h6 {
  color: #222222;
}
.background-colour_off-white p, .background-colour_off-white ul li, .background-colour_off-white ol li {
  color: #7A7A7A;
}
.background-colour_orange {
  background-color: #E85841;
}
.background-colour_orange h1, .background-colour_orange h2, .background-colour_orange h3, .background-colour_orange h4, .background-colour_orange h5, .background-colour_orange h6, .background-colour_orange p, .background-colour_orange ul li, .background-colour_orange ol li {
  color: #F1EBE6;
}
.background-colour_orange a:not(.btn-primary) {
  color: #F1EBE6 !important;
}
.background-colour_orange a:not(.btn-primary):before {
  background-color: rgba(241, 235, 230, 0.3) !important;
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.background-colour_orange a:not(.btn-primary):after {
  background-color: #f1ebe6 !important;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.background-colour_orange blockquote {
  border-color: #F1EBE6 !important;
}

.background-colour_black {
  background-color: #222222;
}
.background-colour_black h1, .background-colour_black h2, .background-colour_black h3, .background-colour_black h4, .background-colour_black h5, .background-colour_black h6, .background-colour_black p, .background-colour_black ul li, .background-colour_black ol li {
  color: #F1EBE6;
}
.background-colour_black a:not(.btn-primary) {
  color: #F1EBE6 !important;
}
.background-colour_black a:not(.btn-primary):before {
  background-color: rgba(241, 235, 230, 0.3) !important;
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.background-colour_black a:not(.btn-primary):after {
  background-color: #f1ebe6 !important;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.background-colour_black blockquote {
  border-color: #F1EBE6 !important;
}

.text-colour_white {
  color: #FFFFFF;
}

.text-colour_black {
  color: #222222;
}

.text-colour_grey {
  color: #7A7A7A;
}

@font-face {
  font-family: "Alaska Book";
  src: url("../fonts/Alaska-Book.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alaska Medium";
  src: url("../fonts/Alaska-Medium.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
h1, h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}

h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}

h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
}

h6 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
}

p, ol li, ul li {
  font-size: 18px;
  line-height: 22.4px;
}

strong {
  font-weight: 600;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media screen and (min-width: 768px) {
  p, ol li, ul li {
    font-size: 20px;
    line-height: 26.4px;
  }
}
@media screen and (min-width: 992px) {
  h1, h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
  }
}
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _cookie-policy - Small.
*/
.cookie-policy {
  width: calc(100% - 1.25rem);
  max-width: 480px;
  padding: 0.625rem;
  left: 0.625rem;
  bottom: 0.625rem;
  position: fixed;
  background-color: #FFFFFF;
  box-shadow: 3px 3px 12px rgba(34, 34, 34, 0.3);
  z-index: 9;
  border-radius: 8px;
}
.cookie-policy img {
  height: auto;
  display: block;
  width: 35px;
  margin-bottom: 1rem;
}
.cookie-policy p {
  color: #222222;
  font-size: 16px;
  line-height: 24px;
}
.cookie-policy p a {
  position: relative;
  display: inline-block;
  color: #222222;
  padding-bottom: 0;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.cookie-policy p a:hover {
  opacity: 0.5;
}
.cookie-policy p:first-of-type {
  font-family: "Alaska Book", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
.cookie-policy p:last-of-type {
  margin: 0;
}
.cookie-policy .cookie-policy-close {
  margin: 1.5rem 0rem 0rem 0rem;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
}

/**
* _cookie-policy - Medium.
*/
@media screen and (min-width: 768px) {
  .cookie-policy {
    width: calc(100% - 1.875rem);
    padding: 0.9375rem;
    left: 0.9375rem;
    bottom: 0.9375rem;
  }
}
/**
* _cookie-policy - Large.
*/
/**
* _cookie-policy - XL.
*/
/**
* _cookie-policy - XXL.
*/
.padding-top {
  padding-top: 42px;
}

.padding-top_small {
  padding-top: 42px;
}

.padding-top_mini {
  padding-top: 24px;
}

.padding-bottom {
  padding-bottom: 42px;
}

.padding-bottom_small {
  padding-bottom: 42px;
}

.padding-bottom_mini {
  padding-bottom: 24px;
}

.margin-top {
  margin-top: 42px;
}

.margin-top_small {
  margin-top: 42px;
}

.margin-top_mini {
  margin-top: 24px;
}

.margin-bottom {
  margin-bottom: 42px;
}

.margin-bottom_small {
  margin-bottom: 42px;
}

.margin-bottom_mini {
  margin-bottom: 24px;
}

.spacer {
  height: 28px;
}

@media screen and (min-width: 768px) {
  .padding-top {
    padding-top: 72px;
  }
  .padding-bottom {
    padding-bottom: 72px;
  }
  .margin-top {
    margin-top: 72px;
  }
  .margin-bottom {
    margin-bottom: 72px;
  }
  .spacer {
    height: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .padding-top {
    padding-top: 140px;
  }
  .padding-bottom {
    padding-bottom: 140px;
  }
  .margin-top {
    margin-top: 140px;
  }
  .margin-bottom {
    margin-bottom: 140px;
  }
  .spacer {
    height: 96px;
  }
}
.link_text {
  color: #7A7A7A;
  font-family: "Alaska Medium", sans-serif;
  position: relative;
}
.link_text:before, .link_text:after {
  width: 0;
  height: 2px;
  top: calc(100% - 3px);
  right: 0;
  position: absolute;
  content: "";
}
.link_text:before {
  background-color: rgba(122, 122, 122, 0.3);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.link_text:after {
  background-color: #7a7a7a;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.link_text:hover:before, .link_text:hover:after {
  width: 100%;
  left: 0;
}

.btn-primary {
  display: inline-block;
  margin-top: 1rem;
  min-height: 34px;
  min-width: 127px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 25px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0.2px;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.btn-primary span {
  pointer-events: none;
}
.btn-primary span.ripple {
  transform: scale(0.4);
  position: absolute;
  background-color: rgba(13, 27, 43, 0.2);
  border-radius: 100%;
  opacity: 0;
  animation: ripple 0.8s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.btn-primary.white {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.3);
}
.btn-primary.black {
  color: #222222;
  background-color: rgba(34, 34, 34, 0.1);
}

/* Wow. */
.wow {
  visibility: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.fadeIn {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.flipInX {
  animation-name: flipInX;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.flipInY {
  animation-name: flipInY;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.zoomOut {
  animation-name: zoomOut;
  animation-iteration-count: 1;
  animation-duration: 1.2s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

@keyframes pulse {
  100% {
    transform: scale(1.1);
  }
}
@keyframes pulse1 {
  100% {
    transform: scale(1.05);
  }
}
@keyframes pulse2 {
  100% {
    transform: scale(1.2);
  }
}
@keyframes pulse3 {
  100% {
    transform: scale(1.3);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.frm_button_submit {
  display: inline-block;
  margin-top: 1rem;
  min-height: 34px;
  min-width: 127px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 25px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0.2px;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease-in-out;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

input[type=email], input[type=text] {
  background-color: unset !important;
  height: 50px;
  border: none !important;
  border-bottom: 2px solid #F1EBE6 !important;
  border-radius: 0 !important;
  font-size: 20px !important;
  color: #F1EBE6 !important;
  padding-left: 0 !important;
}
input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder {
  color: #F1EBE6 !important;
  font-size: 20px;
}
input[type=email]::placeholder, input[type=text]::placeholder {
  color: #F1EBE6 !important;
  font-size: 20px;
}
input[type=email]:focus, input[type=text]:focus {
  outline: none;
  box-shadow: none !important;
}

label, .frm_primary_label {
  display: none !important;
}

.frm_error, .frm_limit_error {
  color: #E85841 !important;
  margin-top: 5px !important;
}

.frm_style_formidable-style.with_frm_style .frm_error_style {
  border-radius: 0;
}

#frm_field_6_container {
  margin-bottom: 0;
}

fieldset {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
    display: block;
  }
  .responsive-table th {
    top: -9999px;
    left: -9999px;
    position: absolute;
  }
  .responsive-table td {
    position: relative;
    text-align: right;
  }
  .responsive-table td:before {
    width: 50%;
    left: 0;
    position: absolute;
    text-align: left;
  }
  .responsive-table td:nth-of-type(1):before {
    content: "Title";
  }
}
.block_banner {
  height: 100vh;
}
.block_banner .container {
  height: 100%;
  z-index: 2;
}
.block_banner img {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 400px);
  margin-left: 100px;
}
.block_banner video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_banner .overlay {
  background: rgba(33, 62, 145, 0.8);
}
.block_banner .btn-primary {
  margin-top: 0;
}
.block_banner h1 br, .block_banner h2 br, .block_banner h3 br, .block_banner h4 br, .block_banner h5 br, .block_banner h6 br {
  display: none;
}

.block_text_image_5050 .image-wrapper {
  overflow: hidden;
  border-radius: 10px;
  padding: 100% 0% 0% 0%;
  will-change: transform !important;
}
.block_text_image_5050 .image-wrapper img {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block_text_columns {
  padding-top: 65px;
}
.block_text_columns .single-column img {
  width: 200px;
}
.block_text_columns .single-column h3 {
  width: 100%;
  font-size: 22.04px;
  line-height: 22.04px;
  text-transform: uppercase;
  margin-bottom: 1rem !important;
}
.block_text_columns .single-column p {
  color: rgba(241, 235, 230, 0.6);
}

.block_tabs {
  padding-top: 65px;
}
.block_tabs .head {
  height: 100vh;
  padding-top: 65px;
}
.block_tabs .tab-titles .heading {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  opacity: 0.6;
  /* position: absolute;
  top: 2em; */
  position: relative;
}
.block_tabs .scroll-content {
  /* display: none; */
  opacity: 0;
}
.block_tabs .scroll-content p {
  font-size: 28px;
  line-height: 30px;
}
.block_tabs .active {
  opacity: 1;
  /* display: block; */
}
.block_tabs .swiper-wrapper {
  padding: 0;
}
.block_tabs .swiper_methodology_navigation_wrapper .swiper_methodology_navigation {
  display: inline-block;
  min-height: 34px;
  min-width: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0.2px;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease-in-out;
  background: rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  border: none;
  font-size: 22px;
}
.block_tabs .swiper_methodology_navigation_wrapper .swiper_methodology_navigation.previous {
  margin-right: 1rem;
}
.block_tabs .swiper_methodology_navigation_wrapper .swiper_methodology_navigation.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.block_full_width_media {
  height: 350px;
}
.block_full_width_media img, .block_full_width_media video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_full_width_media img {
  top: -10%;
  height: 120%;
}

.block_cards {
  padding-top: 65px;
}
.block_cards .single-card {
  min-height: unset;
  padding: 30px;
}
.block_cards .single-card * {
  color: #F1EBE6;
}
.block_cards .single-card h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}
.block_cards .single-card span {
  font-size: 150px;
  line-height: 115px;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
.block_cards a.single-card {
  transition: all 0.25s ease-in-out;
}
.block_cards a.single-card:hover {
  background-color: #222222;
}

.popup {
  width: 100%;
  max-width: 1000px;
}

.block_cta_sign_up {
  padding-top: 65px;
}
.block_cta_sign_up h1, .block_cta_sign_up h2, .block_cta_sign_up h3, .block_cta_sign_up h4, .block_cta_sign_up h5, .block_cta_sign_up h6 {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .block_banner h1 br, .block_banner h2 br, .block_banner h3 br, .block_banner h4 br, .block_banner h5 br, .block_banner h6 br {
    display: block;
  }
  .block_banner img {
    height: calc(100% - 200px);
  }
  .block_text_image_5050 p {
    padding-right: 80px;
  }
  .block_tabs {
    padding-top: 0px;
  }
  .block_tabs .scroll-content p {
    font-size: 24px;
    line-height: 26px;
  }
  .block_cards .single-card {
    min-height: 550px;
  }
  .block_cards .single-card h3 {
    font-size: 32px;
    line-height: 32px;
  }
  .block_cards .single-card span {
    font-size: 150px;
    line-height: 115px;
  }
  .block_full_width_media {
    height: 500px;
  }
}
@media screen and (min-width: 992px) {
  .block_text_image_5050 p {
    padding-right: 110px;
  }
  .block_text_columns .single-column p {
    padding-right: 50px;
  }
  .block_tabs .scroll-content p {
    font-size: 28px;
    line-height: 30px;
  }
  .block_cards .single-card span {
    font-size: 215px;
    line-height: 160px;
  }
  .block_full_width_media {
    height: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .block_text_image_5050 p {
    padding-right: 185px;
  }
  .block_text_columns .single-column p {
    padding-right: 70px;
  }
  .block_cards .single-card h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
.footer-top {
  height: 100vh;
  max-height: 625px;
  padding-top: 65px;
}
.footer-top img.shape {
  width: 100%;
  max-width: 1100px;
  max-height: 650px;
  height: auto;
  right: -115px;
  bottom: -90px;
}

footer {
  min-height: 120px;
  padding: 20px 0;
}
footer .container {
  height: 100%;
}
footer .container .row {
  height: 100%;
}
footer p {
  color: #222222;
  font-size: 14px;
  margin-bottom: 0.5rem !important;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  footer p {
    font-size: 18px;
    margin-bottom: 0 !important;
  }
}
header {
  z-index: 9;
  padding-top: 42px;
}
header .btn-primary {
  margin-top: 0;
}

/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _login - Small.
*/
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../fonts/wordpressNeueHaasDisplay-Roman.eot");
  src: url("../../fonts/wordpress/NeueHaasDisplay-Roman.eot?#iefix") format("embedded-opentype"), url("../../fonts/wordpress/NeueHaasDisplay-Roman.woff2") format("woff2"), url("../../fonts/wordpress/NeueHaasDisplay-Roman.woff") format("woff"), url("../../fonts/wordpress/NeueHaasDisplay-Roman.ttf") format("truetype"), url("../../fonts/wordpress/NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body.login {
  background-color: #FEFEFE;
}

body.login svg {
  display: none;
}

body.login #login {
  position: relative;
  width: 100% !important;
  min-height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

body.login #login h1 {
  width: 100%;
  max-width: calc(320px - 1.25rem);
  padding: 1.875rem;
  margin: 0;
  color: #29293D;
  display: flex;
  justify-content: center;
}

body.login #login h1 a {
  /*display: none;*/ /* add if no cross collab logo */
  background-image: none;
  position: relative;
  margin: 0 20px 0;
  height: auto;
  width: 20px;
}

/* add if cross collab logo */
body.login #login h1 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #29293D;
  line-height: 22px;
  text-indent: 0;
  width: 75px;
  height: 20px;
  line-height: 22px;
  text-indent: 0;
  transform: translate(-50%, -50%);
  background-image: url("../../images/wordpress/login_cross.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body.login #login h1:before {
  width: 75px;
  height: 48px;
  margin: 0rem 0rem 0rem 0rem;
  background-image: url("../../images/wordpress/login_company-logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

/* add if cross collab logo */
body.login #login h1:after {
  width: 100px;
  max-width: none;
  height: 48px;
  margin: 0rem 0rem 0rem 0rem;
  background-image: url("../../images/wordpress/company_logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

body.login #login form {
  width: 100%;
  max-width: calc(320px - 1.25rem);
  padding: 0.9375rem;
  margin: 0;
  border: none;
  box-shadow: none;
}

body.login #login form label, body.login #login form input {
  font-family: "Neue Haas Grotesk Display Pro";
  color: #29293D;
  font-size: 16px;
  line-height: 22px;
}

body.login #login form label {
  margin: 0px 0px 5px 0px;
  font-size: 16px;
  line-height: 22px;
}

body.login #login form input[type=text], body.login #login form input[type=password], body.login #login form input[type=checkbox] {
  width: 100%;
  height: 50px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0rem 1.5625rem 0rem;
  background-color: #FEFEFE;
  border: 1px solid #C3C3D6;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  color: #29293D;
  line-height: 48px;
}

body.login #login form .wp-hide-pw {
  min-width: 50px;
  min-height: 50px;
  outline: none;
  box-shadow: none;
}

body.login #login form .wp-hide-pw span {
  color: #7773FF;
}

body.login #login form .forgetmenot {
  height: 50px;
  display: flex;
  align-items: center;
}

body.login #login form .forgetmenot input[type=checkbox] {
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0rem 0.625rem 0rem 0rem;
  background-color: #FEFEFE;
  border: 1px solid #C3C3D6;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
}

body.login #login form .forgetmenot input[type=checkbox]:before {
  width: 4px;
  height: 12px;
  margin: 0;
  top: -14px;
  transform: rotate(45deg);
  position: relative;
  display: none;
  border-bottom: 3px solid #7773FF;
  border-right: 3px solid #7773FF;
  float: none;
  vertical-align: baseline;
  content: "";
}

body.login #login form .forgetmenot input[type=checkbox]:checked:before {
  display: inline-block;
}

body.login #login form .forgetmenot label {
  margin: 0;
  line-height: 20px;
}

body.login #login form input[type=text]:focus, body.login #login form input[type=password]:focus, body.login #login form .forgetmenot input[type=checkbox]:focus {
  border: 1px solid #7773FF;
  outline: none;
  box-shadow: none;
}

body.login #login form .submit input[type=submit] {
  width: auto;
  min-width: 125px;
  height: 50px;
  padding: 0 10px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7773FF;
  border: none;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 16px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}

body.login #login form .submit input[type=submit]:focus {
  background-color: #CC54BA;
}

body.login #nav, body.login #backtoblog {
  margin: 1.9375rem 0rem 0rem 0rem;
}

body.login #nav a, body.login #backtoblog a, body.login .privacy-policy-page-link a {
  position: relative;
  display: inline-block;
  color: #29293D;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
  text-decoration: none;
}

body.login #nav a:before, body.login #nav a:after, body.login #backtoblog a:before, body.login #backtoblog a:after, body.login .privacy-policy-page-link a:before, body.login .privacy-policy-page-link a:after {
  width: 0;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}

body.login #nav a:before, body.login #backtoblog a:before, body.login .privacy-policy-page-link a:before {
  background-color: rgba(94, 90, 219, 0.1);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}

body.login #nav a:after, body.login #backtoblog a:after, body.login .privacy-policy-page-link a:after {
  background-color: rgba(94, 90, 219, 1);
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

body.login #nav a:focus, body.login #backtoblog a:focus, body.login .privacy-policy-page-link a:focus {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #7773FF;
}

body.login .privacy-policy-page-link {
  padding: 0rem 0rem 0.9375rem 0rem;
  margin: 1.875rem 0rem 0rem 0rem;
}

.login .message, .login .success, .login #login_error {
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 14px;
  width: 100%;
  max-width: calc(320px - 1.25rem);
  padding: 0.9375rem;
  margin: 0rem 0rem 0.9375rem 0rem;
  background-color: #FEFEFE;
  border-left: 5px solid #7773FF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.language-switcher {
  display: none;
}

/**
* _login - Medium.
*/
@media screen and (min-width: 640px) {
  body.login #login h1 {
    width: 360px;
    max-width: 360px;
  }
  body.login #login form {
    width: 360px;
    max-width: 360px;
    padding: 1.875rem;
  }
  body.login #login form input[type=text], body.login #login form input[type=password] {
    padding: 0rem 0.9375rem 0rem 0.9375rem;
    margin: 0rem 0rem 1.5625rem 0rem;
  }
  body.login #nav, body.login #backtoblog {
    margin: 2.875rem 0rem 0rem 0rem;
  }
  body.login .privacy-policy-page-link {
    padding: 0rem 0rem 1.875rem 0rem;
  }
  .login .message, .login .success, .login #login_error {
    width: 360px;
    max-width: 360px;
    padding: 1.875rem;
    margin: 0rem 0rem 1.875rem 0rem;
  }
}
/**
* _login - Large.
*/
@media screen and (min-width: 1024px) {
  body.login svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 40%;
    top: 0;
    left: 0;
  }
  body.login svg path#Path_4, body.login svg path#Path_6,
  body.login svg path#Path_29, body.login svg path#Path_22,
  body.login svg path#Path_470, body.login svg path#Path_464,
  body.login svg path#Path_473 {
    animation: fade-out-One 6s infinite;
  }
  body.login svg path#Path_15, body.login svg path#Path_11,
  body.login svg path#Path_13, body.login svg path#Path_9,
  body.login svg path#Path_19, body.login svg path#Path_27,
  body.login svg path#Path_463, body.login svg path#Path_477,
  body.login svg path#Path_475, body.login svg path#Path_489 {
    animation: fade-out-Two 12s infinite;
  }
  body.login::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: rgb(142, 118, 245);
    background: linear-gradient(90deg, #8E76F5 0%, #CC54BA 100%);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  /* 50% opacity */
  @keyframes fade-out-One {
    0% {
      opacity: 0.5;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.5;
    }
  }
  /* 20% opacity */
  @keyframes fade-out-Two {
    0% {
      opacity: 0.2;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.2;
    }
  }
  body.login #login {
    width: 60% !important;
    left: 85%;
    transform: translateX(-75%);
    box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.4);
  }
  body.login #login form label, body.login #login form input {
    font-size: 18px;
  }
  body.login #login form .submit input[type=submit] {
    font-size: 18px;
  }
  body.login #login form .submit input[type=submit]:hover {
    background-color: #CC54BA;
  }
  body.login #nav a:hover, body.login #backtoblog a:hover, body.login .privacy-policy-page-link a:hover {
    color: #7773FF;
  }
  body.login #nav a:hover:before, body.login #nav a:hover:after, body.login #backtoblog a:hover:before, body.login #backtoblog a:hover:after, body.login .privacy-policy-page-link a:hover:before, body.login .privacy-policy-page-link a:hover:after {
    width: 100%;
    left: 0;
  }
  body.login #backtoblog {
    position: absolute;
    bottom: 80px;
    /* width: 100%; */
    width: calc(50% - 50px);
    left: 0;
    margin: 0;
    padding: 0;
    display: flex;
    /* justify-content: center; */ /* comment out if no privacy policy present */
    justify-content: flex-end;
  }
  body.login .privacy-policy-page-link {
    position: absolute;
    bottom: 80px;
    width: calc(50% - 10px);
    margin: 0;
    padding: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
  }
  body.login #nav a, body.login #backtoblog a, body.login .privacy-policy-page-link a {
    font-size: 18px;
  }
}
@media screen and (max-height: 820px) {
  body.login #backtoblog {
    bottom: 25px;
  }
  body.login .privacy-policy-page-link {
    bottom: 25px;
  }
}
@media screen and (max-height: 650px) {
  body.login #backtoblog,
  body.login .privacy-policy-page-link {
    width: -moz-fit-content;
    width: fit-content;
    bottom: 0;
    position: relative;
    display: inline-block;
    margin: 2.875rem 0rem 0rem 0rem;
  }
}
.html.lenis {
  height: auto;
}
.html.lenis .body {
  height: auto;
}
.html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.html.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.html.lenis.lenis-stopped {
  overflow: hidden;
}
.html.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.mf-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  direction: ltr;
  contain: layout style size;
  pointer-events: none;
  transition: opacity 0.3s, color 0.4s;
}

.mf-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  transform: scale(0.2);
  background: currentColor;
  border-radius: 50%;
  transition: transform 0.25s ease-in-out, opacity 0.1s;
}

.mf-cursor.-inverse {
  color: #fff;
}

@supports (mix-blend-mode: exclusion) {
  .mf-cursor.-exclusion {
    mix-blend-mode: exclusion;
  }
  .mf-cursor.-exclusion:before {
    background: #fff;
  }
}
.mf-cursor.-pointer:before {
  transform: scale(0.15);
}

.mf-cursor.-text:before {
  opacity: 0.85;
  transform: scale(1.7);
}

.mf-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.mf-cursor.-icon:before {
  transform: scale(1.5);
}

.mf-cursor.-icon.-active:before {
  transform: scale(1.4);
}

.mf-cursor.-hidden:before {
  transform: scale(0);
}

.mf-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  transition: opacity 0.4s, transform 0.3s;
}

.mf-cursor.-text .mf-cursor-text, .mf-cursor.-icon .mf-cursor-text {
  opacity: 1;
  transform: scale(1);
}

.mf-cursor-media {
  position: absolute;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
}

.mf-cursor-media img, .mf-cursor-media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .mf-cursor-media img, .mf-cursor-media video {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translateZ(0);
  }
}
.mf-cursor-media-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0) translateZ(0);
  padding: 1px;
  opacity: 0;
  border-radius: 50%;
  transition: transform 0.35s, opacity 0.2s 0.2s;
}

.mf-cursor.-media .mf-cursor-media-box {
  opacity: 1;
  transform: scale(0.696);
  transition-duration: 0.4s, 0.4s;
  transition-delay: 0s, 0s;
} 
.mf-cursor {
  mix-blend-mode: exclusion;
  z-index: 97;
}
.mf-cursor .mf-cursor-inner .mf-cursor-text {
  width: 50px;
  height: 50px;
  top: -25px;
  left: -25px;
  transform: scale(0) rotate(-30deg);
  color: #222222;
  font-family: "Alaska Book", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  text-transform: uppercase;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0, 0.88), opacity 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mf-cursor .mf-cursor-inner .mf-cursor-media {
  width: 360px;
  height: 360px;
  margin: -180px 0px 0px -180px;
}
.mf-cursor .mf-cursor-inner .mf-cursor-media .mf-cursor-media-box {
  width: 100%;
  height: 100%;
  padding: 0;
  transform: translateZ(0) scale(0) rotate(-15deg);
  border-radius: 100%;
  transition: transform 0.3s, opacity 0.15s 0.15s;
}
.mf-cursor:before {
  width: 50px;
  height: 50px;
  top: -25px;
  left: -25px;
  transform: scale(0.4);
  background-color: #FFFFFF;
  border-radius: 100%;
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0, 0.88), opacity 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mf-cursor:after {
  width: 100px;
  height: 100px;
  top: -50px;
  left: -50px;
  transform: scale(1);
  background-color: #222222;
  border-radius: 100%;
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0, 0.88), opacity 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mf-cursor.-pointer:before {
  transform: scale(0.15);
  opacity: 1;
}
.mf-cursor.-pointer.-text:before {
  transform: scale(1.5);
  opacity: 1;
}
.mf-cursor.-pointer.-text .mf-cursor-inner .mf-cursor-text {
  transform: scale(1) rotate(0deg);
}
.mf-cursor.-pointer.-media .mf-cursor-inner .mf-cursor-media .mf-cursor-media-box {
  transform: translateZ(0) scale(1) rotate(0deg);
  transition-duration: 0.45s, 0.45s;
  transition-delay: 0s, 0s;
}
.mf-cursor.-hidden:before {
  transform: scale(0.3);
  opacity: 0;
}

* {
  font-family: "Alaska Book", sans-serif;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.container-fluid {
  width: 100%;
  max-width: none;
}
.container-fluid .container {
  width: 100%;
  max-width: 1280px;
}

.fancybox-content {
  background: #F1EBE6;
}

.fancybox-slide--html .fancybox-close-small {
  color: #F1EBE6;
  background: #222222;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
.fancybox-slide--html .fancybox-close-small svg {
  width: 35px;
  height: 35px;
  top: -1px;
  right: -1px;
}

ul, ol {
  padding: 0;
}

a {
  text-decoration: none;
}

.default-content_text h1:last-child:not(.ignore), .default-content_text h2:last-child:not(.ignore), .default-content_text h3:last-child:not(.ignore), .default-content_text h4:last-child:not(.ignore), .default-content_text h5:last-child:not(.ignore), .default-content_text h6:last-child:not(.ignore), .default-content_text p:last-child:not(.ignore), .default-content_text ul:last-child:not(.ignore), .default-content_text ol:last-child:not(.ignore), .default-content_text li:last-child:not(.ignore), .default-content_text a:last-child:not(.ignore), .default-content_text span:last-child:not(.ignore) {
  margin-bottom: 0 !important;
}
.default-content_text h1, .default-content_text h2, .default-content_text h3 {
  margin: 3rem 0rem 2rem 0rem;
}
.default-content_text h1:first-of-type, .default-content_text h2:first-of-type, .default-content_text h3:first-of-type {
  margin: 0rem 0rem 2rem 0rem;
}
.default-content_text h4, .default-content_text h5, .default-content_text h6 {
  margin: 2rem 0rem 1.5rem 0rem;
}
.default-content_text h4:first-of-type, .default-content_text h5:first-of-type, .default-content_text h6:first-of-type {
  margin: 0rem 0rem 1.5rem 0rem;
}
.default-content_text blockquote {
  border-left: 3px solid #7A7A7A;
  padding: 0 0 0 10px;
}
.default-content_text a:not(.btn-primary):not(.ignore) {
  color: #7A7A7A;
  position: relative;
  font-family: "Alaska Medium", sans-serif;
}
.default-content_text a:not(.btn-primary):not(.ignore):before, .default-content_text a:not(.btn-primary):not(.ignore):after {
  width: 0;
  height: 2px;
  top: calc(100% - 3px);
  right: 0;
  position: absolute;
  content: "";
}
.default-content_text a:not(.btn-primary):not(.ignore):before {
  background-color: rgba(122, 122, 122, 0.3);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.default-content_text a:not(.btn-primary):not(.ignore):after {
  background-color: #7a7a7a;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.default-content_text a:not(.btn-primary):not(.ignore):hover:before, .default-content_text a:not(.btn-primary):not(.ignore):hover:after {
  width: 100%;
  left: 0;
}
.default-content_text ul, .default-content_text ol {
  margin: 0rem 0rem 1rem 3rem;
}
.default-content_text ul li, .default-content_text ol li {
  padding: 0rem 0rem 0.625rem 0rem;
}
.default-content_text ul li:last-of-type, .default-content_text ol li:last-of-type {
  padding: 0;
}
.default-content_text ul {
  list-style: circle;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: 0.2s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: 0.2s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-iframe-holder .mfp-close {
  padding: 0;
  top: -60px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .default-content_text ul li, .default-content_text ol li {
    padding: 0rem 0rem 0.9375rem 0rem;
  }
}/*# sourceMappingURL=custom.css.map */