@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}

.slick-dots {
  margin-top: 4rem;
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.slick-dots li.slick-active button {
  background: #6b4634;
}
.slick-dots li button {
  border: none;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background: #d8b089;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Flex-flow is short hand for "flex-direction" & "flex-wrap" */
/* Flex-direction - Column */
/* Flex-direction - Row */
/* Align Items - Stretch */
/* Align Items - Center */
/* ============================================================= */
/* ============================================================= */
/* Clearfix */
/* Revert clearfix */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Eric Meyer's CSS Reset */
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, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, t 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */
*:focus {
  outline: none;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.visible {
  overflow: visible !important;
}

.text-right {
  text-align: right;
}

.hide {
  display: none !important;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.mb-n-150 {
  margin-bottom: -150px;
}

.inline-list {
  display: inline-block;
  vertical-align: middle;
}
.inline-list--top {
  vertical-align: top !important;
}
.inline-list > li {
  display: inline-block;
}

.no-scroll {
  overflow: hidden;
}

.visible {
  overflow: visible !important;
}

.fullwidth {
  width: 100% !important;
  max-width: 100% !important;
}

.halfwidth {
  width: 50% !important;
}

.fullheight {
  height: 100%;
  min-height: 100%;
}

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.responsive, .responsive-img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.img-fluid {
  width: auto;
  max-width: 100%;
}

.img-rounded {
  overflow: hidden;
  border-radius: 50%;
}

.slick-dots li button:focus, .slick-dots li button.focus {
  outline-offset: 0;
  outline: none;
  box-shadow: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Rubik", sans-serif;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  line-height: 1.25;
  color: #1B1C1F;
  background: #fff;
  font-size: 1.8rem;
  -webkit-text-size-adjust: 100%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}
body > img {
  float: right;
}

html {
  min-height: 100%;
  height: 100%;
  font-size: 62.5% !important;
}
@media screen and (min-width: 1921px) and (min-aspect-ratio: 4/3) {
  html {
    font-size: 0.59375vw !important;
  }
}
@media screen and (min-width: 1921px) and (min-aspect-ratio: 17/10) {
  html {
    font-size: 0.64375vw !important;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
  html {
    font-size: 0.6545vw !important;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 52.5% !important;
  }
  html p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 49.5% !important;
  }
}

.font-accent {
  font-family: "Secular One", serif;
}

.size-p-md {
  font-size: 2rem;
}

.pt-50 {
  padding-top: 50px !important;
}

.responsive svg {
  max-width: 100%;
}

.l-main {
  padding-bottom: 6rem;
}
.l-main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: -1;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(149, 144, 144, 0.1) 100%);
}
.single-disease .l-main:before {
  background-image: linear-gradient(180deg, #f4f4f4 0%, rgba(149, 144, 144, 0.1019607843) 100%);
}

.row--narrow {
  margin-right: -10px;
  margin-left: -10px;
}
.row--narrow > [class^=col] {
  padding-left: 10px;
  padding-right: 10px;
}
.row--wide {
  margin-right: -25px;
  margin-left: -25px;
}
.row--wide > [class^=col] {
  padding-left: 25px;
  padding-right: 25px;
}

.container, .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 576px) {
  .container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .container, .container-fluid {
    max-width: 136rem;
  }
  .container.m-wide, .container-fluid.m-wide {
    max-width: 148rem;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.m-medium, .container-fluid.m-medium {
    max-width: 120rem;
  }
  .container.m-narrow, .container-fluid.m-narrow {
    max-width: 800px;
  }
}

.l-wrapper {
  position: relative;
  min-height: 1%;
  height: auto;
  overflow: hidden;
}
.l-wrapper main {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}
.flexbox .l-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.flexbox .l-wrapper .l-main {
  flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.l-header {
  width: 100%;
  display: block;
}

.l-footer {
  display: block;
  width: 100%;
}

@font-face {
  font-family: "Philosof";
  src: url("../font/FbPhilosof-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Philosof";
  src: url("../font/FbPhilosof-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
	font-family: "Assistant";
	src: url("https://fonts.googleapis.com/css2?family=Assistant&display=swap") format("woff");
	font-style: normal;
	font-weight: 400;
}
@font-face {
  font-family: "icomoon";
  font-display: auto;
  src: url("../font/icomoon.eot?9mr4wk");
  src: url("../font/icomoon.eot?9mr4wk#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?9mr4wk") format("truetype"), url("../font/icomoon.woff?9mr4wk") format("woff"), url("../font/icomoon.svg?9mr4wk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], .iconmoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e914";
}

.icon-fax:before {
  content: "\e912";
}

.icon-clock:before {
  content: "\e900";
}

.icon-films:before {
  content: "\e901";
}

.icon-user:before {
  content: "\e903";
}

.icon-arrow-sp-right:before {
  content: "\e911";
}

.icon-arrow-sp-left:before {
  content: "\e915";
}

.icon-youtube:before {
  content: "\e916";
}

.icon-twitter:before {
  content: "\e919";
}

.icon-plus:before {
  content: "\e91a";
}

.icon-minus:before {
  content: "\e91b";
}

.icon-arrow-corner-right:before {
  content: "\e91c";
}

.icon-arrow-corner-left:before {
  content: "\e91d";
}

.icon-view:before {
  content: "\e91e";
}

.icon-gift:before {
  content: "\e91f";
}

.icon-tag:before {
  content: "\e920";
}

.icon-details:before {
  content: "\e910";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-play:before {
  content: "\e905";
}

.icon-chevron-left:before {
  content: "\e906";
}

.icon-whatsapp:before {
  content: "\e907";
}

.icon-youtube-o:before {
  content: "\e909";
}

.icon-download:before {
  content: "\e90b";
}

.icon-search:before {
  content: "\e90c";
}

.icon-cart:before {
  content: "\e92b";
}

.icon-comment:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e923";
}

.icon-lock:before {
  content: "\e924";
}

.icon-left-arrow:before {
  content: "\e917";
}

.icon-right-arrow:before {
  content: "\e918";
}

.icon-location:before {
  content: "\e908";
}

.icon-arrow-right:before {
  content: "\e90e";
}

.icon-arrow-down:before {
  content: "\e90d";
}

.icon-arrow-left:before {
  content: "\e90f";
}

.icon-instagram:before {
  content: "\e913";
}

.icon-email:before {
  content: "\e904";
}

.aside-main-menu {
  will-change: -webkit-transform;
  will-change: transform;
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(27, 28, 31, 0.95);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 3.5rem;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(0, 0, 0);
}
.aside-main-menu.is-active {
  visibility: visible;
  opacity: 1;
}
.aside-main-menu__nav {
  width: 100%;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aside-main-menu__nav > ul {
  display: block;
}
.aside-main-menu__nav > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.aside-main-menu__nav > ul > li > a {
  display: block;
  padding: 2vh 0;
}
.aside-main-menu__nav > ul .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aside-main-menu__nav > ul .menu-item-has-children > a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  margin-right: 1rem;
  font-size: 1.45rem;
}
.aside-main-menu__nav > ul .menu-item-has-children ul {
  display: none;
}
.aside-main-menu__nav > ul .menu-item-has-children ul li a {
  font-size: 1.25em;
  display: block;
  padding: 0.4rem 2rem 0.4rem 0;
}
.aside-main-menu__nav > ul li {
  margin: 0.2em 0;
  display: block;
}
.aside-main-menu__nav > ul li:last-child a {
  margin-bottom: 0;
}
.aside-main-menu__nav > ul li a {
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0;
  transition: all 0.3s ease;
}
.aside-main-menu__nav > ul li a:hover, .aside-main-menu__nav > ul li a.is-active {
  text-decoration: none;
  color: #D71920;
  border-bottom-color: transparent;
}
@media screen and (max-width: 1024px) {
  .aside-main-menu__nav > ul li a {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 400px) and (orientation: landscape) {
  .aside-main-menu__nav > ul li a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .aside-main-menu__nav > ul li a {
    font-size: 5vw;
    line-height: 1.4;
    border-bottom: none;
  }
}
@media screen and (max-width: 640px) and (max-height: 400px) and (orientation: landscape) {
  .aside-main-menu__nav > ul li a {
    font-size: 2rem;
  }
}
.aside-main-menu .menu-icon.burger {
  position: absolute;
  left: 1.5rem;
  top: 4.4rem;
  color: #fff;
}
.aside-main-menu .menu-icon.burger span {
  color: #fff;
}
.aside-main-menu .menu-icon.burger:before, .aside-main-menu .menu-icon.burger:after {
  color: #fff;
}
@media screen and (max-width: 1199px) and (min-width: 576px) {
  .aside-main-menu {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
    max-width: 560px;
    right: 0;
    left: auto;
  }
  .aside-main-menu.is-active {
    opacity: 1;
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
  }
}

.overlay {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
}
.menu-is-open .overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-is-open .overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

p {
  margin: 0 0 1.8rem;
  font-size: 1.75rem;
  font-family: "Rubik", sans-serif;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

a {
  font-family: "Rubik", sans-serif;
  transition: color 0.25s;
  text-decoration: none;
  color: #D71920;
}
a:hover {
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  color: #D71920;
  font-weight: 600;
  margin-bottom: 2rem;
}
h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, h6.thin {
  font-weight: 300;
}

h1 {
  font-size: 5.6rem;
}

h2 {
  font-size: 4.8rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.4rem;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

.bg-purple {
  background-color: #634180;
}
.bg-purple-light {
  background-color: #EAE7EE;
}

.bg-primary {
  background-color: #D71920 !important;
}

.bg-lightgrey {
  background-color: #F4F4F4;
}

.bg-heading-dark {
  background-color: #151515 !important;
}

.bg-gradient-light {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F8F9 61%);
}

.bg-gradient-primary {
  background-image: linear-gradient(-45deg, #023b76 0%, #1b2062 14%, #070749 40%, #1c1c59 60%, #04366d 100%);
}

.section-title {
  margin-bottom: 4rem;
  text-align: center;
}
.section-title > div {
  display: inline-block;
  font-size: 4rem;
  line-height: 1.2;
  color: #D71920;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
}
.section-title > div.thin {
  font-weight: 300;
}
.section-title > div:before, .section-title > div:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 4rem;
  transform: translateY(-50%);
  background-color: #1B1C1F;
}
.section-title > div:before {
  left: 100%;
  margin-left: 2rem;
}
.section-title > div:after {
  right: 100%;
  margin-right: 2rem;
}
.section-title.text-white div {
  color: #fff;
}
.section-title.text-white div:before, .section-title.text-white div:after {
  background-color: #fff;
}
.section-title.md {
  margin-bottom: 3rem;
}
.section-title.md h1 {
  font-size: 4.6rem;
}
.section-title.m-bottom h1 {
  color: #1B1C1F;
}
.section-title.m-bottom h1:before, .section-title.m-bottom h1:after {
  content: none;
}
.section-title.m-bottom:after {
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
  width: 40px;
  max-width: 40%;
  height: 2px;
  background-color: #D71920;
}
.section-title.m-right {
  text-align: start;
}
.section-title.no-divider:before {
  content: none;
}
.section-title__subtitle {
  max-width: 700px;
  margin: auto;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 1.5rem;
}
.section-title__trigger {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.section-title__trigger.color-primary {
  color: #D71920;
}
.section-title__trigger.color-primary + h1 {
  color: #1C1D20;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 2.8rem;
  }
  .section-title:before {
    max-width: 80vw;
  }
  .section-title > div:before {
    content: none;
  }
  .section-title > div:after {
    display: block;
    position: relative;
    margin: 15px auto 0;
    transform: none;
    right: auto;
  }
}

.title-secondary {
  color: #333;
}

.article-title {
  font-size: 5.2rem;
  line-height: 1.2;
  color: #D71920;
  font-weight: 600;
  font-family: "Secular One", serif;
  margin-bottom: 3rem;
}
.article-title:after {
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 26.8rem;
  max-width: 60%;
  height: 6.5rem;
  background: url(../img/common/frame-1.svg) 50% 100% no-repeat;
  background-size: contain;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .article-title {
    font-size: 2.8rem;
  }
  .article-title:after {
    max-width: 80vw;
  }
}

article.article > *:first-child, .b-post__body > *:first-child {
  margin-top: 0;
}
article.article h2, article.article h3, article.article h4, .b-post__body h2, .b-post__body h3, .b-post__body h4 {
  font-weight: 600;
  line-height: 1.2;
}
article.article h2, .b-post__body h2 {
  margin-top: 3rem;
  font-size: 2.8rem;
  color: #222;
  display: flex;
  align-items: center;
}
article.article h2:before, .b-post__body h2:before {
  content: "";
  width: 40px;
  height: 3px;
  margin-left: 12px;
  background-color: #D71920;
}
article.article h2.section-title, .b-post__body h2.section-title {
  font-size: 3.6rem;
  display: block;
  text-align: right;
}
article.article h2.section-title:before, .b-post__body h2.section-title:before {
  content: none;
}
article.article h2.section-title:after, .b-post__body h2.section-title:after {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  margin-top: 2rem;
  background-color: #D71920;
}
article.article h3, .b-post__body h3 {
  margin-top: 2.5rem;
  margin-bottom: 15PX;
  font-size: 2.6rem;
}
article.article h4, .b-post__body h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
article.article a, .b-post__body a {
  text-decoration: underline;
}
article.article a:hover, .b-post__body a:hover {
  -webkit-text-stroke: thin;
  color: #1C1D20;
}
article.article ul:not(.gform_fields), article.article ol:not(.gform_fields), .b-post__body ul:not(.gform_fields), .b-post__body ol:not(.gform_fields) {
  padding-right: 30px;
  list-style: initial;
}
article.article ul li, article.article ol li, .b-post__body ul li, .b-post__body ol li {
  margin-bottom: 10px;
}
article.article img.alignright, .b-post__body img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
article.article img.alignleft, .b-post__body img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

abbr {
  text-decoration: none;
}

.gform_wrapper.gravity-theme .gform_heading {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
}
.gform_wrapper.gravity-theme .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  line-height: 4.9rem;
  padding-right: 0;
}
.gform_wrapper.gravity-theme .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  height: 4.9rem;
  left: 12px;
}
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=file],
.gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single,
.gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(27, 28, 31, 0.5);
  border-radius: 5px;
  outline: none;
  height: 4.9rem;
  line-height: 4.9rem;
  width: 100%;
  color: #1B1C1F;
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0 2rem;
  margin-bottom: 2.5rem;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none;
}
.gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=file]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme select::-webkit-input-placeholder, .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single::-webkit-input-placeholder,
.gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio)::-webkit-input-placeholder { /* WebKit browsers */
  color: rgba(27, 28, 31, 0.8);
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.gform_wrapper.gravity-theme input[type=text]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=password]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=email]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=url]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=time]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=date]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=tel]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=number]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=search]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=file]:-moz-placeholder,
.gform_wrapper.gravity-theme select:-moz-placeholder, .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single:-moz-placeholder,
.gform_wrapper.gravity-theme textarea:-moz-placeholder, .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(27, 28, 31, 0.8);
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.gform_wrapper.gravity-theme input[type=text]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=password]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=email]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=url]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=time]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=date]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=number]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=search]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=file]::-moz-placeholder,
.gform_wrapper.gravity-theme select::-moz-placeholder, .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single::-moz-placeholder,
.gform_wrapper.gravity-theme textarea::-moz-placeholder, .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio)::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(27, 28, 31, 0.8);
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=password]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=url]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=time]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=date]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=number]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=search]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=file]:-ms-input-placeholder,
.gform_wrapper.gravity-theme select:-ms-input-placeholder, .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single:-ms-input-placeholder,
.gform_wrapper.gravity-theme textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgba(27, 28, 31, 0.8);
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.gform_wrapper.gravity-theme input[type=text]:hover, .gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=password]:hover,
.gform_wrapper.gravity-theme input[type=password]:focus,
.gform_wrapper.gravity-theme input[type=email]:hover,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=url]:hover,
.gform_wrapper.gravity-theme input[type=url]:focus,
.gform_wrapper.gravity-theme input[type=time]:hover,
.gform_wrapper.gravity-theme input[type=time]:focus,
.gform_wrapper.gravity-theme input[type=date]:hover,
.gform_wrapper.gravity-theme input[type=date]:focus,
.gform_wrapper.gravity-theme input[type=datetime-local]:hover,
.gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.gform_wrapper.gravity-theme input[type=tel]:hover,
.gform_wrapper.gravity-theme input[type=tel]:focus,
.gform_wrapper.gravity-theme input[type=number]:hover,
.gform_wrapper.gravity-theme input[type=number]:focus,
.gform_wrapper.gravity-theme input[type=search]:hover,
.gform_wrapper.gravity-theme input[type=search]:focus,
.gform_wrapper.gravity-theme input[type=file]:hover,
.gform_wrapper.gravity-theme input[type=file]:focus,
.gform_wrapper.gravity-theme select:hover,
.gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single:hover, .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single:focus,
.gform_wrapper.gravity-theme textarea:hover,
.gform_wrapper.gravity-theme textarea:focus, .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):hover, .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):focus {
  background-color: #fff;
  border-color: #333;
}
.gform_wrapper.gravity-theme input[type=text].inline,
.gform_wrapper.gravity-theme input[type=password].inline,
.gform_wrapper.gravity-theme input[type=email].inline,
.gform_wrapper.gravity-theme input[type=url].inline,
.gform_wrapper.gravity-theme input[type=time].inline,
.gform_wrapper.gravity-theme input[type=date].inline,
.gform_wrapper.gravity-theme input[type=datetime-local].inline,
.gform_wrapper.gravity-theme input[type=tel].inline,
.gform_wrapper.gravity-theme input[type=number].inline,
.gform_wrapper.gravity-theme input[type=search].inline,
.gform_wrapper.gravity-theme input[type=file].inline,
.gform_wrapper.gravity-theme select.inline, .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single.inline,
.gform_wrapper.gravity-theme textarea.inline, .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio).inline {
  width: auto;
}
.line-input .gform_wrapper.gravity-theme input[type=text],
.line-input .gform_wrapper.gravity-theme input[type=password],
.line-input .gform_wrapper.gravity-theme input[type=email],
.line-input .gform_wrapper.gravity-theme input[type=url],
.line-input .gform_wrapper.gravity-theme input[type=time],
.line-input .gform_wrapper.gravity-theme input[type=date],
.line-input .gform_wrapper.gravity-theme input[type=datetime-local],
.line-input .gform_wrapper.gravity-theme input[type=tel],
.line-input .gform_wrapper.gravity-theme input[type=number],
.line-input .gform_wrapper.gravity-theme input[type=search],
.line-input .gform_wrapper.gravity-theme input[type=file],
.line-input .gform_wrapper.gravity-theme select, .line-input .gform_wrapper.gravity-theme .select2-container--default .select2-selection--single,
.line-input .gform_wrapper.gravity-theme textarea, .line-input .gform_wrapper.gravity-theme .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  border-radius: 0;
}

