@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');


/* BEGINNING GENERAL CSS
 * -------------------------- */


 #breadcrumbs {display:none}


/* padding for the cookie consent button - not in use */
body.cookie-bar-padding {
  padding-bottom: 70px;
}
@media (max-width: 700px){
  body.cookie-bar-padding {
    padding-bottom: 116px;
  }
}

 a {
  text-decoration: none;
  }

h1.text-center._title, h1.text-center {
  font-size: 42px !important;
  color: #5c5c5c;
  font-weight: 400;
}
h2._subtitle {
  color: #5f5f5f;
  font-size: 18px;
  line-height: 1.3;
}

.text-center{
  text-align: center;
}
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  clear: both;
  max-width: 1250px;
}
.lazyloaded {
  opacity: 1;
  transition: opacity .3s;
}

.iconHover:hover{
  background-color: #f4f4f4;
}
.iconHover{
  font-size:18px;
  display: flex;
}
.iconHover:hover span {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 5px;
}

.mst{
  font-family: "Montserrat", sans-serif;
}
.ssp{
  font-family: "Source Sans Pro", sans-serif;
}
.superscriptNumber{
  font-size:12px;
}
/* CTA FIX */
input, select {
  vertical-align: middle;
}
.prefill-signup-form__input {
  height: 100% !important;
  max-height: 49px;
  border-radius: 100px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  padding: 10px 14px;
  outline: none;
  font-size: 18px;
  color: #5c5c5c;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 90%;
  max-width: 300px;
}
/* END OF CTA FIX */

