/*
@font-face {
    font-family: 'Campton Semi Bold'; 
    src: url('fonts/CamptonSemiBold/Campton-SemiBold.eot');
    src: 
        local('Campton Semi Bold'),
        url('fonts/CamptonSemiBold/Campton-SemiBold.woff2') format('woff2'),
        url('fonts/CamptonSemiBold/Campton-SemiBold.woff') format('woff'),
        url('fonts/CamptonSemiBold/Campton-SemiBold.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}
*/
@font-face {
  font-family: "CamptonSemiBold";
  src: url("fonts/CamptonSemiBold/Campton-SemiBold.eot");
  src: local("CamptonSemiBold"), local("Campton-SemiBold"), url("fonts/CamptonSemiBold/Campton-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/CamptonSemiBold/Campton-SemiBold.woff2") format("woff2"), url("fonts/CamptonSemiBold/Campton-SemiBold.woff") format("woff"), url("fonts/CamptonSemiBold/Campton-SemiBold.ttf") format("truetype"), url("fonts/CamptonSemiBold/Campton-SemiBold.svg#Campton-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
    font-family: 'Campton Medium';
    src: url('fonts/CamptonMedium/Campton-Medium.eot');
    src: 
        local('Campton Medium'),
        url('fonts/CamptonMedium/Campton-Medium.woff2') format('woff2'),
        url('fonts/CamptonMedium/Campton-Medium.woff') format('woff'),
        url('fonts/CamptonMedium/Campton-Medium.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}
*/
@font-face {
  font-family: "CamptonMedium";
  src: url("fonts/CamptonMedium/Campton-Medium.eot");
  src: local("CamptonMedium"), local("Campton-Medium"), url("fonts/CamptonMedium/Campton-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/CamptonMedium/Campton-Medium.woff2") format("woff2"), url("fonts/CamptonMedium/Campton-Medium.woff") format("woff"), url("fonts/CamptonMedium/Campton-Medium.ttf") format("truetype"), url("fontsCamptonMedium/Campton-Medium.svg#Campton-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
    font-family: 'Campton Light';
    src: url('fonts/CamptonLight/Campton-Light.eot');
    src: 
        local('Campton Light'),
        url('fonts/CamptonLight/Campton-Light.woff2') format('woff2'),
        url('fonts/CamptonLight/Campton-Light.woff') format('woff'),
        url('fonts/CamptonLight/Campton-Light.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}
*/
@font-face {
  font-family: "CamptonLight";
  src: url("fonts/CamptonLight/Campton-Light.eot");
  src: local("CamptonLight"), local("Campton-Light"), url("fonts/CamptonLight/Campton-Light.eot?#iefix") format("embedded-opentype"), url("fonts/CamptonLight/Campton-Light.woff2") format("woff2"), url("fonts/CamptonLight/Campton-Light.woff") format("woff"), url("fonts/CamptonLight/Campton-Light.ttf") format("truetype"), url("fonts/CamptonLight/Campton-Light.svg#Campton-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
    font-family: 'Campton Book';
    src: url('fonts/CamptonBook/Campton-Book.eot');
    src: 
        local('Campton Book'),
        url('fonts/CamptonBook/Campton-Book.woff2') format('woff2'),
        url('fonts/CamptonBook/Campton-Book.woff') format('woff'),
        url('fonts/CamptonBook/Campton-Book.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}
*/
@font-face {
  font-family: "CamptonBook";
  src: url("fonts/CamptonBook/Campton-Book.eot");
  src: local("CamptonBook"), local("Campton-Book"), url("fonts/CamptonBook/Campton-Book.eot?#iefix") format("embedded-opentype"), url("fonts/CamptonBook/Campton-Book.woff2") format("woff2"), url("fonts/CamptonBook/Campton-Book.woff") format("woff"), url("fonts/CamptonBook/Campton-Book.ttf") format("truetype"), url("fonts/CamptonBook/Campton-Book.svg#Campton-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-size: 10px;
  line-height: 1.2;
  height: -webkit-fill-available;
}

body {
  font-size: 1.6rem;
}

main {
  margin-top: 65px;
}
@media (min-width: 768px) {
  main {
    margin-top: 104px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

.list-unstyled {
  list-style: none;
  padding-left: 0px;
}

p {
  margin-bottom: 1rem;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
}

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.error-msg .error {
  font-family: "CamptonMedium";
  font-style: normal;
  margin-top: 5px;
}

.grecaptcha-badge {
  display: none !important;
}

@media (min-width: 768px) {
  .container {
    padding-inline: 40px !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

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

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

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

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

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-black, .btn-light-green, .btn-orange, .btn-green, .btn-secondary, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.19px;
  border-radius: 3rem;
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #00274c;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #000d19;
  color: #fff !important;
}

.bg-primary {
  background-color: #00274c;
}

.text-primary {
  color: #00274c !important;
}

.btn-secondary {
  background-color: #fff;
  color: #000 !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-secondary {
  background-color: #fff;
}

.text-secondary {
  color: #fff !important;
}

.btn-green {
  background-color: #2bbbb5;
  color: #fff !important;
}
.btn-green:hover {
  background-color: #21928d;
  color: #fff !important;
}

.bg-green {
  background-color: #2bbbb5;
}

.text-green {
  color: #2bbbb5 !important;
}

.btn-orange {
  background-color: #d77f53;
  color: #fff !important;
}
.btn-orange:hover {
  background-color: #c8622f;
  color: #fff !important;
}

.bg-orange {
  background-color: #d77f53;
}

.text-orange {
  color: #d77f53 !important;
}

.btn-light-green {
  background-color: #def6e5;
  color: #000 !important;
}
.btn-light-green:hover {
  background-color: #b6ebc5;
  color: #000 !important;
}

.bg-light-green {
  background-color: #def6e5;
}

.text-light-green {
  color: #def6e5 !important;
}

.btn-black {
  background-color: #222222;
  color: #fff !important;
}
.btn-black:hover {
  background-color: #090909;
  color: #fff !important;
}

.bg-black {
  background-color: #222222;
}

.text-black {
  color: #222222 !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  flex: 0 0 100%/12/1;
  max-width: 100%/12/1;
}

.col-2 {
  flex: 0 0 100%/12/2;
  max-width: 100%/12/2;
}

.col-3 {
  flex: 0 0 100%/12/3;
  max-width: 100%/12/3;
}

.col-4 {
  flex: 0 0 100%/12/4;
  max-width: 100%/12/4;
}

.col-5 {
  flex: 0 0 100%/12/5;
  max-width: 100%/12/5;
}

.col-6 {
  flex: 0 0 100%/12/6;
  max-width: 100%/12/6;
}

.col-7 {
  flex: 0 0 100%/12/7;
  max-width: 100%/12/7;
}

.col-8 {
  flex: 0 0 100%/12/8;
  max-width: 100%/12/8;
}

.col-9 {
  flex: 0 0 100%/12/9;
  max-width: 100%/12/9;
}

.col-10 {
  flex: 0 0 100%/12/10;
  max-width: 100%/12/10;
}

.col-11 {
  flex: 0 0 100%/12/11;
  max-width: 100%/12/11;
}

.col-12 {
  flex: 0 0 100%/12/12;
  max-width: 100%/12/12;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-stretch {
  align-content: stretch;
}

.align-content-between {
  align-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 100%/12/1;
    max-width: 100%/12/1;
  }

  .col-xm-2 {
    flex: 0 0 100%/12/2;
    max-width: 100%/12/2;
  }

  .col-xm-3 {
    flex: 0 0 100%/12/3;
    max-width: 100%/12/3;
  }

  .col-xm-4 {
    flex: 0 0 100%/12/4;
    max-width: 100%/12/4;
  }

  .col-xm-5 {
    flex: 0 0 100%/12/5;
    max-width: 100%/12/5;
  }

  .col-xm-6 {
    flex: 0 0 100%/12/6;
    max-width: 100%/12/6;
  }

  .col-xm-7 {
    flex: 0 0 100%/12/7;
    max-width: 100%/12/7;
  }

  .col-xm-8 {
    flex: 0 0 100%/12/8;
    max-width: 100%/12/8;
  }

  .col-xm-9 {
    flex: 0 0 100%/12/9;
    max-width: 100%/12/9;
  }

  .col-xm-10 {
    flex: 0 0 100%/12/10;
    max-width: 100%/12/10;
  }

  .col-xm-11 {
    flex: 0 0 100%/12/11;
    max-width: 100%/12/11;
  }

  .col-xm-12 {
    flex: 0 0 100%/12/12;
    max-width: 100%/12/12;
  }

  .d-xm-none {
    display: none !important;
  }

  .d-xm-block {
    display: block !important;
  }

  .d-xm-flex {
    display: flex !important;
  }

  .d-xm-inline-block {
    display: inline-block !important;
  }

  .d-xm-inline-flex {
    display: inline-flex !important;
  }

  .flex-xm-wrap {
    flex-wrap: wrap;
  }

  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xm-row {
    flex-direction: row;
  }

  .flex-xm-column {
    flex-direction: column;
  }

  .align-items-xm-start {
    align-items: flex-start;
  }

  .align-items-xm-end {
    align-items: flex-end;
  }

  .align-items-xm-center {
    align-items: center;
  }

  .align-items-xm-stretch {
    align-items: stretch;
  }

  .align-content-xm-start {
    align-content: flex-start;
  }

  .align-content-xm-end {
    align-content: flex-end;
  }

  .align-content-xm-center {
    align-content: center;
  }

  .align-content-xm-stretch {
    align-content: stretch;
  }

  .align-content-xm-between {
    align-content: space-between;
  }

  .justify-content-xm-start {
    justify-content: flex-start;
  }

  .justify-content-xm-end {
    justify-content: flex-end;
  }

  .justify-content-xm-center {
    justify-content: center;
  }

  .justify-content-xm-between {
    justify-content: space-between;
  }

  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 100%/12/1;
    max-width: 100%/12/1;
  }

  .col-sm-2 {
    flex: 0 0 100%/12/2;
    max-width: 100%/12/2;
  }

  .col-sm-3 {
    flex: 0 0 100%/12/3;
    max-width: 100%/12/3;
  }

  .col-sm-4 {
    flex: 0 0 100%/12/4;
    max-width: 100%/12/4;
  }

  .col-sm-5 {
    flex: 0 0 100%/12/5;
    max-width: 100%/12/5;
  }

  .col-sm-6 {
    flex: 0 0 100%/12/6;
    max-width: 100%/12/6;
  }

  .col-sm-7 {
    flex: 0 0 100%/12/7;
    max-width: 100%/12/7;
  }

  .col-sm-8 {
    flex: 0 0 100%/12/8;
    max-width: 100%/12/8;
  }

  .col-sm-9 {
    flex: 0 0 100%/12/9;
    max-width: 100%/12/9;
  }

  .col-sm-10 {
    flex: 0 0 100%/12/10;
    max-width: 100%/12/10;
  }

  .col-sm-11 {
    flex: 0 0 100%/12/11;
    max-width: 100%/12/11;
  }

  .col-sm-12 {
    flex: 0 0 100%/12/12;
    max-width: 100%/12/12;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }

  .flex-sm-row {
    flex-direction: row;
  }

  .flex-sm-column {
    flex-direction: column;
  }

  .align-items-sm-start {
    align-items: flex-start;
  }

  .align-items-sm-end {
    align-items: flex-end;
  }

  .align-items-sm-center {
    align-items: center;
  }

  .align-items-sm-stretch {
    align-items: stretch;
  }

  .align-content-sm-start {
    align-content: flex-start;
  }

  .align-content-sm-end {
    align-content: flex-end;
  }

  .align-content-sm-center {
    align-content: center;
  }

  .align-content-sm-stretch {
    align-content: stretch;
  }

  .align-content-sm-between {
    align-content: space-between;
  }

  .justify-content-sm-start {
    justify-content: flex-start;
  }

  .justify-content-sm-end {
    justify-content: flex-end;
  }

  .justify-content-sm-center {
    justify-content: center;
  }

  .justify-content-sm-between {
    justify-content: space-between;
  }

  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 100%/12/1;
    max-width: 100%/12/1;
  }

  .col-md-2 {
    flex: 0 0 100%/12/2;
    max-width: 100%/12/2;
  }

  .col-md-3 {
    flex: 0 0 100%/12/3;
    max-width: 100%/12/3;
  }

  .col-md-4 {
    flex: 0 0 100%/12/4;
    max-width: 100%/12/4;
  }

  .col-md-5 {
    flex: 0 0 100%/12/5;
    max-width: 100%/12/5;
  }

  .col-md-6 {
    flex: 0 0 100%/12/6;
    max-width: 100%/12/6;
  }

  .col-md-7 {
    flex: 0 0 100%/12/7;
    max-width: 100%/12/7;
  }

  .col-md-8 {
    flex: 0 0 100%/12/8;
    max-width: 100%/12/8;
  }

  .col-md-9 {
    flex: 0 0 100%/12/9;
    max-width: 100%/12/9;
  }

  .col-md-10 {
    flex: 0 0 100%/12/10;
    max-width: 100%/12/10;
  }

  .col-md-11 {
    flex: 0 0 100%/12/11;
    max-width: 100%/12/11;
  }

  .col-md-12 {
    flex: 0 0 100%/12/12;
    max-width: 100%/12/12;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap;
  }

  .flex-md-row {
    flex-direction: row;
  }

  .flex-md-column {
    flex-direction: column;
  }

  .align-items-md-start {
    align-items: flex-start;
  }

  .align-items-md-end {
    align-items: flex-end;
  }

  .align-items-md-center {
    align-items: center;
  }

  .align-items-md-stretch {
    align-items: stretch;
  }

  .align-content-md-start {
    align-content: flex-start;
  }

  .align-content-md-end {
    align-content: flex-end;
  }

  .align-content-md-center {
    align-content: center;
  }

  .align-content-md-stretch {
    align-content: stretch;
  }

  .align-content-md-between {
    align-content: space-between;
  }

  .justify-content-md-start {
    justify-content: flex-start;
  }

  .justify-content-md-end {
    justify-content: flex-end;
  }

  .justify-content-md-center {
    justify-content: center;
  }

  .justify-content-md-between {
    justify-content: space-between;
  }

  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 100%/12/1;
    max-width: 100%/12/1;
  }

  .col-lg-2 {
    flex: 0 0 100%/12/2;
    max-width: 100%/12/2;
  }

  .col-lg-3 {
    flex: 0 0 100%/12/3;
    max-width: 100%/12/3;
  }

  .col-lg-4 {
    flex: 0 0 100%/12/4;
    max-width: 100%/12/4;
  }

  .col-lg-5 {
    flex: 0 0 100%/12/5;
    max-width: 100%/12/5;
  }

  .col-lg-6 {
    flex: 0 0 100%/12/6;
    max-width: 100%/12/6;
  }

  .col-lg-7 {
    flex: 0 0 100%/12/7;
    max-width: 100%/12/7;
  }

  .col-lg-8 {
    flex: 0 0 100%/12/8;
    max-width: 100%/12/8;
  }

  .col-lg-9 {
    flex: 0 0 100%/12/9;
    max-width: 100%/12/9;
  }

  .col-lg-10 {
    flex: 0 0 100%/12/10;
    max-width: 100%/12/10;
  }

  .col-lg-11 {
    flex: 0 0 100%/12/11;
    max-width: 100%/12/11;
  }

  .col-lg-12 {
    flex: 0 0 100%/12/12;
    max-width: 100%/12/12;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }

  .flex-lg-row {
    flex-direction: row;
  }

  .flex-lg-column {
    flex-direction: column;
  }

  .align-items-lg-start {
    align-items: flex-start;
  }

  .align-items-lg-end {
    align-items: flex-end;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .align-items-lg-stretch {
    align-items: stretch;
  }

  .align-content-lg-start {
    align-content: flex-start;
  }

  .align-content-lg-end {
    align-content: flex-end;
  }

  .align-content-lg-center {
    align-content: center;
  }

  .align-content-lg-stretch {
    align-content: stretch;
  }

  .align-content-lg-between {
    align-content: space-between;
  }

  .justify-content-lg-start {
    justify-content: flex-start;
  }

  .justify-content-lg-end {
    justify-content: flex-end;
  }

  .justify-content-lg-center {
    justify-content: center;
  }

  .justify-content-lg-between {
    justify-content: space-between;
  }

  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1265px) {
  .col-xl-1 {
    flex: 0 0 100%/12/1;
    max-width: 100%/12/1;
  }

  .col-xl-2 {
    flex: 0 0 100%/12/2;
    max-width: 100%/12/2;
  }

  .col-xl-3 {
    flex: 0 0 100%/12/3;
    max-width: 100%/12/3;
  }

  .col-xl-4 {
    flex: 0 0 100%/12/4;
    max-width: 100%/12/4;
  }

  .col-xl-5 {
    flex: 0 0 100%/12/5;
    max-width: 100%/12/5;
  }

  .col-xl-6 {
    flex: 0 0 100%/12/6;
    max-width: 100%/12/6;
  }

  .col-xl-7 {
    flex: 0 0 100%/12/7;
    max-width: 100%/12/7;
  }

  .col-xl-8 {
    flex: 0 0 100%/12/8;
    max-width: 100%/12/8;
  }

  .col-xl-9 {
    flex: 0 0 100%/12/9;
    max-width: 100%/12/9;
  }

  .col-xl-10 {
    flex: 0 0 100%/12/10;
    max-width: 100%/12/10;
  }

  .col-xl-11 {
    flex: 0 0 100%/12/11;
    max-width: 100%/12/11;
  }

  .col-xl-12 {
    flex: 0 0 100%/12/12;
    max-width: 100%/12/12;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xl-row {
    flex-direction: row;
  }

  .flex-xl-column {
    flex-direction: column;
  }

  .align-items-xl-start {
    align-items: flex-start;
  }

  .align-items-xl-end {
    align-items: flex-end;
  }

  .align-items-xl-center {
    align-items: center;
  }

  .align-items-xl-stretch {
    align-items: stretch;
  }

  .align-content-xl-start {
    align-content: flex-start;
  }

  .align-content-xl-end {
    align-content: flex-end;
  }

  .align-content-xl-center {
    align-content: center;
  }

  .align-content-xl-stretch {
    align-content: stretch;
  }

  .align-content-xl-between {
    align-content: space-between;
  }

  .justify-content-xl-start {
    justify-content: flex-start;
  }

  .justify-content-xl-end {
    justify-content: flex-end;
  }

  .justify-content-xl-center {
    justify-content: center;
  }

  .justify-content-xl-between {
    justify-content: space-between;
  }

  .justify-content-xl-around {
    justify-content: space-around;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1306px;
  }

  .col-xxl-1 {
    flex: 0 0 100%/12/1;
    max-width: 100%/12/1;
  }

  .col-xxl-2 {
    flex: 0 0 100%/12/2;
    max-width: 100%/12/2;
  }

  .col-xxl-3 {
    flex: 0 0 100%/12/3;
    max-width: 100%/12/3;
  }

  .col-xxl-4 {
    flex: 0 0 100%/12/4;
    max-width: 100%/12/4;
  }

  .col-xxl-5 {
    flex: 0 0 100%/12/5;
    max-width: 100%/12/5;
  }

  .col-xxl-6 {
    flex: 0 0 100%/12/6;
    max-width: 100%/12/6;
  }

  .col-xxl-7 {
    flex: 0 0 100%/12/7;
    max-width: 100%/12/7;
  }

  .col-xxl-8 {
    flex: 0 0 100%/12/8;
    max-width: 100%/12/8;
  }

  .col-xxl-9 {
    flex: 0 0 100%/12/9;
    max-width: 100%/12/9;
  }

  .col-xxl-10 {
    flex: 0 0 100%/12/10;
    max-width: 100%/12/10;
  }

  .col-xxl-11 {
    flex: 0 0 100%/12/11;
    max-width: 100%/12/11;
  }

  .col-xxl-12 {
    flex: 0 0 100%/12/12;
    max-width: 100%/12/12;
  }

  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xxl-row {
    flex-direction: row;
  }

  .flex-xxl-column {
    flex-direction: column;
  }

  .align-items-xxl-start {
    align-items: flex-start;
  }

  .align-items-xxl-end {
    align-items: flex-end;
  }

  .align-items-xxl-center {
    align-items: center;
  }

  .align-items-xxl-stretch {
    align-items: stretch;
  }

  .align-content-xxl-start {
    align-content: flex-start;
  }

  .align-content-xxl-end {
    align-content: flex-end;
  }

  .align-content-xxl-center {
    align-content: center;
  }

  .align-content-xxl-stretch {
    align-content: stretch;
  }

  .align-content-xxl-between {
    align-content: space-between;
  }

  .justify-content-xxl-start {
    justify-content: flex-start;
  }

  .justify-content-xxl-end {
    justify-content: flex-end;
  }

  .justify-content-xxl-center {
    justify-content: center;
  }

  .justify-content-xxl-between {
    justify-content: space-between;
  }

  .justify-content-xxl-around {
    justify-content: space-around;
  }
}
.form-group {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 3rem;
  }
}

.input-group {
  display: flex;
  width: 100%;
  min-width: 1px;
}
.input-group input {
  border-right: none !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex: 0 1 100%;
  min-width: 1px;
}
.input-group .input-group-append .btn {
  height: 100%;
  border-radius: 0;
  font-size: 1.3rem;
}
.input-group .input-group-append .text {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 2px solid #d9d9d9;
  border-left: none;
  border-radius: 0 9px 9px 0;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #a6a6a6;
}
.input-group .input-group-append .text:before {
  content: "";
  width: 1px;
  height: 60%;
  top: 20%;
  background-color: #a6a6a6;
  left: 0;
  position: absolute;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-control {
  height: auto;
  line-height: 4.5rem;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  border: none;
  border-radius: 9px;
  padding: 0 15px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  font-weight: 600;
  color: #00274c;
}
@media (min-width: 768px) {
  .form-control {
    line-height: 5rem;
    padding: 0 2.5rem;
    font-size: 1.6rem;
  }
}
.form-control::placeholder {
  opacity: 1;
  color: #a6a6a6;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .form-control::placeholder {
    font-size: 1.6rem;
  }
}
.form-control[type=number] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
@media (min-width: 768px) {
  .form-control[type=number] {
    text-align: right;
  }
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.is-invalid {
  border: 1px solid #c92327;
  box-shadow: 0 0 3px #c92327;
}
.form-control.is-valid {
  border: 1px solid #04d967;
  box-shadow: 0 0 3px #04d967;
}
.form-control:focus {
  outline: none;
}

.invalid-feedback {
  padding: 1rem 0 0;
  color: #c92327;
}

.error {
  color: #c92327;
  font-size: 1.4rem;
  font-style: italic;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.label-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.26px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .label-text {
    font-size: 1.6rem;
  }
}

.fake-radio,
.fake-checkbox {
  width: 22px;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 60%;
  margin-right: 1rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #00274c;
  cursor: pointer;
}
.fake-radio:after,
.fake-checkbox:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 1.3rem !important;
  color: #00274c;
}

.fake-checkbox {
  border-radius: 4px !important;
}

input[type=radio]:checked + .fake-radio:after,
input[type=checkbox]:checked + .fake-checkbox:after {
  background-color: #fff;
  content: "\f00c";
}

input[type=radio]:checked + .fake-radio:after {
  background-color: #fff;
  content: "\f00c";
}

.radio-label {
  cursor: pointer;
  margin-bottom: 0;
}

.fake-checkbox::after {
  font-family: "Font Awesome 5 Free";
}

.fake-radio::after {
  font-family: "Font Awesome 5 Free";
}

input[type=checkbox]:checked + .fake-checkbox::after {
  background-image: url(img/check.png);
  font-weight: bolder;
}

input[type=radio]:checked + .fake-radio::after {
  background-image: url(img/check.png);
  font-weight: bolder;
}

input[type=checkbox]:checked ~ .checkbox-text {
  color: #00274c !important;
}

input[type=radio]:checked ~ .radio-text {
  color: #00274c !important;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  transition: 0.5s linear;
  background-color: #00274c;
  padding: 15px 0;
}
header.header-up {
  transition: 0.5s linear;
  transform: translateY(-110%);
}
header.sticky-header {
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
}
header.sticky-header .header-wrapper .navbar-brand-scroll {
  display: block;
}
header.sticky-header .header-wrapper .navbar-toggler span {
  background: #00274c;
}
header.sticky-header .header-wrapper .navbar-brand {
  display: none;
}
header.sticky-header .header-wrapper .navbar-nav .main-menu .nav-item .nav-link {
  color: #00274c;
}
header.sticky-header .header-wrapper .navbar-nav .lets-talk {
  background-color: #2bbbb5;
}
.reversed header {
  background-color: #fff;
}
.reversed header .header-wrapper .navbar-brand {
  display: none;
}
.reversed header .header-wrapper .navbar-brand-scroll {
  display: block;
}
.reversed header .header-wrapper .navbar-nav .main-menu .nav-item .nav-link {
  color: #00274c;
}
.reversed header .header-wrapper .navbar-nav .lets-talk {
  display: none;
}
.reversed header .header-wrapper .navbar-toggler span {
  background: #00274c;
}
@media (min-width: 768px) {
  header {
    padding: 0;
  }
}
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrapper .navbar-brand {
  display: block;
  flex: 0 0 202px;
  width: 202px;
  max-width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-brand {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-brand {
    margin-right: 57px;
  }
}
@media (min-width: 1366px) {
  header .header-wrapper .navbar-brand {
    margin-right: 114px;
  }
}
header .header-wrapper .navbar-brand-scroll {
  display: none;
  flex: 0 0 202px;
  width: 202px;
  max-width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-brand-scroll {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-brand-scroll {
    margin-right: 57px;
  }
}
@media (min-width: 1366px) {
  header .header-wrapper .navbar-brand-scroll {
    margin-right: 114px;
  }
}
header .header-wrapper .navbar-nav {
  position: absolute;
  left: -100vw;
  height: 100vh;
  top: 0;
  width: 100%;
  z-index: 40000;
  background-color: #fff;
  padding: 15px 15px 40px;
}
header .header-wrapper .navbar-nav.active {
  left: 0 !important;
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-nav {
    position: relative;
    left: 0;
    height: auto;
    transition: unset;
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
header .header-wrapper .navbar-nav .navbar-brand-blue {
  display: block;
  margin-bottom: 61px;
  width: 202px;
  max-width: 100%;
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-nav .navbar-brand-blue {
    display: none;
  }
}
header .header-wrapper .navbar-nav .close-menu {
  position: absolute;
  top: 24px;
  right: 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-nav .close-menu {
    display: none;
  }
}
header .header-wrapper .navbar-nav .main-menu {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-nav .main-menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
header .header-wrapper .navbar-nav .main-menu .nav-item {
  border-bottom: 1px solid #00274c;
  padding: 20px 0;
}
header .header-wrapper .navbar-nav .main-menu .nav-item:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-nav .main-menu .nav-item:last-of-type {
    border-bottom: 5px solid transparent;
  }
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-nav .main-menu .nav-item {
    border-bottom: 5px solid transparent;
    position: relative;
    padding: 0;
    padding: 48px 0 33px 0;
    margin-right: 20px;
  }
  header .header-wrapper .navbar-nav .main-menu .nav-item:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  header .header-wrapper .navbar-nav .main-menu .nav-item {
    margin-right: 29px;
  }
  header .header-wrapper .navbar-nav .main-menu .nav-item:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (min-width: 1366px) {
  header .header-wrapper .navbar-nav .main-menu .nav-item {
    margin-right: 57px;
  }
  header .header-wrapper .navbar-nav .main-menu .nav-item:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-nav .main-menu .nav-item:hover {
    border-bottom: 5px solid #d77f53;
  }
  header .header-wrapper .navbar-nav .main-menu .nav-item:hover .submenu {
    display: block !important;
  }
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-nav .main-menu .nav-item.active {
    border-bottom: 5px solid #d77f53;
  }
}
header .header-wrapper .navbar-nav .main-menu .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222222;
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
  font-family: "CamptonMedium";
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-nav .main-menu .nav-item .nav-link {
    display: block;
    color: #fff;
  }
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav .main-menu .nav-item .nav-link {
    font-size: 18px;
    line-height: 21px;
  }
}
header .header-wrapper .navbar-nav .main-menu .nav-item .nav-link .toggle-submenu {
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
header .header-wrapper .navbar-nav .main-menu .nav-item .nav-link .toggle-submenu.rotate span:nth-of-type(2) {
  display: none;
}
header .header-wrapper .navbar-nav .main-menu .nav-item .nav-link .toggle-submenu span {
  display: block;
  width: 12px;
  height: 1px;
  background-color: #222222;
}
header .header-wrapper .navbar-nav .main-menu .nav-item .nav-link .toggle-submenu span:nth-of-type(2) {
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-nav .main-menu .nav-item .nav-link .toggle-submenu {
    display: none;
  }
}
header .header-wrapper .navbar-nav .main-menu .nav-item .submenu {
  display: none;
  padding-top: 20px;
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-nav .main-menu .nav-item .submenu {
    position: absolute;
    background-color: #fff;
    top: calc(100% + 5px);
    width: 297px;
    padding: 23px 22px 16px 24px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1607843137);
  }
}
header .header-wrapper .navbar-nav .main-menu .nav-item .submenu .submenu-title {
  display: block;
  color: #a8a8a8;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 20px;
  font-family: "CamptonBook";
}
header .header-wrapper .navbar-nav .main-menu .nav-item .submenu .submenu-item {
  margin-bottom: 20px;
}
header .header-wrapper .navbar-nav .main-menu .nav-item .submenu .submenu-item:last-of-type {
  margin-bottom: 0;
}
header .header-wrapper .navbar-nav .main-menu .nav-item .submenu .submenu-item .submenu-link {
  display: block;
  color: #00274c;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
  font-family: "CamptonBook";
}
header .header-wrapper .navbar-nav .main-menu .nav-item .submenu .submenu-item .submenu-info {
  color: #656565;
  font-size: 10px;
  line-height: 12px;
  font-family: "CamptonBook";
}
header .header-wrapper .navbar-nav .lets-talk {
  display: block;
  color: #fff;
  background-color: #d77f53;
  font-size: 15px;
  line-height: 18px;
  padding: 19px 0;
  text-align: center;
  margin-bottom: 10px;
  font-family: "CamptonMedium";
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-nav .lets-talk {
    margin-left: auto;
    margin-bottom: 0;
    border-radius: 10px;
    padding: 14px;
  }
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav .lets-talk {
    font-size: 18px;
    line-height: 21px;
    padding: 14px 31px;
  }
}
header .header-wrapper .navbar-nav .book-demo {
  display: block;
  color: #fff;
  background-color: #2bbbb5;
  font-size: 15px;
  line-height: 18px;
  padding: 19px 0;
  font-family: "CamptonMedium";
  text-align: center;
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-nav .book-demo {
    display: none;
  }
}
header .header-wrapper .navbar-nav .join-us {
  display: block;
  color: #fff;
  font-family: "CamptonMedium";
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-nav .join-us {
    display: none;
  }
}
header .header-wrapper .navbar-toggler {
  border: none;
  position: relative;
  overflow: hidden;
  padding: 5px;
  width: 26px;
  min-width: 26px;
  background-color: transparent;
  cursor: pointer;
  outline: none !important;
  position: relative;
}
@media (min-width: 768px) {
  header .header-wrapper .navbar-toggler {
    display: none;
  }
}
header .header-wrapper .navbar-toggler.active span:nth-of-type(1) {
  transform: rotate(45deg) translate(3px, 5px);
  width: 26px;
  background-color: #fff;
  height: 2px;
}
header .header-wrapper .navbar-toggler.active span:nth-of-type(2) {
  transform: translateX(-100px);
}
header .header-wrapper .navbar-toggler.active span:nth-of-type(3) {
  transform: rotate(-45deg) translate(3.5px, -6px);
  width: 26px;
  background-color: #fff;
  height: 2px;
}
header .header-wrapper .navbar-toggler span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin-bottom: 4px;
  transition: 0.1s linear;
}
header .header-wrapper .navbar-toggler span:last-of-type {
  margin-bottom: 0px;
}

@keyframes headerColor {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #fff;
  }
}
.lead-section {
  background-color: #00274c;
}
.lead-section .lead-wrapper {
  min-height: calc(90vh - 65px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .lead-section .lead-wrapper {
    min-height: 700px;
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .lead-section .lead-wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 0;
  }
}
.lead-section .lead-wrapper .lead-data-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .lead-section .lead-wrapper .lead-data-wrapper {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .lead-section .lead-wrapper .lead-data-wrapper {
    flex: 0 1 70%;
    width: 70%;
  }
}
.lead-section .lead-wrapper .lead-data-wrapper .lead-subtitle {
  color: #b3bac6;
  font-family: "CamptonMedium";
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .lead-section .lead-wrapper .lead-data-wrapper .lead-subtitle {
    line-height: 21px;
  }
}
.lead-section .lead-wrapper .lead-data-wrapper .lead-title {
  color: #2bbbb5;
  font-family: "CamptonSemiBold";
  font-size: 65px;
  line-height: 80px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 576px) {
  .lead-section .lead-wrapper .lead-data-wrapper .lead-title {
    font-size: 70px;
    line-height: 75px;
  }
}
@media (min-width: 768px) {
  .lead-section .lead-wrapper .lead-data-wrapper .lead-title {
    font-size: 90px;
    line-height: 95px;
  }
}
@media (min-width: 992px) {
  .lead-section .lead-wrapper .lead-data-wrapper .lead-title {
    font-size: 80px;
    line-height: 85px;
  }
}
@media (min-width: 1265px) {
  .lead-section .lead-wrapper .lead-data-wrapper .lead-title {
    font-size: 90px;
    line-height: 95px;
  }
}
.lead-section .lead-wrapper .lead-data-wrapper .lead-text {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .lead-section .lead-wrapper .lead-data-wrapper .lead-text {
    margin-bottom: 63px;
  }
}
.lead-section .lead-wrapper .lead-data-wrapper .lead-text p {
  color: #fff;
  font-family: "CamptonLight";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.lead-section .lead-wrapper .lead-data-wrapper .lead-text p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .lead-section .lead-wrapper .lead-data-wrapper .lead-text p {
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 63px;
  }
}
.lead-section .lead-wrapper .lead-data-wrapper .book-demo {
  display: block;
  color: #fff;
  background-color: #2bbbb5;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  font-family: "CamptonMedium";
  padding: 12px 20px;
  border-radius: 10px;
  margin-bottom: 50px;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .lead-section .lead-wrapper .lead-data-wrapper .book-demo {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .lead-section .lead-wrapper .lead-data-wrapper .book-demo {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .lead-section .lead-wrapper .lead-data-wrapper .book-demo {
    font-size: 18px;
    line-height: 23px;
  }
}
.lead-section .lead-wrapper .lead-data-wrapper .lets-talk {
  display: block;
  color: #fff;
  background-color: #d77f53;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  font-family: "CamptonMedium";
  padding: 12px 20px;
  border-radius: 10px;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .lead-section .lead-wrapper .lead-data-wrapper .lets-talk {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .lead-section .lead-wrapper .lead-data-wrapper .lets-talk {
    display: none;
  }
}
.lead-section .lead-wrapper .lead-image {
  align-self: center;
  text-align: center;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .lead-section .lead-wrapper .lead-image {
    margin-top: 0;
    flex: 0 0 45%;
    width: 45%;
  }
}

.participate-gp {
  padding: 56px 0 50px;
}
@media (min-width: 576px) {
  .participate-gp {
    padding: 81px 0 10px;
  }
}
.participate-gp .participate-gp-header {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .participate-gp .participate-gp-header {
    margin-bottom: 132px;
  }
}
.participate-gp .participate-gp-header .participate-gp-subtitle {
  color: #2bbbb5;
  font-family: "CamptonMedium";
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .participate-gp .participate-gp-header .participate-gp-subtitle {
    line-height: 21px;
  }
}
.participate-gp .participate-gp-header .participate-gp-title {
  margin-bottom: 20px;
}
.participate-gp .participate-gp-header .participate-gp-title h2 {
  color: #00274c;
  font-size: 35px;
  line-height: 40px;
  font-family: "CamptonSemiBold";
}
@media (min-width: 992px) {
  .participate-gp .participate-gp-header .participate-gp-title h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.participate-gp .participate-gp-header .participate-gp-info {
  max-width: 938px;
}
.participate-gp .participate-gp-header .participate-gp-info p {
  color: #222222;
  font-size: 16px;
  line-height: 24px;
  font-family: "CamptonLight";
}
@media (min-width: 992px) {
  .participate-gp .participate-gp-header .participate-gp-info p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1366px) {
  .participate-gp .participate-gp-header .participate-gp-info p {
    font-size: 22px;
    line-height: 40px;
  }
}
.participate-gp .participate-gp-item-wrapper {
  margin-bottom: 34px;
}
@media (min-width: 576px) {
  .participate-gp .participate-gp-item-wrapper {
    column-count: 2;
    column-gap: 50px;
  }
}
@media (min-width: 992px) {
  .participate-gp .participate-gp-item-wrapper {
    column-gap: 100px;
  }
}
.participate-gp .participate-gp-item-wrapper .participate-gp-item {
  margin-bottom: 30px;
}
.participate-gp .participate-gp-item-wrapper .participate-gp-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .participate-gp .participate-gp-item-wrapper .participate-gp-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 40px;
  }
  .participate-gp .participate-gp-item-wrapper .participate-gp-item:last-of-type {
    margin-bottom: 40px;
  }
}
.participate-gp .participate-gp-item-wrapper .participate-gp-item .participate-gp-item-title {
  color: #222222;
  font-size: 18px;
  line-height: 25px;
  font-family: "CamptonMedium";
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .participate-gp .participate-gp-item-wrapper .participate-gp-item .participate-gp-item-title {
    line-height: 21px;
  }
}
.participate-gp .participate-gp-item-wrapper .participate-gp-item .participate-gp-item-text p {
  color: #222222;
  font-size: 16px;
  line-height: 24px;
  font-family: "CamptonLight";
}
@media (min-width: 992px) {
  .participate-gp .participate-gp-item-wrapper .participate-gp-item .participate-gp-item-text p {
    font-size: 18px;
    line-height: 30px;
  }
}
.participate-gp .participate-gp-acordion {
  max-width: 983px;
}
.participate-gp .participate-gp-acordion .more-features {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 2px solid #222222;
  border-bottom: 1px solid #222222;
  color: #222222;
  font-family: "CamptonBook";
  font-size: 22px;
  line-height: 33px;
}
.participate-gp .participate-gp-acordion .more-features.border-none {
  border-bottom: none;
}
.participate-gp .participate-gp-acordion .more-features .toggle-features {
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
.participate-gp .participate-gp-acordion .more-features .toggle-features span {
  display: block;
  width: 14px;
  height: 1px;
  background-color: #222222;
}
.participate-gp .participate-gp-acordion .more-features .toggle-features span:nth-of-type(2) {
  transform: rotate(90deg);
}
.participate-gp .participate-gp-acordion .more-features .toggle-features.rotate-plus span:nth-of-type(2) {
  display: none;
}
.participate-gp .participate-gp-acordion .participate-gp-acordion-content {
  display: none;
  padding: 56px 0;
  border-bottom: 1px solid #222222;
  max-width: 983px;
}
@media (min-width: 576px) {
  .participate-gp .participate-gp-acordion .participate-gp-acordion-content .participate-gp-acordion-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.participate-gp .participate-gp-acordion .participate-gp-acordion-content .participate-gp-acordion-content-wrapper .participate-gp-item-text {
  color: #222222;
  font-family: "CamptonLight";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .participate-gp .participate-gp-acordion .participate-gp-acordion-content .participate-gp-acordion-content-wrapper .participate-gp-item-text {
    flex: 0 0 calc(50% - 5px);
  }
}
@media (min-width: 992px) {
  .participate-gp .participate-gp-acordion .participate-gp-acordion-content .participate-gp-acordion-content-wrapper .participate-gp-item-text {
    margin-bottom: 40px;
    flex: 0 0 calc(50% - 25px);
  }
}
@media (min-width: 1366px) {
  .participate-gp .participate-gp-acordion .participate-gp-acordion-content .participate-gp-acordion-content-wrapper .participate-gp-item-text {
    flex: 0 0 calc(50% - 65px);
  }
}

.capinteract-built {
  padding: 62px 0 70px;
}
@media (min-width: 992px) {
  .capinteract-built {
    padding: 80px 0 149px;
  }
}
.capinteract-built .capinteract-built-wrapper .capinteract-built-title {
  color: #00274c;
  font-family: "CamptonSemiBold";
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .capinteract-built .capinteract-built-wrapper .capinteract-built-title {
    font-size: 50px;
    line-height: 50px;
  }
}
.capinteract-built .capinteract-built-wrapper .capinteract-built-info {
  margin-bottom: 29px;
}
@media (min-width: 992px) {
  .capinteract-built .capinteract-built-wrapper .capinteract-built-info {
    margin-bottom: 30px;
  }
}
.capinteract-built .capinteract-built-wrapper .capinteract-built-info p {
  color: #222222;
  font-family: "CamptonLight";
  font-size: 16px;
  line-height: 24px;
  max-width: 900px;
  margin-bottom: 10px;
}
.capinteract-built .capinteract-built-wrapper .capinteract-built-info p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .capinteract-built .capinteract-built-wrapper .capinteract-built-info p {
    font-size: 22px;
    line-height: 33px;
  }
}
.capinteract-built .capinteract-built-wrapper .lets-talk {
  display: block;
  color: #fff;
  background-color: #76d3cf;
  padding: 12px 0;
  text-align: center;
  font-family: "CamptonMedium";
  font-size: 15px;
  line-height: 18px;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .capinteract-built .capinteract-built-wrapper .lets-talk {
    max-width: 334px;
  }
}
@media (min-width: 992px) {
  .capinteract-built .capinteract-built-wrapper .lets-talk {
    max-width: 200px;
    font-size: 18px;
    line-height: 21px;
  }
}

footer {
  background-color: #00274c;
  padding: 49px 0 66px;
}
.reversed footer {
  background-color: #f7f7f7;
}
.reversed footer .footer-wrapper .footer-logo {
  display: none;
}
.reversed footer .footer-wrapper .footer-logo-dark {
  display: block;
}
.reversed footer .footer-wrapper .footer-middle .footer-middle-info p {
  color: #00274c;
}
.reversed footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-link {
  color: #00274c;
}
.reversed footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-link .toggle-footer-submenu span {
  background-color: #00274c;
}
.reversed footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-submenu .footer-submenu-item .footer-submenu-link {
  color: #00274c;
}
.reversed footer .footer-wrapper .footer-bottom .footer-bottom-wrapper .copyright {
  color: #00274c;
}
.reversed footer .footer-wrapper .footer-bottom .footer-bottom-wrapper .copyright a {
  color: #00274c;
}
.reversed footer .footer-wrapper .footer-bottom .footer-bottom-wrapper .footer-bottom-menu .footer-bottom-menu-link {
  color: #00274c;
}
.reversed footer .footer-wrapper .footer-bottom .footer-social .social-link svg {
  fill: #00274c;
}
footer .footer-wrapper .footer-logo {
  display: block;
  width: 147px;
  max-width: 100%;
  margin-bottom: 50px;
}
footer .footer-wrapper .footer-logo-dark {
  display: none;
  width: 147px;
  max-width: 100%;
  margin-bottom: 50px;
}
footer .footer-wrapper .footer-middle {
  margin-bottom: 152px;
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-middle {
    display: flex;
    padding-left: 25px;
  }
}
footer .footer-wrapper .footer-middle .footer-middle-info {
  display: none;
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-middle .footer-middle-info {
    display: block;
    flex: 0 0 25%;
  }
}
footer .footer-wrapper .footer-middle .footer-middle-info p {
  font-family: "CamptonLight";
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-middle .footer-middle-info p {
    margin-bottom: 20px;
  }
  footer .footer-wrapper .footer-middle .footer-middle-info p:last-of-type {
    margin-bottom: 0;
  }
}
footer .footer-wrapper .footer-middle .footer-nav {
  flex: 1;
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-middle .footer-nav .footer-menu {
    display: flex;
  }
}
footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item {
  border-bottom: 1px solid #919191;
  padding: 15px 0;
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item {
    border-bottom: none;
    padding: 0;
    flex: 0 0 25%;
  }
}
footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item:last-of-type {
  border-bottom: none;
}
footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-family: "CamptonMedium";
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-link {
    text-transform: uppercase;
  }
}
footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-link .toggle-footer-submenu {
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-link .toggle-footer-submenu.rotate span:nth-of-type(2) {
  display: none;
}
footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-link .toggle-footer-submenu span {
  display: block;
  width: 12px;
  height: 1px;
  background-color: #fff;
}
footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-link .toggle-footer-submenu span:nth-of-type(2) {
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-link .toggle-footer-submenu {
    display: none;
  }
}
footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-submenu {
  display: none;
  padding-top: 15px;
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-submenu {
    display: block;
    padding-top: 33px;
  }
}
footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-submenu .footer-submenu-item {
  margin-bottom: 15px;
}
footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-submenu .footer-submenu-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-submenu .footer-submenu-item {
    margin-bottom: 20px;
  }
  footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-submenu .footer-submenu-item:last-of-type {
    margin-bottom: 0;
  }
}
footer .footer-wrapper .footer-middle .footer-nav .footer-menu .footer-item .footer-submenu .footer-submenu-item .footer-submenu-link {
  display: block;
  color: #fff;
  font-family: "CamptonLight";
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
footer .footer-wrapper .footer-bottom .footer-bottom-wrapper .copyright {
  font-family: "CamptonLight";
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  max-width: 200px;
  margin-bottom: 30px;
}
footer .footer-wrapper .footer-bottom .footer-bottom-wrapper .copyright a {
  color: #fff;
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-bottom .footer-bottom-wrapper .copyright {
    max-width: 100%;
    line-height: 15px;
    margin-bottom: 10px;
  }
}
footer .footer-wrapper .footer-bottom .footer-bottom-wrapper .footer-bottom-menu {
  margin-bottom: 37px;
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-bottom .footer-bottom-wrapper .footer-bottom-menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
footer .footer-wrapper .footer-bottom .footer-bottom-wrapper .footer-bottom-menu .footer-bottom-menu-link {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-family: "CamptonLight";
  margin-bottom: 15px;
}
footer .footer-wrapper .footer-bottom .footer-bottom-wrapper .footer-bottom-menu .footer-bottom-menu-link:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-bottom .footer-bottom-wrapper .footer-bottom-menu .footer-bottom-menu-link {
    margin-bottom: 0;
    margin-right: 30px;
  }
  footer .footer-wrapper .footer-bottom .footer-bottom-wrapper .footer-bottom-menu .footer-bottom-menu-link:last-of-type {
    margin-bottom: 0;
    margin-right: 0;
  }
}
footer .footer-wrapper .footer-bottom .footer-social {
  display: flex;
  align-items: center;
}
footer .footer-wrapper .footer-bottom .footer-social .social-link {
  display: block;
  margin-right: 30px;
}
footer .footer-wrapper .footer-bottom .footer-social .social-link:last-of-type {
  margin-right: 0;
}
footer .footer-wrapper .footer-bottom .footer-social .social-link svg {
  fill: #fff;
}

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