.blue-button {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #102D69;
  border: 1px solid #102D69;
  padding: 15px 36px;
  -webkit-box-shadow: 3px 6px 24px #102D6938;
          box-shadow: 3px 6px 24px #102D6938;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.blue-button:hover {
  color: #102D69;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  -webkit-box-shadow: 8px 11px 30px #102D6938;
          box-shadow: 8px 11px 30px #102D6938;
}

.white-button {
  text-decoration: none;
  color: #102D69;
  background-color: #FFFFFF;
  border: 1px solid #102D69;
  padding: 15px 36px;
  -webkit-box-shadow: 3px 6px 24px #102D6938;
          box-shadow: 3px 6px 24px #102D6938;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.white-button:hover {
  color: #fff;
  background-color: #102D69;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  -webkit-box-shadow: 8px 11px 30px #102D6938;
          box-shadow: 8px 11px 30px #102D6938;
}

.green-button {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #13A538;
  padding: 15px 36px;
  -webkit-box-shadow: 3px 2px 10px #102D6938;
          box-shadow: 3px 2px 10px #102D6938;
}

.green-button:hover {
  color: #FFFFFF;
  background-color: #13A538;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  -webkit-box-shadow: 8px 11px 30px #102D6938;
          box-shadow: 8px 11px 30px #102D6938;
}

.know-more-button {
  text-decoration: none;
  color: #13A538;
  background-color: transparent;
  border: 1px solid #13A538;
  padding: 15px 36px;
  -webkit-box-shadow: 3px 2px 10px #102D6938;
          box-shadow: 3px 2px 10px #102D6938;
}

.know-more-button:hover {
  color: #FFFFFF;
  background-color: #13A538;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  -webkit-box-shadow: 8px 11px 30px #102D6938;
          box-shadow: 8px 11px 30px #102D6938;
}

.border-radius-sm {
  border-radius: 27px;
}

.border-radius-lg {
  border-radius: 100px;
}

.testimonial-section {
  background-color: #F8F8F8;
}

.testimonial-section .padding {
  padding: 0;
}

.testimonial-section .contentHeading-lg {
  font-size: 30px;
  line-height: 41px;
  padding: 29px 58px;
  margin: 0;
  text-align: center;
  color: #102D69;
}

@media screen and (min-width: 1200px) {
  .testimonial-section .contentHeading-lg {
    font-size: 40px;
    line-height: 46px;
    color: #1E1E1E;
    padding: 72px 0 63px;
    width: 68%;
    margin: 0 auto;
  }
}

.testimonial-section .container {
  max-width: unset;
}

@media (min-width: 1200px) {
  .testimonial-section .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .testimonial-section .container {
    max-width: 1320px;
  }
}

