﻿/* CUSTOM CSS */

/* START: CONFIG */

:root {
  --primary: #14ac59;
  --plyr-color-main: #14ac59;
}

html {
  font-size: 10px;
}

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  position: relative;
}

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

.overflow-hidden {
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.mb-sm {
  margin-bottom: 1.6rem;
}

.mb-md {
  margin-bottom: 3.2rem;
}

/* END: CONFIG */

/* START: FONTS */

.cv-h1 {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 4.8rem;
  font-family: "Open Sans Condensed", sans-serif;
}

.cv-h2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.2rem;
  font-family: "Open Sans Condensed", sans-serif;
}

.cv-h2--dark {
  color: #222b45;
}

.cv-h2--lowercase {
  text-transform: none;
  text-align: left;
}

.cv-h2--centered {
  text-align: center;
}

.cv-h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.2rem;
  font-family: "Open Sans Condensed", sans-serif;
}

.cv-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
}

.cv-text--active:after {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  transition: 0.5s;
}

.cv-text--small {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

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

.cv-text--bold {
  font-weight: 600;
}

.cv-text h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin-bottom: 1.6rem;
}

.cv-page--main .cv-text h3 {
  color: #222b45;
}

.cv-text h3 {
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 1.6rem;
}

.cv-text h4 {
  font-weight: 600;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.cv-text ul,
.cv-list ul {
  list-style: disc;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-left: 2rem;
  margin-left: 1rem;
}

.cv-list ul {
  margin-left: 0;
}

.cv-text li,
.cv-list li {
  padding-left: 1rem;
}

.cv-text b,
.cv-text strong {
  font-weight: bold;
}

.cv-text a {
  text-decoration: underline;
}

.cv-text table {
  font-size: 1.4rem;
  line-height: 2.2rem;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.6rem;
}

.cv-text table tr:nth-child(even) {
  background-color: #edf1f7;
}

.cv-text table td {
  padding: 0.8rem 3.2rem;
}

.cv-text__14 {
  font-size: 1.4rem;
  color: #222b45;
  letter-spacing: 0;
  line-height: 2.2rem;
  text-align: center;
  margin-bottom: 3.2rem;
  margin-top: 1.6rem;
}

/* END: FONTS */

/* START: PAGE CONFIG */

.cv-page--main .cv-main {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(20, 172, 89, 1) 10%
  );
  padding-top: 12rem;
  margin-top: -30rem;
  color: #fff;
}

.cv-page--content .cv-main {
  margin-top: -4rem;
  color: #222b45;
}

/* END: PAGE CONFIG */

/* START: GLOBAL ELEMENTS */

.cv-btn {
  background-color: #14ac59;
  color: #fff;
  width: fit-content;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
  cursor: pointer;
  border-radius: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 0.8rem 1.6rem 0 rgba(12, 103, 53, 0.32);
}

.cv-container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 2rem;
}

.cv-side {
  background-size: cover;
  background-position: center;
  padding-bottom: 30rem;
}

.cv-side__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10.4rem;
}

.cv-side__logo {
  height: 12rem;
}

.cv-side__logo--content-page {
  height: 4rem;
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
}

.cv-footer {
  background-color: #14ac59;
  width: 100%;
}

.cv-footer__icon {
  width: 2rem;
  height: auto;
  padding-right: 1.2rem;
}

.cv-footer__text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 3.6rem 0;
}

.cv-footer__text-text-2 {
  font-weight: 400;
  padding: 3.2rem 0;
}

.cv-footer__text-padding {
  padding-top: 0.5rem;
}

.cv-footer__border {
  height: 1px;
  background-color: #edf1f8;
}

.cv-footer__list-item {
  display: flex;
}

.cv-footer__list-pad-top {
  padding-top: 3.2rem;
}

.cv-footer__list-pad-bottom-40 {
  padding-bottom: 4rem;
}

.cv-footer__list-pad-bottom-40:last-child {
  padding-bottom: 0;
}

.cv-footer__list-pad-bottom {
  padding-bottom: 3.2rem;
}

.cv-footer__list-pad-bottom:last-child {
  padding-bottom: 0;
}

.cv-footer__list-pad-top:first-child {
  padding: 0;
}

.cv-sticky__footer {
  display: flex;
  width: 100%;
  background-color: #fff;
  padding: 1.3rem 0;
  position: fixed;
  bottom: 0;
  font-family: "Open Sans Condensed", sans-serif;
  z-index: 20;
}

