/*------------------------------------ 
    Variables
------------------------------------*/
/*------------------------------------ 
    Keyframes 
------------------------------------*/
@-webkit-keyframes animation-v1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  1% {
    opacity: 0;
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  16% {
    opacity: 0;
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  32% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  48% {
    opacity: 1;
    -webkit-transform: translateX(20px) translateY(20px) scale(0.8, 0.8);
            transform: translateX(20px) translateY(20px) scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  64% {
    opacity: 1;
    -webkit-transform: translateX(-10px) translateY(-10px) scale(0.8, 0.8);
            transform: translateX(-10px) translateY(-10px) scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) scale(0.8, 0.8);
            transform: translateX(0px) translateY(0px) scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
  }
}
@keyframes animation-v1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  1% {
    opacity: 0;
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  16% {
    opacity: 0;
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  32% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  48% {
    opacity: 1;
    -webkit-transform: translateX(20px) translateY(20px) scale(0.8, 0.8);
            transform: translateX(20px) translateY(20px) scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  64% {
    opacity: 1;
    -webkit-transform: translateX(-10px) translateY(-10px) scale(0.8, 0.8);
            transform: translateX(-10px) translateY(-10px) scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) scale(0.8, 0.8);
            transform: translateX(0px) translateY(0px) scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
  }
}
@-webkit-keyframes animation-v2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  1% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  24% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  49% {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  74% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes animation-v2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  1% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  24% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  49% {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  74% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes animation-v3 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  23% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  48% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  73% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes animation-v3 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  23% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  48% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  73% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes animation-v4 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  31% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  65% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes animation-v4 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  31% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  65% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes animation-v5 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  18% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  38% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  58% {
    -webkit-transform: translateX(20px) translateY(20px) scale(0.8, 0.8);
            transform: translateX(20px) translateY(20px) scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  78% {
    -webkit-transform: translateX(-10px) translateY(-10px) scale(0.8, 0.8);
            transform: translateX(-10px) translateY(-10px) scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
  }
}
@keyframes animation-v5 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  18% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  38% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  58% {
    -webkit-transform: translateX(20px) translateY(20px) scale(0.8, 0.8);
            transform: translateX(20px) translateY(20px) scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  78% {
    -webkit-transform: translateX(-10px) translateY(-10px) scale(0.8, 0.8);
            transform: translateX(-10px) translateY(-10px) scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
  }
}
@-webkit-keyframes animation-v6 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  23% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  24% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  49% {
    -webkit-transform: translateX(-30px) translateY(-30px) scale(0.8, 0.8);
            transform: translateX(-30px) translateY(-30px) scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  74% {
    -webkit-transform: translateX(-10px) translateY(-10px) scale(0.8, 0.8);
            transform: translateX(-10px) translateY(-10px) scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
  }
}
@keyframes animation-v6 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  23% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  24% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  49% {
    -webkit-transform: translateX(-30px) translateY(-30px) scale(0.8, 0.8);
            transform: translateX(-30px) translateY(-30px) scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  74% {
    -webkit-transform: translateX(-10px) translateY(-10px) scale(0.8, 0.8);
            transform: translateX(-10px) translateY(-10px) scale(0.8, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) scale(1, 1);
            transform: translateX(0px) translateY(0px) scale(1, 1);
  }
}
/*------------------------------------ 
    Mixins 
------------------------------------*/
/*------------------------------------ 
    Px to rem convertor 
------------------------------------*/
/*------------------------------------ 
    Helper 
------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-feature-settings: "kern";
          font-feature-settings: "kern";
  letter-spacing: -0.045em;
  color: #00266f;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

/* ----- Device below 992 hide ----- */
@media screen and (max-width: 991.98px) {
  .min-992 {
    display: none !important;
  }
}

/* ----- Device below 1024 hide ----- */
@media screen and (max-width: 1023.98px) {
  .min-1024 {
    display: none !important;
  }
}

/* ----- Device below 1200 hide ----- */
@media screen and (max-width: 1119.98px) {
  .min-1200 {
    display: none !important;
  }
}

/* ----- Device above 992 hide ----- */
@media screen and (min-width: 992px) {
  .max-992 {
    display: none !important;
  }
}

/* ----- Device above 1024 hide ----- */
@media screen and (min-width: 1024px) {
  .max-1024 {
    display: none !important;
  }
}

/* ----- Device above 1200 hide ----- */
@media screen and (min-width: 1200px) {
  .max-1200 {
    display: none !important;
  }
}

/* ----- container ----- */
.container.full {
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 1200px) {
  .container.full {
    max-width: none;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
@media screen and (min-width: 1440px) {
  .container.full {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media screen and (min-width: 1600px) {
  .container.full {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
@media screen and (min-width: 992px) {
  .container.full .col {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.site-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav ul li + li {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .site-nav ul li + li {
    margin-top: 0;
    margin-left: 0.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .site-nav ul li + li {
    margin-top: 0;
    margin-left: 1vw;
  }
}
.site-nav ul li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #00266f;
  text-decoration: none;
  padding: 0.625rem 0.625rem;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: transform 1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: transform 1s cubic-bezier(0.28, 0.12, 0.22, 1), -webkit-transform 1s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.site-nav ul li a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (min-width: 1024px) {
  .site-nav ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .site-nav ul li a {
    font-size: 17px;
  }
}
@media screen and (min-width: 1440px) {
  .site-nav ul li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .site-nav ul li a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1860px) {
  .site-nav ul li a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .site-nav.social-media ul li + li {
    margin-left: 0.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .site-nav.social-media ul li + li {
    margin-left: 1vw;
  }
}
.site-nav.social-media ul li a svg {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .site-nav.social-media ul li a svg {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .site-nav.social-media ul li a svg {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .site-nav.social-media ul li a svg {
    width: 2.375rem;
    height: 2.375rem;
  }
}
@media screen and (min-width: 1600px) {
  .site-nav.social-media ul li a svg {
    width: 2.875rem;
    height: 2.875rem;
  }
}

.adget-tooltip {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: -0.045em;
  --bs-tooltip-bg: #00266f;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-padding-y: 0.375rem;
  --bs-tooltip-padding-x: 0.6875rem;
}
.adget-tooltip.white {
  --bs-tooltip-color: #00266f;
  --bs-tooltip-bg: #FFF;
}
.adget-tooltip.white .tooltip-arrow::after {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  bottom: 0;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  z-index: -1;
}
.adget-tooltip.white .tooltip-inner {
  border: 1px solid rgba(191, 197, 215, 0.4);
  -webkit-box-shadow: hsla(206deg, 22%, 7%, 0.35) 0px 10px 38px -10px, hsla(206deg, 22%, 7%, 0.2) 0px 10px 20px -15px;
          box-shadow: hsla(206deg, 22%, 7%, 0.35) 0px 10px 38px -10px, hsla(206deg, 22%, 7%, 0.2) 0px 10px 20px -15px;
}
.adget-tooltip[data-popper-placement=bottom].white .tooltip-arrow::after {
  border-bottom-color: rgba(191, 197, 215, 0.6);
}

.btn {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #FFF;
  background-color: #bfc5d7;
  padding: 0.75rem 1.5rem;
  border-radius: 1.125rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .btn {
    font-size: 1.375rem;
    padding: 1.875rem 2.8125rem;
    border-radius: 1.625rem;
  }
}
.btn:hover {
  color: #FFF;
  background-color: #00266f;
}
.btn.primary {
  color: #000;
  background: -webkit-gradient(linear, left top, right top, color-stop(21%, #08f6ff), to(#00f0a5));
  background: linear-gradient(to right, #08f6ff 21%, #00f0a5 100%);
}
.btn.primary:hover {
  opacity: 0.8;
}
@media screen and (min-width: 992px) {
  .btn.width {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

.form-control {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #f0f1f4;
  border: 0;
  padding: 0.75rem 1.5rem;
  border-radius: 1.125rem;
}
@media screen and (min-width: 992px) {
  .form-control {
    font-size: 1.375rem;
    padding: 1.875rem 2.8125rem;
    border-radius: 1.625rem;
  }
}
.form-control:focus, .form-control:active {
  background-color: #f0f1f4;
}

.thanks-message {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 992px) {
  .thanks-message {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.thanks-message svg {
  width: 19vw;
  height: auto;
  fill: green;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .thanks-message svg {
    width: 9vw;
  }
}
.thanks-message .entry-message {
  font-size: 6vw;
}
@media screen and (min-width: 992px) {
  .thanks-message .entry-message {
    font-size: 2vw;
  }
}

.animation-item.from-up {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.animation-item.from-down {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.animation-item.from-left {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.animation-item.from-right {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.form-submitted .thanks-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-submitted .contact-form {
  display: none;
}

/*------------------------------------ 
    Header 
------------------------------------*/
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .site-header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1360px) {
  .site-header {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.site-header--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header--inner .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .site-header--inner .col > * + * {
    margin-left: 1.25rem;
    padding-left: 1rem;
    border-left: 1px solid #bfc5d7;
  }
}
@media screen and (min-width: 1280px) {
  .site-header--inner .col > * + * {
    margin-left: 1.75rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .site-header--inner .col > * + * {
    margin-left: 3rem;
    padding-left: 2.75rem;
  }
}
.site-header--inner .col:nth-child(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .site-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header .site-brand a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-brand a img {
  height: 2.375rem;
}
@media screen and (min-width: 1024px) {
  .site-header .site-brand a img {
    height: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .site-header .site-brand a img {
    height: 2.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .site-header .site-brand a img {
    height: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .site-header .site-brand a img {
    height: 3.25rem;
  }
}
.site-header .site-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  background-color: #dadfec;
  border-radius: 50%;
}
.site-header .site-toggle svg {
  width: 1.375rem;
  height: 1.375rem;
}
.site-header .site-toggle svg.feather-x {
  display: none;
}
body.menu-active .site-header .site-toggle svg.feather-x {
  display: block;
}
body.menu-active .site-header .site-toggle svg.feather-menu {
  display: none;
}
.site-header.scrolled {
  background-color: #fff;
  -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .site-header.scrolled {
    padding-top: 1.25rem;
    padding-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 1023.98px) {
  body.menu-active .site-header #site-primary-nav {
    display: block !important;
    position: absolute;
    width: 100%;
    top: 72px;
    left: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border-top: 1px solid #dadfec;
    border-bottom: 1px solid #dadfec;
    background-color: #fff;
  }
  body.menu-active .site-header #site-primary-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.menu-active .site-header #site-primary-nav ul li {
    width: 100%;
    margin-top: 0;
  }
}

/*------------------------------------ 
    Main 
------------------------------------*/
.page-content {
  position: relative;
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .page-content {
    padding-top: 16.25rem;
  }
}

.section {
  position: relative;
}
.section:not(.hero-section) {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .section:not(.hero-section) {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
.section .section-text .entry-subtitle {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .section .section-text .entry-subtitle {
    font-size: 1.5rem;
    letter-spacing: 5px;
    margin-bottom: 2.5rem;
  }
}
.section .section-text .entry-title {
  font-size: 10.5vw;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .section .section-text .entry-title {
    font-size: 5vw;
    line-height: 1.1;
    margin-bottom: 1.875rem;
  }
  .section .section-text .entry-title.large {
    font-size: 6vw;
    line-height: 1.1;
  }
}
.section .section-text .entry-title.small {
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .section .section-text .entry-title.small {
    font-size: 3.8vw;
    line-height: 1.2;
  }
}
.section .section-text .entry-title.xsmall {
  font-size: 1.75rem;
}
@media screen and (min-width: 992px) {
  .section .section-text .entry-title.xsmall {
    font-size: 2.8vw;
    line-height: 1.2;
  }
}
.section .section-text .entry-title.xxsmall {
  font-size: 1.625rem;
}
@media screen and (min-width: 992px) {
  .section .section-text .entry-title.xxsmall {
    font-size: 1.8vw;
    line-height: 1.2;
  }
}
.section .section-text .entry-content {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .section .section-text .entry-content {
    font-size: 2.75rem;
  }
}
.section .section-text .entry-description {
  font-size: 0.9375rem;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .section .section-text .entry-description {
    font-size: 2rem;
  }
}
.section .section-text .entry-description.large {
  font-size: 1.0625rem;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .section .section-text .entry-description.large {
    font-size: 2.875rem;
  }
  .section .section-text .entry-description.large p + p {
    margin-top: 3.75rem;
  }
}
.section .section-text .section-button {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .section .section-text .section-button {
    margin-top: 5rem;
  }
}
.section .section-text .entry-teaser {
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .section .section-text .entry-teaser {
    font-size: 1.375rem;
  }
}
.section .section-text .listing li {
  font-size: 1.125rem;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .section .section-text .listing li {
    font-size: 1.625rem;
  }
}
.section .section-text .listing li + li {
  margin-top: 0.9375rem;
}
.section .section-images.relative {
  position: relative;
  display: block;
  width: 100%;
}

.section-hero {
  padding-bottom: 11.875rem !important;
}
@media screen and (min-width: 992px) {
  .section-hero {
    padding-top: 4%;
    padding-bottom: 17.5rem;
  }
}
.section-hero .left .section-text {
  max-width: 90rem;
}
@media screen and (min-width: 992px) {
  .section-hero .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section-hero .right .section-text {
    max-width: 35rem;
  }
}
.section-hero .section-images {
  position: relative;
  width: 100%;
}
.section-hero .section-images .v3 {
  position: absolute;
  width: 23%;
  left: 0;
  top: 1.25rem;
  -webkit-animation: animation-v5 4.9s infinite linear;
          animation: animation-v5 4.9s infinite linear;
}
@media screen and (min-width: 992px) {
  .section-hero .section-images .v3 {
    left: -8%;
    top: 16vh;
  }
}
.section-hero .section-images .v2 {
  position: absolute;
  width: 30%;
  right: 13%;
  top: 7vh;
  -webkit-animation: animation-v2 3.9s infinite linear;
          animation: animation-v2 3.9s infinite linear;
}

.section-text-image {
  background-repeat: no-repeat;
}
.section-text-image .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-text-image .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-text-image .row .col.image {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .section-text-image .row .col.image {
    margin-bottom: 0;
  }
}
.section-text-image.image-left .section-text {
  margin-left: auto;
}
.section-text-image.image-right .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section-text-image.image-right .section-text {
  margin-right: auto;
}
.section-text-image .section-text {
  max-width: 60rem;
}
.section-text-image .section-images .v8 {
  position: absolute;
  width: 17%;
  left: 8%;
  bottom: 25%;
  -webkit-animation: animation-v2 3.9s infinite linear;
          animation: animation-v2 3.9s infinite linear;
}
.section-text-image .section-images .smile-v1 {
  position: absolute;
  width: 22%;
  right: 1.875rem;
  bottom: 1.25rem;
  -webkit-animation: animation-v1 5.6s infinite linear;
          animation: animation-v1 5.6s infinite linear;
}
@media screen and (min-width: 992px) {
  .section-text-image .section-images .smile-v1 {
    width: 22%;
    right: 5.625rem;
    bottom: 3.125rem;
  }
}
.section-text-image .section-images .v9 {
  position: absolute;
  width: 30vw;
  left: 8%;
  top: -3%;
  -webkit-animation: animation-v3 3.9s infinite linear;
          animation: animation-v3 3.9s infinite linear;
}
.section-text-image .section-images .v10 {
  position: absolute;
  width: 37.5%;
  top: 19%;
  left: 44.5%;
  -webkit-animation: animation-v4 2.9s infinite linear;
          animation: animation-v4 2.9s infinite linear;
}
.section-text-image .section-images .v11 {
  position: absolute;
  width: 37.5%;
  top: 42.5%;
  left: 44.5%;
  -webkit-animation: animation-v4 2.9s infinite linear;
          animation: animation-v4 2.9s infinite linear;
}
.section-text-image .section-images .v12 {
  position: absolute;
  width: 24%;
  left: 19%;
  top: 18%;
  z-index: 1;
  -webkit-animation: animation-v6 3.9s infinite linear;
          animation: animation-v6 3.9s infinite linear;
}
.section-text-image .section-images .v13 {
  position: absolute;
  width: 35%;
  left: 12%;
  top: 2.5%;
  -webkit-animation: animation-v5 4.9s infinite linear;
          animation: animation-v5 4.9s infinite linear;
}
.section-text-image .section-images .v14 {
  position: absolute;
  width: 28%;
  left: 22%;
  top: 5%;
}
.section-text-image .section-images .v15 {
  position: absolute;
  width: 52%;
  left: 26%;
  top: 35%;
  -webkit-animation: animation-v5 4.9s infinite linear;
          animation: animation-v5 4.9s infinite linear;
}

@media screen and (min-width: 992px) {
  .sticky-text .row .col.left {
    padding-right: 5vw;
  }
  .sticky-text .row .col.left .section-text {
    max-width: 60rem;
  }
  .sticky-text .row .col.left .section-text .entry-title {
    font-size: 5.5vw;
  }
}
.sticky-text .row .col.left .section-text {
  position: sticky;
  top: 8.75rem;
}
@media screen and (min-width: 992px) {
  .sticky-text .row .col.right.bordered {
    padding-left: 5vw;
    border-left: 2px solid #dadfec;
  }
  .sticky-text .row .col.right.bordered .section-text {
    padding-right: 3vw;
  }
  .sticky-text .row .col.right.bordered .section-text::after {
    content: "";
    position: absolute;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1.5625rem;
    left: -17%;
    width: 1.875rem;
    height: 1.875rem;
  }
  .sticky-text .row .col.right.bordered .section-text::before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: 0.9375rem;
    left: -18%;
    border-radius: 50%;
    background: rgb(0, 118, 249);
    background: linear-gradient(45deg, rgb(0, 118, 249) 0%, rgb(1, 205, 249) 50%, rgb(0, 232, 249) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0076f9",endColorstr="#00e8f9",GradientType=1);
  }
}
.sticky-text .row .col.right .section-text {
  position: relative;
}
.sticky-text .row .col.right .section-text + .section-text {
  margin-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .sticky-text .row .col.right .section-text + .section-text {
    margin-top: 11.25rem;
  }
}
.sticky-text .row .col.right.boxed .section-text {
  padding: 1.875rem;
  border-radius: 1.25rem;
  background-color: #e9ecf0;
}
@media screen and (min-width: 992px) {
  .sticky-text .row .col.right.boxed .section-text {
    padding: 6.25rem;
  }
  .sticky-text .row .col.right.boxed .section-text .entry-title {
    font-size: 2.4vw;
  }
  .sticky-text .row .col.right.boxed .section-text .entry-excerpt {
    font-size: 2rem;
  }
}
.sticky-text .row .col.right.boxed .section-text + .section-text {
  margin-top: 1.875rem;
}
.sticky-text .row .col.right.boxed .section-text.light {
  background-color: #f6f7f8;
}
.sticky-text .row .col.right.boxed .section-text .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.625rem;
  color: #fff;
  background: rgb(0, 118, 249);
  background: linear-gradient(45deg, rgb(0, 118, 249) 0%, rgb(1, 205, 249) 50%, rgb(0, 232, 249) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0076f9",endColorstr="#00e8f9",GradientType=1);
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .sticky-text .row .col.right.boxed .section-text .number {
    font-size: 1.375rem;
    width: 4.125rem;
    height: 4.125rem;
    border-radius: 1.25rem;
  }
}
.sticky-text .section-block-item {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .sticky-text .section-block-item {
    margin-bottom: 6.25rem;
  }
}
.sticky-text .section-block-item .section-images {
  position: relative;
  margin-bottom: 1.875rem;
}
.sticky-text .section-block-item .section-images .v16 {
  position: absolute;
  width: 20%;
  left: 35%;
  top: 26%;
  -webkit-animation: animation-v5 4.9s infinite linear;
          animation: animation-v5 4.9s infinite linear;
}
.sticky-text .section-block-item .section-images .v17 {
  position: absolute;
  width: 21%;
  top: 10%;
  right: 30%;
  -webkit-animation: animation-v5 4.9s infinite linear;
          animation: animation-v5 4.9s infinite linear;
}
.sticky-text .section-block-item .section-images .v18 {
  position: absolute;
  width: 25%;
  top: 30%;
  left: 24%;
  -webkit-animation: animation-v5 4.9s infinite linear;
          animation: animation-v5 4.9s infinite linear;
}
.sticky-text .section-block-item .section-images .v19 {
  position: absolute;
  width: 35%;
  top: 30%;
  left: 14%;
  -webkit-animation: animation-v5 4.9s infinite linear;
          animation: animation-v5 4.9s infinite linear;
}
.sticky-text .section-block-item .section-images .v20 {
  position: absolute;
  width: 38%;
  top: 14%;
  left: 0;
  -webkit-animation: animation-v5 4.9s infinite linear;
          animation: animation-v5 4.9s infinite linear;
}
.sticky-text .section-block-item .section-images .v21 {
  position: absolute;
  width: 30%;
  top: 0%;
  left: 29%;
  -webkit-animation: animation-v5 4.9s infinite linear;
          animation: animation-v5 4.9s infinite linear;
}

.text-section {
  margin-top: 3.75rem;
}
@media screen and (min-width: 992px) {
  .text-section {
    margin-top: 11.25rem;
  }
}
@media screen and (min-width: 992px) {
  .text-section .row .col.left {
    padding-right: 5vw;
  }
  .text-section .row .col.left .section-text {
    max-width: 60rem;
  }
  .text-section .row .col.left .section-text .entry-title {
    font-size: 5.5vw;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .text-section .row .col.left .section-text .entry-description {
    font-size: 2.375rem;
  }
}

@media screen and (min-width: 992px) {
  .textbox-section .row .col {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .textbox-section .row .col.right {
    padding-top: 10rem;
  }
}
.textbox-section .row .col .section-images {
  max-width: 9.375rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .textbox-section .row .col .section-images {
    max-width: 18.75rem;
    margin-bottom: 3.125rem;
  }
}
.textbox-section .row .col .section-text {
  padding: 1.875rem;
  margin-bottom: 1.875rem;
  background-color: #e9ecf0;
  border-radius: 1.25rem;
}
@media screen and (min-width: 992px) {
  .textbox-section .row .col .section-text {
    padding: 6.25rem;
    border-radius: 2.5rem;
    margin-bottom: 3.75rem;
  }
}
.textbox-section .row .col .section-text.light {
  background-color: #f6f7f8;
}

.victories-section {
  background: rgb(253, 250, 255);
  background: linear-gradient(45deg, rgb(253, 250, 255) 0%, rgb(243, 240, 255) 50%, rgb(245, 246, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdfaff",endColorstr="#f5f6ff",GradientType=1);
}
@media screen and (min-width: 992px) {
  .victories-section {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 992px) {
  .victories-section .row .col {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .victories-section .row .col.center {
    padding-top: 3.75rem;
  }
  .victories-section .row .col.right {
    padding-top: 7.5rem;
  }
}
.victories-section .heading {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .victories-section .heading {
    margin-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}
.victories-section .section-text.box {
  background-color: #fff;
  padding: 1.875rem;
  border-radius: 1.25rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .victories-section .section-text.box {
    padding: 6.25rem;
    border-radius: 2.5rem;
    margin-bottom: 3.75rem;
  }
  .victories-section .section-text.box .entry-title {
    font-size: 2.4vw;
    margin-bottom: 1.25rem;
  }
  .victories-section .section-text.box .entry-teaser {
    margin-top: -15px;
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 992px) {
  .footer-section {
    margin-top: 13.75rem;
  }
  .footer-section .section-text {
    max-width: 60rem;
  }
  .footer-section .entry-title {
    font-size: 5.5vw;
  }
  .footer-section .entry-content {
    font-size: 3.25rem !important;
    font-weight: 300;
    max-width: 47.5rem;
    margin-bottom: 5rem;
  }
  .footer-section .col.left {
    padding-left: 3.75rem;
  }
  .footer-section .col.right {
    padding-right: 3.75rem;
  }
}
.footer-section .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-section .contact-info > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  color: currentColor;
  text-decoration: none;
}
.footer-section .contact-info > * svg {
  width: 1.625rem;
  height: auto;
  margin-right: 0.4375rem;
}
@media screen and (min-width: 992px) {
  .footer-section .contact-info > * svg {
    width: 3rem;
    margin-right: 0.9375rem;
  }
}
.footer-section .contact-info > * strong {
  margin-right: 0.625rem;
}
.footer-section .contact-info > * + * {
  margin-top: 0.625rem;
}
@media screen and (min-width: 992px) {
  .footer-section .contact-info > * {
    font-size: 2.25rem;
  }
  .footer-section .contact-info > * + * {
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 991.98px) {
  .footer-section .contact-form {
    margin-top: 1.875rem;
  }
}
.footer-section .contact-form .form-control {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .footer-section .contact-form .form-control {
    font-size: 1.5rem;
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
    margin-bottom: 1.875rem;
  }
}
.footer-section .contact-form .btn {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .footer-section .contact-form .btn {
    font-size: 1.5rem;
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }
}

.section-background {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
}
.section-background.for-hero {
  display: none;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .section-background.for-hero {
    display: block;
    top: -2.8%;
    right: -20%;
    height: 7%;
    width: 70%;
  }
}

.hidden-section + .hidden-section {
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .hidden-section + .hidden-section {
    margin-top: 7.5rem;
  }
}
.hidden-section.gray-background {
  background-color: #f3f5fc;
}
.hidden-section .heading-row {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .hidden-section .heading-row {
    margin-bottom: 6.25rem;
  }
}
.hidden-section .text-box {
  background-color: #FFF;
  padding: 1.875rem;
  border-radius: 1.25rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .hidden-section .text-box {
    padding: 6.25rem;
    border-radius: 2.5rem;
    margin-bottom: 3.75rem;
  }
}
.hidden-section .text-box .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.625rem;
  color: #fff;
  background: rgb(0, 118, 249);
  background: linear-gradient(45deg, rgb(0, 118, 249) 0%, rgb(1, 205, 249) 50%, rgb(0, 232, 249) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0076f9",endColorstr="#00e8f9",GradientType=1);
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .hidden-section .text-box .number {
    font-size: 1.375rem;
    width: 4.125rem;
    height: 4.125rem;
    border-radius: 1.25rem;
  }
}

/*------------------------------------ 
    Footer 
------------------------------------*/
.site-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #dadfec;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-inner {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
}
.site-footer .site-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-footer .site-brand a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .site-brand a img {
  height: 2.625rem;
}
@media screen and (min-width: 992px) {
  .site-footer .site-brand a img {
    height: 3.25rem;
  }
}
.site-footer .site-copyright p {
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .site-footer .social-media ul li {
    margin-top: 0;
  }
}