@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* {
  margin: 0;
  padding: 0; }

:root {
  --main-font: 'Poppins', sans-serif;
  --green: #3BB77F;
  --orange: #E76612;
  --black: #000000;
  --white: #FFFFFF; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #F6F6F6; }

a {
  text-decoration: none;
  outline: none;
  color: inherit; }

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

p {
  font-family: var(--main-font);
  font-size: 1.4375em;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  color: var(--black); }

.heading {
  font-family: var(--main-font);
  font-size: 2em;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  color: var(--black); }

.box_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 56px;
  background: var(--orange);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--main-font);
  font-size: 1em;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  padding: 16px 40px;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .box_cta:hover {
    background: var(--black); }

/* -------------------------------------------------- */
@media screen and (max-width: 1279px) {
  .heading {
    font-size: 1.75em; }
  .box_cta {
    padding-right: 30px;
    padding-left: 30px; } }

@media screen and (max-width: 414px) {
  p {
    font-size: 1.25em; }
  .heading {
    font-size: 1.4375em; }
  .box_cta {
    display: block;
    min-width: 0;
    padding-right: 15px;
    padding-left: 15px; } }

#container {
  width: 100%;
  max-width: 1440px;
  background: var(--white);
  margin: 0 auto; }

#header {
  display: flex; }
  #header .logo_mobile {
    display: none; }
  #header .image {
    width: 605px;
    line-height: 0; }
    #header .image img {
      width: 605px; }
  #header .content {
    flex: 1;
    padding: 40px 35px 0 55px; }
    #header .content .logo {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 70px; }
      #header .content .logo img {
        width: 240px; }
    #header .content .text {
      width: 100%;
      max-width: 610px; }
      #header .content .text .heading {
        margin-bottom: 10px; }
      #header .content .text p span.strikethrough {
        position: relative;
        padding: 0 5px; }
        #header .content .text p span.strikethrough::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 95px;
          height: 17px;
          background-image: url("../images/header/strikethrough.png?v=1");
          -webkit-background-size: 95px 17px;
          -moz-background-size: 95px 17px;
          -o-background-size: 95px 17px;
          background-size: 95px 17px; }
      #header .content .text p strong {
        font-weight: 600;
        color: var(--orange); }
      #header .content .text .box_cta {
        margin-top: 20px; }

/* -------------------------------------------------- */
@media screen and (max-width: 1365px) {
  #header .image {
    width: 550px; }
    #header .image img {
      width: 550px; }
  #header .content .logo {
    margin-bottom: 40px; } }

@media screen and (max-width: 1023px) {
  #header {
    flex-direction: column;
    position: relative;
    border-bottom: solid 10px #CED4DA; }
    #header .image {
      width: 100%;
      padding-right: 280px; }
      #header .image img {
        width: 605px; }
    #header .content {
      padding: 40px; }
      #header .content .logo {
        position: absolute;
        top: 50px;
        right: 40px;
        margin-bottom: 0; }
        #header .content .logo img {
          width: 200px; }
      #header .content .text {
        text-align: center;
        max-width: none;
        margin: 0 auto; }
        #header .content .text .heading, #header .content .text p {
          text-align: center; }
        #header .content .text .box_cta {
          margin-top: 24px; } }

@media screen and (max-width: 414px) {
  #header .content {
    padding: 40px 20px; }
    #header .content .text {
      max-width: 334px; }
      #header .content .text p {
        font-size: 1.0625em; }
        #header .content .text p span.strikethrough::after {
          width: 67px;
          height: 12px;
          -webkit-background-size: 67px 12px;
          -moz-background-size: 67px 12px;
          -o-background-size: 67px 12px;
          background-size: 67px 12px; } }

@media screen and (max-width: 550px) {
  #header {
    overflow: hidden; }
    #header .logo_mobile {
      display: flex;
      justify-content: center;
      padding: 30px 0; }
      #header .logo_mobile img {
        width: 222px; }
    #header .image {
      width: calc(100% + 50px);
      padding-right: 0; }
      #header .image img {
        width: 100%; }
    #header .content .logo {
      display: none; } }

#main {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 110px 0 90px 0; }

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #main {
    width: 100%;
    padding: 40px 0 55px 0; } }

#about {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px; }
  #about .text {
    flex: 1;
    max-width: 610px; }
    #about .text .heading {
      position: relative;
      padding-right: 50px;
      margin-bottom: 10px; }
      #about .text .heading::after {
        content: '';
        position: absolute;
        top: -8px;
        right: -50px;
        width: 100px;
        height: 125px;
        background-image: url("../images/misc/squiggle_arrow.png");
        -webkit-background-size: 100px 125px;
        -moz-background-size: 100px 125px;
        -o-background-size: 100px 125px;
        background-size: 100px 125px; }
    #about .text p {
      font-weight: 600;
      color: var(--orange);
      margin-bottom: 15px; }
    #about .text ul li {
      position: relative;
      font-family: var(--main-font);
      font-size: 1.4375em;
      font-weight: 400;
      line-height: 150%;
      text-align: left;
      color: var(--black);
      padding-left: 32px;
      margin-bottom: 10px; }
      #about .text ul li::before {
        content: '';
        position: absolute;
        top: 8px;
        left: 8px;
        width: 16px;
        height: 18px;
        background-image: url("../images/misc/bullet.png");
        -webkit-background-size: 16px 18px;
        -moz-background-size: 16px 18px;
        -o-background-size: 16px 18px;
        background-size: 16px 18px; }
      #about .text ul li:last-child {
        margin-bottom: 0; }
      #about .text ul li strong {
        font-weight: 600; }
  #about .image {
    position: relative;
    line-height: 0;
    padding: 0 20px 20px 0;
    margin-left: 80px; }
    #about .image::before {
      content: '';
      position: absolute;
      top: 30px;
      right: 0;
      bottom: 0;
      left: 60px;
      background: var(--green); }
    #about .image img {
      position: relative;
      width: 470px; }

