/*---------- RESET ----------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
  display: block;
  margin: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
}

input {
  -webkit-appearance: none;
}

body {
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #82BB00;
  color: #fff;
}

::selection {
  background: #82BB00;
  color: #fff;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

/*---------- FONTS ----------*/
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro-Regular.woff2") format("woff2"), url("fonts/DINPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro-Medium.woff2") format("woff2"), url("fonts/DINPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro-Bold.woff2") format("woff2"), url("fonts/DINPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/*---------- ICONS ----------*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon76f1.eot?4kodkm");
  src: url("fonts/icomoon76f1.eot?4kodkm#iefix") format("embedded-opentype"), url("fonts/icomoon76f1.ttf?4kodkm") format("truetype"), url("fonts/icomoon76f1.woff?4kodkm") format("woff"), url("fonts/icomoon76f1.svg?4kodkm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close-quote:before {
  content: "\e915";
}

.icon-open-quote:before {
  content: "\e916";
}

.icon-checkmark:before {
  content: "\e913";
}

.icon-close:before {
  content: "\e911";
}

.icon-menu:before {
  content: "\e912";
}

.icon-angle-down:before {
  content: "\e914";
}

.icon-shariah:before {
  content: "\e908";
}

.icon-success:before {
  content: "\e909";
}

.icon-wealth:before {
  content: "\e90a";
}

.icon-women:before {
  content: "\e90b";
}

.icon-account:before {
  content: "\e90c";
}

.icon-club:before {
  content: "\e90d";
}

.icon-insurance:before {
  content: "\e90e";
}

.icon-loan:before {
  content: "\e90f";
}

.icon-payment:before {
  content: "\e910";
}

.icon-angle-left:before {
  content: "\e906";
}

.icon-angle-right:before {
  content: "\e907";
}

.icon-instagram:before {
  content: "\e900";
}

.icon-whatsapp:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-youtube:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

/*---------- GENERAL STYLES ----------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 12rem;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  color: #003D4C;
  background-color: #fff;
  font-family: "DINPro", sans-serif;
  font-size: 2rem;
  padding-top: 7rem;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s 0s, visibility 0s 1s;
  -moz-transition: opacity 1s 0s, visibility 0s 1s;
  transition: opacity 1s 0s, visibility 0s 1s;
}

main {
  flex: 1;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

a {
  color: #82BB00;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

p {
  margin-bottom: 2rem;
  line-height: 1.4;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
  display: block;
}

@media all and (max-width: 104.3125em) {
  html {
    scroll-padding-top: 10rem;
  }

  body {
    padding-top: 5rem;
  }
}
@media all and (max-width: 68.6875em) {
  html {
    scroll-padding-top: 5rem;
  }

  body {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 54.3125em) {
  body {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 35.5625em) {
  html {
    scroll-padding-top: 4.2rem;
  }

  body {
    padding-top: 4.2rem;
  }
}
/*---------- COMMON LAYOUTS ----------*/
.content-wrapper {
  padding: 8rem 0;
}
.content-wrapper.extra-pad-top {
  padding-top: 13rem;
}
.content-wrapper.full-height {
  min-height: 100%;
}
.content-wrapper.v-center {
  display: flex;
  align-items: center;
}

.grey-bg {
  background-color: #efefef;
}

.wrapper {
  padding: 0 10rem;
  max-width: 1640px;
  margin: 0 auto;
}

