@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, select, button, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  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; }

.interior-container .interior-content:after, .subscription-paywall .paywall-msg-inner .links-separator:after {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: "Harmonia Sans Pro Cyr";
  src: url("../fonts/HarmoniaSansProCyr-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Harmonia Sans Pro Cyr";
  src: url("../fonts/HarmoniaSansProCyr-SemiBd.otf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Harmonia Sans Pro Cyr";
  src: url("../fonts/HarmoniaSansProCyr-Black.otf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "RT Raleway";
  src: url("../fonts/RTRaleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "RT Raleway";
  src: url("../fonts/RTRaleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "RT Raleway";
  src: url("../fonts/RTRaleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "RT Raleway";
  src: url("../fonts/RTRaleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

body {
  color: #34444c;
  font-size: 16px;
  letter-spacing: .3px;
  font-family: "Harmonia Sans Pro Cyr", sans-serif; }
  @media screen and (max-width: 768px) {
    body {
      margin-top: 76px; } }

h1 {
  font-size: 3.125em;
  font-family: "RT Raleway", sans-serif;
  font-weight: 600; }

h2 {
  font-size: 3em; }

h3 {
  font-size: 2.375em;
  font-weight: 700; }

h4 {
  font-size: 1.5em;
  font-weight: 700; }

h5 {
  font-size: 1.222em;
  font-weight: 700; }

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

strong {
  font-weight: 700; }

em {
  font-style: italic; }

sup {
  font-size: 35%; }

a {
  text-decoration: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

ol {
  list-style-type: decimal; }
  ol li {
    margin-top: 1em; }

.bold {
  font-weight: 700; }

.white-text {
  color: #fff; }

.btn {
  font-size: 17px;
  font-weight: 400;
  background-color: #64a70b;
  cursor: pointer;
  border-radius: 38px;
  color: white;
  padding: 24px 64px 24px 64px;
  display: inline-block;
  text-decoration: none;
  transition: all .25s ease-out; }
  @media screen and (max-width: 1440px) {
    .btn {
      font-size: 14px;
      line-height: 18px;
      padding: 18px 52px 18px 52px; } }
  .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3); }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.dropdown {
  height: 60px;
  background: white;
  border-radius: 30px;
  position: relative;
  cursor: pointer; }
  .dropdown p {
    color: #fff;
    padding: 18px 25px;
    font-size: 14px;
    z-index: 6; }
    .dropdown p:after {
      content: url("../img/icons/dropdown-arrow-white.svg");
      float: right;
      position: absolute;
      width: 12px;
      right: 22px; }
  .dropdown .dropdown-content,
  .dropdown .dropdown-content2 {
    margin-top: -32px;
    border-radius: 9px 9px 7px 7px;
    width: 100%;
    position: absolute;
    background: white;
    z-index: 5;
    overflow: hidden;
    height: 0; }
    .dropdown .dropdown-content ul,
    .dropdown .dropdown-content2 ul {
      list-style: none;
      margin: 0;
      z-index: 999; }
    .dropdown .dropdown-content li,
    .dropdown .dropdown-content2 li {
      padding: 20px 30px;
      text-transform: none;
      color: #fff;
      font-size: 14px;
      font-weight: 400; }

.section-nav {
  height: 90px;
  background-color: #ecf2f3; }
  @media screen and (max-width: 1024px) {
    .section-nav {
      height: 75px; } }
  @media screen and (max-width: 768px) {
    .section-nav {
      display: none; } }
  .section-nav ul {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1500px;
    margin: 0 auto;
    width: 90%; }
  .section-nav li {
    display: inline-block;
    padding: 0 2.2em;
    font-weight: 400;
    font-size: 15px;
    line-height: 2.2em; }
    @media screen and (max-width: 1275px) {
      .section-nav li {
        padding: 0 1.5em;
        font-size: .85em; } }
  .section-nav a {
    color: #34444c;
    transition: all .25s ease-out; }
    .section-nav a.active, .section-nav a:hover {
      color: #e95c67; }

.block {
  box-shadow: 0 14px 40px #BEC9D254;
  border-radius: 45px 100px 45px 45px; }
  .block .block-img {
    height: 250px;
    border-radius: 45px 100px 0 0;
    background-size: cover; }
  .block .block-icon {
    background-color: #3f86c7;
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
    width: 64px;
    height: 64px;
    position: absolute;
    margin-top: -72px;
    left: calc(50% - 32px);
    border-radius: 32px;
    z-index: 1; }
  .block .block-content {
    background-color: #fff;
    text-align: center;
    border-radius: 45px;
    margin-top: -42px;
    padding: 65px 40px 0; }
    .block .block-content h2 {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 25px;
      font-family: "RT Raleway", sans-serif;
      font-weight: 600; }
      @media screen and (max-width: 1024px) {
        .block .block-content h2 {
          font-size: 22px;
          line-height: 28px; } }
      @media screen and (max-width: 768px) {
        .block .block-content h2 {
          font-size: 26px;
          line-height: 32px; } }
    .block .block-content p {
      font-size: 16px;
      line-height: 22px;
      color: #6F787C; }
  .block .dropdown {
    margin: 40px; }

.error-container .error-inner {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 200px auto;
  text-align: center;
  max-width: 750px; }
  @media screen and (max-width: 1440px) {
    .error-container .error-inner {
      margin: 150px auto;
      max-width: 600px; } }
  @media screen and (max-width: 1024px) {
    .error-container .error-inner {
      margin: 100px auto; } }
  @media screen and (max-width: 768px) {
    .error-container .error-inner {
      max-width: 450px; } }
  .error-container .error-inner img {
    width: 100%;
    margin-bottom: 75px; }
    @media screen and (max-width: 768px) {
      .error-container .error-inner img {
        margin-bottom: 40px; } }
  .error-container .error-inner h3 {
    font-family: "RT Raleway", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .error-container .error-inner h3 {
        font-size: 26px;
        line-height: 36px; } }
    @media screen and (max-width: 768px) {
      .error-container .error-inner h3 {
        margin-bottom: 25px; } }
    @media screen and (max-width: 600px) {
      .error-container .error-inner h3 {
        font-size: 20px;
        line-height: 30px; } }
  .error-container .error-inner .btn {
    background-color: #f09920; }

.compare-modal,
.video-modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  bottom: 0;
  z-index: 999999999; }
  .compare-modal.show,
  .video-modal.show {
    display: block !important; }
  .compare-modal .modal-content,
  .video-modal .modal-content {
    background: #fff;
    border-radius: 20px;
    max-width: 1100px;
    left: 50%;
    transform: translateX(-50%);
    top: 125px;
    padding: 40px;
    box-shadow: 0 5px 21px 3px rgba(0, 0, 0, 0.44); }
  .compare-modal .close-modal,
  .video-modal .close-modal {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 25px;
    color: #64a70b;
    z-index: 1;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    cursor: pointer; }

.compare-modal {
  overflow: scroll; }
  .compare-modal .modal-content {
    margin-bottom: 125px; }
    @media screen and (max-width: 880px) {
      .compare-modal .modal-content {
        top: 75px;
        margin-bottom: 75px;
        padding: 40px 25px; } }

.hubspot-form-container {
  background: transparent linear-gradient(49deg, #434484 0%, #E95C67 100%, #000000 100%) 0% 0% no-repeat padding-box; }
  .hubspot-form-container .form-content {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    padding: 150px 0;
    max-width: 1000px; }
    .hubspot-form-container .form-content .header-content {
      color: #fff;
      width: 100%;
      margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .hubspot-form-container .form-content {
        padding: 100px 0; } }
    @media screen and (max-width: 768px) {
      .hubspot-form-container .form-content {
        padding: 75px 0; } }
  .hubspot-form-container #hubspot-form {
    max-width: 768px;
    margin: 50px auto 0;
    color: #fff;
    font-family: "RT Raleway", sans-serif; }
    .hubspot-form-container #hubspot-form select,
    .hubspot-form-container #hubspot-form input,
    .hubspot-form-container #hubspot-form textarea {
      border-radius: 10px;
      width: 100%;
      margin-top: 10px;
      padding: 20px 25px; }
    .hubspot-form-container #hubspot-form input[type="submit"] {
      font-size: 18px;
      background-color: #34444c;
      border-radius: 38px;
      color: white;
      padding: 24px 64px 24px 64px;
      display: inline-block;
      text-decoration: none;
      transition: all .25s ease-out;
      width: auto;
      height: auto;
      margin: 0; }
    .hubspot-form-container #hubspot-form input[type="checkbox"] {
      width: auto;
      margin: 0 25px 0 0;
      top: 2px; }
    .hubspot-form-container #hubspot-form input[type="file"] {
      border: 2px solid white;
      border-radius: 36px; }
    .hubspot-form-container #hubspot-form .hs-form-checkbox {
      margin-top: 10px; }
      .hubspot-form-container #hubspot-form .hs-form-checkbox label {
        display: -ms-flexbox;
        display: flex; }
    .hubspot-form-container #hubspot-form select {
      width: 100%; }
    .hubspot-form-container #hubspot-form fieldset {
      font-size: 17px;
      line-height: 20px;
      font-weight: 600;
      max-width: none;
      margin: 25px 0; }
      .hubspot-form-container #hubspot-form fieldset .form-columns-2 .input {
        margin-right: 25px; }
      .hubspot-form-container #hubspot-form fieldset a {
        color: #fff;
        text-decoration: underline; }
    .hubspot-form-container #hubspot-form textarea {
      width: 100%; }
    .hubspot-form-container #hubspot-form span {
      margin-bottom: 25px; }
    .hubspot-form-container #hubspot-form .form-columns-1 .input {
      margin: 0; }
    .hubspot-form-container #hubspot-form .form-columns-2 .input {
      margin: 0; }
    .hubspot-form-container #hubspot-form .form-columns-2 .hs-form-field {
      width: calc(50% - 5px); }
      @media screen and (max-width: 600px) {
        .hubspot-form-container #hubspot-form .form-columns-2 .hs-form-field {
          width: 100%;
          margin: 0; } }
      .hubspot-form-container #hubspot-form .form-columns-2 .hs-form-field:first-of-type {
        margin-right: 10px; }
        @media screen and (max-width: 600px) {
          .hubspot-form-container #hubspot-form .form-columns-2 .hs-form-field:first-of-type {
            margin-bottom: 25px; } }
    .hubspot-form-container #hubspot-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
      display: none; }
    .hubspot-form-container #hubspot-form .hs_submit .hs-submit {
      text-align: center; }
    .hubspot-form-container #hubspot-form .hs-error-msgs {
      margin-top: 10px; }
  .hubspot-form-container .hs-fieldtype-checkbox {
    margin: 30px 0 5px 0; }
    .hubspot-form-container .hs-fieldtype-checkbox ul {
      margin-top: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .hubspot-form-container .hs-fieldtype-checkbox ul li {
        width: 50%; }
        @media screen and (max-width: 600px) {
          .hubspot-form-container .hs-fieldtype-checkbox ul li {
            width: 100%; } }
  .hubspot-form-container .hs-field-desc {
    font-weight: 400;
    font-size: 12px; }

.cc-revoke {
  display: none !important; }

.cc-window {
  display: -ms-flexbox;
  display: flex;
  width: 675px;
  max-width: none !important;
  background-color: #fff;
  background-image: url(../img/gdpr-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
  border-radius: 100px 0 0 0;
  padding: 60px 60px 60px 180px !important;
  bottom: 0 !important;
  right: 0 !important;
  font-family: "Harmonia Sans Pro Cyr", sans-serif !important;
  box-shadow: 0 15px 6px rgba(0, 0, 0, 0.1), 0 2px 24px rgba(0, 0, 0, 0.1); }
  .cc-window:before {
    content: url("../img/square-wave-small.png");
    position: absolute;
    left: 60px; }
    @media screen and (max-width: 740px) {
      .cc-window:before {
        content: none; } }
  @media screen and (max-width: 1440px) {
    .cc-window {
      width: 600px; } }
  @media screen and (max-width: 1024px) {
    .cc-window {
      width: 50%;
      padding: 50px; } }
  @media screen and (max-width: 980px) {
    .cc-window {
      width: 70%; } }
  @media screen and (max-width: 740px) {
    .cc-window {
      padding: 60px !important; } }
  @media screen and (max-width: 660px) {
    .cc-window {
      width: 100%;
      border-radius: 75px 75px 0 0; } }
  .cc-window .cc-message {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px !important; }
    @media screen and (max-width: 1440px) {
      .cc-window .cc-message {
        font-size: 14px;
        line-height: 24px; } }
    @media screen and (max-width: 1024px) {
      .cc-window .cc-message {
        font-size: 12px;
        line-height: 20px; } }
    .cc-window .cc-message a {
      color: #34444c;
      text-decoration: underline; }
  .cc-window .cc-btn {
    font-size: 18px;
    font-weight: 400;
    background-color: #f09920 !important;
    border-radius: 38px;
    color: white;
    font-size: 14px;
    padding: 18px 35px 18px 35px;
    line-height: 14px;
    display: inline-block;
    text-decoration: none;
    transition: all .25s ease-out;
    border: 2px solid #f09920 !important; }
  .cc-window .cc-link {
    opacity: 1 !important;
    padding: 0 !important; }
  .cc-window .cc-highlight .cc-btn:first-child {
    background-color: transparent !important;
    color: #f09920 !important; }
  .cc-window .cc-compliance {
    max-width: 450px !important; }
    @media screen and (max-width: 1440px) {
      .cc-window .cc-compliance {
        max-width: 350px !important; } }
    @media screen and (max-width: 1024px) {
      .cc-window .cc-compliance {
        max-width: 100% !important; } }

#u1st-accessibility-button {
  position: fixed !important;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  padding: 6px;
  font: bold 15px Arial !important;
  background: #64a70b !important;
  bottom: 10px;
  left: 10px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2147483646 !important; }
  #u1st-accessibility-button img {
    width: 40px;
    height: 40px; }

.interior-container .interior-content {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 75px auto; }
  @media screen and (max-width: 1440px) {
    .interior-container .interior-content {
      margin: 50px auto; } }
  @media screen and (max-width: 768px) {
    .interior-container .interior-content {
      margin: 25px auto; } }
  .interior-container .interior-content table {
    width: 100%; }
  @media screen and (max-width: 680px) {
    .interior-container .interior-content .image-right,
    .interior-container .interior-content .image-left {
      margin: 25px auto !important;
      float: none !important; } }
  .interior-container .interior-content .image-right {
    float: right;
    margin: 25px 0 25px 25px; }
  .interior-container .interior-content .image-left {
    float: left;
    margin: 25px 25px 25px 0; }
  .interior-container .interior-content a {
    display: inline-block; }
    .interior-container .interior-content a img {
      max-width: 100%;
      border-radius: 24px; }
  .interior-container .interior-content strong {
    font-weight: 600; }
  .interior-container .interior-content ol {
    list-style-position: inside; }
  .interior-container .interior-content li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 0; }
    @media screen and (max-width: 1024px) {
      .interior-container .interior-content li {
        font-size: 15px;
        line-height: 22px; } }
  .interior-container .interior-content ul li {
    padding-left: 30px; }
    .interior-container .interior-content ul li:before {
      content: "";
      position: absolute;
      background: #64a70b;
      left: 0;
      top: 11px;
      height: 2px;
      width: 12px; }
    .interior-container .interior-content ul li:after {
      content: "";
      position: absolute;
      background: #64a70b;
      left: 5px;
      top: 6px;
      height: 12px;
      width: 2px; }
  .interior-container .interior-content ol,
  .interior-container .interior-content ul {
    padding-left: 50px;
    list-style-position: inside; }
    @media screen and (max-width: 1024px) {
      .interior-container .interior-content ol,
      .interior-container .interior-content ul {
        font-size: 15px;
        line-height: 22px; } }
    .interior-container .interior-content ol a,
    .interior-container .interior-content ul a {
      font-weight: 600;
      color: #64a70b;
      text-decoration: none;
      border-bottom: 2px solid #64a70b; }
  .interior-container .interior-content p {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0; }
    @media screen and (max-width: 1024px) {
      .interior-container .interior-content p {
        font-size: 15px;
        line-height: 22px; } }
    .interior-container .interior-content p u {
      text-decoration: none;
      border-bottom: 2px solid #64a70b; }
    .interior-container .interior-content p a {
      font-weight: 600;
      color: #64a70b;
      text-decoration: none;
      border-bottom: 2px solid #64a70b; }
  .interior-container .interior-content h1,
  .interior-container .interior-content h2,
  .interior-container .interior-content h3,
  .interior-container .interior-content h4,
  .interior-container .interior-content h5,
  .interior-container .interior-content h6 {
    margin: 25px 0; }
  .interior-container .interior-content h1 {
    font-size: 36px;
    line-height: 46px; }
    @media screen and (max-width: 1024px) {
      .interior-container .interior-content h1 {
        font-size: 30px;
        line-height: 40px; } }
    @media screen and (max-width: 768px) {
      .interior-container .interior-content h1 {
        font-size: 20px;
        line-height: 28px; } }
  .interior-container .interior-content h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600px; }
    @media screen and (max-width: 1024px) {
      .interior-container .interior-content h3 {
        font-size: 20px;
        line-height: 28px; } }

.interior-container .video-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%; }
  .interior-container .video-container .video-responsive {
    border-radius: 24px; }
  .interior-container .video-container .video-caption {
    font-size: 16px;
    line-height: 22px;
    color: #8c9497;
    margin-top: 25px; }
    @media screen and (max-width: 1024px) {
      .interior-container .video-container .video-caption {
        font-size: 12px;
        line-height: 16px; } }

.interior-container .blog-quote {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 75px auto;
  padding: 0 50px; }
  @media screen and (max-width: 1440px) {
    .interior-container .blog-quote {
      margin: 50px auto; } }
  @media screen and (max-width: 768px) {
    .interior-container .blog-quote {
      margin: 25px auto;
      padding: 0 25px; } }
  .interior-container .blog-quote p {
    font-family: "RT Raleway", sans-serif;
    border-left: 5px solid #64a70b;
    padding: 10px 30px;
    color: #64a70b;
    font-size: 36px;
    line-height: 48px;
    font-weight: 500; }
    @media screen and (max-width: 1440px) {
      .interior-container .blog-quote p {
        font-size: 30px;
        line-height: 40px; } }
    @media screen and (max-width: 1024px) {
      .interior-container .blog-quote p {
        font-size: 22px;
        line-height: 28px; } }
    @media screen and (max-width: 768px) {
      .interior-container .blog-quote p {
        font-size: 18px;
        line-height: 22px;
        border-left: 3px solid #64a70b; } }

.search-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 50px auto; }
  .search-container #search-bar {
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    width: 40%; }
    @media screen and (max-width: 1024px) {
      .search-container #search-bar {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .search-container #search-bar {
        width: 100%; } }
    .search-container #search-bar input[type="text"] {
      padding: 15px;
      border: 1px solid #d8dbdc;
      border-radius: 10px 0 0 10px;
      width: calc(100% - 54px); }
      .search-container #search-bar input[type="text"]::-moz-placeholder {
        color: #ccc; }
      .search-container #search-bar input[type="text"]:-ms-input-placeholder {
        color: #ccc; }
      .search-container #search-bar input[type="text"]::placeholder {
        color: #ccc; }
    .search-container #search-bar input[type="submit"] {
      padding: 15px;
      background-color: #64a70b;
      color: #fff;
      border-radius: 0 10px 10px 0;
      border: 1px solid #64a70b; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