/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
  #about .image img {
    width: 400px; } }

@media screen and (max-width: 1023px) {
  #about {
    flex-direction: column;
    border-bottom: solid 10px #CED4DA;
    padding: 0 40px 40px 40px;
    margin-bottom: 0; }
    #about .text {
      order: 2;
      margin: 0 auto; }
      #about .text .heading {
        padding-right: 0; }
        #about .text .heading::after {
          display: none; }
      #about .text p {
        margin-bottom: 20px; }
    #about .image {
      order: 1;
      padding: 0 15px 15px 0;
      margin: 0 auto 30px auto; }
      #about .image::before {
        top: 25px;
        left: 45px; }
      #about .image img {
        width: 470px; } }

@media screen and (max-width: 414px) {
  #about {
    padding-right: 20px;
    padding-left: 20px; }
    #about .text {
      max-width: 334px; }
      #about .text ul li {
        font-size: 1.0625em;
        padding-left: 25px;
        margin-bottom: 15px; }
        #about .text ul li::before {
          top: 4px;
          left: 5px; } }

#partners {
  width: 100%;
  max-width: 988px;
  margin: 0 auto 160px auto; }
  #partners .intro {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 25px auto; }
    #partners .intro .heading {
      text-align: center;
      margin-bottom: 30px; }
    #partners .intro p {
      text-align: center; }
  #partners .logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px 44px; }
    #partners .logos .logo {
      line-height: 0; }

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #partners {
    border-bottom: solid 10px #CED4DA;
    max-width: none;
    padding: 40px;
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  #partners .logos {
    gap: 25px; } }

@media screen and (max-width: 414px) {
  #partners {
    padding-right: 10px;
    padding-left: 10px; }
    #partners .intro {
      max-width: 354px;
      padding: 0 10px;
      margin-bottom: 35px; }
      #partners .intro .heading, #partners .intro p {
        text-align: left; }
      #partners .intro .heading {
        margin-bottom: 20px; } }

@media screen and (max-width: 413px) {
  #partners .logos {
    gap: 10px; }
    #partners .logos .logo {
      -o-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      transform: scale(0.8); } }

#join_cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1015px;
  margin: 0 auto 130px auto; }
  #join_cta .image {
    position: relative;
    line-height: 0;
    padding: 0 0 25px 25px;
    margin-right: 80px; }
    #join_cta .image::before {
      content: '';
      position: absolute;
      top: 35px;
      right: 65px;
      bottom: 0;
      left: 0;
      background: var(--green); }
    #join_cta .image img {
      position: relative;
      width: 512px; }
    #join_cta .image::after {
      content: '';
      position: absolute;
      bottom: 100%;
      left: calc(100% + 10px);
      width: 50px;
      height: 48px;
      background-image: url("../images/join_lines.png");
      -webkit-background-size: 50px 48px;
      -moz-background-size: 50px 48px;
      -o-background-size: 50px 48px;
      background-size: 50px 48px; }
  #join_cta .text {
    flex: 1;
    max-width: 400px; }
    #join_cta .text .heading {
      margin-bottom: 10px; }
    #join_cta .text .box_cta {
      margin-top: 30px; }

/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
  #join_cta .image img {
    width: 450px; } }

@media screen and (max-width: 1023px) {
  #join_cta {
    flex-direction: column;
    max-width: none;
    padding: 70px 40px 50px 40px;
    margin-bottom: 0; }
    #join_cta .image {
      padding: 0 15px 15px 0;
      margin-right: 0;
      margin-bottom: 30px; }
      #join_cta .image::before {
        top: 40px;
        right: 0;
        bottom: 0;
        left: 70px; }
      #join_cta .image img {
        width: 512px; }
      #join_cta .image::after {
        bottom: calc(100% + 5px);
        left: calc(100% - 20px);
        -o-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
        width: 30px;
        height: 29px;
        -webkit-background-size: 30px 29px;
        -moz-background-size: 30px 29px;
        -o-background-size: 30px 29px;
        background-size: 30px 29px; } }

@media screen and (max-width: 414px) {
  #join_cta {
    padding-right: 20px;
    padding-left: 20px; }
    #join_cta .text {
      max-width: 334px; }
      #join_cta .text .heading {
        margin-bottom: 20px; } }

#footer {
  width: 100%;
  border-top: solid 1px var(--black);
  padding-top: 50px; }
  #footer p {
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px; }
  #footer .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 50px; }
    #footer .logos .logo {
      line-height: 0; }

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #footer {
    width: calc(100% - 80px);
    margin: 0 40px; } }

@media screen and (max-width: 414px) {
  #footer {
    width: calc(100% - 40px);
    padding-top: 30px;
    margin: 0 20px; }
    #footer p {
      margin-bottom: 30px; }
    #footer .logos {
      gap: 0 30px; } }


.heading-white{
    color: white;
    font-weight: 300;
}

.btn-green{
    background-color: #3BB77F;
}

.btn-green:hover{
    background-color: #34986B;
}

.btn-purple{
    background-color:#47547c;
}

.heading2:after{
    background-image: none !important;
}

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

.image-purple-bg:before{
    background-color:#47547c!important;
}

.image-join{
    margin-bottom: 20px;
}