.gform_wrapper.gravity-theme .ginput_counter {
  display: none;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 10px;
}
.gform_wrapper.gravity-theme .gfield textarea.large, .gform_wrapper.gravity-theme textarea {
  height: 110px;
}
.gform_wrapper.gravity-theme .gform_footer {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  border: 0;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0;
}
.gform_wrapper.gravity-theme .gfield_label {
  display: block;
  margin-bottom: 6px;
}
.gform_wrapper.gravity-theme .hidden_label .gfield_label {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_price {
  background-color: #F4F4F4;
  padding: 2rem 7.5rem 2rem 2.5rem;
  margin-bottom: 1.2rem;
  position: relative;
  background-image: url("../pic/icon/heart-care-icon.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-size: 40px;
}
.gform_wrapper.gravity-theme .gfield_price .gfield_label {
  font-size: 2.2rem;
  font-weight: 600;
  color: #D71920;
}
.gform_wrapper.gravity-theme .gfield_price .ginput_container {
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  min-width: 120px;
}
.gform_wrapper.gravity-theme .gfield_price .ginput_product_price_label {
  display: none;
}
.bg-primary .gform_wrapper.gravity-theme input[type=text], .bg-primary .gform_wrapper.gravity-theme .btn, .bg-primary .gform_wrapper.gravity-theme .button {
  background: #fff;
  height: 4.6rem;
}
.bg-primary .gform_wrapper.gravity-theme .btn, .bg-primary .gform_wrapper.gravity-theme .button {
  color: #1B1C1F;
}
.bg-primary .gform_wrapper.gravity-theme .gfield_validation_message {
  color: #fff;
  position: absolute;
  font-size: 13px;
  margin-top: -22px;
}
.bg-primary .gform_wrapper.gravity-theme .gform_submission_error {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}

audio::-webkit-media-controls-enclosure {
  background: #fff;
}

input::-internal-media-controls-segmented-track {
  background: #1B1C1F;
}

.select2-container--default .select2-results__option {
  font-size: 1.5rem;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #D71920;
  background-color: transparent;
}
.select2-container--default .select2-results__option--selected:not(.highlighted) {
  background-color: transparent;
}

.select2-container--open .select2-dropdown--below {
  border-color: #EDF5FB;
}

.select-wrp:not(.form-row), .select-wrp.form-row .select2-selection {
  position: relative;
  display: inline-block;
  display: inline-flex;
  color: #1B1C1F;
  /* Remove IE arrow */
}
.select-wrp:not(.form-row):after, .select-wrp.form-row .select2-selection:after {
  content: "";
  content: "\e90d";
  position: absolute;
  cursor: pointer;
  pointer-events: none;
  left: 40px;
  top: 18px;
  color: #412236;
  font-size: 1.4rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select-wrp:not(.form-row) select, .select-wrp.form-row .select2-selection select {
  flex: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  width: 100%;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  border-bottom: 2px solid #1B1C1F;
  background-image: none;
  padding: 0 2rem;
  color: #1B1C1F;
  font-size: 1.6rem;
  min-width: 170px;
}
.select-wrp:not(.form-row) select::-ms-expand, .select-wrp.form-row .select2-selection select::-ms-expand {
  display: none;
}

.menu-icon, .menu-icon--aside {
  display: inline-block;
  width: 4rem;
  height: 2.4rem;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.menu-is-open .menu-icon, .menu-is-open .menu-icon--aside {
  z-index: 200;
  color: #c4cbc4;
}
.menu-is-open .menu-icon.burger span, .menu-is-open .menu-icon.burger:before, .menu-is-open .menu-icon.burger:after, .menu-is-open .menu-icon--aside.burger span, .menu-is-open .menu-icon--aside.burger:before, .menu-is-open .menu-icon--aside.burger:after {
  color: #c4cbc4;
}

@media screen and (min-width: 1024px) {
  .menu-icon:hover, .menu-icon--aside:hover {
    color: #333;
  }
  .menu-icon:hover.burger span, .menu-icon:hover.burger:before, .menu-icon:hover.burger:after, .menu-icon--aside:hover.burger span, .menu-icon--aside:hover.burger:before, .menu-icon--aside:hover.burger:after {
    color: #333;
    transition: color 0.3s ease;
  }
}
.menu-icon.large, .menu-icon--aside.large {
  width: 2rem;
  height: 1.8rem;
}
.menu-icon:focus, .menu-icon--aside:focus {
  outline: none;
}
.menu-icon.burger:after, .menu-icon.burger:before,
.menu-icon.burger span, .menu-icon--aside.burger:after, .menu-icon--aside.burger:before,
.menu-icon--aside.burger span {
  color: #222;
  width: 100%;
  height: 3px;
  border-radius: 0;
  position: absolute;
  display: block;
  background: currentColor;
}
.menu-icon.burger:after, .menu-icon.burger:before, .menu-icon--aside.burger:after, .menu-icon--aside.burger:before {
  content: "";
  transition: 0.3s width 0.4s;
}
.menu-icon.burger:after, .menu-icon--aside.burger:after {
  top: -1px;
  left: 0;
  margin-top: 0;
}
.menu-icon.burger:before, .menu-icon--aside.burger:before {
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
.menu-icon.burger span, .menu-icon--aside.burger span {
  top: 50%;
  margin-top: -1.5px;
  transition: transform 0.3s;
}
.menu-icon.burger span:before, .menu-icon--aside.burger span:before {
  content: "";
  background: currentColor;
  width: 100%;
  height: 3px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  transition: transform 0.3s;
}
.menu-icon.burger.on:after, .menu-icon--aside.burger.on:after {
  transition: all 0.2s;
  width: 0;
  left: 0;
}
.menu-icon.burger.on:before, .menu-icon--aside.burger.on:before {
  transition: all 0.2s;
  width: 0;
  right: 0;
}
.menu-icon.burger.on span, .menu-icon--aside.burger.on span {
  transform: rotate(45deg);
  transition: 0.3s transform 0.4s;
}
.menu-icon.burger.on span:before, .menu-icon--aside.burger.on span:before {
  transform: rotate(-90deg);
  transition: 0.3s transform 0.4s;
}

.menu-icon--aside.burger {
  height: 16px;
  position: absolute;
  right: 15px;
  width: 95px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 2rem;
  margin: -30px -15px 0 30px;
}
.menu-icon--aside.burger label {
  font-weight: 500;
}
.menu-icon--aside.burger:before, .menu-icon--aside.burger:after, .menu-icon--aside.burger span {
  width: 25px;
  right: 0;
  height: 2px;
}
.menu-icon--aside.burger span:before {
  height: 2px;
}
.menu-icon--aside.burger[aria-expanded=true] label, .menu-icon--aside.burger[aria-expanded=true] span {
  display: none;
}
.menu-icon--aside.burger[aria-expanded=true]:before {
  transform: rotate(45deg);
}
.menu-icon--aside.burger[aria-expanded=true]:after {
  transform: rotate(-45deg);
  margin-top: 15px;
}

.abs-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.section, .s-section {
  width: 100%;
  position: relative;
  padding: 6.5rem 0;
}
.section.no-padding, .s-section.no-padding {
  padding: 0;
}
.section.pb-0, .s-section.pb-0 {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .section, .s-section {
    padding: 6rem 0;
  }
}
@media (max-width: 767.98px) {
  .section, .s-section {
    padding: 6rem 0;
  }
}
.section.text-white, .s-section.text-white {
  color: #fff;
}
.section.text-white *, .s-section.text-white * {
  color: currentColor;
}
.section.m-purple, .s-section.m-purple {
  background-color: #634180;
  color: #fff;
}
.section.m-purple *, .s-section.m-purple * {
  color: currentColor;
}
.section.m-grey, .s-section.m-grey {
  background-color: #ebeff3;
}
.section.m-lightgrey, .s-section.m-lightgrey {
  background-color: #F4F4F4;
}

.section-bg {
  position: relative;
}
.section-bg.bg-primary {
  background-color: #D71920 !important;
}
.section-bg.bg-primary-dark {
  background-color: #222;
}
.section-bg.bg-pattern-light {
  background: url("../img/common/bg__pattern-light.png");
}
.section-bg .bg-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-bg .bg-img.bg-parallax {
  transform: scale(1.1);
  background-position: center center;
}
.section-bg .bg-img--fixed {
  background-attachment: fixed;
}
.section-bg .bg-img img {
  opacity: 0;
  visibility: hidden;
}
.section-bg__accent-gradient {
  background-image: linear-gradient(0deg, #DBB42C 0%, #F5C931 100%);
}
.section-bg .container, .section-bg .section-title, .section-bg .row {
  position: relative;
}

.has-triangle:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  border-style: solid;
  z-index: 11;
}
.has-triangle.right_white:after {
  right: 0;
  border-width: 0 80px 80px 0;
  border-color: transparent #fff transparent transparent;
}
.has-triangle.right_white.t-large:after {
  border-width: 0 120px 100px 0;
}
.has-triangle.right_grey:after {
  right: 0;
  border-width: 0 80px 80px 0;
  border-color: transparent #F4F4F4 transparent transparent;
}
.has-triangle.right_grey.t-large:after {
  border-width: 0 120px 100px 0;
}
.has-triangle.left_white:after {
  left: 0;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent transparent #fff;
}
.has-triangle.left_white.t-large:after {
  border-width: 0 0 100px 120px;
}
.has-triangle.left_grey:after {
  left: 0;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent transparent #F4F4F4;
}
.has-triangle.left_grey.t-large:after {
  border-width: 0 0 100px 120px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.video-wrap:not(.fancy-image) {
  box-shadow: -10px 20px 20px 0 rgba(6, 6, 71, 0.15);
  overflow: hidden;
  height: 100%;
}
.video-wrap .video-player .btn__modal--play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 6rem;
  text-align: center;
  line-height: 6rem;
  font-size: 2rem;
  text-decoration: none;
  background-color: #fff;
  color: #1C1D20;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-wrap img {
  display: block;
  height: auto;
}
.video-wrap iframe {
  height: 100%;
  width: 100%;
}

.fancy-image {
  position: relative;
}
.fancy-image:before {
  content: "";
  position: absolute;
  top: 40px;
  width: calc(100% - 30px);
  height: calc(100% - 20px);
  background-color: #D8D9DA;
}
.fancy-image img, .fancy-image .video-player {
  position: relative;
  box-shadow: -17px 20px 0 -6px rgba(0, 0, 0, 0.1);
}
.fancy-image .video-player .btn__modal--play {
  z-index: 1;
  width: 11rem;
  height: 11rem;
  line-height: 8rem;
  background-color: rgba(215, 25, 32, 0.9);
  border: 12px solid #fff;
  color: #fff;
  font-size: 3rem;
}
.fancy-image .video-player .btn__modal--play i {
  margin-left: 4px;
}
.fancy-image.to-left {
  padding-left: 20px;
}
.fancy-image.to-left:before {
  left: 0;
}

.video-wrap.bg-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video-wrap.bg-img img {
  opacity: 0;
  visibility: hiddven;
}
.video-wrap.bg-img iframe, .video-wrap.bg-img video {
  width: 100%;
  height: 100%;
}
.video-wrap.bg-img iframe {
  background-size: cover;
}
.video-wrap.bg-img iframe video {
  background-size: cover;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  object-fit: cover;
}

.holder-clickable {
  cursor: pointer;
}

.btn, .button {
  border-radius: 30rem;
  background: #D71920;
  position: relative;
  min-width: 160px;
  font-family: "Rubik", sans-serif;
  display: inline-block;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  padding: 1.6rem 2.5rem 1.6rem 2.5rem;
  text-align: center;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.btn:link, .button:link {
  text-decoration: none;
}
.btn:link:hover, .button:link:hover {
  text-decoration: none;
}
.btn:hover, .button:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn:hover:before, .button:hover:before {
  background: #333;
}
.btn:hover:after, .button:hover:after {
  border-left-color: #D71920;
}
.btn:active, .button:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.m-outline, .button.m-outline {
  background-color: transparent;
  color: #1C1D20;
  border: 2px solid #D71920;
}
.btn.m-outline:hover, .button.m-outline:hover {
  background-color: #D71920;
  color: #fff;
}
.btn.m-outline.m-white, .button.m-outline.m-white {
  border-color: #fff;
  color: #fff;
}
.btn.m-outline.m-white:hover, .button.m-outline.m-white:hover {
  background-color: #fff;
  color: #D71920;
}
.btn.m-shadow, .button.m-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.47);
}
.btn.m-fixed, .button.m-fixed {
  width: 22.6rem;
}
.btn.m-small, .button.m-small {
  min-width: 12rem;
  padding: 0.8rem 2rem;
  font-size: 1.5rem;
}
.btn.m-rounded, .button.m-rounded {
  border-radius: 100px;
}
.btn.btn-dark, .btn .xoo-wsc-chkt, .button.btn-dark, .button .xoo-wsc-chkt {
  font-size: 2.3rem;
  background: #333;
  border-color: #333;
}
.btn.btn-dark:hover, .btn .xoo-wsc-chkt:hover, .button.btn-dark:hover, .button .xoo-wsc-chkt:hover {
  background: #D71920;
  border-color: #D71920;
}
.btn.btn-primary, .button.btn-primary {
  background: #D71920;
  border-color: #D71920;
  color: #fff;
  font-size: 1.8rem;
}
.btn.btn-primary:hover, .button.btn-primary:hover {
  background: #333;
  border-color: #333;
}
.btn.btn-primary-light, .button.btn-primary-light {
  background: #2b59c3;
  border-color: #2b59c3;
  color: #fff;
  font-size: 1.8rem;
}
.btn.btn-primary-light:hover, .button.btn-primary-light:hover {
  background: #333;
  border-color: #333;
}
.btn i, .button i {
  font-size: 80%;
  margin-right: 1rem;
}
.btn.btn-group, .button.btn-group {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.btn.btn-group span:not(.icon-wrp), .button.btn-group span:not(.icon-wrp) {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.btn.m-white:not(.m-outline):not(:hover), .button.m-white:not(.m-outline):not(:hover) {
  background-color: #fff;
  color: #634180;
}
.btn.m-white:not(.m-outline):not(:hover):before, .button.m-white:not(.m-outline):not(:hover):before {
  background-color: #fff;
}
.btn.m-white:not(.m-outline):not(:hover):after, .button.m-white:not(.m-outline):not(:hover):after {
  border-left-color: #fff;
}
.btn.m-white:not(.m-outline):hover, .button.m-white:not(.m-outline):hover {
  color: #fff;
}
.btn.btn-flat, .button.btn-flat {
  background: transparent;
  color: #064a89;
  font-weight: 600;
  border-color: #064a89;
}
.btn.btn-flat:hover, .button.btn-flat:hover {
  color: #fff;
  background-color: #064a89;
}
.btn .icon-wrp, .button .icon-wrp {
  border-left: 1px solid #f8f8f8;
  display: inline-block;
  width: 5.5rem;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-size: 2.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-group .btn + .btn {
  margin-right: 1.5rem;
}

.icon-box {
  text-align: center;
  margin-bottom: 4rem;
}
.icon-box .icon-wrp {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0F6F6;
}
.icon-box .icon-wrp img {
  max-height: 90px;
}
.icon-box h3 {
  font-weight: 800;
  font-size: 3rem;
  color: #D71920;
  margin: -3rem 0px 2rem;
}
.icon-box p {
  line-height: 1.3;
}
@media (min-width: 992px) {
  .icon-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/***************
 TABS
***************/
.b-tabs-list {
  list-style: none !important;
}
.b-tabs-list li {
  margin: 0 1px;
}
.b-tabs-list li a {
  display: block;
  padding: 10px;
  background: #f2f6f9;
  color: #1B1C1F;
  transition: all 0.2s;
  text-decoration: none;
}
.b-tabs-list li a:hover, .b-tabs-list li a.is-active {
  color: #fff;
  background: #D71920;
}

.tabs-content, .tab-content {
  margin-top: 30px;
  border: none;
  background: none;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
}
.tabs-content.visible, .tab-content.visible {
  visibility: visible;
}
.tabs-content--padding, .tab-content--padding {
  padding-top: 2rem;
}
.tabs-content .b-tab, .tab-content .b-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s;
}
.tabs-content .b-tab.is-active, .tab-content .b-tab.is-active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  position: relative;
}
.tabs-content .b-tab:before, .tab-content .b-tab:before {
  content: "";
  position: absolute;
  right: 15px;
  width: 3px;
  height: 100%;
  background: #D71920;
}
.tabs-content .b-tab .letter, .tab-content .b-tab .letter {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #D71920;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.tabs-content .b-tab .card, .tab-content .b-tab .card {
  padding-right: 60px;
}
.tabs-content .b-tab .card:not(:last-child), .tab-content .b-tab .card:not(:last-child) {
  margin-bottom: 15px;
}
.tabs-content .b-tab .card h3, .tab-content .b-tab .card h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 0;
  color: #1B1C1F;
}
.tabs-content .b-tab:not(:last-child), .tab-content .b-tab:not(:last-child) {
  padding-bottom: 35px;
}

article.article .media-item {
  margin-bottom: 4rem;
}
article.article .media-item h4 {
  color: #1B1C1F;
  margin-top: 0;
}
article.article .media-item p {
  font-size: 1.7rem;
  line-height: 1.6;
}
article.article .media-item .read-more a {
  text-decoration: none;
  line-height: 1;
}
@media (min-width: 576px) {
  article.article .media-item figure img {
    max-height: 130px;
  }
}

.s-chairman .chairman__quote {
  padding: 8rem 14rem 6rem 6rem;
}
.s-chairman .chairman__quote .quote {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.s-chairman .chairman__quote .quote-svg {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(100%, -50%);
}
.s-chairman .chairman__quote .quote-svg svg polygon {
  fill: #fff;
}
.s-chairman .chairman__pic {
  position: relative;
}
@media (min-width: 1200px) {
  .s-chairman .chairman__pic {
    width: 50vw;
    margin-left: calc(-50vw + 50%);
  }
}
.s-chairman .chairman__pic img {
  display: block;
}
.s-chairman .chairman__pic figcaption {
  position: absolute;
  left: 5rem;
  bottom: 3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.s-chairman .chairman__cta {
  margin-top: 4rem;
}
@media (max-width: 991.98px) {
  .s-chairman .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .s-chairman .col-md-6 {
    padding: 0;
  }
  .s-chairman .chairman__pic {
    height: 100%;
  }
  .s-chairman .chairman__pic img {
    max-width: none;
    max-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .s-chairman .chairman__quote {
    padding: 4rem;
  }
  .s-chairman .chairman__quote .quote-svg {
    position: static;
    display: block;
    margin-bottom: 3rem;
    text-align: center;
    transform: none;
  }
  .s-chairman .chairman__cta, .s-chairman .chairman__cta .btn {
    font-size: 2rem;
  }
}

.letter-box {
  margin-bottom: 4rem;
}
.letter-box img {
  max-height: 120px;
  margin-top: 2rem;
  box-shadow: 0 11px 10px rgba(0, 0, 0, 0.1098039216);
}

/***************
  checkbox Buttons
***************/
/* Remove default checkbox Buttons */
[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 26px;
  line-height: 1.15;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  border-radius: 2px;
  min-height: 16px;
  font-size: 20px;
  margin-bottom: 0;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.Windows [type=checkbox]:not(:checked) + label,
.Windows [type=checkbox]:checked + label {
  line-height: 1;
}

[type=checkbox] + label:before,
[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  line-height: 1;
  width: 16px;
  height: 16px;
  z-index: 0;
  border: 1px solid #627791;
  background-color: #627791;
  color: #fff;
  border-radius: 2px;
  transition: border 0.2s, box-shadow 0.2s, transform 0.2s;
  box-sizing: border-box;
}

[type=checkbox].circle + label:before,
[type=checkbox].circle + label:after {
  border-radius: 50%;
}

/* Unchecked styles */
[type=checkbox]:not(:checked) + label:before {
  border: 1px solid #627791;
}

[type=checkbox]:not(:checked):hover + label:before {
  box-shadow: none;
}

[type=checkbox]:not(:checked) + label:after {
  border-radius: 50%;
  border: none;
  z-index: -1;
  transform: scale(0);
  transform-origin: center center;
  background: url(../img/common/icon/checkmark.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "\e909";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Checked styles */
[type=checkbox]:checked + label {
  color: #fff;
}

[type=checkbox]:checked + label:after {
  border: none;
  transform: scale(0.6);
  content: "\e909";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Disabled style */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
}

[type=checkbox]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.3);
}

[type=checkbox]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
}

.white-box_wrapper:not(.has-tabs_wrapper) {
  background: #FFFFFF;
  box-shadow: 0 20px 20px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px 20px;
}
.white-box_wrapper.has-tabs_wrapper form .gform_body {
  background: #FFFFFF;
  box-shadow: 0 20px 20px 10px rgba(0, 0, 0, 0.05);
  padding: 40px 50px;
}
@media (min-width: 576px) {
  .white-box_wrapper:not(.has-tabs_wrapper) {
    padding: 40px 50px;
  }
}

.s-video .video_caption p {
  font-size: 1.8rem;
  line-height: 1.62;
}

.contact-details li {
  margin-bottom: 15px;
}
.contact-details li.has-icn {
  padding-right: 3.3rem;
  position: relative;
}
.contact-details li.has-icn i {
  position: absolute;
  right: 0;
  font-size: 2.2rem;
  color: #D71920;
}

.xoo-wsc-header {
  background: #D71920;
  color: #fff;
}

@media (min-width: 768px) {
  ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .contact-form {
    padding-left: 8rem;
  }
  .break-grid-left, .break-grid-right {
    width: 50vw;
    max-width: 50vw;
    flex: 0 0 50vw;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .break-grid-left .img-group, .break-grid-right .img-group {
    height: 100%;
  }
  .break-grid-left img, .break-grid-right img {
    display: block;
    position: absolute;
  }
  .s-features .break-grid-left img, .s-features .break-grid-right img {
    max-width: none;
  }
  .break-grid-left:not(.auto-height) img, .break-grid-right:not(.auto-height) img {
    height: 100%;
  }
  .break-grid-left {
    margin-left: calc(-50vw + 50%);
  }
  .break-grid-left img {
    right: 0;
  }
  .break-grid-right {
    margin-right: calc(-50vw + 50%);
  }
  .break-grid-right img {
    left: 0;
  }
}
body.rtl [class*=offset-] {
  margin-left: 0;
}
body.rtl [type=checkbox]:not(:checked) + label,
body.rtl [type=checkbox]:checked + label {
  padding-left: 0;
  padding-right: 26px;
}
body.rtl [type=checkbox] + label:before,
body.rtl [type=checkbox] + label:after {
  left: auto;
  right: 0;
}
body.rtl .xoo-wsc-icon-atc, body.rtl .xoo-wsc-sum-col {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .xoo-wsc-price {
  display: flex;
}
body.rtl .xoo-wsc-price .woocommerce-Price-amount {
  margin-right: 6px;
}
body.rtl .xoo-wsc-close {
  left: 20px;
  right: auto;
}
body.rtl #swipebox-overlay {
  background: rgba(0, 0, 0, 0.7);
}
body.rtl #swipebox-container {
  direction: ltr;
}
body.rtl #swipebox-slider .slide img {
  max-height: 80%;
  border: 6px solid #fff !important;
}
body.rtl a.pp_expand, body.rtl a.pp_contract, body.rtl a.pp_close {
  z-index: 20000;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 576px) {
  body.rtl .offset-sm-6 {
    margin-right: 50%;
  }
}
@media (min-width: 768px) {
  body.rtl .offset-md-1 {
    margin-right: 8.33333%;
  }
  body.rtl .offset-md-2 {
    margin-right: 16.66667%;
  }
  body.rtl .offset-md-3 {
    margin-right: 25%;
  }
}
@media (min-width: 992px) {
  body.rtl .offset-lg-1 {
    margin-right: 8.33333%;
  }
  body.rtl .offset-lg-2 {
    margin-right: 16.66667%;
  }
}
@media (min-width: 1200px) {
  body.rtl .offset-xl-1 {
    margin-right: 8.33333%;
  }
  body.rtl .offset-xl-2 {
    margin-right: 16.66667%;
  }
}

[lang=he] h1, [lang=he] h2, [lang=he] h3, [lang=he] h4, [lang=he] .section-title > div, [lang=he] .b-footer__menu-title, [lang=he] .b-box-aside__title,
[lang=he] .quick_contact__heading a, [lang=auto] h1, [lang=auto] h2, [lang=auto] h3, [lang=auto] h4, [lang=auto] .section-title > div, [lang=auto] .b-footer__menu-title, [lang=auto] .b-box-aside__title,
[lang=auto] .quick_contact__heading a {
  font-family: "Philosof", sans-serif;
}
[lang=he] h4, [lang=auto] h4 {
  font-size: 2.8rem;
}
[lang=he] .s-services__item h4, [lang=auto] .s-services__item h4 {
  font-size: 2rem;
}
[lang=he] .single .b-post__header-title, [lang=auto] .single .b-post__header-title {
  font-size: 3.6rem;
}
[lang=he] .b-footer__menu-title, [lang=auto] .b-footer__menu-title {
  font-size: 2.4rem;
}
[lang=he] .quick_contact__heading strong, [lang=auto] .quick_contact__heading strong {
  font-size: 3.2rem;
}
[lang=he] .section-title > div, [lang=auto] .section-title > div {
  font-size: 4.4rem;
}
[lang=he] .s-diseases .caption h3, [lang=auto] .s-diseases .caption h3 {
  font-weight: 700;
  font-size: 1.9rem;
}
@media (min-width: 992px) {
  [lang=he] .s-hero #home-slider .slide__itm .slide_caption h1, [lang=auto] .s-hero #home-slider .slide__itm .slide_caption h1 {
    font-size: 4.8rem;
    line-height: 1.2;
  }
}

@media (max-width: 767.98px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-media-text .wp-block-media-text__content {
    margin-top: 2rem;
    padding: 0;
  }
}
.s-landing {
  padding-top: 50px;
}
.s-landing .landing-header {
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.s-landing .landing-header .anchors li a {
  padding: 2px 10px;
  color: #fff;
}
.s-landing .landing-header .anchors li:not(:first-child) > a {
  border-right: 1px solid #fff;
}
.s-landing .landing-header .anchors li.highlight a {
  background-color: #fff;
  color: #D71920;
}
.s-landing .s-hero {
  background-color: #ECEAEA;
}
.s-landing .s-hero .logo-icon {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center top;
  background: url(../img/svgs/logo-icon.svg) no-repeat center;
  background-size: auto 104%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  opacity: 0.5;
  filter: brightness(0) invert(1);
}
.s-landing .s-hero .image-container img {
  display: block;
  min-height: 140px;
}
.s-landing .s-hero .contact-form {
  padding: 0;
}
@media (min-width: 576px) {
  .s-landing .s-hero .contact-form {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    padding-left: 15px;
    padding-right: 15px;
    z-index: 11;
  }
}
@media (max-width: 767.98px) {
  .s-landing .s-hero .logo-icon {
    height: 50%;
    background-size: 90%;
  }
  .s-landing .s-hero .contact-form .quick_contact {
    border-radius: 0;
  }
  .s-landing .s-hero .contact-form .quick_contact__heading {
    text-align: center;
  }
  .s-landing .s-hero .contact-form .quick_contact__connect {
    max-width: 100%;
  }
  .s-landing .s-hero .contact-form .quick_contact .gform_wrapper {
    margin-top: 3rem;
  }
}
@media (min-width: 576px) {
  .s-landing .s-stats {
    padding-top: 17rem;
  }
}
.s-landing__bottom_contact .quick_contact__heading {
  margin-bottom: 4rem;
  text-align: center;
}
.s-landing__bottom_contact .quick_contact__heading h3 {
  margin-bottom: 1rem;
}
.s-landing__bottom_contact a {
  color: #fff;
}
.s-landing__bottom_contact .gform_wrapper.gravity-theme form .gform_footer {
  padding-top: 0;
}
.s-landing__bottom_contact .gform_wrapper.gravity-theme form .gform_footer .gform_button {
  width: 100%;
  font-weight: 600;
}
.s-landing__bottom_contact .gform_wrapper.gravity-theme form input[type=text] {
  border-radius: 30em;
}
@media (min-width: 576px) {
  .s-landing__bottom_contact {
    padding: 5.5rem 0 3rem;
  }
  .s-landing__bottom_contact .gform_wrapper.gravity-theme form {
    display: flex;
    justify-content: center;
  }
  .s-landing__bottom_contact .gform_wrapper.gravity-theme form .gform_fields {
    display: flex;
    grid-column-gap: 0;
    justify-content: space-between;
  }
  .s-landing__bottom_contact .gform_wrapper.gravity-theme form .gform_body {
    flex: 0 0 66.66%;
  }
  .s-landing__bottom_contact .gform_wrapper.gravity-theme form .gform_footer {
    padding-right: 1.5rem;
    flex: 0 0 33.3333%;
  }
}

.sgpb-popup-close-button-1 {
  bottom: auto !important;
  top: 10px;
  width: 30px;
  height: 30px;
}

.sgpb-theme-1-content {
  box-shadow: 0 0 0 3px #D71920 !important;
  width: 400px !important;
}
.sgpb-theme-1-content .sgpb-main-html-content-wrapper {
  padding: 0 20px;
}
.sgpb-theme-1-content .wp-block-image {
  max-width: 200px;
  margin: 2rem auto 1rem;
}
.sgpb-theme-1-content h4 {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  color: #1B1C1F;
  font-weight: 700;
}
.sgpb-theme-1-content h5 {
  color: #D71920;
  font-size: 2rem;
}
.sgpb-theme-1-content .gform_wrapper.gravity-theme input:not([type=submit]) {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #1B1C1F;
}
.sgpb-theme-1-content .gform_wrapper.gravity-theme .gform_footer {
  padding-top: 0;
}
.sgpb-theme-1-content .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  width: 100%;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.b-table {
  font-size: 1.8rem;
  color: #1B1C1F;
}
.b-table .b-box-event__subtitle a {
  color: currentColor;
}
.b-table .b-box-event__subtitle a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: currentColor;
}
.b-table .data-cell, .b-table [class*=data-cell] {
  padding: 2.2rem 1.3rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .b-table .data-cell[data-cell-title], .b-table [class*=data-cell][data-cell-title] {
    flex-wrap: wrap;
  }
  .b-table .data-cell[data-cell-title]:before, .b-table [class*=data-cell][data-cell-title]:before {
    content: attr(data-cell-title);
    display: block;
    width: 100%;
    color: #979797;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
.b-table .data-cell .title-txt, .b-table [class*=data-cell] .title-txt {
  font-size: 1.8rem;
  font-weight: normal;
}
.b-table__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.65rem;
  margin-left: -0.65rem;
}
.b-table__row .b-table__row {
  flex: 1;
}
.b-table__col {
  display: inline-flex;
}
.b-table__col.text-center {
  justify-content: center;
}
.b-table__col-desc {
  background: #fff;
  margin-bottom: -1px;
}
.b-table__col-desc-inner {
  padding: 2rem 2.5rem 3.5rem 2.5rem;
}
.b-table__header {
  font-size: 1.8rem;
  background-color: #f4f4f4;
}
.b-table .b-table__header a {
  color: #1B1C1F;
}

.b-table[class*=_border-line] .b-table__header .data-cell, .b-table[class*=_border-line] .b-table__header [class*=data-cell] {
  padding-top: 0;
}

.b-table[class*=_border-line][data-accordion] .b-table__header .data-cell, .b-table[class*=_border-line][data-accordion] .b-table__header [class*=data-cell] {
  padding: 2.2rem 1.3rem;
}

.b-table__body {
  overflow: hidden;
}
.b-table__body .b-table__row {
  border-bottom: 1px solid #616264;
  flex: 1;
}
.b-table__body .b-table__row .b-table__row {
  border: none;
}
.b-table__row-filter .b-table-filter {
  padding-right: 0;
  margin-right: 0;
  flex-wrap: wrap;
}
.b-table__row-filter .b-table-filter__lbl {
  align-self: center;
}
.b-table__row-filter .b-table-filter__list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: block;
  flex-wrap: wrap;
  flex: auto;
  justify-content: flex-start;
}
.b-table .score-text {
  font-family: "Secular One", serif;
  font-weight: 600;
  font-size: 5.76rem;
}
.b-table__header-sortable {
  display: none;
}
.b-table__header-sortable.b-table__cole:not(.data-cell) {
  padding-left: 0;
}
.is-open .b-table__header-sortable {
  display: block;
}

.b-table__header-sortable .b-table__row + .b-table__row {
  margin-top: -2.2rem;
}
.b-table-filter {
  flex: 1;
  display: flex;
  padding-right: 1.3rem;
  margin-right: 1.3rem;
  color: #616264;
}
.b-table-filter a {
  color: currentColor;
}
.b-table-filter__lbl {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: #A8A8A8;
  margin-left: 2.6rem;
  font-size: 1.8rem;
}
.b-table-filter__list {
  flex: 1;
  font-size: 0;
  display: inline-flex;
  justify-content: space-between;
}
.b-table-filter__list li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.b-table-filter__list li.is-active a {
  color: #333;
  background: #fff;
}
.b-table-filter__list a {
  padding: 0.4rem 1rem;
  display: block;
  font-size: 1.8rem;
  color: #616264;
}
.b-table-filter__list a:hover, .b-table-filter__list a.is-active {
  color: #333;
  background: #fff;
}
.b-table-filter__list a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: #616264;
}
.b-table-filter__list a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]):hover, .b-table-filter__list a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]).is-active {
  color: #333;
  background: #fff;
}
.b-table-filter__list a:hover {
  text-decoration: none;
}
.b-table .sortable-link {
  color: #2A2A2A;
  font-size: 1.8rem;
}
.b-table .sortable-link:hover {
  color: #333;
}
.b-table .sortable-link:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: #2A2A2A;
}
.b-table .sortable-link:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]):hover {
  color: #333;
}
.b-table .sortable-link:hover {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .s-content__body .b-table {
    margin-top: 1.8rem;
  }
  .b-table__col.data-cell--name ~ [data-cell-title] {
    padding-top: 0;
  }
  .b-table-filter__list li a {
    margin-top: 1rem;
    border: 1px solid;
  }
  .b-table__header-sortable {
    padding-bottom: 2.2rem;
  }
  .b-table__header-sortable .data-cell {
    padding-bottom: 0 !important;
  }
}

