/*
#page .section2 .container .sidebar img {
width: 65%;
}

*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIw.ttf) format('truetype');
}
.pointer {
  cursor: pointer;
}
a.red {
  color: #d22d40 !important;
}
img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.anr_captcha_field {
  margin-bottom: 20px;
}
.modal.show {
  display: flex !important;
  align-items: center;
}
.modal .modal-content {
  padding: 30px;
  max-width: 640px;
  width: 100%;
  box-sizing: border-box;
}
.wpcf7,
.trial-search {
  font-family: 'Montserrat', sans-serif;
}
.wpcf7 h2,
.trial-search h2 {
  font-size: 24px !important;
  font-weight: 400 !important;
}
.wpcf7 .wpcf7-list-item-label,
.trial-search .wpcf7-list-item-label {
  font-size: 14px;
}
.wpcf7 label,
.trial-search label {
  font-size: 14px;
  color: #000;
  display: block;
}
.wpcf7 input[type="checkbox"],
.trial-search input[type="checkbox"] {
  font-size: 14px;
}
.wpcf7 input[type="text"],
.trial-search input[type="text"],
.wpcf7 input[type="email"],
.trial-search input[type="email"],
.wpcf7 input[type="tel"],
.trial-search input[type="tel"],
.wpcf7 textarea,
.trial-search textarea,
.wpcf7 select,
.trial-search select,
.wpcf7 option,
.trial-search option {
  font-size: 14px;
  color: #000;
  background-color: #f3f3f3;
  padding: 10px;
  width: 100%;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: transparent;
}
.wpcf7 input[type="text"]:focus,
.trial-search input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.trial-search input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.trial-search input[type="tel"]:focus,
.wpcf7 textarea:focus,
.trial-search textarea:focus,
.wpcf7 select:focus,
.trial-search select:focus,
.wpcf7 option:focus,
.trial-search option:focus {
  outline: transparent;
}
.wpcf7 input[type="file"]::-webkit-file-upload-button,
.trial-search input[type="file"]::-webkit-file-upload-button {
  font-size: 14px;
  width: unset;
  padding: 10px 50px;
  text-align: center;
  color: #FFF;
  border-radius: 6px;
  background-color: #3592e9;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
}
.wpcf7 input[type="submit"],
.trial-search input[type="submit"] {
  font-size: 13px;
  text-transform: uppercase;
  width: unset;
  padding: 15px 65px;
  text-align: center;
  color: #FFF;
  background-color: #d22d40;
  border: solid 1.4px #d22d40;
}
header {
  position: relative;
  height: 80px;
  padding-bottom: 60px;
  padding-top: 40px;
}
@media (min-width: 992px) {
  header {
    padding-bottom: unset;
    padding-top: unset;
  }
}
header .news_alert {
  position: absolute;
  left: 0px;
  top: 48px;
  text-align: center;
  right: 0;
}
header .news_alert a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #d22d40;
}
@media (min-width: 992px) {
  header .news_alert a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  header .news_alert {
    top: 0;
    left: 320px;
    text-align: left;
    right: unset;
  }
}
header .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  header .container {
    padding: unset;
  }
}
header img.logo {
  width: 140px;
}
@media (min-width: 576px) {
  header img.logo {
    width: 210px;
  }
}
header .btn-login {
  border: solid 2px #d22d40;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #d22d40;
  padding: 5px 23.5px 3px 23.5px;
}
header .btn-login:not([href]):not([tabindex]) {
  color: #d22d40;
}
header .mega-menu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  background-color: #FFF;
  z-index: 99;
  padding: 30px 20px 40px 20px;
}
header .mega-menu h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 2.05;
  text-transform: uppercase;
  text-align: left;
  color: #d22d40;
}
header .mega-menu ul {
  line-height: 1;
}
header .mega-menu ul li {
  padding-bottom: 10px;
}
header .mega-menu ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #000;
}
header .mega-menu ul li ul {
  padding-left: 20px;
}
header .mega-menu ul li ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #000;
}
header .login-menu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  text-align: right;
  background-color: #FFF;
  z-index: 99;
  padding: 25px 0px;
}
header .login-menu ul {
  margin: 0;
}
header .login-menu ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.5;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
header .login-menu ul li::after {
  content: '';
  display: inline-block;
  color: #d22d40;
  width: 6px;
  height: 11px;
  margin-left: 9px;
  background-image: url('../img/login-arrow.png');
}
#home .navigator {
  position: absolute;
  height: 100%;
  right: 5px;
  display: flex;
  align-items: center;
  z-index: 98;
}
@media (min-width: 576px) {
  #home .navigator {
    right: 10px;
  }
}
@media (min-width: 768px) {
  #home .navigator {
    right: 20px;
  }
}
#home .navigator ul li {
  cursor: pointer;
  margin-bottom: 3px;
  display: block;
  width: 15px;
  height: 4px;
  background-color: #FFF;
}
#home .navigator ul li.active {
  background-color: #000;
}
#home .navigator.dark ul li {
  background-color: #DADADA;
}
#home .section1,
#home .section3,
#home .section5 {
  position: relative;
  background-color: #F3F3F3;
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0;
}
@media (min-width: 992px) {
  #home .section1,
  #home .section3,
  #home .section5 {
    background-position: left center;
    background-blend-mode: normal;
    background-size: auto 700px;
  }
}
#home .section1 .container,
#home .section3 .container,
#home .section5 .container {
  padding: 40px 0 60px 0;
}
#home .section1 .container .pretitle,
#home .section3 .container .pretitle,
#home .section5 .container .pretitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  color: #d22d40;
}
#home .section1 .container h1,
#home .section3 .container h1,
#home .section5 .container h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-align: left;
  color: #000;
  margin: 30px 0;
}
#home .section1 .container p,
#home .section3 .container p,
#home .section5 .container p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  color: #000;
}
#home .section1 .container .small,
#home .section3 .container .small,
#home .section5 .container .small {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
}
#home .section1 .container a,
#home .section3 .container a,
#home .section5 .container a {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #d22d40;
  margin-top: 0px;
}
@media (min-width: 576px) {
  #home .section1 .container a,
  #home .section3 .container a,
  #home .section5 .container a {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  #home .section1 .container a,
  #home .section3 .container a,
  #home .section5 .container a {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #home .section1 .container a,
  #home .section3 .container a,
  #home .section5 .container a {
    margin-top: 30px;
  }
}
#home .section1 .container a img,
#home .section3 .container a img,
#home .section5 .container a img {
  margin-right: 15px;
}
#home .section1 .container .l-indent,
#home .section3 .container .l-indent,
#home .section5 .container .l-indent {
  padding-left: 0px;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  #home .section1 .container .l-indent,
  #home .section3 .container .l-indent,
  #home .section5 .container .l-indent {
    padding-left: 140px;
  }
}
@media (min-width: 992px) {
  #home .section1 .container .l-indent,
  #home .section3 .container .l-indent,
  #home .section5 .container .l-indent {
    padding-left: 100px;
  }
}
#home .section1 .container .r-indent,
#home .section3 .container .r-indent,
#home .section5 .container .r-indent {
  padding-right: 0px;
}
@media (min-width: 576px) {
  #home .section1 .container .r-indent,
  #home .section3 .container .r-indent,
  #home .section5 .container .r-indent {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #home .section1 .container .r-indent,
  #home .section3 .container .r-indent,
  #home .section5 .container .r-indent {
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  #home .section1 .container .r-indent,
  #home .section3 .container .r-indent,
  #home .section5 .container .r-indent {
    padding-right: 100px;
  }
}
#home .section1 {
  background-image: url('../img/bg1.png');
}
#home .section1 .container h1 {
  font-size: 36px;
  line-height: 1;
  margin: 10px 0 20px;
}
@media (min-width: 576px) {
  #home .section1 .container h1 {
    font-size: 38px;
    line-height: 1.1;
    margin: 30px 0;
  }
}
@media (min-width: 768px) {
  #home .section1 .container h1 {
    font-size: 42px;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  #home .section1 .container h1 {
    font-size: 48px;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  #home .section1 .container h1 {
    font-size: 52px;
    line-height: 1.1;
  }
}
#home .section1 .container a {
  margin-top: 0;
}
#home #carousel {
  overflow: hidden;
  position: relative;
  padding: 0 40px;
}
@media (min-width: 768px) {
  #home #carousel {
    padding: 0;
  }
}
#home #carousel ul {
  list-style: none;
  padding: 0 10px;
  margin: 20px 0 25px;
  display: flex;
}
#home #carousel ul li {
  float: left;
  position: relative;
  width: 250px;
  margin-right: 40px;
  list-style: none;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  color: #000;
  overflow: hidden;
  background-size: contain;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
}
#home #carousel ul li a {
  text-decoration: none;
  color: #000;
}
#home #carousel ul li h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 18px;
  margin: 15px 10px 10px 10px;
}
#home #carousel ul li p {
  font-size: 12px;
  line-height: 1.4;
  margin: 10px 100px 20px 10px;
}
#home #carousel ul li .cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d22d40;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 0 0 4px 4px;
}
#home #carousel ul li img {
  width: 100%;
}
#home #carousel-nav {
  position: relative;
  width: 100%;
  height: 0px;
  z-index: 9;
}
#home #carousel-nav .prev {
  cursor: pointer;
  position: absolute;
  top: 100px;
  left: 0;
}
@media (min-width: 768px) {
  #home #carousel-nav .prev {
    left: -40px;
  }
}
#home #carousel-nav .next {
  cursor: pointer;
  position: absolute;
  top: 100px;
  right: 0;
}
@media (min-width: 768px) {
  #home #carousel-nav .next {
    right: -40px;
  }
}
#home .banner-slider {
  overflow: hidden;
  height: 540px;
  position: relative;
}
#home .banner-slider .inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  opacity: 0;
}
#home .banner-slider .banner-navigator {
  z-index: 9;
  opacity: 0;
  position: absolute;
  bottom: 25px;
  width: 100%;
}
#home .banner-slider .banner-navigator ul {
  margin: auto;
  list-style: none;
  padding: 0;
}
#home .banner-slider .banner-navigator ul li {
  cursor: pointer;
  background-color: #FFF;
  border: solid 1px #BFBEBE;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-right: 25px;
}
#home .banner-slider .banner-navigator ul li.selected {
  background-color: #BFBEBE;
}
#home .banner-slider .banner-navigator ul li:last-child {
  margin-right: 0;
}
#home .section3 {
  background-image: url('../img/bg2.png');
}
#home .section3 .container h1 {
  font-size: 36px;
  line-height: 1;
}
@media (min-width: 576px) {
  #home .section3 .container h1 {
    font-size: 56px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  #home .section3 .container h1 {
    font-size: 66px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  #home .section3 .container h1 {
    font-size: 72px;
    line-height: 1;
  }
}
#home .section5 {
  background-image: url('../img/bg3.png');
}
#home .section5 .container h1 {
  font-size: 42px;
  line-height: 1;
}
@media (min-width: 576px) {
  #home .section5 .container h1 {
    font-size: 56px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  #home .section5 .container h1 {
    font-size: 66px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  #home .section5 .container h1 {
    font-size: 89.5px;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  #home .section5 .container h1 {
    font-size: 89.5px;
    line-height: 1;
  }
}
#home .section2,
#home .section4,
#home .section6 {
  position: relative;
  background-color: #d22d40;
}
#home .section2 .container,
#home .section4 .container,
#home .section6 .container {
  position: relative;
  padding: 150px 20px 20px 0px;
}
@media (min-width: 576px) {
  #home .section2 .container,
  #home .section4 .container,
  #home .section6 .container {
    padding: 170px 20px 80px 0px;
  }
}
@media (min-width: 768px) {
  #home .section2 .container,
  #home .section4 .container,
  #home .section6 .container {
    padding: 180px 30px 100px 30px;
  }
}
@media (min-width: 992px) {
  #home .section2 .container,
  #home .section4 .container,
  #home .section6 .container {
    padding: 190px 60px 100px 120px;
  }
}
@media (min-width: 1200px) {
  #home .section2 .container,
  #home .section4 .container,
  #home .section6 .container {
    padding: 220px 40px 100px 170px;
  }
}
#home .section2 .container .section-nav,
#home .section4 .container .section-nav,
#home .section6 .container .section-nav {
  position: absolute;
  left: 0px;
  top: 20px;
  list-style: none;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  color: #FFF;
  opacity: 1;
}
@media (min-width: 768px) {
}
#home .section2 .container .section-nav li,
#home .section4 .container .section-nav li,
#home .section6 .container .section-nav li {
  cursor: pointer;
}
#home .section2 .container .section-nav li.selected,
#home .section4 .container .section-nav li.selected,
#home .section6 .container .section-nav li.selected {
  color: #000;
}
#home .section2 .container .slider,
#home .section4 .container .slider,
#home .section6 .container .slider {
  position: relative;
  overflow: hidden;
}
#home .section2 .container .slider .inner,
#home .section4 .container .slider .inner,
#home .section6 .container .slider .inner {
  width: 100%;
}
#home .section2 .container .slider .slide,
#home .section4 .container .slider .slide,
#home .section6 .container .slider .slide {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
#home .section2 .container .slider .slide h1,
#home .section4 .container .slider .slide h1,
#home .section6 .container .slider .slide h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 66px;
  font-weight: 800;
  line-height: 1;
  text-align: left;
  color: #000;
  margin-top: 0;
}
@media (min-width: 576px) {
  #home .section2 .container .slider .slide h1,
  #home .section4 .container .slider .slide h1,
  #home .section6 .container .slider .slide h1 {
    line-height: 1.38;
  }
}
#home .section2 .container .slider .slide p,
#home .section4 .container .slider .slide p,
#home .section6 .container .slider .slide p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 2.16;
  text-align: left;
  color: #FFF;
}
#home .section2 .container .slider .slide a,
#home .section4 .container .slider .slide a,
#home .section6 .container .slider .slide a {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  margin-top: 0px;
}
@media (min-width: 576px) {
  #home .section2 .container .slider .slide a,
  #home .section4 .container .slider .slide a,
  #home .section6 .container .slider .slide a {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  #home .section2 .container .slider .slide a,
  #home .section4 .container .slider .slide a,
  #home .section6 .container .slider .slide a {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #home .section2 .container .slider .slide a,
  #home .section4 .container .slider .slide a,
  #home .section6 .container .slider .slide a {
    margin-top: 30px;
  }
}
#home .section2 .container .slider .slide a img,
#home .section4 .container .slider .slide a img,
#home .section6 .container .slider .slide a img {
  margin-right: 15px;
}
#home .section2 .container .l-indent,
#home .section4 .container .l-indent,
#home .section6 .container .l-indent {
  padding-left: 0px;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  #home .section2 .container .l-indent,
  #home .section4 .container .l-indent,
  #home .section6 .container .l-indent {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  #home .section2 .container .l-indent,
  #home .section4 .container .l-indent,
  #home .section6 .container .l-indent {
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  #home .section2 .container .l-indent,
  #home .section4 .container .l-indent,
  #home .section6 .container .l-indent {
    padding-left: 150px;
  }
}
#home .section2 .container .r-indent,
#home .section4 .container .r-indent,
#home .section6 .container .r-indent {
  padding-right: 0px;
}
@media (min-width: 576px) {
  #home .section2 .container .r-indent,
  #home .section4 .container .r-indent,
  #home .section6 .container .r-indent {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #home .section2 .container .r-indent,
  #home .section4 .container .r-indent,
  #home .section6 .container .r-indent {
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  #home .section2 .container .r-indent,
  #home .section4 .container .r-indent,
  #home .section6 .container .r-indent {
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  #home .section2 .container .r-indent,
  #home .section4 .container .r-indent,
  #home .section6 .container .r-indent {
    padding-right: 150px;
  }
}
#home .section2 .container .slider .slide h1,
#home .section6 .container .slider .slide h1 {
  font-size: 36px;
}
@media (min-width: 576px) {
  #home .section2 .container .slider .slide h1,
  #home .section6 .container .slider .slide h1 {
    font-size: 56px;
  }
}
@media (min-width: 768px) {
  #home .section2 .container .slider .slide h1,
  #home .section6 .container .slider .slide h1 {
    font-size: 66px;
  }
}
@media (min-width: 992px) {
  #home .section2 .container .slider .slide h1,
  #home .section6 .container .slider .slide h1 {
    font-size: 84px;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  #home .section2 .container .slider .slide h1,
  #home .section6 .container .slider .slide h1 {
    line-height: 1.38;
  }
}
#home .section2 .container .slider .slide p,
#home .section6 .container .slider .slide p {
  line-height: 1.5;
}
@media (min-width: 576px) {
  #home .section2 .container .slider .slide p,
  #home .section6 .container .slider .slide p {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  #home .section2 .container .slider .slide p,
  #home .section6 .container .slider .slide p {
    line-height: 2.16;
  }
}
#home .section4 .container .slider .slide h1 {
  font-size: 36px;
}
@media (min-width: 576px) {
  #home .section4 .container .slider .slide h1 {
    font-size: 56px;
  }
}
@media (min-width: 768px) {
  #home .section4 .container .slider .slide h1 {
    font-size: 66px;
  }
}
@media (min-width: 992px) {
  #home .section4 .container .slider .slide h1 {
    font-size: 70px;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  #home .section4 .container .slider .slide h1 {
    line-height: 1.38;
  }
}
#home .section4 .container .slider .slide p {
  line-height: 1.5;
}
@media (min-width: 576px) {
  #home .section4 .container .slider .slide p {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  #home .section4 .container .slider .slide p {
    line-height: 2.16;
  }
}
#home .section7 {
  position: relative;
  background-color: #F3F3F3;
  background-image: url('../img/bg4.png');
  background-repeat: no-repeat;
  background-position: left center;
}
#home .section7 .container {
  position: relative;
  padding: 50px 10px;
}
@media (min-width: 576px) {
  #home .section7 .container {
    padding: 50px 30px 50px 30px;
  }
}
@media (min-width: 768px) {
  #home .section7 .container {
    padding: 100px 50px 100px 50px;
  }
}
@media (min-width: 992px) {
  #home .section7 .container {
    padding: 150px 120px 100px 120px;
  }
}
#home .section7 .container p {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  color: #848484;
}
@media (min-width: 576px) {
  #home .section7 .container p {
    font-size: 32px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  #home .section7 .container p {
    font-size: 40px;
  }
}
#home .section7 .container p span,
#home .section7 .container p b {
  font-weight: 600;
  color: #000;
}
#home .section7 .container a {
  display: inline-block;
  background-color: #d22d40;
  padding: 11px 17px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  color: #FFF;
}
#home .section7 .container a img {
  margin-right: 15px;
}
#home .section8 {
  position: relative;
  text-align: center;
}
#home .section8 div[class*="col"] {
  padding-top: 0px;
}
@media (min-width: 576px) {
  #home .section8 div[class*="col"] {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  #home .section8 div[class*="col"] {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  #home .section8 div[class*="col"] {
    padding-top: 60px;
  }
}
#home .section8 div[class*="col"] div {
  text-align: center;
  width: auto;
  max-width: 150px;
  margin: auto;
}
#home .section8 div[class*="col"] div:nth-child(1) {
  padding: 22px 0;
}
#home .section8 div[class*="col"] div:nth-child(2) {
  padding: 17px 0;
  border-top: solid 1px #848484;
  border-bottom: solid 1px #848484;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #3F3F3F;
}
#home .section8 div[class*="col"] div:nth-child(3) {
  padding: 5px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: -0.4px;
  text-align: center;
  color: #3F3F3F;
}
#home .section8 div[class*="col"] div:nth-child(4) {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #3F3F3F;
}
#home .clients h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 60px 15px;
}
#home .clients .client {
  width: 100%;
  max-width: 220px;
  min-height: 150px;
  margin-bottom: 40px;
  padding: 0 20px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (min-width: 992px) {
  #home .clients .client {
    margin-bottom: 0;
  }
}
#home .clients .client img {
  max-width: 100%;
}
footer .container {
  padding: 50px 0;
}
footer .container .logo {
  width: 120px;
}
footer .container .social {
  margin-top: 20px;
}
footer .container .social img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
footer .container nav.primary ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #000;
}
footer .container h3 {
  font-size: 10px;
  font-weight: 600;
  color: #532648;
}
footer .container ul {
  line-height: 1;
}
@media (min-width: 992px) {
  footer .container ul {
    height: 120px;
  }
}
footer .container ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #666;
}
#page .section1 {
  position: relative;
  background-color: #F3F3F3;
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  #page .section1 {
    background-blend-mode: normal;
    background-position: left bottom;
    background-size: contain;
  }
}
#page .section1.template1 .arrow-small {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  background: url('../img/arrow_down_small.png') no-repeat center bottom;
  height: 21px;
  cursor: pointer;
}
#page .section1 .sidebar nav.primary ul li:last-child a {
  border-bottom: solid 1px #d22d40;
  padding-bottom: 10px;
}
#page .section1 .sidebar nav.primary ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1.55;
  text-align: left;
  text-decoration: none;
  color: #000;
}
#page .section1 .sidebar nav.primary ul li a:hover {
  color: #d22d40;
}
#page .section1 .sidebar nav.secondary ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  line-height: 2.36;
  letter-spacing: -0.1px;
  text-align: left;
  text-decoration: none;
  color: #757575;
}
#page .section1 .sidebar nav.secondary ul li a:hover {
  color: #d22d40;
}
#page .section1 .container.template1 {
  padding-top: 40px;
  padding-bottom: 150px;
}
#page .section1 .container.template1 h1 {
  margin: 0 0 40px 0;
}
#page .section1 .container.template1 #bg-image {
  display: none;
}
@media (min-width: 992px) {
  #page .section1 .container.template1 #bg-image {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 0px;
    background-origin: border-box;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}
#page .section1 .container.template2 {
  padding: 50px 0;
}
#page .section1 .container.template2 h1 {
  margin: 0;
}
#page .section1 .container h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  font-weight: 300;
  text-align: left;
  color: #d22d40;
}
@media (min-width: 768px) {
  #page .section1 .container h1 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  #page .section1 .container h1 {
    font-size: 55px;
  }
}
#page .section1 .container p {
  font-family: 'Montserrat', sans-serif;
  font-size: 34.5px;
  font-weight: 900;
  text-align: left;
  color: #000;
}
#page .section1 .container p.small {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
}
#page .section2 .container .sidebar p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: left;
  color: #000;
}
#page .section2 .container .sidebar.text-right p {
  text-align: right;
}
#page .section2 .container .sidebar h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.1px;
  text-align: left;
  color: #000;
}
#page .section2 .container .sidebar a {
  text-decoration: none;
}
#page .section2 .container .sidebar a h3 {
  color: #000;
}
#page .section2 .container .sidebar a:active h3,
#page .section2 .container .sidebar a:visited h3,
#page .section2 .container .sidebar a:hover h3 {
  color: #d22d40;
}
#page .section2 .container .sidebar .cta {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  background-color: #d22d40;
  padding: 8px 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-align: center;
  color: #FFF;
}
#page .section2 .container .sidebar img {
  width: auto;
  max-width: 100%;
}
#page .section2 .container div[class*="col"] {
  margin-top: 20px;
  padding-right: 20px;
}
#page .section2 .container h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.05;
  text-align: left;
  color: #000;
}
#page .section2 .container h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18.5px;
  font-weight: 800;
  line-height: 1.59;
  text-align: left;
  color: #000;
}
#page .section2 .container h3.red {
  color: #d22d40;
}
#page .section2 .container p,
#page .section2 .container li {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.59;
  text-align: left;
  color: #000;
}
#archive .banner {
  padding: 50px 0;
  background-color: #F3F3F3;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  background-size: contain;
}
#archive .banner h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  font-weight: 300;
  text-align: left;
  color: #d22d40;
  margin: 0;
}
#archive .posts .row:nth-of-type(2n) {
  margin-bottom: 60px;
}
#archive .posts h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.67;
  text-align: left;
  color: #000;
  margin: 0 0 10px 0;
}
#archive .posts p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.67;
  text-align: left;
  color: #000;
}
#archive .posts a.read-more {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #d22d40;
}
#archive .posts .sidebar {
  text-align: right;
}
#archive .posts .sidebar span {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 2.59;
  color: #666;
}
#trials .banner {
  padding: 50px 0;
  margin-bottom: 50px;
  position: relative;
  background-color: #F3F3F3;
  background-image: url('../img/page_bg.png');
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}
@media (min-width: 768px) {
  #trials .banner {
    background-blend-mode: normal;
    background-position: left bottom;
    background-size: contain;
  }
}
#trials .banner h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  font-weight: 300;
  text-align: left;
  color: #d22d40;
  margin: 0;
}
#trials .content a {
  text-decoration: none;
  color: #000;
}
#trials .content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.trials a {
  text-decoration: none;
  color: #000;
}
.trials h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
#single .banner {
  padding: 50px 0;
  background-color: #F3F3F3;
  margin-bottom: 50px;
}
#single .banner h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  font-weight: 300;
  text-align: left;
  color: #d22d40;
  margin: 0;
}
#single .posts .row:nth-of-type(2n) {
  margin-bottom: 60px;
}
#single .posts h2 {
  font-size: 22px;
  font-weight: 800;
  text-align: left;
  margin: 0 0 40px 0;
}
#single .posts p,
#single .posts ul,
#single .posts li {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.67;
  text-align: left;
  color: #000;
}
#single .posts .sidebar {
  text-align: right;
}
#single .posts .sidebar span {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #666;
}
#single .posts .sidebar h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.1px;
  color: #000;
}
#single .posts .related a {
  line-height: 1.3;
}
#single .posts .related a:hover,
#single .posts .related a:active {
  text-decoration: none;
}
#single .posts .related a h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #d22d40;
  margin: 0;
}
#single .posts .related .previous {
  text-align: left;
  padding-right: 75px;
}
#single .posts .related .previous img {
  width: 21px;
  height: 40px;
  margin-right: 18px;
}
#single .posts .related .next {
  text-align: right;
  padding-left: 75px;
}
#single .posts .related .next img {
  width: 21px;
  height: 40px;
  margin-left: 18px;
}
#single .posts .comments h3 {
  font-size: 18px;
}
#single .posts .add-comment h3 {
  font-size: 18px;
}
#single .posts .add-comment div[class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
#single .posts .add-comment .comment-form {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
#single .posts .add-comment .comment-form label {
  display: block;
  font-size: 12px;
}
#single .posts .add-comment .comment-form input:not([type="submit"]) {
  margin-bottom: 20px;
  width: 100%;
  height: 34px;
  font-size: 14px;
  border: solid 1px #DADADA;
}
#single .posts .add-comment .comment-form textarea {
  border: solid 1px #DADADA;
  width: 100%;
  margin-bottom: 20px;
}
#single .posts .add-comment .comment-form input.submit {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-align: center;
  color: #FFF;
  padding: 10px 50px;
  background-color: #d22d40;
  border: solid 1.4px #d22d40;
}