.section-title {
  font-weight: bold;
  font-size: clamp(2.2rem, 2vw + 1rem, 6rem);
  margin-bottom: 0.6em;
  color: #003D4C;
  line-height: 1.2;
}
.section-title.small {
  font-size: clamp(1.8rem, 1.6vw + 1rem, 2.2rem);
  margin-bottom: 0.4em;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.text-green {
  color: #82BB00;
}

@media all and (max-width: 104.3125em) {
  .content-wrapper {
    padding: 6rem 0;
  }
  .content-wrapper.extra-pad-top {
    padding-top: 11rem;
  }
}
@media all and (max-width: 91.8125em) {
  .content-wrapper {
    padding: 4rem 0;
  }
  .content-wrapper.extra-pad-top {
    padding-top: 9rem;
  }

  .wrapper {
    padding: 0 6rem;
  }
}
@media all and (max-width: 68.6875em) {
  .content-wrapper {
    padding: 3rem 0;
  }
  .content-wrapper.extra-pad-top {
    padding-top: 3rem;
  }
}
@media all and (max-width: 54.3125em) {
  .wrapper {
    padding: 0 3rem;
  }
}
@media all and (max-width: 41.8125em) {
  .content-wrapper {
    padding: 2rem 0;
  }
  .content-wrapper.extra-pad-top {
    padding-top: 2rem;
  }

  .wrapper {
    padding: 0 2rem;
  }
}
/*---------- HEADER ----------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /*--- Top Bar ---*/
  /*--- Bottom Bar ---*/
}
header .top-bar {
  background-color: #003D4C;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-bar .col.left {
  display: flex;
  align-items: center;
}
header .top-bar .col.right {
  padding-right: 4.5rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
header .bottom-bar {
  padding-left: 14.2rem;
  position: relative;
}
header .bottom-bar-wrapper {
  background-color: #82BB00;
  height: 5rem;
  padding: 0 7rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
header .bottom-bar-wrapper:before {
  display: block;
  content: "";
  position: absolute;
  width: 7rem;
  height: 5rem;
  left: 14.2rem;
  top: 0;
  border-top: 2.5rem solid #71ae00;
  border-right: 3.5rem solid transparent;
  border-bottom: 2.5rem solid transparent;
  border-left: 3.5rem solid #71ae00;
}
header .logo {
  flex: 0 0 21.11rem;
}
header .logo-text {
  font-size: 3.2rem;
  color: #fff;
  text-transform: uppercase;
  padding-left: 3rem;
}

@media all and (max-width: 104.3125em) {
  header .top-bar {
    height: 5rem;
  }
  header .top-bar .col.right {
    padding-right: 1rem;
  }
  header .bottom-bar {
    padding-left: 10rem;
  }
  header .logo {
    flex: 0 0 15.1rem;
  }
  header .logo-text {
    font-size: 2.1rem;
    padding-left: 1rem;
  }
  header .bottom-bar-wrapper::before {
    left: 10rem;
    width: 5rem;
    border-right-width: 2.5rem;
    border-left-width: 2.5rem;
  }
}
@media all and (max-width: 68.6875em) {
  header {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  }
  header .bottom-bar {
    display: none;
  }
  header .top-bar .col.right {
    padding-right: 0;
  }
}
@media all and (max-width: 35.5625em) {
  header .top-bar {
    height: 4.2rem;
  }
  header .logo {
    flex: 0 0 12.7rem;
  }
  header .logo-text {
    font-size: 1.7rem;
    padding-left: 0;
  }
}
/*---------- MAIN NAV ----------*/
#main_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
#main_nav a {
  display: flex;
  align-items: center;
  padding: 0 1.4em;
  color: #fff;
  font-size: 1.8rem;
  height: 100%;
}
#main_nav a:hover, #main_nav a.active {
  color: #82BB00;
}

@media all and (max-width: 68.6875em) {
  #main_nav {
    display: none;
  }
}
/*---------- MOBILE NAV ----------*/
.btn-menu {
  display: none;
  height: 100%;
  width: 6rem;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
}

#mobile_nav_wrapper {
  width: 30.5rem;
  height: 100%;
  padding: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3000;
  background-color: #fff;
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  -webkit-transform: matrix(1, 0, 0, 1, 305, 0);
  transform: matrix(1, 0, 0, 1, 305, 0);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.menu-open #mobile_nav_wrapper {
  display: none;
  overflow-y: auto;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#mobile_nav_wrapper .mobile-nav-content {
  position: relative;
  z-index: 100;
  height: 100%;
}
#mobile_nav_wrapper .header {
  background-color: #003D4C;
  position: relative;
  display: flex;
  color: #fff;
  height: 5rem;
  width: 100%;
  padding: 1rem 5.5rem 1rem 1.5rem;
  z-index: 10;
  align-items: center;
}
#mobile_nav_wrapper .header .title {
  display: block;
  font-weight: 500;
  font-size: 2rem;
}
#mobile_nav_wrapper .mobile-menu-close {
  height: 100%;
  width: 5rem;
  z-index: 10;
  display: flex;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.4rem;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.mobile-nav,
