
/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2026-01-05 9:53:37 UTC */

/* 	Template Main SCSS
 Author: Caroline Currie
 */
/* Fonts */
@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinsmedium';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'), url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'), url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinsbold';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }
/* Colors */
/* Variables */
body {
  font-family: 'poppinsregular';
  font-optical-sizing: auto;
  margin: 0;
  box-sizing: border-box;
  color: #535862; }

h1 {
  font-size: 60px;
  font-family: 'poppinssemibold';
  font-optical-sizing: auto;
  color: #fff;
  margin-top: 0;
  line-height: 1.3; }

h2 {
  font-size: 36px;
  font-family: 'poppinssemibold';
  font-optical-sizing: auto;
  color: #181d27;
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.2; }

h3 {
  font-size: 30px;
  font-family: 'poppinssemibold';
  font-optical-sizing: auto;
  color: #181d27;
  margin: 0;
  padding-bottom: 20px; }

h4, h4.subtitle {
  font-size: 16px;
  font-family: 'poppinssemibold';
  font-optical-sizing: auto;
  color: #ed442c;
  margin: 0;
  padding: 0; }

@media (max-width: 500px) {
  h1 {
    font-size: 50px;
    line-height: 1.2; }

  h2 {
    font-size: 30px; } }

p {
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 20px; }
  p a {
    color: #f38272; }
    p a:hover {
      color: #181d27; }

img {
  vertical-align: bottom; }

.paragraph ul {
  list-style: none;
  padding: 0; }
  .paragraph ul li {
    padding: 2px 0 2px 40px;
    margin-bottom: 10px;
    background-image: url(../images/check_icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 1.2; }

#header {
  overflow-x: clip;
  position: absolute;
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  z-index: 2000; }
  #header .desktop {
    display: flex;
    gap: 32px;
    align-items: center;
    padding: 20px 5%; }
    #header .desktop .sticky-logo {
      display: none; }
  #header .mobile {
    display: none; }
  #header nav {
    flex-grow: 2; }
    #header nav ul {
      display: flex;
      gap: 20px;
      list-style: none;
      align-items: center; }
      #header nav ul li a {
        color: #fff;
        font-size: 16px;
        font-family: 'poppinssemibold';
        font-optical-sizing: auto;
        text-decoration: none;
        line-height: 1; }
        #header nav ul li a:hover {
          color: #181d27; }
  #header.sticky .desktop {
    background: #fff;
    position: fixed;
    padding: 5px 5%;
    width: 100%;
    box-sizing: border-box; }
    #header.sticky .desktop .sticky-logo {
      display: block; }
      #header.sticky .desktop .sticky-logo img {
        height: 44px;
        width: 129px; }
    #header.sticky .desktop .main_logo {
      display: none; }
    #header.sticky .desktop nav ul li a {
      color: #535862; }
  @media (max-width: 768px) {
  #header .desktop {
    display: none; }
  #header .mobile {
    display: flex;
    gap: 32px;
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between; }
    #header .mobile .mobile_trigger {
      color: #fff;
      font-size: 20px; }

    #header .mobile .flyout {
      position: fixed;
      top: 0;
      right: -100%;
      width: 80%;
      height: 100vh;
      background: white;
      transition: right 0.3s ease-in-out;
      z-index: 2000;
      background-image: url(../images/background_gradient.jpg);
      background-repeat: no-repeat;
      padding: 5%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #header .mobile .flyout nav {
        width: 100%; }
        #header .mobile .flyout nav ul {
          flex-direction: column;
          gap: 20px;
          padding: 0; }

    #header .mobile .flyout.open {
      right: 0; } }

