@charset "utf-8";
@import url('bootstrap.css');
body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #000;
}
.wrapper img {
  max-width: 100%;
  height: auto;
}
.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
  line-height: 100%;
  margin: 0 0 13px;
  color: #86ccd2;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.wrapper h1 a,
.wrapper h2 a,
.wrapper h3 a,
.wrapper h4 a,
.wrapper h5 a,
.wrapper h6 a {
  color: inherit;
}
.wrapper .page-header,
.wrapper h1 {
  line-height: 1.3;
  color: #86ccd2;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}
@media (max-width: 767px) {
  .wrapper .page-header,
  .wrapper h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .page-header,
  .wrapper h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .page-header,
  .wrapper h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
.wrapper .page-header span,
.wrapper h1 span {
  color: #355763;
  font: inherit;
}
.wrapper h2 {
  line-height: 48px;
  color: #86ccd2;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}
@media (max-width: 767px) {
  .wrapper h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.wrapper h2 span {
  color: #355763;
  font: inherit;
}
.wrapper h3 {
  line-height: 38px;
  color: #86ccd2;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}
@media (max-width: 767px) {
  .wrapper h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
.wrapper h3 span {
  color: #355763;
  font: inherit;
}
.wrapper h4 {
  line-height: 35px;
  color: #86ccd2;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}
.wrapper h4 span {
  color: #355763;
  font: inherit;
}
.wrapper h5 {
  line-height: 30px;
  color: #86ccd2;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}
.wrapper h5 span {
  color: #355763;
  font: inherit;
}
.wrapper h6 {
  line-height: 25px;
  color: #86ccd2;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}
.wrapper h6 span {
  color: #355763;
  font: inherit;
}
.wrapper p {
  line-height: 25px;
  margin: 0 0 25px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-transform: none;
}
.wrapper span {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-transform: none;
}
.wrapper hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #000;
}
.wrapper ol {
  padding: 0;
}
.wrapper ol li {
  line-height: 25px;
  list-style: decimal inside;
}
.wrapper ul {
  padding: 0 0 0 25px;
}
.wrapper ul li {
  line-height: 25px;
  list-style: disc inside none;
}
.wrapper a {
  color: #2ca6a4;
  font-size: 18.1px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}
.wrapper a:active,
.wrapper a:focus,
.wrapper a:hover,
.wrapper a:visited {
  outline: none;
  text-decoration: underline;
}
.wrapper .btn:active,
.wrapper .btn:active,
.wrapper .btn:focus,
.wrapper .btn:hover,
.wrapper .btn:visited {
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wrapper label {
  font-weight: 400;
}
.wrapper input,
.wrapper select {
  color: #000;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
}
.wrapper blockquote {
  border-left: 5px solid #86ccd2;
  padding-left: 15px;
}
.wrapper .typography {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .typography {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wrapper .typography {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.wrapper .btn {
  color: #fff;
  line-height: 100%;
  padding: 24px 29px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase !important;
  background: #355763 !important;
  border-radius: 0;
  border: 0 !important;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .btn {
    padding: 20px 25px;
  }
}
.wrapper .btn.btn-primary {
  background-color: #2ca6a4 !important;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}
.wrapper .btn.btn-primary:hover {
  background-color: #355763 !important;
}
.wrapper .btn.btn-yellow {
  background-color: #fed557 !important;
  color: #fff;
}
.wrapper .btn.btn-yellow:hover {
  background-color: #355763 !important;
}
.wrapper .btn.btn-white {
  background-color: #fff !important;
  color: #355763;
}
.wrapper .btn.btn-white:hover {
  background-color: #86ccd2 !important;
}
.wrapper .btn.btn-clear-white {
  background-color: transparent !important;
  color: #fff;
  border: 2px solid #fff !important;
}
.wrapper .btn.btn-clear-white:hover {
  background-color: #355763 !important;
}
.wrapper .btn.btn-success {
  background-color: #2ca6a4 !important;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.wrapper .btn.btn-success:hover {
  background-color: #2ca6a4 !important;
}
.wrapper .btn.btn-danger {
  background-color: #dc3545 !important;
}
.wrapper .btn.btn-warning {
  background-color: #ffc107 !important;
}
.wrapper .btn.btn-info {
  background-color: #ffffff !important;
  color: #2ca6a4;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}
.wrapper .btn.btn-info:hover {
  background-color: #4d8498 !important;
  color: #fff;
}
.wrapper .btn:active,
.wrapper .btn:focus,
.wrapper .btn:hover {
  color: #fff;
  background: #2ca6a4 !important;
}
::-webkit-input-placeholder {
  color: #2ca6a4 !important;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  ::-webkit-input-placeholder {
    font-size: 11px;
  }
}
:-moz-placeholder {
  color: #2ca6a4 !important;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  :-moz-placeholder {
    font-size: 11px;
  }
}
::-moz-placeholder {
  color: #2ca6a4 !important;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  ::-moz-placeholder {
    font-size: 11px;
  }
}
:-ms-input-placeholder {
  color: #2ca6a4 !important;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  :-ms-input-placeholder {
    font-size: 11px;
  }
}
/* latin-ext */
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Archivo Black Regular'), local('ArchivoBlack-Regular'), url(https://fonts.gstatic.com/s/archivoblack/v10/HTxqL289NzCGg4MzN6KJ7eW6CYKF_i7y.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Archivo Black Regular'), local('ArchivoBlack-Regular'), url(https://fonts.gstatic.com/s/archivoblack/v10/HTxqL289NzCGg4MzN6KJ7eW6CYyF_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7p29NNpQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7g29NNpQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7r29NNpQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7q29NNpQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7k29M.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRxC7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRzS7mw9c.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRyS7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Poppins Thin Italic'), local('Poppins-ThinItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiAyp8kv8JHgFVrJJLmE0tDMPKzSQ.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Poppins Thin Italic'), local('Poppins-ThinItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiAyp8kv8JHgFVrJJLmE0tMMPKzSQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Poppins Thin Italic'), local('Poppins-ThinItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiAyp8kv8JHgFVrJJLmE0tCMPI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local('Poppins ExtraLight Italic'), local('Poppins-ExtraLightItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmv1pVFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local('Poppins ExtraLight Italic'), local('Poppins-ExtraLightItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmv1pVGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local('Poppins ExtraLight Italic'), local('Poppins-ExtraLightItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmv1pVF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light Italic'), local('Poppins-LightItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm21lVFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light Italic'), local('Poppins-LightItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm21lVGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light Italic'), local('Poppins-LightItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Italic'), local('Poppins-Italic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrJJLucXtAKPY.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Italic'), local('Poppins-Italic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrJJLufntAKPY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Italic'), local('Poppins-Italic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmg1hVFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmr19VFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmy15VFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local('Poppins ExtraBold Italic'), local('Poppins-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm111VFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local('Poppins ExtraBold Italic'), local('Poppins-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm111VGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local('Poppins ExtraBold Italic'), local('Poppins-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Poppins Black Italic'), local('Poppins-BlackItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm81xVFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Poppins Black Italic'), local('Poppins-BlackItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm81xVGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Poppins Black Italic'), local('Poppins-BlackItalic'), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm81xVF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Poppins Thin'), local('Poppins-Thin'), url(https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrLPTucXtAKPY.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Poppins Thin'), local('Poppins-Thin'), url(https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrLPTufntAKPY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Poppins Thin'), local('Poppins-Thin'), url(https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLFj_Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLFj_Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v12/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v12/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v12/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Poppins Black'), local('Poppins-Black'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLBT5Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Poppins Black'), local('Poppins-Black'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Poppins Black'), local('Poppins-Black'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*! #######################################################################



	MeanMenu 2.0.6

	--------



	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)



####################################################################### */
a.meanmenu-reveal {
  display: none;
}
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #355763;
  padding: 0;
  min-height: 0;
  z-index: 999;
}
.mean-container a.meanmenu-reveal {
  right: 20px !important;
  width: 28px;
  margin: 0;
  height: 22px;
  padding: 13px 15px 11px;
  position: absolute;
  top: -70px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 24px !important;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  border-radius: 4px;
  width: 100%;
  background: #fff;
  height: 2px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #355763;
  margin-top: 0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  line-height: 100%;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 15px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #fcce01;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 15px 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 1;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 400;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a.mean-expand {
  width: 25px;
  padding: 15px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 2;
  border: none !important;
}
.mean-container .mean-push,
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-push {
  float: left;
  clear: both;
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container a.meanmenu-reveal.meanclose {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  top: -65px;
}
.mean-container a.meanmenu-reveal {
  padding: 9px 0;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: .57143rem;
  display: inline-block;
  margin: 0 10px;
  border: none;
  background: none;
}
.mean-container a.meanmenu-reveal span {
  background: #000;
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #fff;
  border-radius: .28571rem;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  display: block;
}
.mean-container a.meanmenu-reveal span:before {
  top: 7px;
}
.mean-container a.meanmenu-reveal span:before,
.mean-container a.meanmenu-reveal span:after {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: .28571rem;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: .28571rem center;
  transform-origin: 0.28571rem center;
}
.mean-container a.meanmenu-reveal span:after {
  top: 14px;
}
.mean-container a.meanmenu-reveal.meanclose span {
  background: transparent !important;
}
.mean-container a.meanmenu-reveal.meanclose span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mean-container a.meanmenu-reveal.meanclose span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.mean-container a.meanmenu-reveal.meanclose span:before,
.mean-container a.meanmenu-reveal.meanclose span:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 100%;
}
form.formular {
  font-family: tahoma, verdana, "sans-serif";
}
/* Z-INDEX */
.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
}
.formErrorInsideDialog.formError {
  z-index: 5000;
}
.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001;
}
.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
}
.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  width: 200px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
  background: #33be40;
}
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  direction: ltr;
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker th span.glyphicon {
  pointer-events: none;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
  background: #eeeeee;
}
.datepicker {
  background-color: #ffffff;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  display: none;
  position: absolute;
  z-index: 900;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 18px;
  padding-bottom: 4px;
  width: 218px;
}
.datepicker .nav {
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #808080;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
}
.datepicker .nav:before,
.datepicker .nav:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.datepicker .nav:after {
  clear: both;
}
.datepicker .nav span {
  display: block;
  float: left;
  text-align: center;
  height: 28px;
  line-height: 28px;
  position: relative;
}
.datepicker .nav .bg {
  width: 100%;
  background-color: #fdf5d9;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.datepicker .nav .fg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.datepicker .button {
  cursor: pointer;
  padding: 0 4px;
  border-radius: 4px;
}
.datepicker .button:hover {
  background-color: #808080;
  color: #ffffff;
}
.datepicker .months {
  float: left;
  margin-left: 4px;
}
.datepicker .months .name {
  width: 72px;
  padding: 0;
}
.datepicker .years {
  float: right;
  margin-right: 4px;
}
.datepicker .years .name {
  width: 36px;
  padding: 0;
}
.datepicker .dow,
.datepicker .days div {
  float: left;
  width: 30px;
  line-height: 25px;
  text-align: center;
}
.datepicker .dow {
  font-weight: bold;
  color: #808080;
}
.datepicker .calendar {
  padding: 4px;
}
.datepicker .days div {
  cursor: pointer;
  border-radius: 4px;
}
.datepicker .overlap {
  color: #bfbfbf;
}
.datepicker .today {
  background-color: #fee9cc;
}
.datepicker .selected {
  background-color: #bfbfbf;
  color: #ffffff;
}
.datepicker .disabled {
  background-color: gray;
}
.datepicker .days div:hover {
  background-color: #0064cd;
  color: #ffffff;
}
.datepicker .days .disabled:hover {
  background-color: gray;
  color: black;
}
.mattersYouDesc {
  overflow: hidden;
}
.mattersYouDesc .img {
  float: left;
  width: auto;
  width: 15%;
}
.mattersYouDesc .desc {
  float: right;
  width: auto;
  width: 85%;
}
@font-face {
  font-family: 'loveloblack';
  font-display: swap;
  src: url('../_fms/css/fonts/lovelo_black-webfont.eot');
  src: url('../_fms/css/fonts/lovelo_black-webfont.eot?#iefix') format('embedded-opentype'), url('../_fms/css/fonts/lovelo_black-webfont.woff') format('woff'), url('../_fms/css/fonts/lovelo_black-webfont.ttf') format('truetype'), url('../_fms/css/fonts/lovelo_black-webfont.svg#loveloblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
.open {
  font-family: sans-serif;
}
.sans {
  font-family: sans-serif;
}
.my {
  font-family: 'Myriad Pro', sans-serif;
}
body.popUpSmile {
  overflow: hidden;
}
.lb {
  font-family: 'loveloblack';
}
.smileTestWrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 10px solid #355763;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  /* FORMS */
  /* Form Errors */
}
.smileTestWrapper hr {
  margin-bottom: 30px;
}
.smileTestWrapper h1,
.smileTestWrapper h2,
.smileTestWrapper h3,
.smileTestWrapper h4 {
  font-family: 'loveloblack';
}
.smileTestWrapper .btnBack {
  /*background:url(../img/back.svg) no-repeat;.di;.wh(40px, 40px);background-size: contain;float:left;*/
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 30px;
  font-size: 14px;
  margin-right: 15px;
  background-image: url(../_fms/images/btn-back.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.smileTestWrapper .btnBack:hover {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.smileTestWrapper form {
  /*overflow:hidden;*/
}
.smileTestWrapper .hide {
  display: none;
}
.smileTestWrapper .show {
  display: block;
}
.smileTestWrapper div.error {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 60%;
  padding-right: 40px;
  padding-left: 80px;
}
.smileTestWrapper .btnClose {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../_fms/images/btn-close.png);
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.smileTestWrapper .btnClose:hover {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.smileTestWrapper .loader {
  display: none;
}
.smileTestWrapper .loader.show {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
}
.smileTestWrapper h1 {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 38px;
  float: left;
  width: auto;
}
.smileTestWrapper h2 {
  padding: 0;
  margin: 0;
  line-height: normal;
  color: #355763;
  font-size: 32px;
  font-family: sans-serif;
  font-weight: 300;
  margin-bottom: 44px;
  text-transform: uppercase;
}
.smileTestWrapper h2 strong {
  font-family: 'loveloblack';
}
.smileTestWrapper h3 {
  padding: 0;
  margin: 0;
  line-height: normal;
  /*.tt(uppercase);*/
  font-size: 14px;
  margin-bottom: 20px;
  font-family: sans-serif;
}
.smileTestWrapper h3.errorLabel {
  /*.brd(1px solid #C02C2C);.bc(#FFDFE0)*/
  color: #c02c2c;
}
.smileTestWrapper h4 {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: normal;
}
.smileTestWrapper h5 {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 17px;
  font-family: sans-serif;
  font-weight: normal;
  color: #355763;
}
.smileTestWrapper p {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 14px;
  margin-bottom: 25px;
}
.smileTestWrapper p.stageOneErrorHead.errorLabel {
  /*.brd(1px solid #C02C2C);.bc(#FFDFE0)*/
  color: #c02c2c;
}
.smileTestWrapper hr {
  margin: 60px 0;
}
.smileTestWrapper textarea {
  float: none;
  width: 84%;
  height: 100px;
  font-weight: normal;
}
.smileTestWrapper input[type="text"] {
  width: 69%;
  margin: 0 auto;
  float: none;
  margin-bottom: 20px;
}
.smileTestWrapper input.btnBlue,
.smileTestWrapper a.btnBlue {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-image: url(../_fms/images/arrow.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-color: #355763;
  border: none;
  color: #ffffff;
  font-family: 'loveloblack';
  text-transform: uppercase;
  margin-top: 20px;
  float: none;
  margin-right: 0;
}
.smileTestWrapper input.btnBlue:hover,
.smileTestWrapper a.btnBlue:hover {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.smileTestWrapper label {
  padding: 0;
  margin: 0;
  line-height: normal;
  float: none;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.smileTestWrapper label.newsLetter {
  width: 69%;
  margin: 0 auto;
  font-size: 12px;
}
.smileTestWrapper label.newsLetter input {
  padding: 0;
  margin: 0;
  line-height: normal;
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.smileTestWrapper label.contentBox {
  float: left;
  width: auto;
  margin: 0 15px;
  margin-bottom: 20px;
  height: 220px;
}
.smileTestWrapper label.contentBox p {
  padding: 0;
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
}
.smileTestWrapper label.contentBox p img {
  margin: 10px 0;
}
.smileTestWrapper label.contentBox input {
  padding: 0;
  margin: 0;
  line-height: normal;
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.smileTestWrapper label.errorLabel {
  border: 1px solid #c02c2c;
  background-color: #ffdfe0;
}
.smileTestWrapper div.errorLabel {
  border: 1px solid #c02c2c;
  background-color: #ffdfe0;
}
.smileTestWrapper .sa_header {
  position: relative;
  margin-bottom: 60px;
  height: 82px;
}
.smileTestWrapper .sa_header h1 {
  margin-left: 35px;
  margin-top: 20px;
}
.smileTestWrapper .stages_label {
  padding: 0;
  margin: 0;
  line-height: normal;
  position: absolute;
  top: 0px;
  right: 0px;
}
.smileTestWrapper .stages_label li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  list-style: none;
  width: 180px;
  height: 83px;
  font-size: 16px;
  font-family: 'loveloblack';
  position: relative;
}
.smileTestWrapper .stages_label li.labelStage4 {
  left: 29px;
}
.smileTestWrapper .stages_label li.labelStage3 {
  left: 34px;
}
.smileTestWrapper .stages_label li.labelStage2 {
  left: 69px;
}
.smileTestWrapper .stages_label li.labelStage1 {
  left: 103px;
}
.smileTestWrapper .stages_label li span {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 100%;
  text-align: center;
}
.smileTestWrapper .stages_label li svg {
  width: 100% !important;
  height: 100% !important;
}
.smileTestWrapper .stages_label li .stages_arrow {
  fill: #E8E8E8;
}
.smileTestWrapper .stages_label li.active .stages_arrow {
  fill: #009DDC;
}
.smileTestWrapper .stages_label li.active span {
  color: #ffffff;
}
.smileTestWrapper .error ul {
  padding: 0;
  margin: 0;
  line-height: normal;
  margin: 20px 0 !important;
  text-align: left!important;
  list-style: disc!important;
}
.smileTestWrapper .error ul li {
  padding-left: 0 !important;
}
.smileTestWrapper .stagesContent {
  padding: 0 30px;
  overflow: hidden;
}
.smileTestWrapper .stagesContent ul {
  padding: 0;
  margin: 0;
  line-height: normal;
  margin: 20px 0;
  list-style: none;
}
.smileTestWrapper .stagesContent li a {
  padding: 0;
  margin: 0;
  line-height: normal;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 32px;
  color: #000000;
  font-size: 15px;
  text-decoration: none;
  background-image: url(../_fms/images/arrow-black.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-bottom: 5px;
}
.smileTestWrapper .stagesContent li a:hover {
  text-decoration: underline;
}
.smileTestWrapper .halfCol {
  float: left;
  width: auto;
  width: 47%;
  margin-right: 2%;
  text-align: left;
}
.smileTestWrapper .halfCol.threeCol {
  width: 26%;
}
.smileTestWrapper .halfCol.threeCol.threeColLast {
  width: 30%;
}
.smileTestWrapper .halfCol label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.smileTestWrapper .halfCol label input {
  padding: 0;
  margin: 0;
  line-height: normal;
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.smileTestWrapper .halfCol input[type="text"] {
  width: 80%;
  margin: 0;
  margin-bottom: 10px;
}
.smileTestWrapper .halfCol .subCol {
  margin-bottom: 20px;
  overflow: hidden;
}
.smileTestWrapper .halfCol .subCol h3 {
  float: left;
  width: auto;
}
.smileTestWrapper .halfCol .subCol .desc {
  float: right;
  width: auto;
  width: 76%;
}
.smileTestWrapper div.error {
  border: 1px solid #c02c2c;
  padding: 5% 5% 5% 15%;
  margin-bottom: 20px;
  background: #ffdfe0 url("../_fms/images/error.svg") no-repeat 30px 30px;
  background-size: 50px;
}
.smileTestWrapper div.error label.error {
  display: inline;
}
.smileTestWrapper div.error li {
  list-style: disc;
  padding-left: 10px;
}
.smileTestWrapper textarea,
.smileTestWrapper input {
  display: block;
  border: 1px solid #111;
  height: 40px;
  font-size: 14px;
  margin: 0;
  padding: 0 10px 0 10px;
  width: 260px;
  -webkit-border-radius: 0;
  color: #000;
  font-weight: bold;
  /*-webkit-appearance: none;*/
  margin-right: 10px;
  outline: none;
}
.smileTestWrapper label {
  font-weight: normal;
}
.smileTestWrapper input[type="digits"],
.smileTestWrapper input[type="number"],
.smileTestWrapper input[type="email"],
.smileTestWrapper input[type="button"] {
  -webkit-appearance: none;
}
.smileTestWrapper input[type="digits"]:focus,
.smileTestWrapper input[type="number"]:focus,
.smileTestWrapper input[type="email"]:focus,
.smileTestWrapper input[type="text"]:focus {
  border: 1px solid #1cc0db;
}
.smileTestWrapper input[type="checkbox"],
.smileTestWrapper input[type="radio"] {
  width: auto;
  height: auto;
  margin-top: 12px;
}
.smileTestWrapper textarea {
  height: 200px;
  width: 290px;
  padding-right: 0;
  line-height: 12px;
  padding-top: 10px;
}
.smileTestWrapper .button-submit {
  width: auto;
  margin: 0;
  padding: 0 20px 0 20px;
  height: 42px;
  border: none;
  cursor: pointer;
  background-color: #1cc0db;
  color: white;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-family: 'loveloblack';
  line-height: 44px;
}
.smileTestWrapper .button-submit:hover {
  background: black;
}
.smileTestWrapper input.error {
  border-color: #c02c2c !important;
  background-color: #ffdfe0 !important;
}
.smileTestWrapper input.error ::-webkit-input-placeholder {
  color: #c02c2c !important;
}
.smileTestWrapper input.error :-moz-placeholder {
  /* Firefox 18- */
  color: #c02c2c !important;
}
.smileTestWrapper input.error ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c02c2c !important;
}
.smileTestWrapper input.error :-ms-input-placeholder {
  color: #c02c2c !important;
}
.smileTestWrapper div.error h4 {
  color: #000000;
  font-weight: bold;
  font-family: 'Open Sans', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.smileTestWrapper div.error ul {
  margin: 2%;
  margin-bottom: 0;
}
.smileTestWrapper div.error ul li {
  clear: both;
  font-size: .8em;
  background-size: 10px;
  padding-left: 20px;
}
.smileTestWrapper div.error ul li label {
  padding-top: 0;
}
.smileTestWrapper .sa_header li {
  height: 52px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10400;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10300;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0.5!important;
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-width: 0px) and (max-width: 720px) {
  .smileTestWrapper {
    width: auto;
    display: block;
    margin: 0;
  }
  .smileTestWrapper .stages_label {
    display: none;
  }
  .smileTestWrapper .sa_header {
    margin-bottom: 30px;
    height: auto;
  }
  .smileTestWrapper .sa_header h1 {
    position: static;
    text-align: center;
    float: none;
    margin: 0;
    padding-top: 40px;
  }
  .smileTestWrapper .sa_header ul {
    float: none;
    display: block;
  }
  .smileTestWrapper .sa_header li {
    position: static;
    width: 130px;
    height: 40px;
    background-size: auto 123px;
    padding-top: 20px;
    margin-bottom: 15px;
  }
  .smileTestWrapper .sa_header li.semiActive {
    background-size: auto 62px;
  }
  .smileTestWrapper input[type="text"] {
    width: 90%;
  }
  .smileTestWrapper .halfCol {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 20px;
  }
  .smileTestWrapper .halfCol.threeCol {
    width: auto;
    display: block;
  }
  .smileTestWrapper .halfCol.threeCol.threeColLast {
    width: auto;
    display: block;
  }
  .smileTestWrapper .halfCol input[type="text"] {
    width: 90%;
  }
  .smileTestWrapper label.contentBox {
    float: none;
    width: auto;
    display: block;
  }
}
@media only screen and (min-width: 721px) and (max-width: 900px) {
  .smileTestWrapper {
    width: auto;
    display: block;
    margin: 0;
  }
  .smileTestWrapper .stages_label {
    position: static;
  }
  .smileTestWrapper .sa_header {
    margin-bottom: 30px;
  }
  .smileTestWrapper .sa_header h1 {
    position: static;
    text-align: left;
    float: none;
    margin: 0;
    padding-top: 30px;
    font-size: 30px;
    padding-left: 10px;
  }
  .smileTestWrapper .sa_header ul {
    float: none;
    display: block;
  }
  .smileTestWrapper .sa_header li {
    position: static;
    width: 130px;
    height: 40px;
    background-size: auto 123px;
    padding-top: 20px;
    margin-bottom: 15px;
  }
  .smileTestWrapper .sa_header li.semiActive {
    background-size: auto 62px;
  }
  .smileTestWrapper input[type="text"] {
    width: 90%;
  }
  .smileTestWrapper .halfCol {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 20px;
  }
  .smileTestWrapper .halfCol.threeCol {
    width: auto;
    display: block;
  }
  .smileTestWrapper .halfCol.threeCol.threeColLast {
    width: auto;
    display: block;
  }
  .smileTestWrapper .halfCol input[type="text"] {
    width: 90%;
  }
  .smileTestWrapper label.contentBox {
    float: left;
    width: auto;
    width: 43%;
    text-align: center;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1024px) {
  .smileTestWrapper {
    width: auto;
    display: block;
    margin: 0;
  }
  .smileTestWrapper .stages_label {
    right: 40px;
    position: static;
  }
  .smileTestWrapper .sa_header {
    margin-bottom: 30px;
  }
  .smileTestWrapper .sa_header ul {
    float: none;
    display: block;
  }
  .smileTestWrapper .sa_header li {
    position: static;
    width: 130px;
    height: 40px;
    background-size: auto 123px;
    padding-top: 20px;
    margin-bottom: 15px;
  }
  .smileTestWrapper .sa_header li.semiActive {
    background-size: auto 62px;
  }
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  outline: 0;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 10px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: #d6d6d6;
  outline: none;
  z-index: 400;
  background: transparent;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  color: #355763;
}
.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font-size: 22px !important;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2ca6a4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-prev {
  left: 3%;
}
.slick-prev:before {
  content: '\E82F';
  font-family: "tio-font";
}
.slick-next {
  right: 3%;
}
.slick-next:before {
  content: '\E830';
  font-family: "tio-font";
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  color: #355763;
}
.slick-dots li button:before {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 50%;
  background-color: rgba(134, 204, 210, 0.25);
}
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
  background-color: #355763;
}
.slick-dots li:only-child {
  display: none;
}
@media only screen and (max-width: 767px) {
  .slick-prev:hover,
  .slick-next:hover {
    background: rgba(0, 0, 0, 0.7);
  }
}
.progress {
  margin: 15px 0;
  display: none;
  height: 10px;
  background-color: rgba(5, 114, 206, 0.2);
  width: 100%;
  overflow: hidden;
}
.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: #2ca6a4;
  -webkit-animation: indeterminateAnimation 1s infinite linear;
          animation: indeterminateAnimation 1s infinite linear;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
@-webkit-keyframes indeterminateAnimation {
  0% {
    -webkit-transform: translateX(0) scaleX(0);
            transform: translateX(0) scaleX(0);
  }
  40% {
    -webkit-transform: translateX(0) scaleX(0.4);
            transform: translateX(0) scaleX(0.4);
  }
  100% {
    -webkit-transform: translateX(100%) scaleX(0.5);
            transform: translateX(100%) scaleX(0.5);
  }
}
@keyframes indeterminateAnimation {
  0% {
    -webkit-transform: translateX(0) scaleX(0);
            transform: translateX(0) scaleX(0);
  }
  40% {
    -webkit-transform: translateX(0) scaleX(0.4);
            transform: translateX(0) scaleX(0.4);
  }
  100% {
    -webkit-transform: translateX(100%) scaleX(0.5);
            transform: translateX(100%) scaleX(0.5);
  }
}
body {
  background-color: #ffffff;
}
.clear {
  float: left;
  width: 100%;
}
.space_botm {
  margin-bottom: 100px;
}
.wrapper {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper header.clear {
  border-bottom: 3px solid #355763;
  position: relative;
}
.wrapper header.clear:before {
  display: block;
  content: "";
  width: calc(50% - 720px);
  height: 150px;
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #86ccd2;
  z-index: -1;
}
.wrapper header .container {
  max-width: 1440px;
}
.wrapper header .header {
  float: left;
  width: 100%;
  position: relative;
  background-image: url(../images/bg-logo.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .header {
    background-position: -70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper header .header {
    background-position: -50%;
  }
}
@media (max-width: 767px) {
  .wrapper header .header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-image: none;
    background-color: #86ccd2;
  }
}
.wrapper header .header .logo {
  float: left;
  width: 25%;
  margin: 29px 0 27px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wrapper header .header .logo {
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    margin: 0;
  }
  .wrapper header .header .logo img {
    max-width: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper header .header .logo {
    margin: 50px 0 32px 0;
  }
  .wrapper header .header .logo img {
    max-width: 218px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper header .header .logo {
    width: 175px;
    margin: 23px 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 15px;
  }
}
.wrapper header .header .header-right {
  float: left;
  width: 75%;
}
@media (max-width: 767px) {
  .wrapper header .header .header-right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper header .header .header-right {
    width: 100%;
  }
}
.wrapper header .header .header-right .header-top {
  float: left;
  width: 100%;
  text-align: right;
  padding: 0 51px 0 51px;
  margin: 21px 0 21px 0;
}
@media (max-width: 767px) {
  .wrapper header .header .header-right .header-top {
    text-align: center;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wrapper header .header .header-right .header-top .quick-link-wrapper {
  display: inline-block;
}
@media (max-width: 767px) {
  .wrapper header .header .header-right .header-top .quick-link-wrapper {
    width: 54%;
    float: left;
    padding: 8.5px 5px 4.5px;
    background-color: #355763;
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .header .header-right .header-top {
    padding: 0 20px 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper header .header .header-right .header-top {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper header .header .header-right .header-top {
    padding: 0 15px;
  }
}
.wrapper header .header .header-right .header-top a {
  color: #355763;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  margin: 13px 0 0 33px;
  letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper header .header .header-right .header-top a {
    margin: 13px 0 0 20px;
  }
}
.wrapper header .header .header-right .header-top a.contact-number {
  color: #2ca6a4;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  background-position: 0px 1px;
  background-repeat: no-repeat;
  background-image: url(../images/Phone.svg);
  padding-left: 29px;
  letter-spacing: .3px;
}
@media (max-width: 767px) {
  .wrapper header .header .header-right .header-top a.contact-number {
    color: #fff;
    margin: 0 13px 0 0;
    font-size: 13px;
    background-size: 15px 13px;
    background-position: 0px 3px;
    padding-left: 25px;
  }
  .wrapper header .header .header-right .header-top a.contact-number span {
    color: #fff;
  }
}
@media (max-width: 359px) {
  .wrapper header .header .header-right .header-top a.contact-number {
    margin: 0px 5px 0 0;
    padding-left: 20px;
  }
}
.wrapper header .header .header-right .header-top a.contact-number:hover {
  color: #355763;
}
.wrapper header .header .header-right .header-top a.contact-location {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/Location.svg);
  padding-left: 24px;
  margin: 13px 20px 0 37px;
}
.wrapper header .header .header-right .header-top a.contact-location span {
  color: #2ca6a4;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.wrapper header .header .header-right .header-top a.contact-location span:hover {
  color: #355763;
}
@media (max-width: 767px) {
  .wrapper header .header .header-right .header-top a.contact-location {
    margin: 1px 0 0 0;
    padding: 10px 7px;
    background-size: 11px 16px;
  }
  .wrapper header .header .header-right .header-top a.contact-location span {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper header .header .header-right .header-top a.contact-location {
    margin: 13px 0 0 20px;
  }
}
.wrapper header .header .header-right .header-top a.contact-location:hover {
  color: #fff;
}
.wrapper header .header .header-right .header-top a.referrals-link {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  background: #355763;
  font-size: 13px;
  padding: 11px 13px 11px 17px;
  letter-spacing: 1.5px;
  text-align: center;
  margin: 0px 0 0 10px;
}
.wrapper header .header .header-right .header-top a.referrals-link:hover {
  background-color: #2ca6a4;
}
@media (max-width: 767px) {
  .wrapper header .header .header-right .header-top a.referrals-link {
    background-color: #4a6873;
    padding: 9.5px 5px 9.5px;
    color: #fff;
    margin: 0;
    font-size: 10px;
    width: 100%;
    border: 0 !important;
  }
  .wrapper header .header .header-right .header-top a.referrals-link:hover {
    background-color: #fff;
    color: #4a6873 !important;
    border: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper header .header .header-right .header-top a.referrals-link {
    margin: 0px 0 0 10px;
  }
}
.wrapper header .header .header-right .header-top .dropdown_contact {
  display: inline-block;
  position: relative;
  z-index: 1000;
  text-align: left;
}
.wrapper header .header .header-right .header-top .dropdown_contact ._btn {
  padding-right: 30px;
}
.wrapper header .header .header-right .header-top .dropdown_contact ._btn em {
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrapper header .header .header-right .header-top .dropdown_contact .dropdown_list {
  display: none;
  position: absolute;
  top: 100%;
  left: 10px;
  background-color: #2ba6a4;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.wrapper header .header .header-right .header-top .dropdown_contact .dropdown_list.open {
  display: block;
}
.wrapper header .header .header-right .header-top .dropdown_contact .dropdown_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrapper header .header .header-right .header-top .dropdown_contact .dropdown_list ul li {
  display: inline-block;
}
.wrapper header .header .header-right .header-top .dropdown_contact .dropdown_list ul li a {
  color: #fff;
  margin: 0;
  text-align: left;
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  min-width: 320px;
}
.wrapper header .header .header-right .header-top .dropdown_contact .dropdown_list ul li a em {
  margin-right: 5px;
  font-size: 16px;
}
.wrapper header .header .header-right .header-top .dropdown_contact .dropdown_list ul li a span {
  color: #fff;
  font-size: 12px;
  padding: 10px;
}
.wrapper header .header .header-right .header-top .dropdown_contact .dropdown_list ul li a:hover {
  background-color: #86ccd2;
}
@media (max-width: 767px) {
  .wrapper header .header .header-right .header-top .dropdown_contact .dropdown_list {
    left: 0;
  }
}
@media (max-width: 767px) {
  .wrapper header .header .header-right .header-top .dropdown_contact {
    width: 100%;
  }
  .wrapper header .header .header-right .header-top .dropdown_contact ._btn {
    background-color: #355763;
    padding-right: 15px;
  }
}
.wrapper header .header .header-right .main-nav {
  float: left;
  width: 100%;
  text-align: right;
  padding: 15px 50px 0px 50px;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .header .header-right .main-nav {
    padding: 15px 20px 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper header .header .header-right .main-nav {
    padding: 18px 15px 0px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper header .header .header-right .main-nav {
    padding: 18px 15px 0 15px;
    text-align: center;
  }
}
.wrapper header .header .header-right .main-nav ul {
  padding: 0;
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wrapper header .header .header-right .main-nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.wrapper header .header .header-right .main-nav ul li.nav-path-selected > a {
  font-weight: 600;
}
.wrapper header .header .header-right .main-nav ul li:hover > ul {
  display: block;
}
.wrapper header .header .header-right .main-nav ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  width: 254px;
  background-color: rgba(53, 87, 99, 0.95);
  z-index: 1;
  text-align: left;
  padding: 6px 0 13px 0;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .header .header-right .main-nav ul li ul {
    width: 210px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper header .header .header-right .main-nav ul li ul {
    width: 210px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper header .header .header-right .main-nav ul li ul {
    width: 215px;
  }
}
.wrapper header .header .header-right .main-nav ul li ul li {
  float: left;
  width: 100%;
  padding: 0;
}
.wrapper header .header .header-right .main-nav ul li ul li ul {
  left: 100%;
  top: 0;
}
.wrapper header .header .header-right .main-nav ul li ul li a {
  float: left;
  width: 100%;
  color: #fff;
  text-transform: none;
  font-size: 14px;
  padding: 0 15px 0 32px;
  letter-spacing: 0px;
  margin: 5px 0;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .header .header-right .main-nav ul li ul li a {
    font-size: 11px;
    margin: 0 0 5px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper header .header .header-right .main-nav ul li ul li a {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper header .header .header-right .main-nav ul li ul li a {
    font-size: 12px;
    padding: 0 15px 0 30px;
    margin: 0 0 5px 0;
  }
}
.wrapper header .header .header-right .main-nav ul li:last-child > a {
  margin-right: 0;
}
.wrapper header .header .header-right .main-nav ul li:first-child > a {
  margin-left: 0;
}
.wrapper header .header .header-right .main-nav ul li a {
  color: #355763;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Poppins';
  display: inline-block;
  margin: 0 5px;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 12px;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper header .header .header-right .main-nav ul li a {
    font-size: 12px;
    margin-right: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper header .header .header-right .main-nav ul li a {
    font-size: 10px;
    margin: 0 6px;
    letter-spacing: .5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper header .header .header-right .main-nav ul li a {
    font-size: 10px;
    margin: 0 4px;
  }
}
.wrapper header .header .header-right .main-nav ul li a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.wrapper header .header .header-right .main-nav ul li a:hover {
  font-weight: 600;
}
.wrapper footer {
  background-color: #ffffff;
  padding: 42px 0px 33px 0px;
}
.wrapper footer .container {
  max-width: 1372px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper footer .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper footer .container {
    max-width: 950px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper footer .container {
    max-width: 1170px;
  }
}
@media (max-width: 767px) {
  .wrapper footer {
    padding: 40px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper footer {
    padding: 42px 0px 33px 0px;
  }
}
.wrapper footer .membership-logo {
  float: right;
  margin: 42px 0 0 0;
}
@media (max-width: 767px) {
  .wrapper footer .membership-logo {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
  }
}
.wrapper footer .footer-copyright {
  float: left;
  margin: 56px 0 0 0;
}
@media (max-width: 767px) {
  .wrapper footer .footer-copyright {
    margin: 15px 0 0 0;
    width: 100%;
    text-align: center;
  }
}
.wrapper footer .footer-copyright p {
  color: #000000;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0 0 0 -3px;
}
@media (max-width: 767px) {
  .wrapper footer .footer-copyright p {
    font-size: 13px;
    margin: 0 auto;
    max-width: 260px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper footer .footer-copyright p {
    font-size: 13px;
  }
}
.wrapper footer .footer-copyright p small {
  font-size: 15px;
}
@media (max-width: 767px) {
  .wrapper footer .footer-copyright p small {
    font-size: 13px;
    margin: 0;
  }
}
.wrapper footer .footer-social-link {
  float: right;
}
@media (max-width: 767px) {
  .wrapper footer .footer-social-link {
    width: 100%;
    text-align: center;
  }
}
.wrapper footer .footer-social-link ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .wrapper footer .footer-social-link ul {
    display: inline-block;
  }
}
.wrapper footer .footer-social-link ul li {
  list-style: none;
  line-height: 100%;
  margin: 0 0 0 5px;
  float: left;
}
@media (max-width: 767px) {
  .wrapper footer .footer-social-link ul li {
    margin: 0 5px;
  }
}
.wrapper footer .footer-social-link ul li a {
  width: 30px;
  height: 30px;
  background-color: #2ca6a4;
  display: inline-block;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
}
.wrapper footer .footer-social-link ul li a:hover {
  background-color: #355763;
}
.wrapper footer .footer-booking {
  float: left;
  margin-right: 45px;
}
.wrapper footer .footer-booking .btn {
  padding: 16px 29px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper footer .footer-booking {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .wrapper footer .footer-booking {
    width: 100%;
    text-align: center;
  }
}
.wrapper footer .footer-nav {
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper footer .footer-nav {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.wrapper footer .footer-nav ul {
  float: left;
  display: block;
  border-left: 1px solid #eee;
  padding: 0;
}
@media (max-width: 767px) {
  .wrapper footer .footer-nav ul {
    display: inline-block;
  }
}
.wrapper footer .footer-nav ul li {
  list-style: none;
}
@media (max-width: 767px) {
  .wrapper footer .footer-nav ul li {
    float: left;
    width: 100%;
  }
}
.wrapper footer .footer-nav ul li:last-child a:before {
  display: none;
}
.wrapper footer .footer-nav ul li a {
  color: #222222;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin: 8px 35px;
  letter-spacing: 1.3px;
  position: relative;
  text-decoration: none;
  display: block;
}
@media (max-width: 767px) {
  .wrapper footer .footer-nav ul li a {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper footer .footer-nav ul li a {
    padding: 0 15px;
  }
}
.wrapper footer .footer-nav ul li a:hover:after {
  width: 100%;
}
.wrapper footer .footer-nav ul li a:after {
  width: 0%;
  height: 1px;
  background-color: #222222;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.wrapper footer .footer-nav ul:first-child {
  border-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper footer .footer-nav ul {
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .wrapper footer .footer-nav {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    border: 0;
  }
}
.wrapper footer .footer-nav.v2 {
  width: 55%;
}
.wrapper footer .footer-nav.v2 ul {
  padding: 0;
  margin: -15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  border-left: 0;
}
.wrapper footer .footer-nav.v2 ul:before,
.wrapper footer .footer-nav.v2 ul:after {
  display: block;
  content: "";
  background: #eee;
  width: 1px;
  height: 100%;
  position: absolute;
  left: calc(33.33% - 10px);
  top: 0;
}
.wrapper footer .footer-nav.v2 ul:after {
  left: calc(66.66% - 10px);
}
.wrapper footer .footer-nav.v2 ul li {
  width: 33%;
}
.wrapper footer .footer-nav.v2 ul li a {
  margin: 4px 20px;
}
@media (max-width: 767px) {
  .wrapper footer .footer-nav.v2 {
    width: 100%;
  }
  .wrapper footer .footer-nav.v2 ul {
    margin: 20px 0;
    text-align: center;
    width: 100%;
    border: 0;
  }
  .wrapper footer .footer-nav.v2 ul:before,
  .wrapper footer .footer-nav.v2 ul:after {
    display: none;
  }
}
.wrapper .banner {
  position: relative;
}
.wrapper .banner .banner-image-mobile {
  height: calc(100vh - 100px);
  background-size: cover;
}
.wrapper .banner .banner-image-desktop {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .wrapper .banner .banner-image-desktop {
    display: none;
  }
}
.wrapper .banner .banner-image-desktop img {
  width: 100%;
  height: auto;
}
.wrapper .banner .google-rating {
  position: absolute;
  bottom: 0;
  right: 53px;
  z-index: 1;
  height: 76px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wrapper .banner .google-rating {
    right: 35px;
    height: 60px;
    width: 143px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .banner .google-rating {
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .banner .google-rating {
    right: 15px;
    height: 54px;
    width: 120px;
  }
}
.wrapper .banner p.treatment-value {
  position: absolute;
  top: 350px;
  right: 50px;
  color: #fff;
  /* background-image: url(../images/Finance.png); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  width: 185px;
  height: 185px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 0;
  background-color: #355763;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border: 4px solid #fff;
}
.wrapper .banner p.treatment-value:hover {
  color: #86ccd2;
}
@media (max-width: 767px) {
  .wrapper .banner p.treatment-value {
    width: 140px;
    height: 140px;
    background-size: contain;
    font-size: 14px;
    bottom: 65px;
    left: 35px;
    right: auto;
  }
}
@media (max-width: 359px) {
  .wrapper .banner p.treatment-value {
    bottom: 35px;
    width: 119px;
    height: 119px;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .banner p.treatment-value {
    bottom: 75px;
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .banner p.treatment-value {
    bottom: 45px;
    right: 15px;
    width: 120px;
    height: 120px;
    font-size: 14px;
    background-size: contain;
  }
}
.wrapper .banner .banner-caption-wrapper {
  position: absolute;
  left: 29.3%;
  top: 49.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 580px;
}
@media (max-width: 767px) {
  .wrapper .banner .banner-caption-wrapper {
    left: 18px;
    top: 6.5%;
    -webkit-transform: none;
    transform: none;
    width: 330px;
  }
}
@media (max-width: 359px) {
  .wrapper .banner .banner-caption-wrapper {
    width: 290px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .banner .banner-caption-wrapper {
    left: 23.7%;
    width: 480px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .banner .banner-caption-wrapper {
    left: 23.2%;
    width: 350px;
  }
}
.wrapper .banner .banner-caption-wrapper .banner-caption {
  overflow: hidden;
  float: left;
  width: 100%;
}
.wrapper .banner .banner-caption-wrapper .banner-caption h1 {
  color: #86ccd2;
  margin: 0;
  line-height: 1.2;
  font-size: 55px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.wrapper .banner .banner-caption-wrapper .banner-caption h1 span {
  color: #355763;
}
@media (max-width: 767px) {
  .wrapper .banner .banner-caption-wrapper .banner-caption h1 {
    margin: 0 0 27px;
    font-size: 36px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .banner .banner-caption-wrapper .banner-caption h1 {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .banner .banner-caption-wrapper .banner-caption h1 {
    font-size: 40px;
    letter-spacing: -1px;
  }
}
.wrapper .banner .banner-caption-wrapper .banner-caption .sub {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
  color: #355763;
}
@media (max-width: 991px) {
  .wrapper .banner .banner-caption-wrapper .banner-caption .sub {
    font-size: 18px;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
  }
}
.wrapper .banner .banner-caption-wrapper .banner-caption .btn {
  margin-top: 21px;
  padding: 24px 29px;
  vertical-align: top;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .wrapper .banner .banner-caption-wrapper .banner-caption .btn {
    padding: 24px 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 359px) {
  .wrapper .banner .banner-caption-wrapper .banner-caption .btn {
    padding: 24px 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .banner .banner-caption-wrapper .banner-caption .btn {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 20px 25px;
  }
}
.wrapper .banner .banner-caption-wrapper .banner-caption .btn + .btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .wrapper .banner .banner-caption-wrapper .banner-caption .btn + .btn {
    background-color: #fff !important;
    color: #86ccd2;
  }
}
.wrapper .banner .banner-caption-wrapper .banner-caption .btn:hover {
  background-color: #86ccd2 !important;
  color: #fff;
}
.wrapper .banner .reward_box {
  position: absolute;
  top: 30px;
  right: 50px;
  border: 5px solid #fff;
  background: #2ba6a4;
  border-radius: 50%;
  width: 310px;
  height: 310px;
  text-align: center;
}
.wrapper .banner .reward_box h3 {
  color: #355763;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px;
}
.wrapper .banner .reward_box h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.wrapper .banner .reward_box .img {
  margin-bottom: 0;
}
.wrapper .banner .reward_box.art:before {
  background-image: url(../images/curve_art_4.png);
}
.wrapper .banner .reward_box .circle-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px;
}
.wrapper .banner .reward_box .txt {
  position: absolute;
  padding: 50px 35px 10px;
  top: 0;
  left: 0;
}
.wrapper .banner .reward_box .circle {
  display: block;
  border: 2.5px dashed #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-clip: content-box;
  -webkit-animation: spin 26s linear infinite;
          animation: spin 26s linear infinite;
}
.wrapper .banner .reward_box .circle-wrapper:active .circle {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.wrapper .specialists-highlights {
  padding: 87px 0;
}
@media (max-width: 767px) {
  .wrapper .specialists-highlights {
    padding: 50px 0 25px;
  }
}
.wrapper .specialists-highlights h2 {
  margin-bottom: 20px;
  color: #86ccd2;
}
.wrapper .specialists-highlights h2 span {
  color: #355763;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .specialists-highlights {
    padding: 50px 0;
  }
}
.wrapper .specialists-highlights .btn {
  margin-top: 1px;
}
.wrapper .specialists-highlights .row .col-md-6:first-child {
  padding-right: 94px;
  margin-top: 54px;
}
@media (max-width: 767px) {
  .wrapper .specialists-highlights .row .col-md-6:first-child {
    padding-right: 15px;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .specialists-highlights .row .col-md-6:first-child {
    padding-right: 15px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .wrapper .specialists-highlights .col-md-6:last-child {
    text-align: center;
  }
  .wrapper .specialists-highlights .sp-image-part {
    display: inline-block;
    max-width: 275px;
  }
}
.wrapper .specialists-highlights .art {
  float: right;
}
.wrapper .specialists-highlights .art i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fed557;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .specialists-highlights .art i {
    top: auto;
    bottom: -10px;
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .wrapper .specialists-highlights .art i {
    top: auto;
    bottom: -10px;
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}
.wrapper .specialists-highlights .art.sp-image-1 {
  margin: 0 29px 0 15px;
  width: 231px;
  height: 231px;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .wrapper .specialists-highlights .art.sp-image-1 {
    width: 107px !important;
    height: 107px !important;
    margin: 0 15px 0 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .specialists-highlights .art.sp-image-1 {
    width: 206px;
    height: 206px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .specialists-highlights .art.sp-image-1 {
    width: 173.25px;
    height: 173.25px;
    margin: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .specialists-highlights .art.sp-image-1 {
    width: 115.5px;
    height: 115.5px;
  }
}
.wrapper .specialists-highlights .art.sp-image-1 img {
  width: 100%;
  height: 100%;
}
.wrapper .specialists-highlights .art.sp-image-2 {
  margin: 63px 28px 0 0;
  width: 287px;
  height: 287px;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .wrapper .specialists-highlights .art.sp-image-2 {
    width: 125px !important;
    height: 125px !important;
    margin: 45px 12px 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .specialists-highlights .art.sp-image-2 {
    width: 262px;
    height: 262px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .specialists-highlights .art.sp-image-2 {
    width: 215.25px;
    height: 215.25px;
    margin: 55px 20px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .specialists-highlights .art.sp-image-2 {
    width: 143.5px;
    height: 143.5px;
  }
}
.wrapper .specialists-highlights .art.sp-image-2 img {
  width: 100%;
  height: 100%;
}
.wrapper .specialists-highlights .art.sp-image-3 {
  margin: -77px 0 0;
  width: 345px;
  height: 345px;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .wrapper .specialists-highlights .art.sp-image-3 {
    width: 145px !important;
    height: 145px !important;
    margin: -35px 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .specialists-highlights .art.sp-image-3 {
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .specialists-highlights .art.sp-image-3 {
    width: 258.75px;
    height: 258.75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .specialists-highlights .art.sp-image-3 {
    width: 172.5px;
    height: 172.5px;
  }
}
.wrapper .specialists-highlights .art.sp-image-3 img {
  width: 100%;
  height: 100%;
}
.wrapper .specialists-highlights .art:hover i {
  background-color: #2ca6a4;
}
.wrapper .specialists-highlights.v2 .container {
  max-width: 1270px;
}
.wrapper .specialists-highlights.v2 .align_center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.wrapper .specialists-highlights.v2 .sp-image-part {
  margin-top: 35px;
  max-width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .wrapper .specialists-highlights.v2 .sp-image-part {
    text-align: center;
  }
}
.wrapper .specialists-highlights.v2 .art {
  margin: 0 25px 15px 0;
  float: none;
  width: 220px;
  height: 220px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .specialists-highlights.v2 .art {
    margin: 0 15px 15px 0;
  }
}
@media (max-width: 767px) {
  .wrapper .specialists-highlights.v2 .art {
    margin: 0 0 10px 0;
    width: 140px!important;
    height: 140px!important;
  }
}
.wrapper .specialists-highlights.v2 .video_section {
  margin-bottom: 0;
}
.wrapper .specialists-highlights.v2 .video_section .box {
  margin-bottom: 0;
}
.wrapper .specialists-highlights.v2 .video_section .box .video_thumb {
  text-align: center;
}
.wrapper .specialists-highlights.v2 .video_section .box .video_thumb .play_icon {
  background-color: #355763;
}
.wrapper .specialists-highlights.v2 .video_section .box .video_thumb:hover .play_icon {
  background-color: #2ca6a4;
}
.wrapper .hg-achievement {
  background-color: #86ccd2;
  padding: 100px 0 70px;
}
@media (max-width: 767px) {
  .wrapper .hg-achievement {
    padding: 50px 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .hg-achievement {
    padding: 50px 0 25px;
  }
}
.wrapper .hg-achievement .row .col-md-4 {
  padding-right: 55px;
}
@media (max-width: 767px) {
  .wrapper .hg-achievement .row .col-md-4 {
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .hg-achievement .row .col-md-4 {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .wrapper .hg-achievement .row .col-md-8 {
    text-align: center;
  }
}
.wrapper .hg-achievement p {
  color: #fff;
}
.wrapper .hg-achievement ul li {
  color: #fff;
}
.wrapper .hg-achievement ul li a {
  color: #fff;
}
.wrapper .hg-achievement ol li {
  color: #fff;
}
.wrapper .hg-achievement ol li a {
  color: #fff;
}
.wrapper .hg-achievement h3 {
  color: #fff;
}
.wrapper .hg-achievement h4 {
  color: #fff;
}
.wrapper .hg-achievement h5 {
  color: #fff;
}
.wrapper .hg-achievement h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.wrapper .hg-achievement h6 {
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.wrapper .hg-achievement .hg-outer {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .wrapper .hg-achievement .hg-outer {
    margin-top: 0;
    padding: 0;
    display: inline-block;
  }
}
.wrapper .hg-achievement .hg-outer .hg-cover {
  width: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .wrapper .hg-achievement .hg-outer .hg-cover {
    margin: 0 0 15px;
    min-width: 100%;
  }
}
.wrapper .hg-achievement .hg-outer .hg-cover:hover .hg-hover-content {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wrapper .hg-achievement .hg-outer .hg-cover .hg-hover-content {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background-color: #c0fdfb;
  position: absolute;
  top: -80px;
  left: -2px;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 39px 35px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 9;
}
@media (max-width: 767px) {
  .wrapper .hg-achievement .hg-outer .hg-cover .hg-hover-content {
    width: 320px;
    height: 320px;
    padding: 25px;
    left: 0;
    top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .hg-achievement .hg-outer .hg-cover .hg-hover-content {
    width: 320px;
    height: 320px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .hg-achievement .hg-outer .hg-cover .hg-hover-content {
    padding: 20px 25px 25px;
    width: 260px;
    height: 260px;
    top: -2px;
  }
}
.wrapper .hg-achievement .hg-outer .hg-cover .hg-hover-content img {
  width: 50px;
  margin: 0 0 18px;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .hg-achievement .hg-outer .hg-cover .hg-hover-content img {
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .hg-achievement .hg-outer .hg-cover .hg-hover-content img {
    width: 40px;
    margin: 0 0 10px;
    height: auto;
  }
}
.wrapper .hg-achievement .hg-outer .hg-cover .hg-hover-content p {
  color: #355763;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .wrapper .hg-achievement .hg-outer .hg-cover .hg-hover-content p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .hg-achievement .hg-outer .hg-cover .hg-hover-content p {
    font-size: 11px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .hg-achievement .hg-outer .hg-cover .hg-hover-content p {
    font-size: 10px;
    line-height: 18px;
  }
}
.wrapper .hg-achievement .hg-outer .hg-cover .hg-images {
  background-image: url("../images/art_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 119px;
  height: 119px;
  display: inline-block;
  text-align: center;
  line-height: 119px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .wrapper .hg-achievement .hg-outer .hg-cover .hg-images {
    margin-bottom: 15px;
  }
}
.wrapper .achievement {
  background-color: #355763;
  padding: 49px 0 27px;
}
@media (max-width: 767px) {
  .wrapper .achievement {
    padding: 50px 0 35px;
  }
  .wrapper .achievement .col-md-auto {
    margin-bottom: 15px;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.wrapper .achievement .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .achievement .achievement-icon {
  min-height: 62px;
  line-height: 62px;
}
.wrapper .achievement img {
  margin-bottom: 15px;
}
.wrapper .achievement h6 {
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .wrapper .achievement h6 {
    line-height: 21px;
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .achievement h6 {
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.wrapper .treatment-method-highlights {
  background-color: #f6f6f5;
  position: relative;
  margin-top: 0;
}
@media (max-width: 767px) {
  .wrapper .treatment-method-highlights {
    margin-top: 0;
  }
}
.wrapper .treatment-method-highlights .col-md-4 {
  -ms-flex: 0 0 28.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 28.333333%;
  max-width: 28.333333%;
}
@media (max-width: 767px) {
  .wrapper .treatment-method-highlights .col-md-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    background-color: #fed557;
  }
}
.wrapper .treatment-method-highlights .col-md-8 {
  -ms-flex: 0 0 71.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 71.666667%;
  max-width: 71.666667%;
}
@media (max-width: 767px) {
  .wrapper .treatment-method-highlights .col-md-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.wrapper .treatment-method-highlights:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 30.4%;
  height: 100%;
  background-color: #fed557;
}
@media (max-width: 767px) {
  .wrapper .treatment-method-highlights:before {
    width: 0;
  }
}
.wrapper .treatment-method-highlights .treatment-method-content {
  padding: 113px 0 120px 76px;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .wrapper .treatment-method-highlights .treatment-method-content {
    padding: 50px 0;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .treatment-method-highlights .treatment-method-content {
    padding: 113px 0 120px 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .treatment-method-highlights .treatment-method-content {
    padding: 113px 0 120px 15px;
  }
}
.wrapper .treatment-method-highlights .treatment-method-content .treatment_image {
  float: left;
  margin-right: 59px;
  width: 350px;
  height: 350px;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .wrapper .treatment-method-highlights .treatment-method-content .treatment_image {
    width: 290px;
    height: 290px;
    margin-right: 0;
    float: none;
    display: inline-block;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .treatment-method-highlights .treatment-method-content .treatment_image {
    margin-right: 38px;
    width: 335px;
    height: 335px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .treatment-method-highlights .treatment-method-content .treatment_image {
    margin-right: 30px;
    width: 275px;
    height: 275px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .treatment-method-highlights .treatment-method-content .treatment_image {
    margin-right: 30px;
    width: 220px;
    height: 220px;
  }
}
.wrapper .treatment-method-highlights .treatment-method-content .treatment_image img {
  width: 100%;
  height: 100%;
}
.wrapper .treatment-method-highlights .treatment-method-content .treatment-contents {
  float: left;
  width: 49%;
  margin: 54px 0 0;
}
@media (max-width: 767px) {
  .wrapper .treatment-method-highlights .treatment-method-content .treatment-contents {
    width: 100%;
    margin: 30px 0 0;
    text-align: left;
  }
  .wrapper .treatment-method-highlights .treatment-method-content .treatment-contents p br {
    display: none;
  }
}
.wrapper .treatment-method-highlights .treatment-method-content .treatment-contents .btn {
  padding: 24px 27px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .wrapper .treatment-method-highlights .treatment-method-content .treatment-contents .btn {
    padding: 18px 20px;
  }
}
.wrapper .treatment-method-highlights .treatment-method-content .nav-tabs {
  border: 0;
  margin-bottom: 76px;
}
@media (max-width: 767px) {
  .wrapper .treatment-method-highlights .treatment-method-content .nav-tabs {
    margin-bottom: 30px;
  }
}
.wrapper .treatment-method-highlights .treatment-method-content .nav-tabs a {
  font-size: 18.1px;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  color: #86ccd2;
  border: 0;
  background-color: transparent;
  padding: 0 53px;
  margin: 0;
  text-align: center;
  -webkit-box-flex: 0;
          flex: none;
  -ms-flex: none;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .wrapper .treatment-method-highlights .treatment-method-content .nav-tabs a {
    float: left;
    width: 100%;
    padding: 5px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .treatment-method-highlights .treatment-method-content .nav-tabs a {
    padding: 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .treatment-method-highlights .treatment-method-content .nav-tabs a {
    padding: 0 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .treatment-method-highlights .treatment-method-content .nav-tabs a {
    padding: 0 15px;
    font-size: 15px;
  }
}
.wrapper .treatment-method-highlights .treatment-method-content .nav-tabs a.active {
  color: #2ca6a4;
  text-decoration: underline;
}
.wrapper .treatment-method-highlights .treatment-method-content .nav-tabs a:hover {
  color: #2ca6a4;
  text-decoration: underline;
}
.wrapper .treatment-method-highlights .treatment-method-content .nav-tabs a:first-child {
  padding-left: 0;
}
.wrapper .treatment-method-highlights .treatment-method-content .nav-tabs a:last-child {
  padding-right: 0;
}
.wrapper .treatment-method-highlights .treatment-method-content .nav-tabs a:last-child:before {
  display: none;
}
.wrapper .treatment-method-highlights .treatment-method-content .nav-tabs a:before {
  background-color: #dbe0e0;
  width: 1px;
  height: 20px;
  content: "";
  position: absolute;
  top: 4px;
  right: -5px;
}
@media (max-width: 767px) {
  .wrapper .treatment-method-highlights .treatment-method-content .nav-tabs a:before {
    display: none;
  }
}
.wrapper .treatment-method-highlights .treatment-method-content .nav-tabs .nav-link.active {
  border: 0;
}
.wrapper .treatment-method-highlights .treatment-method-title {
  background-color: #fed557;
  height: 100%;
  padding: 169px 90px 0 0;
}
.wrapper .treatment-method-highlights .treatment-method-title p {
  color: #fff;
}
@media (max-width: 767px) {
  .wrapper .treatment-method-highlights .treatment-method-title {
    padding: 50px 0 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .treatment-method-highlights .treatment-method-title {
    padding: 169px 55px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .treatment-method-highlights .treatment-method-title {
    padding: 169px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .treatment-method-highlights .treatment-method-title {
    padding: 169px 0 0;
  }
}
.wrapper .treatment-method-highlights .treatment-method-title h2 {
  color: #ffffff;
  margin-bottom: 21px;
}
.wrapper .treatments-highlights {
  padding: 120px 0 115px;
  background-color: #f6f6f5;
}
@media (max-width: 767px) {
  .wrapper .treatments-highlights {
    padding: 50px 0;
  }
  .wrapper .treatments-highlights .col-md-9 {
    text-align: center;
  }
  .wrapper .treatments-highlights h2 br,
  .wrapper .treatments-highlights p br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .treatments-highlights {
    margin: 100px 0 11px;
  }
}
.wrapper .treatments-highlights .sp-image-part {
  float: left;
  width: 100%;
  position: relative;
}
.wrapper .treatments-highlights .sp-image-part a.hlink-hover:hover .sp-link {
  background-color: #355763;
}
@media (max-width: 767px) {
  .wrapper .treatments-highlights .sp-image-part {
    max-width: 275px;
    float: none;
    display: inline-block;
    margin: 0 auto;
  }
}
.wrapper .treatments-highlights .sp-image-part .art {
  width: 323px;
  height: 323px;
  float: right;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .wrapper .treatments-highlights .sp-image-part .art {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .treatments-highlights .sp-image-part .art {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .treatments-highlights .sp-image-part .art {
    width: 200px;
    height: 200px;
  }
}
.wrapper .treatments-highlights .sp-image-part .art h5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.wrapper .treatments-highlights .sp-image-part .art .sp-link {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #86ccd2;
  bottom: -22px;
  left: 10px;
  margin: 0 auto;
  right: 0;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-image: url("../images/right_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .wrapper .treatments-highlights .sp-image-part .art .sp-link {
    width: 30px;
    height: 30px;
    background-size: 7px;
    bottom: -15px;
  }
}
.wrapper .treatments-highlights .sp-image-part .art .sp-link:hover {
  background-color: #355763;
}
.wrapper .treatments-highlights .sp-image-part .art.sp-image-1 {
  margin: 215px 0 0;
}
@media (max-width: 767px) {
  .wrapper .treatments-highlights .sp-image-part .art.sp-image-1 {
    margin: 85px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .treatments-highlights .sp-image-part .art.sp-image-1 {
    margin: 150px 0 0;
  }
}
.wrapper .treatments-highlights .sp-image-part .art.sp-image-1 .sp-link {
  right: auto;
  left: 55px;
  bottom: 0;
}
@media (max-width: 767px) {
  .wrapper .treatments-highlights .sp-image-part .art.sp-image-1 .sp-link {
    right: auto;
    left: 25px;
    bottom: -8px;
  }
}
.wrapper .treatments-highlights .sp-image-part .art.sp-image-1 h5 {
  background-image: url("../images/adult-treatment-txt.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 139px;
  height: 92px;
  display: inline-block;
  left: auto;
  right: 0;
  top: -27px;
}
@media (max-width: 767px) {
  .wrapper .treatments-highlights .sp-image-part .art.sp-image-1 h5 {
    right: -42px;
    top: -40px;
    background-size: 75px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .treatments-highlights .sp-image-part .art.sp-image-1 h5 {
    width: 95px;
    top: -40px;
    background-size: contain;
  }
}
.wrapper .treatments-highlights .sp-image-part .art.sp-image-2 {
  margin: 0 -1px 0 0;
}
.wrapper .treatments-highlights .sp-image-part .art.sp-image-2 h5 {
  background-image: url("../images/teenage-treatment-txt.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 155px;
  height: 104px;
  display: inline-block;
  left: -5px;
  right: auto;
  top: -28px;
}
@media (max-width: 767px) {
  .wrapper .treatments-highlights .sp-image-part .art.sp-image-2 h5 {
    left: -48px;
    margin: 0 auto;
    top: -43px;
    background-size: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .treatments-highlights .sp-image-part .art.sp-image-2 h5 {
    width: 105px;
    left: -7px;
    right: auto;
    top: -40px;
    background-size: contain;
  }
}
.wrapper .treatments-highlights .sp-image-part .art.sp-image-3 {
  margin: -80px 250px 0 0;
}
@media (max-width: 767px) {
  .wrapper .treatments-highlights .sp-image-part .art.sp-image-3 {
    margin: -55px 138px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .treatments-highlights .sp-image-part .art.sp-image-3 {
    margin: 35px 60px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .treatments-highlights .sp-image-part .art.sp-image-3 {
    margin: 22px 70px 0 0;
  }
}
.wrapper .treatments-highlights .sp-image-part .art.sp-image-3 h5 {
  background-image: url("../images/early-treatment-txt.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 37px;
  height: 158px;
  display: inline-block;
  left: -28px;
  right: auto;
  top: 99px;
}
@media (max-width: 767px) {
  .wrapper .treatments-highlights .sp-image-part .art.sp-image-3 h5 {
    left: -25px;
    top: -6px;
    margin: 0 auto;
    background-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .treatments-highlights .sp-image-part .art.sp-image-3 h5 {
    width: 27px;
    left: -22px;
    right: auto;
    top: 31px;
    background-size: contain;
  }
}
.wrapper .treatments-highlights .sp-image-part .art.sp-image-3 .sp-link {
  right: 0;
  left: auto;
  bottom: 45px;
}
@media (max-width: 767px) {
  .wrapper .treatments-highlights .sp-image-part .art.sp-image-3 .sp-link {
    right: -5px;
    bottom: 10px;
    margin: 0 auto;
  }
}
.wrapper .treatments-highlights .sp-image-part .art img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .treatments-highlights .col-md-9 {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
            flex: 0 0 70%;
    max-width: 70%;
  }
}
.wrapper .treatments-highlights .col-md-3 {
  margin-top: 154px;
}
@media (max-width: 767px) {
  .wrapper .treatments-highlights .col-md-3 {
    margin: 0 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .treatments-highlights .col-md-3 {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
            flex: 0 0 30%;
    max-width: 30%;
    margin-top: 75px;
  }
}
.wrapper .treatments-highlights .col-md-3 h2 {
  color: #86ccd2;
  margin: 0 0 14px;
}
.wrapper .treatments-highlights .col-md-3 h2 span {
  color: #355763;
}
.wrapper .treatments-highlights .col-md-3 p {
  font-size: 19px;
  letter-spacing: 0.3px;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .treatments-highlights .col-md-3 p {
    font-size: 18px;
  }
}
.wrapper .consultation {
  padding: 120px 0 0;
  background-color: #fed557;
}
.wrapper .consultation h2 {
  color: #fff;
}
.wrapper .consultation h2 span {
  color: #fff;
}
@media (max-width: 767px) {
  .wrapper .consultation {
    padding: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .consultation {
    padding: 50px 0 0;
  }
}
.wrapper .consultation .col-md-5 {
  margin-top: 62px;
}
@media (max-width: 767px) {
  .wrapper .consultation .col-md-5 {
    margin-top: 0;
  }
}
.wrapper .consultation .col-md-5 h2 {
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .wrapper .consultation .col-md-5 h2 {
    margin-bottom: 25px;
  }
}
.wrapper .consultation .col-md-5 .btn {
  padding: 24px 31px;
  float: left;
  clear: left;
}
@media (max-width: 767px) {
  .wrapper .consultation .col-md-5 .btn {
    padding: 18px 20px;
    float: none;
    vertical-align: text-bottom;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .consultation .col-md-5 .btn {
    padding: 20px;
  }
}
.wrapper .consultation .col-md-5 .btn + .btn {
  margin: 13px 0 0;
}
.wrapper .consultation .col-md-7 {
  text-align: right;
}
@media (max-width: 767px) {
  .wrapper .consultation .col-md-7 {
    text-align: center;
    margin-top: 50px;
  }
}
.wrapper .consultation .col-md-7 img {
  margin-right: 34px;
}
@media (max-width: 767px) {
  .wrapper .consultation .col-md-7 img {
    margin-right: 0;
  }
}
.wrapper .instagram {
  padding: 124px 5px 100px;
  background-color: #fafaf9;
}
@media (max-width: 767px) {
  .wrapper .instagram {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .instagram {
    padding: 50px 0;
  }
}
.wrapper .instagram .container-fluid {
  padding: 0;
}
.wrapper .instagram .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .instagram .row .col-md-auto {
  position: relative;
  padding: 0 10px;
  width: 16.2584%;
}
.wrapper .instagram .row .col-md-auto:hover img {
  opacity: .7;
}
.wrapper .instagram .row .col-md-auto:hover .likes {
  opacity: 1;
}
.wrapper .instagram .row .col-md-auto .likes {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 0 10px;
  padding: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper .instagram .row .col-md-auto .likes i {
  margin-right: 5px;
  text-shadow: none;
  color: red;
}
.wrapper .instagram .row .col-md-auto:first-child {
  width: 8.1292%;
}
@media (max-width: 767px) {
  .wrapper .instagram .row .col-md-auto:first-child {
    width: 33.33%;
  }
}
.wrapper .instagram .row .col-md-auto:first-child img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.wrapper .instagram .row .col-md-auto:last-child {
  width: 8.1292%;
}
@media (max-width: 767px) {
  .wrapper .instagram .row .col-md-auto:last-child {
    width: 33.33%;
  }
}
.wrapper .instagram .row .col-md-auto:last-child img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 767px) {
  .wrapper .instagram .row .col-md-auto {
    width: 33.33%;
  }
}
.wrapper .instagram .row .col-md-auto.follow-us {
  padding: 0 15px;
  width: 18.708%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .wrapper .instagram .row .col-md-auto.follow-us {
    width: 100%;
    padding: 30px 15px;
  }
}
.wrapper .instagram .row .col-md-auto.follow-us h3 {
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .instagram .row .col-md-auto.follow-us h3 {
    font-size: 22px;
    margin: 0 0 10px;
  }
}
.wrapper .instagram .row .col-md-auto.follow-us ul {
  padding: 0;
  margin: 0;
}
.wrapper .instagram .row .col-md-auto.follow-us ul li {
  margin: 0 3px;
  list-style: none;
  display: inline-block;
}
.wrapper .instagram .row .col-md-auto.follow-us ul li a {
  width: 60px;
  height: 60px;
  background-color: #355763;
  display: inline-block;
  line-height: 60px;
  color: #fff;
  font-size: 26px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .wrapper .instagram .row .col-md-auto.follow-us ul li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .instagram .row .col-md-auto.follow-us ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22p;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .instagram .row .col-md-auto.follow-us ul li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .instagram .row .col-md-auto.follow-us ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.wrapper .instagram .row .col-md-auto.follow-us ul li a:hover {
  background-color: #86ccd2;
}
.wrapper .instagram .row .col-md-auto img {
  width: 100%;
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.wrapper .map {
  background-color: #86ccd2;
}
.wrapper .map .container-fluid {
  padding: 0;
}
.wrapper .map .map-tab {
  float: left;
  width: 100%;
}
.wrapper .map .map-tab .display-map {
  position: relative;
  float: left;
  width: 100%;
}
.wrapper .map .map-tab .display-map .map-details {
  width: 266px;
  position: absolute;
  bottom: 0;
  left: 50px;
  background-color: #86ccd2;
  padding: 31px 41px 41px;
  min-height: 289px;
}
@media (max-width: 767px) {
  .wrapper .map .map-tab .display-map .map-details {
    width: 100%;
    position: static;
    padding: 30px 15px;
    text-align: center;
  }
}
.wrapper .map .map-tab .display-map .map-details h6 {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 3px;
}
.wrapper .map .map-tab .display-map .map-details a.map-phone {
  color: #222222;
  font-size: 15px;
  letter-spacing: 0.3px;
  display: block;
  position: relative;
  top: 2px;
  margin-bottom: 22px;
  text-decoration: none;
}
.wrapper .map .map-tab .display-map .map-details a.map-phone:hover {
  color: #fff;
}
.wrapper .map .map-tab .display-map .map-details a.map-phone i {
  margin-right: 9px;
}
.wrapper .map .map-tab .display-map .map-details .btn {
  padding: 16px 29px;
}
.wrapper .map .map-tab .display-map .map-details .btn:hover {
  background-color: #fff !important;
  color: #355763;
}
.wrapper .map .map-tab .display-map .map-details a.map-tel {
  color: #fff;
}
.wrapper .map .map-tab nav {
  position: relative;
  z-index: 1;
}
.wrapper .map .map-tab .nav-tabs {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0;
}
.wrapper .map .map-tab .nav-tabs a {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 20px;
  text-decoration: none;
  padding: 26px 0 27px;
  display: inline-block;
  width: 25%;
  position: relative;
}
@media (max-width: 767px) {
  .wrapper .map .map-tab .nav-tabs a {
    width: 100%;
    font-size: 18px;
    padding: 12px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .map .map-tab .nav-tabs a {
    width: 24.69%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .map .map-tab .nav-tabs a {
    width: 24.69%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .map .map-tab .nav-tabs a {
    font-size: 16px;
    width: 24.59%;
  }
}
.wrapper .map .map-tab .nav-tabs a.active {
  color: #355763;
}
.wrapper .map .map-tab .nav-tabs a.active:before {
  opacity: 1;
  bottom: -10px;
}
@media (max-width: 767px) {
  .wrapper .map .map-tab .nav-tabs a.active:before {
    bottom: -20px;
  }
}
.wrapper .map .map-tab .nav-tabs a:hover {
  color: #355763;
}
.wrapper .map .map-tab .nav-tabs a:hover:before {
  opacity: 1;
  bottom: -10px;
}
@media (max-width: 767px) {
  .wrapper .map .map-tab .nav-tabs a:hover:before {
    bottom: -20px;
  }
}
.wrapper .map .map-tab .nav-tabs a:before {
  background-image: url("../images/tab_nav_hover.png");
  background-position: top center;
  background-repeat: no-repeat;
  width: 61px;
  height: 30px;
  opacity: 0;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .wrapper .map .map-tab .nav-tabs a:before {
    background-size: 30px;
    bottom: -18px;
  }
}
.wrapper.page-template-full.wrapper .instagram {
  padding: 120px 5px 121px;
}
@media (max-width: 767px) {
  .wrapper.page-template-full.wrapper .instagram {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper.page-template-full.wrapper .instagram {
    padding: 50px 0;
  }
}
.wrapper.page-template-inside.wrapper .instagram {
  padding: 118px 5px 121px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .wrapper.page-template-inside.wrapper .instagram {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper.page-template-inside.wrapper .instagram {
    padding: 50px 0;
  }
}
.wrapper .book-consultation {
  background-color: #86ccd2;
  padding: 32px 0 17px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .wrapper .book-consultation {
    background-image: none !important;
  }
}
.wrapper .book-consultation.inside-form {
  background-position: top center;
  padding: 32px 0;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .book-consultation.inside-form {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .wrapper .book-consultation.inside-form {
    padding: 30px 0;
  }
}
.wrapper .book-consultation.inside-form .form-consultation {
  margin: 20px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .book-consultation.inside-form .form-consultation {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .wrapper .book-consultation.inside-form .form-consultation {
    margin: 0;
  }
}
.wrapper .book-consultation.inside-form .form-consultation h2 {
  color: #86ccd2;
}
@media (max-width: 767px) {
  .wrapper .book-consultation.inside-form .form-consultation h2 {
    color: #fff;
  }
}
.wrapper .book-consultation.inside-form .form-consultation h2 span {
  color: #355763;
}
.wrapper .book-consultation .btn-list {
  float: right;
}
@media (max-width: 767px) {
  .wrapper .book-consultation .btn-list {
    display: none;
  }
}
.wrapper .book-consultation .btn-list ul {
  padding: 0;
  margin: 0;
}
.wrapper .book-consultation .btn-list ul li {
  list-style: none;
  color: #355763;
  width: 210px;
  height: 210px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 42px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
  background-image: url("../images/art_green.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .book-consultation .btn-list ul li {
    width: 150px;
    height: 150px;
    padding: 33px 0 0;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 10px;
  }
}
.wrapper .book-consultation .btn-list ul li span.box-count {
  float: left;
  width: 100%;
  color: #355763;
  font-size: 40px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 19px;
}
.wrapper .book-consultation .form-consultation {
  padding: 0 0 0 33px;
  margin: 49px 0 0;
  max-width: 405px;
}
@media (max-width: 767px) {
  .wrapper .book-consultation .form-consultation {
    margin: 0;
    padding: 0 20px;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .book-consultation .form-consultation {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .book-consultation .form-consultation {
    padding: 0;
    margin: 0;
  }
}
.wrapper .book-consultation .form-consultation h2 {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin: 0 0 14px;
}
@media (max-width: 767px) {
  .wrapper .book-consultation .form-consultation h2 {
    font-size: 26px;
    margin: 0 0 25px;
  }
}
@media (max-width: 359px) {
  .wrapper .book-consultation .form-consultation h2 {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .book-consultation .form-consultation h2 {
    font-size: 30px;
  }
}
.wrapper .book-consultation .form-consultation p {
  margin: 0 0 17px;
}
@media (max-width: 767px) {
  .wrapper .book-consultation .form-consultation p {
    margin: 0 0 32px;
  }
}
.wrapper .book-consultation .form-consultation .book-form {
  float: left;
  width: 100%;
}
.wrapper .book-consultation .form-consultation .book-form p {
  font-size: 14px;
  margin: 12px 0 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .book-consultation .form-consultation .book-form p {
    font-size: 8px;
  }
}
.wrapper .book-consultation .form-consultation .book-form p a {
  font-size: 11px;
  color: #222;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .book-consultation .form-consultation .book-form p a {
    font-size: 8px;
  }
}
.wrapper .book-consultation .form-consultation .book-form p a:hover {
  text-decoration: none;
}
.wrapper .book-consultation .form-consultation .book-form .form-group {
  margin: 0 0 2px;
}
.wrapper .book-consultation .form-consultation .book-form .form-group.field-date {
  position: relative;
}
.wrapper .book-consultation .form-consultation .book-form .form-group.field-date:before {
  width: 17px;
  height: 17px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 18px;
  right: 21px;
  background-image: url("../images/calendar-icon.png");
  background-position: center;
  background-repeat: no-repeat;
}
.wrapper .book-consultation .form-consultation .book-form .form-group .lbl {
  margin-top: 15px;
  font-weight: 500;
  display: block;
}
.wrapper .book-consultation .form-consultation .book-form .form-group input[type="radio"],
.wrapper .book-consultation .form-consultation .book-form .form-group input[type="checkbox"] {
  width: auto;
  height: auto;
}
.wrapper .book-consultation .form-consultation .book-form .form-group .custom_label {
  margin-bottom: 8px;
}
.wrapper .book-consultation .form-consultation .book-form input,
.wrapper .book-consultation .form-consultation .book-form select {
  width: 100%;
  border-radius: 0;
  border: 0;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #2ca6a4;
  letter-spacing: 0.6px;
  padding: 0 21px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .book-consultation .form-consultation .book-form input,
  .wrapper .book-consultation .form-consultation .book-form select {
    height: 45px;
  }
}
.wrapper .book-consultation .form-consultation .book-form input.btn {
  padding: 18px 29px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 19px;
}
.wrapper .readyto-book-content {
  float: left;
  width: 100%;
  padding: 70px 0 0 90px;
}
@media (max-width: 767px) {
  .wrapper .readyto-book-content {
    padding: 25px 0 50px;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .readyto-book-content {
    padding: 55px 0 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .readyto-book-content {
    padding: 32px 0 0;
  }
}
.wrapper .readyto-book-content h2 {
  color: #ffffff;
  margin: 0 0 18px;
  letter-spacing: -1px;
}
.wrapper .readyto-book-content .btn {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .wrapper .readyto-book-content .btn {
    margin-bottom: 12px;
  }
}
@media (max-width: 359px) {
  .wrapper .readyto-book-content .btn {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .readyto-book-content .btn {
    padding: 24px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .readyto-book-content .btn {
    margin-right: 3px;
    padding: 20px 15px;
    font-size: 11px;
  }
}
.wrapper .readyto-book-content .btn.btn-success:hover {
  background-color: #86ccd2 !important;
}
.wrapper .readyto-book {
  background-color: #355763;
}
@media (max-width: 767px) {
  .wrapper .readyto-book {
    text-align: center;
  }
}
.wrapper .readyto-book .art {
  float: right;
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .wrapper .readyto-book .art {
    float: none;
  }
}
.wrapper .readyto-book .art:before {
  background-image: url("../images/art_cutoff.png");
}
.wrapper .perfect-solution {
  padding: 102px 0 70px;
}
@media (max-width: 767px) {
  .wrapper .perfect-solution {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .perfect-solution {
    padding: 50px 0;
  }
}
.wrapper .perfect-solution h2 {
  letter-spacing: -1px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .perfect-solution h2 {
    font-size: 31px;
    line-height: 41px;
  }
}
@media (max-width: 767px) {
  .wrapper .perfect-solution .sp-image-part {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
  }
}
.wrapper .perfect-solution .sp-image-part .art {
  float: right;
  position: relative;
}
@media (max-width: 767px) {
  .wrapper .perfect-solution .sp-image-part .art {
    float: none;
    width: 250px !important;
    height: 250px !important;
    margin: 0 auto 60px !important;
    display: inline-block;
    left: 0 !important;
  }
}
.wrapper .perfect-solution .sp-image-part .art img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.wrapper .perfect-solution .sp-image-part .art.sp-image-3 {
  margin: 207px 10px 0 0;
  position: relative;
  left: -39px;
  width: 229px;
  height: 229px;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-3 {
    margin: 121px 0 0;
    left: -20px;
    width: 115px;
    height: 115px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-3 {
    width: 173px;
    height: 173px;
    margin: 207px 10px 0 0;
    left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-3 {
    width: 202px;
    height: 202px;
  }
}
.wrapper .perfect-solution .sp-image-part .art.sp-image-3 h5 {
  background-image: url("../images/meral-braces-txt.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 84px;
  height: 109px;
  display: inline-block;
  left: auto;
  right: -28px;
  top: -16px;
  position: absolute;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-3 h5 {
    right: 0;
    left: 0;
    -webkit-transform: rotate(-53deg);
            transform: rotate(-53deg);
    top: -63px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-3 h5 {
    top: -23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-3 h5 {
    right: -28px;
    top: -26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-3 h5 {
    background-size: contain;
    width: 55px;
    right: -21px;
    top: -36px;
  }
}
.wrapper .perfect-solution .sp-image-part .art.sp-image-1 {
  margin: 81px 0 0 83px;
  width: 299px;
  height: 299px;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-1 {
    margin: 50px 0 0 50px;
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-1 {
    width: 225px;
    height: 225px;
    margin: 81px 0 0 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-1 {
    width: 267px;
    height: 267px;
  }
}
.wrapper .perfect-solution .sp-image-part .art.sp-image-1 h5 {
  background-image: url("../images/Clear-Braces-txt.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 106px;
  height: 85px;
  display: inline-block;
  left: -4px;
  right: auto;
  top: -22px;
  position: absolute;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-1 h5 {
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(38deg);
            transform: rotate(38deg);
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-1 h5 {
    top: -26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-1 h5 {
    left: -16px;
    top: -26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-1 h5 {
    background-size: contain;
    left: -11px;
    width: 70px;
    top: -35px;
  }
}
.wrapper .perfect-solution .sp-image-part .art.sp-image-2 {
  width: 335px;
  height: 335px;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-2 {
    width: 168px;
    height: 168px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-2 {
    width: 252px;
    height: 252px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-2 {
    width: 300px;
    height: 300px;
  }
}
.wrapper .perfect-solution .sp-image-part .art.sp-image-2 h5 {
  background-image: url("../images/Invisalign-txt.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 90px;
  height: 55px;
  display: inline-block;
  left: 35px;
  right: auto;
  top: -22px;
  position: absolute;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-2 h5 {
    left: 0;
    top: -43px;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-2 h5 {
    top: -26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-2 h5 {
    left: 15px;
    top: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-2 h5 {
    background-size: contain;
    width: 60px;
    left: 9px;
    top: -27px;
  }
}
.wrapper .perfect-solution .sp-image-part .art.sp-image-4 {
  margin: -76px 269px 0 0;
  width: 222px;
  height: 222px;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-4 {
    margin: -45px 140px 0 0;
    width: 111px;
    height: 111px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-4 {
    width: 167px;
    height: 167px;
    margin: -76px 200px 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-4 {
    width: 194px;
    height: 194px;
    margin: -76px 250px 0 0;
  }
}
.wrapper .perfect-solution .sp-image-part .art.sp-image-4 h5 {
  background-image: url("../images/Lingual-Braces-txt.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 147px;
  height: 34px;
  display: inline-block;
  left: -3px;
  right: 0;
  top: -31px;
  position: absolute;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-4 h5 {
    left: 0;
    right: 0;
    top: -30px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-4 h5 {
    top: -26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-4 h5 {
    left: -2px;
    top: -27px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .perfect-solution .sp-image-part .art.sp-image-4 h5 {
    background-size: contain;
    width: 95px;
    top: -24px;
  }
}
.wrapper .perfect-solution .col-md-3 {
  -ms-flex: 0 0 22%;
  -webkit-box-flex: 0;
          flex: 0 0 22%;
  max-width: 22%;
  padding-top: 78px;
}
@media (max-width: 767px) {
  .wrapper .perfect-solution .col-md-3 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .perfect-solution .col-md-3 {
    -ms-flex: 0 0 26%;
    -webkit-box-flex: 0;
            flex: 0 0 26%;
    max-width: 26%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .perfect-solution .col-md-3 {
    -ms-flex: 0 0 23%;
    -webkit-box-flex: 0;
            flex: 0 0 23%;
    max-width: 23%;
  }
}
.wrapper .perfect-solution .col-md-9 {
  -ms-flex: 0 0 78%;
  -webkit-box-flex: 0;
          flex: 0 0 78%;
  max-width: 78%;
}
@media (max-width: 767px) {
  .wrapper .perfect-solution .col-md-9 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .perfect-solution .col-md-9 {
    -ms-flex: 0 0 74%;
    -webkit-box-flex: 0;
            flex: 0 0 74%;
    max-width: 74%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .perfect-solution .col-md-9 {
    -ms-flex: 0 0 77%;
    -webkit-box-flex: 0;
            flex: 0 0 77%;
    max-width: 77%;
  }
}
.wrapper .smile-transformation {
  position: relative;
  float: left;
  width: 100%;
}
.wrapper .smile-transformation .container {
  position: relative;
  z-index: 9;
}
.wrapper .smile-transformation:before {
  background-color: #86ccd2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  content: "";
  width: 100%;
  height: 100%;
}
.wrapper .smile-transformation h2 {
  color: #fff;
}
.wrapper .top-form {
  background-color: #355763;
}
@media (max-width: 767px) {
  .wrapper .top-form {
    padding-bottom: 30px;
  }
}
.wrapper .top-form .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1440px;
}
@media (max-width: 767px) {
  .wrapper .top-form .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.wrapper .top-form .form-title {
  float: left;
  width: 10%;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .top-form .form-title {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .wrapper .top-form .form-title {
    width: 100%;
    text-align: center;
  }
}
.wrapper .top-form .form-title h5 {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
  font-family: 'Archivo Black', sans-serif;
  padding: 17px 10px 19px;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .top-form .form-title h5 {
    padding: 20px 10px 24px;
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .top-form .form-title h5 {
    font-size: 14px;
    line-height: 1.2;
    padding: 20px 10px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .top-form .form-title h5 {
    padding: 20px 10px 24px;
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .wrapper .top-form .form-title h5 {
    padding: 30px 0 15px;
  }
}
.wrapper .top-form .top-form-outer {
  float: left;
  width: 90%;
}
.wrapper .top-form .top-form-outer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .top-form .top-form-outer {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .wrapper .top-form .top-form-outer {
    width: 100%;
  }
  .wrapper .top-form .top-form-outer form {
    display: block;
  }
}
.wrapper .top-form .top-form-outer fieldset {
  margin: 16px 0 0;
  float: left;
  width: 88%;
}
@media (max-width: 767px) {
  .wrapper .top-form .top-form-outer fieldset {
    margin: 0;
    width: 100%;
  }
}
.wrapper .top-form .top-form-outer fieldset input,
.wrapper .top-form .top-form-outer fieldset .input {
  width: 20%;
  border: 0;
  border-radius: 0;
  height: 47px;
  padding: 0 15px;
  letter-spacing: 0.7px;
  outline: none;
  margin: 0;
  float: left;
  border-right: 2px solid #b6e0e4;
}
@media (max-width: 767px) {
  .wrapper .top-form .top-form-outer fieldset input,
  .wrapper .top-form .top-form-outer fieldset .input {
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #b6e0e4;
  }
}
.wrapper .top-form .top-form-outer fieldset input:last-child,
.wrapper .top-form .top-form-outer fieldset .input:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .wrapper .top-form .top-form-outer fieldset input:last-child,
  .wrapper .top-form .top-form-outer fieldset .input:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.wrapper .top-form .top-form-outer fieldset input:focus,
.wrapper .top-form .top-form-outer fieldset .input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wrapper .top-form .top-form-outer fieldset select {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2ca6a4;
}
.wrapper .top-form .top-form-outer fieldset .form-group.form_date {
  width: 20%;
}
.wrapper .top-form .top-form-outer fieldset .form-group.form_date input {
  width: 80% !important;
  border-right: 0;
}
.wrapper .top-form .top-form-outer fieldset .form-group.form_date .input-group-addon em:before {
  top: 15px !important;
  right: 10px !important;
}
.wrapper .top-form .top-form-outer .btn {
  width: 12%;
  padding: 17px 15px;
  vertical-align: top;
  background: #86ccd2 !important;
  float: right;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2) !important;
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2) !important;
  height: 47px;
  margin: 16px 0 0 2px;
}
@media (max-width: 767px) {
  .wrapper .top-form .top-form-outer .btn {
    width: 100%;
    padding: 10px 15px;
  }
}
.wrapper .top-form .top-form-outer .btn:hover {
  background-color: #355763 !important;
}
.wrapper .youtube-video .container-fluid {
  padding: 0;
}
.wrapper .youtube-video .youtubeBlock {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 39.99%;
  padding-top: 25px;
  height: 0;
}
.wrapper .youtube-video .youtubeBlock .youtube-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.wrapper .youtube-video .youtubeBlock .youtube-bg img {
  width: 100%;
  height: 100%;
}
.wrapper .youtube-video .youtubeBlock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wrapper .youtube-video .youtubeBlock a {
  width: 200px;
  height: 200px;
  display: inline-block;
  background-image: url("../images/play-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  background-size: contain;
  z-index: 9;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.wrapper .youtube-video .youtubeBlock a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 767px) {
  .wrapper .youtube-video .youtubeBlock a {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .youtube-video .youtubeBlock a {
    width: 160px;
    height: 160px;
  }
}
.wrapper .about-invisalign-right {
  padding: 50px 0;
}
.wrapper .about-invisalign-right .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .wrapper .about-invisalign-right {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .wrapper .about-invisalign-right {
    padding: 50px 0;
  }
}
.wrapper .about-invisalign-right .col-md-5 {
  -ms-flex: 0 0 36.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 36.666667%;
  max-width: 36.666667%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .about-invisalign-right .col-md-5 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .wrapper .about-invisalign-right .col-md-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.wrapper .about-invisalign-right .col-md-7 {
  -ms-flex: 0 0 52.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 52.333333%;
  max-width: 52.333333%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .about-invisalign-right .col-md-7 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .wrapper .about-invisalign-right .col-md-7 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.wrapper .about-invisalign-right .about-invisalign-right-image {
  float: right;
  width: 492px;
  height: 492px;
  overflow: hidden;
}
.wrapper .about-invisalign-right .about-invisalign-right-image img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .about-invisalign-right .about-invisalign-right-image {
    width: 462px;
    height: 462px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .about-invisalign-right .about-invisalign-right-image {
    width: 342px;
    height: 342px;
  }
}
@media (max-width: 767px) {
  .wrapper .about-invisalign-right .about-invisalign-right-image {
    width: 250px;
    height: 250px;
    float: none;
    display: inline-block;
  }
}
.wrapper .about-invisalign-left {
  background-color: #355763;
  padding: 107px 0 119px;
  background-position: top left;
  background-repeat: no-repeat;
}
.wrapper .about-invisalign-left h3 span {
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .about-invisalign-left {
    background-size: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .about-invisalign-left {
    background-size: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .about-invisalign-left {
    padding: 75px 0;
    background-size: 50%;
  }
}
@media (max-width: 767px) {
  .wrapper .about-invisalign-left {
    padding: 85% 0 50px;
    background-size: contain;
  }
}
.wrapper .about-invisalign-left .container-fluid {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .about-invisalign-left .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .wrapper .about-invisalign-left .container-fluid {
    padding: 0 15px;
  }
}
.wrapper .about-invisalign-left .container-fluid .col-md-7 {
  -ms-flex: 0 0 56.033333%;
  -webkit-box-flex: 0;
          flex: 0 0 56.033333%;
  max-width: 56.033333%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .about-invisalign-left .container-fluid .col-md-7 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .wrapper .about-invisalign-left .container-fluid .col-md-7 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.wrapper .about-invisalign-left .container-fluid .col-md-4 {
  -ms-flex: 0 0 31.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 31.333333%;
  max-width: 31.333333%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .about-invisalign-left .container-fluid .col-md-4 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .wrapper .about-invisalign-left .container-fluid .col-md-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.wrapper .about-invisalign-left .container-fluid .about-invisalign-info h2,
.wrapper .about-invisalign-left .container-fluid .about-invisalign-info p {
  color: #fff;
}
.wrapper .about-invisalign-left .container-fluid .about-invisalign-info h2 span,
.wrapper .about-invisalign-left .container-fluid .about-invisalign-info p span {
  color: #fff;
}
.wrapper .about-invisalign-left .container-fluid .about-invisalign-info .btn {
  padding: 24px 35px;
  margin-top: 2px;
}
.wrapper .about-invisalign-left .about-invisalign-left-image {
  margin: 45px 0 0;
}
@media (max-width: 767px) {
  .wrapper .about-invisalign-left .about-invisalign-left-image {
    margin: 0;
  }
}
.wrapper .quick-links {
  padding: 140px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .quick-links {
    padding: 75px 0 0;
  }
}
@media (max-width: 767px) {
  .wrapper .quick-links {
    padding: 50px 0 0;
  }
}
.wrapper .quick-links .container {
  max-width: 1300px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .quick-links .container {
    max-width: 750px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .quick-links .container {
    max-width: 950px;
  }
}
.wrapper .quick-links .quick-link-items {
  margin-bottom: 95px;
}
.wrapper .quick-links .quick-link-items:hover .art a:before {
  content: none;
}
.wrapper .quick-links .quick-link-items:hover .art img {
  opacity: .7;
}
.wrapper .quick-links .quick-link-items:hover .art iframe {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .quick-links .quick-link-items {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wrapper .quick-links .quick-link-items {
    margin-bottom: 35px;
  }
}
.wrapper .quick-links .quick-link-items p {
  max-width: 285px;
  margin: 0 auto 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .quick-links .quick-link-items p {
    font-size: 12px;
    line-height: 20px;
  }
}
.wrapper .quick-links .quick-link-items h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .quick-links .quick-link-items h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.wrapper .quick-links .quick-link-items h3 a {
  font: inherit;
}
.wrapper .quick-links .quick-link-items .art {
  margin-bottom: 20px;
  width: 260px;
  height: 260px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .quick-links .quick-link-items .art {
    width: 215px;
    height: 215px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .quick-links .quick-link-items .art {
    width: 160px;
    height: 160px;
  }
}
.wrapper .quick-links .quick-link-items .art img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.wrapper .quick-links .quick-link-items .art iframe {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
.wrapper .quick-links .quick-link-items .art:before {
  display: none;
}
.wrapper .quick-links .quick-link-items .art a {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
}
.wrapper .quick-links .quick-link-items .art a:before {
  position: absolute;
  background-image: url("../images/art.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  content: "";
  z-index: 9;
}
.wrapper .team {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin: 0;
  padding: 107px 0 82px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .team {
    padding: 75px 0 25px;
  }
}
@media (max-width: 767px) {
  .wrapper .team {
    padding: 50px 0 11px;
  }
}
.wrapper .team h2 {
  font-size: 45px;
  letter-spacing: 0;
  color: #86ccd2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .team h2 {
    font-size: 35px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .wrapper .team h2 {
    letter-spacing: 0;
    font-size: 30px;
    text-align: center;
  }
}
.wrapper .team .team_cover {
  float: left;
  width: 100%;
  margin: 78px 0 0;
}
@media (max-width: 767px) {
  .wrapper .team .team_cover {
    margin: 15px 0 0;
  }
}
.wrapper .team .team_cover .team_item {
  margin-bottom: 39px;
}
.wrapper .team .team_cover .team_item .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper .team .team_cover .team_item .row .col-md-6:first-child {
  -ms-flex: 0 0 51.3%;
  -webkit-box-flex: 0;
          flex: 0 0 51.3%;
  max-width: 51.3%;
}
@media (max-width: 767px) {
  .wrapper .team .team_cover .team_item .row .col-md-6:first-child {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.wrapper .team .team_cover .team_item .row .col-md-6:last-child {
  -ms-flex: 0 0 51.3%;
  -webkit-box-flex: 0;
          flex: 0 0 48.7%;
  max-width: 48.7%;
  padding-left: 56px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .team .team_cover .team_item .row .col-md-6:last-child {
    padding-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .team .team_cover .team_item .row .col-md-6:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .wrapper .team .team_cover .team_item .row .col-md-6:last-child {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    margin-top: 30px;
  }
}
.wrapper .team .team_cover .team_item h2 {
  text-transform: capitalize;
  font-size: 38px;
  letter-spacing: 0;
  margin: 0;
  line-height: 40px;
  color: #86ccd2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .team .team_cover .team_item h2 {
    letter-spacing: 0;
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .team .team_cover .team_item h2 {
    font-size: 26px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .wrapper .team .team_cover .team_item h2 {
    font-size: 25px;
    letter-spacing: 0;
    text-align: left;
  }
}
.wrapper .team .team_cover .team_item h2 a {
  color: #86ccd2;
  font: inherit;
}
.wrapper .team .team_cover .team_item span {
  font-size: 38px;
  font-weight: 900;
  color: #355763;
  font-family: 'Roboto', sans-serif;
  display: block;
  letter-spacing: -0.6px;
  margin: 0 0 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .team .team_cover .team_item span {
    letter-spacing: 0;
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .team .team_cover .team_item span {
    font-size: 26px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .wrapper .team .team_cover .team_item span {
    font-size: 25px;
    letter-spacing: 0;
  }
}
.wrapper .team .team_cover .team_item p {
  padding-right: 104px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .team .team_cover .team_item p {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .team .team_cover .team_item p {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .wrapper .team .team_cover .team_item p {
    padding: 0;
  }
}
.wrapper .team .tab_team {
  background-color: #86ccd2;
  margin: 29px 0;
}
.wrapper .team .tab_team ul.tabs {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .wrapper .team .tab_team ul.tabs {
    display: block;
  }
}
.wrapper .team .tab_team ul.tabs li {
  list-style: none;
  line-height: 100%;
  display: inline-block;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .wrapper .team .tab_team ul.tabs li {
    width: 100%;
  }
}
.wrapper .team .tab_team ul.tabs li a {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 20px;
  text-decoration: none;
  padding: 34px 0 32px;
  display: inline-block;
  position: relative;
}
.wrapper .team .tab_team ul.tabs li a.active {
  color: #355763;
}
.wrapper .team .tab_team ul.tabs li a.active:before {
  height: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .team .tab_team ul.tabs li a {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .wrapper .team .tab_team ul.tabs li a {
    padding: 15px 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .team .tab_team ul.tabs li a {
    font-size: 13px;
    font-weight: 400;
  }
}
.wrapper .team .tab_team ul.tabs li a:hover {
  color: #355763;
}
.wrapper .team .tab_team ul.tabs li a:hover:before {
  height: 30px;
}
.wrapper .team .tab_team ul.tabs li a:before {
  background-image: url("../images/tab_nav_hover.png");
  background-position: top center;
  background-repeat: no-repeat;
  width: 61px;
  height: 0;
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .wrapper .team .tab_team ul.tabs li a:before {
    background-size: 30px;
    bottom: -16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .team .tab_team ul.tabs li a:before {
    background-size: 45px;
  }
}
.wrapper .team .tab_team ul.tabs li.active a {
  color: #355763;
}
.wrapper .team .tab_team ul.tabs li.active a:before {
  height: 30px;
}
.wrapper .faq {
  padding: 111px 0 122px;
  border-bottom: 1px solid #ececec;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .faq {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .wrapper .faq {
    padding: 50px 0;
  }
}
.wrapper .faq h2 {
  font-size: 45px;
  letter-spacing: 0;
  margin: 0 0 16px;
  color: #86ccd2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .faq h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .wrapper .faq h2 {
    font-size: 30px;
  }
}
.wrapper .before-after {
  padding: 110px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .before-after {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .wrapper .before-after {
    padding: 50px 0 0;
  }
}
.wrapper .before-after h2 {
  letter-spacing: 0;
  font-size: 45px;
  color: #86ccd2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .before-after h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .wrapper .before-after h2 {
    font-size: 30px;
  }
}
.wrapper .before-after .before-after-items {
  margin: 28px 0 17px;
}
@media (max-width: 767px) {
  .wrapper .before-after .before-after-items {
    margin: 0 0 10px;
  }
}
.wrapper .before-after .before-after-items .list-items {
  float: left;
  width: 100%;
  padding: 41px 0 40px;
}
.wrapper .before-after .before-after-items .list-items .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper .before-after .before-after-items .list-items:nth-child(odd) {
  background-color: #f6f6f5;
}
.wrapper .before-after .before-after-items .list-items:last-child {
  margin-bottom: 0;
}
.wrapper .before-after .before-after-items .list-items .after-image {
  float: left;
  width: 100%;
}
.wrapper .before-after .before-after-items .list-items .after-image img {
  width: 100%;
  height: auto;
}
.wrapper .before-after .before-after-items .list-items .before-image {
  margin-bottom: 4px;
  float: left;
  width: 100%;
}
.wrapper .before-after .before-after-items .list-items .before-image img {
  width: 100%;
  height: auto;
}
.wrapper .before-after .before-after-items .list-items .col-md-4 {
  -ms-flex: 0 0 29.233333%;
  -webkit-box-flex: 0;
          flex: 0 0 29.233333%;
  max-width: 29.233333%;
}
@media (max-width: 767px) {
  .wrapper .before-after .before-after-items .list-items .col-md-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.wrapper .before-after .before-after-items .list-items .col-md-8 {
  -ms-flex: 0 0 70.766667%;
  -webkit-box-flex: 0;
          flex: 0 0 70.766667%;
  max-width: 70.766667%;
}
@media (max-width: 767px) {
  .wrapper .before-after .before-after-items .list-items .col-md-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.wrapper .before-after .before-after-items .list-items .col-md-8 .item-content {
  padding: 0 0 0 68px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .before-after .before-after-items .list-items .col-md-8 .item-content {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 767px) {
  .wrapper .before-after .before-after-items .list-items .col-md-8 .item-content {
    margin: 35px 0 0;
    padding: 0;
  }
}
.wrapper .before-after .before-after-items .list-items .col-md-8 .item-content h5 {
  color: #2ca6a4;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}
.wrapper .before-after .before-after-items .list-items .col-md-8 .item-content h2 {
  font-size: 38px;
  letter-spacing: 0;
  margin: 0 0 3px;
  color: #355763;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .before-after .before-after-items .list-items .col-md-8 .item-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wrapper .before-after .before-after-items .list-items .col-md-8 .item-content h2 {
    font-size: 25px;
  }
}
.wrapper .before-after .before-after-items .list-items .col-md-8 .item-content h2 span {
  color: #86ccd2;
}
.wrapper .accordion {
  float: left;
  width: 100%;
  margin-top: 18px;
}
.wrapper .accordion .accordion-item {
  float: left;
  width: 100%;
}
.wrapper .accordion .accordion-item .collapse:not(.show) {
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.wrapper .accordion .accordion-item .acc-tab-link {
  -webkit-transition: height 0.35s ease 0s;
  transition: height 0.35s ease 0s;
  overflow: hidden;
  border-bottom: 3px solid #fff;
}
.wrapper .accordion .accordion-item.open .item-header {
  background-color: #355763 !important;
}
.wrapper .accordion .accordion-item.open .item-header h5 {
  background-image: url("../images/minus.png");
  border-color: #355763;
  color: #86ccd2;
}
.wrapper .accordion .accordion-item .item-body {
  background-color: #355763;
  float: left;
  width: 100%;
  padding: 0 35px 0 22px;
}
.wrapper .accordion .accordion-item .item-body p {
  color: #fff;
  margin: 0 0 16px;
}
.wrapper .accordion .accordion-item .item-header {
  background: #355763;
}
.wrapper .accordion .accordion-item .item-header:hover {
  background-color: #355763;
}
.wrapper .accordion .accordion-item .item-header:hover h5 {
  color: #86ccd2;
}
.wrapper .accordion .accordion-item .item-header a {
  text-decoration: none;
}
.wrapper .accordion .accordion-item .item-header h5 {
  color: #fff;
  margin: 0;
  letter-spacing: 0;
  padding: 15px 50px 15px 21px;
  background-image: url("../images/plus.png");
  background-position: 96.5% center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .wrapper .accordion .accordion-item .item-header h5 {
    font-size: 18px;
  }
}
.wrapper .accordion .accordion-item:nth-child(2n+2) .item-header {
  background-color: #86ccd2;
}
.wrapper .accordion .accordion-item:nth-child(2n+2) .item-header:hover {
  background: #355763;
}
.wrapper .accordion .row .col-md-6:last-child .accordion-item .item-header {
  background: #86ccd2;
}
.wrapper .accordion .row .col-md-6:last-child .accordion-item .item-header:hover {
  background: #355763;
}
.wrapper .accordion .row .col-md-6:last-child .accordion-item:nth-child(2n+2) .item-header {
  background: #355763;
}
.wrapper .accordion .row .col-md-6:last-child .accordion-item:nth-child(2n+2) .item-header:hover {
  background: #355763;
}
.wrapper .featured-box {
  padding: 120px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .featured-box {
    padding: 75px 0 0;
  }
}
@media (max-width: 767px) {
  .wrapper .featured-box {
    padding: 50px 0;
  }
}
.wrapper .featured-box .container {
  max-width: 1240px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .featured-box .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .featured-box .container {
    max-width: 950px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .featured-box .container {
    max-width: 1170px;
  }
}
.wrapper .featured-box .col-md-4 {
  padding: 0;
  position: relative;
  min-height: 251px;
  background-color: #86ccd2;
  background-image: url("../images/ft1.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper .featured-box .col-md-4 a {
  float: left;
  width: 100%;
  padding: 30px 45px 30px 36px;
  text-decoration: none;
  height: 100%;
}
.wrapper .featured-box .col-md-4 a:hover .ft-box-items .featured-link {
  background-color: #2ca6a4;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .featured-box .col-md-4 a {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .wrapper .featured-box .col-md-4 a {
    padding: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .featured-box .col-md-4 {
    min-height: 215px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .featured-box .col-md-4 {
    min-height: 170px;
  }
}
@media (max-width: 767px) {
  .wrapper .featured-box .col-md-4 {
    min-height: 180px;
    text-align: center;
  }
}
.wrapper .featured-box .col-md-4:nth-child(2) {
  background-color: #2ca6a4;
  background-image: url("../images/ft-yellow.png");
}
.wrapper .featured-box .col-md-4:nth-child(2):hover .ft-box-items .featured-link {
  background-color: #355763;
}
.wrapper .featured-box .col-md-4:nth-child(2) .ft-box-items .featured-link {
  background-color: #fff;
  background-image: url("../images/right_arrow_yellow.png");
}
.wrapper .featured-box .col-md-4:nth-child(3) {
  background-color: #355763;
  background-image: url("../images/ft3.png");
}
.wrapper .featured-box .col-md-4:nth-child(3):hover .ft-box-items .featured-link {
  background-color: #86ccd2;
}
.wrapper .featured-box .col-md-4:nth-child(3) .ft-box-items .featured-link {
  background-color: #2ca6a4;
}
.wrapper .featured-box .col-md-4 .ft-box-items h2 {
  color: #ffffff;
  margin: 0;
  letter-spacing: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .featured-box .col-md-4 .ft-box-items h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .featured-box .col-md-4 .ft-box-items h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.wrapper .featured-box .col-md-4 .ft-box-items .featured-link {
  width: 50px;
  height: 50px;
  background-color: #355763;
  position: absolute;
  bottom: 42px;
  margin: 0 auto;
  right: 39px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-image: url("../images/right_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .featured-box .col-md-4 .ft-box-items .featured-link {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wrapper .featured-box .col-md-4 .ft-box-items .featured-link {
    left: 0;
    right: 0;
    bottom: 15px;
  }
}
.wrapper .smile-tr {
  position: relative;
  background-color: #f6f6f5;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .wrapper .smile-tr {
    background-image: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .smile-tr {
    background-size: 33%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .smile-tr {
    background-size: 26%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .smile-tr {
    background-size: 0;
    min-height: inherit;
  }
}
.wrapper .smile-tr:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 37.3%;
  height: 100%;
  background-color: #86ccd2;
}
@media (max-width: 767px) {
  .wrapper .smile-tr:before {
    width: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .smile-tr:before {
    width: 38.3%;
  }
}
.wrapper .smile-tr .row .col-md-5 {
  background-color: #86ccd2;
  -ms-flex: 0 0 35.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 35.666667%;
  max-width: 35.666667%;
}
@media (max-width: 767px) {
  .wrapper .smile-tr .row .col-md-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .smile-tr .row .col-md-5 {
    -ms-flex: 0 0 38%;
    -webkit-box-flex: 0;
            flex: 0 0 38%;
    max-width: 38%;
  }
}
.wrapper .smile-tr .row .col-md-5 h2 {
  color: #ffffff;
  margin: 230px 0 0;
}
@media (max-width: 767px) {
  .wrapper .smile-tr .row .col-md-5 h2 {
    margin: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .smile-tr .row .col-md-5 h2 {
    margin: 195px 0 0;
  }
}
.wrapper .smile-tr .row .col-md-7 {
  max-width: 64.333333%;
  -ms-flex: 0 0 64.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 64.333333%;
  padding-left: 69px;
}
@media (max-width: 767px) {
  .wrapper .smile-tr .row .col-md-7 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .smile-tr .row .col-md-7 {
    max-width: 62%;
    -ms-flex: 0 0 62%;
    -webkit-box-flex: 0;
            flex: 0 0 62%;
    padding-left: 15px;
  }
}
.wrapper .smile-tr .row .tr-tab-container {
  float: left;
  width: 100%;
  margin: 91px 0 74px;
}
@media (max-width: 767px) {
  .wrapper .smile-tr .row .tr-tab-container {
    margin: 50px 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .smile-tr .row .tr-tab-container {
    margin: 50px 0 35px;
  }
}
.wrapper .smile-tr .row .tr-tab-container .tr-tab {
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.wrapper .smile-tr .row .tr-tab-container .tr-tab:hover img {
  opacity: .7;
}
@media (max-width: 767px) {
  .wrapper .smile-tr .row .tr-tab-container .tr-tab {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 359px) {
  .wrapper .smile-tr .row .tr-tab-container .tr-tab {
    width: 60px;
    height: 60px;
  }
}
.wrapper .smile-tr .row .tr-tab-container .tr-tab img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.wrapper .smile-tr .row .tr-item {
  float: left;
  width: 100%;
}
.wrapper .smile-tr .row .tr-item .tr-content-outer {
  width: 348px;
  float: left;
}
@media (max-width: 767px) {
  .wrapper .smile-tr .row .tr-item .tr-content-outer {
    width: 290px;
  }
}
.wrapper .smile-tr .row .tr-item .tr-content-outer .ba-slider {
  overflow: unset;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .wrapper .smile-tr .row .tr-item .tr-content-outer .ba-slider {
    margin-bottom: 50px;
  }
  .wrapper .smile-tr .row .tr-item .tr-content-outer .ba-slider .resize img {
    max-width: none !important;
    max-height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .smile-tr .row .tr-item .tr-content-outer .ba-slider {
    margin-bottom: 50px;
  }
}
.wrapper .smile-tr .row .tr-item .tr-content-outer .ba-slider img {
  border-bottom: 10px solid #86ccd2;
}
@media (max-width: 767px) {
  .wrapper .smile-tr .row .tr-item .tr-content-outer .ba-slider img {
    max-width: 100% !important;
  }
}
.wrapper .smile-tr .row .tr-item .tr-content-outer .ba-slider .handle {
  background-color: #fff;
  width: 3px;
  margin-bottom: 0 !important;
}
.wrapper .smile-tr .row .tr-item .tr-content-outer .ba-slider .handle:before {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -15px;
  left: -18px;
  content: "";
  background-image: url("../images/move-icon.png");
  background-position: center;
  background-repeat: no-repeat;
}
.wrapper .smile-tr .row .tr-item .tr-content-outer span {
  text-transform: uppercase;
  color: #2ca6a4;
  font-size: 18px;
  display: block;
  margin-bottom: 23px;
  font-weight: normal;
}
.wrapper .smile-tr .row .tr-item .tr-content-outer h4 {
  margin: 0;
  color: #355763;
}
.wrapper .smile-tr.v2 .container {
  max-width: 1270px;
}
.wrapper .ba_slider_box {
  padding: 80px 0 60px;
}
.wrapper .before_after_slider .slick-dots {
  padding: 0;
}
.wrapper .img-container {
  margin: 0 auto 50px;
  -webkit-box-shadow: 1px 1px 7px #C7C7C7;
          box-shadow: 1px 1px 7px #C7C7C7;
  /* horizontal panel*/
}
.wrapper .img-container img {
  max-width: none;
  border-bottom: 10px solid #86ccd2;
}
.wrapper .img-container .panel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* avoid browser level touch actions */
  xtouch-action: none;
  position: relative;
}
.wrapper .img-container .box {
  font-size: 13px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 18px 4px 18px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wrapper .img-container .panel-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 7px);
  white-space: nowrap;
  color: white;
  max-width: calc(100% - 15px);
}
.wrapper .img-container .panel-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper .img-container .panel-right img {
  position: absolute;
  right: 0;
}
.wrapper .img-container .panel-right .box {
  left: auto;
  right: 0;
}
.wrapper .img-container .splitter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 15px;
  height: auto;
  cursor: col-resize;
  position: relative;
  margin-right: -8px;
}
.wrapper .img-container .splitter:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background: #fff;
  margin-left: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.wrapper .img-container .splitter .handle {
  background-color: #fff;
  width: 3px;
  margin-bottom: 0 !important;
}
.wrapper .img-container .splitter .handle:before {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 100;
  bottom: -15px;
  left: -18px;
  content: "";
  background-image: url("../images/move-icon.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .wrapper .img-container {
    width: 100% !important;
  }
  .wrapper .img-container .panel-right img,
  .wrapper .img-container .panel-left img {
    width: 100vw;
  }
}
@media only screen and (max-width: 1200px) {
  .wrapper .before_after_slider [class*="col-"] {
    max-width: 100%;
    margin: auto;
  }
}
.wrapper .content {
  margin: 24px 0 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .content {
    margin: 24px 0;
  }
}
@media (max-width: 767px) {
  .wrapper .content {
    margin: 24px 0;
  }
}
.wrapper .content h1 {
  color: #86ccd2;
}
.wrapper .content h2 {
  color: #86ccd2;
}
.wrapper .content h2 span {
  color: #355763;
}
.wrapper .perfect-solution h2 {
  color: #86ccd2;
}
.wrapper .perfect-solution h2 span {
  color: #355763;
}
.wrapper .form_default {
  padding: 50px 0;
}
.wrapper .form_default.bg_grey {
  background-color: #eee;
}
.wrapper .form_default form .h3 {
  margin: 30px 5px 15px;
  font-size: 22px;
}
.wrapper .form_default form .form-group {
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
  border: 5px solid #eee;
}
.wrapper .form_default form .form-group .input {
  border: none;
  outline: none;
  width: 100%;
  padding: 12px 20px;
  letter-spacing: .6px;
  font-size: 14px;
}
.wrapper .form_default form .form-group select {
  width: 100%;
  height: auto;
  border: 0;
  color: #2ca6a4;
  letter-spacing: .6px;
  padding: 12px 20px;
}
.wrapper .form_default form .form-group .radio_box {
  padding: 12px 20px;
}
.wrapper .form_default form .form-group .radio_box .lbl {
  display: block;
  color: #2ca6a4;
}
.wrapper .form_default form .form-group .radio_box input[type="radio"],
.wrapper .form_default form .form-group .radio_box input[type="checkbox"] {
  width: auto;
  height: auto;
}
.wrapper .form_default form .btn {
  margin-top: 30px;
  width: 100%;
}
.wrapper .form_default form .privacy {
  margin-bottom: 0;
  margin-top: 5px;
}
.wrapper .form_default form .privacy a {
  font-size: 14px;
}
.wrapper .space_40 {
  width: 100%;
  height: 40px;
}
.wrapper .space_50 {
  width: 100%;
  height: 50px;
}
.wrapper .space_100 {
  width: 100%;
  height: 100px;
}
.wrapper #patient_form .col {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 18px;
}
.wrapper #patient_form .col span {
  display: block;
  margin-bottom: 5px;
}
.wrapper #patient_form .half,
.wrapper #patient_form .half_2 {
  display: inline-block;
  width: 48%;
}
.wrapper #patient_form .half_2 {
  margin-left: 10px;
}
.wrapper #patient_form .row_block {
  display: block;
}
.wrapper #patient_form .plr {
  padding: 0 15px;
}
.wrapper #patient_form input[type="text"],
.wrapper #patient_form .txtInput {
  margin-bottom: 0;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 24px;
}
.wrapper #patient_form input[type="text"]:focus,
.wrapper #patient_form .txtInput:focus {
  outline-color: #2ca6a4;
}
.wrapper #patient_form .full_input input {
  width: 98.5%!important;
}
.wrapper #patient_form .lbl {
  font-weight: normal;
  display: inline-block;
  color: #222222;
  margin-right: 12px;
}
.wrapper #patient_form .lbl.half {
  margin: 2px 0;
}
.wrapper #patient_form h2 {
  margin: 15px 0;
}
.wrapper #patient_form h3 {
  margin: 10px 0;
  color: #ffffff;
}
.wrapper #patient_form .block {
  display: block;
}
.wrapper #patient_form .pt {
  padding-top: 15px;
}
.wrapper #patient_form .pt span {
  margin-bottom: 0;
}
.wrapper #patient_form small a {
  font-size: 12px;
}
.wrapper #patient_form .lbl#allergies_yes {
  display: block;
  width: 100%;
}
.wrapper #patient_form .lbl#allergies_yes input[type="text"],
.wrapper #patient_form .lbl#allergies_yes .txtInput {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .wrapper #patient_form .row {
    display: block;
  }
  .wrapper #patient_form .half,
  .wrapper #patient_form .half_2 {
    width: 100%;
  }
  .wrapper #patient_form .half_2 {
    margin-left: 0;
  }
}
.wrapper .signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 260px;
  max-width: 100%;
  max-height: 460px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 10px;
}
.wrapper .signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
  transform: skew(-3deg) rotate(-3deg);
}
.wrapper .signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
  transform: skew(3deg) rotate(3deg);
}
.wrapper .signature-pad::before,
.wrapper .signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}
.wrapper .signature-pad .clear {
  /*padding: 3px 0 3px 0;*/
  height: 28px;
  margin-top: 10px;
}
.wrapper .signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f4f4f4;
  width: 100%;
}
.wrapper .signature-pad--body .signature {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}
.wrapper .signature-pad .btn {
  margin: 0!important;
  padding: 10px 15px;
  background-color: #fed557;
  border-color: #fed557;
  color: #fff;
  font-size: 12px;
}
.wrapper .signature-pad .btn:hover {
  background-color: #2ca6a4;
  border-color: #2ca6a4;
}
.wrapper .signature-pad .btn:before,
.wrapper .signature-pad .btn:after {
  content: none;
}
.wrapper .container {
  max-width: 1270px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .container {
    max-width: 950px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .container {
    max-width: 1170px;
  }
}
.wrapper .announcement-block {
  width: 100%;
  margin: 0;
  float: left;
  text-align: center;
  padding: 15px;
  background-color: #eaf7eb;
  border-radius: 0;
  border: 0;
}
.wrapper .announcement-block .container {
  max-width: 1344px;
}
@media (max-width: 767px) {
  .wrapper .announcement-block {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .announcement-block {
    padding: 15px 30px;
  }
}
.wrapper .announcement-block p,
.wrapper .announcement-block span {
  margin: 0;
  color: #34942d;
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 500;
  text-transform: initial;
}
@media (max-width: 767px) {
  .wrapper .announcement-block p,
  .wrapper .announcement-block span {
    line-height: 20px;
  }
}
.wrapper .announcement-block p a,
.wrapper .announcement-block span a {
  font-size: 13px;
  color: #34942d;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: initial;
  text-decoration: underline;
}
.wrapper .announcement-block button.close {
  outline: none;
  opacity: 1;
  padding: 0;
}
@media (max-width: 767px) {
  .wrapper .announcement-block button.close {
    top: -3px;
    right: -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .announcement-block button.close {
    right: -15px;
  }
}
.wrapper .announcement-block button.close span {
  font-size: 22px;
}
.wrapper .ba-slider {
  position: relative;
  overflow: hidden;
}
.wrapper .ba-slider img {
  max-width: none !important;
  display: block;
}
.wrapper .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.wrapper .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}
.wrapper .mapClass {
  max-width: 100%;
  height: 410px;
}
.wrapper .add-info {
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 0;
}
.wrapper .art {
  position: relative;
  display: inline-block;
}
.wrapper .art:before {
  position: absolute;
  background-image: url(../images/art.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  content: "";
}
.experience_icons .txt {
  text-align: center;
  margin-bottom: 70px;
}
.experience_icons .hg-outer .hg-cover {
  width: 25% !important;
}
.experience_icons .hg-outer .hg-cover .hg-images {
  background-image: url(../images/art_bg-lg.png) !important;
  width: 232px  !important;
  height: 232px  !important;
  line-height: 219px  !important;
  margin-bottom: 28px;
}
.experience_icons .hg-outer .hg-cover .hg-hover-content {
  top: -60px !important;
  left: -35px !important;
}
@media all and (max-width: 1366px) {
  .experience_icons .hg-outer .hg-cover .hg-hover-content {
    top: -60px !important;
    left: -50px !important;
  }
}
@media all and (max-width: 991px) {
  .experience_icons .hg-outer .hg-cover .hg-images {
    width: 160px!important;
    height: 160px!important;
    line-height: 150px!important;
    background-size: cover;
    margin-bottom: 28px;
  }
}
@media all and (max-width: 767px) {
  .experience_icons .hg-outer .hg-cover .hg-hover-content {
    top: -30px !important;
    left: 0px!important;
  }
}
#fake,
.fake {
  margin: 0!important !important;
  padding: 0!important !important;
  width: 0!important;
  height: 0!important;
  display: block!important;
  visibility: hidden!important;
  opacity: 0!important;
}
.input-group .input-group-addon {
  border-radius: 0;
  background: #fff;
  border: 0;
  padding: 6px 18px 6px 10px;
}
.input-group .input-group-addon em {
  font-size: 17px;
}
.input-group.form_date input {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  width: auto !important;
}
.input-group.form_date input:focus {
  outline: 0;
}
.input-group.form_date .input-group-addon em:before {
  width: 17px;
  height: 17px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 18px;
  right: 21px;
  background-image: url("../images/calendar-icon.png");
  background-position: center;
  background-repeat: no-repeat;
}
.blog_new {
  margin: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog_new .post {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.blog_new .post:hover .title {
  color: #2ca6a4;
}
.blog_new .date {
  display: none;
  width: 110px;
  height: 117px;
  background-image: url("../images/green-cut.png");
  background-repeat: no-repeat;
  top: 0;
  right: 15px;
  position: absolute;
  color: #ffffff;
  text-align: right;
  font-size: 22px;
  line-height: 22px;
  padding-right: 9px;
  padding-top: 9px;
  background-size: cover;
}
.blog_new .date span {
  display: block;
  font-size: 12px;
}
.blog_new .img {
  margin-bottom: 15px !important;
}
.blog_new .img img {
  width: 100%;
}
.blog_new .title {
  color: #355763;
  font-size: 22px;
  line-height: 34px;
}
.postWrap.content {
  padding: 0 !important;
}
.postWrap .postContent .featuredImg {
  margin-bottom: 15px!important;
}
.right_menu.recent {
  background-color: #F1F1F3;
  padding: 15px;
  margin: 45px auto;
}
.right_menu.recent .h1 {
  background-color: #2ca6a4;
  color: #fff;
  padding: 15px;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.right_menu.recent ul {
  padding: 0 !important;
}
.right_menu.recent ul li {
  margin-bottom: 10px !important;
  line-height: 1.2;
}
.right_menu.recent ul li a {
  font-size: 14px;
  color: #355763;
  font-weight: 400;
}
.right_menu.recent ul li a:hover {
  color: #2ca6a4;
}
.find_us {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
  clear: both;
}
.three_columns {
  margin: -30px auto 100px;
  font-size: 14px;
  max-width: 1280px;
  padding: 0 20px;
}
.three_columns h2 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
.three_columns .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.three_columns .row [class*="col-"] {
  background-color: #86ccd2;
  padding: 30px !important;
  color: #ffffff;
  text-align: center;
}
.three_columns .row [class*="col-"]:nth-child(2) {
  background-color: #fed557;
}
.three_columns .row [class*="col-"] p {
  font-size: 16px;
}
.three_columns .row [class*="col-"] p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .three_columns {
    margin-bottom: 50px;
  }
}
.video_section {
  clear: both;
  margin-bottom: 50px;
}
.video_section .box {
  margin-bottom: 30px;
}
.video_section .box .video_thumb {
  display: block;
  position: relative;
}
.video_section .box .video_thumb .play_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video_section .box .video_thumb .play_icon i {
  font-size: 22px;
  color: #fff;
  margin-left: 2px;
}
.video_section .box .video_thumb:hover .play_icon {
  background-color: #355763;
}
ol.breadcrumb {
  padding: 0px 20px;
  background-color: transparent;
  margin-top: 30px;
}
ol.breadcrumb li {
  font-size: 12px;
}
ol.breadcrumb li a {
  font-size: 12px;
}
ol.breadcrumb li:after {
  content: " > ";
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-right: 5px;
  padding-left: 5px;
}
ol.breadcrumb li::marker {
  display: none;
  content: "";
}
ol.breadcrumb li.active:after {
  display: none;
}
.hero-tc {
  background-position: 41vw 15px !important;
}
.hero-tc .form-consultation p a {
  font-size: 15px;
  text-decoration: underline;
}
.hero-tc .form-consultation p a:hover {
  text-decoration: none;
}
.terms {
  padding: 100px 0;
}
.terms ul li {
  list-style: decimal;
}
@media only screen and (max-width: 1440px) {
  .wrapper .banner .reward_box {
    right: 20px;
  }
  .wrapper .banner p.treatment-value {
    right: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .wrapper .banner .reward_box {
    top: 15px;
    width: 250px;
    height: 250px;
  }
  .wrapper .banner .reward_box .txt {
    padding: 35px 30px 10px;
  }
  .wrapper .banner .reward_box h3 {
    font-size: 16px;
  }
  .wrapper .banner .reward_box h2 {
    font-size: 16px;
  }
  .wrapper .banner p.treatment-value {
    top: 280px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-tc {
    background-position: 30vw 15px!important;
  }
  .terms {
    padding: 40px 0;
  }
  .tc-smile [class*=col-] {
    max-width: 100%;
    margin: auto;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper .banner .reward_box {
    width: 200px;
    height: 200px;
  }
  .wrapper .banner .reward_box h3 {
    font-size: 14px;
  }
  .wrapper .banner .reward_box h2 {
    font-size: 12px;
  }
  .wrapper .banner .reward_box .img {
    width: 40px;
    margin: auto;
  }
  .wrapper .banner .reward_box .txt {
    padding: 28px 30px 10px;
  }
  .wrapper .banner p.treatment-value {
    top: auto;
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper .banner .reward_box {
    top: auto;
    bottom: 25px;
    right: 10px;
  }
  .wrapper .banner p.treatment-value {
    bottom: 25px;
    left: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .wrapper input[type="text"],
  .wrapper input[type="email"],
  .wrapper input[type="tel"],
  .wrapper input[type="phone"],
  .wrapper select {
    font-size: 14px;
  }
  .input-group.form_date .input-group-addon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper .top-form .top-form-outer fieldset .form-group.form_date {
    width: 100% !important;
  }
  .wrapper .top-form .top-form-outer fieldset .form-group.form_date input {
    width: 100% !important;
  }
  .input-group.form_date .input-group-addon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
  }
}
.p404 h1 {
  font-size: 34px;
  line-height: 1.2;
}
.p404 ul {
  display: block;
}
.p404 ul li {
  margin-bottom: 15px;
}
.p404 ul li a {
  font-size: 15px;
}
.p404 ul li ul li {
  margin-bottom: 0;
}
.webp .wrapper .banner .banner-image-mobile {
  background-image: url(../images/hero-mobile.webp);
}
html:not(.webp) .wrapper .banner .banner-image-mobile {
  background-image: url(../images/hero-mobile.jpg);
}
/*# sourceMappingURL=styles.css.map */