.mobile-nav ul {
  padding: 5.6rem 0 2rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav ul.is-hidden {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.mobile-nav a,
.mobile-nav h3,
.mobile-nav .secondary-menu {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.mobile-nav li {
  padding: 0 1.5rem;
  background-color: #fff;
}
.mobile-nav li.go-back > a {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #82BB00;
  font-weight: 500;
}
.mobile-nav li.go-back > a::after {
  content: "\e906";
  left: 0;
  width: 2rem;
  text-align: left;
  color: #82BB00;
}
.mobile-nav > li a {
  display: block;
  padding: 1.2rem 0;
  font-size: 1.8rem;
  color: #003D4C;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
}
.mobile-nav > li a.active {
  color: #82BB00;
}
.mobile-nav > li h3 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1.2rem 0 0.6rem 0;
  color: #003D4C;
}
.mobile-nav .secondary-nav {
  background-color: #fff;
  z-index: 5;
}
.mobile-nav .secondary-nav a {
  font-weight: normal;
  font-size: 1.6rem;
}
.mobile-nav .secondary-nav li:last-child a {
  border: 0 none;
}
.mobile-nav.move-out {
  overflow-y: hidden;
}
.mobile-nav.move-out > li > a, .mobile-nav.move-out > li > h3, .mobile-nav.move-out .secondary-menu,
.mobile-nav ul.move-out > li > a,
.mobile-nav ul.move-out > li > h3 {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mobile-nav.move-out > li.secondary-menu > a,
.mobile-nav ul.move-out > li.secondary-menu a {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.mobile-nav li.has-children > a {
  position: relative;
  padding-right: 3rem;
}
.mobile-nav li.has-children > a::after {
  content: "\e907";
  right: 0;
  width: 3rem;
  text-align: right;
  color: #003D4C;
}
.mobile-nav li.has-children .has-children > ul {
  padding: 5.6rem 1.5rem 2rem 1.5rem;
}
.mobile-nav li.has-children .has-children li {
  padding: 0;
}
.mobile-nav li.has-children > a::after, .mobile-nav .go-back > a::after {
  height: 4rem;
  line-height: 4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.8rem;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-nav .secondary-menu {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 2rem 1.5rem 0 1.5rem;
}
.mobile-nav .secondary-menu a {
  border: 0 none;
  color: #fff;
  font-size: 1.2rem;
  display: inline-flex;
  padding: 1rem 0;
  font-weight: normal;
}
.mobile-nav .secondary-menu .sep {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  margin: 0 1rem;
}

@media all and (max-width: 68.6875em) {
  .btn-menu {
    display: flex;
  }

  body.menu-open {
    overflow: hidden;
  }
  body.menu-open::after {
    visibility: visible;
    opacity: 1;
    z-index: 2500;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }

  #mobile_nav_wrapper {
    display: block;
  }
  .menu-open #mobile_nav_wrapper {
    display: block;
  }
}
@media all and (max-width: 35.5625em) {
  #mobile_nav_wrapper .header {
    height: 4.2rem;
  }
}
.lead-form .inner-wrapper {
  padding: 4.2rem 8rem;
}
.lead-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #003D4C;
  color: #fff;
  gap: 7rem;
}
.lead-form-header p {
  margin: 0;
  font-size: clamp(1.8rem, 1.1vw + 1rem, 2.6rem);
}
.lead-form-header .icon {
  font-size: 6.2rem;
}
.lead-form-fields-wrapper, .lead-form-thank-you-wrapper {
  background-color: #fff;
}
.lead-form-thank-you-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.lead-form-thank-you-wrapper .thank-you-icon {
  font-size: 7rem;
  color: #82BB00;
  display: inline-block;
}
.lead-form-thank-you-wrapper .thank-you-text {
  max-width: 53rem;
}
.lead-form .fieldset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.lead-form .field {
  flex: 1;
  min-width: calc(50% - 2rem);
}
.lead-form .btn-field {
  flex-basis: 100%;
  margin-top: 3rem;
}
.lead-form .field-label {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.lead-form .field-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.2rem;
  background-color: #82BB00;
  color: #fff;
  font-weight: 500;
  cursor: help;
  border-radius: 50%;
}

/*---------- WIZARD ----------*/
.wizard > .steps ul[role=tablist] {
  display: none;
}
.wizard > .content {
  display: flex;
  margin: 0;
  min-height: auto;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wizard > .content > .body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0;
  position: relative !important;
}
.wizard > .content > .body.current {
  position: relative;
}
.wizard > .content > .body .lead-form-fields-wrapper {
  flex: 1;
}
.wizard > .content > .body label.error {
  margin-left: 0;
  font-size: 1.4rem;
}
.wizard > .actions {
  background-color: #fff;
  padding: 0 7rem 4rem 7rem;
  text-align: left;
}
.wizard > .actions > ul > li {
  margin: 0 1rem;
}
.wizard > .actions > ul > li.disabled {
  display: none;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  display: inline-block;
  color: #000;
  background-color: #e5e5e5;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 0.6em 2em;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wizard > .actions a[href="#previous"] {
  color: #82BB00;
  background-color: transparent;
  border-color: #82BB00;
}
.wizard > .actions a[href="#previous"]:hover, .wizard > .actions a[href="#previous"]:focus {
  color: #fff;
  background-color: #82BB00;
  border-color: #82BB00;
}
.wizard > .actions a[href="#next"],
.wizard > .actions a[href="#finish"] {
  color: #fff;
  background-color: #82BB00;
  border-color: #82BB00;
}
.wizard > .actions a[href="#next"]:hover, .wizard > .actions a[href="#next"]:focus,
.wizard > .actions a[href="#finish"]:hover,
.wizard > .actions a[href="#finish"]:focus {
  background-color: #003D4C;
  border-color: #003D4C;
}

@media all and (max-width: 68.6875em) {
  .lead-form .inner-wrapper {
    padding: 3.6rem 6rem;
  }
  .lead-form .field-label {
    font-size: 1.6rem;
  }

  .wizard > .actions {
    padding: 0 5rem 3.6rem 5rem;
  }
}
@media all and (max-width: 54.3125em) {
  .lead-form-header {
    gap: 4rem;
  }
  .lead-form-header .icon {
    font-size: 5.4rem;
  }
  .lead-form .inner-wrapper {
    padding: 3rem 3.6rem;
  }

  .wizard > .actions {
    padding: 0 2.6rem 3rem 2.6rem;
  }
}
@media all and (max-width: 35.5625em) {
  .lead-form-header {
    flex-direction: column-reverse;
    gap: 2rem;
    text-align: center;
  }
  .lead-form .inner-wrapper {
    padding: 2rem;
  }
  .lead-form .fieldset {
    flex-direction: column;
  }

  .wizard > .actions {
    padding: 0 1rem 2rem 1rem;
  }
}
/*---------- FOOTER ----------*/
footer {
  background-color: #000;
  padding: 5.2rem 0;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #666;
}
footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .has-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
footer .has-separator > span, footer .has-separator > a {
  display: flex;
  align-items: center;
}
footer .has-separator > span:before, footer .has-separator > a:before {
  content: "|";
  height: 1.8rem;
  margin: 0 0.8rem;
}
footer .has-separator > span:first-child:before, footer .has-separator > a:first-child:before {
  content: none;
}
footer .footer-links a {
  color: #666;
}
footer .footer-links a span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer .footer-links a:hover span {
  text-decoration: underline;
  color: #fff;
}

.social-media {
  display: flex;
  font-size: 2rem;
}
.social-media a {
  padding: 0.8rem;
  color: #666;
}
.social-media a:hover {
  color: #fff;
}

@media all and (max-width: 91.8125em) {
  footer {
    padding: 4rem 0;
  }
}
@media all and (max-width: 68.6875em) {
  footer {
    padding: 3rem 0;
  }
  footer .wrapper {
    flex-direction: column;
  }
  footer .has-separator {
    gap: 1rem;
  }
  footer .has-separator > span:before,
footer .has-separator > a:before {
    content: none;
  }

  .social-media {
    margin: 1rem 0;
    gap: 1rem;
  }
  .social-media a {
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*---------- BUTTONS ----------*/
.btn {
  display: inline-block;
  color: #000;
  background-color: #e5e5e5;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 0.6em 2em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-primary {
  color: #fff;
  background-color: #82BB00;
  border-color: #82BB00;
}
.btn-primary:hover {
  background-color: #003D4C;
  border-color: #003D4C;
}

.btn-outline-primary {
  color: #82BB00;
  background-color: transparent;
  border-color: #82BB00;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #82BB00;
  border-color: #82BB00;
}

.inline-btns {
  display: flex;
  gap: 1rem;
}

/*---------- BANNERS ----------*/
.home-banner {
  aspect-ratio: 12/4;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #003D4C;
  display: flex;
  align-items: center;
  isolation: isolate;
  position: relative;
}
.home-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 39%, rgba(0, 0, 0, 0) 53%);
  mix-blend-mode: multiply;
}
.home-banner .banner-caption {
  width: 60%;
  padding: 5rem 14.2rem 0 14.2rem;
  display: flex;
  flex-direction: column;
  height: max-content;
}
.home-banner .banner-caption blockquote {
  position: relative;
  padding: 0 0 0 7rem;
  display: block;
}
.home-banner .banner-caption blockquote::before, .home-banner .banner-caption blockquote::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7em;
  color: #82BB00;
}
.home-banner .banner-caption blockquote::before {
  content: "\e916";
  position: absolute;
  left: 0;
  top: 1rem;
}
.home-banner .banner-caption blockquote::after {
  content: "\e915";
  margin-left: 1rem;
  position: relative;
  top: 0.5rem;
}
.home-banner .banner-caption .hash-tag {
  padding: 0 0 0 7rem;
}

