/* FONTS
 ========================================================================== */
@font-face {
  font-family: "Avenir";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/AvenirNextW1G-Light.woff") format('woff'), url("../fonts/AvenirNextW1G-Light.woff2") format('woff2');
}
@font-face {
  font-family: "Avenir";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/AvenirNextW1G-Medium.woff") format('woff'), url("../fonts/AvenirNextW1G-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Mazzard M";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/MazzardM-Bold.woff") format('woff'), url("../fonts/MazzardM-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Mazzard M";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/MazzardM-Light.woff") format('woff'), url("../fonts/MazzardM-Light.woff2") format('woff2');
}
@font-face {
  font-family: "Mazzard M";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/MazzardM-Medium.woff") format('woff'), url("../fonts/MazzardM-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ProximaNova-Bold.woff") format('woff'), url("../fonts/ProximaNova-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/ProximaNova-Light.woff") format('woff'), url("../fonts/ProximaNova-Light.woff2") format('woff2');
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/ProximaNova-Regular.woff") format('woff'), url("../fonts/ProximaNova-Regular.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #000;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #40bfb4;
  color: #fff;
}
body ::selection {
  background: #40bfb4;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #40bfb4;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  padding-bottom: 25px;
}
.btn-default {
  border-radius: 27px;
  background-color: #40bfb4;
  padding: 18px 65px;
  display: inline-block;
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.btn-default:hover {
  text-decoration: none;
  border: 1px solid #40bfb4;
  color: #40bfb4;
  background-color: #fff;
}
h1 {
  font-family: Avenir;
  font-size: 48px;
  line-height: 1.3;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 38px;
  }
}
h2 {
  font-family: "Mazzard M";
  font-size: 55px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 35px;
  }
}
h3 {
  font-family: "Mazzard M";
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}
h4 {
  font-family: "Mazzard M";
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 27px;
  }
}
h5 {
  font-family: "Mazzard M";
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 27px;
  }
}
h6 {
  font-family: "Mazzard M";
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 27px;
  }
}
p {
  padding-bottom: 20px;
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
a {
  color: #40bfb4;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #40bfb4;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #3aaca2;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative;
}
.row {
  margin: 0 auto;
  width: 1740px;
  max-width: 94%;
  position: relative;
}
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #40bfb4;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: 0;
  background: #3b5993;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.btn:hover {
  background: #2f4776;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #25385c;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  padding-bottom: 20px;
}
.wysiwyg ul li {
  padding-left: 15px;
  font-size: 18px;
  font-family: "Proxima Nova";
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}
.wysiwyg ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'font_regular', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a.fa-facebook:hover {
  background: #3b5993;
}
.s-link a.fa-twitter:hover {
  background: #55acee;
}
.s-link a.fa-instagram:hover {
  background: #181818;
}
.s-link a.fa-linkedin:hover {
  background: #0177b5;
}
.s-link a.fa-youtube:hover {
  background: #f80000;
}
.s-link a.fa-pinterest:hover {
  background: #bd081c;
}
.s-link a.fa-vimeo:hover {
  background: #1bb7ea;
}
.s-link a.fa-yelp:hover {
  background: #d32323;
}
.s-link a.fa-google-plus:hover {
  background: #dd4c39;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #f1b820;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #40bfb4;
  background: #40bfb4;
}
#top {
  min-height: 500px;
  text-align: center;
  color: #fff;
}
#top h1 {
  font-size: 60px;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  /* resp_menu_active
   ========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: absolute;
    z-index: 101;
    top: 13px;
    right: 10px;
    margin-right: 10px;
    text-align: left;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #40bfb4;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #fff;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    padding: 5px;
    border-top: 40px solid #339990;
    border-bottom: 3px solid #339990;
    background: #40bfb4;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #53c5bc;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #3aaca2;
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
    color: #fff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #66ccc3;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #53c5bc;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    color: #fff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #53c5bc;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: '';
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1140px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: relative;
  z-index: 10;
  will-change: transform, opacity;
}
header #logo {
  opacity: 1;
  color: #181818;
}
header #logo:hover {
  opacity: 0.8;
}
.benefits-providers {
  background: #40bfb4 !important;
}
.benefits-providers .item span {
  color: #fff !important;
}
.benefits-block {
  background: #f3fffe !important;
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 14px;
  margin: 5px 20px;
  color: #181818;
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #40bfb4;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 3px solid #66ccc3;
  border-bottom: 3px solid #66ccc3;
  background: #40bfb4;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #8cd9d2;
}
.header {
  padding: 30px 0;
  background-color: rgba(255, 255, 255, .8);
  position: static;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.header-sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1140px) {
  .header {
    padding: 15px 0;
  }
}
@media (max-width: 1140px) {
  .header .row {
    max-width: 79%;
  }
}
@media (max-width: 495px) {
  .header .row {
    max-width: 94%;
  }
}
.header .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 495px) {
  .header .wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 495px) {
  .header .wrapper .btn-default {
    margin-top: 15px;
  }
}
@media (max-width: 1140px) {
  .header .wrapper .btn-default {
    padding: 11px 28px;
  }
}
.header .wrapper .btn-default {
  background-color: #f47d6a;
}
.header .wrapper .btn-default:hover {
  border: 1px solid #f47d6a;
  color: #f47d6a;
  background-color: #fff;
}
.header .wrapper nav ul > li > a {
  color: #31393c;
  font-family: "Mazzard M";
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
@media (max-width: 1200px) {
  .header .wrapper nav ul > li > a {
    font-size: 14px;
  }
}
footer .wrapper .center-content ul li a {
  color: #000 !important;
}
footer {
  background-color: #fff;
  padding: 65px 0;
}
@media (max-width: 1024px) {
  footer {
    padding: 30px 0;
  }
}
footer .row {
  width: 1310px;
}
footer .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: Wrap;
  -moz-flex-wrap: Wrap;
  flex-wrap: Wrap;
  -ms-flex-wrap: Wrap;
}
footer .wrapper .wys p {
  color: #000;
  font-family: "Proxima Nova";
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
footer .wrapper h2 {
  color: #000;
  font-family: "Mazzard M";
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}
footer .wrapper .left-content {
  -webkit-flex-basis: 390px;
  -moz-flex-basis: 390px;
  -ms-flex-basis: 390px;
  flex-basis: 390px;
  margin-right: 20px;
}
@media (max-width: 850px) {
  footer .wrapper .left-content {
    max-width: 390px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
footer .wrapper .left-content .social-wrapepr {
  background-color: #f3f3f3;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 450px) {
  footer .wrapper .left-content .social-wrapepr {
    display: block;
    text-align: center;
  }
  footer .wrapper .left-content .social-wrapepr .email {
    margin-top: 7px;
  }
}
footer .wrapper .left-content .social-wrapepr .social a {
  margin-right: 25px;
}
footer .wrapper .left-content .social-wrapepr .social a:last-child {
  margin-right: 32px;
}
footer .wrapper .left-content .social-wrapepr a {
  color: #000;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .wrapper .left-content .social-wrapepr a:hover {
  text-decoration: none;
  color: #40bfb4;
}
footer .wrapper .center-content {
  -webkit-flex-basis: 380px;
  -moz-flex-basis: 380px;
  -ms-flex-basis: 380px;
  flex-basis: 380px;
}
@media (max-width: 850px) {
  footer .wrapper .center-content {
    max-width: 330px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
footer .wrapper .center-content ul {
  column-count: 2;
  max-width: 325px;
}
footer .wrapper .center-content ul li {
  break-inside: avoid;
  margin-bottom: 20px;
}
footer .wrapper .center-content ul li a {
  color: #6d7c8c;
  font-family: "Proxima Nova";
  font-size: 15px;
  font-weight: 400;
}
footer .wrapper .right-content {
  -webkit-flex-basis: 315px;
  -moz-flex-basis: 315px;
  -ms-flex-basis: 315px;
  flex-basis: 315px;
}
@media (max-width: 1200px) {
  footer .wrapper .right-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
footer .wrapper .right-content .wpcf7 .wpcf7-not-valid-tip {
  height: 46px;
  border-radius: 23px;
  line-height: 46px;
  text-align: left;
  padding-left: 20px;
}
.form-footer .wrapper-el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: Center;
  -ms-flex-align: Center;
  -webkit-align-items: Center;
  -moz-align-items: Center;
  align-items: Center;
}
.form-footer .wrapper-el input[type='email'] {
  height: 46px;
  border-radius: 23px;
  padding-right: 55px;
  color: #6d7c8c;
  font-family: "Proxima Nova";
  font-size: 13px;
  font-weight: 300;
  padding-left: 20px;
}
.form-footer .wrapper-el input[type='email']::placeholder {
  color: #6d7c8c;
  font-family: "Proxima Nova";
  font-size: 13px;
  font-weight: 300;
}
.form-footer .wrapper-el input[type='submit'] {
  border-radius: 27px;
  background-color: #40bfb4;
  padding: 13px 30px;
  display: inline-block;
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  margin-left: -50px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.form-footer .wrapper-el input[type='submit']:hover {
  text-decoration: none;
  border: 1px solid #40bfb4;
  color: #40bfb4;
  background-color: #fff;
}
.top-banner {
  padding: 210px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1024px) {
  .top-banner {
    padding: 80px 0;
  }
}
.top-banner:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .top-banner:before {
    background: rgba(255, 255, 255, .6);
  }
}
.top-banner .wys {
  margin-bottom: 20px;
}
.top-banner .wys p {
  color: #000;
  font-family: Avenir;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}
.top-banner .row {
  width: 1560px;
}
.top-banner .wrapper {
  max-width: 545px;
}
.our-story, .bottom-text-section {
  padding: 120px 0;
}
@media (max-width: 1279px) {
  .our-story, .bottom-text-section {
    padding: 60px 0;
  }
}
.our-story .row, .bottom-text-section .row {
  width: 1990px;
  max-width: 100%;
}
@media (max-width: 1279px) {
  .our-story .row, .bottom-text-section .row {
    max-width: 94%;
  }
}
.our-story .wrapper, .bottom-text-section .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .our-story .wrapper, .bottom-text-section .wrapper {
    display: block;
  }
}
.our-story .wrapper .left-content, .bottom-text-section .wrapper .left-content {
  -webkit-flex-basis: 750px;
  -moz-flex-basis: 750px;
  -ms-flex-basis: 750px;
  flex-basis: 750px;
}
@media (max-width: 1279px) {
  .our-story .wrapper .left-content, .bottom-text-section .wrapper .left-content {
    margin-bottom: 25px;
  }
}
.our-story .wrapper .right-content, .bottom-text-section .wrapper .right-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.our-story .wrapper .right-content .wys, .bottom-text-section .wrapper .right-content .wys {
  max-width: 650px;
  margin-right: 25px;
}
@media (max-width: 1279px) {
  .our-story .wrapper .right-content .wys, .bottom-text-section .wrapper .right-content .wys {
    margin: 0 auto;
  }
}
.our-story .wrapper .right-content .wys tr, .bottom-text-section .wrapper .right-content .wys tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .our-story .wrapper .right-content .wys tr, .bottom-text-section .wrapper .right-content .wys tr {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.our-story .wrapper .right-content .wys td, .bottom-text-section .wrapper .right-content .wys td {
  color: #000;
  font-family: "Proxima Nova";
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  vertical-align: top;
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
}
@media (max-width: 768px) {
  .our-story .wrapper .right-content .wys td, .bottom-text-section .wrapper .right-content .wys td {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.our-story .wrapper .right-content .wys td:last-child, .bottom-text-section .wrapper .right-content .wys td:last-child {
  margin-right: 0;
}
.our-story .wrapper .right-content .wys td a, .bottom-text-section .wrapper .right-content .wys td a {
  color: #40bfb4;
  text-decoration: underline;
}
.out-v-m {
  position: relative;
  padding: 90px 0 140px;
}
.out-v-m:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
}
@media (max-width: 1024px) {
  .out-v-m {
    padding: 60px 0;
  }
}
.out-v-m tr {
  display: flex;
  justify-content: space-between;
}
.out-v-m tr td {
  width: 48% !important;
}
.out-v-m .wys {
  max-width: 1080px;
  margin: 0 auto;
}
.out-v-m .wys * {
  color: #fff;
}
.out-v-m .wys p {
  font-weight: 300;
}
.the-study {
  padding: 120px 0;
  background-color: #edfaf9;
}
@media (max-width: 1024px) {
  .the-study {
    padding: 60px 0;
  }
}
.the-study .row {
  width: 1990px;
  max-width: 100%;
}
@media (max-width: 1279px) {
  .the-study .row {
    max-width: 94%;
  }
}
.the-study .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .the-study .wrapper {
    display: block;
  }
}
.the-study .wrapper .right-content {
  -webkit-flex-basis: 975px;
  -moz-flex-basis: 975px;
  -ms-flex-basis: 975px;
  flex-basis: 975px;
}
@media (max-width: 1500px) {
  .the-study .wrapper .right-content {
    -webkit-flex-basis: 800px;
    -moz-flex-basis: 800px;
    -ms-flex-basis: 800px;
    flex-basis: 800px;
  }
}
@media (max-width: 1279px) {
  .the-study .wrapper .right-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.the-study .wrapper .right-content > div {
  max-width: 870px;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .the-study .wrapper .right-content > div {
    max-width: 700px;
  }
}
@media (max-width: 1279px) {
  .the-study .wrapper .right-content > div {
    margin: 0 auto;
  }
}
.the-study .wrapper .right-content .first-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .the-study .wrapper .right-content .first-line img {
    width: 49%;
  }
}
.the-study .wrapper .right-content .full-line {
  width: 100%;
}
.the-study .wrapper .left-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1279px) {
  .the-study .wrapper .left-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 25px;
  }
}
.the-study .wrapper .left-content .wys {
  max-width: 690px;
  margin-left: auto;
  padding-left: 20px;
}
@media (max-width: 1279px) {
  .the-study .wrapper .left-content .wys {
    margin: 0 auto;
    padding-left: 0;
  }
}
.blog-banner {
  padding: 175px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .blog-banner {
    padding: 70px 0;
  }
}
.blog-banner h1 {
  text-align: center;
  padding-bottom: 0;
  color: #10252e;
  font-family: "Mazzard M";
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
}
@media (max-width: 1024px) {
  .blog-banner h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .blog-banner h1 {
    font-size: 38px;
  }
}
.blog-section {
  padding: 80px 0 130px;
}
@media (max-width: 1024px) {
  .blog-section {
    padding: 60px 0 90px;
  }
}
.blog-section .categories-blog {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .blog-section .categories-blog {
    margin-bottom: 60px;
  }
}
.blog-section .categories-blog ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: Center;
  -ms-flex-align: Center;
  -webkit-align-items: Center;
  -moz-align-items: Center;
  align-items: Center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.blog-section .categories-blog ul li {
  color: #10252e;
  font-family: "Mazzard M";
  font-size: 21px;
  font-weight: 400;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.blog-section .categories-blog ul li a {
  color: #10252e;
  text-decoration: none;
}
.blog-section .categories-blog ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  height: 20px;
  width: 3px;
  background-color: #40bfb4;
}
.blog-section .categories-blog ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-section .categories-blog ul li:last-child:before {
  display: none;
}
.blog-section .blog-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.blog-section .blog-wrap > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1110px) {
  .blog-section .blog-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .blog-section .blog-wrap > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 670px) {
  .blog-section .blog-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .blog-section .blog-wrap > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.blog-section .blog-wrap .post-item {
  margin-bottom: 70px;
}
@media (max-width: 1110px) {
  .blog-section .blog-wrap .post-item {
    margin-bottom: 40px;
  }
}
.blog-section .blog-wrap .post-item .post-thumbnail {
  display: block;
  margin-bottom: 25px;
  text-align: center;
}
.blog-section .blog-wrap .post-item time {
  display: block;
  text-align: center;
  color: #40464d;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.blog-section .blog-wrap .post-item h2 {
  text-align: center;
  line-height: 1.2;
  font-family: "Mazzard M";
  font-size: 32px;
  font-weight: 500;
  padding: 0 30px;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .blog-section .blog-wrap .post-item h2 {
    font-size: 27px;
    padding: 0 15px;
    padding-bottom: 20px;
  }
}
.blog-section .blog-wrap .post-item h2 a {
  color: #40464d;
}
.blog-section .blog-wrap .post-item .post-text {
  color: #10252e;
  font-family: Avenir;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 25px;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .blog-section .blog-wrap .post-item .post-text {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.blog-section .blog-wrap .post-item img {
  width: 530px;
  height: 390px;
  object-fit: cover;
  -o-object-fit: cover;
}
.blog-section .blog-wrap .post-item .link-center {
  text-align: center;
}
.blog-section .blog-wrap .post-item .link-center a {
  height: 12px;
  color: #40bfb4;
  font-family: "Proxima Nova";
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.content-post {
  padding: 140px 0 80px;
}
@media (max-width: 1024px) {
  .content-post {
    padding: 60px 0;
  }
}
.content-post .row {
  width: 1300px;
}
.content-post h1 {
  text-align: center;
  padding-bottom: 65px;
  color: #10252e;
  font-size: 55px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .content-post h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .content-post h1 {
    font-size: 38px;
  }
}
.content-post .post-thumbnail {
  margin-bottom: 62px;
}
@media (max-width: 1024px) {
  .content-post .post-thumbnail {
    margin-bottom: 30px;
  }
}
.content-post .post-thumbnail img {
  width: 100%;
  height: 495px;
  object-fit: cover;
  -o-object-fit: cover;
}
@media (max-width: 576px) {
  .content-post .post-thumbnail img {
    height: 350px;
  }
}
.content-post time {
  display: block;
  text-align: center;
  color: #40464d;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.content-post h2 {
  text-align: center;
  line-height: 1.2;
  font-family: "Mazzard M";
  font-size: 32px;
  font-weight: 500;
  padding: 0 30px;
  padding-bottom: 25px;
  color: #40464d;
}
@media (max-width: 1024px) {
  .content-post h2 {
    font-size: 27px;
  }
}
.content-post .post-text {
  max-width: 1070px;
  margin: 0 auto;
}
.wp-pagenavi {
  border-top: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 700;
  border: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background-color: transparent;
  color: #40bfb4;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background-color: transparent;
  color: #40bfb4;
}
.share-post {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #b7b7b7;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: Center;
  -ms-flex-align: Center;
  -webkit-align-items: Center;
  -moz-align-items: Center;
  align-items: Center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 30px 10px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .share-post {
    display: block;
  }
}
.share-post h3 {
  color: #40464d;
  font-family: "Proxima Nova";
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 45px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .share-post h3 {
    padding-bottom: 25px;
    text-align: center;
    margin-right: 0;
  }
}
.share-post .wrapper-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: Center;
  -ms-flex-align: Center;
  -webkit-align-items: Center;
  -moz-align-items: Center;
  align-items: Center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .share-post .wrapper-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.share-post .wrapper-links a {
  height: 37px;
  width: 37px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: Center;
  -ms-flex-align: Center;
  -webkit-align-items: Center;
  -moz-align-items: Center;
  align-items: Center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.share-post .wrapper-links a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 0.59);
}
.share-post .wrapper-links a:last-child {
  margin-right: 0;
}
.share-post .wrapper-links a.pinterest {
  background-color: #ca1e25;
}
.share-post .wrapper-links a.twitter {
  background-color: #01aced;
}
.share-post .wrapper-links a.facebook {
  background-color: #3b5998;
}
.share-post .wrapper-links a.envelope {
  color: #777;
  background-color: #e9e9e9;
}
.share-post .wrapper-links a.tumblr {
  background-color: #2c4763;
}
.share-post .wrapper-links a.linkedin {
  background-color: #0078b6;
}
.recent-posts {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .recent-posts {
    padding-bottom: 60px;
  }
}
.recent-posts .title h2 {
  text-align: center;
  padding-bottom: 65px;
}
@media (max-width: 1024px) {
  .recent-posts .title h2 {
    padding-bottom: 40px;
  }
}
.recent-posts .post-item {
  border-radius: 50px;
  background-color: #e5fbff;
  margin-bottom: 70px;
  padding: 20px 30px;
}
@media (max-width: 1110px) {
  .recent-posts .post-item {
    margin-bottom: 40px;
  }
}
.recent-posts .post-item .post-thumbnail {
  display: block;
  margin-bottom: 25px;
  text-align: center;
}
.recent-posts .post-item .post-thumbnail img {
  border-radius: 50px;
}
.recent-posts .post-item time {
  display: block;
  text-align: center;
  color: #40464d;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.recent-posts .post-item h2 {
  text-align: center;
  line-height: 1.2;
  font-family: "Mazzard M";
  font-size: 32px;
  font-weight: 500;
  padding: 0 30px;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .recent-posts .post-item h2 {
    font-size: 27px;
    padding: 0 15px;
    padding-bottom: 20px;
  }
}
.recent-posts .post-item h2 a {
  color: #40464d;
}
.recent-posts .post-item .post-text {
  color: #10252e;
  font-family: Avenir;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 25px;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .recent-posts .post-item .post-text {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.recent-posts .post-item img {
  width: 530px;
  height: 390px;
  object-fit: cover;
  -o-object-fit: cover;
}
@media (max-width: 576px) {
  .recent-posts .post-item img {
    height: 300px;
  }
}
.recent-posts .post-item .link-center {
  text-align: center;
}
.recent-posts .post-item .link-center a {
  height: 12px;
  color: #40bfb4;
  font-family: "Proxima Nova";
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.home .header.header-sticky {
  position: sticky;
}
.home .top-banner {
  padding: 279px 0 210px;
}
@media (max-width: 1024px) {
  .home .top-banner {
    padding: 200px 0 160px;
  }
}
@media (max-width: 768px) {
  .home .top-banner {
    padding: 190px 0 110px;
  }
}
@media (max-width: 600px) {
  .home .top-banner {
    padding: 180px 0 80px;
  }
}
.home .top-banner .wrapper {
  max-width: 642px;
}
.home .top-banner .wrapper .wrapper-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: Center;
  -ms-flex-align: Center;
  -webkit-align-items: Center;
  -moz-align-items: Center;
  align-items: Center;
}
@media (max-width: 600px) {
  .home .top-banner .wrapper .wrapper-link .btn-default {
    padding: 15px 40px;
  }
}
.home .top-banner .wrapper .wrapper-link a {
  margin-right: 20px;
  min-width: 200px;
  text-align: center;
}
@media (max-width: 600px) {
  .home .top-banner .wrapper .wrapper-link a {
    min-width: auto;
  }
}
.does_this {
  padding: 130px 0;
}
.does_this .row {
  width: 1310px;
}
.does_this .title {
  margin-bottom: 60px;
}
.does_this .title h2 {
  text-align: center;
}
.does_this .wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
  margin-bottom: 100px;
}
.does_this .wrapper > * {
  width: 31.8333333333%;
  margin: 0 0.75% 1em;
}
@media (max-width: 1024px) {
  .does_this .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .does_this .wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .does_this .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .does_this .wrapper > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.does_this .wrapper .item {
  -webkit-box-shadow: 0px 48px 79px -16px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 48px 79px -16px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 48px 79px -16px rgba(0, 0, 0, 0.36);
  border-radius: 20px;
  background-color: #fff;
  padding: 50px 45px;
}
@media (max-width: 768px) {
  .does_this .wrapper .item {
    padding: 30px 20px;
  }
}
.does_this .wrapper .item .icon {
  text-align: center;
  margin-bottom: 40px;
}
.does_this .wrapper .item .text h4 {
  text-align: center;
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .does_this .sub-title {
    margin-top: 30px;
  }
}
.does_this .sub-title h3 {
  padding-bottom: 0;
  color: #ff4c30;
  font-weight: 700;
  text-align: center;
}
.home .our-story .wrapper .right-content .wys h2 strong {
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.home .our-story .wrapper .right-content .wys h2 strong img {
  margin-bottom: 0;
}
.home .our-story {
  padding-top: 0;
}
.home .our-story .wrapper .right-content .wys {
  max-width: 629px;
  margin-bottom: 20px;
  padding-top: 20px;
}
.home .our-story .wrapper-block .item {
  padding: 40px 60px;
  max-width: 750px;
  box-shadow: 0 45px 85px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: #edfaf5;
  margin-bottom: 40px;
}
@media (max-width: 1530px) {
  .home .our-story .wrapper-block .item {
    padding: 30px 45px;
    margin-right: 10px;
  }
}
@media (max-width: 1280px) {
  .home .our-story .wrapper-block .item {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.home .our-story .wrapper-block .item p {
  color: #000;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  padding-bottom: 0;
}
.home .our-story .wrapper-block .item p strong {
  font-weight: 700;
}
.home .our-story .wrapper-block .item.number-2 {
  margin-left: 100px;
  background-color: #fffafb;
}
@media (max-width: 1630px) {
  .home .our-story .wrapper-block .item.number-2 {
    margin-left: 50px;
  }
}
@media (max-width: 1570px) {
  .home .our-story .wrapper-block .item.number-2 {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .home .our-story .wrapper-block .item.number-2 {
    margin: 0 auto;
  }
}
.dyna-wheel .link-icons .btn-default {
  background-color: #f47d6a;
}
.dyna-wheel .link-icons .btn-default:hover {
  border: 1px solid #f47d6a;
  color: #f47d6a;
  background-color: #fff;
}
.common-table {
  padding: 70px 0;
  background-color: #edfaf9;
}
.common-table .row {
  width: 1300px;
}
.common-table .row .title h2 {
  color: #10252e;
  font-family: "Mazzard M";
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.common-table .wrapper {
  box-shadow: 0 45px 85px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 40px;
  padding-left: 50px;
  margin-bottom: -250px;
  position: relative;
}
@media (max-width: 768px) {
  .common-table .wrapper {
    padding: 30px 10px;
  }
}
.common-table .wrapper:before {
  content: "";
  height: 180px;
  position: absolute;
  background-color: #e8f6fc;
  left: 0;
  right: 0;
  top: 154px;
}
@media (max-width: 1400px) {
  .common-table .wrapper:before {
    background: transparent;
  }
}
.common-table .wrapper:after {
  content: "";
  height: 213px;
  position: absolute;
  background-color: #ffded9;
  left: 0;
  right: 0;
  top: 322px;
}
@media (max-width: 1400px) {
  .common-table .wrapper:after {
    background: transparent;
  }
}
.common-table .wrapper .wrapper-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .common-table .wrapper .wrapper-link .btn-default {
    padding: 15px 35px;
  }
}
.common-table .wrapper .wrapper-link a {
  margin-right: 20px;
  min-width: 200px;
  text-align: center;
}
@media (max-width: 768px) {
  .common-table .wrapper .wrapper-link a {
    min-width: auto;
    margin-right: 10px;
  }
}
.common-table .wrapper .elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.common-table .wrapper .elements .sub-title {
  transform: rotate(-90deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  width: 10px;
  margin-right: 50px;
}
@media (max-width: 1400px) {
  .common-table .wrapper .elements .sub-title {
    display: none;
  }
}
.common-table .wrapper .elements .sub-title h3 {
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.65px;
}
.common-table .wrapper .elements .sub-title h3:first-child {
  margin-left: 114px;
  margin-right: 21px;
}
.common-table .wrapper .elements .wrapper-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .common-table .wrapper .elements .wrapper-item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.common-table .wrapper .elements .wrapper-item .item {
  -webkit-flex-basis: 19%;
  -moz-flex-basis: 19%;
  -ms-flex-basis: 19%;
  flex-basis: 19%;
  width: 19%;
}
@media (max-width: 1400px) {
  .common-table .wrapper .elements .wrapper-item .item {
    -webkit-flex-basis: 31%;
    -moz-flex-basis: 31%;
    -ms-flex-basis: 31%;
    flex-basis: 31%;
    width: 31%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .common-table .wrapper .elements .wrapper-item .item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
    width: 48%;
  }
}
@media (max-width: 768px) {
  .common-table .wrapper .elements .wrapper-item .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.common-table .wrapper .elements .wrapper-item .item .top-block {
  border-radius: 22px 22px 0 0;
  padding: 18px 20px;
  min-height: 123px;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.common-table .wrapper .elements .wrapper-item .item .top-block .icon {
  text-align: center;
  margin-bottom: 9px;
  min-height: 54px;
}
.common-table .wrapper .elements .wrapper-item .item .top-block h3 {
  text-align: center;
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 0;
}
.common-table .wrapper .elements .wrapper-item .item .line {
  background-color: #fff;
  padding: 28px 14px;
  border: 1px solid #e1e1e1;
  border-bottom: none;
}
.common-table .wrapper .elements .wrapper-item .item .line.line-1 {
  min-height: 169px;
}
@media (max-width: 1024px) {
  .common-table .wrapper .elements .wrapper-item .item .line.line-1 {
    min-height: auto;
  }
}
.common-table .wrapper .elements .wrapper-item .item .line.line-2 {
  min-height: 257px;
}
@media (max-width: 1024px) {
  .common-table .wrapper .elements .wrapper-item .item .line.line-2 {
    min-height: auto;
  }
}
.common-table .wrapper .elements .wrapper-item .item .line:last-child {
  border-radius: 0 0 22px 22px;
  border: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.common-table .wrapper .elements .wrapper-item .item .line p {
  color: #0d0d0d;
  font-family: "Proxima Nova";
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 0;
}
.common-table .wrapper .elements .wrapper-item .item.item-number-1 .top-block {
  background-color: #40bfb4;
}
.common-table .wrapper .elements .wrapper-item .item.item-number-2 .top-block {
  background-color: #f26c57;
}
.common-table .wrapper .elements .wrapper-item .item.item-number-3 .top-block {
  background-color: #15a7e0;
}
.common-table .wrapper .elements .wrapper-item .item.item-number-4 .top-block {
  background-color: #40bfb4;
}
.common-table .wrapper .elements .wrapper-item .item.item-number-5 .top-block {
  background-color: #f26c57;
}
.row1300 {
  margin: 0 auto;
  width: 1300px;
  max-width: 94%;
  position: relative;
}
.video-games {
  margin-top: 250px;
}
.video-games h2 {
  max-width: 700px;
  margin: 0 auto 50px;
  text-align: center;
}
.video-games .items {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .video-games .items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.video-games .item {
  width: 310px;
  min-height: 200px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0 5px 30px;
  padding: 15px 20px;
}
@media (max-width: 768px) {
  .video-games .item {
    margin: 0 0 50px;
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 480px) {
  .video-games .item {
    margin: 0 0 30px;
  }
}
.video-games .item .games-icons {
  margin-bottom: 30px;
  min-height: 109px;
}
.video-games .games-text {
  color: #505b68;
  font-weight: 700;
}
.video-games .games-text td {
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 1%;
}
.dyna-text-block {
  padding-bottom: 80px;
  position: relative;
}
.dyna-text-block .row1990 {
  width: 1600px;
}
@media (max-width: 1640px) {
  .dyna-text-block .row1990 {
    max-width: 94%;
  }
}
.dyna-text-block .wrapper {
  margin: 0 0 0 auto;
}
.dyna-text-block .flex {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
@media (max-width: 768px) {
  .dyna-text-block .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.dyna-text-block .right-image {
  margin-left: 160px;
  -webkit-flex-basis: 37%;
  -moz-flex-basis: 37%;
  -ms-flex-basis: 37%;
  flex-basis: 37%;
  width: 37%;
}
@media (max-width: 1640px) {
  .dyna-text-block .right-image {
    margin-left: 0px;
  }
}
.dyna-text-block .right-image figure {
  width: 340px;
  text-align: center;
}
@media (max-width: 768px) {
  .dyna-text-block .right-image figure {
    width: auto;
  }
}
.dyna-text-block .right-image figure img {
  width: 100%;
}
.dyna-text-block .dyna-text {
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-basis: 80%;
  flex-basis: 80%;
  width: 80%;
}
.dyna-text-block .dyna-text h2 {
  margin-bottom: 25px;
  line-height: 1;
}
@media (max-width: 768px) {
  .dyna-text-block .dyna-text h2 {
    margin-bottom: 0;
  }
}
.dyna-text-block .dyna-text tr {
  display: flex;
  justify-content: space-between;
}
.dyna-text-block .dyna-text p, .dyna-text-block .dyna-text td {
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  vertical-align: baseline;
  width: 48% !important;
}
.dyna-text-block .dyna-text p p, .dyna-text-block .dyna-text td p {
  display: inline;
}
.dyna-text-block .dyna-text p ul, .dyna-text-block .dyna-text td ul {
  display: inline;
}
.dyna-text-block .dyna-text p ul li, .dyna-text-block .dyna-text td ul li {
  padding-left: 10px;
  position: relative;
}
.dyna-text-block .dyna-text p ul li:before, .dyna-text-block .dyna-text td ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  top: 16px;
}
.blog-block {
  text-align: center;
  position: relative;
  padding: 90px 0 65px;
}
.blog-block:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(242, 108, 87, .8);
  z-index: 1;
}
.blog-block .to-blog {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.blog-block .to-blog .reverse-btn {
  color: #40bfb4;
  background: #fff;
}
.blog-block .to-blog .reverse-btn:hover {
  color: #fff;
  background: #40bfb4;
}
.blog-block .to-blog h2 {
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
}
.slider-home {
  margin: 70px 0 100px;
  min-height: 500px;
  color: #fff;
}
.slider-home .slider-box {
  max-width: 760px;
  border-radius: 3em;
  padding: 70px 60px 40px 90px;
  position: relative;
  top: -70px;
  left: -140px;
}
@media (max-width: 1640px) {
  .slider-home .slider-box {
    left: 0;
  }
}
@media (max-width: 768px) {
  .slider-home .slider-box {
    padding: 60px 40px 40px;
  }
}
@media (max-width: 480px) {
  .slider-home .slider-box {
    padding: 50px 20px 40px;
  }
}
.slider-home .saying-name {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
}
.slider-home .saying-text {
  max-width: 470px;
  margin-bottom: 30px;
}
.slider-home .saying-text p {
  line-height: 1.65;
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
.slider-home .swiper-pagination-bullets {
  width: auto;
  bottom: 15px;
}
.slider-home .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1;
}
.slider-home .swiper-pagination-bullet-active {
  background: #15a7e0;
}
.slider-home .swiper-button {
  color: #fff;
  background: #15a7e0;
  width: 55px;
  height: 55px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.slider-home .swiper-button:hover {
  background: #3bbbed;
  cursor: pointer;
}
.slider-home .swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.slider-home .swiper-buttons {
  max-width: 120px;
  margin-left: auto;
}
.slider-home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px 0 0;
}
.slider-home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .slider-home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px 0 0;
  }
}
.woo-single .top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .woo-single .top-section {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 40px 0 50px;
  }
}
.woo-single .top-section > div > div {
  max-width: 100% !important;
  width: 100%;
  float: none;
}
.woo-single .top-section .left-content {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
  position: relative;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .woo-single .top-section .left-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.woo-single .top-section .left-content .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider img {
  width: 100% !important;
  height: auto !important;
}
.woo-single .top-section .left-content #product_360 {
  position: relative;
}
.woo-single .top-section .left-content #product_360:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  background-image: url("../img/360-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.woo-single .top-section .left-content .btn-360 {
  display: inline-block;
  position: absolute;
  left: 22px;
  bottom: 58px;
}
.woo-single .top-section .left-content .rtwpvg-product-type-variable {
  position: relative;
  padding: 40px;
  background-color: #4c4c4c;
}
.woo-single .top-section .left-content .rtwpvg-single-image-container {
  padding: 10px;
}
.woo-single .top-section .left-content .rtwpvg-single-image-container:focus {
  outline: none !important;
}
.woo-single .top-section .left-content .rtwpvg-thumbnail-wrapper {
  position: absolute;
  right: 50px;
  bottom: 46px;
}
.woo-single .top-section .left-content .rtwpvg-thumbnail-wrapper > div > div {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #4bc3b8;
}
.woo-single .top-section .left-content .rtwpvg-thumbnail-wrapper > div > div img {
  opacity: 0;
}
.woo-single .top-section .right-content {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  width: 40%;
  max-width: 40%;
}
@media (max-width: 1500px) {
  .woo-single .top-section .right-content {
    -webkit-flex-basis: 46%;
    -moz-flex-basis: 46%;
    -ms-flex-basis: 46%;
    flex-basis: 46%;
    width: 46%;
    max-width: 46%;
  }
}
@media (max-width: 1024px) {
  .woo-single .top-section .right-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.woo-single .top-section .right-content h1 {
  padding-bottom: 40px;
}
.woo-single .top-section .right-content .quantity {
  display: none !important;
}
.woo-single .top-section .right-content .color-text {
  color: #10252e;
  font-family: "Mazzard M";
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 5px;
}
.woo-single .top-section .right-content .price {
  padding-bottom: 0;
  line-height: 1;
}
@media (max-width: 1280px) {
  .woo-single .top-section .right-content .price {
    margin-top: 15px;
  }
}
.woo-single .top-section .right-content .price > span {
  color: #f26c57;
  font-family: Avenir;
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 1700px) {
  .woo-single .top-section .right-content .price > span {
    font-size: 40px;
  }
}
.woo-single .top-section .right-content .variations {
  margin-bottom: 35px;
}
@media (max-width: 1280px) {
  .woo-single .top-section .right-content .variations {
    margin-bottom: 15px;
  }
}
.woo-single .top-section .right-content .variations .reset_variations {
  display: none;
}
.woo-single .top-section .right-content .variations li {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.woo-single .top-section .right-content .variations li.color-variable-item-blue.selected {
  box-shadow: 0 0 0 2px rgba(75, 195, 184, 1);
}
.woo-single .top-section .right-content .variations li.color-variable-item-green.selected {
  box-shadow: 0 0 0 2px #4bc3b8;
}
.woo-single .top-section .right-content .variations li.color-variable-item-red.selected {
  box-shadow: 0 0 0 2px #ed8474;
}
.woo-single .top-section .right-content .variations li span {
  border-radius: 50%;
  width: 84% !important;
  height: 84% !important;
}
.woo-single .top-section .right-content .variations .label label {
  display: none;
}
.woo-single .top-section .right-content .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1700px) {
  .woo-single .top-section .right-content .woocommerce-variation-add-to-cart {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .woo-single .top-section .right-content .woocommerce-variation-add-to-cart {
    text-align: center;
  }
}
.woo-single .top-section .right-content .woocommerce-variation-add-to-cart button.btn-default {
  padding: 14px 39px;
  margin-right: 20px;
  margin-left: 20px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .woo-single .top-section .right-content .woocommerce-variation-add-to-cart button.btn-default {
    margin: 15px 15px 0px 0;
  }
}
@media (max-width: 480px) {
  .woo-single .top-section .right-content .woocommerce-variation-add-to-cart button.btn-default {
    margin-bottom: 10px;
  }
}
.woo-single .top-section .right-content .woocommerce-variation-add-to-cart a.btn-default {
  padding: 14px 39px;
  background-color: #f26c57;
}
.woo-single .top-section .right-content .woocommerce-variation-add-to-cart a.btn-default:hover {
  border: 1px solid #f26c57;
  color: #f26c57;
  background: transparent;
}
.woo-single .top-section .right-content .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.woo-single .top-section .right-content .woocommerce-product-details__short-description h3 {
  color: #10252e;
  font-family: "Mazzard M";
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 5px;
}
.woo-single .top-section .right-content .woocommerce-product-details__short-description p {
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table td {
  border: none;
}
.woocommerce-cart h1 {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .woocommerce-cart h1 {
    padding-bottom: 30px;
  }
}
.woocommerce-cart .cart-text-cus {
  margin-bottom: 50px;
}
.woocommerce-cart .wrap {
  width: 1300px;
}
.woocommerce-cart .wrapper-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .woocommerce-cart .wrapper-cart {
    display: block;
  }
}
.woocommerce-cart .wrapper-cart > form {
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-basis: 75%;
  flex-basis: 75%;
  width: 75%;
}
@media (max-width: 1024px) {
  .woocommerce-cart .wrapper-cart > form {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.woocommerce-cart .wrapper-cart > form table {
  border: none;
  border-collapse: collapse !important;
}
.woocommerce-cart .wrapper-cart > form tr th {
  color: #10252e;
  font-family: "Mazzard M";
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 20px;
}
.woocommerce-cart .wrapper-cart > form .actions {
  padding-top: 30px;
}
.woocommerce-cart .wrapper-cart > form .actions .coupon input {
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 15px;
  font-weight: 300;
  padding-left: 20px !important;
  padding-right: 50px !important;
  width: 250px;
  height: 53px;
  border-radius: 27px;
}
.woocommerce-cart .wrapper-cart > form .actions .coupon input::placeholder {
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 15px;
  font-weight: 300;
}
.woocommerce-cart .wrapper-cart > form .actions .coupon button {
  color: #40bfb4 !important;
  border: 3px solid #40bfb4;
  padding: 16px 20px !important;
  margin-left: -50px;
}
.woocommerce-cart .wrapper-cart > form .actions button {
  color: #15a7e0 !important;
  font-family: "Proxima Nova";
  font-size: 15px;
  font-weight: 700;
  border-radius: 27px;
  border: 3px solid #15a7e0;
  background-color: #fff;
  padding: 16px 40px !important;
  opacity: 1 !important;
}
.woocommerce-cart .wrapper-cart > form .woocommerce-cart-form__cart-item {
  border-radius: 10px;
  box-shadow: 0px 0px 1px 1px #e1e1e1;
}
.woocommerce-cart .wrapper-cart > form .woocommerce-cart-form__cart-item td {
  border: none;
  padding: 15px 11px;
}
.woocommerce-cart .wrapper-cart > div {
  -webkit-flex-basis: 22%;
  -moz-flex-basis: 22%;
  -ms-flex-basis: 22%;
  flex-basis: 22%;
  width: 22%;
}
@media (max-width: 1024px) {
  .woocommerce-cart .wrapper-cart > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.woocommerce-cart .wrapper-cart > div .checkout-button {
  border-radius: 27px;
  background-color: #40bfb4;
  padding: 18px 40px;
  display: inline-block;
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.woocommerce-cart .wrapper-cart > div .checkout-button:hover {
  text-decoration: none;
  border: 1px solid #40bfb4;
  color: #40bfb4;
  background-color: #fff;
}
.woocommerce-cart .wrapper-cart > div table * {
  border: none;
}
.woocommerce-cart .wrapper-cart > div .th {
  color: #10252e;
  font-family: "Mazzard M";
  font-size: 21px;
  font-weight: 700;
  border: none !important;
}
.woocommerce-cart .wrapper-cart > div td {
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 600;
  border: none !important;
}
.woocommerce-cart .wrapper-cart > div .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce-cart .wrapper-cart > div .cart_totals h2 {
  color: #15a7e0;
  font-family: Avenir;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 60px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border: none !important;
}
*:focus {
  outline: none;
}
.woocommerce .place-order button {
  border-radius: 27px;
  background-color: #40bfb4 !important;
  padding: 18px 40px;
  display: inline-block;
  color: #fff !important;
  font-family: "Proxima Nova";
  font-size: 15px !important;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.woocommerce .place-order button:hover {
  text-decoration: none;
  border: 1px solid #40bfb4 !important;
  color: #40bfb4 !important;
  background-color: #fff !important;
}
.woocommerce-error li {
  padding-left: 20px !important;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 0;
}
#hidden-content-360 .Magic360-container {
  margin-bottom: -4px;
}
#hidden-content-360 .Magic360-container button.m360-icon {
  display: none !important;
}
#button {
  display: inline-block;
  background-color: #40bfb4;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
  text-decoration: none;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.default-page h2 {
  font-family: Avenir;
  font-size: 48px;
  line-height: 1.3;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .default-page h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .default-page h2 {
    font-size: 38px;
  }
}
.default-page h1 {
  font-family: "Mazzard M";
  font-size: 55px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1024px) {
  .default-page h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .default-page h1 {
    font-size: 35px;
  }
}
.default-page ul {
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .default-page ul {
    margin-left: 0;
  }
}
.default-page ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.default-page ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  top: 6px;
}
.default-page ul li:last-child {
  margin-bottom: 0;
}
.tpl-provides .our-story .left-content {
  margin-right: 50px;
}
.tpl-provides .our-story .left-content img {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.tpl-provides .top-banner .wys {
  padding: 40px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .65);
}
@media (max-width: 512px) {
  .tpl-provides .top-banner .wys {
    padding: 30px;
  }
}
.tpl-treatment-areas .images {
  padding: 120px 0 45px;
}
@media (max-width: 1024px) {
  .tpl-treatment-areas .images {
    padding: 60px 0 0;
  }
}
.tpl-treatment-areas .images .row {
  width: 1745px;
}
.tpl-treatment-areas .images .title h2 {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 80px;
}
.tpl-treatment-areas .images .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.tpl-treatment-areas .images .wrapper .item {
  margin-bottom: 75px;
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-basis: 31%;
  flex-basis: 31%;
  width: 31%;
  min-height: 530px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  border-radius: 60px;
}
@media (max-width: 1279px) {
  .tpl-treatment-areas .images .wrapper .item {
    min-height: 400px;
  }
}
@media (max-width: 1024px) {
  .tpl-treatment-areas .images .wrapper .item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
    width: 48%;
    margin-bottom: 60px;
    min-height: 350px;
  }
}
@media (max-width: 768px) {
  .tpl-treatment-areas .images .wrapper .item {
    min-height: 300px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.tpl-treatment-areas .images .wrapper .item:before {
  content: "";
  position: absolute;
  background-color: rgba(28, 28, 28, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 60px;
}
.tpl-treatment-areas .images .wrapper .item h3 {
  text-align: center;
  color: #fff;
  font-family: "Mazzard M";
  font-size: 35px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  padding-bottom: 0;
  position: relative;
  z-index: 3;
}
.tpl-treatment-areas .images .wrapper .item:nth-child(7) {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
}
@media (max-width: 768px) {
  .tpl-treatment-areas .images .wrapper .item:nth-child(7) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.tpl-treatment-areas .images .wrapper .item:nth-child(8) {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
}
@media (max-width: 768px) {
  .tpl-treatment-areas .images .wrapper .item:nth-child(8) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.tpl-treatment-areas .gamification {
  padding: 190px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1024px) {
  .tpl-treatment-areas .gamification {
    padding: 60px 0;
  }
}
.tpl-treatment-areas .gamification .row {
  width: 1280px;
}
.tpl-treatment-areas .gamification .row h2 {
  color: #fff;
  font-family: "Mazzard M";
  font-size: 72px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .tpl-treatment-areas .gamification .row h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .tpl-treatment-areas .gamification .row h2 {
    font-size: 35px;
  }
}
.tpl-treatment-areas .body-custom {
  padding: 150px 0;
}
@media (max-width: 1024px) {
  .tpl-treatment-areas .body-custom {
    padding: 60px 0;
  }
}
.tpl-treatment-areas .body-custom .title h2 {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 80px;
}
.tpl-treatment-areas .body-custom .row {
  width: 1090px;
}
.tpl-treatment-areas .body-custom .wrapper .body-image {
  max-width: 320px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .tpl-treatment-areas .body-custom .wrapper .body-image {
    margin: 0 auto;
    text-align: center;
  }
}
.tpl-treatment-areas .body-custom .wrapper .body-image .points .item .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 560px;
  left: -670px;
  box-shadow: 0 15px 77px 14px rgba(0, 161, 245, 0.45);
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 15px;
}
@media (max-width: 1122px) {
  .tpl-treatment-areas .body-custom .wrapper .body-image .points .item .text {
    left: -570px;
  }
}
@media (max-width: 1024px) {
  .tpl-treatment-areas .body-custom .wrapper .body-image .points .item .text {
    position: static;
    transform: none;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.tpl-treatment-areas .body-custom .wrapper .body-image .points .item .text p {
  color: #666;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.tpl-treatment-areas .body-custom .wrapper .body-image .points .item .text ul {
  column-count: 3;
}
@media (max-width: 1024px) {
  .tpl-treatment-areas .body-custom .wrapper .body-image .points .item .text ul {
    column-count: 2;
  }
}
@media (max-width: 576px) {
  .tpl-treatment-areas .body-custom .wrapper .body-image .points .item .text ul {
    column-count: 1;
  }
}
.tpl-treatment-areas .body-custom .wrapper .body-image .points .item .text ul li {
  color: #666;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 13px;
  position: relative;
  padding-left: 15px;
  column-gap: 10px;
}
.tpl-treatment-areas .body-custom .wrapper .body-image .points .item .text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #15a7e0;
  position: absolute;
  left: 0;
  top: 8px;
}
.tpl-treatment-areas .body-custom .wrapper .body-image .points .item .text h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 10px;
}
.tpl-treatment-areas .body-custom .wrapper .body-image .points .item .text h3 img {
  margin-right: 15px;
}
.tpl-treatment-areas .body-custom .wrapper .body-image .points .item .point {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tpl-treatment-areas .body-custom .wrapper .body-image .points .item .point:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 9px;
  height: 9px;
  background-color: #f26c57;
  border-radius: 50%;
}
.tpl-treatment-areas .body-custom .wrapper .body-image .points .item .point:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 21px;
  height: 21px;
  background-color: #fff;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 2;
}
.tpl-treatment-areas .body-custom .wrapper .body-image .points .item.active .point {
  box-shadow: 0 7px 20px rgba(21, 167, 224, 0.82);
  background: rgba(255, 255, 255, .6);
}
.tpl-treatment-areas .body-custom .wrapper .body-image .points .item.active .point:before {
  background-color: #40bfb4;
}
.treatment-block .right-block .top-text p, .treatment-block .right-block .top-text td {
  line-height: 1.2 !important;
  padding-bottom: 20px;
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 400;
}
.benefits-providers h3 {
  color: #fff !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #fff;
  color: #222;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 37px;
  padding: 0 5px 0 10px;
  line-height: 38px !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 1px;
}
.woocommerce-checkout .wysiwyg .woocommerce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.woocommerce-checkout .wysiwyg .woocommerce-form-coupon-toggle {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -moz-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.recent-posts .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.recent-posts .wrapper .post-item {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-basis: 32%;
  flex-basis: 32%;
  width: 32%;
}
.recent-posts .wrapper .post-item img {
  height: 273px;
}
#product_360 {
  max-height: 100% !important;
}
.benefits-block .benefits-icons {
  min-height: 70px;
}
.benefits-providers .item img {
  max-width: 49px;
}
.tpl-patients .our-story .wrapper .left-content {
  margin-right: 70px;
}
@media (max-width: 1280px) {
  .tpl-patients .our-story .wrapper .left-content {
    margin-right: 0;
  }
}
.wysiwyg ol li {
  font-family: "Proxima Nova";
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs div {
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  color: #222;
  background: none;
}
.tabs div.active {
  color: #222;
  background: #ededed;
}
.tabs .iconts-text {
  flex: 1;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: inherit;
}
.dyna-wheel .left-app .items .item.active {
  background: #fff;
  box-shadow: 0px 2px 35px 3px rgba(0, 140, 195, 0.24);
}
.dyna-wheel .left-app .items .item.active .app-icons {
  box-shadow: none;
  background: transparent;
}
@media (max-width: 1024px) {
  .dyna-wheel .left-app .items .item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
    width: 48%;
  }
}
@media (max-width: 768px) {
  .dyna-wheel .left-app .items .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.woocommerce-checkout .default-page ul li:before {
  display: none !important;
}
.dyna-wheel {
  background: #edfaf9;
  overflow: hidden;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .dyna-wheel {
    padding: 50px 0;
  }
}
.dyna-wheel .tabs-block > .flex {
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .dyna-wheel .tabs-block > .flex {
    display: block;
  }
}
.dyna-wheel .tabs-block .tab-content {
  margin-left: -36%;
  width: 136%;
}
@media (max-width: 1360px) {
  .dyna-wheel .tabs-block .tab-content {
    margin-left: 0;
  }
}
.dyna-wheel .tabs-block .tab-content video {
  width: 100%;
}
@media (max-width: 1360px) {
  .dyna-wheel .tabs-block .tab-content video {
    width: 100%;
  }
}
.dyna-wheel .wys {
  text-align: center;
  margin-bottom: 40px;
}
.dyna-wheel .left-app {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
  position: relative;
}
@media (max-width: 1240px) {
  .dyna-wheel .left-app {
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-basis: 55%;
    flex-basis: 55%;
  }
}
@media (max-width: 1024px) {
  .dyna-wheel .left-app {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
.dyna-wheel .left-app .items .flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.dyna-wheel .left-app .items .item {
  margin-bottom: 20px;
}
.dyna-wheel .left-app .items .app-icons {
  background: #fff;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
  box-shadow: 0px 8px 30px 3px rgba(82, 82, 82, 0.14);
}
@media (max-width: 480px) {
  .dyna-wheel .left-app .items .app-icons {
    height: 55px;
    width: 100%;
    max-width: 55px;
    margin-right: 20px;
  }
}
.dyna-wheel .left-app .items .app-icons img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dyna-wheel .left-app .items .iconts-text h6 {
  font-size: 21px;
  line-height: 1;
  padding-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .dyna-wheel .left-app .items .iconts-text h6 {
    font-size: 18px;
  }
}
.dyna-wheel .left-app .items .iconts-text p {
  padding-bottom: 0px;
  line-height: 1;
}
@media (max-width: 480px) {
  .dyna-wheel .left-app .items .iconts-text p {
    font-size: 16px;
  }
}
.dyna-wheel .link-icons {
  margin-top: 40px;
  text-align: center;
}
.dyna-wheel .link-icons .btn-default {
  padding: 18px 50px;
}
.dyna-wheel .right-image {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
}
@media (max-width: 1240px) {
  .dyna-wheel .right-image {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 1024px) {
  .dyna-wheel .right-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.row1080 {
  margin: 0 auto;
  width: 1080px;
  max-width: 94%;
  position: relative;
}
.row960 {
  margin: 0 auto;
  width: 960px;
  max-width: 94%;
  position: relative;
}
.row1600 {
  margin: 0 auto;
  width: 1600px;
  max-width: 94%;
  position: relative;
}
.row1990 {
  margin: 0 auto;
  width: 1990px;
  max-width: 100%;
  position: relative;
}
.row1990 {
  margin: 0 auto;
  width: 1990px;
  max-width: 100%;
  position: relative;
}
.p-b {
  padding: 80px 0 130px;
}
@media (max-width: 1600px) {
  .p-b {
    padding: 60px 0 100px;
  }
}
@media (max-width: 1024px) {
  .p-b {
    padding: 50px 0 80px;
  }
}
@media (max-width: 768px) {
  .p-b {
    padding: 40px 0 60px;
  }
}
@media (max-width: 480px) {
  .p-b {
    padding: 20px 0 30px;
  }
}
.ashana-app .left-block {
  background: #fffafa;
  border-radius: 0px 20% 20% 0px;
  margin-right: 90px;
  position: relative;
  padding: 30px 0 10px;
}
@media (max-width: 1600px) {
  .ashana-app .left-block {
    margin: 0 0 30px 0;
  }
}
.ashana-app .left-block figure {
  margin-right: -20px;
}
@media (max-width: 1600px) {
  .ashana-app .left-block figure {
    margin-right: 0;
  }
}
.ashana-app .items {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .ashana-app .items {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .ashana-app .items {
    margin-bottom: 30px;
  }
}
.ashana-app .items .item {
  width: 200px;
  min-height: 210px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 27px 16px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 27px 16px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 27px 16px 0px rgba(0, 0, 0, 0.12);
  margin: 10px 10px 0;
  padding: 35px 25px;
}
@media (max-width: 480px) {
  .ashana-app .items .item {
    margin: 0 0 30px;
    width: 100%;
  }
}
.ashana-app .items .item:first-child {
  box-shadow: none;
  box-shadow: 0px 15px 25px 3px rgba(2, 110, 201, 0.15);
}
.ashana-app .items .item .ashana-icons {
  margin-bottom: 30px;
  min-height: 88px;
}
.ashana-app .ashana-text {
  color: #505b68;
  font-weight: 700;
}
.ashana-app .wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.ashana-app .right-block {
  -webkit-flex-basis: 49.5%;
  -moz-flex-basis: 49.5%;
  -ms-flex-basis: 49.5%;
  flex-basis: 49.5%;
}
.ashana-app .right-block .wrapper-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.ashana-app .right-block .wrapper-link a:first-child {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .ashana-app .right-block {
    margin: 0 20px;
  }
}
.ashana-app .right-block h2 {
  margin: 0 40px 10px;
}
@media (max-width: 1024px) {
  .ashana-app .right-block h2 {
    margin: 0;
  }
}
@media (max-width: 1600px) {
  .ashana-app .right-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.ashana-app .right-block .link-icons {
  text-align: center;
}
.ashana-recovery {
  text-align: center;
}
.ashana-recovery h2 {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .ashana-recovery h2 {
    margin-bottom: 20px;
  }
}
.ashana-recovery .items {
  margin-bottom: 65px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
@media (max-width: 1024px) {
  .ashana-recovery .items {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .ashana-recovery .items {
    margin-bottom: 30px;
  }
}
.ashana-recovery .items .item {
  width: 305px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 27px 16px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 27px 16px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 27px 16px 0px rgba(0, 0, 0, 0.12);
  margin: 10px 10px 0;
  padding: 45px 14px 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .ashana-recovery .items .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ashana-recovery .items .item:hover {
  box-shadow: none;
  box-shadow: 0px 15px 25px 3px rgba(2, 110, 201, 0.15);
}
.ashana-recovery .items .item .ashana-r-icons {
  margin-bottom: 25px;
}
.ashana-recovery .items .item .ashana-r-text p {
  padding-bottom: 10px;
}
.ashana-recovery .items .item .ashana-r-text strong {
  text-transform: uppercase;
}
.tpl-patients .header {
  background: rgba(255, 255, 255, .8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.tpl-patients .top-banner {
  padding: 279px 0 210px;
}
@media (max-width: 1024px) {
  .tpl-patients .top-banner {
    padding: 200px 0 160px;
  }
}
@media (max-width: 768px) {
  .tpl-patients .top-banner {
    padding: 190px 0 110px;
  }
}
@media (max-width: 600px) {
  .tpl-patients .top-banner {
    padding: 180px 0 80px;
  }
}
.video-block .items-buttons {
  margin: 40px 0 60px;
}
@media (max-width: 1024px) {
  .video-block .items-buttons {
    margin: 20px 0;
  }
}
.video-block .items-buttons .item-buttons {
  margin: 10px;
}
@media (max-width: 1024px) {
  .video-block .items-buttons .item-buttons {
    margin: 0 10px 10px;
  }
}
.video-block .items-buttons .item-buttons .btn-default {
  min-width: 260px;
  text-align: center;
}
@media (max-width: 1024px) {
  .video-block .items-buttons .item-buttons .btn-default {
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .video-block .items-buttons .item-buttons .btn-default {
    padding: 15px 45px;
  }
}
.video-block .items-buttons .item-buttons:nth-child(2) .btn-default {
  background-color: #f26c57;
}
.video-block .items-buttons .item-buttons:nth-child(2) .btn-default:hover {
  color: #f26c57;
  background: transparent;
  border-color: #f26c57;
}
.video-block .items-buttons .item-buttons:nth-child(3) .btn-default {
  background-color: #15a7e0;
}
.video-block .items-buttons .item-buttons:nth-child(3) .btn-default:hover {
  color: #15a7e0;
  background: transparent;
  border-color: #15a7e0;
}
.video-block .video-box {
  position: relative;
  display: block;
}
.video-block .video-box:after, .video-block .video-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.video-block .video-box:after {
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 20px solid #16a99f;
  margin-top: -16px;
  margin-left: -6px;
}
@media (max-width: 1024px) {
  .video-block .video-box:after {
    border: 10px solid transparent;
    border-left: 12px solid #16a99f;
    margin-top: -10px;
    margin-left: -4px;
  }
}
.video-block .video-box:before {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #bfdede;
}
@media (max-width: 1024px) {
  .video-block .video-box:before {
    height: 55px;
    width: 55px;
  }
}
.video-block .items-video {
  padding: 120px 0 50px;
  max-width: 1650px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .video-block .items-video {
    padding: 30px 0;
    max-width: none;
  }
}
.video-block .items-video .item {
  margin: 0 10px 15px 0;
}
@media (max-width: 480px) {
  .video-block .items-video .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.video-block .items-video .line-icons {
  margin-right: 14px;
}
.video-block .items-video .line-text {
  font-size: 19px;
  font-weight: 700;
  color: #10252e;
  max-width: 200px;
}
@media (max-width: 1024px) {
  .video-block .items-video .line-text {
    max-width: none;
  }
}
.the-dyna-wheel {
  background: #e8faf9;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .the-dyna-wheel {
    padding: 50px 0;
  }
}
.the-dyna-wheel .header-dyna {
  text-align: center;
  margin-bottom: 40px;
}
.the-dyna-wheel .link-icons {
  text-align: center;
}
.the-dyna-wheel .left-app {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-basis: 30%;
  flex-basis: 30%;
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .the-dyna-wheel .left-app {
    margin-bottom: 40px;
    margin-top: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.the-dyna-wheel .left-app .items {
  margin-bottom: 40px;
}
.the-dyna-wheel .left-app .items .flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
.the-dyna-wheel .left-app .items .item {
  margin-bottom: 20px;
}
.the-dyna-wheel .left-app .items .app-icons {
  background: #fff;
  height: 70px;
  min-width: 70px;
  border-radius: 90%;
  position: relative;
  margin-right: 30px;
  box-shadow: 0px 8px 30px 3px rgba(82, 82, 82, 0.14);
}
@media (max-width: 480px) {
  .the-dyna-wheel .left-app .items .app-icons {
    height: 55px;
    min-width: 55px;
    width: 100%;
    max-width: 55px;
    margin-right: 15px;
  }
}
.the-dyna-wheel .left-app .items .app-icons img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.the-dyna-wheel .left-app .items .iconts-text {
  margin-top: 15px;
}
@media (max-width: 480px) {
  .the-dyna-wheel .left-app .items .iconts-text {
    margin-top: 5px;
  }
}
.the-dyna-wheel .left-app .items .iconts-text p {
  padding-bottom: 0px;
}
@media (max-width: 480px) {
  .the-dyna-wheel .left-app .items .iconts-text p {
    font-size: 16px;
  }
}
.the-dyna-wheel .right-image {
  -webkit-flex-basis: 1218px;
  -moz-flex-basis: 1218px;
  -ms-flex-basis: 1218px;
  flex-basis: 1218px;
  position: relative;
  flex: 1;
}
.the-dyna-wheel .right-image .image-items .image-text {
  position: absolute;
  max-width: 310px;
}
@media (max-width: 1600px) {
  .the-dyna-wheel .right-image .image-items .image-text {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .the-dyna-wheel .right-image .image-items .image-text {
    max-width: none;
    position: static;
  }
}
.the-dyna-wheel .right-image .image-items .image-text p {
  padding-bottom: 0;
}
@media (max-width: 1600px) {
  .the-dyna-wheel .right-image .image-items .image-text p {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .the-dyna-wheel .right-image .image-items .image-text p {
    font-size: 16px;
  }
  .the-dyna-wheel .right-image .image-items .image-text p:before {
    content: "\2022";
    color: #f26c57;
    font-weight: bold;
    display: inline-block;
    font-size: 24px;
    width: 12px;
  }
}
.the-dyna-wheel .right-image .image-items .image-text:first-child {
  left: 1%;
  bottom: 42%;
}
@media (max-width: 1600px) {
  .the-dyna-wheel .right-image .image-items .image-text:first-child {
    left: 5%;
    bottom: 40%;
  }
}
.the-dyna-wheel .right-image .image-items .image-text:nth-child(2) {
  top: 7.4%;
  left: 30.4%;
}
@media (max-width: 1440px) {
  .the-dyna-wheel .right-image .image-items .image-text:nth-child(2) {
    top: 8.4%;
    left: 22.4%;
  }
}
.the-dyna-wheel .right-image .image-items .image-text:nth-child(3) {
  top: 10.6%;
  right: -0.5%;
}
@media (max-width: 1800px) {
  .the-dyna-wheel .right-image .image-items .image-text:nth-child(3) {
    right: -2.7%;
  }
}
@media (max-width: 1700px) {
  .the-dyna-wheel .right-image .image-items .image-text:nth-child(3) {
    right: -4%;
  }
}
@media (max-width: 1600px) {
  .the-dyna-wheel .right-image .image-items .image-text:nth-child(3) {
    right: 4%;
    top: 5.6%;
  }
}
@media (max-width: 1440px) {
  .the-dyna-wheel .right-image .image-items .image-text:nth-child(3) {
    top: 4.5%;
    right: 95px;
  }
}
.the-dyna-wheel .right-image .image-items .image-text:nth-child(4) {
  bottom: 9.4%;
  right: 14%;
  max-width: 240px;
  text-align: center;
}
@media (max-width: 1800px) {
  .the-dyna-wheel .right-image .image-items .image-text:nth-child(4) {
    bottom: 24.4%;
    right: -2%;
  }
}
@media (max-width: 1600px) {
  .the-dyna-wheel .right-image .image-items .image-text:nth-child(4) {
    bottom: 24.4%;
    right: -3%;
    max-width: 200px;
  }
}
@media (max-width: 1500px) {
  .the-dyna-wheel .right-image .image-items .image-text:nth-child(4) {
    right: -1%;
  }
}
@media (max-width: 1440px) {
  .the-dyna-wheel .right-image .image-items .image-text:nth-child(4) {
    right: 12.5%;
    bottom: 18.2%;
  }
}
@media (max-width: 1280px) {
  .the-dyna-wheel .right-image .image-items .image-text:nth-child(4) {
    text-align: left;
    max-width: none;
  }
}
.the-dyna-wheel .right-image .image-items .image-text:nth-child(5) {
  bottom: 9.4%;
  left: 38.5%;
}
@media (max-width: 1440px) {
  .the-dyna-wheel .right-image .image-items .image-text:nth-child(5) {
    bottom: 10.4%;
    left: 31.5%;
  }
}
@media (max-width: 1440px) {
  .the-dyna-wheel .wheel-image {
    max-width: 840px;
    margin: 0 auto;
    padding: 60px 0;
  }
}
@media (max-width: 1280px) {
  .the-dyna-wheel .wheel-image {
    display: none;
  }
}
.benefits-block {
  background: #f5f5f5;
  padding: 130px 0;
}
.benefits-block .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.benefits-block h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .benefits-block h2 {
    margin-bottom: 0;
  }
}
.benefits-block .items {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .benefits-block .items {
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .benefits-block .items {
    margin-bottom: 30px;
  }
}
.benefits-block .items .item {
  width: 310px;
  min-height: 415px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 27px 16px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 27px 16px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 27px 16px 0px rgba(0, 0, 0, 0.12);
  padding: 30px 20px;
}
@media (max-width: 1024px) {
  .benefits-block .items .item {
    margin: 0 20px 30px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .benefits-block .items .item {
    margin: 0 0 30px 0;
    width: 600px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .benefits-block .items .item {
    margin: 0 0 30px;
    width: 100%;
    padding: 30px 20px 15px;
  }
}
.benefits-block .items .item .ashana-icons {
  margin-bottom: 30px;
}
.benefits-block .benefits-icons {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .treatment-block .row1990 {
    max-width: 94%;
  }
}
.treatment-block .left-block {
  border-radius: 0px 20% 20% 0px;
  margin-right: 120px;
  position: relative;
  padding: 30px 0 10px;
}
@media (max-width: 1700px) {
  .treatment-block .left-block {
    margin-right: 80px;
  }
}
@media (max-width: 1600px) {
  .treatment-block .left-block {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1600px) {
  .treatment-block .left-block figure {
    margin-right: 0;
  }
}
.treatment-block .right-block {
  padding-top: 120px;
}
@media (max-width: 1600px) {
  .treatment-block .right-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
    padding-top: 0px;
  }
}
.treatment-block .right-block .top-text {
  margin-bottom: 30px;
  max-width: 860px;
}
@media (max-width: 1600px) {
  .treatment-block .right-block .top-text {
    margin: 0 auto 30px;
  }
}
.treatment-block .right-block .top-text p {
  line-height: 1.7;
}
.treatment-block .right-block h2 {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .treatment-block .right-block h2 {
    margin: 0;
  }
}
.treatment-block .wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.treatment-block .items {
  margin-bottom: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .treatment-block .items {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .treatment-block .items {
    margin-bottom: 30px;
  }
}
.treatment-block .items .treatment-icons {
  margin-bottom: 15px;
  text-align: center;
  min-height: 97px;
}
.treatment-block .items .item {
  max-width: 420px;
  max-height: 350px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 27px 16px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 27px 16px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 27px 16px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
  padding: 15px 40px 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .treatment-block .items .item {
    margin: 0 10px 30px;
  }
}
@media (max-width: 600px) {
  .treatment-block .items .item {
    margin: 0 0 30px;
    padding: 15px 15px 30px;
  }
}
.treatment-block .items .item:first-child {
  box-shadow: none;
  box-shadow: 0px 15px 25px 3px rgba(242, 108, 87, 0.20);
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .treatment-block .items .item:first-child {
    margin: 0 10px 30px;
  }
}
@media (max-width: 600px) {
  .treatment-block .items .item:first-child {
    margin: 0 0 30px;
  }
}
.treatment-block .items .item:first-child .see-all {
  color: #f26c57;
}
.treatment-block .items .item:nth-child(even) ul li:before {
  color: #62cbc2;
}
.treatment-block .treatment-text h5 {
  font-size: 25px;
  font-weight: 700;
}
.treatment-block .treatment-text ul {
  column-count: 2;
  font-size: 17px;
  color: #505b68;
  text-align: left;
}
@media (max-width: 600px) {
  .treatment-block .treatment-text ul {
    column-count: 1;
  }
}
.treatment-block .treatment-text ul li {
  margin-bottom: 15px;
}
.treatment-block .treatment-text ul li:before {
  content: "\2022";
  color: #f26c57;
  font-weight: bold;
  display: inline-block;
  width: 12px;
}
.treatment-block .see-all {
  color: #40bfb4;
  font-size: 15px;
  position: absolute;
  z-index: 5;
  width: 100%;
  padding: 90px 0 40px;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.98) 49%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.98) 49%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.98) 49%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.98) 49%, rgba(255, 255, 255, 1) 100%);
  font-family: 'Proxima Nova';
}
.treatment-block .see-all span {
  margin-top: auto;
  font-weight: 700;
  cursor: pointer;
  margin-right: 3px;
}
.social-media {
  background: #e5fbff;
  text-align: center;
  padding: 60px 0 70px;
}
@media (max-width: 1024px) {
  .social-media {
    padding: 30px 0 10px;
  }
}
.social-media .row1920 {
  margin: 0 auto;
  width: 1920px;
  max-width: 100%;
  position: relative;
}
.social-media .gallery-block .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0%;
  width: 100%;
}
.social-media .gallery-block .items > * {
  width: 12.5%;
  margin: 0 0% 0em;
}
@media (max-width: 1024px) {
  .social-media .gallery-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .social-media .gallery-block .items > * {
    width: 25%;
    margin: 0 0% 0em;
  }
}
@media (max-width: 600px) {
  .social-media .gallery-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .social-media .gallery-block .items > * {
    width: 50%;
    margin: 0 0% 0em;
  }
}
.social-media .gallery-block .items p {
  padding-bottom: 0;
}
.social-media .gallery-block .items li {
  border: 1px solid #e5fbff;
}
.social-media .gallery-block .items img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.social-media .gallery-block .items img:hover {
  opacity: 0.7;
}
.fancybox-slide--video .fancybox-content {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}
.contact-us-page {
  padding-bottom: 40px;
}
.contact-us-page .top-block {
  text-align: center;
  padding: 30px 0 10px;
}
.contact-us-page input[type='text'], .contact-us-page input[type='number'], .contact-us-page input[type='email'], .contact-us-page input[type='password'], .contact-us-page input[type='search'], .contact-us-page input[type='tel'], .contact-us-page textarea {
  border-radius: 23px;
  padding: 15px 30px 15px 20px;
  color: #6d7c8c;
  font-family: "Proxima Nova";
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 12px;
}
.contact-us-page input[type='text']::placeholder, .contact-us-page input[type='number']::placeholder, .contact-us-page input[type='email']::placeholder, .contact-us-page input[type='password']::placeholder, .contact-us-page input[type='search']::placeholder, .contact-us-page input[type='tel']::placeholder, .contact-us-page textarea::placeholder {
  color: #6d7c8c;
  font-size: 15px;
}
.contact-us-page input[type='submit'] {
  cursor: pointer;
  padding: 12px 50px;
}
.contact-us-page .wrapper {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
@media (max-width: 1024px) {
  .contact-us-page .wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.contact-us-page .form-block {
  -webkit-flex-basis: 35%;
  -moz-flex-basis: 35%;
  -ms-flex-basis: 35%;
  flex-basis: 35%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact-us-page .form-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.contact-us-page .acc {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact-us-page .acc {
    padding: 50px 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .contact-us-page .acc {
    padding: 30px 0;
  }
}
.contact-us-page .acc .item {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(64, 191, 180, 1);
}
.contact-us-page .acc .item h4 {
  color: rgba(96, 94, 94, 1);
  cursor: pointer;
  position: relative;
  padding: 20px 45px 20px 0;
  position: relative;
}
@media (max-width: 768px) {
  .contact-us-page .acc .item h4 {
    font-size: 20px;
  }
}
.contact-us-page .acc .item h4 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.contact-us-page .acc .item h4 span:before, .contact-us-page .acc .item h4 span:after {
  content: '';
  width: 12px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-us-page .acc .item h4 span:before {
  right: 8px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  background: rgba(96, 94, 94, 1);
}
.contact-us-page .acc .item h4 span:after {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  background: rgba(96, 94, 94, 1);
}
.contact-us-page .acc .item h4.active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(64, 191, 180, 1);
}
.contact-us-page .acc .item h4.active span:before, .contact-us-page .acc .item h4.active span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.contact-us-page .acc .item .info {
  padding: 25px 35px 30px 0;
  display: none;
}
@media (max-width: 768px) {
  .contact-us-page .acc .item .info {
    padding: 15px 15px 20px 0;
  }
}
.contact-us-page .acc .item .info p {
  color: rgba(96, 94, 94, 1);
}
.tpl-provides .header {
  background: rgba(255, 255, 255, .8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.tpl-provides .top-banner {
  padding: 279px 0 210px;
}
@media (max-width: 1024px) {
  .tpl-provides .top-banner {
    padding: 200px 0 160px;
  }
}
@media (max-width: 768px) {
  .tpl-provides .top-banner {
    padding: 190px 0 110px;
  }
}
@media (max-width: 768px) {
  .tpl-provides .top-banner {
    padding: 180px 0 80px;
  }
}
.provides-bottom-section {
  padding: 98px 0 90px;
  position: relative;
}
@media (max-width: 1024px) {
  .provides-bottom-section {
    padding: 40px 0;
  }
}
.provides-bottom-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #40bfb4;
  opacity: 0.9;
}
.provides-bottom-section .tac {
  text-align: center;
}
.provides-bottom-section * {
  color: #fff;
}
.provides-bottom-section h2 {
  font-size: 42px;
}
@media (max-width: 1024px) {
  .provides-bottom-section h2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .provides-bottom-section h2 {
    font-size: 30px;
  }
}
.provides-bottom-section p {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 20px;
}
.provides-bottom-section ul li {
  font-weight: 700;
  margin-bottom: 12px;
}
.provides-bottom-section ul li:last-child {
  margin-bottom: 0;
}
.provides-bottom-section .price {
  color: #fff;
  font-family: 'Avenir';
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  margin-right: 57px;
}
@media (max-width: 1024px) {
  .provides-bottom-section .price {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .provides-bottom-section .price {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .provides-bottom-section .price {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.provides-bottom-section .text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 18px;
}
.provides-bottom-section .content-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.provides-bottom-section .btn-default {
  background: #fff;
  color: #40bfb4;
  opacity: 1;
}
.provides-bottom-section .btn-default:hover {
  opacity: 0.7;
}
.provides-who-section {
  margin-bottom: 145px;
}
@media (max-width: 1024px) {
  .provides-who-section {
    margin-bottom: 40px;
  }
}
.provides-who-section > .row {
  width: 1300px;
}
.provides-who-section h2 {
  text-align: center;
  padding-bottom: 65px;
}
@media (max-width: 1024px) {
  .provides-who-section h2 {
    padding-bottom: 40px;
  }
}
.provides-who-section .boxes-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.provides-who-section .boxes-wrap > * {
  width: 15.1666666667%;
  margin: 0 0.75% 0.875em;
}
@media (max-width: 1024px) {
  .provides-who-section .boxes-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .provides-who-section .boxes-wrap > * {
    width: 31.8333333333%;
    margin: 0 0.75% 1em;
  }
}
@media (max-width: 768px) {
  .provides-who-section .boxes-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .provides-who-section .boxes-wrap > * {
    width: 48.5%;
    margin: 0 0.75% 1.125em;
  }
}
@media (max-width: 480px) {
  .provides-who-section .boxes-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .provides-who-section .boxes-wrap > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.provides-who-section .boxes-wrap .box {
  box-shadow: 0 15px 34px 6px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: #fff;
  padding: 24px 10px 26px;
  text-align: center;
}
@media (max-width: 1024px) {
  .provides-who-section .boxes-wrap .box {
    margin-bottom: 20px;
  }
}
.provides-who-section .boxes-wrap .box figure {
  min-height: 78px;
  margin-bottom: 42px;
}
.provides-who-section .boxes-wrap .box figure img {
  display: inline-block;
}
.provides-who-section .boxes-wrap .box span {
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1px;
}
.benefits-providers {
  padding: 80px 0;
  margin-bottom: 50px;
  background: #edfeff;
}
@media (max-width: 1024px) {
  .benefits-providers {
    margin-bottom: 30px;
  }
}
.benefits-providers > .row {
  width: 1300px;
}
.benefits-providers h3 {
  color: #f47d6a;
  font-weight: 700;
  text-align: center;
  padding-bottom: 39px;
}
.benefits-providers .item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1366px) {
  .benefits-providers .item {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    flex-basis: 30%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .benefits-providers .item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .benefits-providers .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.benefits-providers .item img {
  margin-right: 10px;
}
.benefits-providers .item span {
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1px;
}
.ashana-app-section {
  margin-bottom: 175px;
}
@media (max-width: 1366px) {
  .ashana-app-section {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .ashana-app-section {
    margin-bottom: 40px;
  }
}
.ashana-app-section > .row {
  width: 1300px;
}
.ashana-app-section h3 {
  color: #f47d6a;
  font-weight: 700;
  text-align: center;
  padding-bottom: 39px;
}
.ashana-app-section .boxes-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.85%;
  width: 105.7%;
}
.ashana-app-section .boxes-wrap > * {
  width: 14.3%;
  margin: 0 2.85% 3.42em;
}
@media (max-width: 1366px) {
  .ashana-app-section .boxes-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .ashana-app-section .boxes-wrap > * {
    width: 18.5%;
    margin: 0 0.75% 0.9em;
  }
}
@media (max-width: 1024px) {
  .ashana-app-section .boxes-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .ashana-app-section .boxes-wrap > * {
    width: 31.8333333333%;
    margin: 0 0.75% 1em;
  }
}
@media (max-width: 480px) {
  .ashana-app-section .boxes-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .ashana-app-section .boxes-wrap > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.ashana-app-section .boxes-wrap .box {
  box-shadow: 0 15px 34px 6px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: #fff;
  padding: 43px 8px 37px;
  text-align: center;
}
@media (max-width: 480px) {
  .ashana-app-section .boxes-wrap .box {
    margin-bottom: 20px;
  }
}
.ashana-app-section .boxes-wrap .box figure {
  min-height: 71px;
  margin-bottom: 25px;
}
.ashana-app-section .boxes-wrap .box figure img {
  display: inline-block;
}
.ashana-app-section .boxes-wrap .box span {
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1px;
}
.ashana-app-main-text > .row {
  width: 1093px;
}
.ashana-app-main {
  margin-bottom: 95px;
}
@media (max-width: 1024px) {
  .ashana-app-main {
    margin-bottom: 40px;
  }
}
.ashana-app-main > .row {
  width: 1330px;
}
.ashana-app-main .app-box {
  min-height: 650px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom 65px center;
  padding: 0 25px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .ashana-app-main .app-box {
    min-height: auto;
    padding: 0;
  }
}
.ashana-app-main .app-box .text-box {
  position: relative;
  background: #edfeff;
  box-shadow: 0 13px 34px rgba(0, 0, 0, 0.21);
  border-radius: 20px;
  min-width: 219px;
}
@media (max-width: 1024px) {
  .ashana-app-main .app-box .text-box {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    flex-basis: 30%;
  }
}
@media (max-width: 768px) {
  .ashana-app-main .app-box .text-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.ashana-app-main .app-box .text-box.small {
  padding: 15px 0;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .ashana-app-main .app-box .text-box.small {
    margin-bottom: 25px;
  }
}
.ashana-app-main .app-box .text-box.small p {
  padding-bottom: 0;
}
.ashana-app-main .app-box .text-box.big {
  padding: 44px 18px 38px;
}
@media (max-width: 1024px) {
  .ashana-app-main .app-box .text-box.big {
    margin-bottom: 25px;
  }
}
.ashana-app-main .app-box .text-box.big ul li {
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
  padding-left: 20px;
}
.ashana-app-main .app-box .text-box.big ul li:before {
  content: '\f00c';
  font-family: FontAwesome;
  line-height: 15px;
  font-size: 8px;
  text-align: center;
  color: #40bfb4;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #40bfb4;
  border-radius: 50%;
}
.ashana-app-main .app-box .text-box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #edfeff;
  border-width: 10px;
  margin-left: -10px;
}
.tables {
  position: relative;
  overflow: hidden;
  padding: 140px 0 125px;
}
@media (max-width: 1024px) {
  .tables {
    padding: 45px 0 30px;
  }
}
.tables:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1035px;
  background: #edfaf9;
}
.tables > .row {
  width: 1300px;
}
.tables .table-text {
  margin-bottom: 73px;
}
@media (max-width: 1024px) {
  .tables .table-text {
    margin-bottom: 30px;
  }
}
.tables .table-bg {
  box-shadow: 0 45px 85px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: #fff;
  padding: 0 20px 84px;
}
@media (max-width: 1024px) {
  .tables .table-bg {
    padding: 0 20px 20px;
  }
}
@media (max-width: 480px) {
  .tables .table-bg {
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }
}
.tables table {
  border-collapse: collapse;
  width: 100%;
}
.tables table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.tables table tr th {
  margin-bottom: 2px;
  line-height: 75px;
  font-size: 21px;
  font-family: "Proxima Nova";
}
@media (max-width: 768px) {
  .tables table tr th {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .tables table tr th {
    line-height: 35px;
  }
}
.tables table tr th:nth-child(1) {
  background: #f26c57;
  border-radius: 22px 22px 0 0;
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-basis: 200px;
  flex-basis: 200px;
  margin-right: 20px;
  margin-left: 90px;
}
@media (max-width: 1366px) {
  .tables table tr th:nth-child(1) {
    margin-left: 30px;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-basis: 33%;
    flex-basis: 33%;
    margin-right: 1px;
  }
}
@media (max-width: 1024px) {
  .tables table tr th:nth-child(1) {
    margin-left: 0;
  }
}
.tables table tr th:nth-child(2) {
  background: #15a7e0;
  border-radius: 22px 0 0 0;
  margin-right: 2px;
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-basis: 39%;
  flex-basis: 39%;
  max-width: 429px;
}
@media (max-width: 1366px) {
  .tables table tr th:nth-child(2) {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.tables table tr th:nth-child(3) {
  background: #68f3e7;
  border-radius: 0 22px 0 0;
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-basis: 39%;
  flex-basis: 39%;
  max-width: 429px;
  margin-right: 90px;
}
@media (max-width: 1366px) {
  .tables table tr th:nth-child(3) {
    margin-right: 30px;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-basis: 33%;
    flex-basis: 33%;
  }
}
@media (max-width: 1024px) {
  .tables table tr th:nth-child(3) {
    margin-right: 0;
  }
}
.tables table tr td {
  padding: 27px 21px;
  font-size: 18px;
  font-family: "Proxima Nova";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .tables table tr td {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .tables table tr td {
    padding: 10px;
  }
}
.tables table tr td:nth-child(1) {
  border-left: 1px solid #f26c57;
  border-right: 1px solid #f26c57;
  margin-right: 20px;
  margin-left: 90px;
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-basis: 200px;
  flex-basis: 200px;
}
@media (max-width: 1366px) {
  .tables table tr td:nth-child(1) {
    margin-left: 30px;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-basis: 33%;
    flex-basis: 33%;
    margin-right: 1px;
  }
}
@media (max-width: 1024px) {
  .tables table tr td:nth-child(1) {
    margin-left: 0;
  }
}
.tables table tr td:nth-child(2) {
  border-left: 2px solid #15a7e0;
  border-right: 2px solid #15a7e0;
  border-bottom: 2px solid #15a7e0;
  margin-right: 2px;
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-basis: 39%;
  flex-basis: 39%;
  max-width: 429px;
  font-weight: 300;
}
@media (max-width: 1366px) {
  .tables table tr td:nth-child(2) {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.tables table tr td:nth-child(3) {
  border-left: 2px solid #68f3e7;
  border-right: 2px solid #68f3e7;
  border-bottom: 2px solid #68f3e7;
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-basis: 39%;
  flex-basis: 39%;
  max-width: 429px;
  margin-right: 90px;
  position: relative;
}
.tables table tr td:nth-child(3):before {
  content: url("../img/vs.png");
  position: absolute;
  top: 0;
  left: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .tables table tr td:nth-child(3):before {
    display: none;
  }
}
@media (max-width: 1366px) {
  .tables table tr td:nth-child(3) {
    margin-right: 30px;
  }
}
@media (max-width: 1366px) {
  .tables table tr td:nth-child(3) {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-basis: 33%;
    flex-basis: 33%;
  }
}
@media (max-width: 1024px) {
  .tables table tr td:nth-child(3) {
    margin-right: 0;
  }
}
.tables table tr:nth-child(2n+3) {
  background: #f2f2f2;
}
.tables table tr:nth-child(2) td:nth-child(1) {
  border-top: 1px solid #f26c57;
}
.tables table tr:nth-child(2) td:nth-child(2) {
  border-top: 2px solid #15a7e0;
}
.tables table tr:nth-child(2) td:nth-child(3) {
  border-top: 2px solid #40bfb4;
}
.tables table tr:last-child td:first-child {
  border-bottom: 1px solid #f26c57;
}
.lifestyle-table {
  position: relative;
  overflow: hidden;
  padding: 60px 0 35px;
}
@media (max-width: 1024px) {
  .lifestyle-table {
    padding: 45px 0 30px;
  }
}
.lifestyle-table:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 535px;
  background: #edfaf9;
}
.lifestyle-table > .row {
  width: 1300px;
}
.lifestyle-table h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 45px;
}
@media (max-width: 1024px) {
  .lifestyle-table h3 {
    font-size: 35px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .lifestyle-table h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .lifestyle-table h3 {
    font-size: 24px;
  }
}
.lifestyle-table .table-bg {
  box-shadow: 0 45px 85px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  padding: 60px 0 95px;
  position: relative;
}
@media (max-width: 1024px) {
  .lifestyle-table .table-bg {
    padding: 40px 0 50px;
  }
}
.lifestyle-table .table-bg .top-row {
  padding: 0 110px;
}
@media (max-width: 1366px) {
  .lifestyle-table .table-bg .top-row {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .lifestyle-table .table-bg .top-row {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .lifestyle-table .table-bg .top-row {
    padding: 0 10px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: none;
  }
}
.lifestyle-table .table-bg .top-row .empty {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.lifestyle-table .table-bg .top-row .top-title {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-basis: 200px;
  flex-basis: 200px;
  text-align: center;
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding: 30px 0 20px;
  margin-right: 75px;
}
.lifestyle-table .table-bg .top-row .top-title:last-child {
  margin-right: 0;
}
@media (max-width: 1366px) {
  .lifestyle-table .table-bg .top-row .top-title {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .lifestyle-table .table-bg .top-row .top-title {
    -webkit-flex-basis: 120px;
    -moz-flex-basis: 120px;
    -ms-flex-basis: 120px;
    flex-basis: 120px;
  }
}
@media (max-width: 768px) {
  .lifestyle-table .table-bg .top-row .top-title {
    margin-right: 15px;
    font-size: 14px;
    padding: 30px 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-basis: 90px;
    -moz-flex-basis: 90px;
    -ms-flex-basis: 90px;
    flex-basis: 90px;
  }
}
@media (max-width: 480px) {
  .lifestyle-table .table-bg .top-row .top-title {
    -webkit-flex-basis: 60px;
    -moz-flex-basis: 60px;
    -ms-flex-basis: 60px;
    flex-basis: 60px;
    font-size: 10px;
  }
}
.lifestyle-table .table-bg .top-row .top-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 415px;
  border-radius: 22px;
  border: 1px solid #c2c2c2;
}
@media (max-width: 480px) {
  .lifestyle-table .table-bg .top-row .top-title:before {
    height: 290px;
  }
}
.lifestyle-table .table-bg .top-row .top-title.green:before {
  border: 3px solid #40bfb4;
}
.lifestyle-table .table-bg .top-row .top-title img {
  display: inline-block;
}
.lifestyle-table .table-bg .table-row {
  position: relative;
  z-index: 0;
  padding: 0 110px;
  min-height: 78px;
}
@media (max-width: 1366px) {
  .lifestyle-table .table-bg .table-row {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .lifestyle-table .table-bg .table-row {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .lifestyle-table .table-bg .table-row {
    padding: 0 10px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: none;
    min-height: 50px;
  }
}
.lifestyle-table .table-bg .table-row:nth-child(even) {
  background: #fef0ee;
}
.lifestyle-table .table-bg .table-row:nth-child(odd) {
  background: #ecf9f7;
}
.lifestyle-table .table-bg .table-row:first-child, .lifestyle-table .table-bg .table-row:last-child {
  background: #e8f6fc;
}
.lifestyle-table .table-bg .table-row .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #505b68;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .lifestyle-table .table-bg .table-row .title {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .lifestyle-table .table-bg .table-row .title {
    font-size: 10px;
  }
}
.lifestyle-table .table-bg .table-row .value {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-basis: 200px;
  flex-basis: 200px;
  margin-right: 75px;
  min-height: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.lifestyle-table .table-bg .table-row .value:last-child {
  margin-right: 0;
  border-left: 3px solid #40bfb4;
  border-right: 3px solid #40bfb4;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1366px) {
  .lifestyle-table .table-bg .table-row .value {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .lifestyle-table .table-bg .table-row .value {
    -webkit-flex-basis: 120px;
    -moz-flex-basis: 120px;
    -ms-flex-basis: 120px;
    flex-basis: 120px;
  }
}
@media (max-width: 768px) {
  .lifestyle-table .table-bg .table-row .value {
    margin-right: 15px;
    -webkit-flex-basis: 90px;
    -moz-flex-basis: 90px;
    -ms-flex-basis: 90px;
    flex-basis: 90px;
  }
}
@media (max-width: 480px) {
  .lifestyle-table .table-bg .table-row .value {
    -webkit-flex-basis: 60px;
    -moz-flex-basis: 60px;
    -ms-flex-basis: 60px;
    flex-basis: 60px;
    min-height: 50px;
  }
}
.lifestyle-table .table-bg .table-row .value span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
.lifestyle-table .table-bg .table-row .value .plus {
  background: #39b54a;
  line-height: 17px;
}
.lifestyle-table .table-bg .table-row .value .minus {
  background: #ed1c24;
  line-height: 14px;
}
.fancybox-content {
  padding: 0;
  border-radius: 45px;
  max-width: 640px;
}
.fancybox-content .fancybox-button {
  padding: 0;
  top: 30px;
  right: 30px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #f47d6a;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .fancybox-content .fancybox-button {
    top: 10px;
    right: 15px;
  }
}
.fancybox-content .fancybox-button:hover {
  opacity: 0.8;
}
.fancybox-content .fancybox-button svg {
  height: 23px;
}
.fancybox-content .popup {
  padding: 80px 74px 66px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .fancybox-content .popup {
    padding: 40px 20px 30px;
  }
}
.fancybox-content .popup * {
  color: #fff;
}
.fancybox-content .popup:before {
  background: #40bfb4;
  opacity: 0.8;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.fancybox-content .popup .text {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .fancybox-content .popup .text {
    margin-bottom: 20px;
  }
}
.fancybox-content .popup .text h3 {
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .fancybox-content .popup .text h3 {
    padding-bottom: 20px;
  }
}
.fancybox-content .popup .reverse-btn {
  background: #fff;
  color: #40bfb4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fancybox-content .popup .reverse-btn:hover {
  background: #40bfb4;
  color: #fff;
}