.b-box-event {
  color: #1B1C1F;
}
.b-box-event [class^=text--] a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: currentColor;
  text-decoration: underline;
}
.b-box-event .text--grey {
  color: #6D6D6D;
}
.b-box-event .text--grey a {
  color: currentColor;
}
.b-box-event .text--grey a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: currentColor;
  text-decoration: underline;
}
.b-box-event .text--grey a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]):hover {
  text-decoration: none;
}
.b-box-event .text--grey a:hover {
  text-decoration: none;
}
.b-box-event--inline {
  display: flex;
  flex-wrap: wrap;
}
.b-box-event--inline .b-box-event__pic {
  position: relative;
  flex: 0 1 auto;
  max-width: 14rem;
}
.b-box-event--inline .b-box-event__body {
  flex: 1;
  padding: 0 1.2rem;
}
.b-box-event a:not([class*=link-edit]) {
  color: currentColor;
  text-decoration: underline;
}
.b-box-event a:hover {
  text-decoration: none;
}
.b-box-event__body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.b-box-event__title {
  font-weight: 600;
}
.b-box-event__subtitle {
  font-size: 2.4rem;
}
.b-box-event__txt {
  font-size: 2rem;
}
.b-box-event__txt p {
  font-size: 100%;
}
.b-box-event__pic {
  position: relative;
  line-height: 1;
}