@media all and (max-width: 104.3125em) {
  .home-banner .banner-caption {
    padding: 5rem 10rem 0 10rem;
  }
}
@media all and (max-width: 91.8125em) {
  .home-banner .banner-caption blockquote,
.home-banner .banner-caption .hash-tag {
    padding: 0 0 0 6rem;
  }
}
@media all and (max-width: 68.6875em) {
  .home-banner .banner-caption {
    padding: 3rem 6rem;
  }
  .home-banner .banner-caption blockquote,
.home-banner .banner-caption .hash-tag {
    padding: 0 0 0 5rem;
  }
  .home-banner .banner-caption blockquote::before {
    top: 0.5rem;
  }
}
@media all and (max-width: 54.3125em) {
  .home-banner .banner-caption {
    padding: 3rem 4rem;
  }
  .home-banner .banner-caption blockquote,
.home-banner .banner-caption .hash-tag {
    padding: 0 0 0 4rem;
  }
}
@media all and (max-width: 41.8125em) {
  .home-banner .banner-caption {
    padding: 3rem;
  }
  .home-banner .banner-caption blockquote,
.home-banner .banner-caption .hash-tag {
    padding: 0 0 0 3rem;
  }
  .home-banner .banner-caption blockquote::after {
    margin-left: 0.5rem;
  }
}
@media all and (max-width: 35.5625em) {
  .home-banner::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
  }
  .home-banner .banner-caption {
    width: 100%;
  }
}
/*---------- STORIES SLIDER ----------*/
.stories-slider-wrapper {
  background-color: #003D4C;
  position: relative;
}
.stories-slider-wrapper::before, .stories-slider-wrapper::after {
  content: "";
  height: 8rem;
  width: 100%;
  position: absolute;
  background-color: #fff;
}
.stories-slider-wrapper::before {
  top: 0;
}
.stories-slider-wrapper::after {
  bottom: 0;
  background-color: #efefef;
}