.cv-sticky__icons {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cv-sticky__icon-items {
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.cv-sticky__text {
  font-size: 1rem;
  text-transform: uppercase;
  color: #222b45;
  margin-top: 0.2rem;
}

.cv-sticky__footer-icon {
  color: #222b45;
  font-size: 2.2rem;
}

.cv-header__title {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  line-height: 2.4rem;
  margin-top: 3.2rem;
  color: #fff;
}

.cv-menu__button {
  display: flex;
  justify-content: center;
}

.cv-menu__btn-container {
  display: flex;
  align-items: center;
}

.cv-menu__btn-img {
  width: 2rem;
  height: auto;
  padding-right: 1.1rem;
}

.cv-menu__title {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 2.2rem;
}

.cv-back__btn {
  height: 4rem;
  width: 4rem;
  position: absolute;
  top: 1.4rem;
  left: 1.6rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(12, 103, 53, 0.32);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cv-back__btn svg {
  height: 2rem;
  fill: #222b45;
}

.cv-content {
  background-color: #fff;
  padding: 3.2rem 0 3.2rem 0;
  box-shadow: 0 -8px 16px 0 rgba(0, 0, 0, 0.32);
}

.cv-content--br {
  border-radius: 3.8rem 3.8rem 0 0;
}

.solid-bottom__border {
  border-bottom: 1px solid #c5cee0;
}

.cv-display {
  width: 100%;
  display: none;
}

.cv-video__video {
  box-shadow: 0 0.8rem 1.6rem -0.5rem rgb(12 103 53 / 32%);
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}

/* END: GLOBAL ELEMENTS */

/* START: ELEMENTS ON CONTENT PAGE */

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

.cv-tag {
  display: flex;
  justify-content: center;
}

.cv-tag__link {
  background-color: #14ac59;
  color: #fff;
  padding: 0.6rem 1.6rem;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 1.2rem;
  font-weight: 600;
}

.cv-author-img {
  height: 6.4rem;
  width: 6.4rem;
  object-fit: cover;
  border-radius: 50%;
}

.cv-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cv-list__content {
  color: #fff;
  background-color: #14ac59;
  border-radius: 2rem;
  padding: 1.6rem;
  box-shadow: 0 8px 16px 0 rgba(12, 103, 53, 0.32);
}

.cv-page--main .cv-list__content {
  color: #222b45;
  background-color: #fff;
}

/* END: ELEMENTS ON CONTENT PAGE */

/* START: ICONS */

.cv-footer .icon-arrow-forward-outline {
  color: white;
  font-size: 2rem;
  padding-right: 1.2rem;
}

.icon-star-outline:focus {
  color: #14ac59;
}

/* END: ICONS */

/* START COMPONENT: CARD */

.cv-card__content {
  background-color: #fff;
  box-shadow: 0 0.8rem 1.6rem -0.5rem rgba(12, 103, 53, 0.32);
  border-radius: 0.8rem;
}

.cv-card__content--swiper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dff39e;
  padding: 3.2rem;
  box-sizing: border-box;
}

.cv-card__container {
  text-align: center;
  padding: 2.4rem 3.2rem 3.2rem 3.2rem;
}

.cv-card__container--no-h-p {
  padding: 1.6rem 0 0 0;
}

.cv-card__container--no-h {
  padding: 1.6rem 0 0 0;
  width: 100%;
}

.cv-card__display {
  display: none;
}

.cv-card__image {
  width: 100%;
  height: auto;
}

.cv-card__image--br {
  border-radius: 0.8rem 0.8rem 0 0;
}

.cv-custom__img {
  box-shadow: 0 0.8rem 1.6rem 0 rgba(12, 103, 53, 0.32);
  border-radius: 0.8rem;
}

/* END COMPONENT: CARD */

/* START: SWIPER */
.splide__arrow--next {
  visibility: hidden;
}
.splide__arrow--prev {
  visibility: hidden;
}
.splide__slide {
  margin-right: 3.2rem !important;
}

.splide__pagination {
  bottom: 2.5em;
}

/* END: SWIPER */

/* START: NAVIGATION */

.cv-navigation {
  height: 100%;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.32);
  transition: opacity 0.5s ease-in-out, z-index 0.5s ease-in-out;
}

.cv-navigation--closed {
  z-index: -1;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
}

.cv-navigation__menu {
  height: 100%;
  width: 30rem;
  padding: 10rem 2rem 4rem 6rem;
  background-color: #14ac59;
  position: fixed;
  right: 0;
  top: 0;
  box-shadow: 0 -8px 16px 0 rgba(0, 0, 0, 0.32);
  transition: transform 0.3s ease-in-out;
}

.cv-navigation--closed .cv-navigation__menu {
  transform: translateX(31rem);
}

.cv-navigation__close {
  position: absolute;
  cursor: pointer;
  top: 3.8rem;
  right: 3.8rem;
  font-size: 3rem;
}

.cv-navigation__list-item {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.cv-navigation__list-item a {
  display: flex;
  align-items: center;
}

.cv-navigation__list-item span {
  margin-right: 2rem;
  font-size: 3rem;
}

/* END: NAVIGATION */

/** Start: ZAMIL CODE **/
.cv-poll__overlay {
  color: #fff;
  position: fixed;
  padding: 6.4rem 3.2rem 12.4rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--primary);
  z-index: 10;
  overflow-y: auto;
}

.cv-poll__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cv-poll__close {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  font-size: 2rem;
}

.cv-poll__headline {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.2rem;
}

.cv-poll__progress {
  display: flex;
  margin-bottom: 3.2rem;
}

.cv-poll__progress-indicator {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border: 1px solid white;
  font-weight: 700;
  border-radius: 50%;
  position: relative;
  opacity: 0.48;
}

.cv-poll__progress-indicator--active {
  opacity: 1;
}

.cv-poll__progress-indicator > .icon-checkmark-outline {
  font-size: 2rem;
}

.cv-poll__progress-indicator:not(:last-child)::after {
  content: "";
  width: 1.8rem;
  height: 0.1rem;
  background-color: #fff;
  position: absolute;
  top: 2rem;
  right: -1.8rem;
  margin-bottom: 3.2rem;
}

.cv-poll__progress-indicator:not(:last-child) {
  margin-right: 1.6rem;
}

.cv-poll__step {
  max-width: 31rem;
  width: 100%;
}

.cv-poll__final {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.cv-poll__final-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.cv-poll__final-headline {
  margin-bottom: 3.2rem;
}

.cv-poll__final-checkmark {
  font-size: 5.6rem;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 12.8rem;
  height: 12.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 3.2rem;
  cursor: pointer;
}

.cv-poll__final-text {
  font-weight: 600;
}

.cv-poll__final-hint {
  position: absolute;
  right: -1rem;
  bottom: -5rem;
}

.cv-poll__content {
  text-align: center;
  margin-bottom: 1.6rem;
}

.cv-poll__button-wrapper {
  margin-bottom: 3.2rem;
}

.cv-poll__button {
  border-radius: 4.8rem;
  background-color: white;
  color: #222b45;
  padding: 2.8rem 0;
  cursor: pointer;
  position: relative;
}

.cv-poll__button--chosen {
  background-color: #fff688;
}

.cv-poll__button > .cv-poll__checkmark {
  position: absolute;
  font-size: 3rem;
  right: 3rem;
  top: 2.4rem;
}

.cv-poll__button:hover {
  background-color: #fff688;
}

.cv-poll__button:not(:last-child) {
  margin-bottom: 1.6rem;
}

.cv-poll__next-button {
  border: 1px solid white;
  border-radius: 3.4rem;
  opacity: 0.48;
  max-width: 24.7rem;
  width: 100%;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
  padding: 1.3rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.2rem;
  cursor: pointer;
}

.cv-poll__next-button > span {
  margin-left: 0.8rem;
  font-size: 2.25rem;
}

.cv-poll__next-button--active {
  opacity: 1;
}

.cv-poll__close {
  cursor: pointer;
}

.cv-poll__skip-button {
  font-size: 1.4rem;
  cursor: pointer;
}

/* SETTINGS OVERLAY */

.cv-settings__overlay {
  position: fixed;
  padding: 6.4rem 3.2rem 12.4rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #222b45;
  z-index: 10;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cv-settings__headline {
  color: var(--primary);
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.6rem;
}

.cv-settings__wrapper {
  width: 100%;
  max-width: 34.3rem;
}

.cv-settings__content {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 1.8rem;
}

.cv-settings__box-wrapper {
  margin-bottom: 3.2rem;
  padding: 0rem 1.6rem;
}

.cv-settings__checkbox {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #222b45;
  font-weight: 600;
  padding: 1.2rem 1.4rem;
}
.container {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.6rem;
}
.checkmark {
  position: absolute;
  top: 0.2rem;
  left: 0;
  border-radius: 0.3rem;
  height: 2rem;
  width: 2rem;
  background-color: #eee;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container input:checked ~ .checkmark {
  background-color: #14ac59;
}
.container input:checked ~ .checkmark:after {
  display: block;
}

.checkmark:after {
  font-family: "icomoon", sans-serif !important;
  content: "\e932";
  position: absolute;
  top: -0.2rem;
  left: 0.2rem;
  display: none;
  color: #fff;
}
.cv-settings__submit-wrapper {
  position: fixed;
  bottom: 6rem;
  left: 0;
  width: 100%;
  background-color: #f7f9fc;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  padding: 1.6rem;
  box-sizing: border-box;
}
.cv-settings__submit {
  max-width: 34.3rem;
  width: 100%;
  padding: 1.6rem 0;
  border-radius: 3.4rem;
  color: #fff;
  background-color: var(--primary);
  cursor: pointer;
}

input:hover {
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #14ac59;
}
/* END SETTINGS OVERLAY */

/** End: ZAMIL CODE **/
/* TABLET SIZE */
@media (min-width: 768px) and (max-width: 1200px) {
  .cv-container {
    max-width: 51.2rem;
  }

  .cv-side {
    padding-bottom: 50rem;
  }

  .cv-side__logo--start {
    height: 16rem;
  }

  .cv-page--main .cv-main {
    padding-top: 0rem;
    margin-top: -35rem;
  }

  .splide__arrow--prev {
    left: -4em !important;
    visibility: visible;
  }

  .splide__arrow--next {
    right: -4em !important;
    visibility: visible;
  }

  .splide__arrow {
    width: 4rem !important;
    height: 4rem !important;
    background: none !important;
    opacity: 1 !important;
  }

  .splide__pagination {
    bottom: -0.5em;
  }

  .splide__slide {
    margin-right: 3.2rem !important;
  }

  .cv-slider__btn {
    height: 4rem;
    width: 4rem;
    border-radius: 3.4rem;
    border: 1px solid white;
  }

  .cv-slider__btn-img {
    width: 2rem;
    margin: 1rem;
  }
}

/* DESKTOP SIZE */
@media (min-width: 1201px) {
  .cv-page--content .cv-main {
    margin-top: 0;
  }

  .cv-container {
    max-width: 46.4rem;
    box-sizing: content-box;
  }

  .cv-page {
    display: flex;
  }

  .cv-side {
    flex: 1;
    padding-bottom: 0;
  }

  .cv-side__logo--content-page {
    height: 8rem;
    left: 3.2rem;
    top: 3.4rem;
  }

  .cv-page--main .cv-main {
    background-color: var(--primary);
    padding-top: 0;
    margin-top: 0;
  }

  .cv-content {
    padding: 0 0 3.2rem 0;
    box-shadow: none;
  }

  .cv-desktop__hide {
    display: none;
  }

  .cv-display {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cv-page .cv-main {
    flex: 1;
    height: calc(100vh - 10.4rem);
    position: relative;
    overflow-y: scroll;
    box-shadow: 0 -8px 16px 0 rgba(0, 0, 0, 0.32);
    padding-top: 10.4rem;
  }

  .cv-menu__btn {
    height: 4rem;
    width: 4rem;
    position: fixed;
    top: 3.2rem;
    right: 3.2rem;
    z-index: 500;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgba(12, 103, 53, 0.16);
    cursor: pointer;
  }

  .cv-menu__btn-index {
    box-shadow: 0 8px 16px 0 rgba(12, 103, 53, 0.32);
  }

  .cv-menu__btn-color {
    background-color: #14ac59;
  }

  .cv-menu__img {
    width: 1.6rem;
    padding: 1.5rem 1.2rem;
    color: #222b45;
  }

  .cv-menu__img-white {
    color: white;
  }

  .cv-back__btn {
    position: fixed;
    top: 3.2rem;
    left: calc(50% + 3.2rem);
    z-index: 500;
    background-color: #14ac59;
  }

  .cv-back__btn svg {
    fill: #fff;
  }

  .cv-page--main .cv-back__btn {
    background-color: #fff;
  }

  .cv-page--main .cv-back__btn svg {
    fill: #222b45;
  }

  .splide__arrow--prev {
    left: -4em !important;
    visibility: visible;
  }

  .splide__arrow--next {
    right: -4em !important;
    visibility: visible;
  }

  .splide__arrow {
    width: 2.5em !important;
    height: 2.5em !important;
    background: none !important;
    opacity: 1 !important;
  }

  .splide__slide {
    margin-right: 3.2rem !important;
  }

  .cv-slider__btn {
    height: 4rem;
    width: 4rem;
    border-radius: 3.4rem;
    background-color: #14ac59;
    border: 1px solid white;
  }

  .cv-settings__submit-wrapper {
    bottom: 0rem;
  }

  .cv-poll__final-hint {
    display: none;
  }
}

@media (max-height: 624px) {
  .cv-poll__overlay {
    padding: 0 3.2rem 12.4rem;
  }
}