/* Honored to be chosen fix */
img, object {
  max-width: 100%;
}
/* End of honor to be chosen */
.title_underline_link a h3 {
  display: inline-block;
}
.title_underline_link a h3:hover {
  border-bottom-color: currentColor;
}
/* BEGINNING SIGNUP FORM
 * -------------------------- */
 .signup-wrap {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.45;
  text-align: left; }
  .signup-wrap .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 445px; }
    @media (max-width: 1300px) {
      .signup-wrap .form {
        max-width: 350px; } }
    @media (max-width: 1200px) {
      .signup-wrap .form {
        max-width: 315px; } }
    @media (max-width: 1000px) {
      .signup-wrap .form {
        margin-right: auto;
        margin-left: auto; } }
    .signup-wrap .form label {
      cursor: pointer; }
    .signup-wrap .form__label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 20px;
      font-size: 18px;
      color: #282828;
      position: relative; }
      @media (max-width: 1200px) {
        .signup-wrap .form__label {
          font-size: 16px;
          margin-top: 15px; } }
      @media (max-width: 1000px) {
        .signup-wrap .form__label {
          font-size: 18px;
          margin-top: 20px; } }
    .signup-wrap .form label.error {
      margin: 0;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      color: #ef5555;
      padding: 3px 10px 0; }
    .signup-wrap .form__input {
      height: 40px;
      border-radius: 8px;
      background-color: #ffffff;
      border: solid 1px #dcdcdc;
      padding: 10px;
      outline: none;
      margin-top: 7px;
      font-size: 16px;
      color: #5c5c5c;
      -webkit-appearance: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
      @media (max-width: 1200px) {
        .signup-wrap .form__input {
          font-size: 14px;
          height: 30px; } }
          @media screen and (max-width: 1024px) {
            .section-logos__img{
              box-sizing: border-box;
            }
            .wrap.container{
                box-sizing: border-box;
            }
          }
      @media (max-width: 1000px) {
        .signup-wrap .form__input {
          font-size: 14px;
          height: 40px; } }
      .signup-wrap .form__input::-webkit-input-placeholder {
        color: #dcdcdc; }
      .signup-wrap .form__input::-moz-placeholder {
        color: #dcdcdc; }
      .signup-wrap .form__input:-ms-input-placeholder {
        color: #dcdcdc; }
      .signup-wrap .form__input::-ms-input-placeholder {
        color: #dcdcdc; }
      .signup-wrap .form__input::placeholder {
        color: #dcdcdc; }
      .signup-wrap .form__input::-moz-selection {
        background-color: #87C440; }
      .signup-wrap .form__input::selection {
        background-color: #87C440; }
      .signup-wrap .form__input:focus {
        border-color: #909090; }
      .signup-wrap .form__input.error {
        border-color: #ef5555 !important; }
    .signup-wrap .form__checkbox-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .signup-wrap .form__checkbox {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 25px;
      font-size: 18px;
      color: #909090;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .signup-wrap .form__checkbox-link {
        color: #87c440;
        text-decoration: none;
        margin: 0 5px; }
      .signup-wrap .form__checkbox label.error {
        display: none !important; }
      .signup-wrap .form__checkbox .icon {
        position: relative;
        z-index: 2;
        color: #fff;
        font-size: 11px;
        font-weight: bold; }
        .signup-wrap .form__checkbox .icon:before {
          color: #fff; }
      .signup-wrap .form__checkbox .form__checkbox-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .signup-wrap .form__checkbox-input {
        position: absolute;
        left: -10000px;
        opacity: 0; }
        .signup-wrap .form__checkbox-input:checked + .form__checkbox-icon {
          background-color: #87c440;
          background-size: 60%;
          -webkit-box-shadow: 0 2px 4px 0 rgba(135, 196, 64, 0.3);
                  box-shadow: 0 2px 4px 0 rgba(135, 196, 64, 0.3); }
        .signup-wrap .form__checkbox-input.error + .form__checkbox-icon {
          border-color: #ef5555; }
      .signup-wrap .form__checkbox-icon {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        background: #ffffff center no-repeat;
        border: solid 1px #dcdcdc;
        margin-right: 10px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      @media (max-width: 1300px) {
        .signup-wrap .form__checkbox-text {
          font-size: 15px; } }
      @media (max-width: 1200px) {
        .signup-wrap .form__checkbox {
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 20px; }
          .signup-wrap .form__checkbox-icon {
            margin-right: 10px; }
          .signup-wrap .form__checkbox-text {
            font-size: 12px; } }
    .signup-wrap .form .checkbox-link {
      outline: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      margin: auto;
      text-decoration: none;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      font-family: "Source Sans Pro", sans-serif;
      border: 1px solid transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 3px 2px 4px;
      margin-right: 5px;
      margin-left: 6px;
      color: #87c440; }
      .signup-wrap .form .checkbox-link:hover {
        border-bottom: 1px solid #87c440; }
      @media (max-width: 1300px) {
        .signup-wrap .form .checkbox-link {
          margin-right: 2px;
          margin-left: 3px; } }

a.checkbox-link {
            color: #87C440;
        }
.signup-wrap input[name='password'].form__input {
  padding-right: 35px; }

.signup-wrap .toggle-password-visibility {
  position: absolute;
  top: 44px;
  right: 11px;
  display: inherit;
  cursor: pointer;
  -webkit-transition: .05s;
  -o-transition: .05s;
  transition: .05s; }
  @media (max-width: 1200px) {
    .signup-wrap .toggle-password-visibility {
      top: 37px; } }
  @media (max-width: 1000px) {
    .signup-wrap .toggle-password-visibility {
      top: 44px; } }
  @media (max-width: 700px) {
    .signup-wrap .toggle-password-visibility {
      top: 45px; } }
  .signup-wrap .toggle-password-visibility:not(.show-me) {
    opacity: 0;
    pointer-events: none; }
  .signup-wrap .toggle-password-visibility .icon:before {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    color: #909090; }
  .signup-wrap .toggle-password-visibility.show-password .password-hidden {
    display: none; }
  .signup-wrap .toggle-password-visibility:not(.show-password) .password-shown {
    display: none; }
  .signup-wrap .toggle-password-visibility:hover .icon:before {
    color: #5c5c5c; }

.signup-wrap .signup-form-submit_btn {
  margin-top: 30px;
  margin-right: auto; }
  .signup-wrap .signup-form-submit_btn.disabled {
    padding-right: 60px !important; }
    .signup-wrap .signup-form-submit_btn.disabled .btn-loader {
      display: inline-block; }
  @media (max-width: 1300px) {
    .signup-wrap .signup-form-submit_btn {
      font-size: 20px;
      padding: 6px 22px 8px 22px; } }
  @media (max-width: 1200px) {
    .signup-wrap .signup-form-submit_btn {
      font-size: 18px;
      padding: 6px 17px 6px 17px; } }
  @media (max-width: 1000px) {
    .signup-wrap .signup-form-submit_btn {
      font-size: 20px;
      padding: 6px 22px 8px 22px;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      justify-content: center;
      align-items: center;
      display: flex;
    } }


/* END OF SIGNUP FORM
 * -------------------------- */

 /* BEGINNING PREFILL SIGNUP FORM
 * -------------------------- */

.prefill-signup-form {
  position: relative; }
  .prefill-signup-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left; }
    @media (max-width: 767px) {
      .prefill-signup-form form {
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .prefill-signup-form__bottomText {
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    padding-top: 6px;
    left: 0;
    right: 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center; }
    @media (min-width: 768px) {
      .prefill-signup-form.form-has-error .prefill-signup-form__bottomText {
        opacity: 0;
        pointer-events: none; } }
    @media (max-width: 767px) {
      .prefill-signup-form__bottomText {
        position: relative; } }
    .prefill-signup-form__bottomText b, .prefill-signup-form__bottomText strong {
      font-weight: 600; }
  .prefill-signup-form .field-wrap {
    width: 300px;
    margin-right: 20px;
    position: relative; }
    @media (max-width: 1200px) {
      .prefill-signup-form .field-wrap {
        width: 230px; } }
    @media (max-width: 767px) {
      .prefill-signup-form .field-wrap {
        width: 100%;
        max-width: 350px;
        margin-right: 0;
        margin-bottom: 20px;
      text-align:center; } }
  .prefill-signup-form label.error {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #ef5555;
    padding: 3px 0;
    left: 16px;
    right: 0;
    width: 100%;
    top: 6px;
    position: relative;
    display: block; }
    @media (max-width: 1200px) {
      .prefill-signup-form label.error {
        font-size: 13px;
        bottom: -43px; } }
    @media (max-width: 767px) {
      .prefill-signup-form label.error {
        position: relative;
        bottom: -5px;
        display: block; } }
  @media (max-width: 1200px) {
    .prefill-signup-form__submit {
      font-size: 22px !important;
      padding: 7px 25px !important; } }

    @media (max-width: 1200px) {
      .prefill-signup-form__input {
        font-size: 16px;
        height: 40px; } }
    .prefill-signup-form__input.error {
      border-color: #ef5555 !important; }
    .prefill-signup-form__input::-webkit-input-placeholder {
      color: #dcdcdc; }
    .prefill-signup-form__input::-moz-placeholder {
      color: #dcdcdc; }
    .prefill-signup-form__input:-ms-input-placeholder {
      color: #dcdcdc; }
    .prefill-signup-form__input::-ms-input-placeholder {
      color: #dcdcdc; }
    .prefill-signup-form__input::placeholder {
      color: #dcdcdc; }
    .prefill-signup-form__input::-moz-selection {
      background-color: #87C440; }
    .prefill-signup-form__input::selection {
      background-color: #87C440; }
    .prefill-signup-form__input:focus {
      border-color: #909090; }
    .prefill-signup-form__input.error {
      border-color: #ef5555 !important; }

/* END OF PREFILL SIGNUP FORM
 * -------------------------- */

 /* BEGINNING PRECATCH SIGNUP CSS
 * -------------------------- */

.disc-precatch {
  margin-top: 24px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #909090;
}
.section-cta-landingpage .disc-precatch{
  color: #fff;
}
.disc-precatch a {
  color: #6FB732;
}
 /* END OF PRECATCH SIGNUP CSS
 * -------------------------- */

  /* cookies */
  a#cookie_action_close_header {
    font-family: 'source sans pro', sans-serif;
    border-radius: 60px;
    font-weight: 700;
    box-shadow: 0 2px 8px 0 rgba(135, 196, 64, 0.3);
  }
  /* end of cookies  */

/* BEGINNING BUTTON LOADER
 * -------------------------- */
.btn-loader {
  position: absolute;
  width: 30px;
  display: none;
  height: 30px;
  top: 9px;
  right: 12px; }
  @media (max-width: 1300px) {
    .btn-loader {
      top: 4px;
      right: 8px; } }
  @media (max-width: 1200px) and (min-width: 900px) {
    .btn-loader {
      height: 20px;
      width: 20px;
      top: 6px;
      right: 10px; } }
  .btn-loader .circular {
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .btn-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite;
    stroke: #fff;
    stroke-linecap: round; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

/* END BUTTON LOADER
 * -------------------------- */
/* IE 10+ STYLES ONLY */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wave-wrapper {display: none;}
}
.signup .auth__carousel {
  max-height: 650px;
}
.pricing-2 .at__pricing--two .at__pricing_header_title {
  color: #5c5c5c !important;
}
.swiper-slide {
  overflow: visible !important;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.particles img {
  position: absolute;
  animation-name: float;
  animation-iteration-count: infinite;
  box-shadow: none !important;
}
.particles__first-squence {
  animation-duration: 5s;
}
.particles__second-squence {
  animation-duration: 5.5s;
}
.particles__third-squence {
  animation-duration: 6s;
}
.particles__top-10 {
  top:600px;
}
.particles__top-15 {
  top:822px;
}
.particles__top-20 {
  top:1058px;
}
.particles__top-25 {
  top:1290px;
}
.particles__top-45 {
  top:2379px;
}
.particles__top-50 {
  top:2699px;
}
.particles__top-60 {
  top: 3234.5px;
}
.particles__top-75 {
  top:3713.4px
}
.particles__left-5 {
  left:87px;
}
.particles__left-6 {
  left:110px;
}
.particles__left-20 {
  left:495px;
}
.particles__right-6 {
  right:110px;
}
.particles__right-15 {
  right:400px;
}
.naked-button {
  margin-top: 44px;
  font-size: 18px;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 400;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.naked-button_grey {
  color: #909090;
}
.naked-button:hover {
  background: #f4f4f4;
  border-radius: 150px;
}
.naked-button_grey:hover {
  color: #5c5c5c;
}
/*END OF IE 10+ STYLES ONLY */
 /* CONFETTIS */

 @-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes floating {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
 /* END OF CONFETTIS SIGNUP  */

 /* Base (like reset, typography, animations) */

@-webkit-keyframes slideInLeftRotate {
  from {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    visibility: visible; }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes slideInLeftRotate {
  from {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    visibility: visible; }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.slideInLeftRotate {
  -webkit-animation-name: slideInLeftRotate;
  animation-name: slideInLeftRotate; }

@media (min-width: 768px) {
  .visible-xs {
    display: none; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none; } }

#wpadminbar {
  z-index: 9999999999; }


/* BEGINNING SHAPES
 * -------------------------- */
.shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .shapes__shape {
    display: block;
    position: absolute; }
    .shapes__shape .shapes__shape_wrap {
      -webkit-animation: floating 4s;
              animation: floating 4s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
      display: block; }
    .shapes__shape .shape_svg_wrap {
      display: block; }
    .shapes__shape:nth-child(1) .shapes__shape_wrap {
      -webkit-animation-delay: .2s;
      animation-delay: .2s; }
    .shapes__shape:nth-child(2) .shapes__shape_wrap {
      -webkit-animation-delay: 1.3s;
      animation-delay: 1.3s; }
    .shapes__shape:nth-child(3) .shapes__shape_wrap {
      -webkit-animation-delay: 2.4s;
      animation-delay: 2.4s; }
    .shapes__shape:nth-child(4) .shapes__shape_wrap {
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s; }
    @media (max-width: 1440px) {
      .shapes__shape .shape_svg_wrap {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95); }
      .shapes__shape:nth-child(3) {
        top: 75%; } }
    @media (max-width: 1200px) {
      .shapes__shape .shape_svg_wrap {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }
      .shapes__shape:nth-child(4) {
        right: 9%;
        top: 83%; } }
    @media (max-width: 992px) {
      .shapes__shape:nth-child(1) {
        right: 12%;
        top: 10%; }
      .shapes__shape:nth-child(2) {
        right: 80%;
        top: 14%; }
      .shapes__shape:nth-child(3) {
        right: 75%;
        top: 45%; }
      .shapes__shape:nth-child(4) {
        right: 22%;
        top: 36%; } }
    @media (max-width: 767px) {
      .shapes__shape .shape_svg_wrap {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); } }
/* END OF SHAPES
 * -------------------------- */


/* Pages */


.home-cover .container {
  margin: auto;
}
.error {
  border-color: #ef5555!important;
  color: #ef5555;
}
label.error {
  font-size: 16px;
}
button#signupButton {
  display: block;
}
.elementor-element.elementor-element-b426322.elementor-widget.elementor-widget-shortcode .price-shortcode-amount, .elementor-element.elementor-element-21d4e15.elementor-column.elementor-col-25.elementor-top-column .price-shortcode-amount {
  color: #5c5c5c;
  font-family: "Source Sans Pro", "Montserrat", Sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}
/* END OF GENERAL CSS
 * -------------------------- */

 /* BEGINNING GENERAL CSS STYLEGUIDE
 * -------------------------- */

/* Components (components like boxes, general elements) */
/**
 * Style Guide
 */
 section.designalignments, .designalignments__icons {
  margin: 100px auto 100px auto;
  max-width: 1200px;
  position: relative;
  padding: 0 20px;
}
.designalignments__icons{
  font-size:28px
}


.atera-btn__rounded-filled__green {
  border-radius: 300px;
  -webkit-appearance: none;
  text-decoration: none;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  background-color: #87c440;
  -webkit-box-shadow: 0 2px 8px 0 rgba(135, 196, 64, 0.3);
          box-shadow: 0 2px 8px 0 rgba(135, 196, 64, 0.3); }

  .atera-btn__rounded-filled__green span {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .atera-btn__rounded-filled__green i {
    width: auto;
    height: auto;
    line-height: 1;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 13px; }
  .atera-btn__rounded-filled__green:hover, .atera-btn__rounded-filled__green:active, .atera-btn__rounded-filled__green:focus {
    text-decoration: none;
    outline: 0; }

  .atera-btn__rounded-filled__green.large {
    padding: 11px 30px;
    font-size: 24px; }
  .atera-btn__rounded-filled__green.medium {
    padding: 8px 32px;
    font-size: 18px;
    box-sizing: border-box;
    line-height: initial; }

    .header__buttons .atera-btn__rounded-filled__green.medium{
      width:149px;
      height:40px;
    }
    .atera-btn__rounded-bordered__green.small {
      padding: 1px 16px;
      font-size: 18px;
  }

.atera-btn__rounded-bordered__green {
  border-radius: 300px;
  -webkit-appearance: none;
  text-decoration: none;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  color: #87c440;
  border: 1px solid #87c440; }
  .atera-btn__rounded-bordered__green span {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .atera-btn__rounded-bordered__green i {
    width: auto;
    height: auto;
    line-height: 1;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 13px; }
  .atera-btn__rounded-bordered__green:hover, .atera-btn__rounded-bordered__green:active, .atera-btn__rounded-bordered__green:focus {
    text-decoration: none;
    outline: 0; }
  .atera-btn__rounded-bordered__green.xl {
    padding: 15px 36px;
    font-size: 26px; }
  .atera-btn__rounded-bordered__green.large {
    padding: 11px 30px;
    font-size: 24px; }
  .atera-btn__rounded-bordered__green.medium {
    padding: 8px 32px;
    font-size: 18px; }

  .atera-btn__rounded-naked__grey{
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    text-decoration: none;
    color: #909090;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:18px;
    padding: 8px 32px;
    border-radius: 20px;
    cursor: pointer;
    background-color: #fff;
    transition: 0.3s all ease-in-out;
    box-sizing: border-box;
  }

  .atera-btn__rounded-naked__grey:hover{
    background-color: #f4f4f4;
  }


.atera-btn__rounded-naked__green {
  border-radius: 300px;
  -webkit-appearance: none;
  text-decoration: none;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  color: #87c440; }
  .atera-btn__rounded-naked__green span {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .atera-btn__rounded-naked__green i {
    width: auto;
    height: auto;
    line-height: 1;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 13px; }
  .atera-btn__rounded-naked__green:hover, .atera-btn__rounded-naked__green:active, .atera-btn__rounded-naked__green:focus {
    text-decoration: none;
    outline: 0; }

  .atera-btn__rounded-naked__green.large {
    padding: 11px 30px;
    font-size: 24px; }
  .atera-btn__rounded-naked__green.medium {
    padding: 8px 25px;
    font-size: 22px; }

  .atera-btn__rounded-naked__green:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.15);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .atera-btn__rounded-naked__green.disabled {
    background-color: #dcdcdc;
    -webkit-box-shadow: none;
            box-shadow: none;
    pointer-events: none;
    color: #fff; }
  .atera-btn__rounded-naked__green:not(.disabled):hover {
    color: #87c440;
    background-color: #f4f4f4; }
    .atera-btn__rounded-naked__green:not(.disabled):hover:before {
      opacity: 1; }
  .atera-btn__rounded-naked__green:not(.disabled):active {
    color: #87c440;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 2px 8px 0 rgba(244, 244, 244, 0.3);
            box-shadow: 0 2px 8px 0 rgba(244, 244, 244, 0.3);
    -webkit-box-shadow: 0 2px 8px 0 rgba(244, 244, 244, 0.3), 0 3px 7px 0 rgba(244, 244, 244, 0.3);
            box-shadow: 0 2px 8px 0 rgba(244, 244, 244, 0.3), 0 3px 7px 0 rgba(244, 244, 244, 0.3); }

/* .iconSubtitleLink-subtitle{
  color: #5c5c5c;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.44;
    margin: 20px 0 10px 0;
    font-family: "Source Sans Pro", sans-serif;
    border-bottom: 1px solid transparent;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    text-align: center;
}
.iconSubtitleLink-subtitle:hover{
  border-bottom-color: currentColor;
} */
.section {
  font-family: "Montserrat", sans-serif; }
  .section__title {
    color: #5c5c5c;
    font-size: 48px;
    line-height: 1.33;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-top: 0; }
    @media (max-width: 1600px) {
      .section__title {
        font-size: 45px; } }
    @media (max-width: 1440px) {
      .section__title {
        font-size: 40px; } }
    @media (max-width: 1250px) {
      .section__title {
        font-size: 30px; } }
    @media (max-width: 1000px) {
      .section__title {
        font-size: 28px; } }
  .section__text {
    color: #909090;
    line-height: 1.33;
    font-size: 24px;
    font-weight: 400; }
    @media (max-width: 1600px) {
      .section__text {
        font-size: 22px; } }
    @media (max-width: 1440px) {
      .section__text {
        font-size: 20px; } }
    @media (max-width: 1250px) {
      .section__text {
        font-size: 18px;
        line-height: 1.44; } }
    @media (max-width: 1000px) {
      .section__text {
        font-size: 16px;
        line-height: 1.5; } }
  .section__container {
    max-width: 1560px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 1600px) {
      .section__container {
        max-width: 1400px; } }
    @media (max-width: 1440px) {
      .section__container {
        max-width: 1200px; } }
    @media (max-width: 1250px) {
      .section__container {
        max-width: 985px; } }
    @media (max-width: 1000px) {
      .section__container {
        max-width: 750px; } }
    @media (max-width: 767px) {
      .section__container {
        max-width: 500px;
        width: calc(100% - 40px); } }

/* Parts (parts like for sections) */
/* TESTIMONIAL SECTION */

.section-testimonials {
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1440px) {
    .section-testimonials {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .section-testimonials {
      padding: 50px 0; } }
  @media (min-width: 1600px) {
    .section-testimonials__container {
      max-width: 1400px; } }
  @media (min-width: 768px) {
    .section-testimonials .swiper-slide:not(.swiper-slide-next):not(.swiper-slide-prev):not(.swiper-slide-active) .section-testimonials__testimonial-inner {
      opacity: 0; }
    .section-testimonials .swiper-slide:not(.swiper-slide-active) .section-testimonials__testimonial-img, .section-testimonials .swiper-slide:not(.swiper-slide-active) .section-testimonials__testimonial-name, .section-testimonials .swiper-slide:not(.swiper-slide-active) .section-testimonials__testimonial-role, .section-testimonials .swiper-slide:not(.swiper-slide-active) .section-testimonials__testimonial-quoteIcon, .section-testimonials .swiper-slide:not(.swiper-slide-active) .section-testimonials__testimonial-quote {
      -webkit-filter: blur(1.2px);
              filter: blur(1.2px); }
    .section-testimonials .swiper-slide:not(.swiper-slide-active) .section-testimonials__testimonial-img {
      opacity: 0; } }
  .section-testimonials .swiper-container {
    overflow: initial; }
  .section-testimonials .swiper-arrow {
    width: 44px;
    height: 44px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(9, 35, 72, 0.14);
            box-shadow: 0 1px 4px 0 rgba(9, 35, 72, 0.14);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    margin-top: -40px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
  }
  .section-testimonials .swiper-arrow:after {
    content: none;
  }
@media (max-width: 1200px) {
      .section-testimonials .swiper-arrow {
        width: 36px;
        height: 36px;
        margin-top: -36px;
        display: none; } }
    .section-testimonials .swiper-arrow:hover {
      -webkit-box-shadow: 0 4px 8px 0 rgba(9, 35, 72, 0.32);
              box-shadow: 0 4px 8px 0 rgba(9, 35, 72, 0.32); }
    .section-testimonials .swiper-arrow.swiper-button-next {
      right: -22px; }
      @media (max-width: 1200px) {
        .section-testimonials .swiper-arrow.swiper-button-next {
          right: -10px; } }
      @media (max-width: 992px) {
        .section-testimonials .swiper-arrow.swiper-button-next {
          right: 0; } }
    .section-testimonials .swiper-arrow.swiper-button-prev {
      left: -22px; }
      @media (max-width: 1200px) {
        .section-testimonials .swiper-arrow.swiper-button-prev {
          left: -10px; } }
      @media (max-width: 992px) {
        .section-testimonials .swiper-arrow.swiper-button-prev {
          left: 0; } }
    .section-testimonials .swiper-arrow.swiper-button-disabled {
      pointer-events: all;
      cursor: not-allowed;
      -webkit-box-shadow: 0 1px 4px 0 rgba(9, 35, 72, 0.14) !important;
              box-shadow: 0 1px 4px 0 rgba(9, 35, 72, 0.14) !important; }
      .section-testimonials .swiper-arrow.swiper-button-disabled span:before {
        color: #dcdcdc; }
    .section-testimonials .swiper-arrow span:before {
      color: #909090; }
  .section-testimonials__slider:hover .swiper-arrow {
    opacity: 1; }
  .section-testimonials .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 95px; }
    @media (max-width: 1200px) {
      .section-testimonials .swiper-container {
        padding-bottom: 65px; } }
    @media (max-width: 767px) {
      .section-testimonials .swiper-container {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-top: 30px; } }
  .section-testimonials .swiper-slide {
    width: 685px;
    padding-top: 30px; }
    @media (max-width: 1440px) {
      .section-testimonials .swiper-slide {
        width: 600px; } }
    @media (max-width: 1250px) {
      .section-testimonials .swiper-slide {
        width: 480px; } }
    @media (max-width: 1000px) {
      .section-testimonials .swiper-slide {
        width: 400px; } }
    @media (max-width: 767px) {
      .section-testimonials .swiper-slide {
        width: 300px;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 10px;
        margin-left: 10px; } }
  .section-testimonials .swiper-pagination-bullet {
    opacity: 1;
    background: #dcdcdc;
    height: 10px;
    width: 10px; }
    .section-testimonials .swiper-pagination-bullet-active {
      background: #5c5c5c; }
  .section-testimonials .swiper-container-horizontal > .swiper-pagination-bullets, .section-testimonials .swiper-pagination-custom, .section-testimonials .swiper-pagination-fraction {
    bottom: -5px;
    cursor: default; }
  .section-testimonials .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .section-testimonials__title {
    text-align: center;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .section-testimonials__title {
        margin-bottom: 40px; } }
  .section-testimonials__testimonial {
    line-height: 1.44; }
    .section-testimonials__testimonial-inner {
      border-radius: 10px;
      background-color: #ffffff;
      -webkit-box-shadow: 10px 10px 40px 0 rgba(9, 35, 72, 0.2);
              box-shadow: 10px 10px 40px 0 rgba(9, 35, 72, 0.2);
      padding: 0 90px 60px 90px;
      text-align: center;
      position: relative;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      .section-testimonials__testimonial-inner:active {
        -webkit-box-shadow: 20px 20px 40px 0 rgba(9, 35, 72, 0.3);
                box-shadow: 20px 20px 40px 0 rgba(9, 35, 72, 0.3); }
      @media (max-width: 1440px) {
        .section-testimonials__testimonial-inner {
          padding: 0 70px 40px 70px; } }
      @media (max-width: 1250px) {
        .section-testimonials__testimonial-inner {
          padding: 0 30px 30px 30px; } }
      @media (max-width: 767px) {
        .section-testimonials__testimonial-inner {
          padding: 0 20px 20px 20px; } }
    .section-testimonials__testimonial-img {
      position: relative;
      top: -30px;
      margin-bottom: -15px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .section-testimonials__testimonial-img img {
        -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
        border-radius: 100%; }
    .section-testimonials__testimonial-name {
      color: #4ed6d2;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 4px; }
    .section-testimonials__testimonial-role {
      color: #5c5c5c;
      font-size: 14px;
      font-weight: 400; }
    .section-testimonials__testimonial-quoteIcon {
      color: #eeeeee;
      font-size: 26px;
      margin: 35px 0 15px; }
      .section-testimonials__testimonial-quoteIcon img {
        max-height: 20px; }
    .section-testimonials__testimonial-quote {
      color: #909090;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.44; }
      @media (max-width: 1250px) {
        .section-testimonials__testimonial-quote {
          font-size: 16px; } }
  .section-testimonials .shapes {
    max-width: 1400px;
    margin: 0 auto; }
    @media (max-width: 1600px) {
      .section-testimonials .shapes {
        max-width: 1200px; } }
    @media (max-width: 1300px) {
      .section-testimonials .shapes {
        max-width: 1000px; } }
    @media (max-width: 1200px) {
      .section-testimonials .shapes {
        max-width: 950px; } }
    @media (max-width: 1100px) {
      .section-testimonials .shapes {
        max-width: 900px; } }
    @media (max-width: 1000px) {
      .section-testimonials .shapes {
        max-width: 600px; } }
    @media (max-width: 767px) {
      .section-testimonials .shapes {
        max-width: 85%; } }
    .section-testimonials .shapes__shape:nth-child(1) {
      right: 100%;
      top: 40%; }
    .section-testimonials .shapes__shape:nth-child(2) {
      right: -5%;
      top: 50%; }
    .section-testimonials .shapes__shape:nth-child(3) {
      right: 15%;
      top: 100%; }
    @media (max-width: 1000px) {
      .section-testimonials .shapes__shape:nth-child(2) {
        top: 40%; } }
    @media (max-width: 767px) {
      .section-testimonials .shapes__shape:nth-child(1) {
        right: 10%;
        top: 35%; }
      .section-testimonials .shapes__shape:nth-child(2) {
        display: none; }
      .section-testimonials .shapes__shape:nth-child(3) {
        display: none; } }
/*END OF TESTIMONIAL SECTION */

.section-features {
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  position: relative; }
  @media (max-width: 1440px) {
    .section-features {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .section-features {
      padding: 50px 0; } }
  .section-features__wave {
    position: absolute;
    right: 0;
    top: 20%; }
    @media (max-width: 1600px) {
      .section-features__wave {
        width: 70px;
        top: 30%; } }
    @media (max-width: 1440px) {
      .section-features__wave {
        display: none; } }
  @media (min-width: 1600px) {
    .section-features__container {
      max-width: 1400px; } }
  .section-features__title {
    text-align: center;
    margin-bottom: 80px; }
    @media (max-width: 1440px) {
      .section-features__title {
        margin-bottom: 60px; } }
    @media (max-width: 1000px) {
      .section-features__title {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .section-features__title {
        margin-bottom: 40px; }
        .section-features__title br {
          display: none; } }
  .section-features__bigShapes {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .section-features__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-features__feature {
    width: 33.3333%;
    margin-bottom: 40px;
    text-align: center;
    position: relative; }
    @media (max-width: 1440px) {
      .section-features__feature {
        max-width: 315px; } }
    @media (max-width: 1000px) {
      .section-features__feature {
        max-width: 240px; } }
    @media (max-width: 767px) {
      .section-features__feature {
        width: 100%;
        max-width: 100%; } }
    .section-features__feature a {
      color: #5c5c5c; }
    .section-features__feature-inner {
      max-width: 330px;
      margin-right: auto;
      margin-left: auto; }
    .section-features__feature-icon {
      font-size: 28px;
      border-radius: 10px;
      -webkit-box-shadow: 0 1px 4px 0 rgba(9, 35, 72, 0.14);
              box-shadow: 0 1px 4px 0 rgba(9, 35, 72, 0.14);
      background: #fff;
      width: 60px;
      height: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: auto;
      margin-left: auto;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
    .section-features__feature-title {
      color: #5c5c5c;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.44;
      margin: 20px 0 10px 0;
      font-family: "Source Sans Pro", sans-serif;
      border-bottom: 1px solid transparent;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
    .section-features__feature-text {
      color: #909090;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5; }
      @media (max-width: 1000px) {
        .section-features__feature-text {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .section-features__feature-text {
          font-size: 16px; } }
    .section-features__feature a {
      display: inline-block; }
    .section-features__feature a:hover .section-features__feature-icon {
      -webkit-box-shadow: 0 4px 8px 0 rgba(9, 35, 72, 0.2);
              box-shadow: 0 4px 8px 0 rgba(9, 35, 72, 0.2); }
    .section-features__feature a:hover .section-features__feature-title {
      border-bottom-color: currentColor; }
    .section-features__feature:nth-child(1) .section-features__feature-icon {
      color: #87c440; }
    .section-features__feature:nth-child(2) .section-features__feature-icon {
      color: #fc7b7b; }
    .section-features__feature:nth-child(3) .section-features__feature-icon {
      color: #e2a1ff; }
    .section-features__feature:nth-child(4) .section-features__feature-icon {
      color: #f7ce7a; }
    .section-features__feature:nth-child(5) .section-features__feature-icon {
      color: #3ea3dd; }
    .section-features__feature:nth-child(6) .section-features__feature-icon {
      color: #6eaa29; }
    .section-features__feature:nth-child(7) .section-features__feature-icon {
      color: #c36ee8; }
    .section-features__feature:nth-child(8) .section-features__feature-icon {
      color: #4ed6d2; }
    .section-features__feature:nth-child(9) .section-features__feature-icon {
      color: #5c5c5c; }
  @media (max-width: 767px) {
    .section-features:not(.showAll) .section-features__list .section-features__feature:nth-child(4):after {
      content: '';
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block; }
    .section-features:not(.showAll) .section-features__feature:nth-child(n+5) {
      display: none; }
    .section-features:not(.showAll) .hideAllText {
      display: none; }
    .section-features.showAll .section-features__loadMore i {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .section-features.showAll .showAllText {
      display: none; } }
  .section-features__btns {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1000px) {
      .section-features__btns {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .section-features__btns {
        display: none; } }
    .section-features__btns a:not(:last-child) {
      margin-right: 40px; }
  .section-features__loadMore {
    text-align: center; }
    @media (min-width: 768px) {
      .section-features__loadMore {
        display: none; } }
    @media (max-width: 1200px) {
      .section-features__loadMore button:active, .section-features__loadMore button:hover {
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; } }
  .section-features .shapes {
    max-width: 1400px;
    margin: 0 auto; }
    @media (max-width: 1600px) {
      .section-features .shapes {
        max-width: 1200px; } }
    @media (max-width: 1300px) {
      .section-features .shapes {
        max-width: 1000px; } }
    @media (max-width: 1200px) {
      .section-features .shapes {
        max-width: 800px; } }
    @media (max-width: 1000px) {
      .section-features .shapes {
        max-width: 600px; } }
    @media (max-width: 767px) {
      .section-features .shapes {
        max-width: 85%; } }
    .section-features .shapes__shape:nth-child(1) {
      right: 94%;
      top: 15%; }
    .section-features .shapes__shape:nth-child(2) {
      right: 75%;
      top: 24%; }
    .section-features .shapes__shape:nth-child(3) {
      right: -1%;
      top: 20%; }
    .section-features .shapes__shape:nth-child(4) {
      right: 73%;
      top: 108%; }
    .section-features .shapes__shape:nth-child(5) {
      right: -2%;
      top: 116%; }
    @media (max-width: 1300px) {
      .section-features .shapes__shape:nth-child(4) {
        top: 120%;
        right: 80%; }
      .section-features .shapes__shape:nth-child(5) {
        top: 130%; } }
    @media (max-width: 1000px) {
      .section-features .shapes__shape:nth-child(4) {
        right: 96%; }
      .section-features .shapes__shape:nth-child(5) {
        right: -12%; } }
    @media (max-width: 767px) {
      .section-features .shapes__shape:nth-child(1) {
        right: 94%;
        top: 2%; }
      .section-features .shapes__shape:nth-child(2) {
        right: 85%;
        top: 20%; }
      .section-features .shapes__shape:nth-child(3) {
        right: 2%; }
      .section-features .shapes__shape:nth-child(4) {
        display: none; }
      .section-features .shapes__shape:nth-child(5) {
        display: none; } }

.section-cta {
  padding: 35px 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
  text-align: center; }
  @media (max-width: 1440px) {
    .section-cta {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .section-cta {
      padding: 25px 0; } }
  .section-cta__title {
    margin-bottom: 40px; }
    @media (max-width: 1250px) and (min-width: 768px) {
      .section-cta__title {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .section-cta__title {
        margin-bottom: 25px; } }
  .section-cta__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .section-cta__btns a:not(:last-child) {
      margin-right: 40px; }
      @media (max-width: 1200px) {
        .section-cta__btns a:not(:last-child) {
          margin-right: 30px; } }
      @media (max-width: 767px) {
        .section-cta__btns a:not(:last-child) {
          margin-right: 20px; } }
  @media (max-width: 767px) {
    .section-cta__btn {
      font-size: 18px !important;
      padding: 1px 16px !important;
      height: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.section-cta_form {
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
  text-align: center;
  --more-triangle-padding-bottom: 70px; }
  @media (max-width: 1440px) {
    .section-cta_form {
      padding: 120px 0; } }
  @media (max-width: 1000px) {
    .section-cta_form {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .section-cta_form {
      padding: 40px 0; } }
  .section-cta_form__title {
    margin-bottom: 40px; }
    @media (max-width: 1200px) and (min-width: 768px) {
      .section-cta_form__title {
        font-size: 34px; } }
    @media (max-width: 767px) {
      .section-cta_form__title {
        margin-bottom: 20px;
        font-size: 28px; } }
  .section-cta_form__underFormText {
    font-size: 16px;
    color: #909090;
    margin-top: 40px; }
    .section-cta_form__underFormText strong {
      font-weight: 600; }
    @media (max-width: 767px) {
      .section-cta_form__underFormText {
        margin-top: 20px;
        font-size: 13px; } }
  .section-cta_form__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .section-cta_form__form > div {
        width: 100%; } }
  @media (min-width: 1000px) {
    .section-cta_form.inline {
      padding: 100px 0; } }
  @media (min-width: 1000px) and (max-width: 1440px) {
    .section-cta_form.inline {
      padding: 80px 0; } }
  @media (min-width: 1000px) and (max-width: 767px) {
    .section-cta_form.inline {
      padding: 40px 0; } }
  @media (min-width: 1000px) {
      .section-cta_form.inline .section-cta_form__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .section-cta_form.inline .section-cta_form__title {
        margin-bottom: 0;
        margin-right: 40px; } }
    @media (min-width: 1000px) and (max-width: 1200px) {
      .section-cta_form.inline .section-cta_form__title {
        margin-right: 20px; } }
  @media (max-width: 1200px) and (min-width: 768px) {
    .section-cta_form .inline {
      font-size: 24px; } }
  @media (max-width: 1440px) {
    .section-cta_form {
      --more-triangle-padding-bottom: 70px; } }
  @media (max-width: 1250px) {
    .section-cta_form {
      --more-triangle-padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .section-cta_form {
      --more-triangle-padding-bottom: 0px; } }
  .section-cta_form__triangle {
    position: absolute;
    right: -15%;
    bottom: calc(-8% + var(--more-triangle-padding-bottom));
    width: 35%;
    opacity: .6; }
    @media (min-width: 1920px) {
      .section-cta_form__triangle {
        max-width: 500px;
        margin-top: -100px;
        right: -100px; } }
    @media (max-width: 1800px) {
      .section-cta_form__triangle {
        right: -15%; } }
    @media (max-width: 1600px) {
      .section-cta_form__triangle {
        right: -14%;
        width: 32%; } }
    @media (max-width: 1440px) {
      .section-cta_form__triangle {
        right: -12%;
        width: 30%; } }
    @media (max-width: 1200px) {
      .section-cta_form__triangle {
        right: -14%;
        bottom: calc(5% + var(--more-triangle-padding-bottom));
        width: 30%; } }
    @media (max-width: 1000px) {
      .section-cta_form__triangle {
        right: -11%;
        width: 28%; } }
    @media (max-width: 767px) {
      .section-cta_form__triangle {
        right: -2%;
        width: 30%;
        bottom: 8%;
        -webkit-transform: rotate(8deg);
            -ms-transform: rotate(8deg);
                transform: rotate(8deg); } }
  .section-cta_form__square {
    position: absolute;
    left: -8%;
    margin-top: -5%;
    width: 28%;
    opacity: .9; }
    @media (min-width: 1920px) {
      .section-cta_form__square {
        max-width: 530px;
        margin-top: -100px;
        left: -100px; } }
    @media (max-width: 1600px) {
      .section-cta_form__square {
        margin-top: -2%;
        width: 27%; } }
    @media (max-width: 1440px) {
      .section-cta_form__square {
        margin-top: 0;
        width: 26%; } }
    @media (max-width: 1200px) {
      .section-cta_form__square {
        width: 26%;
        margin-top: 1%; } }
    @media (max-width: 1000px) {
      .section-cta_form__square {
        margin-top: 3%;
        width: 28%; } }
    @media (max-width: 767px) {
      .section-cta_form__square {
        margin-top: -11%;
        width: 27%;
        max-width: 200px; } }
  .section-cta_form .shapes {
    max-width: 1400px;
    margin: 0 auto; }
    @media (max-width: 1600px) {
      .section-cta_form .shapes {
        max-width: 1200px; } }
    @media (max-width: 1300px) {
      .section-cta_form .shapes {
        max-width: 1000px; } }
    @media (max-width: 1200px) {
      .section-cta_form .shapes {
        max-width: 950px; } }
    @media (max-width: 1100px) {
      .section-cta_form .shapes {
        max-width: 900px; } }
    @media (max-width: 1000px) {
      .section-cta_form .shapes {
        max-width: 600px; } }
    @media (max-width: 767px) {
      .section-cta_form .shapes {
        max-width: 85%; } }
    .section-cta_form .shapes__shape:nth-child(1) {
      right: 80%;
      top: 40%; }
    .section-cta_form .shapes__shape:nth-child(2) {
      right: 100%;
      top: 95%; }
    .section-cta_form .shapes__shape:nth-child(3) {
      right: 22%;
      top: 90%; }
    @media (max-width: 1200px) {
      .section-cta_form .shapes__shape:nth-child(1) {
        display: none; }
      .section-cta_form .shapes__shape:nth-child(2) {
        top: 50%;
        right: 10%; }
        .section-cta_form .shapes__shape:nth-child(2) svg {
          opacity: 1 !important;
          -webkit-transform: rotate(-45deg) !important;
              -ms-transform: rotate(-45deg) !important;
                  transform: rotate(-45deg) !important; }
      .section-cta_form .shapes__shape:nth-child(3) {
        top: 53%;
        right: 85%; } }
    @media (max-width: 1000px) {
      .section-cta_form .shapes__shape:nth-child(2) {
        right: 0; }
      .section-cta_form .shapes__shape:nth-child(3) {
        right: 95%; } }
    @media (max-width: 767px) {
      .section-cta_form .shapes__shape:nth-child(2) {
        display: none; }
      .section-cta_form .shapes__shape:nth-child(3) {
        display: none; } }
  .section-cta_form .signup-wrap .signup-form-submit_btn {
    margin-right: auto;
    margin-left: auto; }

.section-logos {
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  position: relative; }
  @media (max-width: 1440px) {
    .section-logos {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .section-logos {
      padding: 50px 0; } }
  .section-logos__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 1600px) {
      .section-logos__container {
        max-width: 1400px; } }
    @media (max-width: 1250px) {
      .section-logos__container {
        max-width: 840px; } }
    @media (max-width: 1000px) {
      .section-logos__container {
        max-width: 100%; } }
  .section-logos__content {
    margin-right: 40px;
    max-width: 595px; }
    @media (max-width: 1250px) {
      .section-logos__content {
        max-width: 400px; } }
    @media (max-width: 1000px) {
      .section-logos__content {
        max-width: 100%;
        text-align: center;
        margin: 0;
      }
    }
    @media (max-width: 767px) {
      .section-logos__content {
        max-width: 100%;
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .section-logos__name {
    color: #3ea3dd;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: inline-block; }
    @media (max-width: 1250px) {
      .section-logos__name {
        margin-bottom: 30px;
        font-size: 18px; } }
    @media (max-width: 1000px) {
      .section-logos__name {
        margin-bottom: 20px;
        font-size: 16px; } }
    @media (max-width: 767px) {
      .section-logos__name {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .section-logos__list {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 70px;
    margin-left: 66px; }
    @media (max-width: 1440px) {
      .section-logos__list {
        margin-left: 10px; } }
    @media (max-width: 1000px) {
      .section-logos__list {
        margin-left: 40px;
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .section-logos__list {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin: -5px -20px 15px -20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .section-logos .slick-slide {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 25px 15px; }
    .section-logos .slick-slide:focus {
      outline: 0; }
  .section-logos__logo {
    border-radius: 8px;
    background-color: #ffffff;
    /* min-width: 223px; */
    min-width: 143px;
    text-align: center;
    -webkit-box-shadow: 5px 5px 20px 0 rgba(9, 35, 72, 0.1);
            box-shadow: 5px 5px 20px 0 rgba(9, 35, 72, 0.1);
    padding: 30px 40px;
    cursor: pointer;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: absolute; }
    @media (max-width: 1250px) {
      .section-logos__logo {
        padding: 26px 27px; } }
    @media (max-width: 1000px) {
      .section-logos__logo {
        padding: 20px 21px; } }
    @media (max-width: 767px) {
      .section-logos__logo {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 30px 26px; } }
        .section-logos__logo:not(.active-logo) img {
          -webkit-filter: grayscale(100%) contrast(0) blur(1px);
                  filter: grayscale(100%) contrast(0) blur(1px); }
    /* .section-logos__logo:nth-child(1) {
      left: 100px; } */
    .section-logos__logo:nth-child(2) {
      left: 366px;
      top: 50px; }
    .section-logos__logo:nth-child(3) {
      top: 190px;
      left: 0; }
    .section-logos__logo:nth-child(4) {
      top: 240px;
      left: 300px; }
    @media (max-width: 1250px) {
      .section-logos__logo:nth-child(2) {
        left: 0;
        -webkit-transform: translateX(310px);
            -ms-transform: translateX(310px);
                transform: translateX(310px); }
      .section-logos__logo:nth-child(3) {
        left: 0;
        -webkit-transform: translateX(60px);
            -ms-transform: translateX(60px);
                transform: translateX(60px);
        top: 150px; }
      .section-logos__logo:nth-child(4) {
        left: 0;
        -webkit-transform: translateX(275px);
            -ms-transform: translateX(275px);
                transform: translateX(275px);
        top: 200px; } }
    @media (max-width: 1000px) {
      .section-logos__logo:nth-child(1) {
        left: 10px; }
      .section-logos__logo:nth-child(2) {
        -webkit-transform: translateX(180px);
            -ms-transform: translateX(180px);
                transform: translateX(180px); }
      .section-logos__logo:nth-child(3) {
        -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
                transform: translateX(-10px);
        top: 110px; }
      .section-logos__logo:nth-child(4) {
        -webkit-transform: translateX(165px);
            -ms-transform: translateX(165px);
                transform: translateX(165px);
        top: 160px; } }
    .section-logos__logo.active, .section-logos__logo:hover {
      -webkit-box-shadow: 10px 10px 40px 0 rgba(9, 35, 72, 0.2);
              box-shadow: 10px 10px 40px 0 rgba(9, 35, 72, 0.2); }
    @media (max-width: 1250px) {
      .section-logos__logo img {
        max-height: 48px; } }
    @media (max-width: 1000px) {
      .section-logos__logo img {
        max-height: 40px; } }
    @media (max-width: 767px) {
      .section-logos__logo img {
        max-height: 48px; } }
  .section-logos__title {
    margin-bottom: 40px; }
    @media (max-width: 1250px) {
      .section-logos__title {
        margin-bottom: 30px; } }
    @media (max-width: 1000px) {
      .section-logos__title {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .section-logos__title {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .section-logos__text {
    min-height: 186px; }
    @media (max-width: 767px) {
      .section-logos__text {
        min-height: 0;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
           -moz-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; } }
  .section-logos .shapes {
    max-width: 1400px;
    margin: 0 auto; }
    @media (max-width: 1600px) {
      .section-logos .shapes {
        max-width: 1200px; } }
    @media (max-width: 1300px) {
      .section-logos .shapes {
        max-width: 1000px; } }
    @media (max-width: 1200px) {
      .section-logos .shapes {
        max-width: 800px; } }
    @media (max-width: 1000px) {
      .section-logos .shapes {
        max-width: 600px; } }
    @media (max-width: 767px) {
      .section-logos .shapes {
        max-width: 85%; } }
    .section-logos .shapes__shape:nth-child(1) {
      right: 107%;
      top: 24%; }
    .section-logos .shapes__shape:nth-child(2) {
      right: 70%;
      top: 30%; }
    .section-logos .shapes__shape:nth-child(3) {
      right: 54%;
      top: 110%; }
    @media (max-width: 767px) {
      .section-logos .shapes__shape:nth-child(1) {
        right: 100%;
        top: 14%; }
      .section-logos .shapes__shape:nth-child(2) {
        display: none; }
      .section-logos .shapes__shape:nth-child(3) {
        display: none; } }

/* Particals */


 /* BEGINNING TEST RESET CSS
 * -------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
aside, canvas, details, embed,
figure, figcaption, footer, hgroup, output, ruby, section, summary,
time, mark, audio, video,input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
h4{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  background: 0 0;
}
/* HTML5 display-role reset for older browsers */
aside, details, figcaption, figure,
footer, hgroup, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF  TEST RESET CSS
 * -------------------------- */

 h1{
  font-size: 48px;
  line-height: 60px;
 }

 h2{
  font-size: 30px;
  line-height: 40px;
 }

 h3{
  font-size: 34px;
  line-height: 44px;
 }

p{
  font-size: 20px;
  line-height: 34px;
 }


@media (max-width: 991.98px) {
  h1{
    font-size: 34px;
    line-height: 44px;
   }

   h2{
    font-size: 26px;
    line-height: 36px;
   }

   h3{
    font-size: 30px;
    line-height: 40px;
   }

  p{
    font-size: 16px;
    line-height: 30px;
   }

}

@media (max-width: 767.98px) {
  h1{
    font-size: 28px;
    line-height: 38px;
   }

   h2{
    font-size: 24px;
    line-height: 34px;
   }

   h3{
    font-size: 26px;
    line-height: 36px;
   }

  p{
    font-size: 16px;
    line-height: 26px;
   }
 }

/* END OF GENERAL CSS STYLEGUIDE