.stories-slider {
  position: relative;
  z-index: 2;
}
.stories-slider .item {
  display: flex;
  height: 100%;
}
.stories-slider .item .pic {
  flex: 0 0 32.5%;
  border-radius: 214px;
  overflow: hidden;
}
.stories-slider .item .pic img {
  height: 100%;
  object-fit: cover;
}
.stories-slider .item .info-wrapper {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.stories-slider .item .info {
  padding-left: 6.8rem;
  padding-right: 6.8rem;
  color: #fff;
  position: relative;
  width: 100%;
}
.stories-slider .item .info .section-title {
  padding-right: 26%;
}
.stories-slider .item .info p {
  font-size: 1.8rem;
}
.stories-slider .item .info .name {
  font-size: clamp(1.8rem, 1.5vw + 0.5rem, 2.5rem);
}
.stories-slider .item .info .name span {
  display: block;
  font-weight: 500;
}
.stories-slider .item .info::before {
  content: no-open-quote;
}
.stories-slider .item .info::after {
  content: close-quote;
  color: #82BB00;
  font-size: clamp(3rem, 10vw + 1rem, 20rem);
  font-weight: bold;
  position: absolute;
  right: 15%;
  top: calc(100% - 11.5rem - 65%);
  font-family: serif;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
.stories-slider .owl-stage {
  display: flex;
}
.stories-slider .owl-stage::after {
  content: none;
}
.stories-slider .owl-nav {
  position: absolute;
  right: 15rem;
  bottom: 12rem;
  color: #fff;
}
.stories-slider .owl-nav button {
  width: 5rem;
  height: 5rem;
}
.stories-slider .owl-nav button i {
  font-size: 4rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.stories-slider .owl-nav button.disabled {
  pointer-events: none;
}
.stories-slider .owl-nav button.disabled i {
  opacity: 0.5;
}
.stories-slider .owl-nav button:hover i {
  color: #82BB00;
}

@media all and (max-width: 104.3125em) {
  .stories-slider-wrapper::before, .stories-slider-wrapper::after {
    height: 6rem;
  }

  .stories-slider .item .info {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .stories-slider .owl-nav {
    bottom: 9rem;
  }
}
@media all and (max-width: 91.8125em) {
  .stories-slider-wrapper::before, .stories-slider-wrapper::after {
    height: 4rem;
  }

  .stories-slider .owl-nav {
    bottom: 7rem;
  }
}
@media all and (max-width: 68.6875em) {
  .stories-slider-wrapper::before, .stories-slider-wrapper::after {
    height: 3rem;
  }

  .stories-slider .item .info {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .stories-slider .item .info::after {
    top: 0;
  }
  .stories-slider .item .info p {
    font-size: 1.6rem;
  }
  .stories-slider .owl-nav {
    bottom: 5rem;
    right: 8rem;
  }
  .stories-slider .owl-nav button i {
    font-size: 3rem;
  }
}
@media all and (max-width: 54.3125em) {
  .stories-slider .item .info::after {
    top: 1rem;
  }
}
@media all and (max-width: 41.8125em) {
  .stories-slider-wrapper::before {
    height: 12.5rem;
  }
  .stories-slider-wrapper::after {
    content: none;
  }

  .stories-slider .item {
    display: block;
  }
  .stories-slider .item .pic {
    aspect-ratio: 1/1;
    max-width: 250px;
    margin: 0 auto;
  }
  .stories-slider .item .info-wrapper {
    padding-top: 0;
  }
  .stories-slider .item .info {
    padding-left: 0;
    padding-right: 0;
    left: 1px;
  }
  .stories-slider .item .info::after {
    right: 8%;
  }
  .stories-slider .owl-nav {
    bottom: 1rem;
    right: 0;
  }
}
/*---------- CARDS LIST ----------*/
.cards-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(34rem, 1fr));
  gap: 5rem 1.6rem;
  margin-top: 5rem;
}

.card {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: 7.344rem 7.344rem auto auto;
}
.card-hero {
  aspect-ratio: 2/1.5;
  background-color: #003D4C;
  grid-column: 1/10;
  grid-row: 1/span 3;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}
.card:nth-child(2n+2) .card-hero {
  background-color: #FB4C14;
}

.card:nth-child(3n+3) .card-hero {
  background-color: #14CCD0;
}

.card.has-image .card-hero {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.card.has-image .card-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 61, 76, 0.7);
  mix-blend-mode: multiply;
  z-index: -1;
}

.card.orange-card .card-hero::after {
  background-color: rgba(251, 76, 20, 0.7);
}

.card.light-blue-card .card-hero::after {
  background-color: rgba(20, 204, 208, 0.7);
}

.card-icon {
  font-size: 6rem;
  display: flex;
  align-items: center;
  height: 14.68rem;
}
.card-content {
  background-color: #fff;
  grid-column: 2/11;
  grid-row: 3/5;
  padding: 2.8rem;
  display: grid;
  grid-template-rows: max-content;
  justify-items: left;
  z-index: 1;
}
.card-content p {
  font-size: 1.6rem;
}
.card-content .btn {
  align-self: end;
}

@media all and (max-width: 54.3125em) {
  .cards-list {
    margin-top: 3rem;
  }

  .card-content p {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 41.8125em) {
  .cards-list {
    grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr));
    gap: 1.6rem;
  }

  .card-hero {
    grid-column: 1/-1;
  }
  .card-icon {
    font-size: 6rem;
  }
  .card-content {
    grid-column: 1/-1;
    padding: 2rem;
  }
  .card-content .btn {
    width: 100%;
  }
}
/*---------- FORM CONTROL ----------*/
.form-control {
  height: 4.4rem;
  display: block;
  width: 100%;
  border: 1px solid #adadad;
  border-radius: 0.3rem;
  background-color: transparent;
  font-family: "DINPro", sans-serif;
  font-size: 1.6rem;
  padding: 0 1.5rem;
  color: #003D4C;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form-control:focus {
  border-color: #82BB00;
  background-color: rgba(130, 187, 0, 0.1);
}

/*---------- CUSTOM SELECT ----------*/
.custom-select {
  position: relative;
}
.custom-select::after {
  content: "\e914";
  width: 40px;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  color: #003D4C;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-size: 2.2rem;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 5.5rem;
}

/*---------- CUSTOM CHECKBOX AND RADIO BUTTON ----------*/
form [type=radio]:checked, form [type=radio]:not(:checked), form [type=checkbox]:checked, form [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
form [type=radio]:checked + label, form [type=radio]:not(:checked) + label, form [type=checkbox]:checked + label, form [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 2.8rem;
  cursor: pointer;
  line-height: 2rem;
  display: block;
  color: #8b8b8b;
  font-weight: normal;
  font-size: 1.6rem;
}
form [type=radio]:checked + label::before, form [type=radio]:not(:checked) + label::before, form [type=checkbox]:checked + label::before, form [type=checkbox]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #adadad;
  background: #fff;
  color: #82BB00;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

form [type=checkbox]:checked + label::before, form [type=checkbox]:not(:checked) + label::before {
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

form [type=radio]:checked + label:hover::before, form [type=radio]:not(:checked) + label:hover::before, form [type=radio]:focus + label::before, form [type=checkbox]:checked + label:hover::before, form [type=checkbox]:not(:checked) + label:hover::before, form [type=checkbox]:focus + label::before {
  border-color: #82BB00;
  background-color: rgba(130, 187, 0, 0.1);
}

form [type=radio]:checked + label::after, form [type=radio]:not(:checked) + label::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: #82BB00;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

form [type=checkbox]:checked + label:before {
  content: "\e913";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  text-indent: 1px;
  width: 2rem;
  height: 2rem;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

form [type=radio]:not(:checked) + label::after, form [type=checkbox]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
form [type=radio]:checked + label::after, form [type=checkbox]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*# sourceMappingURL=main.css.map */
