@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&display=swap);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.modal {
  display: none;
  opacity: 0;
  transition: 0.3s;
}
.modal.visible {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  justify-content: center;
  opacity: 1;
  overflow: auto;
  position: fixed;
  z-index: 100;
}
.modal.visible,
.modal__header {
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.modal__header {
  height: 50px;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .modal__header {
    background-size: cover;
    height: 80px;
  }
}
.modal__wrapper {
  display: flex;
  height: 100%;
  max-width: 450px;
  padding: 0 15px;
}
.modal__body,
.modal__wrapper {
  box-sizing: border-box;
  width: 100%;
}
.modal__body {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.modal__body--form {
  border-radius: 15px;
  margin: auto;
  padding: 30px 50px 20px;
}
.modal__close {
  color: #7c7c7c;
  cursor: pointer;
  display: block;
  height: 21px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 21px;
  z-index: 2;
}
.modal__close:before {
  transform: rotate(-45deg);
}
.modal__close:after,
.modal__close:before {
  background-color: currentColor;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 21px;
}
.modal__close:after {
  transform: rotate(45deg);
}
.modal__logo {
  display: none;
  margin: 30px auto 20px;
}
.modal__title {
  color: #4db65c;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 30px;
  margin: 20px auto;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .modal__body--form {
    padding: 30px 20px 40px;
  }
}
@media only screen and (max-width: 320px) {
  .modal__wrapper {
    padding: 0;
  }
  .modal__body--form {
    border-radius: 0;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.form {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}
.form__group {
  min-height: 74px;
  transition: 0.3s;
}
.form__group--error-wrapper {
  min-height: auto;
}
.form__group-check-box {
  margin-bottom: 10px;
  min-height: auto;
}
.form__group-check-box__group-check-box .form__group-check-box--valid-height {
  min-height: 74px;
}
.form__group-check-box .form__error {
  padding-left: 28px;
}
.form__input {
  border: 1px solid #979797;
  border-radius: 1px;
  box-sizing: border-box;
  display: flex;
  font-size: 14px;
  height: 48px;
  padding: 5px 15px;
  width: 100%;
}
.form__input:focus {
  border-color: #40b752;
  outline: none;
}
.form__input--tel {
  width: calc(100% - 85px);
}
.form__btn-submit {
  align-items: center;
  align-self: center;
  background: #11bc62;
  border-radius: 1px;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  height: 50px;
  justify-content: center;
  min-width: 250px;
  padding: 10px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.form__btn-submit,
.form__btn-submit:focus {
  border: 0;
  outline: none;
}
.form__btn-submit:hover {
  background: #0e964e;
  border: 0;
  outline: none;
}
.form__group-btn-wait {
  display: none;
  opacity: 0;
  transition: 0.3s;
}
.form__group-btn {
  display: flex;
  justify-content: center;
  padding: 20px 0 30px;
}
.form__label {
  padding-left: 12px;
}
.form__tel-select-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form__link-wrapper {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.form__link-wrapper a {
  color: #7985a7;
}
.form.js-loading .form__group-btn-submit,
.form.js-success .form__group-btn-submit {
  display: none;
  opacity: 0;
  transition: 0.3s;
}
.form.js-loading .form__group-btn-wait,
.form.js-success .form__group-btn-wait {
  display: inline-block;
  opacity: 1;
  transition: 0.3s;
}
.form input[type="checkbox"] + label {
  color: #333;
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  margin: 0.2em;
  padding: 0.2em;
}
.form input[type="checkbox"] {
  display: none;
}
.form input[type="checkbox"] + label:before {
  border: 1px solid #979797;
  border-radius: 1px;
  color: transparent;
  content: "\2714";
  height: 16px;
  padding-bottom: 3px;
  padding-left: 2px;
  transition: 0.2s;
  vertical-align: bottom;
  width: 16px;
}
.form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.form input[type="checkbox"] + label {
  cursor: pointer;
  padding: 0 0 0 25px;
  position: relative;
}
.form input[type="checkbox"] + label:before {
  background: #fff;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: text-top;
  width: 20px;
}
.form input[type="checkbox"]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.form input[type="checkbox"]:checked + label:before {
  background: #40b752;
  border-color: #40b752;
}
.form input[type="checkbox"]:disabled + label {
  cursor: auto;
}
.form input[type="checkbox"]:disabled + label:before {
  background: #ddd;
  box-shadow: none;
}
.form input[type="checkbox"]:checked + label:after {
  background: #fff;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
  content: "";
  height: 2px;
  left: 5px;
  position: absolute;
  top: 9px;
  transform: rotate(45deg);
  width: 2px;
}
.form span.is-error {
  color: #fc5246;
  display: block;
  font-weight: 300;
  margin-top: 5px;
  padding-left: 12px;
}
.form .intl-tel-input {
  display: block;
  width: 100%;
}
.icon {
  border-bottom: 1px solid;
  border-left: 1px solid;
  color: #000;
  height: 8px;
  margin-left: 3px;
  margin-top: 4px;
  position: absolute;
  transform: rotate(-45deg);
  width: 14px;
}
.country-list {
  border-radius: 1px;
  top: 52px;
  width: 340px;
}
.country-list:focus,
.selected-flag:focus {
  outline: none;
}
.form .form__label {
  display: none;
}
body
  .form-wrapper
  .intl-tel-input.allow-dropdown
  .flag-container:hover
  .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
body label {
  font-weight: 300;
}
.flag-container {
  direction: ltr;
}
html:lang(ar) .form input[type="checkbox"] + label {
  padding: 0 25px 0 0;
}
html:lang(ar) .form input[type="checkbox"] + label:before {
  left: auto;
  margin: 0;
  right: 0;
}
html:lang(ar) .form input[type="checkbox"] + label:after {
  left: auto;
  right: 13px;
}
::-webkit-input-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}
:-moz-placeholder {
  color: #aaa;
}
.cookie-policy__text {
  margin: 0 40px 0 0;
}
.cookie-policy {
  background: #40b752;
}
.cookie-policy__wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  justify-content: space-between;
  margin: auto;
  max-width: 990px;
  padding: 7px 0;
}
.cookie-policy__text {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  margin: 0 auto;
}
.cookie-policy__button {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #606060;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  line-height: 100%;
  margin: 0;
  min-width: 160px;
  padding: 12px;
  transition: all 0.35s ease-in-out;
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  width: 80%;
}
.payment__icn {
  display: block;
  margin-bottom: 2em;
  margin-top: 2em;
  max-height: 25px;
  width: 33%;
}
@media screen and (min-width: 768px) {
  .payment__icn {
    max-height: 40px;
    width: 10%;
  }
}
@media screen and (min-width: 1170px) {
  .payment__icn {
    max-height: 50px;
  }
}
.payment__icn--size-reduce {
  max-height: 20px;
}
@media screen and (min-width: 768px) {
  .payment__icn--size-reduce {
    max-height: 30px;
  }
}
.payment__icn--size-reduce-half {
  max-height: 25px;
}
@media screen and (min-width: 768px) {
  .payment__icn--size-reduce-half {
    max-height: 35px;
  }
}
.payment__wrapper {
  align-items: center;
  border-bottom: 1px solid #9c9c9c;
  border-top: 1px solid #9c9c9c;
  display: flex;
  flex-shrink: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
  width: 100%;
}
* {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  margin: 0;
  outline: none;
  padding: 0;
}
.page__wrapper {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.content h1 {
  color: #272b2b;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 16px 0 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .content h1 {
    font-size: 28px;
    line-height: 43px;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .content h1 {
    margin: 28px 0 14px;
    max-width: 77%;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .content h1 {
    margin: 36px 0 20px;
  }
}
@media (min-width: 1280px) {
  .content h1 {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (min-width: 1700px) {
  .content h1 {
    font-size: 38px;
    line-height: 58px;
    margin: 39px 0 19px;
    max-width: 69%;
  }
}
.content h2 {
  color: #272b2b;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .content h2 {
    font-size: 28px;
    line-height: 43px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .content h2 {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (min-width: 1700px) {
  .content h2 {
    font-size: 38px;
    line-height: 58px;
  }
}
.content p {
  color: #272b2b;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .content p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .content p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1700px) {
  .content p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
  }
}
.section,
.section__container {
  display: flex;
  justify-content: center;
}
.section__container {
  width: 90%;
}
@media (min-width: 768px) {
  .section__container {
    min-width: 693px;
  }
}
@media (min-width: 1024px) {
  .section__container {
    max-width: 972px;
    min-width: 972px;
  }
}
@media (min-width: 1200px) {
  .section__container {
    max-width: 1050px;
    min-width: 1050px;
  }
}
@media (min-width: 1700px) {
  .section__container {
    max-width: 1316px;
    min-width: 1316px;
  }
}
.content {
  display: flex;
  flex-direction: column;
}
.content,
img {
  max-width: 100%;
}
.hero .content {
  align-items: center;
  max-width: 98%;
  padding: 16px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .hero .content p {
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .hero .content p {
    max-width: 77%;
  }
}
@media (min-width: 1700px) {
  .hero .content p {
    max-width: 69%;
  }
}
@media (min-width: 768px) {
  .hero .content .button--default {
    margin: 8px 0;
  }
}
@media (min-width: 1024px) {
  .hero .content .button--default {
    margin: 4px 0;
  }
}
@media (min-width: 1200px) {
  .hero .content .button--default {
    margin: 12px 0;
  }
}
@media (min-width: 1700px) {
  .hero .content .button--default {
    margin: 10px 0;
  }
}
@media (min-width: 720px) {
  .hero .content {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .hero .content {
    align-items: flex-start;
  }
  .hero .content .button--default {
    align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  .hero .content {
    align-items: flex-start;
    padding: 37px 0 37px 64px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .hero .content {
    padding: 44px 0 37px 64px;
  }
}
@media (min-width: 1700px) {
  .hero .content {
    padding: 50px 0 37px 104px;
  }
}
.hero__logo {
  width: 64px;
}
@media (min-width: 768px) {
  .hero__logo {
    width: 88px;
  }
}
@media (min-width: 1200px) {
  .hero__logo {
    width: 106px;
  }
}
@media (min-width: 1700px) {
  .hero__logo {
    width: 120px;
  }
}
.hero__image--mobile {
  display: flex;
  justify-content: center;
  padding: 12px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .hero__image--mobile {
    padding: 48px 0 12px;
  }
}
.hero__image--mobile img {
  height: 100%;
  width: 81%;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero__image--mobile img {
    transform: translate(-27px);
    width: 84%;
  }
}
.hero__image--mobile:before {
  background: linear-gradient(
    180deg,
    rgba(16, 189, 98, 0.3),
    hsla(0, 0%, 100%, 0)
  );
  border-radius: 50%;
  bottom: 19%;
  content: "";
  height: 360px;
  left: 18%;
  position: absolute;
  transform: matrix(0.87, -0.5, -0.5, -0.87, 0, 0);
  width: 360px;
  z-index: 0;
}
@media (min-width: 720px) {
  .hero__image--mobile:before {
    bottom: 34%;
    height: 612px;
    left: 37%;
    width: 612px;
  }
}
@media (min-width: 1200px) {
  .hero__image--mobile:before {
    bottom: 28%;
    height: 734px;
    left: 31%;
    width: 734px;
  }
}
@media (min-width: 1024px) {
  .hero__image--mobile {
    display: none;
  }
}
.hero__image--desktop {
  align-items: center;
  display: none;
  justify-content: center;
  position: relative;
}
@media (min-width: 1024px) {
  .hero__image--desktop {
    display: flex;
  }
}
.hero__image--desktop img {
  transform: scale(1.5) translate(-1%, 6%);
}
@media (min-width: 1200px) {
  .hero__image--desktop img {
    transform: scale(1.8) translate(-10%, 7.2%);
  }
}
@media (min-width: 1700px) {
  .hero__image--desktop img {
    transform: scale(1.8) translate(-4.5%, 6.5%);
  }
}
.hero__image--desktop:before {
  background: linear-gradient(
    180deg,
    rgba(16, 189, 98, 0.3),
    hsla(0, 0%, 100%, 0)
  );
  border-radius: 50%;
  bottom: 28%;
  content: "";
  height: 612px;
  left: 21%;
  position: absolute;
  transform: matrix(0.87, -0.5, -0.5, -0.87, 0, 0);
  width: 612px;
  z-index: 0;
}
@media (min-width: 1700px) {
  .hero__image--desktop:before {
    height: 829px;
    width: 829px;
  }
}
.hero__content {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .hero__content {
    align-items: flex-start;
    text-align: left;
  }
}
.hero .section__container {
  pointer-events: none;
}
@media (min-width: 1024px) {
  .hero .section__container {
    position: relative;
  }
  .hero .section__container:after,
  .hero .section__container:before {
    background: linear-gradient(
      180deg,
      rgba(16, 189, 98, 0.3),
      hsla(0, 0%, 100%, 0)
    );
    border-radius: 50%;
    content: "";
    pointer-events: all;
    position: absolute;
    transform: rotate(-150deg);
  }
  .hero .section__container:before {
    height: 270px;
    left: -31%;
    top: 3%;
    width: 270px;
  }
  .hero .section__container:after {
    height: 86px;
    left: -9%;
    top: 65%;
    width: 86px;
  }
}
@media (min-width: 1200px) {
  .hero .section__container {
    position: relative;
  }
  .hero .section__container:after,
  .hero .section__container:before {
    background: linear-gradient(
      180deg,
      rgba(16, 189, 98, 0.3),
      hsla(0, 0%, 100%, 0)
    );
    border-radius: 50%;
    content: "";
    pointer-events: all;
    position: absolute;
    transform: rotate(-150deg);
  }
  .hero .section__container:before {
    height: 324px;
    left: -37.2%;
    top: 3.6%;
    width: 324px;
  }
  .hero .section__container:after {
    height: 103px;
    left: -10.8%;
    top: 78%;
    width: 103px;
  }
}
@media (min-width: 768px) {
  .benefits {
    padding: 36px 0 2px;
  }
}
@media (min-width: 1024px) {
  .benefits {
    padding: 50px 0 2px;
  }
}
@media (min-width: 1200px) {
  .benefits {
    padding: 57px 0 0;
  }
}
@media (min-width: 1700px) {
  .benefits {
    padding: 68px 0 20px;
  }
}
.benefits .section__container {
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .benefits .section__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.benefits .content {
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .benefits .content {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .benefits .content p {
    max-width: 95%;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .benefits .content p {
    margin-bottom: 22px;
    max-width: 79%;
  }
}
@media (min-width: 1200px) {
  .benefits .content p {
    margin-bottom: 24px;
    max-width: 86%;
  }
}
@media (min-width: 1700px) {
  .benefits .content p {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .benefits .content h2 {
    max-width: 95%;
  }
}
@media (min-width: 1024px) {
  .benefits .content h2 {
    max-width: 79%;
  }
}
@media (min-width: 1200px) {
  .benefits .content h2 {
    max-width: 90%;
  }
}
.features {
  padding-top: 48px;
}
@media (min-width: 1024px) {
  .features {
    padding-top: 84px;
  }
}
@media (min-width: 1200px) {
  .features {
    padding-top: 100px;
  }
}
@media (min-width: 720px) {
  .features .section__container {
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    padding: 40px 0 23px;
  }
}
@media (min-width: 1024px) {
  .features .section__container {
    padding: 46px 0 12px;
  }
}
@media (min-width: 1200px) {
  .features .section__container {
    padding: 56px 0 18px;
  }
}
@media (min-width: 1700px) {
  .features .section__container {
    border-radius: 20px;
    padding: 61px 0 20px;
  }
}
.features .content {
  align-items: center;
  text-align: center;
}
@media (min-width: 720px) {
  .features .content h2 {
    max-width: 80%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .features .content h2 {
    margin-bottom: 24px;
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .features .content h2 {
    max-width: 95%;
  }
}
@media (min-width: 1700px) {
  .features .content h2 {
    margin-bottom: 27px;
  }
}
@media (max-width: 720px) {
  .features .content p {
    line-height: 20px;
  }
}
@media (min-width: 720px) {
  .features .content p {
    max-width: 490px;
  }
}
@media (min-width: 1024px) {
  .features .content p {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .steps {
    padding: 52px 0 60px;
  }
}
@media (min-width: 1024px) {
  .steps {
    padding: 67px 0;
  }
}
@media (min-width: 1200px) {
  .steps {
    padding: 82px 0;
  }
}
@media (min-width: 1700px) {
  .steps {
    padding: 91px 0 89px;
  }
}
.steps .section__container {
  align-items: center;
  flex-direction: column;
}
.steps .content {
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .steps .content {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .steps .content h2 {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 36px;
  }
}
@media (min-width: 1024px) {
  .steps .content h2 {
    margin-right: -20px;
  }
}
@media (min-width: 1200px) {
  .steps .content h2 {
    margin-right: 26px;
  }
}
@media (min-width: 1700px) {
  .steps .content h2 {
    line-height: 53px;
    margin-bottom: 40px;
    margin-right: -54px;
  }
}
.steps .content h2 br {
  display: none;
}
@media (min-width: 768px) {
  .steps .content h2 br {
    display: block;
  }
}
.steps__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto 60px;
  max-width: 73%;
  min-height: 300px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .steps__list {
    margin: 0 0 28px;
    max-width: 100%;
    width: 274px;
  }
}
@media (min-width: 1024px) {
  .steps__list {
    width: 388px;
  }
}
@media (min-width: 1200px) {
  .steps__list {
    margin: 0 0 34px;
    min-height: 360px;
    width: 408px;
  }
}
@media (min-width: 1700px) {
  .steps__list {
    margin: 0 0 40px;
    min-height: 407px;
    width: 504px;
  }
}
.steps__list:before {
  background-color: #d9d9d9;
  content: "";
  height: 100%;
  left: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  z-index: 0;
}
@media (min-width: 1200px) {
  .steps__list:before {
    left: 48px;
  }
}
@media (min-width: 1700px) {
  .steps__list:before {
    left: 55px;
  }
}
.steps__list-item {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.steps__list-item:last-child .steps__list-icon-wrapper:before {
  display: none;
}
.steps__list-circle {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  height: 10px;
  margin-left: 52px;
  margin-top: 0;
  position: relative;
  width: 10px;
  z-index: 1;
}
@media (min-width: 1700px) {
  .steps__list-circle {
    height: 14px;
    width: 14px;
  }
}
.steps__list-icon-wrapper {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 20px;
  min-width: 80px;
  position: relative;
  width: 80px;
}
.steps__list-icon-wrapper,
.steps__list-icon-wrapper:before {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
.steps__list-icon-wrapper:before {
  bottom: -22px;
  content: "";
  height: 10px;
  left: calc(50% - 5px);
  position: absolute;
  width: 10px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .steps__list-icon-wrapper:before {
    bottom: -26px;
    height: 12px;
    left: calc(50% - 6px);
    width: 12px;
  }
}
@media (min-width: 1700px) {
  .steps__list-icon-wrapper:before {
    bottom: -28px;
    height: 14px;
    left: calc(50% - 7px);
    width: 14px;
  }
}
@media (min-width: 1200px) {
  .steps__list-icon-wrapper {
    height: 96px;
    min-width: 96px;
    width: 96px;
  }
}
@media (min-width: 1700px) {
  .steps__list-icon-wrapper {
    height: 110px;
    margin-right: 26px;
    min-width: 110px;
    width: 110px;
  }
}
.steps__list-icon {
  width: 75px;
}
.steps__list-title {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  width: 100%;
}
@media (min-width: 1200px) {
  .steps__list-title {
    font-size: 19px;
    line-height: 34px;
  }
}
@media (min-width: 1700px) {
  .steps__list-title {
    font-size: 22px;
    line-height: 38px;
  }
}
.steps .button--default {
  text-transform: none;
}
@media (min-width: 768px) {
  .steps .button--default {
    font-size: 13px;
    line-height: 18px;
    width: 263px;
  }
}
@media (min-width: 1200px) {
  .steps .button--default {
    font-size: 16px;
    line-height: 22px;
    width: 316px;
  }
}
@media (min-width: 1700px) {
  .steps .button--default {
    font-size: 18px;
    line-height: 25px;
    width: 356px;
  }
}
.awards {
  background: #f6f6f6;
  padding: 44px 0 24px;
}
@media (min-width: 768px) {
  .awards {
    padding: 18px 0 32px;
  }
}
@media (min-width: 1024px) {
  .awards {
    padding: 18px 0 30px;
  }
}
@media (min-width: 1700px) {
  .awards {
    padding: 25px 0 42px;
  }
}
.awards__title {
  color: #272b2b;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .awards__title {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .awards__title {
    font-size: 19px;
    line-height: 30px;
  }
}
@media (min-width: 1700px) {
  .awards__title {
    font-size: 22px;
    line-height: 34px;
  }
}
.awards__list {
  display: flex;
}
.awards__list__item {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 18px 0 0;
}
@media (min-width: 768px) {
  .awards__list__item {
    margin: 0 20px;
  }
}
@media (min-width: 1700px) {
  .awards__list__item {
    padding: 22px 0 0;
  }
}
@media (min-width: 768px) {
  .awards__list__item:first-child {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .awards__list__item:first-child {
    width: 96px;
  }
}
@media (min-width: 1700px) {
  .awards__list__item:first-child {
    width: 108px;
  }
}
.awards__list__item:first-child img {
  transform: scale(0.7);
}
@media (min-width: 768px) {
  .awards__list__item:first-child img {
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .awards__list__item:nth-child(2) {
    width: 194px;
  }
}
@media (min-width: 1200px) {
  .awards__list__item:nth-child(2) {
    width: 232px;
  }
}
@media (min-width: 1700px) {
  .awards__list__item:nth-child(2) {
    width: 262px;
  }
}
.awards__list__item:nth-child(2) img {
  transform: scale(0.85);
}
@media (min-width: 768px) {
  .awards__list__item:nth-child(2) img {
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .awards__list__item:nth-child(3) {
    width: 116px;
  }
}
@media (min-width: 1200px) {
  .awards__list__item:nth-child(3) {
    width: 139px;
  }
}
@media (min-width: 1700px) {
  .awards__list__item:nth-child(3) {
    width: 152px;
  }
}
.awards__list__item:nth-child(3) img {
  transform: scale(0.8);
}
@media (min-width: 768px) {
  .awards__list__item:nth-child(3) img {
    transform: scale(1);
  }
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.button--default {
  align-items: center;
  background-color: #10bd62;
  border: none;
  border-radius: 22px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: 42px;
  justify-content: center;
  letter-spacing: 1.47816px;
  line-height: 14px;
  min-width: 259px;
  text-transform: uppercase;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .button--default {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .button--default {
    font-size: 15px;
    height: 50px;
    line-height: 17px;
    min-width: 310px;
  }
}
@media (min-width: 1700px) {
  .button--default {
    border-radius: 30px;
    font-size: 16px;
    height: 56px;
    letter-spacing: 2px;
    line-height: 20px;
    min-width: 350px;
  }
}
.button--default:hover {
  background: #0d974e;
}
.sticky-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .sticky-btn {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    transform: translateY(60px);
    transition: all 0.6s;
    width: 100%;
    z-index: 50;
  }
}
.sticky-btn .button--default {
  background-color: #10bd62;
  display: block;
}
@media (min-width: 768px) {
  .sticky-btn .button--default {
    display: none;
  }
}
.click-btn {
  cursor: pointer;
}
.circleSlider {
  height: 340px;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media (min-width: 768px) {
  .circleSlider {
    flex: 0 0 300px;
  }
}
@media (min-width: 1024px) {
  .circleSlider {
    flex: 0 0 472px;
  }
}
@media (min-width: 1200px) {
  .circleSlider {
    flex: 0 0 510px;
    height: 412px;
  }
}
@media (min-width: 1700px) {
  .circleSlider {
    flex: 0 0 644px;
    height: 480px;
  }
}
.holderCircle {
  border-radius: 100%;
  height: 360px;
  left: calc(50% - 185px);
  margin: 48px auto;
  position: absolute;
  top: 0;
  width: 360px;
}
@media (min-width: 768px) {
  .holderCircle {
    left: 52px;
    top: -66px;
  }
}
@media (min-width: 1024px) {
  .holderCircle {
    left: 156px;
    top: -54px;
  }
}
@media (min-width: 1200px) {
  .holderCircle {
    height: 432px;
    left: 136px;
    top: -51px;
    width: 432px;
  }
}
@media (min-width: 1700px) {
  .holderCircle {
    height: 560px;
    left: 199px;
    top: -88px;
    width: 560px;
  }
}
.holderCircle:after {
  background: linear-gradient(
    90deg,
    #fff,
    hsla(0, 0%, 100%, 0) 30%,
    hsla(0, 0%, 100%, 0) 70%,
    #fff
  );
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media (min-width: 768px) {
  .holderCircle:after {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 60%, #fff);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20;
  }
}
.dotCircle {
  border-radius: 100%;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}
.dotCircle:before {
  border: 3px solid #006d34;
  border-radius: 50%;
  content: "";
  height: 70%;
  left: 15%;
  opacity: 0.15;
  position: absolute;
  top: 15%;
  width: 70%;
}
.itemDot {
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 30px;
  height: 128px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 128px;
  z-index: 3;
}
@media (min-width: 1024px) {
  .itemDot {
    height: 148px;
    width: 148px;
  }
}
@media (min-width: 1200px) {
  .itemDot {
    height: 178px;
    width: 178px;
  }
}
@media (min-width: 1700px) {
  .itemDot {
    height: 201px;
    width: 201px;
  }
}
.itemDot__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.itemDot__content img {
  height: 68px;
  transition: 0.9s;
  width: 68px;
}
@media (min-width: 1200px) {
  .itemDot__content img {
    height: 82px;
    width: 82px;
  }
}
@media (min-width: 1700px) {
  .itemDot__content img {
    height: 95px;
    width: 95px;
  }
}
.itemDot.active {
  color: #fff;
  transform: translateY(24px);
}
@media (min-width: 768px) {
  .itemDot.active {
    transform: translate(10px, 3px);
  }
}
.itemDot.active .itemDot__content img {
  height: 128px;
  width: 128px;
}
@media (min-width: 1024px) {
  .itemDot.active .itemDot__content img {
    height: 148px;
    width: 148px;
  }
}
@media (min-width: 1200px) {
  .itemDot.active .itemDot__content img {
    height: 178px;
    width: 178px;
  }
}
@media (min-width: 1700px) {
  .itemDot.active .itemDot__content img {
    height: 201px;
    width: 201px;
  }
}
.itemDot.active .forActive {
  display: block;
}
.forActive {
  bottom: 0;
  display: none;
  height: 56px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
}
.contentCircle {
  background: linear-gradient(0deg, #fff, #fff 90%, hsla(0, 0%, 100%, 0));
  bottom: 0;
  color: #000;
  height: 100%;
  left: 0;
  margin: auto;
  max-width: 100vw;
  position: relative;
  right: 0;
  top: 145px;
  width: 100%;
  z-index: 22;
}
@media (min-width: 768px) {
  .contentCircle {
    background: transparent;
    left: -14px;
    top: -8px;
    width: 80px;
  }
}
@media (min-width: 1024px) {
  .contentCircle {
    left: 45px;
    top: -8px;
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .contentCircle {
    left: 34px;
  }
}
@media (min-width: 1700px) {
  .contentCircle {
    left: 10px;
  }
}
.CirItem {
  bottom: 0;
  color: #272b2b;
  font-size: 28px;
  font-weight: 400;
  height: 100%;
  left: 0;
  line-height: 27px;
  margin: auto;
  max-width: 220px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20px;
  transform: scale(0);
  transition: 0.6s;
}
@media (min-width: 768px) {
  .CirItem {
    align-items: center;
    display: flex;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .CirItem {
    font-size: 21px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .CirItem {
    font-size: 25px;
    line-height: 24px;
  }
}
@media (min-width: 1700px) {
  .CirItem {
    font-size: 28px;
    line-height: 27px;
  }
}
.CirItem.active {
  opacity: 1;
  transform: scale(1);
  transition: 0.6s;
  z-index: 1;
}
.circle_buttons {
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 230px;
  width: 100%;
}
@media (min-width: 768px) {
  .circle_buttons {
    align-items: center;
    flex-direction: column-reverse;
    height: 100%;
    left: -60px;
    top: 0;
    width: 40px;
  }
}
@media (min-width: 1024px) {
  .circle_buttons {
    left: -71px;
  }
}
@media (min-width: 1200px) {
  .circle_buttons {
    left: -94px;
  }
}
.slider_button {
  background-image: url(assets/464137e5e3c10d5a064abb2b2810400e.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34%;
  cursor: pointer;
  height: 40px;
  margin: 0 15px;
  transition: 0.3s;
  width: 40px;
  z-index: 23;
}
@media (min-width: 768px) {
  .slider_button {
    margin: 16px 0;
    transform: rotate(-90deg);
  }
}
@media (min-width: 1200px) {
  .slider_button {
    background-size: 40%;
    margin: 24px 0;
  }
}
.slider_button:hover {
  background-image: url(assets/61daf676896ada071f0bace5d6434763.svg);
}
.slider_button:active,
.slider_button:focus {
  background-image: url(assets/464137e5e3c10d5a064abb2b2810400e.svg);
}
.slider_button.slider_button--prev {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .slider_button.slider_button--prev {
    transform: rotate(90deg);
  }
}
.tabbed {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  width: 300vw;
}
@media (min-width: 720px) {
  .tabbed {
    justify-content: center;
    position: relative;
    width: 100%;
  }
}
.tabbed > input {
  display: none;
}
.tabbed > label {
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  float: left;
  justify-content: flex-start;
  padding: 14px 0;
  position: relative;
  text-align: center;
  transition: transform 0.5s;
  width: 38vw;
}
.tabbed > label:after,
.tabbed > label:before {
  background: hsla(0, 0%, 66.7%, 0.1);
  border-radius: 108px;
  content: "";
  display: none;
  height: 10px;
  opacity: 0.9;
  position: absolute;
  top: calc(50% - 5px);
  width: 15px;
}
@media (min-width: 720px) {
  .tabbed > label:after,
  .tabbed > label:before {
    width: 17px;
  }
}
@media (min-width: 1700px) {
  .tabbed > label:after,
  .tabbed > label:before {
    height: 14px;
    top: calc(50% - 7px);
    width: 25px;
  }
}
.tabbed > label:after {
  left: 74%;
}
@media (min-width: 350px) {
  .tabbed > label:after {
    left: 70%;
  }
}
@media (min-width: 720px) {
  .tabbed > label:after {
    left: 92%;
  }
}
@media (min-width: 1024px) {
  .tabbed > label:after {
    left: 93%;
  }
}
@media (min-width: 1200px) {
  .tabbed > label:after {
    left: 95%;
  }
}
@media (min-width: 1700px) {
  .tabbed > label:after {
    left: 93%;
  }
}
.tabbed > label:before {
  left: -28%;
}
@media (min-width: 350px) {
  .tabbed > label:before {
    left: -30%;
  }
}
@media (min-width: 720px) {
  .tabbed > label:before {
    left: -8%;
  }
}
@media (min-width: 1024px) {
  .tabbed > label:before {
    left: -7%;
  }
}
@media (min-width: 1200px) {
  .tabbed > label:before {
    left: -6%;
  }
}
@media (min-width: 1700px) {
  .tabbed > label:before {
    left: -7%;
  }
}
.tabbed > label.tradecard-top__tab--1:before,
.tabbed > label.tradecard-top__tab--6:after {
  display: none !important;
}
@media (min-width: 720px) {
  .tabbed > label {
    justify-content: center;
    transform: translateX(0) !important;
    width: 16%;
  }
}
@media (min-width: 1024px) {
  .tabbed > label {
    padding: 4px 0;
  }
}
@media (min-width: 1200px) {
  .tabbed > label {
    padding: 10px 0;
  }
}
@media (min-width: 1700px) {
  .tabbed > label {
    padding: 7px 0 15px;
  }
}
.tabbed > label .tabbed-label-content {
  align-items: center;
  background: hsla(0, 0%, 66.7%, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 50%;
  display: flex;
  height: 72px;
  justify-content: center;
  transition: 0s;
  width: 72px;
}
@media (min-width: 720px) {
  .tabbed > label .tabbed-label-content {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 1024px) {
  .tabbed > label .tabbed-label-content {
    height: 88px;
    width: 88px;
  }
}
@media (min-width: 1200px) {
  .tabbed > label .tabbed-label-content {
    height: 106px;
    width: 106px;
  }
}
@media (min-width: 1700px) {
  .tabbed > label .tabbed-label-content {
    height: 120px;
    width: 120px;
  }
}
.tabbed > label:hover .tabbed-label-content {
  background-color: #10bd62;
}
.tabbed > label.tradecard-top__tab--1 .tabbed-label-content {
  background-image: url(assets/d8deef1dbf09ed3405e50ddf98819028.svg);
  background-position: center 34%;
  background-size: 40px;
}
@media (min-width: 720px) {
  .tabbed > label.tradecard-top__tab--1 .tabbed-label-content {
    background-position: center 38%;
    background-size: 44px;
  }
}
@media (min-width: 1024px) {
  .tabbed > label.tradecard-top__tab--1 .tabbed-label-content {
    background-size: 50px;
  }
}
@media (min-width: 1200px) {
  .tabbed > label.tradecard-top__tab--1 .tabbed-label-content {
    background-size: 60px;
  }
}
@media (min-width: 1700px) {
  .tabbed > label.tradecard-top__tab--1 .tabbed-label-content {
    background-position: center 36%;
    background-size: 66px;
  }
}
.tabbed > label.tradecard-top__tab--2 .tabbed-label-content {
  background-image: url(assets/f7130e00f113a82e534037176821c8ff.svg);
  background-position-x: calc(50% - 1px);
  background-position-y: center;
  background-size: 24px;
}
@media (min-width: 720px) {
  .tabbed > label.tradecard-top__tab--2 .tabbed-label-content {
    background-size: 27px;
  }
}
@media (min-width: 1024px) {
  .tabbed > label.tradecard-top__tab--2 .tabbed-label-content {
    background-size: 30.5px;
  }
}
@media (min-width: 1200px) {
  .tabbed > label.tradecard-top__tab--2 .tabbed-label-content {
    background-size: 36.6px;
  }
}
@media (min-width: 1700px) {
  .tabbed > label.tradecard-top__tab--2 .tabbed-label-content {
    background-size: 41px;
  }
}
.tabbed > label.tradecard-top__tab--3 .tabbed-label-content {
  background-image: url(assets/6337a5384d596cddfb57496af1560a0b.svg);
  background-size: 35px;
}
@media (min-width: 720px) {
  .tabbed > label.tradecard-top__tab--3 .tabbed-label-content {
    background-size: 39px;
  }
}
@media (min-width: 1024px) {
  .tabbed > label.tradecard-top__tab--3 .tabbed-label-content {
    background-size: 44px;
  }
}
@media (min-width: 1200px) {
  .tabbed > label.tradecard-top__tab--3 .tabbed-label-content {
    background-size: 52.8px;
  }
}
@media (min-width: 1700px) {
  .tabbed > label.tradecard-top__tab--3 .tabbed-label-content {
    background-size: 59px;
  }
}
.tabbed > label.tradecard-top__tab--4 .tabbed-label-content {
  background-image: url(assets/beb31514fd52ecfe0101fa18b73020e1.svg);
  background-size: 40px;
}
@media (min-width: 720px) {
  .tabbed > label.tradecard-top__tab--4 .tabbed-label-content {
    background-size: 36px;
  }
}
@media (min-width: 1024px) {
  .tabbed > label.tradecard-top__tab--4 .tabbed-label-content {
    background-size: 40px;
  }
}
@media (min-width: 1200px) {
  .tabbed > label.tradecard-top__tab--4 .tabbed-label-content {
    background-size: 48px;
  }
}
@media (min-width: 1700px) {
  .tabbed > label.tradecard-top__tab--4 .tabbed-label-content {
    background-size: 54px;
  }
}
.tabbed > label.tradecard-top__tab--5 .tabbed-label-content {
  background-image: url(assets/fbbd3be580872cc876cfce718bb85d59.svg);
  background-size: 34px;
}
@media (min-width: 720px) {
  .tabbed > label.tradecard-top__tab--5 .tabbed-label-content {
    background-size: 38px;
  }
}
@media (min-width: 1024px) {
  .tabbed > label.tradecard-top__tab--5 .tabbed-label-content {
    background-size: 42px;
  }
}
@media (min-width: 1200px) {
  .tabbed > label.tradecard-top__tab--5 .tabbed-label-content {
    background-size: 50.2px;
  }
}
@media (min-width: 1700px) {
  .tabbed > label.tradecard-top__tab--5 .tabbed-label-content {
    background-size: 57px;
  }
}
.tabbed > label.tradecard-top__tab--6 .tabbed-label-content {
  background-image: url(assets/e09f5c44993e1c2bd60b30f5b2be1d5d.svg);
  background-size: 35px;
}
@media (min-width: 720px) {
  .tabbed > label.tradecard-top__tab--6 .tabbed-label-content {
    background-size: 39px;
  }
}
@media (min-width: 1024px) {
  .tabbed > label.tradecard-top__tab--6 .tabbed-label-content {
    background-size: 44px;
  }
}
@media (min-width: 1200px) {
  .tabbed > label.tradecard-top__tab--6 .tabbed-label-content {
    background-size: 52.8px;
  }
}
@media (min-width: 1700px) {
  .tabbed > label.tradecard-top__tab--6 .tabbed-label-content {
    background-size: 58px;
  }
}
.tabs-wrap {
  width: 90%;
}
@media (min-width: 720px) {
  .tabs-wrap {
    width: 100%;
  }
}
.tabs {
  max-width: 80vw;
}
@media (min-width: 720px) {
  .tabs {
    max-width: 100%;
    width: 100%;
  }
}
.tabbed__buttons {
  display: flex;
  justify-content: center;
  left: 0;
  max-width: 80vw;
  position: absolute;
  top: 100px;
  width: 100%;
}
@media (min-width: 720px) {
  .tabbed__buttons {
    display: none;
  }
}
.tabbed__buttons a {
  background-image: url(assets/464137e5e3c10d5a064abb2b2810400e.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34%;
  cursor: pointer;
  height: 40px;
  margin: 0 15px;
  transition: 0.3s;
  width: 40px;
  z-index: 23;
}
.tabbed__buttons a:hover {
  background-image: url(assets/61daf676896ada071f0bace5d6434763.svg);
}
.tabbed__buttons a:active,
.tabbed__buttons a:focus {
  background-image: url(assets/464137e5e3c10d5a064abb2b2810400e.svg);
}
.tabbed__buttons a.tabbed__buttons--prev {
  transform: rotate(180deg);
}
.tabbed > input:checked + label {
  font-weight: 600;
  text-align: center;
}
.tabbed > input:checked + label .tabbed-label-content {
  background-color: #10bd62;
}
.tabbed > input:checked + label.tradecard-top__tab--1 .tabbed-label-content {
  background-image: url(assets/4c23e2435293ac9dbf28c26f27864734.svg);
}
.tabbed > input:checked + label.tradecard-top__tab--2 .tabbed-label-content {
  background-image: url(assets/7e9963439abae8489e4f77d7a3ea0b64.svg);
}
.tabbed > input:checked + label.tradecard-top__tab--3 .tabbed-label-content {
  background-image: url(assets/479acb3fd5e5168ac40e23f78da034fb.svg);
}
.tabbed > input:checked + label.tradecard-top__tab--4 .tabbed-label-content {
  background-image: url(assets/127f3d668b43285db324a44ac405aefe.svg);
}
.tabbed > input:checked + label.tradecard-top__tab--5 .tabbed-label-content {
  background-image: url(assets/90f75829a1f03f7201fe6d7380f06483.svg);
}
.tabbed > input:checked + label.tradecard-top__tab--6 .tabbed-label-content {
  background-image: url(assets/87621793e57d820b1903b03751254cd7.svg);
}
.tabbed > input:checked + label:after,
.tabbed > input:checked + label:before {
  background: #10bd62;
  display: block;
}
.tabbed > input:checked + label:after {
  animation: ln-bag-reverse 1s forwards;
}
.tabs > div {
  background-color: #fff;
  display: none;
}
#tab-nav-1:checked ~ .tabs > div:first-of-type,
#tab-nav-2:checked ~ .tabs > div:nth-of-type(2),
#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),
#tab-nav-4:checked ~ .tabs > div:nth-of-type(4),
#tab-nav-5:checked ~ .tabs > div:nth-of-type(5),
#tab-nav-6:checked ~ .tabs > div:nth-of-type(6) {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 80vw;
  z-index: 1;
}
@media (min-width: 720px) {
  #tab-nav-1:checked ~ .tabs > div:first-of-type,
  #tab-nav-2:checked ~ .tabs > div:nth-of-type(2),
  #tab-nav-3:checked ~ .tabs > div:nth-of-type(3),
  #tab-nav-4:checked ~ .tabs > div:nth-of-type(4),
  #tab-nav-5:checked ~ .tabs > div:nth-of-type(5),
  #tab-nav-6:checked ~ .tabs > div:nth-of-type(6) {
    flex-direction: row;
    justify-content: center;
    padding: 0 30px;
    width: 100%;
  }
}
.tabs .item {
  color: #272b2b;
  margin: 56px 0 50px;
  text-align: left;
}
@media (min-width: 720px) {
  .tabs .item {
    margin: 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .tabs .item {
    justify-content: center;
  }
}
.tabs .item span {
  font-size: 20px;
  font-weight: 700;
  line-height: 43px;
}
@media (min-width: 720px) {
  .tabs .item span {
    font-size: 24px;
    line-height: 43px;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .tabs .item span {
    display: flex;
    font-size: 24px;
    justify-content: center;
    margin-right: 32px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .tabs .item span {
    font-size: 29px;
  }
}
@media (min-width: 1700px) {
  .tabs .item span {
    font-size: 32px;
    line-height: 58px;
    margin-right: 42px;
  }
}
.tabs .item p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 7px;
}
@media (min-width: 720px) {
  .tabs .item p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    max-width: 330px;
  }
}
@media (min-width: 1024px) {
  .tabs .item p {
    max-width: 47%;
  }
}
@media (min-width: 1200px) {
  .tabs .item p {
    font-size: 14px;
    line-height: 24px;
    max-width: 50%;
  }
}
@media (min-width: 1700px) {
  .tabs .item p {
    font-size: 16px;
    line-height: 27px;
    margin-top: 13px;
    max-width: 50%;
  }
}
.hero__form {
  align-items: center;
  border: 1px solid #8e8e8e;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  max-width: 480px;
  min-width: 267px;
  padding-bottom: 6px;
  pointer-events: all;
}
@media (max-width: 320px) {
  .hero__form {
    max-width: 267px;
  }
}
@media (min-width: 768px) {
  .hero__form {
    display: none;
  }
}
.hero__form .form__label {
  color: #aaa;
  cursor: text;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding-left: 15px;
  position: absolute;
  top: 18px;
  transition: all 0.3s ease, color 1ms;
}
.hero__form .form__label--phone {
  color: #aaa;
  display: none;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  padding-left: 14px;
  top: -11px;
  z-index: 1;
}
.hero__form .modal__title {
  color: #272b2b;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 14px;
  margin: 32px 0;
  text-align: center;
  text-transform: uppercase;
}
.hero__form .form input[type="checkbox"] + label {
  color: #5a5a5a;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin-left: 0;
  padding-left: 32px;
  text-align: left;
}
.hero__form .form input[type="checkbox"] + label:before {
  border: 1px solid #979797;
  border-radius: 4px;
  height: 18px;
  transform: translateY(2px);
  width: 18px;
}
.hero__form .form input[type="checkbox"] + label:after {
  left: 4px;
  top: 10px;
}
.hero__form .form {
  width: 89%;
}
.hero__form .form .form__group {
  min-height: 73px;
  position: relative;
}
.hero__form .form .form__group.not-empty .form__label {
  color: #aaa;
  display: block;
  font-size: 10px;
  line-height: 10px;
  padding-left: 14px;
  top: -11px;
  z-index: 1;
}
.hero__form .form .form__group.not-empty .form__label--phone {
  display: none;
}
.hero__form .form span.is-error {
  color: #ff2323;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  margin-top: 2px;
  padding-left: 14px;
  text-align: left;
}
.hero__form .form .form__group-check-box {
  margin-bottom: 15px;
  min-height: 40px;
}
.hero__form .form .form__group-check-box span.is-error {
  padding-left: 32px;
}
.hero__form .form .form__group--error-wrapper {
  min-height: auto;
}
.hero__form .form .form__group-btn {
  padding: 0 0 22px;
}
.hero__form .form .form__btn-submit {
  border-radius: 23px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 2px;
  line-height: 48px;
  min-width: 237px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 237px;
}
.hero__form .form .form__input {
  border: 1px solid #979797;
  border-radius: 5px;
  box-sizing: border-box;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  line-height: 14px;
}
.hero__form .form .form__input:-ms-input-placeholder {
  color: transparent;
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.hero__form .form .form__input::-ms-input-placeholder {
  color: transparent;
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.hero__form .form .form__input::placeholder {
  color: transparent;
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.hero__form .form .form__input[type="tel"]:-ms-input-placeholder {
  color: #aaa;
  display: block;
}
.hero__form .form .form__input[type="tel"]::-ms-input-placeholder {
  color: #aaa;
  display: block;
}
.hero__form .form .form__input[type="tel"]::placeholder {
  color: #aaa;
  display: block;
}
.hero__form .form .form__input:focus {
  border-color: #5a5a5a;
}
.hero__form .form .form__input.is-error {
  border-color: #ff2323;
}
.hero__form .form .form__group.container__error.not-empty .form__label {
  color: #ff2323;
}
.footer,
.section__footer {
  background-color: #334048;
}
.footer {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: Source Sans Pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: 13px;
  margin: 0 auto;
  padding: 26px 0 64px;
}
.footer,
.footer div {
  font-size: 9px !important;
}
@media (min-width: 768px) {
  .footer {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .footer div {
    font-size: 11px !important;
    line-height: 14px;
  }
}
.footer .section__container {
  font-size: 9px !important;
  width: 82%;
}
@media (min-width: 1200px) {
  .footer .section__container {
    max-width: 984px;
    min-width: auto;
  }
}
@media (min-width: 1700px) {
  .footer {
    font-size: 12px !important;
    line-height: 18px;
    padding: 40px 0;
  }
  .footer .section__container {
    font-size: 12px !important;
    max-width: 1110px;
    min-width: 1110px;
  }
  .footer div {
    font-size: 12px !important;
  }
}
label.tradecard-top__tab.tradecard-top__tab--1:before {
  display: none !important;
}
.tradecard-top__tab.tradecard-top__tab--next:after {
  display: block !important;
}
@keyframes ln-bag {
  0% {
    background: #10bd62;
  }
  50% {
    background: to 100%, hsla(0, 0%, 66.7%, 0.1), hsla(0, 0%, 66.7%, 0.1) 50%,
      #10bd62 50%, #10bd62 100%;
  }
  to {
    background: hsla(0, 0%, 66.7%, 0.1);
  }
}
@keyframes ln-bag-reverse {
  0% {
    background: hsla(0, 0%, 66.7%, 0.1);
  }
  50% {
    background: to 0, hsla(0, 0%, 66.7%, 0.1), hsla(0, 0%, 66.7%, 0.1) 50%,
      #10bd62 50%, #10bd62 100%;
  }
  to {
    background: #10bd62;
  }
}
.btn {
  cursor: pointer;
  pointer-events: all;
}
@media (max-width: 320px) {
  html[lang="en"] .content h2 {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  html[lang="es"] .contentCircle,
  html[lang="pt"] .contentCircle {
    top: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html[lang="es"] .benefits .content,
  html[lang="pt"] .benefits .content {
    align-items: flex-end;
  }
  html[lang="es"] .benefits .content .button--default,
  html[lang="pt"] .benefits .content .button--default {
    align-self: flex-start;
    margin-left: 5%;
  }
  html[lang="es"] .CirItem,
  html[lang="pt"] .CirItem {
    font-size: 13px;
  }
}
@media (min-width: 1024px) and (max-width: 1699px) {
  html[lang="es"] .CirItem,
  html[lang="pt"] .CirItem {
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  html[lang="es"] .CirItem,
  html[lang="pt"] .CirItem {
    font-size: 26px;
  }
}