[data-accordion].b-table[class*=_border-line] {
  padding-top: 0;
}
[data-accordion] [data-accordion-itm].is-open {
  border-bottom: 0.9rem solid #DCDCDE;
}
[data-accordion] [data-accordion-itm].is-open [data-accordion-title]:before {
  transform: rotate(-90deg);
}
[data-accordion] [data-accordion-title] {
  position: relative;
  color: #1B1C1F;
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 3px;
}
[data-accordion] [data-accordion-title] i {
  font-size: 1.5rem;
  line-height: 1.9;
}
[data-accordion] [data-accordion-title] a {
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  text-decoration: none;
}
[data-accordion] [data-accordion-title] a:hover {
  -webkit-text-stroke: 0;
  color: #D71920;
}
[data-accordion] [data-accordion-title] a[aria-expanded=true] {
  background-color: #D71920;
  color: #fff;
}
[data-accordion] [data-accordion-title] a[aria-expanded=true] i:before {
  content: "\e91b";
}
[data-accordion] [class^=title-] {
  font-weight: 700;
}
[data-accordion] .b-table__content {
  padding: 2.5rem 2rem 3rem;
}
[data-accordion] .b-table__content > .b-table__row:last-of-type {
  border-bottom: 0;
}
[data-accordion].b-accordion .b-accordion-itm.is-open {
  border-bottom: none;
}
[data-accordion].b-accordion .b-accordion-itm [data-accordion-title]:before {
  font-size: 2rem;
  margin-left: 1rem;
}
.b-header {
  background-image: linear-gradient(112deg, #FDFDFD 0%, #FFFFFF 51%, #E5E8F0 96%);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
  z-index: 11;
  transition: all 0.3s ease;
  position: relative;
  background-color: #ffffff;
}
.b-header #header_placeholder {
  display: none;
  height: 75px;
}
.b-header.m-abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.b-header__wrp {
  width: 100%;
  padding: 0;
}
.b-header .row > .columns {
  align-self: center;
}
.b-header__logo {
  text-align: center;
  padding-left: 0;
}
.b-header__logo img[src$=".jpg"], .b-header__logo img[srcset$=".jpg"] {
  mix-blend-mode: multiply;
}
.b-header__logo .b-logo {
  display: block;
  position: relative;
  margin: auto;
  padding: 15px 0;
}
.b-header__logo .logo-img {
  display: block;
  max-height: 100px;
  margin: auto;
}
.b-header__top {
  margin: 0;
  font-size: 1.6rem;
  height: 55px;
}
.b-header__top .broadcast {
  display: flex;
  align-items: center;
}
.b-header__top .broadcast a {
  color: #634180;
  font-weight: 500;
}
.b-header__top .broadcast .svg {
  margin-left: 6px;
}
.b-header__phone {
  padding: 0;
}
.b-header__phone a {
  font-weight: 600;
  font-size: 2.2rem;
}
html[lang=ru] .b-header__phone a {
  font-size: 1.8rem;
}