header {
  font-family: "RT Raleway", sans-serif; }
  header .micro-nav {
    height: 45px;
    background-color: #64a70b; }
    @media screen and (max-width: 1024px) {
      header .micro-nav {
        height: 40px; } }
    @media screen and (max-width: 768px) {
      header .micro-nav {
        display: none; } }
    header .micro-nav ul {
      max-width: 1500px;
      margin: 0 auto;
      width: 90%;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      header .micro-nav ul li {
        margin: 0 25px;
        font-size: 13px;
        display: inline;
        font-weight: 600; }
        header .micro-nav ul li.micro-nav-btn {
          margin: 0 10px; }
          header .micro-nav ul li.micro-nav-btn .nav-btn-icon {
            width: 12px;
            left: 12px;
            top: -1px;
            position: absolute;
            z-index: 1; }
            @media screen and (max-width: 1400px) {
              header .micro-nav ul li.micro-nav-btn .nav-btn-icon {
                width: 10px; } }
        header .micro-nav ul li.book .nav-btn-icon {
          width: 14px;
          left: 12px;
          top: 1px; }
          @media screen and (max-width: 1400px) {
            header .micro-nav ul li.book .nav-btn-icon {
              width: 12px; } }
        header .micro-nav ul li a {
          color: #fff;
          transition: all .25s ease-out; }
          header .micro-nav ul li a.micro-nav-btn {
            background-color: #34444c;
            padding: 6px 15px 6px 32px;
            border-radius: 20px; }
            @media screen and (max-width: 1400px) {
              header .micro-nav ul li a.micro-nav-btn {
                padding-left: 28px; } }
        header .micro-nav ul li:first-of-type {
          margin-left: 0; }
        header .micro-nav ul li:last-of-type {
          margin-right: 0; }
        @media screen and (max-width: 1400px) {
          header .micro-nav ul li {
            font-size: 11px; } }
        @media screen and (max-width: 1024px) {
          header .micro-nav ul li {
            margin: 0 10px;
            font-size: 10px; } }
      @media screen and (max-width: 1024px) {
        header .micro-nav ul .cart-icon {
          margin-left: 20px; } }
      header .micro-nav ul .cart-icon img {
        position: absolute;
        right: 0;
        top: -3px;
        width: 18px; }

nav {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 1024px) {
    nav {
      height: 100px; } }
  @media screen and (max-width: 768px) {
    nav {
      height: 76px;
      top: 0;
      width: 100%;
      position: fixed;
      z-index: 99999;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } }
  nav .nav-logo {
    width: 230px;
    top: -4px; }
    nav .nav-logo a {
      padding: 0; }
    @media screen and (max-width: 1120px) {
      nav .nav-logo {
        width: 155px;
        top: -2px; } }
    @media screen and (max-width: 960px) {
      nav .nav-logo {
        top: 0; } }
    @media screen and (max-width: 768px) {
      nav .nav-logo {
        left: 5%; } }
  nav ul {
    width: calc(100% - 230px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media screen and (max-width: 1120px) {
      nav ul {
        width: calc(100% - 155px); } }
    @media screen and (max-width: 768px) {
      nav ul {
        display: none; } }
    nav ul li {
      display: inline;
      margin: 0 40px; }
      nav ul li:first-of-type {
        margin-left: 0; }
      @media screen and (max-width: 1460px) {
        nav ul li {
          margin: 0 25px; } }
      @media screen and (max-width: 960px) {
        nav ul li {
          margin: 0 15px; } }
      @media screen and (max-width: 860px) {
        nav ul li {
          margin: 0 10px; } }
      nav ul li:last-of-type {
        margin-right: 0; }
  nav a {
    color: #34444c;
    font-size: 17px;
    font-weight: 500;
    transition: all .25s ease-out; }
    nav a:hover {
      color: #e95c67; }
    @media screen and (max-width: 1280px) {
      nav a {
        font-size: 14px; } }
    @media screen and (max-width: 1120px) {
      nav a {
        font-size: 12px; } }
    @media screen and (max-width: 800px) {
      nav a {
        font-size: 11px; } }
    nav a.active:after {
      content: "";
      width: 100%;
      background: transparent linear-gradient(85deg, #E95C67 0%, #F09920 100%) 0% 0% no-repeat padding-box;
      height: 5px;
      top: 66px;
      position: absolute;
      left: 0;
      bottom: 0; }
      @media screen and (max-width: 1280px) {
        nav a.active:after {
          top: 64px; } }
      @media screen and (max-width: 1120px) {
        nav a.active:after {
          top: 62px; } }
      @media screen and (max-width: 1024px) {
        nav a.active:after {
          top: 52px; } }

#mobile-menu-btn {
  display: none;
  position: fixed;
  right: 5%;
  top: 26px;
  width: 30px;
  height: 24px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 999999; }
  @media screen and (max-width: 768px) {
    #mobile-menu-btn {
      display: block; } }
  #mobile-menu-btn span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #64a70b;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    #mobile-menu-btn span:nth-child(1) {
      top: 0px; }
    #mobile-menu-btn span:nth-child(2), #mobile-menu-btn span:nth-child(3) {
      top: 10px; }
    #mobile-menu-btn span:nth-child(4) {
      top: 20px; }
  #mobile-menu-btn.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%; }
  #mobile-menu-btn.open span:nth-child(2) {
    transform: rotate(45deg); }
  #mobile-menu-btn.open span:nth-child(3) {
    transform: rotate(-45deg); }
  #mobile-menu-btn.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%; }

.mobile-nav-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999; }

.mobile-nav-container {
  background-color: #fff;
  background-image: url("../img/mobile-nav-bg.svg");
  background-repeat: no-repeat;
  background-size: 175%;
  background-position: -140px -190px;
  border-radius: 30px 0 0 30px;
  right: 0;
  top: 0;
  position: fixed;
  height: 100vh;
  width: 325px;
  z-index: 999999;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(400px); }
  .mobile-nav-container .mobile-nav-header {
    height: 75px; }
  .mobile-nav-container .mobile-nav-content {
    height: calc(100% - 315px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    font-family: "RT Raleway", sans-serif; }
    .mobile-nav-container .mobile-nav-content .mobile-nav-link,
    .mobile-nav-container .mobile-nav-content .mobile-nav-select {
      cursor: pointer;
      border-bottom: 1px solid #eaebeb;
      font-size: 17px;
      color: #34444c;
      font-weight: 700; }
      .mobile-nav-container .mobile-nav-content .mobile-nav-link a,
      .mobile-nav-container .mobile-nav-content .mobile-nav-select a {
        padding: 25px 40px;
        display: block;
        font-size: 17px;
        color: #34444c;
        font-weight: 700; }
    .mobile-nav-container .mobile-nav-content .mobile-nav-select-container {
      display: -ms-flexbox;
      display: flex; }
      .mobile-nav-container .mobile-nav-content .mobile-nav-select-container .mobile-nav-select {
        width: 70%; }
      .mobile-nav-container .mobile-nav-content .mobile-nav-select-container .dropdown-open-arrow {
        background-image: url("../img/icons/dropdown-arrow-black.svg");
        background-repeat: no-repeat;
        background-size: 14%;
        background-position: center;
        width: 30%;
        border-bottom: 1px solid #eaebeb; }
    .mobile-nav-container .mobile-nav-content .mobile-nav-dropdown {
      display: none; }
      .mobile-nav-container .mobile-nav-content .mobile-nav-dropdown ul {
        padding: 20px 0;
        border-bottom: 1px solid #eaebeb; }
        .mobile-nav-container .mobile-nav-content .mobile-nav-dropdown ul li {
          padding: 10px 60px; }
          .mobile-nav-container .mobile-nav-content .mobile-nav-dropdown ul li a {
            font-size: 15px;
            font-weight: 500;
            color: #34444c; }
  .mobile-nav-container .mobile-nav-footer {
    background-color: #64a70b;
    position: absolute;
    border-radius: 0 0 0 30px;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px; }
    .mobile-nav-container .mobile-nav-footer li {
      margin-bottom: 15px; }
      .mobile-nav-container .mobile-nav-footer li:last-of-type {
        margin-bottom: 0; }
      .mobile-nav-container .mobile-nav-footer li.micro-nav-btn {
        margin-bottom: 25px; }
        .mobile-nav-container .mobile-nav-footer li.micro-nav-btn .nav-btn-icon {
          width: 12px;
          left: 12px;
          top: -1px;
          position: absolute;
          z-index: 1; }
      .mobile-nav-container .mobile-nav-footer li.book .nav-btn-icon {
        width: 14px;
        top: 2px; }
      .mobile-nav-container .mobile-nav-footer li a {
        color: #fff;
        font-size: 13px;
        font-family: "RT Raleway", sans-serif;
        font-weight: 600; }
        .mobile-nav-container .mobile-nav-footer li a.micro-nav-btn {
          background-color: #34444c;
          padding: 6px 15px 6px 32px;
          border-radius: 20px; }

.mobile-nav-active {
  transform: translateX(0); }

footer {
  background-color: #ecf2f3;
  font-family: "RT Raleway", sans-serif; }
  footer .footer-top {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    height: 125px; }
    @media screen and (max-width: 768px) {
      footer .footer-top {
        height: auto;
        padding: 40px 0; } }
    footer .footer-top .social-icons {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      float: left; }
      @media screen and (max-width: 768px) {
        footer .footer-top .social-icons {
          top: initial;
          transform: none;
          float: none;
          text-align: center; } }
      footer .footer-top .social-icons a {
        margin-right: 15px; }
        footer .footer-top .social-icons a:last-of-type {
          margin-right: 0; }
      footer .footer-top .social-icons img {
        height: 40px; }
    footer .footer-top .contact-link {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      float: right;
      font-size: 17px;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        footer .footer-top .contact-link {
          top: initial;
          transform: none;
          text-align: center;
          float: none;
          margin-top: 25px; } }
      footer .footer-top .contact-link a {
        font-weight: 400;
        color: #34444c;
        text-decoration: underline; }
  footer .footer-links {
    padding: 75px 0;
    border-top: 1px solid #6f787c;
    border-bottom: 1px solid #6f787c; }
    @media screen and (max-width: 768px) {
      footer .footer-links {
        padding: 40px 0; } }
    footer .footer-links .links-container {
      max-width: 1500px;
      margin: 0 auto;
      width: 90%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        footer .footer-links .links-container {
          text-align: center; } }
    footer .footer-links ul {
      width: 20%; }
      @media screen and (max-width: 768px) {
        footer .footer-links ul {
          width: 100%; } }
      footer .footer-links ul li {
        font-size: 16px;
        margin-bottom: 20px; }
        footer .footer-links ul li a {
          color: #34444c; }
        footer .footer-links ul li:first-of-type {
          font-size: 17px;
          font-weight: 700;
          margin-bottom: 30px; }
          @media screen and (max-width: 768px) {
            footer .footer-links ul li:first-of-type {
              font-size: 20px; } }
          @media screen and (max-width: 525px) {
            footer .footer-links ul li:first-of-type {
              font-size: 16px; } }
        footer .footer-links ul li:last-of-type {
          margin-bottom: 0; }
        @media screen and (max-width: 768px) {
          footer .footer-links ul li:not(:first-child) {
            display: none; } }
      @media screen and (max-width: 768px) {
        footer .footer-links ul:last-of-type li {
          margin-bottom: 0; } }
  footer .footer-bottom {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    height: 125px;
    font-size: 13px; }
    @media screen and (max-width: 768px) {
      footer .footer-bottom {
        height: auto;
        padding: 40px 0; } }
    footer .footer-bottom .footer-bottom-left {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      float: left; }
      @media screen and (max-width: 768px) {
        footer .footer-bottom .footer-bottom-left {
          top: initial;
          transform: none;
          text-align: center;
          float: none; } }
    footer .footer-bottom .footer-bottom-right {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      float: right; }
      @media screen and (max-width: 768px) {
        footer .footer-bottom .footer-bottom-right {
          top: initial;
          transform: none;
          text-align: center;
          float: none;
          margin-top: 20px; } }
      footer .footer-bottom .footer-bottom-right a {
        color: #34444c; }
        @media screen and (max-width: 525px) {
          footer .footer-bottom .footer-bottom-right a {
            display: block; } }
        footer .footer-bottom .footer-bottom-right a:last-of-type {
          margin-left: 35px; }
          @media screen and (max-width: 525px) {
            footer .footer-bottom .footer-bottom-right a:last-of-type {
              margin: 20px 0 0; } }

#consent_blackbar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 99999; }

#truste-consent-content {
  background: #fff !important;
  border: none;
  border-top-left-radius: 102px;
  border-top-right-radius: 102px;
  margin: 0px auto;
  max-width: 900px !important;
  position: absolute !important;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 37px;
  width: 84%;
  z-index: 1000001; }
  #truste-consent-content:before {
    content: url("../img/icons/square_wave.svg");
    position: absolute;
    left: 62px;
    top: 62px; }
  #truste-consent-content:after {
    content: url("../img/icons/gdpr_corner.png");
    position: absolute;
    bottom: -4px;
    left: 0px;
    z-index: -1; }
  #truste-consent-content #truste-consent-buttons #privacy-policy-area {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    text-align: left;
    width: 45%; }
    #truste-consent-content #truste-consent-buttons #privacy-policy-area #truste-cookie-button {
      color: #707070;
      display: inline;
      font-family: "Harmonia Sans Pro Cyr", sans-serif;
      margin: 0 0 0 4px;
      padding: 0;
      width: auto; }
      #truste-consent-content #truste-consent-buttons #privacy-policy-area #truste-cookie-button:before {
        content: none; }

#truste-consent-text {
  color: #404040;
  font-family: "Harmonia Sans Pro Cyr", sans-serif;
  font-size: 15px;
  float: right;
  line-height: 1.4;
  margin: 24px auto 22px;
  padding-right: 45px;
  text-align: left;
  width: 82%; }
  #truste-consent-text #truste-show-consent {
    color: #f09920;
    font-family: "Harmonia Sans Pro Cyr", sans-serif;
    font-size: 15px;
    padding: 0; }

#truste-consent-buttons {
  float: right;
  margin: 24px auto 22px;
  padding-right: 45px;
  width: 82%; }
  #truste-consent-buttons #truste-consent-required {
    display: none; }
  #truste-consent-buttons #truste-consent-button {
    background: #f09920;
    border: none;
    border-radius: 50px;
    float: right;
    font-size: 17px;
    font-family: "Harmonia Sans Pro Cyr", sans-serif;
    padding: 24px 74px;
    width: 50%; }
    #truste-consent-buttons #truste-consent-button:hover {
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
      transform: translateY(-2px); }
  #truste-consent-buttons #truste-cookie-button {
    color: #707070;
    font-family: "Harmonia Sans Pro Cyr", sans-serif;
    margin-top: 12px;
    padding: 0;
    width: 42%; }
    #truste-consent-buttons #truste-cookie-button:before {
      content: 'Click here to read our '; }
  #truste-consent-buttons #truste-show-consent {
    -ms-flex-align: center;
        align-items: center;
    background: white;
    border: none;
    color: #1A1A1A;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    float: left;
    font-family: "Harmonia Sans Pro Cyr", sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 42%; }
    #truste-consent-buttons #truste-show-consent:before {
      content: url("../img/icons/icon_gear.svg");
      margin-right: 8px; }

@media screen and (max-width: 1024px) {
  #truste-consent-content:before {
    left: 36px;
    top: 62px; } }

@media screen and (max-width: 768px) {
  #truste-consent-content {
    width: 92%; }
    #truste-consent-content #truste-consent-buttons #privacy-policy-area {
      display: inherit; }
  #truste-consent-text {
    margin: 10px auto 12px;
    padding-right: 24px;
    width: 77%; }
  #truste-consent-buttons {
    margin: 10px auto 12px;
    padding-right: 0;
    width: 77%; }
    #truste-consent-buttons #truste-consent-button {
      font-size: 14px;
      padding: 18px 24px;
      width: 42%; }
    #truste-consent-buttons #truste-show-consent {
      width: 50%; }
    #truste-consent-buttons #truste-cookie-button {
      width: 50%; } }

@media screen and (max-width: 500px) {
  #truste-consent-content {
    padding: 137px 37px 37px; }
    #truste-consent-content:before {
      left: 0;
      right: 0;
      top: 24px;
      text-align: center; }
    #truste-consent-content #truste-consent-buttons #truste-consent-button {
      -ms-flex-order: 1;
          order: 1; }
    #truste-consent-content #truste-consent-buttons #truste-show-consent {
      background: none;
      -ms-flex-order: 2;
          order: 2; }
    #truste-consent-content #truste-consent-buttons #privacy-policy-area {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: 8px;
      -ms-flex-order: 3;
          order: 3;
      width: 100%; }
  #truste-consent-text {
    padding-right: 0px;
    width: 100%; }
  #truste-consent-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    width: 100%; }
    #truste-consent-buttons #truste-consent-button {
      font-size: 17px;
      width: 100%; }
    #truste-consent-buttons #truste-show-consent {
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: 15px;
      text-align: center;
      width: 100%; }
    #truste-consent-buttons #truste-cookie-button {
      -ms-flex-order: 3;
          order: 3;
      text-align: center;
      width: 100%; } }