.home.intro_section {
  background-image: url(../images/background_gradient.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-attachment: fixed; }
  .home.intro_section .info {
    padding: 140px 10% 50px; }
  .home.intro_section .spelling {
    margin-bottom: 20px;
    display: flex;
    justify-content: center; }
    .home.intro_section .spelling #typed-text {
      color: #fff;
      font-size: 60px;
      font-family: 'poppinssemibold';
      font-optical-sizing: auto; }
    .home.intro_section .spelling #cursor {
      width: 15px;
      height: 90px;
      background: #f38272;
      color: #f38272; }
  .home.intro_section .paragraph {
    color: #fff;
    font-size: 20px;
    padding-bottom: 28px; }
    .home.intro_section .paragraph p {
      line-height: 1.5; }
  .home.intro_section .parallax_image {
    margin-top: 64px;
    max-width: 100%; }
    .home.intro_section .parallax_image img {
      vertical-align: bottom;
      max-width: 100%;
      height: auto; }
  @media (max-width: 1200px) {
  .home.intro_section .spelling #typed-text {
    font-size: 50px; } }
  .home.intro_section h2 {
    color: #fff; }
  .home.intro_section .paragraph {
    color: #fff;
    font-size: 20px;
    padding-bottom: 28px; }
    .home.intro_section .paragraph p {
      line-height: 1.5; }

.home_animation #flexible_layout {
  position: relative;
  overflow: hidden; }
  .home_animation #flexible_layout .flexible_section {
    box-sizing: border-box; }