.b-header__langs {
  margin-bottom: 0;
  font-size: 1.5rem;
  padding-right: 0;
}
.b-header__langs a.glink {
  padding: 0 7px;
  color: #1B1C1F;
  font-weight: 500;
  font-size: 1.4rem;
}
.b-header__langs a.glink:hover {
  color: #D71920;
}
.b-header__langs a.glink:not(:first-child) {
  border-leftנ: 1px solid #D71920;
}
.b-header__langs a.glink.gt-current-lang {
  color: #D71920;
}
.b-header .menu-icon.burger {
  display: none;
  position: relative;
  z-index: 10;
  color: #222;
}
.b-header .menu-icon.burger small {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 12px;
  font-weight: 600;
  color: #D71920;
}
.b-header__menu {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .m-fixed .b-header__menu {
    position: fixed;
    height: 5rem;
    width: 100%;
    top: 0;
    left: 0;
    padding-right: 5%;
    padding-left: 5%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    z-index: 9999;
    animation-duration: 0.35s;
    animation-name: NavSlideIn;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #D71920;
  }
  .m-fixed .b-header__menu-nav {
    max-width: 80%;
    margin: auto;
  }
  .m-fixed .b-header__menu-nav-list > li {
    height: 5rem;
  }
  .m-fixed .b-header__menu-nav-list > li > a {
    line-height: 5rem;
  }
}
@keyframes NavSlideIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.inner-page .b-header__menu-nav {
  border-bottom: none;
}

.b-header__menu-nav-list > li {
  display: inline-flex;
  flex-grow: 1;
  position: relative;
  text-align: center;
  height: 6rem;
}
.b-header__menu-nav-list > li:last-child {
  padding-left: 0;
}
.b-header__menu-nav-list > li.is-active a {
  color: #fff;
}
.b-header__menu-nav-list > li > a {
  display: block;
  width: 100%;
  line-height: 6rem;
  padding: 0 4rem;
  font-size: 1.9rem;
  color: #fff;
  font-weight: 500;
}
.b-header__menu-nav-list > li > a:hover, .b-header__menu-nav-list > li > a.is-active {
  color: #fff;
}
html[lang=en] .b-header__menu-nav-list > li > a {
  font-size: 1.8rem;
}

html[lang=ru] .b-header__menu-nav-list > li > a {
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 1rem;
}

.b-header__menu-nav-list > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 66%, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 100%);
}
.b-header__menu-nav-list > li.menu-item-has-children > a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  margin-right: 0.7rem;
  font-size: 1.2rem;
  -webkit-text-stroke: thin;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  z-index: 2;
  display: block;
  visibility: hidden;
  opacity: 0;
  right: 0;
  top: 100%;
  border-top: 2px solid #D71920;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 20rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.12);
  background: #ffffff;
  padding: 1rem 0;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu * {
  text-align: right !important;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu li a {
  display: block;
  font-size: 1.7rem;
  padding: 0.35rem 1.5rem;
  color: #fff;
  background: none;
  line-height: 1.4;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu li a:hover {
  color: #D71920;
  background: none;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu li a:after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  border-bottom: 1px solid #D71920;
  margin-top: 7px;
}
.b-header__menu-nav-list > li.menu-item-has-children.wide > ul.sub-menu {
  min-width: 35rem;
  display: flex;
  flex-wrap: wrap;
}
.b-header__menu-nav-list > li.menu-item-has-children.wide > ul.sub-menu > li {
  flex: 1 1 50%;
}
.b-header__menu-nav-list > li.menu-item-has-children:hover > a + .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
html[lang=ru] .b-header__search {
  display: none;
}

.b-header__search-wrp {
  max-width: 28rem;
  margin-right: auto;
}
.b-header__search .search-toggle {
  font-size: 2rem;
  width: 30px;
  height: 30px;
  background: #D71920;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 29px;
}
.b-header__search .search-toggle i {
  line-height: inherit;
}
.b-header__search-form {
  display: block;
  width: 100%;
}
.b-header__search-form input {
  height: 4.8rem;
  width: 100%;
  line-height: 4.8rem;
  text-align: right;
  border-radius: 30rem;
}
.b-header__search-form input, .b-header__search-form input::-webkit-input-placeholder {
  color: #565656;
}
.b-header__search-form input[type=text] {
  background-color: transparent;
  padding: 0 1.5rem 0 4rem;
  border-radius: 30rem;
  margin-bottom: 0;
  height: 3.2rem;
  width: 17rem;
  font-weight: 400;
  border: 1px solid #D71920;
  font-size: 1.5rem;
}
.b-header__search-form button[type=submit] {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  left: 10px;
  top: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  font-size: 2.4rem;
  text-align: center;
  color: #1B1C1F;
}
.b-header__search-form button[type=submit]:hover {
  color: #D71920;
}
.b-header__search-row {
  position: relative;
}
.b-header__search-row .icon-search {
  font-size: 1.7rem;
  pointer-events: none;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1479.98px) {
  .b-header__search {
    padding-left: 0rem;
  }
  .b-header__search-wrp {
    max-width: 15rem;
  }
  .b-header__search-form input[type=text] {
    width: 100%;
  }
  .b-header__search-form button[type=submit] {
    left: 5px;
  }
}
.b-header__top-menu > ul > li {
  flex-grow: 1;
  line-height: 1;
}
.b-header__top-menu > ul > li:not(:last-of-type) {
  padding-left: 7px;
}
.b-header__top-menu > ul > li:not(:first-of-type) {
  padding-right: 7px;
}
.b-header__top-menu > ul > li.menu-item-has-children {
  position: relative;
}
.b-header__top-menu > ul > li.menu-item-has-children > a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  margin-right: 0.5rem;
  font-size: 0.8rem;
  -webkit-text-stroke: thin;
}
.b-header__top-menu > ul > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  z-index: 2;
  display: block;
  visibility: hidden;
  opacity: 0;
  right: 0;
  top: 100%;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 20rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.12);
  background: #ffffff;
  padding: 1rem 0;
}
.b-header__top-menu > ul > li.menu-item-has-children > ul.sub-menu li a {
  display: block;
  font-size: 1.7rem;
  padding: 0.35rem 1.5rem;
  color: #1B1C1F;
  background: none;
  line-height: 1.4;
}
.b-header__top-menu > ul > li.menu-item-has-children > ul.sub-menu li a:hover {
  color: #D71920;
  background: none;
}
.b-header__top-menu > ul > li.menu-item-has-children.wide > ul.sub-menu {
  min-width: 35rem;
  display: flex;
  flex-wrap: wrap;
}
.b-header__top-menu > ul > li.menu-item-has-children.wide > ul.sub-menu > li {
  flex: 1 1 50%;
}
.b-header__top-menu > ul > li.menu-item-has-children:hover > a + .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.b-header__top-menu > ul > li > a {
  padding: 1.9rem 0;
}
.b-header__top-menu a {
  color: currentColor;
  font-size: 1.6rem;
  display: block;
}
.b-header__top-menu a:hover {
  text-decoration: underline;
}
html[lang=en] .b-header__top-menu a, html[lang=ru] .b-header__top-menu a {
  font-size: 1.4rem;
}