.header-content {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 100px auto;
  text-align: center; }
  .header-content .header-text {
    margin-bottom: 25px; }
    @media screen and (max-width: 1440px) {
      .header-content .header-text {
        font-size: 40px;
        line-height: 50px; } }
    @media screen and (max-width: 1024px) {
      .header-content .header-text {
        font-size: 30px;
        line-height: 40px; } }
  .header-content .sub-header-text {
    margin: 0 auto;
    max-width: 620px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 25px; }
    @media screen and (max-width: 1024px) {
      .header-content .sub-header-text {
        font-size: 15px;
        line-height: 22px; } }

.btn-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  margin: 100px auto; }
  .btn-container .download-btn {
    font-weight: 400;
    padding: 24px 44px 24px 78px;
    background-color: transparent;
    border: 2px solid #e95c67;
    color: #e95c67; }
    .btn-container .download-btn img {
      width: 20px;
      top: 22px;
      left: 44px;
      position: absolute; }
      @media screen and (max-width: 1024px) {
        .btn-container .download-btn img {
          top: 20px; } }

.four-col {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 75px auto 175px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media screen and (max-width: 1200px) {
    .four-col {
      margin: 75px auto; } }
  .four-col .block {
    width: 23%; }
    @media screen and (max-width: 1200px) {
      .four-col .block {
        width: 48%;
        margin-bottom: 4%; } }
    @media screen and (max-width: 640px) {
      .four-col .block {
        width: 100%;
        margin-bottom: 10%; } }
    .four-col .block .block-content {
      padding: 65px 40px 40px; }
    .four-col .block .dropdown-container {
      position: absolute;
      bottom: 0;
      width: 100%; }
    .four-col .block .dropdown {
      margin-top: 0; }
  .four-col .caption {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    margin: 30px auto;
    width: 1000px; }

.cta-banner {
  height: 600px;
  text-align: center;
  background-color: #64a70b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .cta-banner {
      height: 500px; } }
  .cta-banner .banner-content {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1100px; }
    .cta-banner .banner-content--icon {
      width: 100px;
      margin-bottom: 25px; }
      @media screen and (max-width: 1024px) {
        .cta-banner .banner-content--icon {
          width: 75px; } }
  .cta-banner h2 {
    font-family: "RT Raleway", sans-serif;
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 35px;
    font-weight: 600; }
    @media screen and (max-width: 1440px) {
      .cta-banner h2 {
        font-size: 40px;
        line-height: 50px; } }
    @media screen and (max-width: 1024px) {
      .cta-banner h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px; } }
  .cta-banner p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px; }
    @media screen and (max-width: 1440px) {
      .cta-banner p {
        font-size: 18px;
        line-height: 26px; } }
    @media screen and (max-width: 1024px) {
      .cta-banner p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 25px; } }

