@font-face {
  font-family: "Reem Kufi Fun";
  font-weight: 500;
  src: url("../fonts/reem-kufi-fun/ReemKufi-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Reem Kufi Fun";
  font-weight: 600;
  src: url("../fonts/reem-kufi-fun/ReemKufi-SemiBold.ttf") format("truetype");
  font-display: swap;
}

h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.03em;
  color: #292930;
  margin: 0 0 20px 0;
}

h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin: 0 0 16px 0;
}

h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 12px 0;
}

p {
  font-size: 18px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 28px 0;
}
p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1536px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
.page-title {
  background-color: #0b0f14;
  background-position: 80% center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Century Gothic";
  padding: 0px 78px;
  position: relative;
  overflow: hidden;
}
.page-title__col {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-title__overlay-r {
  position: absolute;
  z-index: 3;
  right: -10%;
  bottom: -80%;
  width: 73%;
  height: 100%;
  text-align: right;
  background: linear-gradient(
    83deg,
    rgba(58, 170, 53, 0.79) 2.29%,
    rgba(58, 170, 53, 0) 58.72%
  );
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: matrix(-0.93, 0.36, 0.36, 0.93, 0, 0);
}

.page-title__text {
  max-width: 100%;
  padding: 130px 0 60px 0;
  position: relative;
  z-index: 3;
}
.page-title__text h1 {
  font-size: 64px;
  line-height: 1.57;
  font-weight: 400;
  margin: 0 0 13px 0;
}
.page-title__text p {
  /* font-size: 20px; */

  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  color: #fff;
  /* max-width: 650px; */
  max-width: 1270px;
}
.page-title__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0 0 30px 0;
  list-style: none;
  position: relative;
  z-index: 9;
}
.page-title__nav__item {
  position: relative;
  margin: 0px 6px;
}
.page-title__nav__item::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  border-right: 1px solid rgba(55, 63, 72, 0.4);
}
.page-title__nav__item:last-of-type::before {
  content: none;
}
.page-title__nav__item a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 27px;
  position: relative;
  padding: 10px 31px 10px 10px;
}
.page-title__nav__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
  width: 10px;
  height: 10px;
  background-image: url("../img/wwa/arrow-nav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.page-title__nav__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: 11px;
  width: 10px;
  height: 10px;
  background-image: url("../img/wwa/arrow-nav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
}
.page-title__nav__item a:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.page-title__nav__item a:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.page-title__nav__item:first-of-type {
  margin-left: 0;
}
.page-title__nav__item:first-of-type a {
  padding-left: 0;
}

.page-title__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 21px;
  margin-top: 24px;
}

.page-title__white {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease-out;
}

.page-title__green {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #3aaa35;
  transition: all 0.4s ease-out;
}