@media (min-width: 576px) {
  .b-header__top_right > div {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .b-header:before, .b-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 6rem;
    z-index: -1;
    background: #D71920;
  }
  .b-header:before {
    right: 0;
    width: 7rem;
  }
  .b-header:after {
    left: 0;
    width: 72%;
  }
}
@media screen and (min-width: 1921px) {
  .b-header {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .b-header__menu-nav-list > li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .b-header__menu-nav-list > li > a {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .b-header > .container {
    max-width: 95%;
  }
  .b-header__logo .logo-img {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .b-header__top {
    margin-left: 15px;
  }
}
@media (min-width: 1480px) {
  .b-header:before {
    width: 7%;
  }
  .b-header__wrp {
    max-width: 100%;
    padding: 0 7%;
  }
}
@media (max-width: 1199.98px) {
  .b-header__wrp {
    max-width: 100%;
    height: 60px;
    padding: 0 15px;
  }
  .b-header__logo {
    padding-right: 0;
  }
  .b-header__logo .b-logo {
    padding: 9px 0;
  }
  .b-header__logo .logo-img {
    max-height: 42px;
  }
  .b-header__tagline {
    padding-right: 0;
    padding-left: 0;
    font-size: 1.4rem;
  }
  .b-header__tagline strong {
    font-size: 2rem;
  }
  .b-header__top_left {
    padding-left: 50px;
    position: relative;
  }
  .b-header__langs {
    padding-left: 0;
  }
  .b-header__langs a {
    padding: 0 5px;
  }
  .b-header__langs a:last-of-type {
    padding-left: 0;
  }
  .b-header .menu-icon.burger {
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    transform: translateY(-50%);
  }
  .b-header .b-header__main {
    padding-left: 0;
  }
  .b-header__top {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
  .m-fixed .b-header__top {
    position: fixed;
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    z-index: 9999;
    animation-duration: 0.35s;
    animation-name: NavSlideIn;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .m-fixed .b-header__top .b-header__tagline {
    padding-right: 50px;
  }
  @keyframes NavSlideIn {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .b-header__search {
    text-align: center;
    margin: 0 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: left;
  }
  .b-header__search-wrp {
    max-width: 100%;
  }
  .b-header__search-form {
    width: 100%;
    padding-left: 4rem;
  }
  .b-header__search-form input[type=text] {
    height: 4.2rem;
    width: 100%;
    color: #fff;
  }
  .b-header__search-form input[type=text]::-webkit-input-placeholder {
    color: #fff;
  }
  .b-header__search-form button[type=submit] {
    color: #fff;
    padding: 0.4rem 0;
  }
  .b-header__search-form button[type=submit] i {
    font-size: 2.25rem;
  }
  .b-header__logo {
    width: 100%;
    border: none;
    transition: all 0.4s;
  }
  .m-fixed .b-header__logo {
    position: fixed;
    z-index: 10000;
    top: 1px;
  }
}

.s-heading {
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
.s-heading.solid {
  background-color: #E2E4E7;
}
.s-heading.solid:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  background: url("../img/svgs/logo-icon.svg") no-repeat center;
  background-size: auto 100%;
  width: 550px;
  height: 550px;
  opacity: 0.35;
  filter: brightness(0) invert(1);
}
.s-heading.solid .s-heading__title:after {
  content: "";
  position: absolute;
  left: -50px;
  width: 2px;
  height: 100%;
  transform: rotate(15deg);
  background-color: #D71920;
}
.s-heading__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2B2B2C;
  opacity: 0.5;
}
.s-heading.has_img {
  background-size: auto 100%;
  background-position: center;
}
.s-heading.has_img .s-heading__title {
  color: #fff;
}
.s-heading__title {
  font-size: 5.5rem;
  font-weight: 300;
  color: #222;
}
.s-heading__subtitle {
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .s-heading .quick_contact {
    position: relative;
    left: -50px;
  }
}
@media (max-width: 767.98px) {
  .s-heading.has_img {
    min-height: 220px;
    padding: 3rem 0 2rem;
    overflow: visible;
    z-index: 1;
    background-position: right -27em top;
  }
  .s-heading .gform_wrapper.gravity-theme input[type=text] {
    margin-bottom: 1rem;
  }
  .s-heading .gform_wrapper.gravity-theme .ginput_counter {
    margin-top: 0;
  }
  .s-heading.mobile-has-form {
    background-position: right -17em top;
    min-height: 160px;
  }
  .s-heading.mobile-has-form .quick_contact {
    top: 0;
    position: absolute;
    right: 50%;
    width: 100%;
    transform: translateX(50%);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .s-heading.mobile-has-form .quick_contact__heading {
    text-align: center;
  }
  .s-heading.mobile-has-form .quick_contact__heading strong {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .s-heading.mobile-has-form + .section {
    padding-top: 320px;
  }
  .s-heading__decor svg {
    max-width: 100%;
  }
}
body div.asl_r.vertical {
  background: #fff;
  border: 4px solid #D71920;
  margin-top: -10px;
}
body div.asl_r.vertical .results .item .asl_content h3, body div.asl_r.vertical div.asl_r .results .item .asl_content h3 a {
  color: #D71920;
}

.b-footer {
  position: relative;
  background-color: #fff;
  color: #565656;
}
.b-footer > div {
  position: relative;
}
.b-footer .logo-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
  z-index: 10;
}
.b-footer__menu-list {
  color: #565656;
  font-size: 1.75rem;
  font-family: "Rubik", sans-serif;
}
.b-footer__menu-list > li:not(last-of-type) {
  margin-bottom: 1.4rem;
}
.b-footer__menu-list > li a {
  color: #565656;
}
.b-footer__menu-list > li a:hover {
  color: #D71920;
}
.b-footer__menu-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #1C1D20;
  margin-bottom: 2.5rem;
}
.b-footer__menu-title:after {
  content: "";
  display: block;
  margin: 1rem 0 0;
  width: 4.5rem;
  height: 2px;
  background: #D71920;
}
.b-footer__top {
  padding-top: 9rem;
  padding-bottom: 5rem;
}
.b-footer__bottom {
  background-color: #F4F4F4;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.b-footer .logos {
  padding-top: 9rem;
}
.b-footer__soc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* Safari - Pre Flex Flow */
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* MS - Pre Flex Flow */
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  /* Moz - Pre Flex Flow */
  -moz-flex-direction: row;
  -moz-flex-wrap: wrap;
  /* Flex Flow  */
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-footer__soc-link {
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  width: 3.8rem;
  height: 3.8rem;
  margin: 1rem;
  color: #fff;
  transition: border 0.2s ease, color 0.2s ease;
  font-size: 1.4rem;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.b-footer__soc-link:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.05);
}
.b-footer__soc-link.facebook {
  background-color: #4869C2;
}
.b-footer__soc-link.youtube {
  background-color: #F6483B;
}
.b-footer__soc-link.whatsapp {
  background-color: #40CF31;
}
.b-footer .darocredit {
  text-align: center;
}
.b-footer > a {
  display: inline-block;
  width: 200px;
}
.b-footer .dd_logo_png_w {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAAUCAYAAAA3BlcoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY5MTAwRDlBODc4MTExRURBRDlBOTkzMTI4OENGRDRGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY5MTAwRDlCODc4MTExRURBRDlBOTkzMTI4OENGRDRGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjkxMDBEOTg4NzgxMTFFREFEOUE5OTMxMjg4Q0ZENEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjkxMDBEOTk4NzgxMTFFREFEOUE5OTMxMjg4Q0ZENEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz70XGSfAAAIFElEQVR42uyaeWxVRRTG36OvpRUKPBVQUMAKqLiwFIQSRNAWEoRASgoaMIqRIqJRxKaAC0YQqBL3hVbjElGgVSKiAhaNhACKLaDIZrRAEQVZHgUESttXzyS/SY7jbXn6X+Ge5Et7tzMz53xnmWmDbRo3Dvjiy/kijXwT+HI+Scg3gS/ngAQFCYK2gu6CPoKOggrBcsFKfq/1Ce/LuSBNIHsHfnaG9DWCiwXVghLBnrjkkM95Xxp8dk+kW6kVHBeUC+IEXQXXEghms7rG7+F9aehiSH4S0huC9xX8Jnhc8JEgKrhMcLXfw3tLgsdmvhq4mcUaXB8ChNT3QZ6735vn8Tw3ZbfKOUSIehwuhLhfTfaKV/qD6rsarm3Gq3Xma945U0emjEd3rVpbNToDPAsx36jaB4YcPTUgju+1TfR8gmo+tbyj127XWOXYOeC8M1iQK+jHvTKuVwmGoP+wT3hvGUlGSOD6tOAnwTrBCWX4VoIkwUHBX9xrLxgoaKmcbJy1xZRTwTHum0yUJggLfhGsFvwuuIJMtYusZeVywQAy13rKtBmnKfOL470Dgs2CFoL+lPdK5nwBY5tyv9CD9M0hR0dFugr0lTDOVYJbBV8IfhU0I6NeR8tgCbiFdfVgvl1AVK3L2DcZPUXYyth9t+AU7wzmnS8tYT0SwW2CZwWdnMOY1gSdWfsewcaGTvjRgpsFfwqeZmHjBb0F3wkK/qfeuYJ2yjHxEGceOq3hswQ9BfmCDRjXZJgXcVKEey0gzkOCRThxtuB6nhsSLOb5TQScKcVLBUcZq5tgjmAFGW+a4BbmEsWPhvQ7BAsInAd5ZgO3kndM4H7sQXhDtico/aexZwKEzBO8z3pfxuaGRA8IprBptFWqMessYc6TCc5hPLOcq2ItXxNAJpBGsbYdvJNDEtleB+FNIrjTIbuRbWA0QWFsskwTPlWQzu8FOCtWSaGE1CfGaFee5Z1sfhbxM1LPdxMFr6vr4YJNgnFc34NzrM5CnFYaw3pO4qzJEKQFZJxNhl0EGYwDBwm2Cn7gu3iItRSCmOzfiwx0B9lrFhVgIpXD3J/EWsvJmANw5luC/ZBjHwEylJOIOdiqpSr7R8nyTTiOM88eppLci/MrVAZ1e+EoQZWnMvok5n+cuVTzzFSQZwTFglcY17Y9u1lDDe/OIlCakZzi0XmQdScRoIaHHwp2qt78uGqpXBmo2hgrh0kYIZ6tFXxuOR1ikEKIHoYkRUpBGcFQykdhvilVpMygX0rheakKBv1TB0gYlKGvTBE/BaNbfSkOWcc7i+wG3NbEEt6Olc48U505RlSQG6fvJRPa0r4Mst8u+IT1tsURg3H6ZsheRbbsC7k64thttAzmu7GU6QAOacWzNdjTrOUpvp2C3lOqZ49y9GbGvpDrjaypAr0/M49Mvlt9lkCPAyYIv+Het7Qm75DNTfU6AnGH0YYN4t0Oyn6H1F7jDBm7RiUrQ/ivsIuRMSpLj6Ni7sGW1fX071FQqwLkOew4jfk9KfhD9zq5EDzPifZS7mcpok8gOCxhbWDkQpxcrvPUfbdalECYLAjYk3tTnW9sABQzVoHSezSGTF3pXOeruUSYewH6JxAI7sY1qgxbTrY3Zfl+nPUjPeRQsvwJ3k+jZQmj5z3Bazihgl7erYApENzIDLL0NMbcwBxOM0YTxuxFz2/8dQlBV6H0JtFexXtsCL0yfAAyh9Qmuxy9nVhPFXuHNqr1MG3HSsZLwrYbma8du4Z523eaYsNrSGD7aLUyWVe5s+n2klXYdji65pFIHqWHn4GP/tH0h+toYUY5im2GnEow6CyZAaGKeHcu1xkQWksRerJwcraTvUsdcmcwZrp65+0YCP+mcz1BzaWAcVPV+rTj7cmHPQ1pRWu1HoKnUXptNhqGfZJw7HT+4JFDiV1DxtqFI9phe3uacgM+2Mvm8QTHaqbd6U7r0InyfhG6hkO01pD9brJx0GMt/0Wiav0JBG5XCHiYAKugr+7CfMz1p7R7ifg15OgKeJz+BKkQPake09kf5GDzk8pOQVWF7ImPyeCPMcf+tGPjsUcO/vrXLrfMaTnCqpXRUqAycH29cJlTLbyiMldl2VynhXIl4hGQC87yzVaiuz4JE5gFHsdzLXFyLzZThWTaFfS0+yj9lfSH5jRiBNn/jDq+WwKJcwiYDyDOSzjmRjK/aWc+o0okcaISZNxM7J2Mv44RFN3ZnJpNeh9aqB4EWsA5+ov1PLuWYOxNEGbSEpjx5kPAZgTeQoJtCWObBPMC/bdtvxqpNsxrr9Se/dYu2qgj6O1MUjFcupRkl4q9+hH8ieipIXia03Ia+8+EA57HOlNRVkxrke9k4xSVkQOqzw+o6lCs2p901YIUotPN8GGIX4r+VU5AZKv2qC4ZS1ZxZTuOD3i0NMVqDnnMtcjD8cbh35MhlpOBxhAIhmjvQnhbbdbSYqSpTJTI5q2AjDOSfcB9ZLH59MjZkOUNxk5Wx4y24t1F9jxGyd7PprUMHeuZwxLVUwcU6WIRu8Ecgq7NVDG78V0O+UJk/hI28z0I+p1k3FQ1doIivd4nVIJ0yLuYvj/AmIc4NFhGEngef6wjMGayP7HSlCDZhG8O1LXIIP8eHHbKuz55sc8iqpUJqD47RZE2VW1aIywo4vTkAbVJjajWKKz0pqv3y+o5DYpjt/+I2lyO8OhV9ebZzi2XsUf5f3o4fyR4jvw//Eiyz6sxvp9PUGXEcKTqi094X3xpmOL/85gvPuF98eVclb8FGADl52CFcryhqgAAAABJRU5ErkJggg==");
}
.b-footer .dd_logo_png {
  display: block;
  margin: 0 auto;
  height: 20px;
}
.b-footer .s_tag {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.b-footer__copy {
  font-size: 1.6rem;
}
.b-footer__about {
  font-size: 1.75rem;
  padding-top: 0.5rem;
}
.b-footer__about p {
  font-size: 100%;
}
.b-footer__about a {
  font-size: 1.75rem;
  font-weight: 400;
}
.b-footer__about a:hover {
  color: #D71920;
}
.b-footer__about a i {
  font-size: 1rem;
  margin-right: 0.8rem;
}
[dir=ltr] .b-footer__about a i {
  margin-right: 0;
  margin-left: 0.8rem;
  display: inline-block;
  transform: scaleX(-1);
}

.ltr .b-footer__about a i {
  margin-right: 0;
  margin-left: 0.8rem;
  display: inline-block;
  transform: scaleX(-1);
}

.b-footer-donation h3 {
  color: #1B1C1F;
  font-size: 4.5rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.b-footer-donation h4 {
  color: #F3EADE;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  font-size: 3.6rem;
  margin-bottom: 10px;
  line-height: 1;
}
.b-footer .b-footer-callback {
  font-size: 2rem;
}
.b-footer .b-footer-callback .footer-phone {
  font-size: 2.5rem;
  font-weight: 700;
}
.b-footer-row {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .b-footer__menu-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* Safari - Pre Flex Flow */
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* MS - Pre Flex Flow */
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    /* Moz - Pre Flex Flow */
    -moz-flex-direction: row;
    -moz-flex-wrap: wrap;
    /* Flex Flow  */
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .b-footer__menu-list > li {
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .b-footer-menu, .b-footer .b-footer-callback {
    margin-top: 3rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-footer-contacts {
    margin-bottom: 3rem;
  }
  .b-footer-contacts:before, .b-footer-contacts:after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .b-footer__top {
    padding-top: 4.6rem;
  }
}

#open-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 1em;
  padding: 15px 8px;
  width: 5em;
  height: 5em;
  font-size: 1.8rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0);
  background: #D71920;
  color: #fff;
  border: 0;
  border-radius: 50%;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
#open-button[aria-expanded=true] {
  background-color: #fff;
  color: #D71920;
}

.fixed-contact-trigger {
  position: fixed;
  left: 10px;
  z-index: 1;
  bottom: 4px;
  border-radius: 30em;
  border-end-end-radius: 0;
  background-color: #D71920;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 20px;
  width: 120px;
  padding: 15px;
  height: auto;
  justify-content: center;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.fixed-contact-trigger:hover, .fixed-contact-trigger:focus {
  transform: scale(1.1);
  color: #fff;
}

#fixed-contact {
  background: #D71920;
  -webkit-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
  max-width: 100%;
  font-size: 1.5em;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  z-index: 2;
}
#fixed-contact .bg-primary .gform_wrapper.gravity-theme .gfield_validation_message {
  margin-top: 0;
}
#fixed-contact #floating-form {
  padding: 3rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#fixed-contact #floating-form #close-button {
  position: absolute;
  left: 3rem;
  top: 3rem;
}
#fixed-contact #floating-form #close-button span {
  width: 2.4rem;
  color: #fff;
}
#fixed-contact #floating-form .quick_contact__heading {
  margin-bottom: 3rem;
}
#fixed-contact #floating-form .quick_contact__heading span {
  font-size: 2rem;
}
#fixed-contact #floating-form .quick_contact__heading strong {
  margin-bottom: 0;
}
#fixed-contact #floating-form .gform_wrapper.gravity-theme .gform_footer {
  padding-top: 0;
}
#fixed-contact #floating-form .quick_contact__connect {
  max-width: 100%;
  font-size: 2rem;
  padding-top: 1rem;
}
#fixed-contact #floating-form .gform_confirmation_message {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}
#fixed-contact #floating-form .ginput_counter {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  #fixed-contact #floating-form {
    padding: 2rem;
  }
  #fixed-contact #floating-form .quick_contact__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  #fixed-contact #floating-form .quick_contact__heading span, #fixed-contact #floating-form .quick_contact__heading strong {
    margin: 0 1rem;
  }
  #fixed-contact #floating-form .quick_contact__heading strong {
    font-size: 2.5rem;
  }
  #fixed-contact #floating-form form, #fixed-contact #floating-form .gform_fields {
    display: flex;
    justify-content: center;
  }
  #fixed-contact #floating-form form input, #fixed-contact #floating-form .gform_fields input {
    margin-bottom: 0;
  }
  #fixed-contact #floating-form .gform_footer {
    margin-right: 2rem;
  }
}