.text-img-blocks {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 150px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 1024px) {
    .text-img-blocks {
      margin: 75px auto; } }
  @media screen and (max-width: 768px) {
    .text-img-blocks {
      margin: 50px auto;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; } }
  .text-img-blocks .content-block,
  .text-img-blocks .img-block {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .text-img-blocks .content-block,
      .text-img-blocks .img-block {
        width: 100%; } }
  .text-img-blocks .img-block-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    width: 50%;
    border-radius: 150px 30px 30px 30px; }
    .text-img-blocks .img-block-bg.text-right {
      border-radius: 30px 150px 30px 30px; }
      @media screen and (max-width: 600px) {
        .text-img-blocks .img-block-bg.text-right {
          border-radius: 20px 90px 20px 20px; } }
    @media screen and (max-width: 1160px) {
      .text-img-blocks .img-block-bg {
        height: 450px; } }
    @media screen and (max-width: 1024px) {
      .text-img-blocks .img-block-bg {
        height: 400px; } }
    @media screen and (max-width: 768px) {
      .text-img-blocks .img-block-bg {
        width: 100%;
        margin-bottom: 50px; } }
    @media screen and (max-width: 600px) {
      .text-img-blocks .img-block-bg {
        height: 350px;
        border-radius: 90px 20px 20px 20px; } }
    @media screen and (max-width: 525px) {
      .text-img-blocks .img-block-bg {
        height: 275px; } }
  .text-img-blocks .img-block img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .text-img-blocks .img-block {
      margin-bottom: 50px; } }
  .text-img-blocks .content-block {
    padding-right: 10%; }
    @media screen and (max-width: 768px) {
      .text-img-blocks .content-block {
        padding: 0; } }
    .text-img-blocks .content-block.text-right {
      padding-right: 0;
      padding-left: 10%; }
      @media screen and (max-width: 768px) {
        .text-img-blocks .content-block.text-right {
          padding: 0; } }
    .text-img-blocks .content-block .btn {
      margin: 15px 15px 0 0; }
    .text-img-blocks .content-block .secondary-btn {
      background-color: transparent;
      color: #64a70b;
      border: 2px solid #64a70b;
      padding: 24px 50px 24px 65px; }
      @media screen and (max-width: 1440px) {
        .text-img-blocks .content-block .secondary-btn {
          padding: 18px 50px 18px 65px; } }
      .text-img-blocks .content-block .secondary-btn img {
        width: 20px;
        left: 35px;
        top: 18px;
        position: absolute; }
        @media screen and (max-width: 1440px) {
          .text-img-blocks .content-block .secondary-btn img {
            width: 16px;
            left: 40px;
            top: 16px; } }
    .text-img-blocks .content-block .coding-tag {
      display: inline-block;
      padding: 12px 25px 12px 50px;
      border-radius: 40px;
      margin-bottom: 25px;
      font-size: 16px;
      font-weight: 600;
      font-family: "RT Raleway", sans-serif; }
      .text-img-blocks .content-block .coding-tag img {
        position: absolute;
        left: 25px; }
      .text-img-blocks .content-block .coding-tag.coding-level-1 {
        border: 2px solid #41b8a4;
        color: #41b8a4; }
        .text-img-blocks .content-block .coding-tag.coding-level-1 img {
          width: 16px;
          top: 12px; }
      .text-img-blocks .content-block .coding-tag.coding-level-2 {
        border: 2px solid #f09920;
        padding-left: 92px;
        color: #f09920; }
        .text-img-blocks .content-block .coding-tag.coding-level-2 img {
          width: 60px;
          top: 11px; }
      .text-img-blocks .content-block .coding-tag.coding-level-3 {
        border: 2px solid #3f86c7;
        color: #3f86c7;
        padding-left: 67px; }
        .text-img-blocks .content-block .coding-tag.coding-level-3 img {
          width: 32px;
          top: 10px; }
    .text-img-blocks .content-block h2 {
      font-size: 50px;
      line-height: 54px;
      font-weight: 600;
      font-family: "RT Raleway", sans-serif;
      margin-bottom: 25px; }
      @media screen and (max-width: 1440px) {
        .text-img-blocks .content-block h2 {
          font-size: 40px;
          line-height: 50px; } }
      @media screen and (max-width: 1024px) {
        .text-img-blocks .content-block h2 {
          font-size: 30px;
          line-height: 40px; } }
    .text-img-blocks .content-block li,
    .text-img-blocks .content-block p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 25px; }
      @media screen and (max-width: 1024px) {
        .text-img-blocks .content-block li,
        .text-img-blocks .content-block p {
          font-size: 15px;
          line-height: 22px; } }
    .text-img-blocks .content-block li {
      padding-left: 30px; }
    .text-img-blocks .content-block li:before {
      content: "";
      position: absolute;
      background: #64a70b;
      left: 0;
      top: 11px;
      height: 2px;
      width: 12px; }
    .text-img-blocks .content-block li:after {
      content: "";
      position: absolute;
      background: #64a70b;
      left: 5px;
      top: 6px;
      height: 12px;
      width: 2px; }

.cards-two-col {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 150px auto;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .cards-two-col {
      margin: 75px auto; } }
  @media screen and (max-width: 768px) {
    .cards-two-col {
      margin: 50px auto; } }
  .cards-two-col .header-content {
    margin: 0 auto;
    width: 100%; }
  .cards-two-col .card-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .cards-two-col .card-container .card {
      margin-left: 25px;
      height: 340px;
      box-shadow: 0 14px 40px #B0BFCE54;
      border-radius: 45px;
      width: 46%;
      margin: 25px 0 75px;
      text-align: left; }
      @media screen and (max-width: 1440px) {
        .cards-two-col .card-container .card {
          height: 275px;
          margin-bottom: 50px; } }
      @media screen and (max-width: 1024px) {
        .cards-two-col .card-container .card {
          height: auto;
          margin: 50px auto; } }
      @media screen and (max-width: 640px) {
        .cards-two-col .card-container .card {
          width: 100%;
          margin: 50px auto 75px; } }
      .cards-two-col .card-container .card a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10; }
      .cards-two-col .card-container .card .circle-container {
        height: 340px;
        border-radius: 45px;
        overflow: hidden;
        position: absolute; }
        @media screen and (max-width: 1440px) {
          .cards-two-col .card-container .card .circle-container {
            height: 275px; } }
        @media screen and (max-width: 1024px) {
          .cards-two-col .card-container .card .circle-container {
            width: 100%;
            height: 100%; } }
        .cards-two-col .card-container .card .circle-container #circle {
          width: 420px;
          height: 420px;
          top: -40px;
          left: -175px;
          background: transparent linear-gradient(167deg, #41B8A4 0%, #64A70B 100%) 0% 0% no-repeat padding-box;
          border-radius: 50%; }
          @media screen and (max-width: 1440px) {
            .cards-two-col .card-container .card .circle-container #circle {
              width: 325px;
              height: 325px;
              top: -25px;
              left: -130px; } }
          @media screen and (max-width: 1024px) {
            .cards-two-col .card-container .card .circle-container #circle {
              width: 150%;
              padding-bottom: 150%;
              left: -25%;
              top: -65%; } }
          @media screen and (max-width: 860px) {
            .cards-two-col .card-container .card .circle-container #circle {
              top: -55%; } }
          @media screen and (max-width: 768px) {
            .cards-two-col .card-container .card .circle-container #circle {
              top: -50%; } }
          @media screen and (max-width: 700px) {
            .cards-two-col .card-container .card .circle-container #circle {
              top: -44%; } }
          @media screen and (max-width: 640px) {
            .cards-two-col .card-container .card .circle-container #circle {
              top: -78%; } }
          @media screen and (max-width: 600px) {
            .cards-two-col .card-container .card .circle-container #circle {
              top: -70%; } }
          @media screen and (max-width: 500px) {
            .cards-two-col .card-container .card .circle-container #circle {
              top: -62%; } }
          @media screen and (max-width: 400px) {
            .cards-two-col .card-container .card .circle-container #circle {
              top: -50%; } }
    .cards-two-col .card-container .card-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-right: 45px;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 1440px) {
        .cards-two-col .card-container .card-content {
          padding-right: 25px; } }
      @media screen and (max-width: 1024px) {
        .cards-two-col .card-container .card-content {
          padding: 0;
          -ms-flex-direction: column;
              flex-direction: column;
          top: auto;
          transform: none;
          text-align: center; } }
      .cards-two-col .card-container .card-content img {
        margin-left: -25px;
        width: 230px; }
        @media screen and (max-width: 1440px) {
          .cards-two-col .card-container .card-content img {
            width: 185px; } }
        @media screen and (max-width: 1024px) {
          .cards-two-col .card-container .card-content img {
            margin: -40px 0 0 0;
            width: 70%; } }
      .cards-two-col .card-container .card-content .card-content-right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin-left: 100px;
        width: 100%; }
        @media screen and (max-width: 1440px) {
          .cards-two-col .card-container .card-content .card-content-right {
            margin-left: 50px; } }
        @media screen and (max-width: 1024px) {
          .cards-two-col .card-container .card-content .card-content-right {
            margin: 0;
            -ms-flex-direction: column;
                flex-direction: column;
            padding: 75px 50px 50px 50px; } }
      .cards-two-col .card-container .card-content .card-text {
        width: calc(100% - 90px); }
        @media screen and (max-width: 1440px) {
          .cards-two-col .card-container .card-content .card-text {
            width: calc(100% - 80px); } }
        @media screen and (max-width: 1024px) {
          .cards-two-col .card-container .card-content .card-text {
            width: 100%; } }
        .cards-two-col .card-container .card-content .card-text h1 {
          font-size: 38px;
          line-height: 40px;
          font-weight: 600;
          margin-bottom: 18px; }
          @media screen and (max-width: 1440px) {
            .cards-two-col .card-container .card-content .card-text h1 {
              font-size: 28px;
              line-height: 30px; } }
        .cards-two-col .card-container .card-content .card-text p {
          font-size: 18px; }
          @media screen and (max-width: 1440px) {
            .cards-two-col .card-container .card-content .card-text p {
              font-size: 16px;
              line-height: 22px; } }
      .cards-two-col .card-container .card-content .card-arrow {
        background-image: url("../img/icons/arrow-right.svg");
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center;
        height: 65px;
        width: 65px;
        border-radius: 32px;
        margin-left: 25px;
        background-color: #3f86c7; }
        @media screen and (max-width: 1440px) {
          .cards-two-col .card-container .card-content .card-arrow {
            height: 55px;
            width: 55px; } }
        @media screen and (max-width: 1024px) {
          .cards-two-col .card-container .card-content .card-arrow {
            margin: 0;
            top: 75px; } }

.icon-cards {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 150px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media screen and (max-width: 1024px) {
    .icon-cards {
      margin: 100px auto; } }
  @media screen and (max-width: 768px) {
    .icon-cards {
      margin: 75px auto; } }
  .icon-cards .card {
    width: 48%;
    box-shadow: 0 14px 40px #BEC9D254;
    border-radius: 45px;
    padding: 65px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .icon-cards .card {
        width: 100%;
        margin-bottom: 50px; } }
    @media screen and (max-width: 600px) {
      .icon-cards .card {
        padding: 50px 25px; } }
    .icon-cards .card ul {
      margin-bottom: 25px;
      list-style-position: inside; }
      @media screen and (max-width: 1024px) {
        .icon-cards .card ul {
          font-size: 15px;
          line-height: 22px; } }
      .icon-cards .card ul li {
        margin-bottom: 15px;
        padding-left: 30px;
        text-align: initial; }
        .icon-cards .card ul li:before {
          content: "";
          position: absolute;
          background: #64a70b;
          left: 0;
          top: 5px;
          height: 2px;
          width: 12px; }
        .icon-cards .card ul li:after {
          content: "";
          position: absolute;
          background: #64a70b;
          left: 5px;
          top: 0;
          height: 12px;
          width: 2px; }
        .icon-cards .card ul li a {
          font-weight: 600;
          color: #64a70b;
          text-decoration: none;
          border-bottom: 2px solid #64a70b; }
    .icon-cards .card .card-icon {
      background-color: #64a70b;
      background-repeat: no-repeat;
      background-size: 65%;
      background-position: center;
      width: 76px;
      height: 76px;
      margin-bottom: 40px;
      left: calc(50% - 38px);
      border-radius: 45px;
      z-index: 1; }
      @media screen and (max-width: 1024px) {
        .icon-cards .card .card-icon {
          width: 60px;
          height: 60px;
          margin-bottom: 25px;
          left: calc(50% - 30px); } }
    .icon-cards .card h2 {
      font-size: 38px;
      line-height: 54px;
      font-family: "RT Raleway", sans-serif;
      font-weight: 600;
      margin-bottom: 40px; }
      @media screen and (max-width: 1440px) {
        .icon-cards .card h2 {
          font-size: 30px;
          line-height: 40px;
          margin-bottom: 25px; } }
      @media screen and (max-width: 600px) {
        .icon-cards .card h2 {
          font-size: 26px;
          line-height: 36px; } }
    .icon-cards .card p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 25px; }
      @media screen and (max-width: 1440px) {
        .icon-cards .card p {
          font-size: 15px;
          line-height: 22px; } }

.cards-three-col {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 150px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media screen and (max-width: 1024px) {
    .cards-three-col {
      margin: 75px auto; } }
  .cards-three-col .header-content {
    margin: 0 auto;
    width: 100%; }
  .cards-three-col .card {
    width: 31%;
    box-shadow: 0 14px 40px #BEC9D254;
    border-radius: 45px 100px 45px 45px;
    margin: 50px 0; }
    @media screen and (max-width: 768px) {
      .cards-three-col .card {
        width: 100%;
        margin: 25px 0; } }
    .cards-three-col .card .card-img {
      height: 325px;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 45px 100px 0 0; }
      .cards-three-col .card .card-img.img-short {
        height: 250px; }
      .cards-three-col .card .card-img.img-tall {
        height: 400px; }
        @media screen and (max-width: 1440px) {
          .cards-three-col .card .card-img.img-tall {
            height: 325px; } }
        @media screen and (max-width: 1024px) {
          .cards-three-col .card .card-img.img-tall {
            height: 275px; } }
    .cards-three-col .card .card-icon {
      background-color: #64a70b;
      background-repeat: no-repeat;
      background-size: 65%;
      background-position: center;
      width: 90px;
      height: 90px;
      position: absolute;
      margin-top: -90px;
      left: calc(50% - 45px);
      border-radius: 45px;
      z-index: 1; }
      @media screen and (max-width: 1440px) {
        .cards-three-col .card .card-icon {
          width: 60px;
          height: 60px;
          left: calc(50% - 30px);
          margin-top: -73px; } }
    .cards-three-col .card .card-content {
      background-color: #fff;
      text-align: center;
      border-radius: 45px;
      margin-top: -42px;
      padding: 65px; }
      @media screen and (max-width: 1160px) {
        .cards-three-col .card .card-content {
          padding: 50px 25px; } }
      @media screen and (max-width: 768px) {
        .cards-three-col .card .card-content {
          padding: 65px; } }
      @media screen and (max-width: 600px) {
        .cards-three-col .card .card-content {
          padding: 50px 25px; } }
      .cards-three-col .card .card-content h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 25px;
        font-family: "RT Raleway", sans-serif;
        font-weight: 600; }
        @media screen and (max-width: 1440px) {
          .cards-three-col .card .card-content h2 {
            font-size: 20px;
            line-height: 30px; } }
      .cards-three-col .card .card-content p {
        font-size: 18px; }
        @media screen and (max-width: 1440px) {
          .cards-three-col .card .card-content p {
            font-size: 14px;
            line-height: 22px; } }
      .cards-three-col .card .card-content .btn {
        margin-top: 25px; }

.text-box {
  padding: 175px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom; }
  @media screen and (max-width: 900px) {
    .text-box {
      padding: 0;
      background-image: none !important;
      margin: 100px auto; } }
  .text-box .text-box-mobile-img {
    display: none;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media screen and (max-width: 900px) {
      .text-box .text-box-mobile-img {
        display: block; } }
  .text-box .text-box-inner {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 900px) {
      .text-box .text-box-inner {
        margin-top: -35px;
        width: 100%;
        border-radius: 0 35px 0 0;
        background-color: #fff; } }
    .text-box .text-box-inner.box-right {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
    .text-box .text-box-inner .content-block {
      width: 50%;
      background-color: #fff;
      border-radius: 30px 150px 30px 30px;
      padding: 100px; }
      @media screen and (max-width: 900px) {
        .text-box .text-box-inner .content-block {
          width: 90%;
          padding: 0;
          margin: 100px auto 0; } }
      @media screen and (max-width: 600px) {
        .text-box .text-box-inner .content-block {
          width: 80%;
          margin: 50px auto 0; } }
      .text-box .text-box-inner .content-block h2 {
        font-size: 50px;
        line-height: 54px;
        font-weight: 600;
        font-family: "RT Raleway", sans-serif;
        margin-bottom: 25px; }
        @media screen and (max-width: 1024px) {
          .text-box .text-box-inner .content-block h2 {
            font-size: 30px;
            line-height: 40px; } }
      .text-box .text-box-inner .content-block p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px; }
        @media screen and (max-width: 1024px) {
          .text-box .text-box-inner .content-block p {
            font-size: 15px;
            line-height: 22px; } }

.column-blocks {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 150px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .column-blocks .header-content {
    margin: 0 auto;
    width: 100%; }
  .column-blocks .text-align-left {
    text-align: left; }
  .column-blocks .text-align-center {
    text-align: center; }
  .column-blocks .text-align-right {
    text-align: right; }
  .column-blocks .column-blocks-three-col {
    width: calc(33.3333% - 50px); }
  .column-blocks .column-blocks-four-col {
    width: calc(25% - 50px); }
  .column-blocks .column-blocks-three-col,
  .column-blocks .column-blocks-four-col {
    margin: 0 25px 100px; }
    @media screen and (max-width: 1024px) {
      .column-blocks .column-blocks-three-col,
      .column-blocks .column-blocks-four-col {
        width: calc(50% - 50px); } }
    @media screen and (max-width: 600px) {
      .column-blocks .column-blocks-three-col,
      .column-blocks .column-blocks-four-col {
        width: 100%;
        margin: 0 auto 100px;
        text-align: center; } }
  .column-blocks .column-blocks-two-col {
    width: calc(50% - 200px);
    margin: 0 100px 100px; }
    @media screen and (max-width: 1024px) {
      .column-blocks .column-blocks-two-col {
        margin: 0 25px 100px;
        width: calc(50% - 50px); } }
    @media screen and (max-width: 600px) {
      .column-blocks .column-blocks-two-col {
        width: 100%;
        margin: 0 auto 100px;
        text-align: center; } }
  .column-blocks a {
    color: #34444c; }
  .column-blocks img {
    width: 100%;
    margin-bottom: 25px; }
  .column-blocks h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: "RT Raleway", sans-serif;
    font-weight: 600;
    margin-bottom: 25px; }
  .column-blocks p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px; }
    @media screen and (max-width: 1440px) {
      .column-blocks p {
        font-size: 15px;
        line-height: 22px; } }
  .column-blocks .btn {
    color: #fff; }

.accordion-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 50px auto; }
  .accordion-container .header-content {
    margin: 0;
    text-align: left;
    width: 100%; }
    .accordion-container .header-content .sub-header-text {
      max-width: none; }
  .accordion-container ul li {
    padding-left: 30px; }
    .accordion-container ul li:before {
      content: "";
      position: absolute;
      background: #64a70b;
      left: 0;
      top: 5px;
      height: 2px;
      width: 12px; }
    .accordion-container ul li:after {
      content: "";
      position: absolute;
      background: #64a70b;
      left: 5px;
      top: 0;
      height: 12px;
      width: 2px; }

.accordion .accordion-select {
  font-family: "RT Raleway", sans-serif;
  background-color: #f3f4f6;
  padding: 40px 80px 40px 40px;
  border-bottom: 1px solid #d8dbdc;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  cursor: pointer; }
  @media screen and (max-width: 1440px) {
    .accordion .accordion-select {
      font-size: 20px;
      line-height: 28px;
      padding: 30px 80px 30px 30px; } }
  @media screen and (max-width: 1024px) {
    .accordion .accordion-select {
      font-size: 14px;
      line-height: 20px;
      padding: 15px 50px 15px 25px; } }
  .accordion .accordion-select.active, .accordion .accordion-select:hover {
    background-color: #ccc; }
  .accordion .accordion-select.active {
    border: 0; }
    .accordion .accordion-select.active:after {
      content: url("../img/icons/arrow-up-black.svg"); }
  .accordion .accordion-select:after {
    content: url("../img/icons/arrow-down-black.svg");
    position: absolute;
    width: 14px;
    right: 36px; }
    @media screen and (max-width: 1024px) {
      .accordion .accordion-select:after {
        width: 12px;
        right: 20px; } }
  .accordion .accordion-select:first-of-type {
    border-radius: 20px 20px 0 0; }
  .accordion .accordion-select:last-of-type {
    border: 0;
    border-radius: 0 0 20px 20px; }
    .accordion .accordion-select:last-of-type.active {
      border-radius: 0; }

.accordion .accordion-dropdown {
  padding: 40px;
  background-color: #fdfdfd;
  display: none; }
  @media screen and (max-width: 1024px) {
    .accordion .accordion-dropdown {
      padding: 15px 25px; } }
  .accordion .accordion-dropdown:last-of-type {
    border-radius: 0 0 20px 20px;
    border-bottom: 0; }
  .accordion .accordion-dropdown .whats-included {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .accordion .accordion-dropdown .whats-included .item {
      margin: 0 50px 50px;
      width: calc(25% - 100px);
      text-align: center; }
      .accordion .accordion-dropdown .whats-included .item h4 {
        font-size: 17px;
        font-family: "Harmonia Sans Pro Cyr", sans-serif;
        font-weight: 400; }
  .accordion .accordion-dropdown h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px; }
  .accordion .accordion-dropdown ul {
    margin-bottom: 25px; }
    .accordion .accordion-dropdown ul li {
      margin-bottom: 10px; }
  .accordion .accordion-dropdown p {
    font-family: "Harmonia Sans Pro Cyr", sans-serif;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 25px; }
    @media screen and (max-width: 1024px) {
      .accordion .accordion-dropdown p {
        font-size: 14px;
        line-height: 20px; } }
  .accordion .accordion-dropdown a {
    color: #64a70b;
    font-weight: bold;
    text-decoration: underline; }

.compare-robots {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 150px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 1024px) {
    .compare-robots {
      margin: 75px auto; } }
  @media screen and (max-width: 768px) {
    .compare-robots {
      margin: 50px auto; } }
  .compare-robots .robot-col {
    width: calc(50% - 100px);
    text-align: center; }
    .compare-robots .robot-col:first-of-type {
      margin-right: 50px; }
      @media screen and (max-width: 1440px) {
        .compare-robots .robot-col:first-of-type {
          margin-right: 25px; } }
      @media screen and (max-width: 768px) {
        .compare-robots .robot-col:first-of-type {
          margin: 0 0 50px; } }
    .compare-robots .robot-col:last-of-type {
      margin-left: 50px; }
      @media screen and (max-width: 1440px) {
        .compare-robots .robot-col:last-of-type {
          margin-left: 25px; } }
      @media screen and (max-width: 768px) {
        .compare-robots .robot-col:last-of-type {
          margin: 0; } }
    @media screen and (max-width: 1440px) {
      .compare-robots .robot-col {
        width: calc(50% - 50px); } }
    @media screen and (max-width: 768px) {
      .compare-robots .robot-col {
        width: 100%; } }
    .compare-robots .robot-col h1 {
      font-size: 50px;
      line-height: 54px;
      font-weight: 600;
      margin-bottom: 25px;
      padding: 0 125px; }
      @media screen and (max-width: 1440px) {
        .compare-robots .robot-col h1 {
          font-size: 40px;
          line-height: 50px; } }
      @media screen and (max-width: 1024px) {
        .compare-robots .robot-col h1 {
          font-size: 30px;
          line-height: 40px;
          padding: 0 25px; } }
    .compare-robots .robot-col p {
      font-size: 20px;
      line-height: 30px;
      padding: 0 75px;
      margin-bottom: 25px; }
      @media screen and (max-width: 1440px) {
        .compare-robots .robot-col p {
          font-size: 15px;
          line-height: 22px; } }
      @media screen and (max-width: 1024px) {
        .compare-robots .robot-col p {
          padding: 0 25px; } }
    .compare-robots .robot-col img {
      width: 100%;
      margin-bottom: 25px; }
  .compare-robots .compare-robots-btn {
    text-align: center;
    margin-top: 50px;
    width: 100%; }
    .compare-robots .compare-robots-btn #compare-btn {
      border: 2px solid #64a70b;
      background-color: transparent;
      color: #64a70b;
      cursor: pointer; }

.comparison-chart {
  text-align: center;
  font-family: "RT Raleway", sans-serif;
  font-size: 28px; }
  .comparison-chart .comparison-product-image {
    width: 150px;
    padding: 20px; }
    @media screen and (max-width: 1024px) {
      .comparison-chart .comparison-product-image {
        padding: 20px 0;
        width: 125px; } }
    @media screen and (max-width: 880px) {
      .comparison-chart .comparison-product-image {
        width: 100px; } }
    @media screen and (max-width: 767px) {
      .comparison-chart .comparison-product-image {
        font-size: 16px;
        padding: 15px 0; } }
    @media screen and (max-width: 560px) {
      .comparison-chart .comparison-product-image {
        display: none; } }
  .comparison-chart .comparison-chart-product {
    text-align: left; }
    @media screen and (max-width: 560px) {
      .comparison-chart .comparison-chart-product {
        width: 50%;
        text-align: center; } }
    .comparison-chart .comparison-chart-product h1 {
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 15px; }
      @media screen and (max-width: 1024px) {
        .comparison-chart .comparison-chart-product h1 {
          font-size: 26px; } }
    .comparison-chart .comparison-chart-product p {
      font-size: 12px;
      line-height: 18px;
      font-family: "Harmonia Sans Pro Cyr", sans-serif; }
      @media screen and (max-width: 1024px) {
        .comparison-chart .comparison-chart-product p {
          font-size: 10px;
          line-height: 16px; } }
  .comparison-chart table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed; }
  .comparison-chart td, .comparison-chart th {
    empty-cells: show;
    padding: 20px;
    border-bottom: 1px solid #d9dcde; }
    @media screen and (max-width: 767px) {
      .comparison-chart td, .comparison-chart th {
        font-size: 16px;
        padding: 15px; } }
  .comparison-chart tbody tr:nth-child(odd) {
    display: none; }
    @media screen and (max-width: 767px) {
      .comparison-chart tbody tr:nth-child(odd) {
        display: table-row; } }
  .comparison-chart th {
    vertical-align: top;
    border-bottom: 1px solid #d9dcde; }
    .comparison-chart th:first-of-type {
      vertical-align: bottom;
      border-bottom: 2px solid #bac0c3;
      font-size: 28px;
      font-weight: 600;
      width: 225px; }
      @media screen and (max-width: 1024px) {
        .comparison-chart th:first-of-type {
          font-size: 22px; } }
      @media screen and (max-width: 880px) {
        .comparison-chart th:first-of-type {
          width: 175px; } }
      @media screen and (max-width: 767px) {
        .comparison-chart th:first-of-type {
          display: none; } }
    .comparison-chart th img {
      width: 100%; }
  @media screen and (max-width: 560px) {
    .comparison-chart .compare-row td:nth-child(2) {
      display: none; } }
  @media screen and (max-width: 560px) {
    .comparison-chart .compare-row td:nth-child(4) {
      display: none; } }
  .comparison-chart tr td:first-child {
    text-align: left;
    border-bottom: 2px solid #bac0c3;
    font-size: 16px;
    line-height: 20px; }
    @media screen and (max-width: 1024px) {
      .comparison-chart tr td:first-child {
        font-size: 14px;
        line-height: 18px; } }
    @media screen and (max-width: 767px) {
      .comparison-chart tr td:first-child {
        display: none; } }
  .comparison-chart tr td .compare-check {
    width: 20px;
    display: block; }
    @media screen and (max-width: 560px) {
      .comparison-chart tr td .compare-check {
        margin: 0 auto; } }
  .comparison-chart .text-left {
    text-align: left; }

.download-blocks {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 150px auto; }
  @media screen and (max-width: 1024px) {
    .download-blocks {
      margin: 75px auto; } }
  @media screen and (max-width: 768px) {
    .download-blocks {
      margin: 50px auto; } }
  @media screen and (max-width: 600px) {
    .download-blocks {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    .download-blocks .header-content {
      margin: 25px auto; } }
  .download-blocks .block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .download-blocks .block-container .prev-arrow,
    .download-blocks .block-container .next-arrow {
      margin-top: 50px;
      background-color: transparent; }
    .download-blocks .block-container .prev-arrow {
      background-image: url(../img/icons/slider-arrow-prev-black.svg); }
    .download-blocks .block-container .next-arrow {
      background-image: url(../img/icons/slider-arrow-next-black.svg); }
    .download-blocks .block-container__block {
      text-align: center;
      width: 20%;
      padding: 0 2%; }
      @media screen and (max-width: 1024px) {
        .download-blocks .block-container__block {
          width: 30%;
          margin-bottom: 50px; } }
      @media screen and (max-width: 600px) {
        .download-blocks .block-container__block {
          padding: 0 15%; } }
      .download-blocks .block-container__block h1 {
        font-size: 28px;
        margin-bottom: 40px; }
        @media screen and (max-width: 1024px) {
          .download-blocks .block-container__block h1 {
            font-size: 24px; } }
      .download-blocks .block-container__block--icons {
        background-color: transparent;
        height: 300px;
        perspective: 1000px; }
        @media screen and (max-width: 1440px) {
          .download-blocks .block-container__block--icons {
            height: 250px; } }
        @media screen and (max-width: 1440px) {
          .download-blocks .block-container__block--icons {
            height: 325px; } }
        .download-blocks .block-container__block--icons .icons-inner {
          cursor: pointer;
          position: relative;
          width: 100%;
          height: 100%;
          transition: transform 0.6s; }
          .download-blocks .block-container__block--icons .icons-inner.flip {
            transform: rotateY(180deg); }
        .download-blocks .block-container__block--icons .icons-front,
        .download-blocks .block-container__block--icons .icons-back {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
          .download-blocks .block-container__block--icons .icons-front .hex-bg,
          .download-blocks .block-container__block--icons .icons-back .hex-bg {
            filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2)); }
          .download-blocks .block-container__block--icons .icons-front .logo,
          .download-blocks .block-container__block--icons .icons-front .qr-code,
          .download-blocks .block-container__block--icons .icons-back .logo,
          .download-blocks .block-container__block--icons .icons-back .qr-code {
            position: absolute;
            width: 50%; }
          .download-blocks .block-container__block--icons .icons-front .qr-code,
          .download-blocks .block-container__block--icons .icons-back .qr-code {
            display: none;
            transform: rotateY(180deg); }

.the-latest-hero,
.materials-hero {
  height: 400px; }
  @media screen and (max-width: 1024px) {
    .the-latest-hero,
    .materials-hero {
      height: 300px; } }
  @media screen and (max-width: 768px) {
    .the-latest-hero,
    .materials-hero {
      height: 225px; } }
  .the-latest-hero .hero-content,
  .materials-hero .hero-content {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center; }
    .the-latest-hero .hero-content h1,
    .materials-hero .hero-content h1 {
      font-size: 54px;
      line-height: 70px;
      font-weight: 700;
      font-family: "RT Raleway", sans-serif;
      margin-bottom: 25px; }
      @media screen and (max-width: 1440px) {
        .the-latest-hero .hero-content h1,
        .materials-hero .hero-content h1 {
          font-size: 44px;
          line-height: 54px; } }
      @media screen and (max-width: 1024px) {
        .the-latest-hero .hero-content h1,
        .materials-hero .hero-content h1 {
          font-size: 36px;
          line-height: 46px; } }
      @media screen and (max-width: 768px) {
        .the-latest-hero .hero-content h1,
        .materials-hero .hero-content h1 {
          font-size: 32px;
          line-height: 38px; } }
      @media screen and (max-width: 640px) {
        .the-latest-hero .hero-content h1,
        .materials-hero .hero-content h1 {
          font-size: 30px;
          line-height: 40px; } }
    .the-latest-hero .hero-content p,
    .materials-hero .hero-content p {
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      max-width: 600px;
      margin: 0 auto; }
      @media screen and (max-width: 1440px) {
        .the-latest-hero .hero-content p,
        .materials-hero .hero-content p {
          font-size: 15px;
          line-height: 22px; } }
  .the-latest-hero .hero-bg,
  .materials-hero .hero-bg {
    background: url("../img/materials-hero-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.materials-filter-mobile {
  position: fixed;
  width: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background-color: #64a70b;
  z-index: 99999; }

.materials-mobile-header {
  display: none;
  text-align: center;
  margin: 50px 0 25px; }
  @media screen and (max-width: 1024px) {
    .materials-mobile-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  .materials-mobile-header #mobile-filter-btn {
    cursor: pointer;
    position: absolute;
    width: 70px;
    height: 50px;
    background-color: #34444c;
    border-radius: 0 30px 30px 0; }
    .materials-mobile-header #mobile-filter-btn img {
      width: 18px;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .materials-mobile-header #mobile-search-btn {
    display: none;
    cursor: pointer;
    position: absolute;
    width: 70px;
    right: 0;
    height: 50px;
    background-color: #34444c;
    border-radius: 30px 0 0 30px; }
    .materials-mobile-header #mobile-search-btn img {
      width: 20px;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .materials-mobile-header p {
    font-size: 20px;
    line-height: 24px;
    font-family: "RT Raleway", sans-serif;
    font-weight: 700;
    margin: 0 auto; }

.materials-filter {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  background-color: #34444c;
  height: 100px;
  margin-top: -50px;
  border-radius: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 65px 0 40px;
  z-index: 999; }
  @media screen and (max-width: 1024px) {
    .materials-filter {
      border-radius: 0 30px 30px 0;
      position: fixed;
      width: 300px;
      bottom: 0;
      left: 0;
      padding: 75px 0 0 0;
      height: 100vh;
      background-color: #ecf2f3;
      z-index: 9999999;
      -ms-flex-direction: column;
          flex-direction: column;
      transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transform: translateX(-400px); } }
  .materials-filter #mobile-filter-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    color: #64a70b;
    z-index: 1;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .materials-filter #mobile-filter-close {
        display: block; } }
  .materials-filter .mobile-filter-icon,
  .materials-filter .filter-icon {
    position: absolute;
    width: 20px;
    left: 0;
    top: 2px; }
  .materials-filter .mobile-filter-icon {
    display: none; }
    @media screen and (max-width: 1024px) {
      .materials-filter .mobile-filter-icon {
        display: block; } }
  @media screen and (max-width: 1024px) {
    .materials-filter .filter-icon {
      display: none; } }
  .materials-filter .filter-label {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: "RT Raleway", sans-serif;
    font-weight: 700;
    margin-right: 20px;
    padding-left: 30px;
    min-width: 108px;
    width: 108px; }
    @media screen and (max-width: 1024px) {
      .materials-filter .filter-label {
        margin: 0 0 35px 0;
        font-size: 18px;
        line-height: 24px;
        color: #34444c;
        width: auto; } }
  .materials-filter .dropdown {
    width: calc(25% - 52px);
    max-width: 225px;
    height: 50px;
    text-align: left;
    margin-right: 20px;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .materials-filter .dropdown {
        margin: 0 0 35px 0;
        height: 65px;
        background-color: #64a70b;
        z-index: unset;
        width: 100%; } }
    .materials-filter .dropdown:last-of-type {
      margin: 0; }
    .materials-filter .dropdown p {
      white-space: nowrap;
      overflow: hidden;
      border-left: 25px solid transparent;
      border-right: 40px solid transparent;
      text-overflow: ellipsis;
      background-color: #fff;
      border-radius: 30px;
      color: #34444c;
      padding: 12px 0;
      font-size: 16px;
      font-weight: 400; }
      .materials-filter .dropdown p:after {
        content: ''; }
      @media screen and (max-width: 1024px) {
        .materials-filter .dropdown p {
          background-color: #64a70b;
          padding: 20px 25px;
          color: #fff; } }
    .materials-filter .dropdown img {
      position: absolute;
      width: 14px;
      z-index: 6;
      right: 20px;
      top: 20px; }
    .materials-filter .dropdown .dropdown-content {
      max-height: 252px;
      margin-top: -28px;
      box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08);
      /* Handle */ }
      .materials-filter .dropdown .dropdown-content::-webkit-scrollbar {
        width: 10px; }
      .materials-filter .dropdown .dropdown-content::-webkit-scrollbar-thumb {
        background: #64a70b;
        border-radius: 15px; }
      @media screen and (max-width: 1024px) {
        .materials-filter .dropdown .dropdown-content {
          z-index: 7;
          top: 68px;
          background-color: #64a70b;
          border-top: none !important;
          /* Handle */ }
          .materials-filter .dropdown .dropdown-content::-webkit-scrollbar-thumb {
            background: #fff; } }
      @media screen and (max-width: 1024px) {
        .materials-filter .dropdown .dropdown-content ul {
          padding: 20px 0 0 0; } }
      .materials-filter .dropdown .dropdown-content li {
        color: #34444c;
        transition: all .25s ease-out; }
        @media screen and (max-width: 1024px) {
          .materials-filter .dropdown .dropdown-content li {
            color: #fff; } }
        .materials-filter .dropdown .dropdown-content li:hover {
          color: #fff;
          background-color: #64a70b; }

.mobile-filter-active {
  transform: translateX(0); }

#materials-search-bar {
  position: absolute;
  background-color: #fff;
  right: 22px;
  padding: 9px 0;
  border-radius: 30px; }
  @media screen and (max-width: 1024px) {
    #materials-search-bar {
      display: none; } }
  #materials-search-bar input {
    line-height: 26px;
    color: #34444c;
    font-size: 16px;
    font-weight: 400;
    width: 0;
    margin-left: 20px; }
    #materials-search-bar input:focus {
      outline: 0; }

#search-btn {
  position: absolute;
  right: 16px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  background-image: url("../img/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center; }
  @media screen and (max-width: 1024px) {
    #search-btn {
      display: none; } }

.filter-reset {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 25px auto 0;
  padding: 0 25px;
  text-align: center; }
  .filter-reset .reset-btn {
    display: none;
    border: 2px solid #bfbfbf;
    padding: 5px 38px 5px 20px;
    border-radius: 30px;
    min-width: 175px;
    text-align: left;
    font-size: 14px;
    margin: 0 5px;
    cursor: pointer; }
    .filter-reset .reset-btn:after {
      content: '×';
      position: absolute;
      right: 14px;
      font-size: 18px;
      color: #64a70b; }

#no-material-results {
  display: none;
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  margin: 100px auto;
  font-family: "RT Raleway", sans-serif; }
  #no-material-results img {
    margin-bottom: 35px; }
  #no-material-results h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px; }
    @media screen and (max-width: 1024px) {
      #no-material-results h2 {
        font-size: 38px; } }
    @media screen and (max-width: 768px) {
      #no-material-results h2 {
        font-size: 24px;
        margin-bottom: 10px; } }
  #no-material-results p {
    font-size: 20px; }
    @media screen and (max-width: 1024px) {
      #no-material-results p {
        font-size: 16px; } }
    @media screen and (max-width: 768px) {
      #no-material-results p {
        font-size: 12px; } }

#materials-filtered .react-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }

#materials-filtered,
.material-entries-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  #materials-filtered .header-text,
  .material-entries-container .header-text {
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 1440px) {
      #materials-filtered .header-text,
      .material-entries-container .header-text {
        font-size: 40px;
        line-height: 50px; } }
    @media screen and (max-width: 1024px) {
      #materials-filtered .header-text,
      .material-entries-container .header-text {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px; } }
  #materials-filtered .header-content,
  .material-entries-container .header-content {
    margin: 0 auto;
    width: 100%; }
    #materials-filtered .header-content .header-text,
    .material-entries-container .header-content .header-text {
      margin-bottom: 25px; }
  #materials-filtered .material-entry,
  .material-entries-container .material-entry {
    box-shadow: 0 14px 40px #B0BFCE54;
    background-color: #fff;
    border-radius: 45px;
    width: 48%;
    padding: 35px;
    margin: 25px 0;
    display: -ms-flexbox;
    display: flex;
    min-height: 320px; }
    @media screen and (max-width: 1260px) {
      #materials-filtered .material-entry,
      .material-entries-container .material-entry {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media screen and (max-width: 660px) {
      #materials-filtered .material-entry,
      .material-entries-container .material-entry {
        width: 100%;
        padding: 30px; } }
    #materials-filtered .material-entry a,
    .material-entries-container .material-entry a {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 10; }
    #materials-filtered .material-entry .entry-featured-img,
    .material-entries-container .material-entry .entry-featured-img {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 40%;
      border-radius: 26px;
      overflow: hidden; }
      @media screen and (max-width: 1260px) {
        #materials-filtered .material-entry .entry-featured-img,
        .material-entries-container .material-entry .entry-featured-img {
          width: 100%;
          height: 250px;
          margin-bottom: 25px; } }
      #materials-filtered .material-entry .entry-featured-img .premium-tag,
      .material-entries-container .material-entry .entry-featured-img .premium-tag {
        color: #fff;
        background-color: #f09920;
        padding: 10px;
        text-align: center; }
    #materials-filtered .material-entry .material-grades,
    .material-entries-container .material-entry .material-grades {
      background-color: #64a70b;
      font-family: "RT Raleway", sans-serif;
      display: inline-block;
      color: #fff;
      font-size: 12px;
      line-height: 14px;
      padding: 8px 14px;
      border-radius: 18px;
      margin: 0 10px 10px 0; }
      #materials-filtered .material-entry .material-grades:first-of-type,
      .material-entries-container .material-entry .material-grades:first-of-type {
        margin-left: 0; }
      #materials-filtered .material-entry .material-grades.grade-1-3,
      .material-entries-container .material-entry .material-grades.grade-1-3 {
        background-color: #434484; }
      #materials-filtered .material-entry .material-grades.grade-3-5,
      .material-entries-container .material-entry .material-grades.grade-3-5 {
        background-color: #3f86c7; }
      #materials-filtered .material-entry .material-grades.grade-6-9,
      .material-entries-container .material-entry .material-grades.grade-6-9 {
        background-color: #e95c67; }
    #materials-filtered .material-entry .entry-content,
    .material-entries-container .material-entry .entry-content {
      width: 60%;
      padding-left: 35px; }
      @media screen and (max-width: 1260px) {
        #materials-filtered .material-entry .entry-content,
        .material-entries-container .material-entry .entry-content {
          width: 100%;
          padding: 0; } }
      #materials-filtered .material-entry .entry-content h1,
      .material-entries-container .material-entry .entry-content h1 {
        font-size: 26px;
        line-height: 35px;
        margin: 20px 0; }
        @media screen and (max-width: 1440px) {
          #materials-filtered .material-entry .entry-content h1,
          .material-entries-container .material-entry .entry-content h1 {
            font-size: 22px;
            line-height: 32px; } }
    #materials-filtered .material-entry .entry-description,
    .material-entries-container .material-entry .entry-description {
      font-size: 16px;
      line-height: 22px;
      margin: 20px 0; }
      @media screen and (max-width: 1440px) {
        #materials-filtered .material-entry .entry-description,
        .material-entries-container .material-entry .entry-description {
          font-size: 14px;
          line-height: 20px;
          margin: 15px 0; } }
      @media screen and (max-width: 660px) {
        #materials-filtered .material-entry .entry-description,
        .material-entries-container .material-entry .entry-description {
          margin: 15px 0 35px; } }
    #materials-filtered .material-entry .subject-tag,
    .material-entries-container .material-entry .subject-tag {
      width: 22px;
      top: 2px;
      margin-right: 8px; }
    #materials-filtered .material-entry .material-subject,
    .material-entries-container .material-entry .material-subject {
      display: inline-block;
      font-size: 15px;
      font-family: "RT Raleway", sans-serif;
      font-weight: 600;
      color: #bfbfbf;
      margin-right: 8px; }
  #materials-filtered .explore-btn-container,
  .material-entries-container .explore-btn-container {
    width: 100%;
    text-align: center; }
    #materials-filtered .explore-btn-container .explore-btn,
    .material-entries-container .explore-btn-container .explore-btn {
      margin: 50px auto; }

.material-entry-hero {
  height: 400px;
  background-color: #496c8c; }
  @media screen and (max-width: 1024px) {
    .material-entry-hero {
      height: 300px; } }
  @media screen and (max-width: 768px) {
    .material-entry-hero {
      height: auto; } }
  .material-entry-hero .hero-bg {
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    opacity: .2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right; }
  .material-entry-hero .hero-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    padding-right: 725px; }
    @media screen and (max-width: 1440px) {
      .material-entry-hero .hero-content {
        padding-right: 45%; } }
    @media screen and (max-width: 768px) {
      .material-entry-hero .hero-content {
        text-align: center;
        padding: 25px 0 150px 0;
        top: 0;
        transform: none; } }
    .material-entry-hero .hero-content .materials-back-btn {
      padding-left: 15px;
      cursor: pointer;
      display: inline-block;
      z-index: 1; }
      .material-entry-hero .hero-content .materials-back-btn a {
        color: #fff; }
      .material-entry-hero .hero-content .materials-back-btn:before {
        content: url("../img/icons/back-arrow.svg");
        position: absolute;
        left: 0;
        top: -1px; }
      @media screen and (max-width: 768px) {
        .material-entry-hero .hero-content .materials-back-btn {
          position: absolute;
          left: 0; } }
    .material-entry-hero .hero-content .btns-container {
      margin: 20px 0 30px; }
      @media screen and (max-width: 768px) {
        .material-entry-hero .hero-content .btns-container {
          margin: 0 0 25px 0;
          display: inline-block;
          position: absolute;
          right: 0; } }
    .material-entry-hero .hero-content .btn {
      font-family: "RT Raleway", sans-serif;
      font-weight: 700;
      font-size: 13px; }
    .material-entry-hero .hero-content .premium-btn {
      cursor: default;
      border: 2px solid #f09920;
      background-color: #f09920;
      margin-right: 12px;
      padding: 12px 16px; }
      @media screen and (max-width: 1440px) {
        .material-entry-hero .hero-content .premium-btn {
          margin: 0;
          font-size: 10px;
          padding: 6px 16px; } }
    .material-entry-hero .hero-content .favorites-btn {
      background-color: transparent;
      border: 2px solid rgba(255, 255, 255, 0.3);
      padding: 12px 16px 12px 40px; }
      .material-entry-hero .hero-content .favorites-btn .heart-icon {
        width: 15px;
        left: 16px;
        position: absolute; }
    .material-entry-hero .hero-content h1 {
      font-size: 60px;
      color: #fff;
      font-weight: 700; }
      @media screen and (max-width: 1440px) {
        .material-entry-hero .hero-content h1 {
          font-size: 42px;
          line-height: 48px; } }
      @media screen and (max-width: 1024px) {
        .material-entry-hero .hero-content h1 {
          font-size: 36px;
          line-height: 44px; } }
      @media screen and (max-width: 1024px) {
        .material-entry-hero .hero-content h1 {
          margin-top: 50px; } }
      @media screen and (max-width: 600px) {
        .material-entry-hero .hero-content h1 {
          font-size: 26px;
          line-height: 38px; } }

.material-entry-body {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 75px auto;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1024px) {
    .material-entry-body {
      margin: 50px auto; } }
  @media screen and (max-width: 768px) {
    .material-entry-body {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  .material-entry-body .material-content-left {
    width: calc(100% - 725px);
    margin-right: 175px; }
    @media screen and (max-width: 1440px) {
      .material-entry-body .material-content-left {
        width: 50%;
        margin-right: 75px; } }
    @media screen and (max-width: 1024px) {
      .material-entry-body .material-content-left {
        margin-right: 50px; } }
    @media screen and (max-width: 768px) {
      .material-entry-body .material-content-left {
        width: 100%;
        margin: 0; } }
    .material-entry-body .material-content-left p {
      font-size: 26px;
      line-height: 46px; }
      @media screen and (max-width: 1440px) {
        .material-entry-body .material-content-left p {
          font-size: 20px;
          line-height: 34px; } }
      @media screen and (max-width: 1024px) {
        .material-entry-body .material-content-left p {
          font-size: 18px;
          line-height: 28px; } }
    .material-entry-body .material-content-left .material-resources {
      width: 100%; }
      .material-entry-body .material-content-left .material-resources .resources-img,
      .material-entry-body .material-content-left .material-resources .video-thumbnail {
        height: 450px;
        border-radius: 22px;
        margin: 75px 0;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover; }
        @media screen and (max-width: 1440px) {
          .material-entry-body .material-content-left .material-resources .resources-img,
          .material-entry-body .material-content-left .material-resources .video-thumbnail {
            height: 350px; } }
        @media screen and (max-width: 1180px) {
          .material-entry-body .material-content-left .material-resources .resources-img,
          .material-entry-body .material-content-left .material-resources .video-thumbnail {
            height: 300px;
            margin: 50px 0; } }
        @media screen and (max-width: 1024px) {
          .material-entry-body .material-content-left .material-resources .resources-img,
          .material-entry-body .material-content-left .material-resources .video-thumbnail {
            height: 275px; } }
        @media screen and (max-width: 768px) {
          .material-entry-body .material-content-left .material-resources .resources-img,
          .material-entry-body .material-content-left .material-resources .video-thumbnail {
            height: 325px; } }
        @media screen and (max-width: 600px) {
          .material-entry-body .material-content-left .material-resources .resources-img,
          .material-entry-body .material-content-left .material-resources .video-thumbnail {
            height: 275px; } }
      .material-entry-body .material-content-left .material-resources .video-thumbnail {
        cursor: pointer; }
        .material-entry-body .material-content-left .material-resources .video-thumbnail .play-btn {
          background: url("../img/icons/play-icon.svg");
          background-repeat: no-repeat;
          background-position: 58% 50%;
          background-size: 18px;
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          height: 80px;
          width: 80px;
          border-radius: 40px;
          border: 2px solid white;
          background-color: #64a70b;
          margin: 0 auto; }
          @media screen and (max-width: 1440px) {
            .material-entry-body .material-content-left .material-resources .video-thumbnail .play-btn {
              height: 60px;
              width: 60px;
              background-position: 54% 50%;
              background-size: 12px; } }
      .material-entry-body .material-content-left .material-resources .resources-content {
        background-color: #f0f2f2;
        padding: 40px;
        border-radius: 22px; }
        @media screen and (max-width: 1440px) {
          .material-entry-body .material-content-left .material-resources .resources-content {
            padding: 25px; } }
        .material-entry-body .material-content-left .material-resources .resources-content h4 {
          font-family: "RT Raleway", sans-serif;
          font-weight: 500;
          font-size: 26px;
          padding-bottom: 40px;
          border-bottom: 1px dashed #bcc0c3; }
          @media screen and (max-width: 1440px) {
            .material-entry-body .material-content-left .material-resources .resources-content h4 {
              font-size: 22px;
              padding-bottom: 24px; } }
          @media screen and (max-width: 1024px) {
            .material-entry-body .material-content-left .material-resources .resources-content h4 {
              font-size: 18px;
              padding-bottom: 20px; } }
        .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-align: stretch;
              align-items: stretch; }
          @media screen and (max-width: 600px) {
            .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container {
              -ms-flex-direction: column;
                  flex-direction: column; } }
          .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container .resources-btn {
            color: #34444c;
            font-size: 18px;
            width: 50%;
            margin: 10px 0;
            display: block;
            cursor: pointer;
            padding: 22px 22px 22px 100px;
            border-radius: 7px;
            transition: all .25s ease-out; }
            @media screen and (max-width: 1280px) {
              .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container .resources-btn {
                width: 100%;
                padding: 12px 10px 12px 70px;
                font-size: 13px; } }
            @media screen and (max-width: 768px) {
              .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container .resources-btn {
                width: 50%; } }
            @media screen and (max-width: 600px) {
              .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container .resources-btn {
                width: 100%; } }
            .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container .resources-btn:hover {
              background-color: #d9dcde; }
            .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container .resources-btn img {
              position: absolute;
              width: 62px;
              top: 13px;
              left: 22px; }
              @media screen and (max-width: 1280px) {
                .material-entry-body .material-content-left .material-resources .resources-content .resources-btn-container .resources-btn img {
                  width: 50px;
                  top: 5px;
                  left: 5px; } }
  .material-entry-body .material-content-right {
    width: 550px; }
    @media screen and (max-width: 1440px) {
      .material-entry-body .material-content-right {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .material-entry-body .material-content-right {
        width: 100%;
        margin: 0; } }
    .material-entry-body .material-content-right .material-specs {
      margin-top: 75px; }
      .material-entry-body .material-content-right .material-specs .specs-row {
        display: -ms-flexbox;
        display: flex; }
      .material-entry-body .material-content-right .material-specs ul {
        width: 50%;
        margin-bottom: 50px;
        padding-left: 35px; }
        @media screen and (max-width: 768px) {
          .material-entry-body .material-content-right .material-specs ul {
            padding: 0;
            margin-bottom: 75px; } }
        .material-entry-body .material-content-right .material-specs ul li {
          margin-bottom: 6px; }
          @media screen and (max-width: 768px) {
            .material-entry-body .material-content-right .material-specs ul li {
              font-size: 14px;
              line-height: 20px; } }
          .material-entry-body .material-content-right .material-specs ul li:first-of-type {
            margin-bottom: 15px;
            padding-right: 15px;
            font-size: 22px;
            line-height: 32px;
            font-family: "RT Raleway", sans-serif;
            font-weight: 600; }
            @media screen and (max-width: 1440px) {
              .material-entry-body .material-content-right .material-specs ul li:first-of-type {
                font-size: 20px;
                line-height: 24px; } }
          .material-entry-body .material-content-right .material-specs ul li.specs-subjects:before {
            content: url("../img/icons/subject-tag-gray.svg");
            position: absolute;
            left: -35px;
            width: 24px; }
            @media screen and (max-width: 768px) {
              .material-entry-body .material-content-right .material-specs ul li.specs-subjects:before {
                left: 0;
                top: -30px; } }
          .material-entry-body .material-content-right .material-specs ul li.specs-duration:before {
            content: url("../img/icons/duration-icon.svg");
            position: absolute;
            left: -35px;
            width: 20px;
            top: 3px; }
            @media screen and (max-width: 768px) {
              .material-entry-body .material-content-right .material-specs ul li.specs-duration:before {
                left: 0;
                top: -30px; } }
          .material-entry-body .material-content-right .material-specs ul li.specs-compatible-robots:before {
            content: url("../img/icons/compatible-robots-icon.svg");
            position: absolute;
            left: -35px;
            width: 24px;
            top: 2px; }
            @media screen and (max-width: 768px) {
              .material-entry-body .material-content-right .material-specs ul li.specs-compatible-robots:before {
                left: 0;
                top: -30px; } }
          .material-entry-body .material-content-right .material-specs ul li.specs-group-size:before {
            content: url("../img/icons/group-size-icon.svg");
            position: absolute;
            left: -35px;
            width: 25px;
            top: 0; }
            @media screen and (max-width: 768px) {
              .material-entry-body .material-content-right .material-specs ul li.specs-group-size:before {
                left: 0;
                top: -30px; } }
          .material-entry-body .material-content-right .material-specs ul li.specs-connection:before {
            content: url("../img/icons/connection-icon.svg");
            position: absolute;
            left: -35px;
            width: 24px;
            top: 3px; }
          .material-entry-body .material-content-right .material-specs ul li.specs-experience:before {
            content: url("../img/icons/experience-icon.svg");
            position: absolute;
            left: -35px;
            width: 24px;
            top: -3px; }
            @media screen and (max-width: 768px) {
              .material-entry-body .material-content-right .material-specs ul li.specs-experience:before {
                left: 0;
                top: -30px; } }
          .material-entry-body .material-content-right .material-specs ul li.specs-needs:before {
            content: url("../img/icons/needs-icon.svg");
            position: absolute;
            left: -35px;
            width: 24px;
            top: 3px; }
            @media screen and (max-width: 768px) {
              .material-entry-body .material-content-right .material-specs ul li.specs-needs:before {
                left: 0;
                top: -30px; } }
  .material-entry-body .image-container {
    border-radius: 24px;
    width: 100%;
    height: 450px;
    margin-top: -355px;
    background-color: #64a70b;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1280px) {
      .material-entry-body .image-container {
        height: 375px; } }
    @media screen and (max-width: 1024px) {
      .material-entry-body .image-container {
        height: 300px;
        margin-top: -275px; } }
    @media screen and (max-width: 768px) {
      .material-entry-body .image-container {
        margin-top: -180px; } }
    @media screen and (max-width: 560px) {
      .material-entry-body .image-container {
        height: 250px; } }

.material-description {
  background: transparent linear-gradient(16deg, #3F86C7 0%, #434484 100%) 0% 0% no-repeat padding-box;
  margin: 100px auto 0;
  padding: 150px 0; }
  @media screen and (max-width: 1160px) {
    .material-description {
      padding: 100px 0; } }
  @media screen and (max-width: 768px) {
    .material-description {
      margin: 50px auto 0;
      padding: 75px 0; } }
  .material-description .material-description-inner {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .material-description .material-description-inner {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .material-description .material-description-inner .description-container {
      width: calc(100% - 800px);
      margin-right: 250px;
      color: #fff; }
      @media screen and (max-width: 1440px) {
        .material-description .material-description-inner .description-container {
          width: 50%;
          margin-right: 100px; } }
      @media screen and (max-width: 1024px) {
        .material-description .material-description-inner .description-container {
          margin-right: 50px; } }
      @media screen and (max-width: 768px) {
        .material-description .material-description-inner .description-container {
          margin: 0;
          width: 100%; } }
      .material-description .material-description-inner .description-container h1, .material-description .material-description-inner .description-container h2, .material-description .material-description-inner .description-container h3 {
        font-family: "RT Raleway", sans-serif;
        font-size: 48px;
        line-height: 62px;
        font-weight: 500;
        margin-bottom: 50px; }
      @media screen and (max-width: 1024px) {
        .material-description .material-description-inner .description-container h1 {
          font-size: 30px;
          line-height: 40px;
          margin-bottom: 25px; } }
      @media screen and (max-width: 768px) {
        .material-description .material-description-inner .description-container h1 {
          text-align: center; } }
      .material-description .material-description-inner .description-container ol {
        padding-left: 20px; }
        .material-description .material-description-inner .description-container ol li {
          font-size: 16px;
          line-height: 22px;
          font-weight: 400;
          margin-top: 40px;
          padding-left: 25px; }
          @media screen and (max-width: 1024px) {
            .material-description .material-description-inner .description-container ol li {
              font-size: 14px;
              line-height: 20px;
              margin-top: 25px;
              padding-left: 15px; } }
    .material-description .material-description-inner .educational-standards {
      width: 550px; }
      @media screen and (max-width: 1440px) {
        .material-description .material-description-inner .educational-standards {
          width: 50%; } }
      @media screen and (max-width: 768px) {
        .material-description .material-description-inner .educational-standards {
          width: 100%;
          margin-top: 50px; } }
      .material-description .material-description-inner .educational-standards .accordion-header {
        background-color: #34444c;
        color: white;
        padding: 25px 30px;
        border-radius: 20px 20px 0 0;
        font-size: 24px;
        line-height: 35px; }
        @media screen and (max-width: 1024px) {
          .material-description .material-description-inner .educational-standards .accordion-header {
            font-size: 16px;
            line-height: 22px; } }
      .material-description .material-description-inner .educational-standards .accordion-select:first-of-type {
        border-radius: 0; }

#loadingIndicator {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  background: url("../img/root-loader.gif") no-repeat center center;
  background-size: 275px;
  height: 475px;
  z-index: 9999999; }
  @media screen and (max-width: 768px) {
    #loadingIndicator {
      background-size: 180px;
      height: 400px; } }

.subscription-paywall {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999; }
  .subscription-paywall .paywall-msg {
    padding: 50px 0 75px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    background: #fff;
    text-align: center;
    font-family: "RT Raleway", sans-serif;
    border-top: 5px solid #64a70b; }
    @media screen and (max-width: 768px) {
      .subscription-paywall .paywall-msg {
        padding: 25px 0 35px; } }
  .subscription-paywall .paywall-msg-inner {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    max-width: 550px;
    margin: 0 auto; }
    .subscription-paywall .paywall-msg-inner img {
      margin-bottom: 25px;
      width: 80px; }
    .subscription-paywall .paywall-msg-inner h1 {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .subscription-paywall .paywall-msg-inner h1 {
          font-size: 28px; } }
    .subscription-paywall .paywall-msg-inner h3 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px; }
      @media screen and (max-width: 1440px) {
        .subscription-paywall .paywall-msg-inner h3 {
          font-size: 20px; } }
      @media screen and (max-width: 768px) {
        .subscription-paywall .paywall-msg-inner h3 {
          font-size: 16px; } }
    .subscription-paywall .paywall-msg-inner p {
      max-width: 375px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 26px;
      font-weight: 500; }
      @media screen and (max-width: 1440px) {
        .subscription-paywall .paywall-msg-inner p {
          font-size: 16px;
          line-height: 22px; } }
      @media screen and (max-width: 768px) {
        .subscription-paywall .paywall-msg-inner p {
          font-size: 14px;
          line-height: 20px; } }
    .subscription-paywall .paywall-msg-inner .learn-text {
      font-weight: 700;
      color: #64a70b;
      font-size: 18px; }
    .subscription-paywall .paywall-msg-inner .disclaimer {
      font-size: 12px;
      line-height: 14px;
      margin-top: 14px; }
    .subscription-paywall .paywall-msg-inner form {
      margin: 40px auto 25px;
      max-width: 375px;
      border-radius: 22px; }
      @media screen and (max-width: 768px) {
        .subscription-paywall .paywall-msg-inner form {
          margin: 20px auto 30px; } }
      .subscription-paywall .paywall-msg-inner form label,
      .subscription-paywall .paywall-msg-inner form input {
        display: block;
        width: 100%;
        margin-bottom: 15px; }
      .subscription-paywall .paywall-msg-inner form label {
        font-size: 28px; }
      .subscription-paywall .paywall-msg-inner form input {
        border: 2px solid #6f787c;
        color: #6f787c;
        border-radius: 36px;
        padding: 24px 40px 24px 40px;
        font-weight: 600; }
        @media screen and (max-width: 1440px) {
          .subscription-paywall .paywall-msg-inner form input {
            font-size: 14px;
            padding: 18px 40px 18px 40px; } }
      .subscription-paywall .paywall-msg-inner form .btn {
        cursor: pointer;
        width: 100%;
        border: 2px solid #64a70b; }
      .subscription-paywall .paywall-msg-inner form #premium-code-error {
        display: none;
        color: #e95c67;
        margin-top: 25px;
        font-weight: 700; }
    .subscription-paywall .paywall-msg-inner .links-separator {
      width: 100%;
      max-width: 375px;
      margin: 0 auto 25px; }
      @media screen and (max-width: 768px) {
        .subscription-paywall .paywall-msg-inner .links-separator {
          margin-bottom: 22px; } }
      .subscription-paywall .paywall-msg-inner .links-separator p {
        color: #b0b8b8;
        font-size: 16px;
        width: 46px;
        float: left;
        top: -5px; }
      .subscription-paywall .paywall-msg-inner .links-separator hr {
        width: calc(50% - 25px);
        float: left; }
    .subscription-paywall .paywall-msg-inner .sign-up-btn {
      border: 2px solid #34444c;
      width: 100%;
      max-width: 375px;
      background-color: #34444c;
      margin-bottom: 15px; }
    .subscription-paywall .paywall-msg-inner .subscribe-links a {
      font-size: 16px;
      font-weight: 600;
      color: #34444c;
      text-decoration: underline; }

.cont {
  width: 720px; }

.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 720px;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.single-item {
  width: 200px;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #f3f3f3;
  margin: 20px;
  border-radius: 10px;
  color: #888; }

.pagination {
  padding: 20px; }
  .pagination,
  .pagination * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .pagination a {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer; }
    .pagination a.disabled {
      opacity: .3;
      pointer-events: none;
      cursor: not-allowed; }
    .pagination a.current {
      background: #f3f3f3; }

#materials-pagination {
  width: 100%;
  text-align: center;
  margin: 50px 0; }
  #materials-pagination li {
    display: inline;
    padding: 20px;
    font-size: 20px;
    cursor: pointer; }
    #materials-pagination li.current {
      padding: 14px 18px;
      background-color: #64a70b;
      border-radius: 40px;
      color: #fff; }

#entriez-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: white;
  font-size: 30px;
  text-align: center; }
  #entriez-container div {
    padding-top: 75px;
    width: 30%;
    height: 200px;
    background-color: #64a70b;
    border-radius: 30px; }

.unit-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%; }

.learning-library {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%; }
  .learning-library__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 3px solid #ecf2f3; }
    .learning-library__header--tag {
      font-size: 14px;
      font-weight: initial;
      background-color: #e95c67;
      color: #fff;
      padding: 6px 22px;
      border-radius: 25px; }
    .learning-library__header--label {
      font-size: 20px;
      font-weight: 600; }
    .learning-library__header--label, .learning-library__header--selection {
      padding: 30px; }
    .learning-library__header--selection {
      cursor: pointer;
      font-size: 18px; }
  .learning-library__container {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto; }
  .learning-library__filter {
    background-color: #34444c;
    border-radius: 50px;
    padding: 25px;
    width: 300px;
    text-align: center; }
    .learning-library__filter--label {
      color: #fff;
      font-size: 18px;
      line-height: 22px;
      font-family: "RT Raleway", sans-serif;
      font-weight: 600;
      margin-bottom: 25px; }
    .learning-library__filter--icon {
      margin-right: 10px;
      width: 20px;
      top: 3px; }
    .learning-library__filter .dropdown {
      width: 100%;
      height: 50px;
      text-align: left;
      margin-bottom: 25px;
      z-index: 1; }
      @media screen and (max-width: 1024px) {
        .learning-library__filter .dropdown {
          margin: 0 0 35px 0;
          height: 65px;
          background-color: #64a70b;
          z-index: unset;
          width: 100%; } }
      .learning-library__filter .dropdown:last-of-type {
        margin-bottom: 0; }
      .learning-library__filter .dropdown p {
        white-space: nowrap;
        overflow: hidden;
        border-left: 25px solid transparent;
        border-right: 40px solid transparent;
        text-overflow: ellipsis;
        background-color: #fff;
        border-radius: 30px;
        color: #34444c;
        padding: 12px 0;
        font-size: 16px;
        font-weight: 400; }
        .learning-library__filter .dropdown p:after {
          content: ''; }
        @media screen and (max-width: 1024px) {
          .learning-library__filter .dropdown p {
            background-color: #64a70b;
            padding: 20px 25px;
            color: #fff; } }
      .learning-library__filter .dropdown img {
        position: absolute;
        width: 14px;
        z-index: 6;
        right: 20px;
        top: 20px; }
      .learning-library__filter .dropdown .dropdown-content {
        max-height: 252px;
        margin-top: -28px;
        box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08);
        /* Handle */ }
        .learning-library__filter .dropdown .dropdown-content::-webkit-scrollbar {
          width: 10px; }
        .learning-library__filter .dropdown .dropdown-content::-webkit-scrollbar-thumb {
          background: #64a70b;
          border-radius: 15px; }
        @media screen and (max-width: 1024px) {
          .learning-library__filter .dropdown .dropdown-content {
            z-index: 7;
            top: 68px;
            background-color: #64a70b;
            border-top: none !important;
            /* Handle */ }
            .learning-library__filter .dropdown .dropdown-content::-webkit-scrollbar-thumb {
              background: #fff; } }
        @media screen and (max-width: 1024px) {
          .learning-library__filter .dropdown .dropdown-content ul {
            padding: 20px 0 0 0; } }
        .learning-library__filter .dropdown .dropdown-content li {
          color: #34444c;
          transition: all .25s ease-out; }
          @media screen and (max-width: 1024px) {
            .learning-library__filter .dropdown .dropdown-content li {
              color: #fff; } }
          .learning-library__filter .dropdown .dropdown-content li:hover {
            color: #fff;
            background-color: #64a70b; }

.hero-container .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }

.hero-container .hero-inner {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  z-index: 100; }

.hero-container.hero-short {
  height: 225px;
  text-align: center;
  color: #fff; }
  .hero-container.hero-short .hero-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .hero-container.hero-short h1 {
    font-size: 65px;
    color: #fff;
    font-weight: 600; }
    @media screen and (max-width: 1024px) {
      .hero-container.hero-short h1 {
        font-size: 46px; } }
    @media screen and (max-width: 768px) {
      .hero-container.hero-short h1 {
        font-size: 36px; } }

.hero-container #hero-wave {
  left: 0;
  right: 0;
  bottom: -2px;
  position: absolute;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .hero-container #hero-wave {
      bottom: 0;
      top: 285px; } }

.home-hero .hero-bg {
  background-position: center right; }
  @media screen and (max-width: 640px) {
    .home-hero .hero-bg {
      position: relative;
      height: 300px; } }

.home-hero .hero-inner {
  height: 40vw; }
  @media screen and (max-width: 1024px) {
    .home-hero .hero-inner {
      height: 450px; } }
  @media screen and (max-width: 640px) {
    .home-hero .hero-inner {
      height: auto; } }

.home-hero .hero-content {
  max-width: 700px;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (max-width: 1440px) {
    .home-hero .hero-content {
      max-width: 550px; } }
  @media screen and (max-width: 1024px) {
    .home-hero .hero-content {
      max-width: 50%; } }
  @media screen and (max-width: 640px) {
    .home-hero .hero-content {
      margin-top: 40px;
      max-width: none;
      transform: none;
      top: 0;
      text-align: center; } }

.home-hero h1 {
  font-size: 54px;
  line-height: 70px;
  font-weight: 600;
  font-family: "RT Raleway", sans-serif;
  margin-bottom: 50px; }
  @media screen and (max-width: 1440px) {
    .home-hero h1 {
      font-size: 44px;
      line-height: 54px;
      margin-bottom: 38px; } }
  @media screen and (max-width: 1024px) {
    .home-hero h1 {
      font-size: 36px;
      line-height: 46px; } }
  @media screen and (max-width: 640px) {
    .home-hero h1 {
      font-size: 30px;
      line-height: 40px; } }

.interior-hero {
  height: 400px; }
  @media screen and (max-width: 1024px) {
    .interior-hero {
      height: 325px; } }
  @media screen and (max-width: 768px) {
    .interior-hero {
      height: 200px; } }
  .interior-hero .hero-inner {
    top: 24%;
    text-align: center; }
    .interior-hero .hero-inner h1 {
      font-size: 65px;
      color: #fff;
      font-weight: 700; }
      @media screen and (max-width: 1024px) {
        .interior-hero .hero-inner h1 {
          font-size: 46px; } }
      @media screen and (max-width: 768px) {
        .interior-hero .hero-inner h1 {
          font-size: 36px; } }

.interior-header {
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -155px;
  margin-bottom: 100px;
  border-radius: 70px;
  padding: 75px;
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1024px) {
    .interior-header {
      padding: 35px; } }
  @media screen and (max-width: 768px) {
    .interior-header {
      margin-top: -75px;
      margin-bottom: 50px;
      padding: 0;
      height: 300px;
      border-radius: 30px; } }
  @media screen and (max-width: 600px) {
    .interior-header {
      height: 250px; } }
  .interior-header.box-right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .interior-header .content-block {
    background-color: #f7f7f8;
    width: 575px;
    padding: 125px 75px 75px;
    border-radius: 30px 150px 30px 30px;
    height: 100%; }
    @media screen and (max-width: 1440px) {
      .interior-header .content-block {
        width: 50%; } }
    @media screen and (max-width: 1260px) {
      .interior-header .content-block {
        width: 60%;
        padding: 90px 50px 25px; } }
    @media screen and (max-width: 768px) {
      .interior-header .content-block {
        display: none; } }
    .interior-header .content-block h2 {
      font-family: "RT Raleway", sans-serif;
      font-size: 40px;
      line-height: 44px;
      font-weight: 600;
      margin-bottom: 25px; }
      @media screen and (max-width: 1280px) {
        .interior-header .content-block h2 {
          font-size: 30px;
          line-height: 38px; } }
      @media screen and (max-width: 1024px) {
        .interior-header .content-block h2 {
          font-size: 24px;
          line-height: 28px; } }
    .interior-header .content-block p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 25px; }
      @media screen and (max-width: 1280px) {
        .interior-header .content-block p {
          font-size: 16px;
          line-height: 26px; } }
    .interior-header .content-block ul {
      margin-bottom: 25px;
      list-style-position: inside; }
      @media screen and (max-width: 1024px) {
        .interior-header .content-block ul {
          font-size: 15px;
          line-height: 22px; } }
      .interior-header .content-block ul li {
        margin-bottom: 15px;
        padding-left: 30px;
        text-align: initial; }
        .interior-header .content-block ul li:before {
          content: "";
          position: absolute;
          background: #64a70b;
          left: 0;
          top: 5px;
          height: 2px;
          width: 12px; }
        .interior-header .content-block ul li:after {
          content: "";
          position: absolute;
          background: #64a70b;
          left: 5px;
          top: 0;
          height: 12px;
          width: 2px; }
        .interior-header .content-block ul li a {
          font-weight: 600;
          color: #64a70b;
          text-decoration: none;
          border-bottom: 2px solid #64a70b; }

.mobile-content-block {
  display: none;
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  margin: 50px auto; }
  @media screen and (max-width: 768px) {
    .mobile-content-block {
      display: block; } }
  .mobile-content-block h2 {
    font-family: "RT Raleway", sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 25px; }
  .mobile-content-block p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 25px; }

.video-hero {
  height: 700px;
  margin: 0 auto 175px; }
  @media screen and (max-width: 1440px) {
    .video-hero {
      height: 550px;
      margin: 0 auto 125px; } }
  @media screen and (max-width: 1024px) {
    .video-hero {
      margin: 0 auto 100px; } }
  @media screen and (max-width: 768px) {
    .video-hero {
      height: 400px; } }
  .video-hero .hero-content {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    max-width: 650px; }
    @media screen and (max-width: 1440px) {
      .video-hero .hero-content {
        max-width: 550px; } }
    .video-hero .hero-content h1 {
      font-family: "RT Raleway", sans-serif;
      font-weight: 700;
      font-size: 65px;
      margin-bottom: 30px; }
      @media screen and (max-width: 1440px) {
        .video-hero .hero-content h1 {
          font-size: 44px; } }
      @media screen and (max-width: 768px) {
        .video-hero .hero-content h1 {
          font-size: 36px; } }
    .video-hero .hero-content p {
      font-size: 20px;
      line-height: 34px;
      margin-bottom: 30px; }
      @media screen and (max-width: 1440px) {
        .video-hero .hero-content p {
          font-size: 15px;
          line-height: 22px; } }
    .video-hero .hero-content .btn img {
      width: 10px;
      margin-right: 16px;
      top: 2px; }

.hero-slider .prev-arrow,
.hero-slider .next-arrow {
  position: relative;
  top: auto;
  transform: none;
  background-size: 9px;
  height: 45px;
  width: 45px; }

.hero-slider .prev-arrow {
  border-radius: 30px 0 0 30px; }

.hero-slider .next-arrow {
  border-radius: 0 30px 30px 0; }

.hero-slider__container {
  background-color: #64a70b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

.hero-slider--bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  border-radius: 45px 45px 0 0; }
  @media screen and (max-width: 640px) {
    .hero-slider--bg {
      position: relative;
      height: 300px; } }

.hero-slider__inner {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  height: 40vw;
  z-index: 100; }
  @media screen and (max-width: 1024px) {
    .hero-slider__inner {
      height: 450px; } }
  @media screen and (max-width: 640px) {
    .hero-slider__inner {
      height: auto; } }

.hero-slider__content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 700px; }
  @media screen and (max-width: 1440px) {
    .hero-slider__content {
      max-width: 550px; } }
  @media screen and (max-width: 1024px) {
    .hero-slider__content {
      max-width: 50%; } }
  @media screen and (max-width: 640px) {
    .hero-slider__content {
      margin-top: 40px;
      max-width: none;
      transform: none;
      top: 0;
      text-align: center; } }
  .hero-slider__content--flag {
    color: #fff;
    background-color: #434484;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 15px; }
  .hero-slider__content h1 {
    font-size: 54px;
    line-height: 70px;
    font-weight: 600;
    font-family: "RT Raleway", sans-serif;
    margin-bottom: 35px; }
  .hero-slider__content .btn {
    margin-top: 35px; }

.hero-slider--btn-container {
  margin-top: 35px; }
  @media screen and (max-width: 640px) {
    .hero-slider--btn-container {
      display: none; } }

.hero-slider--wave {
  left: 0;
  right: 0;
  bottom: -2px;
  position: absolute;
  width: 100%; }

.prev-arrow,
.next-arrow {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  border-radius: 32px;
  background-color: #283840;
  width: 64px;
  height: 64px;
  position: absolute;
  cursor: pointer;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .prev-arrow,
    .next-arrow {
      width: 50px;
      height: 50px;
      background-size: 12px; } }

.prev-arrow {
  background-image: url(../img/icons/slider-arrow-prev.svg);
  left: 0; }

.next-arrow {
  background-image: url(../img/icons/slider-arrow-next.svg);
  right: 0; }

.slick-dots li {
  display: inline;
  margin: 0 10px; }
  .slick-dots li button {
    opacity: 0.25;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    cursor: pointer; }
    @media screen and (max-width: 640px) {
      .slick-dots li button {
        width: 10px;
        height: 10px; } }

.slick-dots .slick-active button {
  opacity: 1; }

.card-slider-full {
  padding: 150px 0 75px;
  background: transparent linear-gradient(200deg, #41B8A4 0%, #427F94 49%, #434484 100%) 0% 0% no-repeat padding-box;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .card-slider-full {
      padding: 75px 0; } }
  .card-slider-full #full-slider-wave {
    left: 0;
    right: 0;
    top: -2px;
    position: absolute;
    width: 100%; }
  .card-slider-full .header-content {
    margin: 0 auto;
    color: #fff; }
  .card-slider-full h1 {
    color: #fff; }
    @media screen and (max-width: 768px) {
      .card-slider-full h1 {
        font-size: 40px; } }
    @media screen and (max-width: 525px) {
      .card-slider-full h1 {
        font-size: 30px; } }
  .card-slider-full .card-slider-full-container {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    margin: 50px auto 0; }
    @media screen and (max-width: 1920px) {
      .card-slider-full .card-slider-full-container {
        max-width: none;
        width: 100%; } }
    .card-slider-full .card-slider-full-container .prev-arrow,
    .card-slider-full .card-slider-full-container .next-arrow {
      margin-top: -32px; }
      @media screen and (max-width: 1024px) {
        .card-slider-full .card-slider-full-container .prev-arrow,
        .card-slider-full .card-slider-full-container .next-arrow {
          background-color: transparent;
          margin-top: -75px; } }
      @media screen and (max-width: 768px) {
        .card-slider-full .card-slider-full-container .prev-arrow,
        .card-slider-full .card-slider-full-container .next-arrow {
          width: 45px;
          height: 45px; } }
    @media screen and (max-width: 1920px) {
      .card-slider-full .card-slider-full-container .prev-arrow {
        left: 10%; } }
    @media screen and (max-width: 1720px) {
      .card-slider-full .card-slider-full-container .prev-arrow {
        left: 5%; } }
    @media screen and (max-width: 1024px) {
      .card-slider-full .card-slider-full-container .prev-arrow {
        left: 0; } }
    @media screen and (max-width: 1920px) {
      .card-slider-full .card-slider-full-container .next-arrow {
        right: 10%; } }
    @media screen and (max-width: 1720px) {
      .card-slider-full .card-slider-full-container .next-arrow {
        right: 5%; } }
    @media screen and (max-width: 1024px) {
      .card-slider-full .card-slider-full-container .next-arrow {
        right: 0; } }
    .card-slider-full .card-slider-full-container .slide {
      margin-bottom: 50px;
      max-width: 1120px;
      width: 80%; }
      @media screen and (max-width: 1440px) {
        .card-slider-full .card-slider-full-container .slide {
          max-width: 950px; } }
      .card-slider-full .card-slider-full-container .slide .slide-inner {
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 1024px) {
          .card-slider-full .card-slider-full-container .slide .slide-inner {
            -ms-flex-direction: column;
                flex-direction: column; } }
      .card-slider-full .card-slider-full-container .slide .slide-img {
        margin-right: -42px;
        border-radius: 45px 0 0 45px;
        width: calc(100% - 438px);
        height: 600px; }
        @media screen and (max-width: 1024px) {
          .card-slider-full .card-slider-full-container .slide .slide-img {
            width: 75%;
            margin: 0 auto;
            border-radius: 45px 45px 0 0;
            height: 300px; } }
        @media screen and (max-width: 525px) {
          .card-slider-full .card-slider-full-container .slide .slide-img {
            height: 225px; } }
      .card-slider-full .card-slider-full-container .slide .slide-content-container {
        border-radius: 45px;
        background-color: #fff;
        width: 480px;
        height: 600px; }
        @media screen and (max-width: 1024px) {
          .card-slider-full .card-slider-full-container .slide .slide-content-container {
            margin: -42px auto 0;
            width: 75%;
            height: auto; } }
        .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          text-align: left;
          margin: 0 75px; }
          @media screen and (max-width: 1024px) {
            .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content {
              top: 0;
              margin: 0;
              padding: 50px;
              transform: none;
              text-align: center; } }
          @media screen and (max-width: 525px) {
            .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content {
              padding: 50px 30px; } }
          .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content h2 {
            font-size: 32px;
            line-height: 38px;
            font-family: "RT Raleway", sans-serif;
            font-weight: 600; }
            @media screen and (max-width: 525px) {
              .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content h2 {
                font-size: 24px;
                line-height: 34px; } }
          .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content p {
            font-size: 18px;
            margin: 25px 0 40px; }
            @media screen and (max-width: 640px) {
              .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content p {
                font-size: 16px;
                margin: 25px 0; } }
          .card-slider-full .card-slider-full-container .slide .slide-content-container .slide-content a {
            font-size: 16px;
            color: #e95c67;
            font-weight: 600; }

.card-slider-three-col {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: 100px auto;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .card-slider-three-col {
      margin: 75px auto; } }
  @media screen and (max-width: 640px) {
    .card-slider-three-col {
      width: 100%; } }
  .card-slider-three-col h1 {
    margin-bottom: 25px; }
  .card-slider-three-col h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400; }
  .card-slider-three-col .header-content {
    margin: 0 auto;
    width: 100%; }
  .card-slider-three-col .card-slider-three-col-container {
    padding: 0 100px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .card-slider-three-col .card-slider-three-col-container {
        padding: 0 60px; } }
    @media screen and (max-width: 640px) {
      .card-slider-three-col .card-slider-three-col-container {
        padding: 0; } }
    @media screen and (max-width: 640px) {
      .card-slider-three-col .card-slider-three-col-container .block {
        width: 75% !important; } }
    .card-slider-three-col .card-slider-three-col-container .block-content {
      text-align: left;
      padding: 65px; }
      @media screen and (max-width: 1024px) {
        .card-slider-three-col .card-slider-three-col-container .block-content {
          padding: 65px 45px; } }
      @media screen and (max-width: 768px) {
        .card-slider-three-col .card-slider-three-col-container .block-content {
          padding: 65px; } }
      @media screen and (max-width: 640px) {
        .card-slider-three-col .card-slider-three-col-container .block-content {
          padding: 50px 30px;
          text-align: center; } }
      .card-slider-three-col .card-slider-three-col-container .block-content p {
        margin: 0;
        line-height: 26px;
        margin-bottom: 25px; }
        @media screen and (max-width: 640px) {
          .card-slider-three-col .card-slider-three-col-container .block-content p {
            font-size: 16px;
            margin: 25px 0; } }
      @media screen and (max-width: 640px) {
        .card-slider-three-col .card-slider-three-col-container .block-content h2 {
          font-size: 24px;
          line-height: 34px; } }
      .card-slider-three-col .card-slider-three-col-container .block-content a {
        color: #e95c67;
        font-weight: 600; }
    .card-slider-three-col .card-slider-three-col-container .block-icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column;
      left: 65px; }
      .card-slider-three-col .card-slider-three-col-container .block-icon p {
        font-family: "RT Raleway", sans-serif;
        color: #fff;
        font-size: 16px;
        line-height: 18px; }
        .card-slider-three-col .card-slider-three-col-container .block-icon p:first-of-type {
          font-size: 20px;
          font-weight: 600; }
      @media screen and (max-width: 1024px) {
        .card-slider-three-col .card-slider-three-col-container .block-icon {
          left: 45px; } }
      @media screen and (max-width: 768px) {
        .card-slider-three-col .card-slider-three-col-container .block-icon {
          left: 65px; } }
    @media screen and (max-width: 640px) {
      .card-slider-three-col .card-slider-three-col-container .next-arrow,
      .card-slider-three-col .card-slider-three-col-container .prev-arrow {
        background-color: transparent; } }
    @media screen and (max-width: 640px) {
      .card-slider-three-col .card-slider-three-col-container .prev-arrow {
        background-image: url(../img/icons/slider-arrow-prev-black.svg);
        left: 0; } }
    @media screen and (max-width: 640px) {
      .card-slider-three-col .card-slider-three-col-container .next-arrow {
        background-image: url(../img/icons/slider-arrow-next-black.svg);
        right: 0; } }
    .card-slider-three-col .card-slider-three-col-container .slick-slide {
      margin: 35px; }
      @media screen and (max-width: 1024px) {
        .card-slider-three-col .card-slider-three-col-container .slick-slide {
          margin: 50px 35px; } }
      @media screen and (max-width: 640px) {
        .card-slider-three-col .card-slider-three-col-container .slick-slide {
          margin: 50px 0; } }
    @media screen and (max-width: 640px) {
      .card-slider-three-col .card-slider-three-col-container .block-img {
        height: 225px; } }

.nav-slider {
  padding: 100px 0;
  background: transparent linear-gradient(32deg, #434484 0%, #415F9F 41%, #3F86C7 100%) 0% 0% no-repeat padding-box; }
  @media screen and (max-width: 1024px) {
    .nav-slider {
      padding: 75px 0; } }
  @media screen and (max-width: 768px) {
    .nav-slider {
      padding: 50px 0; } }
  .nav-slider .nav-slider-nav-container {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%; }
    .nav-slider .nav-slider-nav-container ul {
      text-align: center; }
      .nav-slider .nav-slider-nav-container ul li p {
        display: inline-block;
        font-size: 18px;
        line-height: 22px;
        color: #b4c0d8;
        display: inline;
        font-family: "RT Raleway", sans-serif;
        font-weight: 500;
        cursor: pointer; }
        @media screen and (max-width: 1440px) {
          .nav-slider .nav-slider-nav-container ul li p {
            font-size: 16px;
            line-height: 18px; } }
        @media screen and (max-width: 1024px) {
          .nav-slider .nav-slider-nav-container ul li p {
            font-size: 13px;
            line-height: 15px; } }
    .nav-slider .nav-slider-nav-container .slick-current p {
      color: #f6d133;
      font-weight: 700; }
    .nav-slider .nav-slider-nav-container .prev-arrow,
    .nav-slider .nav-slider-nav-container .next-arrow {
      background-size: 10px;
      background-color: transparent;
      width: 34px;
      height: 34px; }
    .nav-slider .nav-slider-nav-container .prev-arrow {
      left: -35px; }
    .nav-slider .nav-slider-nav-container .next-arrow {
      right: -35px; }
  .nav-slider .nav-slider-container {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    margin: 100px auto; }
    @media screen and (max-width: 1024px) {
      .nav-slider .nav-slider-container {
        margin: 75px auto; } }
    @media screen and (max-width: 768px) {
      .nav-slider .nav-slider-container {
        margin: 50px auto 0; } }
    .nav-slider .nav-slider-container .prev-arrow,
    .nav-slider .nav-slider-container .next-arrow {
      position: relative;
      top: auto;
      transform: none;
      background-size: 12px;
      height: 56px;
      width: 56px;
      background-color: #64a70b; }
      @media screen and (max-width: 768px) {
        .nav-slider .nav-slider-container .prev-arrow,
        .nav-slider .nav-slider-container .next-arrow {
          margin-top: 10px; } }
    .nav-slider .nav-slider-container .prev-arrow {
      border-radius: 30px 0 0 30px; }
    .nav-slider .nav-slider-container .next-arrow {
      border-radius: 0 30px 30px 0; }
  .nav-slider .slide .slide-inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      .nav-slider .slide .slide-inner {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
  .nav-slider .slide-content {
    width: calc(100% - 1000px);
    color: #fff;
    padding-right: 200px; }
    @media screen and (max-width: 1720px) {
      .nav-slider .slide-content {
        width: calc(100% - 850px);
        padding-right: 125px; } }
    @media screen and (max-width: 1440px) {
      .nav-slider .slide-content {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .nav-slider .slide-content {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 50px; } }
    @media screen and (max-width: 600px) {
      .nav-slider .slide-content {
        margin-top: 35px; } }
    .nav-slider .slide-content h2 {
      font-size: 50px;
      line-height: 54px;
      font-weight: 500;
      font-family: "RT Raleway", sans-serif;
      margin-bottom: 30px; }
      @media screen and (max-width: 1024px) {
        .nav-slider .slide-content h2 {
          font-size: 30px;
          line-height: 34px; } }
    .nav-slider .slide-content p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 30px; }
      @media screen and (max-width: 1024px) {
        .nav-slider .slide-content p {
          font-size: 15px;
          line-height: 22px;
          max-width: 425px;
          margin: 0 auto 30px; } }
  .nav-slider .slide-img {
    width: 1000px;
    height: 600px;
    border-radius: 40px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1720px) {
      .nav-slider .slide-img {
        width: 850px; } }
    @media screen and (max-width: 1440px) {
      .nav-slider .slide-img {
        width: 50%;
        height: 475px;
        border-radius: 30px; } }
    @media screen and (max-width: 1024px) {
      .nav-slider .slide-img {
        height: 400px; } }
    @media screen and (max-width: 768px) {
      .nav-slider .slide-img {
        width: 100%;
        height: 325px; } }
    @media screen and (max-width: 600px) {
      .nav-slider .slide-img {
        height: 250px;
        border-radius: 24px; } }
    @media screen and (max-width: 480px) {
      .nav-slider .slide-img {
        height: 200px;
        border-radius: 20px; } }

.nav-slider-tabs {
  margin: 150px 0; }
  @media screen and (max-width: 1024px) {
    .nav-slider-tabs {
      margin: 75px 0; } }
  .nav-slider-tabs .header-content {
    margin: 0 auto; }
  .nav-slider-tabs .mobile-tabs-container {
    display: none;
    background-color: #fff;
    border-radius: 60px;
    margin-bottom: 25px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .nav-slider-tabs .mobile-tabs-container {
        display: block; } }
    .nav-slider-tabs .mobile-tabs-container .dropdown {
      background-color: #3f86c7; }
    .nav-slider-tabs .mobile-tabs-container .dropdown-content {
      background-color: #3f86c7; }
  .nav-slider-tabs .nav-slider-tabs-container {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    margin: 100px auto;
    background-color: #34444c;
    display: -ms-flexbox;
    display: flex;
    border-radius: 45px;
    box-shadow: 0 14px 40px #BEC9D253; }
    @media screen and (max-width: 1300px) {
      .nav-slider-tabs .nav-slider-tabs-container {
        margin: 50px auto; } }
    @media screen and (max-width: 768px) {
      .nav-slider-tabs .nav-slider-tabs-container {
        background-color: transparent;
        box-shadow: none;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container {
      width: 350px;
      padding: 40px 0 40px 40px; }
      @media screen and (max-width: 1560px) {
        .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container {
          width: 300px; } }
      @media screen and (max-width: 1300px) {
        .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container {
          width: 250px; } }
      @media screen and (max-width: 768px) {
        .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container {
          width: 100%;
          padding: 0;
          display: none;
          margin-top: 0; } }
      .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container ul li {
        font-size: 20px;
        font-family: "RT Raleway", sans-serif;
        font-weight: 600;
        color: #fff;
        padding: 25px;
        margin: 20px 0;
        border-radius: 10px 0 0 10px;
        transition: all .25s ease-out;
        cursor: pointer; }
        @media screen and (max-width: 1300px) {
          .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container ul li {
            margin: 10px 0;
            padding: 20px;
            font-size: 16px; } }
        .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container ul li:hover {
          background-color: #fff;
          color: #e95c67; }
      .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container .slick-slide {
        border: 0; }
      .nav-slider-tabs .nav-slider-tabs-container .slider-tabs-container .slick-current li {
        background-color: #fff;
        color: #e95c67; }
    .nav-slider-tabs .nav-slider-tabs-container .slide-container {
      width: calc(100% - 350px);
      background-color: #fff;
      border-radius: 45px;
      padding: 60px 60px 60px 120px; }
      @media screen and (max-width: 1560px) {
        .nav-slider-tabs .nav-slider-tabs-container .slide-container {
          width: calc(100% - 300px);
          padding: 65px; } }
      @media screen and (max-width: 1300px) {
        .nav-slider-tabs .nav-slider-tabs-container .slide-container {
          width: calc(100% - 250px);
          padding: 40px; } }
      @media screen and (max-width: 768px) {
        .nav-slider-tabs .nav-slider-tabs-container .slide-container {
          width: 100%;
          background-color: transparent;
          padding: 0; } }
      .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-list,
      .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-track,
      .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-slide div {
        height: 100%; }
        @media screen and (max-width: 1300px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-list,
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-track,
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-slide div {
            -ms-flex-direction: column;
                flex-direction: column; } }
        @media screen and (max-width: 768px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-list,
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-track,
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slick-slide div {
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
      .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide {
        display: -ms-flexbox !important;
        display: flex !important; }
      .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content {
        width: calc(100% - 425px);
        padding: 100px 120px 100px 0; }
        @media screen and (max-width: 1600px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content {
            padding: 50px 60px 50px 0; } }
        @media screen and (max-width: 1300px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content {
            width: 100%;
            padding: 0; } }
        .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content h2 {
          font-size: 40px;
          font-weight: 600;
          font-family: "RT Raleway", sans-serif;
          margin-bottom: 25px; }
          @media screen and (max-width: 1300px) {
            .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content h2 {
              font-size: 24px;
              line-height: 28px; } }
        .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content p {
          margin-bottom: 25px;
          font-size: 18px;
          line-height: 28px; }
          @media screen and (max-width: 1300px) {
            .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content p {
              font-size: 15px;
              line-height: 22px; } }
        @media screen and (max-width: 1300px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-content .btn {
            padding: 14px 40px 14px 40px; } }
      .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-img {
        width: 425px;
        height: 100%;
        border-radius: 20px;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover; }
        @media screen and (max-width: 1300px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-img {
            width: 100%;
            margin-top: 25px;
            min-height: 275px; } }
        @media screen and (max-width: 960px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-img {
            min-height: 225px; } }
        @media screen and (max-width: 768px) {
          .nav-slider-tabs .nav-slider-tabs-container .slide-container .slide-img {
            margin: 0 0 25px 0;
            min-height: 300px; } }

.the-latest-hero {
  height: 500px; }
  @media screen and (max-width: 1440px) {
    .the-latest-hero {
      height: 325px; } }
  @media screen and (max-width: 768px) {
    .the-latest-hero {
      height: 225px; } }
  .the-latest-hero .hero-content {
    top: 24%; }
    @media screen and (max-width: 768px) {
      .the-latest-hero .hero-content {
        top: 28%; } }

.the-latest-entries-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  margin: -260px auto 0;
  padding: 50px;
  border-radius: 70px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media screen and (max-width: 1440px) {
    .the-latest-entries-container {
      margin-top: -180px; } }
  @media screen and (max-width: 768px) {
    .the-latest-entries-container {
      border-radius: 30px;
      margin-top: -100px;
      padding: 25px; } }
  .the-latest-entries-container .blog-featured-entry {
    width: 100%;
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      .the-latest-entries-container .blog-featured-entry {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
    .the-latest-entries-container .blog-featured-entry .featured-entry-tag {
      display: inline-block;
      margin-right: 15px; }
    .the-latest-entries-container .blog-featured-entry .featured-entry-info,
    .the-latest-entries-container .blog-featured-entry .featured-entry-img {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .the-latest-entries-container .blog-featured-entry .featured-entry-info,
        .the-latest-entries-container .blog-featured-entry .featured-entry-img {
          width: 100%; } }
    .the-latest-entries-container .blog-featured-entry .featured-entry-info {
      padding-right: 50px; }
      @media screen and (max-width: 768px) {
        .the-latest-entries-container .blog-featured-entry .featured-entry-info {
          padding: 0; } }
    .the-latest-entries-container .blog-featured-entry .featured-entry-img {
      height: 350px;
      border-radius: 26px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 768px) {
        .the-latest-entries-container .blog-featured-entry .featured-entry-img {
          margin-bottom: 25px;
          height: 250px; } }
    .the-latest-entries-container .blog-featured-entry h1,
    .the-latest-entries-container .blog-featured-entry p {
      margin-bottom: 25px; }
    .the-latest-entries-container .blog-featured-entry h1 {
      font-size: 40px; }
      @media screen and (max-width: 1440px) {
        .the-latest-entries-container .blog-featured-entry h1 {
          font-size: 28px;
          line-height: 34px; } }
      @media screen and (max-width: 1024px) {
        .the-latest-entries-container .blog-featured-entry h1 {
          font-size: 22px;
          line-height: 26px; } }
    @media screen and (max-width: 1024px) {
      .the-latest-entries-container .blog-featured-entry p {
        font-size: 15px;
        line-height: 22px; } }
  .the-latest-entries-container .blog-entry-search {
    margin-bottom: 50px;
    width: 100%; }
    .the-latest-entries-container .blog-entry-search #blog-search {
      background: url("../img/icons/search-icon.svg") no-repeat;
      background-size: 16px;
      background-position: 12px 50%;
      padding: 0 20px 0 40px;
      width: 30%;
      border-radius: 6px;
      height: 50px;
      border: 1px solid #34444c; }
      @media screen and (max-width: 1024px) {
        .the-latest-entries-container .blog-entry-search #blog-search {
          width: 47%; } }
      @media screen and (max-width: 768px) {
        .the-latest-entries-container .blog-entry-search #blog-search {
          width: 100%; } }
  .the-latest-entries-container .blog-search-results {
    width: 100%;
    margin-bottom: 50px; }
  .the-latest-entries-container .blog-entries-container {
    margin-left: -20px;
    margin-right: -20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .the-latest-entries-container .blog-entry {
    margin: 0 20px 60px 20px;
    width: calc(33.33333% - 40px); }
    @media screen and (max-width: 1024px) {
      .the-latest-entries-container .blog-entry {
        width: 47%; } }
    @media screen and (max-width: 600px) {
      .the-latest-entries-container .blog-entry {
        width: 100%; } }
    .the-latest-entries-container .blog-entry a {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 10; }
    .the-latest-entries-container .blog-entry .blog-entry-tags {
      position: absolute;
      left: 20px;
      top: 20px;
      z-index: 1; }
      .the-latest-entries-container .blog-entry .blog-entry-tags p {
        padding: 6px 16px;
        margin: 0 6px 6px 0;
        background-color: rgba(52, 68, 76, 0.6);
        border-radius: 12px;
        display: inline-block;
        color: #fff; }
    .the-latest-entries-container .blog-entry .entry-feature-img {
      height: 300px;
      margin-bottom: 35px;
      border-radius: 18px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .the-latest-entries-container .blog-entry .entry-title {
      font-size: 26px;
      line-height: 35px; }
      @media screen and (max-width: 1024px) {
        .the-latest-entries-container .blog-entry .entry-title {
          font-size: 22px;
          line-height: 26px; } }
    .the-latest-entries-container .blog-entry .entry-description {
      font-size: 14px;
      line-height: 20px;
      margin: 15px 0; }
  .the-latest-entries-container .blog-entry-pagination {
    width: 100%;
    text-align: center;
    margin: 50px 0; }
    .the-latest-entries-container .blog-entry-pagination a {
      padding: 16px 20px;
      color: #34444c; }
    .the-latest-entries-container .blog-entry-pagination .current {
      padding: 16px 20px;
      background-color: #64a70b;
      border-radius: 40px;
      color: #fff; }

.the-latest-entry-hero {
  height: 400px;
  background-color: #496c8c; }
  @media screen and (max-width: 1024px) {
    .the-latest-entry-hero {
      height: 300px; } }
  .the-latest-entry-hero .hero-bg {
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    opacity: .2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right; }
  .the-latest-entry-hero .hero-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1500px;
    margin: 0 auto;
    width: 90%; }
    .the-latest-entry-hero .hero-content .hero-top {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .the-latest-entry-hero .hero-content .the-latest-back-btn {
      padding-left: 15px;
      cursor: pointer;
      display: inline-block; }
      .the-latest-entry-hero .hero-content .the-latest-back-btn a {
        color: #fff; }
      .the-latest-entry-hero .hero-content .the-latest-back-btn:before {
        content: url("../img/icons/back-arrow.svg");
        position: absolute;
        left: 0;
        top: -1px; }
    .the-latest-entry-hero .hero-content .tag-container {
      display: inline-block; }
      .the-latest-entry-hero .hero-content .tag-container .the-latest-tag {
        border: 2px solid #fff;
        background-color: transparent;
        padding: 12px 16px;
        margin-left: 12px; }
        @media screen and (max-width: 1024px) {
          .the-latest-entry-hero .hero-content .tag-container .the-latest-tag {
            padding: 8px 12px;
            margin-left: 10px; } }
        @media screen and (max-width: 1024px) {
          .the-latest-entry-hero .hero-content .tag-container .the-latest-tag {
            padding: 5px 10px;
            margin-left: 5px;
            font-size: 11px; } }
    .the-latest-entry-hero .hero-content .blog-date-author {
      display: inline-block; }
      @media screen and (max-width: 680px) {
        .the-latest-entry-hero .hero-content .blog-date-author {
          width: 100%;
          text-align: center;
          font-size: 13px; } }
    .the-latest-entry-hero .hero-content .blog-share-links {
      display: inline-block;
      float: right; }
      @media screen and (max-width: 680px) {
        .the-latest-entry-hero .hero-content .blog-share-links {
          width: 100%;
          float: none;
          text-align: center;
          margin-top: 25px;
          font-size: 13px; } }
      .the-latest-entry-hero .hero-content .blog-share-links p {
        display: inline;
        margin-right: 8px;
        top: -16px; }
      .the-latest-entry-hero .hero-content .blog-share-links a {
        margin-left: 10px;
        top: -5px; }
        .the-latest-entry-hero .hero-content .blog-share-links a img {
          width: 36px; }
    .the-latest-entry-hero .hero-content .btn {
      font-family: "RT Raleway", sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 13px; }
    .the-latest-entry-hero .hero-content h1 {
      font-size: 60px;
      color: #fff;
      font-weight: 700;
      margin: 75px 0; }
      @media screen and (max-width: 1440px) {
        .the-latest-entry-hero .hero-content h1 {
          font-size: 42px;
          line-height: 48px; } }
      @media screen and (max-width: 1024px) {
        .the-latest-entry-hero .hero-content h1 {
          font-size: 36px;
          line-height: 44px;
          margin: 50px 0;
          text-align: center; } }
      @media screen and (max-width: 680px) {
        .the-latest-entry-hero .hero-content h1 {
          margin: 25px 0; } }
      @media screen and (max-width: 600px) {
        .the-latest-entry-hero .hero-content h1 {
          font-size: 26px;
          line-height: 38px; } }
    .the-latest-entry-hero .hero-content p {
      color: #fff; }

.shop-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%; }

.product-slider {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%; }
  .product-slider--header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 2px solid #dbddde;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .product-slider--header {
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .product-slider--header {
        -ms-flex-direction: column;
            flex-direction: column;
        text-align: center; } }
    .product-slider--header h1 {
      font-size: 45px; }
      @media screen and (max-width: 1440px) {
        .product-slider--header h1 {
          font-size: 38px; } }
      @media (max-width: 1024px) {
        .product-slider--header h1 {
          font-size: 26px; } }
    .product-slider--header a {
      font-size: 18px;
      font-weight: 600;
      color: #e95c67;
      margin-top: 25px;
      padding-right: 15px; }
      @media screen and (max-width: 1440px) {
        .product-slider--header a {
          font-size: 14px; } }
      @media (max-width: 1024px) {
        .product-slider--header a {
          margin-top: 15px;
          padding-right: 12px; } }
      @media (max-width: 767px) {
        .product-slider--header a {
          margin-top: 25px;
          padding: 0; } }
      .product-slider--header a::after {
        content: url("../img/icons/red-arrow-right.svg");
        position: absolute;
        top: 1px;
        right: 0;
        width: 5px; }
        @media (max-width: 1024px) {
          .product-slider--header a::after {
            width: 5px; } }
        @media (max-width: 767px) {
          .product-slider--header a::after {
            margin-left: 6px;
            top: auto;
            right: auto; } }
  .product-slider__container {
    padding: 0 75px; }
    .product-slider__container .slick-slide {
      margin: 0 15px; }
    .product-slider__container .prev-arrow,
    .product-slider__container .next-arrow {
      margin-top: -25px; }
  .product-slider__slide {
    text-align: center; }
    .product-slider__slide--img {
      background-color: #64a70b;
      border-radius: 50px;
      padding: 50px;
      margin-bottom: 25px; }
      .product-slider__slide--img img {
        margin: 0 auto;
        width: 100%; }
    .product-slider__slide--title {
      font-size: 24px;
      font-weight: 700; }