@media only screen and (max-width: 1700px) {
  .page-title::before {
    left: -10%;
    background-position: right top;
  }

  .page-title {
    background-position: 78% center;
  }
}
@media only screen and (max-width: 1536px) {
  .page-title::before {
    left: -20%;
  }
  .page-title {
    padding: 0 58px;
  }
  .page-title__text h1 {
    font-size: 56px;
    line-height: 1.2;
  }
  /* .page-title__text p {
    font-size: 18px;
    line-height: 1.557;
  } */
  .page-title__col {
    min-height: 521px;
  }
  .page-title__overlay-r {
    right: -25%;
  }

  .page-title {
    background-position: left center;
  }
}
@media only screen and (max-width: 1280px) {
  .page-title {
    padding: 0 38px;
  }
  .page-title__text h1 {
    font-size: 52px;
    font-size: 44px;
  }
  .page-title__nav__item a {
    font-size: 14px;
  }
  .page-title__nav__item::before {
    height: 20px;
  }
  .page-title__text {
    padding: 130px 0px 50px 0px;
    min-height: 373px;
  }
  .page-title__col {
    min-height: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title__overlay-m {
    display: block;
    right: -15%;
    opacity: 0.6;
  }
}
@media only screen and (max-width: 991px) {
  .page-title__col {
    min-height: 427px;
  }
  .page-title {
    padding: 0 12px;
  }
  .page-title__text h1 {
    font-size: 38px;
  }
  .page-title__text p {
    font-size: 15px;
  }
  .page-title__text {
    padding: 110px 0px 40px 0px;
    min-height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .page-title__text h1 {
    font-size: 32px;
    margin-bottom: 11px;
  }
  .page-title__nav {
    display: none;
  }
  .page-title--carrer .page-title__text,
  .page-title--carrer .page-title__col {
    min-height: 280px;
  }
  .page-title--carrer .page-title__nav {
    display: flex;
  }
  .page-title--carrer .page-title__nav__item {
    margin: 0;
  }
  .page-title--carrer .page-title__nav__item::before {
    right: 8px;
  }
  .page-title--carrer .page-title__nav__item a {
    padding: 5px 35px 5px 0px;
  }
  .page-title--carrer .page-title__nav__item a::before,
  .page-title--carrer .page-title__nav__item a::after {
    right: 18px;
  }
  .page-title__text {
    padding: 100px 0px 50px 0px;
  }
  .page-title::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      179.14deg,
      rgba(0, 0, 0, 0.66) 8.59%,
      rgba(0, 0, 0, 0.42) 110.85%
    );
  }
  .page-title::before,
  .page-title__overlay-m {
    z-index: 3;
  }
  .page-title__col {
    min-height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title__text {
    min-height: 294px;
  }
  .page-title--carrer .page-title__text {
    padding-bottom: 40px;
  }
  .page-title__text h1 {
    font-size: 28px;
  }
  .page-title__text p {
    font-size: 12px;
  }
  .page-title__overlay-m {
    background: linear-gradient(
      206.43deg,
      rgba(58, 170, 53, 0.24) -1.72%,
      rgba(58, 170, 53, 0.24) 39.12%
    );
    opacity: 0.8;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: matrix(-0.92, 0.39, 0.39, 0.92, 0, 0);
    width: 140%;
    right: -40%;
    bottom: -80%;
  }
  .page-title__overlay-r {
    width: 140%;
    right: -40%;
    bottom: -80%;
  }

  .page-title__buttons {
    gap: 12px 15px;
  }

  .page-title__white,
  .page-title__green {
    font-size: 14px;
  }
}
@media only screen and (max-width: 414px) {
  .page-title--carrer .page-title__nav__item a {
    font-size: 13px;
  }
  .page-title--carrer .page-title__nav__item::before {
    content: none;
  }
  .page-title--carrer .page-title__nav__item:last-of-type a {
    padding-right: 5px;
  }
  .page-title--carrer .page-title__nav__item a {
    padding: 5px 27px 5px 0px;
  }
  .page-title--carrer .page-title__nav__item a::before,
  .page-title--carrer .page-title__nav__item a::after {
    right: 10px;
  }
  .page-title--carrer .page-title__nav__item:last-of-type a::before,
  .page-title--carrer .page-title__nav__item:last-of-type a::after {
    right: -12px;
  }
}
@media only screen and (max-width: 358px) {
  .page-title--carrer .page-title__nav__item a {
    font-size: 12px;
  }
}
.informations {
  padding-top: 3px;
  padding-bottom: 100px;
  font-family: "Century Gothic", sans-serif;
  position: relative;
  overflow: hidden;
}

.informations .row {
  position: relative;
  z-index: 2;
  /* align-items: center; */
}

.informations .row > div {
  height: auto;
  display: flex;
  align-items: center;
}

.informations__overlay-top {
  position: absolute;
  right: -20%;
  top: 780px;
  width: 120%;
  height: 950px;
  background: linear-gradient(
    132deg,
    rgba(58, 170, 53, 0.98) 4.66%,
    rgba(58, 170, 53, 0) 47.08%
  );

  opacity: 0.05;
  transform: matrix(-0.92, 0.39, 0.39, 0.92, 0, 0);
  z-index: 1;
}
.informations__text {
  padding: 15px 20px 15px 12px;
  max-width: 656px;
  margin: 0 0 0 auto;
}
.informations__text h2 {
  line-height: 1.05;
  color: #252525;
  font-weight: 600;
  margin: 0 0 53px 0;
  letter-spacing: 0;
}
.informations__text p {
  line-height: 1.7761;
  color: #2c2c2c;
  margin: 0 0 32px 0;
}

.informations__text p:last-of-type {
  margin-bottom: 0;
}

.informations__text ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 0;
  list-style: none;
  margin: 0 0 53px 0;
  color: #292930;
  font-size: 18px;
  line-height: 1.776;
}

.informations__text ul li {
  padding-left: 39px;
  position: relative;
}