.flexible_section {
  position: relative;
  margin: 0;
  padding: 0; }
  .flexible_section:first-child {
    margin-top: 0; }
  .flexible_section .inner {
    padding: 5% 8%;
    border-radius: 50px 50px 0 0;
    position: relative;
    background-color: #fff; }
  .flexible_section.intro_section .inner {
    margin-top: 0;
    padding-top: 200px;
    border-radius: 0;
    background-image: url(../images/background_gradient.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-attachment: fixed; }
  .flexible_section.intro_section h2 {
    color: #fff; }
  .flexible_section.intro_section .paragraph {
    color: #fff;
    font-size: 20px;
    padding-bottom: 28px; }
    .flexible_section.intro_section .paragraph p {
      line-height: 1.5; }
  @media (max-width: 768px) {
  .flexible_section.intro_section .inner {
    padding-top: 140px; } }
  .flexible_section .columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    align-items: center; }
  .flexible_section .columns .column {
    width: 48%; }
  @media (max-width: 1200px) {
    .flexible_section .columns {
      padding-right: 5%; } }
  @media (max-width: 768px) {
    .flexible_section .columns {
      flex-wrap: wrap;
      justify-content: center; }
      .flexible_section .columns .column {
        width: 100%; } }
  .flexible_section.title_text .inner {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%; }
  .flexible_section.title_text.black {
    background: #000;
    color: #fff;
    padding: 10% 15%; }
    .flexible_section.title_text.black h2 {
      color: #fff; }
  .flexible_section.title_text h2, .flexible_section.title_text .paragraph {
    max-width: 1000px;
    margin: 0 auto; }
  .flexible_section.text_image .black {
    background: #000;
    color: #fff;
    padding-bottom: 0; }
    .flexible_section.text_image .black h2 {
      color: #fff; }
    .flexible_section.text_image .black img {
      width: 100%; }
  .flexible_section.text_image .left {
    padding-left: 0; }
    .flexible_section.text_image .left .columns {
      flex-direction: row-reverse; }
      .flexible_section.text_image .left .columns .image, .flexible_section.text_image .left .columns .lottie {
        display: flex;
        justify-content: flex-end; }
      @media (max-width: 768px) {
    .flexible_section.text_image .left .columns .image {
      justify-content: center; } }
  .flexible_section.text_image .right {
    padding-right: 0; }
  @media (max-width: 768px) {
    .flexible_section.text_image .right, .flexible_section.text_image .left {
      padding-left: 5%; } }
  .flexible_section.text_image #lottie_file {
    max-width: 100% !important; }
  .flexible_section.text_image .image img {
    max-width: 100%;
    height: auto; }
  .flexible_section.text_image .icon {
    padding-bottom: 24px; }
  .flexible_section.text_image .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    height: 0; }
    .flexible_section.text_image .video-wrapper iframe, .flexible_section.text_image .video-wrapper video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .flexible_section.logos {
    text-align: center; }
  .flexible_section.logos .title {
    font-size: 16px;
    padding-bottom: 32px; }
  .flexible_section.logos .scrolling_logos {
    display: flex;
    justify-content: center;
    gap: 5%;
    align-items: center; }
    .flexible_section.logos .scrolling_logos .owl-item {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 1 0 auto;
      height: 130px; }
      .flexible_section.logos .scrolling_logos .owl-item .logo {
        max-width: 170px;
        display: flex;
        flex-direction: column;
        align-items: stretch; }
    .flexible_section.logos .scrolling_logos img {
      height: auto; }
  .flexible_section.data_section .inner {
    text-align: center;
    background: #000; }
  .flexible_section.data_section .data-number {
    font-size: 60px;
    color: #fff;
    font-family: 'poppinssemibold';
    font-optical-sizing: auto; }
  .flexible_section.data_section .paragraph {
    color: #fff;
    font-size: 20px;
    padding-bottom: 28px; }
    .flexible_section.data_section .paragraph p {
      line-height: 1.5; }
  .flexible_section.cta_block .inner {
    margin: 0 auto; }
  .flexible_section.cta_block .gtr .columns {
    background: linear-gradient(272deg, #ed442c 0.19%, #c4c4c4 54.35%); }
  .flexible_section.cta_block .rtg .columns {
    background: linear-gradient(88deg, #ed442c -0.45%, #9a9ea5 108.67%); }
  .flexible_section.cta_block .columns {
    align-items: center;
    padding-right: 0;
    padding: 64px;
    border-radius: 50px; }
    .flexible_section.cta_block .columns .column.left {
      width: 80%; }
    .flexible_section.cta_block .columns .column.right {
      width: 20%; }
  .flexible_section.cta_block .paragraph {
    color: #000; }
  @media (max-width: 1200px) {
    .flexible_section.cta_block {
      padding: 40px; }
      .flexible_section.cta_block .columns .column.right {
        width: 170px; } }
  @media (max-width: 600px) {
    .flexible_section.cta_block {
      padding: 40px 20px; } }
  @media (max-width: 768px) {
  .flexible_section {
    margin-top: 0;
    border-radius: 0; } }
  .flexible_section:last-child {
    padding-bottom: 0; }

.button_yt {
  display: inline-block;
  background: #fff;
  padding: 14px 20px 12px;
  border-radius: 8px;
  font-size: 18px;
  color: #181d27;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  line-height: 1; }
  .button_yt:hover {
    background: #ed442c;
    color: #fff;
    display: inline-flex;
    align-items: center; }

.button_red {
  display: inline-block;
  background: #ed442c;
  padding: 14px 20px 12px;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  line-height: 1; }
  .button_red:hover {
    background: #fff;
    color: #181d27;
    display: inline-flex;
    align-items: center; }

#primary {
  padding: 8%; }

#footer {
  padding: 5% 5% 0; }
  #footer .columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative; }
  #footer .columns .column {
    width: 48%; }
    #footer .columns .column.left {
      display: flex;
      flex-direction: column;
      gap: 22px;
      font-family: 'poppinsmedium';
      font-optical-sizing: auto;
      font-size: 14px; }
      #footer .columns .column.left .footer_logo {
        padding-bottom: 15px; }
      #footer .columns .column.left label {
        display: block;
        font-size: 14px;
        color: #717680; }
      #footer .columns .column.left .credit p {
        font-size: 14px; }
        #footer .columns .column.left .credit p a {
          color: #535862;
          text-decoration: none; }
          #footer .columns .column.left .credit p a:hover {
            color: #ed442c; }
  #footer .form .gform_title {
    font-size: 36px;
    font-family: 'poppinssemibold';
    font-optical-sizing: auto; }
  #footer .form label {
    font-size: 14px;
    color: #535862; }
  #footer .form .gform-footer input {
    background: #ed442c;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    padding: 12px; }
    #footer .form .gform-footer input:hover {
      background: #fff;
      border: 1px solid #f38272;
      color: #f38272; }
  #footer .footer_bottom {
    padding: 5% 0 0; }
  #footer .footer_bottom .social .medias {
    display: flex;
    gap: 10px; }
    #footer .footer_bottom .social .medias i {
      color: #d5d7da;
      font-size: 24px; }
      #footer .footer_bottom .social .medias i:hover {
        color: #ed442c; }
  @media (max-width: 768px) {
  #footer .columns {
    flex-wrap: wrap; }
    #footer .columns .column {
      width: 100%; } }
/*# sourceMappingURL= */