#userwayAccessibilityIcon {
  right: 13px;
  left: auto;
}

.b-box-aside {
  margin-bottom: 4rem;
  max-width: 250px;
}
.b-box-aside__title {
  position: relative;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 300;
  color: #222;
  margin-bottom: 4rem;
}
.b-box-aside__title:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #D71920;
  margin-top: 2rem;
}
.b-box-aside__body > ul > li > a {
  -webkit-text-stroke: thin currentColor;
}
.b-box-aside > ul > li, .b-box-aside .wp-block-latest-posts > li {
  font-size: 2rem;
  position: relative;
  margin-bottom: 3px;
}
.b-box-aside > ul > li > a, .b-box-aside .wp-block-latest-posts > li > a {
  padding: 1.5rem 2.5rem 1.5rem 0;
  display: block;
  color: #1B1C1F;
  font-weight: 300;
  background-color: #E2E4E7;
}
.b-box-aside__nav, .b-box-aside > ul.b-table, .b-box-aside .wp-block-latest-posts {
  font-size: 1.8rem;
}
.b-box-aside__nav li a, .b-box-aside > ul.b-table li a, .b-box-aside .wp-block-latest-posts li a {
  display: block;
}
.b-box-aside__nav li.b-table-header.order-first > a, .b-box-aside > ul.b-table li.b-table-header.order-first > a, .b-box-aside .wp-block-latest-posts li.b-table-header.order-first > a {
  background-color: #D71920;
  color: #fff;
  pointer-events: none;
}
.b-box-aside__nav li.b-table-header > a > .icon-plus, .b-box-aside__nav li.has-children > a > .icon-plus, .b-box-aside > ul.b-table li.b-table-header > a > .icon-plus, .b-box-aside > ul.b-table li.has-children > a > .icon-plus, .b-box-aside .wp-block-latest-posts li.b-table-header > a > .icon-plus, .b-box-aside .wp-block-latest-posts li.has-children > a > .icon-plus {
  float: left;
  font-size: 1.3rem;
  padding: 0.4rem 2rem 0.4rem;
  margin-top: 2px;
  color: #D71920;
}
.b-box-aside__nav li.b-table-header > a.active, .b-box-aside__nav li.b-table-header > a[aria-expanded=true], .b-box-aside__nav li.has-children > a.active, .b-box-aside__nav li.has-children > a[aria-expanded=true], .b-box-aside > ul.b-table li.b-table-header > a.active, .b-box-aside > ul.b-table li.b-table-header > a[aria-expanded=true], .b-box-aside > ul.b-table li.has-children > a.active, .b-box-aside > ul.b-table li.has-children > a[aria-expanded=true], .b-box-aside .wp-block-latest-posts li.b-table-header > a.active, .b-box-aside .wp-block-latest-posts li.b-table-header > a[aria-expanded=true], .b-box-aside .wp-block-latest-posts li.has-children > a.active, .b-box-aside .wp-block-latest-posts li.has-children > a[aria-expanded=true] {
  color: #D71920;
}
.b-box-aside__nav li.b-table-header > a.active .icon-heart-decor, .b-box-aside__nav li.b-table-header > a[aria-expanded=true] .icon-heart-decor, .b-box-aside__nav li.has-children > a.active .icon-heart-decor, .b-box-aside__nav li.has-children > a[aria-expanded=true] .icon-heart-decor, .b-box-aside > ul.b-table li.b-table-header > a.active .icon-heart-decor, .b-box-aside > ul.b-table li.b-table-header > a[aria-expanded=true] .icon-heart-decor, .b-box-aside > ul.b-table li.has-children > a.active .icon-heart-decor, .b-box-aside > ul.b-table li.has-children > a[aria-expanded=true] .icon-heart-decor, .b-box-aside .wp-block-latest-posts li.b-table-header > a.active .icon-heart-decor, .b-box-aside .wp-block-latest-posts li.b-table-header > a[aria-expanded=true] .icon-heart-decor, .b-box-aside .wp-block-latest-posts li.has-children > a.active .icon-heart-decor, .b-box-aside .wp-block-latest-posts li.has-children > a[aria-expanded=true] .icon-heart-decor {
  -webkit-text-stroke: 0;
}
.b-box-aside__nav li.b-table-header > a.active .icon-plus:before, .b-box-aside__nav li.b-table-header > a[aria-expanded=true] .icon-plus:before, .b-box-aside__nav li.has-children > a.active .icon-plus:before, .b-box-aside__nav li.has-children > a[aria-expanded=true] .icon-plus:before, .b-box-aside > ul.b-table li.b-table-header > a.active .icon-plus:before, .b-box-aside > ul.b-table li.b-table-header > a[aria-expanded=true] .icon-plus:before, .b-box-aside > ul.b-table li.has-children > a.active .icon-plus:before, .b-box-aside > ul.b-table li.has-children > a[aria-expanded=true] .icon-plus:before, .b-box-aside .wp-block-latest-posts li.b-table-header > a.active .icon-plus:before, .b-box-aside .wp-block-latest-posts li.b-table-header > a[aria-expanded=true] .icon-plus:before, .b-box-aside .wp-block-latest-posts li.has-children > a.active .icon-plus:before, .b-box-aside .wp-block-latest-posts li.has-children > a[aria-expanded=true] .icon-plus:before {
  content: "\e91b";
}
.b-box-aside__nav li .b-table__body > ul, .b-box-aside__nav li .children, .b-box-aside > ul.b-table li .b-table__body > ul, .b-box-aside > ul.b-table li .children, .b-box-aside .wp-block-latest-posts li .b-table__body > ul, .b-box-aside .wp-block-latest-posts li .children {
  padding-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.b-box-aside__nav li .b-table__body > ul li a, .b-box-aside__nav li .children li a, .b-box-aside > ul.b-table li .b-table__body > ul li a, .b-box-aside > ul.b-table li .children li a, .b-box-aside .wp-block-latest-posts li .b-table__body > ul li a, .b-box-aside .wp-block-latest-posts li .children li a {
  font-size: 95%;
  padding: 0.5rem 0;
}
.b-box-aside__nav li .b-table__body > ul li a:not(:hover), .b-box-aside__nav li .children li a:not(:hover), .b-box-aside > ul.b-table li .b-table__body > ul li a:not(:hover), .b-box-aside > ul.b-table li .children li a:not(:hover), .b-box-aside .wp-block-latest-posts li .b-table__body > ul li a:not(:hover), .b-box-aside .wp-block-latest-posts li .children li a:not(:hover) {
  color: #1B1C1F;
}
.b-box-aside__nav li .b-table__body > ul li.current-cat a, .b-box-aside__nav li .children li.current-cat a, .b-box-aside > ul.b-table li .b-table__body > ul li.current-cat a, .b-box-aside > ul.b-table li .children li.current-cat a, .b-box-aside .wp-block-latest-posts li .b-table__body > ul li.current-cat a, .b-box-aside .wp-block-latest-posts li .children li.current-cat a {
  color: #D71920;
}
.b-box-aside__nav li.is-active > a, .b-box-aside__nav li:hover > a, .b-box-aside > ul.b-table li.is-active > a, .b-box-aside > ul.b-table li:hover > a, .b-box-aside .wp-block-latest-posts li.is-active > a, .b-box-aside .wp-block-latest-posts li:hover > a {
  color: #D71920;
}
.b-box-aside__nav .current-cat-ancestor, .b-box-aside__nav .current-cat-ancestor .children, .b-box-aside__nav .current-cat-parent, .b-box-aside__nav .current-cat-parent .children, .b-box-aside > ul.b-table .current-cat-ancestor, .b-box-aside > ul.b-table .current-cat-ancestor .children, .b-box-aside > ul.b-table .current-cat-parent, .b-box-aside > ul.b-table .current-cat-parent .children, .b-box-aside .wp-block-latest-posts .current-cat-ancestor, .b-box-aside .wp-block-latest-posts .current-cat-ancestor .children, .b-box-aside .wp-block-latest-posts .current-cat-parent, .b-box-aside .wp-block-latest-posts .current-cat-parent .children {
  display: block !important;
  order: -1;
}
.b-box-aside__nav .current-cat-ancestor .children, .b-box-aside__nav .current-cat-parent .children, .b-box-aside > ul.b-table .current-cat-ancestor .children, .b-box-aside > ul.b-table .current-cat-parent .children, .b-box-aside .wp-block-latest-posts .current-cat-ancestor .children, .b-box-aside .wp-block-latest-posts .current-cat-parent .children {
  border-bottom: 1px solid #D71920;
  margin-bottom: 8px;
}
.b-box-aside__nav .current-cat-ancestor > a, .b-box-aside__nav .current-cat-parent > a, .b-box-aside > ul.b-table .current-cat-ancestor > a, .b-box-aside > ul.b-table .current-cat-parent > a, .b-box-aside .wp-block-latest-posts .current-cat-ancestor > a, .b-box-aside .wp-block-latest-posts .current-cat-parent > a {
  pointer-events: none;
}
.b-box-aside__nav + .b-box-aside, .b-box-aside > ul.b-table + .b-box-aside, .b-box-aside .wp-block-latest-posts + .b-box-aside {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.b-box-aside__nav .b-banner-wrp, .b-box-aside > ul.b-table .b-banner-wrp, .b-box-aside .wp-block-latest-posts .b-banner-wrp {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.b-box-aside__nav .b-banner__cover, .b-box-aside > ul.b-table .b-banner__cover, .b-box-aside .wp-block-latest-posts .b-banner__cover {
  height: 10rem;
}
.b-box-aside .wp-block-latest-posts > li a:before {
  position: absolute;
  right: 1rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 2.5rem;
  color: #D71920;
}
.b-box-aside .widget .widget-title {
  font-weight: 600;
  color: #D71920;
}
.b-box-aside .widget .atrribute-group h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
  padding: 10px 0;
}
.b-box-aside .widget .atrribute-group h4 a {
  display: block;
  color: #333;
  position: relative;
  text-transform: uppercase;
}
.b-box-aside .widget .atrribute-group h4 a i {
  font-size: 10px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.b-box-aside .widget .atrribute-group h4 a[aria-expanded=true] i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.b-box-aside .widget .atrribute-group .term-group {
  margin-bottom: 20px;
}
.b-box-aside .widget .atrribute-group .term-group li {
  margin-bottom: 5px;
}
.b-box-aside .widget .atrribute-group .term-group label {
  font-size: 1.35rem;
}
.b-box-aside .widget .atrribute-group .term-group [type=checkbox] + label:before, .b-box-aside .widget .atrribute-group .term-group [type=checkbox] + label:after {
  width: 13px;
  height: 13px;
  border-color: #333;
  TOP: 2px;
}
.b-box-aside .widget .atrribute-group .term-group [type=checkbox]:not(:checked) + label:before, .b-box-aside .widget .atrribute-group .term-group [type=checkbox]:not(:checked) + label:after {
  background: none;
}

@media (min-width: 992px) {
  [dir=ltr] .offset-lg-1 {
    margin-right: 8.33333%;
    margin-left: auto;
  }
}

@media (max-width: 575.98px) {
  .col-xs-12 + .col-xs-12 {
    padding-top: 3rem;
  }
}
.section.m-ornament, section.m-ornament {
  position: relative;
  overflow: hidden;
}
.section.m-ornament:before, section.m-ornament:before {
  content: "";
  position: absolute;
  width: 26.6rem;
  max-width: 14vw;
  height: 26.6rem;
  left: 0;
  top: 0;
  background: url(../img/common/ornament-angle.svg) 0 0 no-repeat;
  background-size: contain;
  pointer-events: none;
}
.section.m-ornament-r, section.m-ornament-r {
  position: relative;
}
.section.m-ornament-r:before, section.m-ornament-r:before {
  content: "";
  position: absolute;
  width: 26.6rem;
  max-width: 14vw;
  height: 53.1rem;
  right: 0;
  top: -25%;
  background: url(../img/common/ornament-l.svg) 100% 0 no-repeat;
  background-size: contain;
  pointer-events: none;
}
.section.m-bordered, section.m-bordered {
  position: relative;
}
.section.m-bordered:before, section.m-bordered:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 148rem;
  position: absolute;
  background: url(../img/common/frame-4l.svg) 0 50% no-repeat, url(../img/common/frame-4r.svg) 100% 50% no-repeat;
  background-size: 4rem auto;
}
@media screen and (max-width: 1200px) {
  .section.m-bordered:before, section.m-bordered:before {
    display: none;
  }
}
.section.quote, section.quote {
  padding: 2.5rem 0 3rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06);
  z-index: 11;
}
.section.quote h1, section.quote h1 {
  font-size: 4.5rem;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section.quote h1, section.quote h1 {
    font-size: 3.6rem;
  }
}

.s-hero .container {
  position: relative;
}
.s-hero #home-slider {
  width: 100%;
}
.s-hero #home-slider .slide__itm {
  background-image: linear-gradient(130deg, #F2F3F2 0%, #DEDDDE 60%, #CECDCE 100%);
  width: 100vw;
}
.s-hero #home-slider .slide__itm .slide_caption h1 {
  margin-bottom: 10px;
  color: #1B1C1F;
  font-size: 3.4rem;
  font-weight: 700;
}
.s-hero #home-slider .slide__itm .slide_caption p {
  font-size: 20px;
}
.s-hero .hero-js-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  font-size: 5.2rem;
  color: #D71920;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  line-height: 50px;
}
.s-hero .hero-js-arrow:hover {
  color: #D71920;
}
.s-hero .hero-js-arrow.slick-next {
  left: -70px;
}
.s-hero .hero-js-arrow.slib-voxck-prev {
  right: -70px;
}
.s-hero .hero-js-arrow.slick-disabled {
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .s-hero #home-slider .slide__itm .slide_caption h1 {
    font-size: 4.6rem;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .s-hero .container {
    padding: 0;
  }
  .s-hero #home-slider .slide__itm .col-md-4 {
    position: static;
  }
  .s-hero #home-slider .slide__itm .image-container {
    padding: 5rem 0 0;
  }
  .s-hero #home-slider .slide__itm .slide_caption {
    position: absolute;
    bottom: 20px;
    right: 3rem;
    z-index: 11;
    padding: 0;
  }
  .s-hero #home-slider .slide__itm .slide_caption h1 {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 500;
  }
  .s-hero #home-slider .slide__itm:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(174, 174, 174, 0) 40%, #848484 100%);
    mix-blend-mode: multiply;
  }
}