.informations__text ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 19px;
  height: 16px;
  background-image: url("../img/landing/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.informations__text a {
  text-decoration: none;
  margin-top: 3px;
  display: inline-block;
  padding: 0px 23px 0px 0px;
  color: #2b2b2b;
  transition: all 0.4s ease;
  position: relative;
}
.informations__text a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 10px;
  height: 10px;
  background-image: url("../img/students/arrow-st.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.informations__text a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: 0;
  width: 10px;
  height: 10px;
  background-image: url("../img/students/arrow-st.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
  filter: invert(45%) sepia(85%) saturate(426%) hue-rotate(69deg)
    brightness(103%) contrast(88%);
}
.informations__text a:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.informations__text a:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.informations__text a:hover {
  color: #3aaa35;
}
.informations__text--rt {
  padding: 40px 12px 40px 20px;
  margin: 0 auto 0 0;
}
.informations__img {
  height: 100%;
}
.informations__img--lt {
  padding-left: 48px;
}
.informations__img--rt {
  padding-right: 48px;
}
.informations__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.informations__lt {
  padding-top: 70px;
}
.informations__lt:first-of-type .informations__text {
  padding-top: 22px;
}
.informations__rt {
  padding: 82px 0px 25px 0px;
}

@media only screen and (max-width: 1536px) {
  .informations__text h2 {
    margin-bottom: 32px;
    line-height: 1.22;
  }
  .informations {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .informations__lt {
    padding-top: 65px;
  }
  .informations__rt {
    padding-top: 65px;
    padding-bottom: 0;
  }
  .informations__lt:first-of-type .informations__text,
  .informations__text {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 1399px) {
  .informations__text {
    max-width: 558px;
  }
}
@media only screen and (max-width: 1280px) {
  .informations {
    padding-bottom: 60px;
  }
  .informations__lt,
  .informations__rt {
    padding-top: 50px;
  }

  .informations__text ul {
    font-size: 16px;
  }

  .informations__text ul li::before {
    top: 8px;
    width: 17px;
  }

  .informations__text ul li {
    padding-left: 35px;
  }

  .informations__overlay-top {
    right: -40%;
  }
}
@media only screen and (max-width: 1199px) {
  .informations__text {
    max-width: 480px;
  }
  .informations__img--rt {
    padding-right: 25px;
  }
  .informations__img--lt {
    padding-left: 25px;
  }
  .informations__text--rt {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .informations__text h2 {
    margin-bottom: 25px;
  }

  .informations__overlay-top {
    top: 10%;
  }
  .informations {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 35px;
  }
  .informations__lt:first-of-type .informations__text,
  .informations__text {
    padding-top: 0;
    padding-bottom: 0px;
    margin: 0 auto;
    max-width: 720px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .informations__text--rt {
    padding-left: 12px;
  }
  .informations__img {
    padding: 0 0 0px 0;
    margin: 0 auto 0 auto;
    width: calc(100vw - 48px);
  }
  .informations__lt,
  .informations__rt {
    padding-top: 30px;
  }
  .informations__rt .row {
    flex-direction: column-reverse;
  }

  .informations__text ul {
    margin-bottom: 30px;
  }

  .informations__text p:last-of-type {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .informations__lt:first-of-type .informations__text,
  .informations__text {
    max-width: 540px;
  }
  .informations__img {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .informations__text h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .informations__lt:first-of-type .informations__text,
  .informations__text {
    max-width: 100%;
  }
  .informations__img {
    width: calc(100vw - 24px);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .informations p {
    margin-bottom: 29px;
  }

  .informations__text ul {
    font-size: 14px;
    gap: 12px;
  }

  .informations__text ul li::before {
    top: 5px;
    width: 15px;
  }

  .informations__text ul li {
    padding-left: 30px;
  }

  .informations__img {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .informations__overlay-top {
    right: -80%;
  }
}

/*Gallery*/

.gallery {
  padding: 100px 0px;
  background-color: #fff;
  font-family: "Century Gothic", sans-serif;
}

.gallery__title h2 {
  text-align: center;
  margin-bottom: 65px;
}
.gallery__wrap {
  display: grid;
  width: 100%;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
.gallery__wrap__item {
  position: relative;
  background-color: #3baa3535;
}
.gallery__wrap__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.gallery__wrap__item--horizontal {
  grid-column: span 2;
}
.gallery__wrap__item--vertical {
  grid-row: span 2;
}

@media only screen and (max-width: 1280px) {
  .gallery {
    padding: 80px 0px;
  }
  .gallery__wrap {
    grid-gap: 12px;
  }

  .gallery__title h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .gallery {
    padding: 70px 0px;
  }

  .gallery__title h2 {
    margin-bottom: 40px;
  }
  .gallery__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .gallery {
    padding: 60px 0px;
  }
  .gallery__title h2 {
    margin-bottom: 30px;
  }
  .gallery__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .gallery {
    padding: 50px 12px;
  }
}

/*Hub CTA*/
.hub-cta {
  margin-bottom: 100px;
  font-family: "Century Gothic", sans-serif;
  position: relative;
  z-index: 2;
}
.hub-cta__box {
  background: linear-gradient(
      174.36deg,
      #ffffff 36.29%,
      rgba(255, 255, 255, 0.91) 53.92%,
      rgba(255, 255, 255, 0.73) 71.66%
    ),
    #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 47px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hub-cta__box__title {
  width: 70%;
}
.hub-cta__box__title h3 {
  margin: 0;
  font-size: 32px;
  line-height: 39px;
  color: #484848;
  padding-right: 30px;
}
.hub-cta__box__btn {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hub-cta__box__btn a {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 34px;
  background-color: #1d7f35;
  border: 1px solid #1d7f35;
  border-radius: 4px;
  padding: 9px 41px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.hub-cta__box__btn a:hover::after {
  transform: translateY(0);
}
.hub-cta__box__btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3aaa35;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.4s ease;
}
.hub-cta__box__btn a span {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1536px) {
  .hub-cta__box__title h3 {
    font-size: 30px;
    line-height: 1.22;
  }
}
@media only screen and (max-width: 1280px) {
  .hub-cta {
    margin-bottom: 80px;
  }
  .hub-cta__box__title h3 {
    font-size: 28px;
  }
  .hub-cta__box__btn a {
    font-size: 16px;
    padding: 8px 32px;
  }
  .hub-cta__box {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hub-cta {
    margin-bottom: 70px;
  }
  .hub-cta__box__title h3 {
    font-size: 26px;
  }
  .hub-cta__box {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .hub-cta {
    margin-bottom: 60px;
  }
  .hub-cta__box__title h3 {
    font-size: 24px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .hub-cta__box {
    flex-direction: column;
  }
  .hub-cta__box__title,
  .hub-cta__box__btn {
    width: 100%;
  }
  .hub-cta__box__btn a {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .hub-cta__box__title h3 {
    font-size: 21px;
  }
  .hub-cta__box {
    padding: 20px 15px;
  }
  .hub-cta__box__btn a {
    font-size: 15px;
    line-height: 28px;
  }
  .hub-cta {
    margin-bottom: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*Stories*/

.related-post {
  background-color: #f5f7fb;
  font-family: "Century Gothic", sans-serif;
  padding: 73px 0 80px 0;
}

.related-post__title h2 {
  text-align: center;
  margin-bottom: 71px;
}
.post__box {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 10px 15px 3px 15px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
}
.post__box:hover {
  box-shadow: 23.0357px 16.7532px 81.6721px rgba(107, 107, 107, 0.15);
}
.post__box__img {
  margin-bottom: 15px;
}
.post__box__img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.post__box__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
.post__box__content__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #efefef;
  padding-top: 2px;
}
.post__box__content__bottom .post__box__content__btn {
  position: relative;
  padding: 10px 21px 10px 0px;
  font-size: 15px;
  line-height: 1.8;
  text-decoration: none;
  color: #1d7f35;
}
.post__box__content__bottom .post__box__content__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0px;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-dgreen.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.post__box__content__bottom .post__box__content__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: 0px;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-dgreen.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
}
.post__box__content__bottom .post__box__content__btn:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.post__box__content__bottom .post__box__content__btn:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.post__box__content__bottom .post__box__content__date {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.77;
  color: #5b585b;
  padding: 10px 0px 10px 10px;
}
.post__box__content__terms {
  padding-left: 0;
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.post__box__content__terms__item {
  margin-right: 16px;
  font-size: 14px;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.post__box__content__terms__item span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  top: 1px;
  position: relative;
}
.post__box__content__terms__item a {
  text-decoration: none;
  color: #292929;
  transition: all 0.4s ease;
}
.post__box__content__terms__item a:hover {
  color: #1d7f35;
}
.post__box__content__text {
  margin-bottom: 36px;
}
.post__box__content__text h2 {
  color: #0f1e34;
  letter-spacing: 0;
  line-height: 1.44;
}
.post__box__content__text h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.44;
  letter-spacing: 0;
  color: #0f1e34;
  display: inline-block;
  width: 100%;
  margin: 14px 0px 30px 0px;
}
.post__box__content__text h3 a {
  text-decoration: none;
  color: #0f1e34;
  transition: all 0.4s ease;
}
.post__box__content__text h3 a:hover {
  color: #1d7f35;
}
.post__box__content__text h4 {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.68;
  color: #000000;
  margin: 0 0 14px 0;
}
.post__box__content__text h4 a {
  text-decoration: none;
  color: #000000;
  transition: all 0.4s ease;
}
.post__box__content__text h4 a:hover {
  color: #1d7f35;
}
.post__box__content__text p {
  font-size: 15px;
  line-height: 1.77;
  color: #5b585b;
  margin: 0;
}
.post__box--large {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}
.post__box--large .post__box__img {
  width: calc(45% + 10px);
  margin-bottom: 0;
  height: 100%;
}
.post__box--large .post__box__img img {
  height: 100%;
  object-fit: cover;
}
.post__box--large .post__box__content {
  width: calc(55% - 10px);
  padding: 20px 25px 20px 57px;
}
.post__box--large .post__box__content__text {
  margin-bottom: 21px;
}
.post__box--large .post__box__content__bottom {
  padding-top: 0;
  border-top: none;
}
.post__box--large .post__box__content__text p {
  font-size: 16px;
}
.post__box--large img {
  height: auto;
}
.post__loadmore {
  text-align: center;
  margin-top: 44px;
  position: relative;
  z-index: 2;
}
.post__loadmore a {
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  background-color: #1d7f35;
  border: 1px solid #1d7f35;
  font-weight: 600;
  font-size: 17px;
  line-height: 34px;
  padding: 9px 39px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.post__loadmore a span {
  position: relative;
  z-index: 2;
}
.post__loadmore a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3aaa35;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.4s ease;
}
.post__loadmore a:hover::after {
  transform: translateY(0);
}

@media only screen and (max-width: 1536px) {
  .post__box--large .post__box__content {
    padding-left: 35px;
  }
  .post__box__content__text h3 {
    font-size: 30px;
    margin: 10px 0px 22px 0px;
  }

  .related-post__title h2 {
    margin-bottom: 56px;
  }

  .related-post {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 1366px) {
  .post__overlay {
    right: -23%;
  }
}
@media only screen and (max-width: 1280px) {
  .post__box__content__text h3 {
    font-size: 28px;
  }
  .post__loadmore a {
    font-size: 16px;
    padding: 8px 32px;
  }
  .post {
    padding-bottom: 140px;
  }

  .related-post__title h2 {
    margin-bottom: 36px;
  }
  .related-post {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .post__overlay {
    display: none;
  }
  .bottom__overlay {
    right: -29%;
    top: 730px;
  }
}
@media only screen and (max-width: 991px) {
  .related-post {
    padding: 50px 0px 30px;
  }
  .post__box__content__text h3 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .post__box__content__text h4 {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .post__box {
    padding: 15px 15px 3px 15px;
  }
  .post__box--large .post__box__content__bottom {
    border-top: 1px solid #efefef;
    padding-top: 3px;
  }
  .post__box--large .post__box__content__text {
    margin-bottom: 36px;
  }
  .post__box--large .post__box__content,
  .post__box--large .post__box__img {
    width: 100%;
  }
  .post__box--large .post__box__img {
    height: auto;
  }
  .post__box--large .post__box__img img {
    height: auto;
    max-height: 350px;
  }
  .post__box--large .post__box__content {
    padding: 20px 0px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .bottom__overlay {
    display: none;
  }
  .post__box__content__text h3 {
    font-size: 24px;
  }
  .post {
    padding-bottom: 120px;
  }
  .post__terms__title {
    font-size: 12px;
    min-width: 160px;
  }
  .post__box__img img {
    height: auto;
  }
  .post__box--large .post__box__img img {
    max-height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .post__box__content__text h3 {
    font-size: 21px;
  }
  .post__box__content__text h4 {
    font-size: 16px;
  }
  .post__loadmore a {
    font-size: 15px;
    line-height: 28px;
  }
  .post__box--large .post__box__content__text p,
  .post__box__content__text p {
    font-size: 14px;
  }
  .post {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .post__terms {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .post__terms__title {
    width: 100%;
    font-size: 14px;
  }
  .post__terms__list {
    width: 100%;
  }
  .post__loadmore {
    margin-top: 30px;
  }

  .related-post {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*Conditions*/

.conditions {
  padding: 90px 0px 120px;
  background: linear-gradient(90deg, #0a3583 0.16%, #082963 99.85%);
  position: relative;
  font-family: "Century Gothic", sans-serif;
}

.conditions .row {
  position: relative;
  z-index: 2;
}

.conditions::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/landing/conditions-left.svg");
  width: 26%;
  height: 457px;
  z-index: 1;
}

.conditions::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 16px;
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/landing/conditions-right.svg");
  width: 10%;
  height: 789px;
  z-index: 1;
}

.conditions__text {
  margin-bottom: 80px;
}

.conditions__text * {
  color: #fff;
}

.conditions__text h2 {
  margin-bottom: 59px;
}

.conditions__text p {
  line-height: 1.816;
}

.conditions__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}

.conditions__box {
  width: calc(33.333% - (45px / 1.5));
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.02);
  padding: 45px 27px 26px 27px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.conditions__box-text * {
  color: #fff;
}

.conditions__box-text h5 {
  margin-bottom: 30px;
}

.conditions__box-text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.25px;
}

.conditions__box-text p:not(:last-of-type) {
  margin-bottom: 26px;
}

.conditions__box-icon {
  min-height: 56px;
}

@media only screen and (max-width: 1536px) {
  .conditions {
    padding: 90px 0px 110px;
    overflow: hidden;
  }

  .conditions__text h2 {
    margin-bottom: 50px;
  }

  .conditions__text {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1440px) {
  .conditions {
    padding: 80px 0px 100px;
  }

  .conditions__text h2 {
    margin-bottom: 45px;
  }

  .conditions__text {
    margin-bottom: 60px;
  }

  .conditions__wrap {
    gap: 40px;
  }

  .conditions__box {
    width: calc(33.333% - (40px / 1.5));
  }
}

@media only screen and (max-width: 1280px) {
  .conditions {
    padding: 70px 0px 90px;
  }

  .conditions__text h2 {
    margin-bottom: 40px;
  }

  .conditions__wrap {
    gap: 35px;
  }

  .conditions__box {
    width: calc(33.333% - (35px / 1.5));
    gap: 30px;

    padding: 40px 20px 22px 20px;
  }

  .conditions__box-text h5 {
    margin-bottom: 25px;
  }

  .conditions__box-text p {
    font-size: 15px;
  }

  .conditions__box-icon img {
    max-height: 50px;
  }

  .conditions__box-text p:not(:last-of-type) {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .conditions {
    padding: 60px 0px 75px;
  }

  .conditions__text h2 {
    margin-bottom: 35px;
  }

  .conditions__text {
    margin-bottom: 50px;
  }

  .conditions__wrap {
    gap: 24px;
  }

  .conditions__box {
    width: calc(50% - (24px / 2));
    flex: 1 1 auto;
  }

  .conditions__box-icon img {
    max-height: 40px;
  }

  .conditions__box-icon {
    min-height: 42px;
  }

  .conditions::before {
    width: 40%;
  }

  .conditions::after {
    height: 60%;
    width: 15%;
  }
}

@media only screen and (max-width: 767px) {
  .conditions__box {
    width: 100%;
    flex: 1 1 auto;
  }
}

@media only screen and (max-width: 575px) {
  .conditions {
    padding: 50px 12px 50px;
  }

  .conditions__text h2 {
    margin-bottom: 20px;
  }

  .conditions__box-text p {
    font-size: 13px;
  }

  .conditions__box-text p:not(:last-of-type) {
    margin-bottom: 18px;
  }
}

/*Organization*/

.organization {
  padding: 100px 0px;
  font-family: "Century Gothic", sans-serif;
  overflow: hidden;
}

.organization__title h2 {
  margin-bottom: 58px;
}

.organization__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}

.organization__box {
  width: calc(33.333% - (45px / 1.5));
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(100, 109, 152, 0.06);
  padding: 45px 11px 26px 11px;
}

.organization__box-icon {
  min-height: 56px;
  margin-bottom: 35px;
  padding: 0px 15px;
}

.organization__box-text h5 {
  margin-bottom: 32px;
  padding: 0px 15px;
}

.organization__box-text p {
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0px 15px;

  color: rgba(37, 37, 37, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.25px;
}

.organization__box-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.organization__box-text ul li {
  padding: 5px 15px;
  border-radius: 4px;
}

.organization__box-text ul li:nth-child(odd) {
  background-color: #f7f9fc;
}

.organization__box-text ul li h6 {
  color: rgba(37, 37, 37, 0.8);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.25px;
  margin: 0;
}

.organization__box-text ul li p {
  color: rgba(37, 37, 37, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.25px;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1536px) {
  .organization {
    padding: 90px 0px;
  }

  .organization__title h2 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1440px) {
  .organization {
    padding: 80px 0px;
  }

  .organization__title h2 {
    margin-bottom: 45px;
  }
  .organization__wrap {
    gap: 40px;
  }

  .organization__box {
    width: calc(33.333% - (40px / 1.5));
  }
}

@media only screen and (max-width: 1280px) {
  .organization {
    padding: 70px 0px;
  }
  .organization__title h2 {
    margin-bottom: 40px;
  }
  .organization__wrap {
    gap: 35px;
  }

  .organization__box {
    width: calc(33.333% - (35px / 1.5));
    gap: 30px;
  }

  .organization__box-icon img {
    max-height: 50px;
  }

  .organization__box h5 {
    margin-bottom: 25px;
  }

  .organization__box-icon {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .organization {
    padding: 60px 0px;
  }

  .organization__title h2 {
    margin-bottom: 35px;
  }
  .organization__wrap {
    gap: 24px;
  }

  .organization__box {
    width: calc(50% - (24px / 2));
  }

  .organization__box-icon {
    min-height: 42px;
  }

  .organization__box-icon img {
    height: 40px;
  }

  .organization__box {
    padding: 35px 10px 25px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .organization__box {
    width: 100%;
    flex: 1 1 auto;
  }
}

@media only screen and (max-width: 575px) {
  .organization {
    padding: 50px 12px;
  }
  .organization__title h2 {
    margin-bottom: 25px;
  }
}

/*Tiktok CTA*/

.tiktok-cta {
  padding: 15px 0px;
  font-family: "Century Gothic", sans-serif;
}

.tiktok-cta .row {
  align-items: center;
}

.tiktok-cta__title {
  margin-bottom: 0;
}

.tiktok-cta__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tiktok-cta__btn a {
  border-radius: 4px;
  background-color: #1d7f35;
  border: 1px solid #1d7f35;
  transition: all 0.4s ease-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
  padding: 9px 10px;
  width: 100%;
  max-width: 322px;
  overflow: hidden;
  position: relative;
}

.tiktok-cta__btn a::before {
  content: "";
  position: relative;
  display: block;
  background-image: url("../img/landing/tiktok.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 26px;
  z-index: 3;
}

.tiktok-cta__btn a:hover::after {
  transform: translateY(0);
}
.tiktok-cta__btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3aaa35;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.4s ease;
}
.tiktok-cta__btn a span {
  position: relative;
  z-index: 2;
  color: #fff;
}

/*Tiktok*/

.tiktok {
  padding: 70px 0px 115px 0px;
  font-family: "Century Gothic", sans-serif;
  overflow: hidden;
}

.tiktok__slider {
  margin-left: -24px;
  margin-right: -24px;
}

.tiktok__box {
  margin: 0px 12px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-out;
  width: 325px;
}

lite-tiktok {
  height: 735px;
}

.tiktok .slick-next {
  right: 11.3%;
  height: 46px;
  width: 46px;
  z-index: 2;
  background-color: #00612b;
  border-radius: 50%;
  transition: all 0.4s ease-out;
}
.tiktok .slick-next::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 10px;
  height: 16px;
  background-image: url("../img/landing/arrow-testimonials.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tiktok .slick-prev {
  left: 11.3%;
  height: 46px;
  width: 46px;
  z-index: 2;
  background-color: #00612b;
  border-radius: 50%;
  transition: all 0.4s ease-out;
}

.tiktok .slick-prev:hover,
.tiktok .slick-next:hover {
  background-color: #90ab8e;
}
.tiktok .slick-prev::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 16px;
  background-image: url("../img/landing/arrow-testimonials.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* .tiktok__box.slick-current {
  opacity: 0.3;
  transition: all 0.4s ease-out;
}

.tiktok__box.highlight {
  opacity: 0.3;
  transition: all 0.4s ease-out;
} */

.tiktok {
  position: relative;
}

.tiktok::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15%;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 60%,
    #fff 100%
  );
  z-index: 1;
  opacity: 0.9;
}

.tiktok::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 15%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 60%,
    #fff 100%
  );
  z-index: 1;
  opacity: 0.9;
}

@media only screen and (max-width: 1280px) {
  .tiktok .slick-next,
  .tiktok .slick-prev {
    width: 42px;
    height: 42px;
  }

  .tiktok-cta__btn a {
    font-size: 16px;
    padding: 8px 32px;
    max-width: none;
    width: auto;
  }

  .tiktok {
    padding: 60px 0px 80px;
  }

  .tiktok__box {
    margin: 0px 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .tiktok__box.slick-current {
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .tiktok-cta {
    padding: 10px 0px;
    text-align: center;
  }
  .tiktok-cta__btn {
    justify-content: center;
    margin-top: 26px;
  }

  .tiktok::after,
  .tiktok::before {
    width: 10%;
  }
}

@media only screen and (max-width: 767px) {
  .tiktok .slick-next,
  .tiktok .slick-prev {
    width: 32px;
    height: 32px;
  }

  .tiktok .slick-next::before,
  .tiktok .slick-prev::before {
    width: 8px;
    height: 12px;
  }

  .tiktok-cta__btn a {
    font-size: 15px;
    padding: 8px 28px;
    line-height: 28px;
  }

  .tiktok {
    padding: 60px 0px 60px;
  }

  .tiktok::after,
  .tiktok::before {
    width: 10%;
  }

  .tiktok .slick-next {
    right: 10%;
  }

  .tiktok .slick-prev {
    left: 10%;
  }

  .tiktok__box {
    width: 325px;
  }
}

@media only screen and (max-width: 400px) {
  .tiktok__box {
    margin: 0px 5px;
  }
}

@media only screen and (max-width: 355px) {
  .tiktok__box {
    margin: 0px 5px;
  }

  .tiktok__box {
    width: 300px;
  }
}

/*Newsletter*/

.newsletter {
  background-color: #082d70;
  font-family: "Century Gothic", sans-serif;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

.newsletter__text {
  padding: 50px 0px 75px 0px;
}

.newsletter__text * {
  color: #fff;
}

.newsletter__text {
  max-width: 90%;
}

.newsletter__text h2 {
  margin-bottom: 26px;
  max-width: 500px;
}

.newsletter__btn {
  transition: all 0.4s ease-out;
  display: inline-block;
  margin-top: 47px;
  border-radius: 4px;
  background-color: #fff;
  padding: 9px 40px;
  border: 1px solid #fff;
  color: #082d70;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

.newsletter__btn:hover {
  background-color: #082d70;
  color: #fff;
}

.bizkod-form {
  margin-top: 47px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.bizkod-form__input {
  width: 271px;
}

.bizkod-form__input input {
  border-radius: 4px;
  border: 1px solid #c3cad9;
  background: rgba(255, 255, 255, 0.05);
  outline: none;

  color: #fff;
  font-family: "Century Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 20px;
  width: 100%;
  height: 54px;
}

.bizkod-form__input input::placeholder {
  color: #fff;
  font-family: "Century Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.bizkod-form__btn input {
  transition: all 0.4s ease-out;
  display: inline-block;

  border-radius: 4px;
  background-color: #fff;
  padding: 9px 16px;
  border: 1px solid #fff;
  color: #082d70;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
  transition: all 0.4s ease-out;
  cursor: pointer;
}

.bizkod-form__btn input:hover {
  background-color: #082d70;
  color: #fff;
}

.newsletter__text {
  position: relative;
}
.newsletter .wpcf7-not-valid-tip {
  font-size: 14px;
  position: absolute;
}

.wpcf7-response-output {
  position: relative;
  bottom: 12px;
  margin: 0 !important;
  font-size: 12px;
  max-width: 420px;
  border-radius: 4px;
  margin-top: 50px !important;
  padding: 8px 12px !important;
  display: none !important;
}

.mail-sent-success {
  border-color: #3aaa35 !important;
}

.newsletter__img {
  height: 100%;
  width: calc(50vw);
  position: relative;
}

.newsletter__img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 100%;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/landing/cta-overlay.svg");
}

.newsletter__img::before {
  content: "";
  position: absolute;

  bottom: 0;
  left: -154px;
  height: 81px;
  width: 155px;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/landing/bizkod-sign.svg");
  z-index: 2;
}

.newsletter__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media only screen and (max-width: 1536px) {
  .newsletter__text {
    padding: 50px 0px 50px 0px;
  }

  .newsletter__img::before {
    width: 142px;
    left: -142px;
  }
}

@media only screen and (max-width: 1440px) {
  .newsletter__text h2 {
    max-width: 500px;
  }
}

@media only screen and (max-width: 1399px) {
  .newsletter {
    background-position: 220% center;
  }
  .newsletter__text {
    max-width: 100%;
  }

  .newsletter__img::before {
    left: -68px;
    height: 74px;
  }
}

@media only screen and (max-width: 1366px) {
  .newsletter {
    background-position: 450px center;
  }
}

@media only screen and (max-width: 1280px) {
  .newsletter__btn {
    font-size: 16px;
    padding: 8px 32px;
  }

  .bizkod-form__btn input {
    font-size: 16px;
    padding: 8px 16px;
  }

  .bizkod-form__input input {
    height: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .newsletter {
    background-position: 450px bottom;
    background-size: cover;
  }

  .newsletter__img::before {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .newsletter__btn,
  .bizkod-form {
    margin-top: 35px;
  }

  .newsletter__img::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter {
    background-image: none !important;
  }
  .newsletter__btn {
    font-size: 15px;
    line-height: 28px;
  }

  .newsletter__text {
    max-width: 100%;
    text-align: center;
  }

  .newsletter__text h2 {
    margin-bottom: 20px;
  }

  .bizkod-form__btn {
    position: relative;
  }

  .bizkod-form__btn .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: -35px;
    margin: 0 !important;
  }

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

  .wpcf7-response-output {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bizkod-form__input {
    width: auto;
    flex: 1;
  }

  .newsletter__img {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .bizkod-form__btn input {
    font-size: 15px;
    line-height: 28px;
    padding: 8px 10px;
  }

  .bizkod-form__input input::placeholder,
  .bizkod-form__input input {
    font-size: 14px;
    height: 46px;
    padding: 8px 10px;
  }

  .newsletter .wpcf7-not-valid-tip {
    position: relative;
    font-size: 12px;
    text-align: left;
  }

  .wpcf7-response-output {
    margin-top: 25px !important;
  }
}

/*Reviews*/

.reviews {
  font-family: "Century Gothic", sans-serif;
  overflow: hidden;
  padding: 105px 0px 130px;
  position: relative;
}

.reviews .container {
  position: relative;
  z-index: 2;
}
.reviews__overlay-top {
  position: absolute;
  right: -20%;
  top: 40%;
  width: 120%;
  height: 950px;
  background: linear-gradient(
    132deg,
    rgba(58, 170, 53, 0.98) 4.66%,
    rgba(58, 170, 53, 0) 47.08%
  );

  opacity: 0.05;
  transform: matrix(-0.92, 0.39, 0.39, 0.92, 0, 0);
  z-index: 1;
}

.reviews__title {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.reviews__title h2 {
  margin-bottom: 83px;
}

.reviews__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.reviews__box {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(100, 109, 152, 0.06);
  padding: 39px 34px 57px 34px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reviews__box--small {
  width: calc(41.4% - (25px / 2));
}

.reviews__box--large {
  width: calc(58.6% - (25px / 2));
}

.reviews__box-quote {
  margin-bottom: 16px;
}

.reviews__box-quote img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.reviews__box-text {
  padding-right: 5%;
}

.reviews__box-text p {
  color: #222429;
  font-size: 26px;
  line-height: 1.39219;
}

.reviews__box-info {
  margin-top: 55px;
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 360px;
  padding-bottom: 10px;
}

.reviews__box-info h5 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75043;
  margin-bottom: 0;
}

.reviews__box-info p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.58678;
  opacity: 0.7;
}

@media only screen and (max-width: 1536px) {
  .reviews {
    padding: 100px 0px 110px;
  }

  .reviews__title h2 {
    margin-bottom: 70px;
  }

  .reviews__box-text p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .reviews {
    padding: 90px 0px 100px;
  }

  .reviews__title h2 {
    margin-bottom: 60px;
  }

  .reviews__box-text p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1280px) {
  .reviews {
    padding: 80px 0px 90px;
  }

  .reviews__title h2 {
    margin-bottom: 50px;
  }

  .reviews__box-text p {
    font-size: 18px;
  }

  .reviews__box {
    padding: 35px 30px 50px 30px;
  }

  .reviews__box-text {
    padding-right: 0;
  }

  .reviews__box-info {
    margin-top: 35px;
    padding-left: 15px;
  }

  .reviews__box-info h5 {
    font-size: 16px;
  }

  .reviews__box-info p {
    font-size: 14px;
  }

  .reviews__overlay-top {
    right: -30%;
  }
}
@media only screen and (max-width: 991px) {
  .reviews {
    padding: 70px 0px 80px;
  }

  .reviews__title h2 {
    margin-bottom: 40px;
  }

  .reviews__box-text p {
    font-size: 16px;
  }

  .reviews__box {
    padding: 30px 20px 20px 20px;
  }

  .reviews__box-quote img {
    width: 40px;
    height: 40px;
  }

  .reviews__overlay-top {
    right: -40%;
    top: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .reviews {
    padding: 60px 0px 60px;
  }

  .reviews__title h2 {
    margin-bottom: 35px;
  }

  .reviews__box {
    width: 100%;
  }

  .reviews__wrap {
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .reviews {
    padding: 60px 12px 60px;
  }

  .reviews__box-text p {
    font-size: 14px;
  }

  .reviews__box-info h5 {
    font-size: 14px;
  }

  .reviews__box-info p {
    font-size: 12px;
  }

  .reviews__overlay-top {
    right: -90%;
    top: 25%;
  }
}

/*Relevant*/

.relevant {
  padding: 75px 0px 85px;
  background-color: #f5f7fb;
  font-family: "Century Gothic", sans-serif;
  overflow: hidden;
}

.relevant__title {
  text-align: center;
  margin-bottom: 80px;
}

.relevant__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.relevant__box {
  width: calc(50% - (32px / 2));
}

.relevant__box-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.relevant__box-text {
  margin-top: 28px;
}

.relevant__box-text h5 {
  margin-bottom: 12px;
}

.relevant__box-text p {
  color: #333;
  line-height: 1.66667;
}

@media only screen and (max-width: 1536px) {
  .relevant__title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1440px) {
  .relevant__title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1280px) {
  .relevant {
    padding: 60px 0px;
  }
  .relevant__title {
    margin-bottom: 50px;
  }

  .relevant__wrap {
    gap: 35px 24px;
  }

  .relevant__box {
    width: calc(50% - (24px / 2));
  }

  .relevant__box-text {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .relevant__title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .relevant__box {
    width: 100%;
  }

  .relevant__box-text {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .relevant {
    padding: 50px 12px;
  }

  .relevant__title {
    margin-bottom: 35px;
  }
}