.testimonial-section .gradientBanner {
  overflow: hidden;
  position: relative;
  background: transparent -webkit-gradient(linear, right top, left top, from(#059C2C), color-stop(60%, #115F55), to(#082868)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #059C2C 0%, #115F55 60%, #082868 100%) 0% 0% no-repeat padding-box;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .testimonial-section .gradientBanner {
    max-width: unset;
  }
}

.testimonial-section .contentDiv {
  padding: 0 0 5rem;
  margin: auto;
  width: 80%;
}

@media screen and (min-width: 600px) {
  .testimonial-section .contentDiv {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  .testimonial-section .contentDiv {
    padding: 6rem 0rem;
    width: 38%;
    margin: unset;
  }
}

@media screen and (min-width: 1400px) {
  .testimonial-section .contentDiv {
    padding: 8rem 0rem;
  }
}

@media screen and (min-width: 1800px) {
  .testimonial-section .contentDiv {
    padding: 10rem 0rem;
  }
}

.testimonial-section .contentDiv p {
  font-family: NotoSansLight;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .testimonial-section .contentDiv p {
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    padding-top: 0rem;
  }
}

@media screen and (min-width: 1600px) {
  .testimonial-section .contentDiv p {
    font-size: 30px;
    line-height: 40px;
  }
}

.testimonial-section .countryDiv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1200px) {
  .testimonial-section .countryDiv {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.testimonial-section .country {
  margin-bottom: 0;
  padding: 0 0 !important;
  font-size: 16px !important;
  line-height: 40px !important;
}

.testimonial-section .flagDiv {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  margin: 0 1rem 0 0;
}

.testimonial-section .farmerImgmb {
  border-radius: 0 0 50% 50%;
  height: 300px;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .testimonial-section .farmerImgmb {
    display: none;
  }
}

.testimonial-section .farmerImgWeb {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0%;
  width: 60%;
  height: 100%;
}

.testimonial-section .farmerImgWeb img {
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .testimonial-section .farmerImgWeb {
    display: block;
    right: -4%;
  }
}

@media screen and (min-width: 1600px) {
  .testimonial-section .farmerImgWeb {
    width: 55%;
  }
}

.testimonial-section .slick-arrow {
  display: none !important;
}

.testimonial-section .slick-list,
.testimonial-section .slick-slide {
  height: auto !important;
}

.testimonial-section .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.testimonial-section .slick-dots {
  bottom: 2rem;
}

@media screen and (min-width: 1200px) {
  .testimonial-section .slick-dots {
    max-width: 960px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: left;
    bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .testimonial-section .slick-dots {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1400px) {
  .testimonial-section .slick-dots {
    max-width: 1320px;
    bottom: 2rem;
  }
}

.testimonial-section .slick-dots li button::before {
  display: none;
}

.testimonial-section .slick-dots li button {
  height: 20px;
  width: 20px;
  background: #ffffff;
  opacity: 0.7;
  border-radius: 50%;
}

.testimonial-section .slick-dots li.slick-active button {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FBBA00), to(#EA580C));
  background: linear-gradient(180deg, #FBBA00 0%, #EA580C 100%);
  opacity: 1;
}

.testimonial-section .slick-dots li.slick-active button::before {
  display: none;
}

.dummyPaddingTop {
  padding-top: 4rem;
}

.dummyPadding {
  padding: 25rem 0;
}

.line-break {
  display: block;
}

.know-more {
  font-family: NotoSansLight;
  font-size: 16px;
  line-height: 24px;
  color: #16AC5C;
  text-align: center;
  text-decoration: none;
}

.sectionPadding {
  padding: 4rem 0;
}

.contentHeading-lg {
  font-family: NotoSansLight;
  font-size: 30px;
  line-height: 36px;
  color: #102D69;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .contentHeading-lg {
    font-size: 50px;
    line-height: 55px;
    width: 90%;
  }
}

@media screen and (min-width: 1800px) {
  .contentHeading-lg {
    font-size: 60px;
    line-height: 64px;
    width: 90%;
  }
}

.contentHeading-md {
  font-family: NotoSansLight;
  font-size: 30px;
  line-height: 36px;
}

@media screen and (min-width: 1200px) {
  .contentHeading-md {
    font-size: 40px;
    line-height: 46px;
  }
}

.landing-section {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#b1b1b140)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #b1b1b140 100%) 0% 0% no-repeat padding-box;
}

.landing-section .row {
  --bs-gutter-x: 0rem;
}

.landing-section .blue-button {
  display: inline-block;
  margin: 1rem 0 6rem 0;
  font-size: 18px;
  line-height: 28px;
  font-family: NotoSansRegular;
}

@media screen and (min-width: 992px) {
  .landing-section .blue-button {
    margin: 1rem 0px 0rem 0px;
  }
}

@media screen and (min-width: 1024px) {
  .landing-section .blue-button {
    position: absolute;
    bottom: 23%;
    margin: 1rem 0px 0rem 0px;
  }
}

@media screen and (min-width: 1200px) {
  .landing-section .blue-button {
    bottom: 29%;
  }
}

@media screen and (min-width: 1400px) {
  .landing-section .blue-button {
    bottom: 30%;
  }
}

@media screen and (min-width: 1600px) {
  .landing-section .blue-button {
    margin: 1rem 0px 0rem 0px;
  }
}

.landing-section .contentHeading-lg {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .landing-section .contentHeading-lg {
    text-align: left;
  }
}

.landing-section .banner-slides {
  position: relative;
  padding: 0px 0;
}

@media screen and (min-width: 992px) {
  .landing-section .banner-slides {
    margin-top: 0;
    overflow-x: hidden;
  }
}

.landing-section .col-md-6 {
  padding: 0 0 0 1rem;
}

@media screen and (min-width: 1600px) {
  .landing-section .landing-content-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.landing-section .banner-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 425px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .landing-section .banner-content {
    max-width: 340px;
    padding: 50px 20px;
    margin-top: 0;
    margin: 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 1200px) {
  .landing-section .banner-content {
    height: unset;
    max-width: 700px;
    padding: 90px 20px 0px 20px;
  }
}

@media screen and (min-width: 1400px) {
  .landing-section .banner-content {
    padding: 140px 20px 0px 20px;
  }
}

@media screen and (min-width: 1600px) {
  .landing-section .banner-content {
    padding: 130px 20px 0px 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    max-width: 800px;
  }
}

@media screen and (min-width: 2000px) {
  .landing-section .banner-content {
    max-width: 800px;
  }
}

.landing-section .banner-slider-desc {
  margin: 1rem 0 2rem 0;
  font-size: 16px;
  line-height: 24px;
  font-family: NotoSansLight;
}

@media screen and (min-width: 1200px) {
  .landing-section .banner-slider-desc {
    margin: 1rem 0 0 0;
  }
}

.landing-section .imgDiv {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  position: unset;
  margin-top: -10rem;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media screen and (min-width: 768px) {
  .landing-section .imgDiv {
    margin-top: -20rem;
  }
}

@media screen and (min-width: 992px) {
  .landing-section .imgDiv {
    margin-top: -10rem;
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
    background-color: unset;
    max-width: unset;
    width: 560px;
    height: 560px;
  }
}

@media screen and (min-width: 1200px) {
  .landing-section .imgDiv {
    margin-top: -12rem;
    width: 840px;
    height: 840px;
    -webkit-transform: translateX(-14%);
            transform: translateX(-14%);
  }
}

@media screen and (min-width: 1600px) {
  .landing-section .imgDiv {
    margin-top: -16rem;
    -webkit-transform: translateX(-11%);
            transform: translateX(-11%);
    width: 940px;
    height: 940px;
  }
}

.landing-section .mb-landing-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.landing-section .slick-list {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  overflow-y: visible !important;
  overflow-x: hidden !important;
}

.landing-section .slick-prev,
.landing-section .slick-next {
  z-index: 2;
}

.landing-section .slick-prev:before {
  content: '';
}

.landing-section .slick-next:before {
  content: '';
}

.landing-section .goal-slick-prev,
.landing-section .goal-slick-next {
  position: absolute;
  z-index: 2;
  width: 45px;
  height: 45px;
  bottom: 15px;
}

.landing-section .goal-slick-prev:hover,
.landing-section .goal-slick-next:hover {
  cursor: pointer;
}

.landing-section .goal-slick-prev {
  left: 32%;
}

@media screen and (min-width: 512px) {
  .landing-section .goal-slick-prev {
    left: 35%;
  }
}

@media screen and (min-width: 600px) {
  .landing-section .goal-slick-prev {
    left: 35%;
  }
}

@media screen and (min-width: 768px) {
  .landing-section .goal-slick-prev {
    left: 42%;
  }
}

@media screen and (min-width: 992px) {
  .landing-section .goal-slick-prev {
    left: 52%;
  }
}

@media screen and (min-width: 1200px) {
  .landing-section .goal-slick-prev {
    left: 52%;
  }
}

@media screen and (min-width: 1400px) {
  .landing-section .goal-slick-prev {
    left: 51%;
  }
}

@media screen and (min-width: 1600px) {
  .landing-section .goal-slick-prev {
    left: 51%;
  }
}

.landing-section .goal-slick-next {
  left: 58%;
}

@media screen and (min-width: 512px) {
  .landing-section .goal-slick-next {
    left: 58%;
  }
}

@media screen and (min-width: 600px) {
  .landing-section .goal-slick-next {
    left: 59%;
  }
}

@media screen and (min-width: 768px) {
  .landing-section .goal-slick-next {
    left: 55%;
  }
}

@media screen and (min-width: 992px) {
  .landing-section .goal-slick-next {
    left: 64%;
  }
}

@media screen and (min-width: 1200px) {
  .landing-section .goal-slick-next {
    left: 62%;
  }
}

@media screen and (min-width: 1200px) {
  .landing-section .goal-slick-next {
    left: 61%;
  }
}

@media screen and (min-width: 1600px) {
  .landing-section .goal-slick-next {
    left: 59%;
  }
}

@media screen and (min-width: 1800px) {
  .landing-section .goal-slick-next {
    left: 58%;
  }
}

.landing-section .slick-arrow {
  top: 90%;
}

@media screen and (min-width: 768px) {
  .landing-section .slick-arrow {
    top: 92%;
  }
}

@media screen and (min-width: 992px) {
  .landing-section .slick-arrow {
    top: 85%;
  }
}

@media screen and (min-width: 1200px) {
  .landing-section .slick-arrow {
    top: 77%;
  }
}

.landing-section .slick-prev:before,
.landing-section .slick-next:before {
  display: none;
}

.sorghum-content-section .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.sorghum-content-section .marginTB {
  margin: 2rem 0;
}

@media screen and (min-width: 768px) {
  .sorghum-content-section .marginTB {
    margin: 5rem 0;
  }
}

.sorghum-content-section .contentLeft {
  padding: 0.5rem;
  font-family: NotoSansLight;
  font-size: 30px;
  line-height: 36px;
  color: #1E1E1E;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sorghum-content-section .contentLeft {
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  .sorghum-content-section .contentLeft {
    padding: 1rem;
    font-size: 40px;
    line-height: 46px;
    text-align: right;
  }
}

.sorghum-content-section .contentRight {
  padding: 0.5rem;
  font-family: NotoSansLight;
  font-size: 18px;
  line-height: 24px;
  color: #1E1E1E;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sorghum-content-section .contentRight {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .sorghum-content-section .contentRight {
    padding: 1.5rem;
    text-align: left;
  }
}

.sorghum-content-section .contentHeading-lg {
  font-family: NotoSansLight;
  font-size: 30px;
  line-height: 36px;
  color: #102D69;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .sorghum-content-section .contentHeading-lg {
    font-size: 60px;
    line-height: 64px;
    width: 90%;
  }
}

.sorghum-content-section .content {
  font-family: NotoSansLight;
  font-size: 18px;
  line-height: 24px;
  color: #1E1E1E;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .sorghum-content-section .content {
    padding: 1rem;
    font-size: 24px;
    line-height: 33px;
    width: 70%;
  }
}

.sorghum-content-section .right-spacing {
  margin: 0 1rem 0 0;
}

@media screen and (min-width: 992px) {
  .sorghum-content-section .right-spacing {
    margin: 0 3rem 0 0;
  }
}

.sorghum-content-section .logos-div {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sorghum-content-section .logoDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sorghum-content-section .logoText {
  font-family: NotoSansMedium;
  font-size: 18px;
  line-height: 24px;
  color: #1E1E1E;
  text-align: center;
  padding: 1rem 0 0 0;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .sorghum-content-section .logoText {
    font-size: 24px;
    line-height: 33px;
    padding: 1.5rem 0 0 0;
  }
}

.sorghum-content-section .white-button {
  font-size: 18px;
  line-height: 24px;
  font-family: NotoSansRegular;
  text-align: center;
  margin: 3rem 0;
  width: 100%;
}

@media screen and (min-width: 575px) {
  .sorghum-content-section .white-button {
    width: unset;
  }
}

.sorghum-content-section .know-more {
  padding: 0 0 4rem 0;
}

.banner-slider-desc {
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
}

.crop-banner-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.crop-banner-section .heading-xl {
  font-size: 24px;
  line-height: 35px;
}

@media screen and (min-width: 1200px) {
  .crop-banner-section .heading-xl {
    font-size: 60px;
    line-height: 65px;
  }
}

@media screen and (min-width: 1800px) {
  .crop-banner-section .heading-xl {
    font-size: 80px;
    line-height: 80px;
  }
}

.crop-banner-section .contentHeading-md {
  text-align: center;
  font-family: NotoSansLight;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .crop-banner-section .contentHeading-md {
    padding: 2rem 0rem;
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1200px) {
  .crop-banner-section .contentHeading-md {
    font-size: 40px;
    line-height: 46px;
  }
}

.crop-banner-section .cropBanner {
  padding: 0;
}

.crop-banner-section .crop-banner-container {
  overflow-y: hidden;
  overflow: hidden;
}

.crop-banner-section .variant-content-wrapper {
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding: 27px 0;
  width: 242px;
}

@media screen and (min-width: 768px) {
  .crop-banner-section .variant-content-wrapper {
    padding: 75px 0;
    width: 480px;
  }
}

@media screen and (min-width: 1200px) {
  .crop-banner-section .variant-content-wrapper {
    width: 755px;
  }
}

.crop-banner-section .variant-content-wrapper:after {
  height: 105%;
  width: 168%;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center;
  background-image: url("https://eams4dsalrs01.blob.core.windows.net/advanta-local/advantaseeds/images/homepage/crop-round.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.crop-banner-section .text-white,
.crop-banner-section .green-button {
  z-index: 1;
  position: relative;
}

.crop-banner-section .green-button {
  display: none;
  font-family: NotoSansMedium;
}

@media screen and (min-width: 768px) {
  .crop-banner-section .green-button {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
  }
}

@media screen and (min-width: 1200px) {
  .crop-banner-section .green-button {
    padding: 23px 44px;
    font-size: 24px;
    line-height: 33px;
  }
}

.crop-banner-section :not(.btn-check) + .btn:active {
  color: white;
  background-color: #16AC5C;
  border-color: transparent;
}

.crop-banner-section .line-break {
  display: inline;
}

@media screen and (min-width: 1200px) {
  .crop-banner-section .line-break {
    display: block;
  }
}

.goals-section :not(.btn-check) + .btn:active {
  color: white;
  background-color: #16AC5C;
  border-color: transparent;
}

.goals-section .green-button {
  margin-top: -3rem;
  display: inline-block;
  font-family: NotoSansMedium;
}

@media screen and (min-width: 768px) {
  .goals-section .green-button {
    display: none;
  }
}

.goals-section .goals-container {
  text-align: center;
}

.goals-section .wrapper {
  padding: 0 1rem;
  position: relative;
  padding-top: 2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 5rem;
}

@media screen and (min-width: 992px) {
  .goals-section .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .goals-section .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  .goals-section .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0rem;
  }
}

.goals-section .contentHeading-md {
  color: #102D69;
  padding-bottom: 2rem;
}

@media screen and (min-width: 1200px) {
  .goals-section .contentHeading-md {
    padding-bottom: 1rem;
    text-align: right;
  }
}

.goals-section .contentLeft {
  padding: 1rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  .goals-section .contentLeft {
    padding: 0rem 1rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    text-align: right;
  }
}

.goals-section .white-button {
  font-size: 18px;
  line-height: 24px;
  font-family: NotoSansRegular;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0rem;
}

@media screen and (min-width: 1024px) {
  .goals-section .white-button {
    position: unset;
    margin: 2rem 0 0 0;
  }
}

.goals-section .contentRight {
  padding: 1rem 0;
}

@media screen and (min-width: 1024px) {
  .goals-section .contentRight {
    padding: 0;
  }
}

.goals-section .wrapperRight {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 99px) {
  .goals-section .wrapperRight {
    margin: 0rem 0rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .goals-section .wrapperRight {
    margin: 0rem 2rem !important;
  }
}

.goals-section .box {
  width: 50%;
}

.goals-section .red-box {
  background-color: #EB1C2D;
}

.goals-section .yellow-box {
  background-color: #D3A029;
}

.goals-section .dark-green-box {
  background-color: #279B48;
}

.goals-section .green-box {
  background-color: #40AE49;
}

.info-section {
  padding-bottom: 2rem;
  background-color: #F8F8F8;
}

.info-section .contentHeading-md {
  color: #16AC5C;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .info-section .contentHeading-md {
    width: 80%;
  }
}

.info-section .row {
  padding: 2rem 0;
}

.info-section .info-card {
  margin-top: -2rem;
}

@media screen and (min-width: 1200px) {
  .info-section .info-card {
    margin-top: unset;
  }
}

.info-section .cardImg {
  height: 173px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-section .cardImg img {
  margin: auto;
}

.info-section .cardHeading {
  margin-top: -1rem;
  display: none;
}

@media screen and (min-width: 1200px) {
  .info-section .cardHeading {
    display: block;
    color: #1E1E1E;
    font-family: NotoSansRegular;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    width: 90%;
  }
}

.info-section .cardText {
  color: #1E1E1E;
  font-family: NotoSansLight;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .info-section .cardText {
    display: block;
  }
}

.news-section {
  padding-top: 1rem;
}

.news-section .contentHeading-lg {
  line-height: 41px;
}

@media screen and (min-width: 1200px) {
  .news-section .contentHeading-lg {
    line-height: 82px;
  }
}

.news-section .nav-pills {
  padding: 0 0 0 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 389px) {
  .news-section .nav-pills {
    padding: 0 0 0 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .news-section .nav-pills {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 0 0rem;
  }
}

.news-section .nav-link {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 25px;
  background: white;
  color: #102D69;
  border: 1px solid #102D69;
  border-radius: 27px;
  margin: 3rem 0.5rem 1.5rem 0;
}

@media screen and (min-width: 1200px) {
  .news-section .nav-link {
    margin: 3rem 1rem 1.5rem 0;
  }
}

.news-section .nav-pills .nav-link.active,
.news-section .nav-pills .show > .nav-link {
  color: white;
  background-color: #102D69;
}

.news-section .cardDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

@media screen and (min-width: 1200px) {
  .news-section .cardDiv {
    padding: 0 30px;
  }
}

.news-section .cardContent {
  padding: 1.5rem 0;
}

@media screen and (min-width: 992px) {
  .news-section .cardContent {
    height: auto;
  }
}

.news-section .title {
  font-size: 24px;
  line-height: 28px;
  font-family: NotoSansLight;
  color: #1E1E1E;
}

.news-section .content {
  font-size: 16px;
  line-height: 24px;
  font-family: NotoSansLight;
  color: #1E1E1E;
}

.news-section .know-more {
  padding: 0 0 4rem 0;
}

.news-section .cardImg {
  width: 100%;
}

.news-section .cardImg img {
  width: 100%;
  display: block;
  border-radius: 17px;
}

.news-section .card-slider {
  position: relative;
}

.news-section .slick-list {
  height: auto !important;
}

.news-section .goal-slick-prev,
.news-section .goal-slick-next {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  bottom: 15px;
}

.news-section .goal-slick-next {
  margin: 0 0 0 5rem;
}

.news-section .slick-arrow {
  top: 100%;
  left: 33%;
}

@media screen and (min-width: 411px) {
  .news-section .slick-arrow {
    left: 37%;
  }
}

@media screen and (min-width: 768px) {
  .news-section .slick-arrow {
    left: 40%;
  }
}

@media screen and (min-width: 992px) {
  .news-section .slick-arrow {
    left: 43%;
  }
}