.read-more {
  display: inline-block;
  color: #D71920;
  font-weight: 500;
  border-bottom: 1px solid #D71920;
  padding-bottom: 1rem;
  font-size: 1.6rem;
}
.read-more i {
  margin-right: 1.2rem;
  font-size: 70%;
}
.read-more.m-large {
  font-size: 2.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.read-more.m-large i {
  font-size: 80%;
}
.read-more:hover {
  color: #D71920;
  border-right-color: #D71920;
}
.read-more.m-top {
  border-right: 0;
  padding-right: 0;
}
.read-more.m-top:before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin: 0 auto 1rem;
  background-color: #D71920;
}

.quick_contact {
  background-color: rgb(225, 25, 32) !important;
  box-shadow: 0 21px 30px 0 rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  padding: 4rem 2.5rem;
}
.quick_contact__heading {
  text-align: center;
}
.home .quick_contact__heading {
  margin-bottom: 2rem;
}

.quick_contact__heading span {
  display: block;
  font-weight: 500;
}
.quick_contact__heading span:first-of-type {
  font-size: 2rem;
}
.quick_contact__heading a {
  color: #fff;
}
.quick_contact__heading strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.quick_contact__connect {
  margin-top: 3rem;
  border-top: 1px solid #fff;
  padding-top: 2rem;
  color: #fff;
}
@media (min-width: 576px) {
  .quick_contact__connect {
    max-width: 225px;
  }
}
.quick_contact__connect ul.social {
  display: flex;
}
.quick_contact__connect ul.social li {
  margin-right: 1rem;
}
.quick_contact__connect ul.social li a {
  color: #fff;
  font-size: 2.2rem;
}
.quick_contact .gform_wrapper.gravity-theme .gform_footer {
  padding-top: 0;
}
.quick_contact .gform_wrapper.gravity-theme .gform_footer .button {
  font-weight: 600;
  font-size: 2rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.quick_contact.bg-primary .gfield_validation_message {
  color: #fff;
  position: absolute;
  font-size: 13px;
  margin-top: -22px;
}
.quick_contact.bg-primary .gform_submission_error, .quick_contact.bg-primary .gform_confirmation_message {
  font-size: 1.8rem;
  color: #fff;
}
@media (min-width: 768px) {
  .quick_contact__heading {
    text-align: start;
    margin-bottom: 0;
  }
}

.s-about__title span {
  display: flex;
  align-items: center;
  color: #D71920;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  margin-bottom: 3rem;
}
.s-about__title span:after {
  content: "";
  display: inline-flex;
  width: 40px;
  height: 2px;
  background-color: #1C1D20;
  margin-right: 1.5rem;
}
.s-about__title div {
  font-weight: 300;
  font-size: 3.2rem;
  color: #1C1D20;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.s-about .btn {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .s-about .quick_contact {
    margin-top: 4rem;
  }
}

.s-stats__item {
  height: calc(100% - 20px);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #D71920;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .s-stats__item {
    font-size: 18px;
  }
}

.s-partners .logo-js-arrow {
  position: absolute;
  top: 50%;
  z-index: 11;
  transform: translateY(-50%);
  cursor: pointer;
  color: #D71920;
  -webkit-text-stroke: thin;
  font-size: 2.5rem;
}
.s-partners .logo-js-arrow.slick-next {
  left: 0;
}
.s-partners .js-logo-slider img {
  max-height: 120px;
  width: auto;
}

.s-services__item {
  width: 140px;
  border: 1px solid #D71920;
  border-radius: 10px;
  padding: 2rem 1rem;
  text-align: center;
  margin: 10px;
}
.s-services__item img {
  height: 35px;
}
.s-services__item h4 {
  font-size: 1.7rem;
  color: #1B1C1F;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.s-services__item .corner {
  position: absolute;
  bottom: 4px;
  left: 7px;
  color: #D71920;
}
.s-services__item:hover {
  background-color: #D71920;
}
.s-services__item:hover h4, .s-services__item:hover .corner {
  color: #fff;
}
.s-services__item:hover img {
  filter: brightness(0) invert(1);
}

.s-how {
  background-size: cover;
}
.s-how_item {
  text-align: center;
  margin-bottom: 40px;
}
.s-how_item__title {
  font-size: 2.7rem;
}
.s-how_item .count {
  display: block;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  background-color: #fff;
  border-radius: 50%;
  color: #D71920;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 2rem;
}
.s-how__footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 5rem;
  padding-top: 5rem;
  text-align: center;
}
.s-how__footer a {
  color: #fff;
}
.s-how__footer span {
  font-size: 3.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .s-how__footer span {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .s-how_item {
    padding-right: 5rem;
    text-align: start;
  }
  .s-how_item .count {
    position: absolute;
    right: 0;
    top: 0;
  }
  .s-how .section-title p {
    max-width: 50%;
  }
}

.s-testimonials {
  background-color: #F4F4F4;
  overflow: hidden;
}
.s-testimonials .slick-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.s-testimonials .slick-slider.js-testimonials-carousel.text-center {
  max-width: 800px;
  margin: auto;
}
.s-testimonials .slick-slider.js-testimonials-carousel .slick-dots {
  text-align: center;
  margin-top: 3rem;
}
.s-testimonials .slick-slider.js-testimonials-carousel .b-testimonial__txt {
  font-size: 2rem;
}
.s-testimonials .slick-slider.js-testimonials-carousel .b-testimonial__details {
  border-top: 0;
  padding-top: 0;
}
.s-testimonials:before {
  content: "";
  position: absolute;
  top: 0;
  background: url("../img/svgs/icon-logo-white-background.svg") no-repeat center;
  background-size: auto 104%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: brightness(0) invert(1);
}
.s-testimonials .b-testimonial {
  padding: 2rem 3rem;
}
.s-testimonials .b-testimonial__txt {
  margin: 3rem 0;
  font-weight: 300;
  line-height: 1.8;
}
.s-testimonials .b-testimonial__thumb {
  border-radius: 50%;
  padding: 15px;
  border: 1px solid #D71920;
  width: 105px;
  height: 105px;
}
.s-testimonials .b-testimonial__thumb img {
  border-radius: 50%;
}
.s-testimonials .b-testimonial__details {
  border-top: 1px solid #1C1D20;
  margin-right: 3rem;
  padding-top: 1.8rem;
}
.s-testimonials .b-testimonial__details strong {
  display: block;
  color: #D71920;
}
.s-testimonials .b-testimonial__details span {
  display: block;
  font-weight: 300;
  margin-top: 1rem;
}
.s-testimonials .slick-dots {
  text-align: start;
  padding-right: 3rem;
}
.s-testimonials .slick-dots li {
  margin-left: 2rem;
  padding: 0;
}
.s-testimonials .slick-dots li button {
  width: 1rem;
  height: 1rem;
  background-color: #565656;
  padding: 0;
  transition: width ease-in-out;
}
.s-testimonials .slick-dots li.slick-active button {
  background-color: #D71920;
  width: 2.5rem;
  border-radius: 7px;
}

.s-tools [class^=col-] {
  padding: 2px;
}
.s-tools_item {
  background-color: #D8D9DA;
  padding: 4rem 2rem;
  font-size: 1.9rem;
  transition: all 0.8s;
}
.s-tools_item .ico-wrp {
  margin-left: 2.5rem;
}
.s-tools_item .ico-wrp img {
  height: 6rem;
}
.s-tools_item h3 {
  font-size: 3.2rem;
  font-weight: 300;
  color: #1B1C1F;
  margin-bottom: 0;
}
.s-tools_item:hover {
  background-color: #D71920;
}
.s-tools_item:hover .ico-wrp img {
  filter: brightness(0) invert(1);
}
.s-tools_item:hover h3, .s-tools_item:hover span {
  color: #fff;
}
@media (min-width: 768px) {
  .s-tools_item {
    height: 100%;
  }
}

.s-diseases .disease-cat {
  background: #fff;
  box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #D71920;
  margin-bottom: 4rem;
}
.s-diseases .caption {
  padding: 1.5rem 2rem;
}
.s-diseases .caption h3 {
  margin: 0;
  font-size: 1.8rem;
  color: #1B1C1F;
  font-weight: 500;
  min-height: 45px;
  display: flex;
  align-items: center;
}
.s-diseases .caption .read-more {
  padding-bottom: 0;
  padding-right: 2rem;
  border-bottom: 0;
  border-right: 1px solid #8A8C8E;
  white-space: nowrap;
}
.s-diseases .caption .read-more:hover {
  color: #1B1C1F;
}

.b-page-nav__link {
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  color: #2c2f34;
  background: #f4f7f9;
  padding: 1rem;
}

.s-content__sidebar {
  position: relative;
}

.b-box-news {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}
.b-box-news__date {
  display: block;
  color: #D71920;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.b-box-news__title {
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
}
.b-box-news__title, .b-box-news__title a {
  color: #222;
}
.b-box-news__title a {
  transition: all 0.3s;
}
.b-box-news__title:hover a {
  color: #D71920;
}
.b-box-news__txt {
  margin-bottom: 1.5rem;
  color: #333333;
  font-size: 1.7rem;
}
@media (min-width: 576px) {
  .b-box-news__txt {
    min-height: 48px;
  }
}
.b-box-news__txt p {
  font-size: 100%;
  line-height: 1.52;
}
.b-box-news__pic {
  position: relative;
  overflow: hidden;
}
.b-box-news.featured {
  background-color: #222;
}
.b-box-news.featured .b-box-news__title {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.b-box-news.featured .b-box-news__txt {
  color: #fff;
}
@media (min-width: 576px) {
  .b-box-news.featured .b-box-news__title {
    font-size: 3.2rem;
  }
  .b-box-news.featured .b-box-news__txt {
    font-size: 2.2rem;
  }
}
@media (min-width: 576px) {
  .b-box-news {
    height: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  .b-box-news.featured {
    height: calc(100% - 3rem);
    margin-bottom: 0;
  }
  .b-box-news.featured .b-box-news__body {
    padding: 4rem 3rem;
  }
}

.pagination {
  align-items: flex-end;
  margin-top: 40px;
}
.pagination .page-numbers:not(.dots) {
  margin: 0 3px;
  min-width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  line-height: 35px;
  background: #fff;
  padding: 0 10px;
}
.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers:not(.dots).current {
  background-color: #222;
  color: #fff;
}
.pagination .page-numbers:not(.dots).next, .pagination .page-numbers:not(.dots).prev {
  background-color: transparent;
  color: #D71920;
  -webkit-text-stroke: 1px;
}
.pagination .page-numbers:not(.dots).next i, .pagination .page-numbers:not(.dots).prev i {
  margin-right: 6px;
}
.pagination .page-numbers.dots {
  margin: 0 10px;
}
.pagination a {
  color: #1B1C1F;
  line-height: 26px;
  font-weight: 400;
  transition: all 0.3s;
}
.pagination a:hover {
  text-decoration: none;
}

.single .b-post {
  position: relative;
}
.single .b-post font, .single .b-post font * {
  font-family: "Rubik", sans-serif !important;
}
.single .b-post__header {
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.single .b-post__header-title {
  font-size: 3rem;
  font-weight: 700;
  color: #1B1C1F;
}
.single .b-post__header-date {
  padding: 0.4rem 1rem;
  background-color: rgba(215, 25, 32, 0.9);
  line-height: 1;
  color: #fff;
}
.single .b-post__body {
  color: #1B1C1F;
}
.single .b-post__body, .single .b-post__body p, .single .b-post__body li {
  font-size: 1.7rem;
  line-height: 1.8;
}
@media (min-width: 576px) {
  .single .b-post__header {
    padding-left: 12rem;
    margin-top: 0;
  }
  .single .b-post__header-date {
    top: 30px;
  }
}

.post-pagination {
  margin-top: 5rem;
}
.post-pagination a {
  font-size: 2rem;
  color: #1B1C1F;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.post-pagination a strong {
  display: block;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #D71920;
}
.post-pagination a strong i {
  font-size: 1.3rem;
}
.post-pagination a:hover {
  color: #D71920;
}
.post-pagination .previous-post-link a {
  padding-right: 2rem;
  border-right: 1px solid #D71920;
}
.post-pagination .previous-post-link a strong i {
  margin-left: 6px;
}
.post-pagination .previous-post-link + .next-post-link {
  margin-right: 0;
}
.post-pagination .next-post-link {
  text-align: left;
  margin-right: 50%;
}
.post-pagination .next-post-link a {
  padding-left: 2rem;
  border-left: 1px solid #D71920;
}
.post-pagination .next-post-link a strong i {
  margin-right: 6px;
}

.col-6 {
	min-height: 120px;
}

/* UPDATE FOR THE CSS FILE - 19/05/24 */
.s-stats__item, 
.s-about__title span, div, p, btn, .section-title__trigger, .b-footer__bottom small, a
{
	font-family: "Assistant", sans-serif !important;
}

#main > section.section.s-about.pt-0.pt-md-5 > div > div > div.col-md-6.col-xl-5.order-2.order-md-1.mt-5.mt-md-0.pt-5.pt-md-0 > div > div {
	font-family: 'Philosof', sans-serif !important;
}

