@font-face {
  font-family: 'VistaSansBold';
  src: url("../fonts/VistaSansBold.woff2") format("woff2"), url("../fonts/VistaSansBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'VistaSansBoldItalic';
  src: url("../fonts/VistaSansBoldItalic.woff2") format("woff2"), url("../fonts/VistaSansBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Sinkin Sans';
  src: url("../fonts/SinkinSans-700Bold.woff2") format("woff2"), url("../fonts/SinkinSans-700Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Sinkin Sans';
  src: url("../fonts/SinkinSans-700BoldItalic.woff2") format("woff2"), url("../fonts/SinkinSans-700BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Sinkin Sans';
  src: url("../fonts/SinkinSans-400Italic.woff2") format("woff2"), url("../fonts/SinkinSans-400Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Sinkin Sans';
  src: url("../fonts/SinkinSans-400Regular.woff2") format("woff2"), url("../fonts/SinkinSans-400Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
/* line 6, ../sass/style.scss */
body,
html {
  height: 100%;
}

/* line 13, ../sass/style.scss */
html.android .apple {
  display: none;
}
/* line 19, ../sass/style.scss */
html.ios .android {
  display: none;
}

/* line 25, ../sass/style.scss */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/* line 32, ../sass/style.scss */
body {
  background: #fff;
  font-family: Sinkin Sans;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 39, ../sass/style.scss */
a {
  color: #d3007d;
}
/* line 42, ../sass/style.scss */
a:hover {
  color: #222;
}

/* line 47, ../sass/style.scss */
section {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 52, ../sass/style.scss */
section.background-gray {
  background: #eee;
}
/* line 56, ../sass/style.scss */
section .container {
  height: 100%;
  position: relative;
}
@media (min-width: 1300px) {
  /* line 56, ../sass/style.scss */
  section .container {
    max-width: 1280px;
  }
}
/* line 63, ../sass/style.scss */
section .container .section-title {
  text-align: center;
  margin: 0 0 20px;
}
/* line 67, ../sass/style.scss */
section .container .section-title h2 {
  color: #d3007d;
  font-size: 30px;
  font-family: VistaSansBold;
}
/* line 72, ../sass/style.scss */
.blue section .container .section-title h2 {
  margin: 0 0 10px;
}
/* line 76, ../sass/style.scss */
.blue section .container .section-title h2 {
  color: #204392;
}
/* line 81, ../sass/style.scss */
section .container .section-title p {
  color: #aaa;
}

/* line 91, ../sass/style.scss */
.slick-arrow:focus,
.slick-arrow a,
.slick-dots button:focus,
.slick-dots button a,
.slick-slide:focus,
.slick-slide a {
  outline: none;
}

/* line 97, ../sass/style.scss */
img {
  max-width: 100%;
}

/* line 101, ../sass/style.scss */
h1,
h2,
h3 {
  font-family: VistaSansBold;
  color: #d3007d;
}
/* line 107, ../sass/style.scss */
.blue h1, .blue
h2, .blue
h3 {
  color: #204392;
}

/* line 112, ../sass/style.scss */
h1 {
  font-size: 50px;
}
/* line 115, ../sass/style.scss */
h1 sup {
  font-size: 2rem;
}

/* line 120, ../sass/style.scss */
h2 {
  font-size: 40px;
}
/* line 123, ../sass/style.scss */
h2 sup {
  font-size: 1.4rem;
}

/* line 128, ../sass/style.scss */
h3 {
  font-size: 30px;
}
/* line 131, ../sass/style.scss */
h3 sup {
  font-size: 1.2rem;
}

/* line 136, ../sass/style.scss */
h4 {
  font-size: 20px;
}

/* line 141, ../sass/style.scss */
a:hover {
  text-decoration: none;
}

/* line 146, ../sass/style.scss */
.btn,
a.btn {
  font-size: 12px;
  text-transform: uppercase;
  color: #d3007d;
  border: 2px solid #d3007d;
  border-radius: 50px;
  padding: 14px 30px;
  font-weight: bold;
  cursor: pointer;
}
/* line 157, ../sass/style.scss */
.blue .btn, .blue
a.btn {
  color: #204392;
  border-color: #204392;
}
/* line 162, ../sass/style.scss */
.btn i.fa.fa-angle-right,
a.btn i.fa.fa-angle-right {
  font-size: 16px;
  margin-left: 10px;
}
/* line 167, ../sass/style.scss */
.btn:hover,
a.btn:hover {
  background: #d3007d;
  color: #fff;
}
/* line 171, ../sass/style.scss */
.blue .btn:hover, .blue
a.btn:hover {
  background: #204392;
}

/* line 177, ../sass/style.scss */
.vtable {
  display: table;
  height: 100%;
  width: 100%;
}

/* line 192, ../sass/style.scss */
.dots {
  margin: 40px 0 0;
  padding: 0;
  display: inline-block;
}
/* line 197, ../sass/style.scss */
.dots li {
  list-style: none;
  float: left;
  width: 14px;
  height: 14px;
  border: 2px solid #d3007d;
  margin: 0 5px;
  border-radius: 14px;
}
/* line 206, ../sass/style.scss */
.dots li.active {
  background: #d3007d;
}
/* line 210, ../sass/style.scss */
.dots li:first-child {
  margin-left: 0;
}
/* line 214, ../sass/style.scss */
.dots li:last-child {
  margin-right: 0;
}

/* line 220, ../sass/style.scss */
.topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
  z-index: 15;
  transition: 0.3s;
}
@media (max-width: 991px) {
  /* line 220, ../sass/style.scss */
  .topbar {
    display: none;
  }
}
/* line 232, ../sass/style.scss */
.topbar .row {
  display: block;
}
/* line 235, ../sass/style.scss */
.topbar .row .logo {
  float: left;
}
@media (max-width: 991px) {
  /* line 235, ../sass/style.scss */
  .topbar .row .logo {
    float: none;
    text-align: center;
  }
  /* line 241, ../sass/style.scss */
  .topbar .row .logo a {
    margin: 0 auto;
  }
}
/* line 246, ../sass/style.scss */
.topbar .row .logo img {
  height: 80px;
  transition: 0.3s;
  image-rendering: -webkit-optimize-contrast;
}
/* line 253, ../sass/style.scss */
.topbar .row .nav {
  float: right;
  height: 40px;
  margin: 20px 0;
  transition: 0.3s;
}
@media (max-width: 991px) {
  /* line 253, ../sass/style.scss */
  .topbar .row .nav {
    display: none;
  }
}
/* line 262, ../sass/style.scss */
.topbar .row .nav ul {
  padding: 0;
  margin: 0;
}
/* line 266, ../sass/style.scss */
.topbar .row .nav ul li {
  list-style: none;
  float: left;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin: 0 20px;
}
@media (max-width: 991px) {
  /* line 266, ../sass/style.scss */
  .topbar .row .nav ul li {
    margin: 0 10px;
  }
}
/* line 277, ../sass/style.scss */
.topbar .row .nav ul li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  color: #fff;
  font-family: VistaSansBold;
  font-size: 18px;
}
/* line 286, ../sass/style.scss */
.topbar .row .nav ul li a:hover {
  color: #d3007d;
}
/* line 292, ../sass/style.scss */
.topbar .row .nav ul li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
  width: 100%;
}
/* line 304, ../sass/style.scss */
.topbar .row .nav ul li.active:hover:after {
  background: #d3007d;
}
/* line 310, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle {
  position: relative;
  cursor: pointer;
}
/* line 315, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle a span.currentlanguage {
  width: 24px;
  height: 24px;
  border-radius: 30px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  border: 2px solid #fff;
}
/* line 325, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle a span.currentlanguage:hover {
  border: 2px solid #d3007d;
}
/* line 329, ../sass/style.scss */
.lang-nl .topbar .row .nav ul li.language-toggle a span.currentlanguage {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/nl.svg") no-repeat center;
  background-size: cover;
}
/* line 334, ../sass/style.scss */
.lang-gb .topbar .row .nav ul li.language-toggle a span.currentlanguage {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/gb.svg") no-repeat center;
  background-size: cover;
}
/* line 339, ../sass/style.scss */
.lang-de .topbar .row .nav ul li.language-toggle a span.currentlanguage {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/de.svg") no-repeat center;
  background-size: cover;
}
/* line 344, ../sass/style.scss */
.lang-it .topbar .row .nav ul li.language-toggle a span.currentlanguage {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/it.svg") no-repeat center;
  background-size: cover;
}
/* line 349, ../sass/style.scss */
.lang-es .topbar .row .nav ul li.language-toggle a span.currentlanguage {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/es.svg") no-repeat center;
  background-size: cover;
}
/* line 354, ../sass/style.scss */
.lang-fr .topbar .row .nav ul li.language-toggle a span.currentlanguage {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/fr.svg") no-repeat center;
  background-size: cover;
}
/* line 361, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle ul {
  background: #fff;
  position: absolute;
  top: 40px;
  right: 0;
  width: 90px;
  height: auto;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s;
  pointer-events: none;
  display: inline-block;
}
/* line 377, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle ul li {
  min-width: 90px;
  height: auto;
  padding: 0;
  margin: 0;
  float: left;
}
/* line 384, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle ul li a {
  color: #222;
  width: 90px;
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0 15px;
  text-align: left;
}
/* line 393, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle ul li a:hover {
  color: #d3007d;
}
/* line 397, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle ul li a span {
  width: 24px;
  height: 18px;
  background: #d3007d;
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
/* line 408, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle ul li a.nl span {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/nl.svg") no-repeat center;
  background-size: cover;
}
/* line 415, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle ul li a.en span {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/gb.svg") no-repeat center;
  background-size: cover;
}
/* line 422, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle ul li a.de span {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/de.svg") no-repeat center;
  background-size: cover;
}
/* line 429, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle ul li a.it span {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/it.svg") no-repeat center;
  background-size: cover;
}
/* line 436, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle ul li a.es span {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/es.svg") no-repeat center;
  background-size: cover;
}
/* line 443, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle ul li a.fr span {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/fr.svg") no-repeat center;
  background-size: cover;
}
/* line 453, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle.active:after {
  content: none;
}
/* line 457, ../sass/style.scss */
.topbar .row .nav ul li.language-toggle.active ul {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
/* line 466, ../sass/style.scss */
.topbar .row .nav ul li.has-children:hover ul.dropdown {
  opacity: 1;
  pointer-events: all;
}
/* line 472, ../sass/style.scss */
.topbar .row .nav ul li ul.dropdown {
  position: absolute;
  top: 40px;
  left: -20px;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 99;
  width: 200px;
}
/* line 485, ../sass/style.scss */
.topbar .row .nav ul li ul.dropdown li {
  height: auto;
  line-height: normal;
  float: none;
  display: block;
}
/* line 492, ../sass/style.scss */
.topbar .row .nav ul li ul.dropdown li.active:after {
  content: none;
}
/* line 497, ../sass/style.scss */
.topbar .row .nav ul li ul.dropdown li a {
  color: #000;
  font-size: 16px;
  height: auto;
  line-height: normal;
  float: left;
  width: 100%;
  padding: 10px 0;
}
/* line 506, ../sass/style.scss */
.topbar .row .nav ul li ul.dropdown li a:hover {
  color: #d3007d;
}
/* line 517, ../sass/style.scss */
.topbar.fixed {
  background: #fff;
  position: fixed;
  height: 80px;
  padding: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
@media (max-width: 991px) {
  /* line 517, ../sass/style.scss */
  .topbar.fixed {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
    height: 60px;
  }
}
/* line 531, ../sass/style.scss */
.sticky .topbar.fixed {
  transform: translateY(0%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
/* line 539, ../sass/style.scss */
.topbar.fixed .row .logo img {
  height: 60px;
  margin: 10px 0;
}
@media (max-width: 991px) {
  /* line 539, ../sass/style.scss */
  .topbar.fixed .row .logo img {
    height: 40px;
    margin: 10px 0;
  }
}
/* line 549, ../sass/style.scss */
.topbar.fixed .row .nav {
  height: 80px;
  margin: 0;
}
/* line 554, ../sass/style.scss */
.topbar.fixed .row .nav ul li {
  height: 80px;
  line-height: 80px;
}
/* line 558, ../sass/style.scss */
.topbar.fixed .row .nav ul li a {
  height: 80px;
  line-height: 80px;
  color: #222;
}
/* line 563, ../sass/style.scss */
.topbar.fixed .row .nav ul li a:hover {
  color: #d3007d;
}
/* line 569, ../sass/style.scss */
.topbar.fixed .row .nav ul li.active a {
  color: #d3007d;
}
/* line 573, ../sass/style.scss */
.topbar.fixed .row .nav ul li.active:after {
  background: #d3007d;
}
/* line 578, ../sass/style.scss */
.topbar.fixed .row .nav ul li.active li a {
  color: #000;
}
/* line 581, ../sass/style.scss */
.topbar.fixed .row .nav ul li.active li a:hover {
  color: #d3007d;
}
/* line 589, ../sass/style.scss */
.topbar.fixed .row .nav ul li.language-toggle ul {
  display: none !important;
  top: 60px;
}
/* line 593, ../sass/style.scss */
.sticky .topbar.fixed .row .nav ul li.language-toggle ul {
  display: inline-block !important;
}
/* line 599, ../sass/style.scss */
.topbar.fixed .row .nav ul li ul.dropdown {
  top: 60px;
}
/* line 608, ../sass/style.scss */
.topbar .toggle {
  position: absolute;
  height: 60px;
  z-index: 60;
  top: 0;
  left: 15px;
}
/* line 615, ../sass/style.scss */
.topbar .toggle .bars {
  margin: 20px 0 0;
  width: 24px;
  height: 19px;
  position: relative;
  cursor: pointer;
}
/* line 622, ../sass/style.scss */
.topbar .toggle .bars .bar {
  width: 24px;
  height: 3px;
  border-radius: 2px;
  float: left;
  position: absolute;
  transition: 0.3s 0.3s;
  transform-origin: center;
}
/* line 631, ../sass/style.scss */
.topbar .toggle .bars .bar:nth-child(1) {
  top: 0;
  left: 0;
}
/* line 636, ../sass/style.scss */
.topbar .toggle .bars .bar:nth-child(2) {
  top: 8px;
  left: 0;
}
/* line 641, ../sass/style.scss */
.topbar .toggle .bars .bar:nth-child(3) {
  top: 16px;
  left: 0;
}
/* line 646, ../sass/style.scss */
.mobile .topbar .toggle .bars .bar {
  transition: 0.3s 0s;
}
/* line 649, ../sass/style.scss */
.mobile .topbar .toggle .bars .bar:nth-child(1) {
  top: 8px;
}
/* line 652, ../sass/style.scss */
.mobile .topbar .toggle .bars .bar:nth-child(1) span {
  transform: rotate(45deg);
}
/* line 657, ../sass/style.scss */
.mobile .topbar .toggle .bars .bar:nth-child(2) {
  opacity: 0;
}
/* line 661, ../sass/style.scss */
.mobile .topbar .toggle .bars .bar:nth-child(3) {
  top: 8px;
}
/* line 664, ../sass/style.scss */
.mobile .topbar .toggle .bars .bar:nth-child(3) span {
  transform: rotate(-45deg);
}
/* line 670, ../sass/style.scss */
.topbar .toggle .bars .bar span {
  width: 24px;
  height: 3px;
  background: #222;
  float: left;
  transform-origin: center;
  transition: 0.3s 0s;
}
/* line 678, ../sass/style.scss */
.mobile .topbar .toggle .bars .bar span {
  transition: 0.3s 0.3s;
  background: #d3007d;
}
/* line 687, ../sass/style.scss */
.topbar .toggle .bars:active .bar:nth-child(1) {
  transform: translateY(0);
}
/* line 691, ../sass/style.scss */
.topbar .toggle .bars:active .bar:nth-child(3) {
  transform: translateY(0);
}
/* line 699, ../sass/style.scss */
.topbar .language {
  display: none;
  position: absolute;
  height: 60px;
  z-index: 60;
  top: 8px;
  right: 15px;
  font-size: 30px;
  color: #222;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 991px) {
  /* line 699, ../sass/style.scss */
  .topbar .language {
    display: block;
  }
}
/* line 714, ../sass/style.scss */
.topbar .language span.currentlanguage {
  width: 24px;
  height: 24px;
  border-radius: 30px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
/* line 723, ../sass/style.scss */
.lang-nl .topbar .language span.currentlanguage {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/nl.svg") no-repeat center;
  background-size: cover;
}
/* line 728, ../sass/style.scss */
.lang-gb .topbar .language span.currentlanguage {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/gb.svg") no-repeat center;
  background-size: cover;
}
/* line 733, ../sass/style.scss */
.lang-de .topbar .language span.currentlanguage {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/de.svg") no-repeat center;
  background-size: cover;
}
/* line 738, ../sass/style.scss */
.lang-it .topbar .language span.currentlanguage {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/it.svg") no-repeat center;
  background-size: cover;
}
/* line 743, ../sass/style.scss */
.lang-es .topbar .language span.currentlanguage {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/es.svg") no-repeat center;
  background-size: cover;
}
/* line 748, ../sass/style.scss */
.lang-fr .topbar .language span.currentlanguage {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/fr.svg") no-repeat center;
  background-size: cover;
}
/* line 754, ../sass/style.scss */
.topbar .language ul {
  background: #fff;
  position: absolute;
  top: 40px;
  right: 0;
  width: 90px;
  height: auto;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s;
  pointer-events: none;
  display: inline-block;
  padding: 0;
}
/* line 771, ../sass/style.scss */
.topbar .language ul li {
  width: 90px;
  height: auto;
  padding: 0;
  margin: 0;
  float: left;
  list-style: none;
  text-align: center;
}
/* line 780, ../sass/style.scss */
.topbar .language ul li a {
  color: #222;
  font-weight: bold;
  font-size: 14px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0;
}
/* line 790, ../sass/style.scss */
.topbar .language ul li a:hover {
  color: #d3007d;
}
/* line 794, ../sass/style.scss */
.topbar .language ul li a span {
  width: 24px;
  height: 18px;
  background: #d3007d;
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
/* line 805, ../sass/style.scss */
.topbar .language ul li a.nl span {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/nl.svg") no-repeat center;
  background-size: cover;
}
/* line 812, ../sass/style.scss */
.topbar .language ul li a.en span {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/gb.svg") no-repeat center;
  background-size: cover;
}
/* line 819, ../sass/style.scss */
.topbar .language ul li a.de span {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/de.svg") no-repeat center;
  background-size: cover;
}
/* line 826, ../sass/style.scss */
.topbar .language ul li a.it span {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/it.svg") no-repeat center;
  background-size: cover;
}
/* line 833, ../sass/style.scss */
.topbar .language ul li a.es span {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/es.svg") no-repeat center;
  background-size: cover;
}
/* line 840, ../sass/style.scss */
.topbar .language ul li a.fr span {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.1.0/flags/4x3/fr.svg") no-repeat center;
  background-size: cover;
}
/* line 849, ../sass/style.scss */
.topbar .language.active {
  color: #d3007d;
}
/* line 852, ../sass/style.scss */
.topbar .language.active:after {
  content: none;
}
/* line 856, ../sass/style.scss */
.topbar .language.active ul {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

/* line 865, ../sass/style.scss */
.mobilenav {
  position: absolute;
  top: 50px;
  left: 0;
  width: 200px;
  background: #fff;
  border-radius: 5px;
  color: #222;
  z-index: 999;
  display: none;
  transition: 0.5s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.5s;
  transform: translateY(10px);
  pointer-events: none;
}
/* line 882, ../sass/style.scss */
.mobile .mobilenav {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
@media (max-width: 991px) {
  /* line 865, ../sass/style.scss */
  .mobilenav {
    display: block;
  }
}
/* line 891, ../sass/style.scss */
.mobilenav ul {
  margin: 0;
  padding: 10px 0;
  width: 100%;
}
/* line 896, ../sass/style.scss */
.mobilenav ul li {
  list-style: none;
  width: 100%;
}
/* line 900, ../sass/style.scss */
.mobilenav ul li a {
  color: #222;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
/* line 910, ../sass/style.scss */
.mobilenav ul li a:hover {
  color: #d3007d;
}
/* line 916, ../sass/style.scss */
.mobilenav ul li.active a {
  color: #d3007d;
}
/* line 920, ../sass/style.scss */
.mobilenav ul li.active:after {
  background: #d3007d;
}
/* line 926, ../sass/style.scss */
.mobilenav ul li.has-children ul {
  display: block;
}
/* line 931, ../sass/style.scss */
.mobilenav ul li ul {
  display: none;
  padding-top: 0;
}
/* line 935, ../sass/style.scss */
.mobilenav ul li ul li {
  height: auto;
  line-height: normal;
}
/* line 939, ../sass/style.scss */
.mobilenav ul li ul li a {
  font-size: 12px;
  text-transform: none;
  height: auto;
  line-height: normal;
}

/* line 951, ../sass/style.scss */
.hero {
  height: 850px;
}
@media (max-width: 767px) {
  /* line 951, ../sass/style.scss */
  .hero {
    height: auto;
    padding: 50px 0 100px;
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  /* line 951, ../sass/style.scss */
  .hero {
    padding: 50px 0 75px;
  }
}
/* line 962, ../sass/style.scss */
.hero .content-container {
  width: 100%;
}
/* line 966, ../sass/style.scss */
.hero .content {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-size: 16px;
  padding: 0 100px;
}
@media (max-width: 991px) {
  /* line 966, ../sass/style.scss */
  .hero .content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  /* line 966, ../sass/style.scss */
  .hero .content {
    position: static;
  }
}
/* line 983, ../sass/style.scss */
.hero .content big {
  font-size: 20px;
  line-height: 35px;
  margin: 0 0 20px;
  display: block;
}
/* line 990, ../sass/style.scss */
.hero .content h1 {
  color: #fff;
  font-size: 50px;
}
@media (max-width: 991px) {
  /* line 990, ../sass/style.scss */
  .hero .content h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  /* line 990, ../sass/style.scss */
  .hero .content h1 {
    font-size: 30px;
  }
}
/* line 1001, ../sass/style.scss */
.hero .content h2 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-family: Sinkin Sans;
}
@media (max-width: 991px) {
  /* line 1001, ../sass/style.scss */
  .hero .content h2 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  /* line 1001, ../sass/style.scss */
  .hero .content h2 {
    font-size: 12px;
  }
}
/* line 1014, ../sass/style.scss */
.hero .content ul {
  padding: 20px 0 20px 30px;
}
/* line 1017, ../sass/style.scss */
.hero .content ul li {
  list-style: none;
  position: relative;
  padding: 10px 0;
}
/* line 1022, ../sass/style.scss */
.hero .content ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  position: absolute;
  left: -25px;
}
/* line 1035, ../sass/style.scss */
.hero .content a.btn {
  border-color: #fff;
  color: #fff;
  margin: 0 0 10px;
}
/* line 1040, ../sass/style.scss */
.hero .content a.btn:hover {
  border-color: #d3007d;
}
/* line 1045, ../sass/style.scss */
.hero .content .row {
  height: 100%;
}
/* line 1048, ../sass/style.scss */
.hero .content .row .col-md-6 {
  height: 100%;
}
/* line 1057, ../sass/style.scss */
.hero .content .row .text-right img {
  margin-right: -100px;
  max-width: none;
}
@media (max-width: 767px) {
  /* line 1057, ../sass/style.scss */
  .hero .content .row .text-right img {
    max-width: 100%;
  }
}
/* line 1068, ../sass/style.scss */
.hero .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
/* line 1077, ../sass/style.scss */
.hero .wave-wrapper {
  position: absolute;
  bottom: -0.5%;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  /* line 1077, ../sass/style.scss */
  .hero .wave-wrapper {
    bottom: -0.1%;
  }
}
/* line 1091, ../sass/style.scss */
.hero .wave-wrapper .wave {
  position: relative;
  height: 105px;
  width: 200%;
  animation: wave 25s linear infinite;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  /* line 1091, ../sass/style.scss */
  .hero .wave-wrapper .wave {
    height: 50px;
    animation-duration: 20s;
  }
}
@media (max-width: 767px) {
  /* line 1091, ../sass/style.scss */
  .hero .wave-wrapper .wave {
    height: 40px;
    animation-duration: 15s;
  }
}
@media (max-width: 575px) {
  /* line 1091, ../sass/style.scss */
  .hero .wave-wrapper .wave {
    height: 20px;
    animation-duration: 10s;
  }
}
/* line 1110, ../sass/style.scss */
.hero .wave-wrapper .wave svg {
  position: absolute;
  fill: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 1120, ../sass/style.scss */
.hero .wave-wrapper.secondary {
  opacity: 0.5;
}
/* line 1123, ../sass/style.scss */
.hero .wave-wrapper.secondary .wave {
  width: 200%;
  animation: wave 15s linear infinite;
  margin-top: 20px;
}
/* line 1134, ../sass/style.scss */
.hero.wave-pink .wave-wrapper .wave svg {
  fill: #d3007d;
}
/* line 1141, ../sass/style.scss */
.hero.small {
  height: 700px;
}
@media (max-width: 767px) {
  /* line 1141, ../sass/style.scss */
  .hero.small {
    height: auto;
    min-height: 400px;
    margin-top: 60px;
  }
}
/* line 1149, ../sass/style.scss */
.hero.small .content {
  text-align: left;
}
/* line 1154, ../sass/style.scss */
.hero.tiny {
  height: 300px;
  padding: 40px 0 0;
}
@media (max-width: 767px) {
  /* line 1154, ../sass/style.scss */
  .hero.tiny {
    padding: 50px 0;
    margin-top: 60px;
    height: auto;
    min-height: 0;
  }
  /* line 1164, ../sass/style.scss */
  .hero.tiny .container .content {
    position: static;
    text-align: center;
  }
}
/* line 1171, ../sass/style.scss */
.hero.tiny .wave-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 1182, ../sass/style.scss */
.hero.tiny .wave-wrapper .wave {
  position: relative;
  height: 50px;
  width: 200%;
  animation: wave 25s linear infinite;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  /* line 1182, ../sass/style.scss */
  .hero.tiny .wave-wrapper .wave {
    height: 50px;
    animation-duration: 20s;
  }
}
@media (max-width: 767px) {
  /* line 1182, ../sass/style.scss */
  .hero.tiny .wave-wrapper .wave {
    height: 40px;
    animation-duration: 15s;
  }
}
@media (max-width: 575px) {
  /* line 1182, ../sass/style.scss */
  .hero.tiny .wave-wrapper .wave {
    height: 20px;
    animation-duration: 10s;
  }
}
/* line 1201, ../sass/style.scss */
.hero.tiny .wave-wrapper .wave svg {
  position: absolute;
  fill: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 1213, ../sass/style.scss */
.hero.centered {
  text-align: center;
}
/* line 1216, ../sass/style.scss */
.hero.centered .content {
  text-align: center;
}
@media (max-width: 767px) {
  /* line 1216, ../sass/style.scss */
  .hero.centered .content {
    text-align: left;
  }
}
/* line 1222, ../sass/style.scss */
.hero.centered .content ul {
  margin: 0 auto 25px;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 1222, ../sass/style.scss */
  .hero.centered .content ul {
    padding: 20px 0;
    margin: 0 0 1rem;
  }
}
/* line 1230, ../sass/style.scss */
.hero.centered .content ul li {
  display: inline-block;
  margin: 0 10px 0 34px;
}
@media (max-width: 767px) {
  /* line 1230, ../sass/style.scss */
  .hero.centered .content ul li {
    display: block;
  }
}

/* line 1242, ../sass/style.scss */
.usps {
  padding: 50px 0 100px;
  margin: 0;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  /* line 1242, ../sass/style.scss */
  .usps {
    padding: 50px 0;
  }
}
/* line 1252, ../sass/style.scss */
.usps.nowave .wave-wrapper {
  display: none;
}
@media (max-width: 767px) {
  /* line 1257, ../sass/style.scss */
  .usps .row {
    margin: 50px 0 0;
  }
}
/* line 1262, ../sass/style.scss */
.usps .row .card {
  border: 0;
  max-width: 320px;
  display: block;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  /* line 1262, ../sass/style.scss */
  .usps .row .card {
    text-align: left;
    margin: 0 0 30px;
    max-width: none;
  }
}
/* line 1273, ../sass/style.scss */
.usps .row .card .row {
  margin: 0;
}
/* line 1277, ../sass/style.scss */
.usps .row .card img {
  width: auto;
  margin: 0 0 20px;
}
/* line 1282, ../sass/style.scss */
.usps .row .card h3 {
  font-size: 18px;
  font-family: VistaSansBold;
  color: #d3007d;
}
/* line 1287, ../sass/style.scss */
.blue .usps .row .card h3 {
  color: #204392;
}
/* line 1292, ../sass/style.scss */
.usps .row .card .content {
  color: #aaa;
  font-size: 12px;
  line-height: 24px;
}
/* line 1300, ../sass/style.scss */
.usps.multi {
  padding: 50px 0;
}
@media (max-width: 767px) {
  /* line 1300, ../sass/style.scss */
  .usps.multi {
    padding: 0;
  }
}
/* line 1306, ../sass/style.scss */
.usps.multi .wave-wrapper {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  /* line 1306, ../sass/style.scss */
  .usps.multi .wave-wrapper {
    top: -50px;
  }
}
@media (max-width: 767px) {
  /* line 1306, ../sass/style.scss */
  .usps.multi .wave-wrapper {
    top: -40px;
  }
}
@media (max-width: 575px) {
  /* line 1306, ../sass/style.scss */
  .usps.multi .wave-wrapper {
    top: -20px;
  }
}
/* line 1326, ../sass/style.scss */
.usps.multi .wave-wrapper .wave {
  position: relative;
  height: 50px;
  width: 200%;
  animation: wave 25s linear infinite;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  /* line 1326, ../sass/style.scss */
  .usps.multi .wave-wrapper .wave {
    height: 50px;
    animation-duration: 20s;
  }
}
@media (max-width: 767px) {
  /* line 1326, ../sass/style.scss */
  .usps.multi .wave-wrapper .wave {
    height: 40px;
    animation-duration: 15s;
  }
}
@media (max-width: 575px) {
  /* line 1326, ../sass/style.scss */
  .usps.multi .wave-wrapper .wave {
    height: 20px;
    animation-duration: 10s;
  }
}
/* line 1345, ../sass/style.scss */
.usps.multi .wave-wrapper .wave svg {
  position: absolute;
  fill: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 1356, ../sass/style.scss */
.usps.multi img {
  border-radius: 5px;
}
@media (max-width: 767px) {
  /* line 1362, ../sass/style.scss */
  .usps.multi .row .col-md-12,
  .usps.multi .row .col-sm-12 {
    padding: 0;
  }
  /* line 1366, ../sass/style.scss */
  .usps.multi .row .col-md-12 img,
  .usps.multi .row .col-sm-12 img {
    display: inline-block;
    padding-right: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  /* line 1366, ../sass/style.scss */
  .usps.multi .row .col-md-12 img,
  .usps.multi .row .col-sm-12 img {
    margin: 0;
  }
}

/* line 1377, ../sass/style.scss */
.usps.multi .card {
  border: 1px solid #aaa;
}
@media (max-width: 767px) {
  /* line 1377, ../sass/style.scss */
  .usps.multi .card {
    padding: 0 0 25px;
    border: 0;
    margin: 0 0 25px;
    border-bottom: 1px solid #aaa;
  }
}
/* line 1387, ../sass/style.scss */
.usps.multi .card .fav2 i {
  font-size: 20px;
  color: #d3007d !important;
}
@media (max-width: 767px) {
  /* line 1393, ../sass/style.scss */
  .usps.multi .card .col-8 {
    margin: 10px 0;
  }
}
/* line 1402, ../sass/style.scss */
.usps.multi .col-sm-12:last-child .card {
  border: 0;
}
/* line 1410, ../sass/style.scss */
.usps.noborder .card {
  border: 0;
}
@media (max-width: 767px) {
  /* line 1410, ../sass/style.scss */
  .usps.noborder .card {
    border-bottom: 1px solid #eee;
  }
}
/* line 1421, ../sass/style.scss */
.usps .btns .btn span.open {
  display: inline-block;
}
/* line 1424, ../sass/style.scss */
.show-all-features .usps .btns .btn span.open {
  display: none;
}
/* line 1429, ../sass/style.scss */
.usps .btns .btn span.closed {
  display: none;
}
/* line 1432, ../sass/style.scss */
.show-all-features .usps .btns .btn span.closed {
  display: inline-block;
}
/* line 1441, ../sass/style.scss */
.usps.home .row {
  margin: 50px 0 0;
}
/* line 1445, ../sass/style.scss */
.usps.home .row > div:nth-child(n+4) {
  height: auto;
}
/* line 1448, ../sass/style.scss */
.usps.home .row > div:nth-child(n+4) .card {
  -webkit-transition: transform 0.5s 0s, opacity 0.5s 0s, margin 0.5s 0.5s;
  transition: transform 0.5s 0s, opacity 0.5s 0s, margin 0.5s 0.5s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  margin-top: -100%;
}
/* line 1456, ../sass/style.scss */
.show-all-features .usps.home .row > div:nth-child(n+4) .card {
  transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, margin 0.5s 0s;
  -webkit-transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, margin 0.5s 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  margin-top: 0;
}
/* line 1469, ../sass/style.scss */
.show-all-features .usps.home .row > div:nth-child(n+5) .card {
  transition: transform 0.5s 0.6s, opacity 0.5s 0.6s, margin 0.5s 0s;
}
/* line 1477, ../sass/style.scss */
.show-all-features .usps.home .row > div:nth-child(n+6) .card {
  transition: transform 0.5s 0.7s, opacity 0.5s 0.7s, margin 0.5s 0s;
}
/* line 1486, ../sass/style.scss */
.usps.how-slider {
  overflow-x: hidden;
}
/* line 1489, ../sass/style.scss */
.usps.how-slider .wave-wrapper {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  /* line 1489, ../sass/style.scss */
  .usps.how-slider .wave-wrapper {
    top: -50px;
  }
}
@media (max-width: 767px) {
  /* line 1489, ../sass/style.scss */
  .usps.how-slider .wave-wrapper {
    top: -40px;
  }
}
@media (max-width: 575px) {
  /* line 1489, ../sass/style.scss */
  .usps.how-slider .wave-wrapper {
    top: -20px;
  }
}
/* line 1509, ../sass/style.scss */
.usps.how-slider .wave-wrapper .wave {
  position: relative;
  height: 50px;
  width: 200%;
  animation: wave 25s linear infinite;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  /* line 1509, ../sass/style.scss */
  .usps.how-slider .wave-wrapper .wave {
    height: 50px;
    animation-duration: 20s;
  }
}
@media (max-width: 767px) {
  /* line 1509, ../sass/style.scss */
  .usps.how-slider .wave-wrapper .wave {
    height: 40px;
    animation-duration: 15s;
  }
}
@media (max-width: 575px) {
  /* line 1509, ../sass/style.scss */
  .usps.how-slider .wave-wrapper .wave {
    height: 20px;
    animation-duration: 10s;
  }
}
/* line 1528, ../sass/style.scss */
.usps.how-slider .wave-wrapper .wave svg {
  position: absolute;
  fill: #eee;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 1539, ../sass/style.scss */
.usps.how-slider .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
/* line 1545, ../sass/style.scss */
.usps.how-slider .slick-dots {
  margin: 20px auto 0;
  padding: 0;
}
/* line 1549, ../sass/style.scss */
.usps.how-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  font-size: 0;
}
/* line 1554, ../sass/style.scss */
.usps.how-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  border: 2px solid #204392;
  margin: 0 5px;
  padding: 0;
  border-radius: 14px;
  background: none;
  font-size: 0;
  cursor: pointer;
}
/* line 1567, ../sass/style.scss */
.usps.how-slider .slick-dots li.slick-active button {
  background: #204392;
}
/* line 1572, ../sass/style.scss */
.usps.how-slider .slick-dots li:first-child {
  margin-left: 0;
}
/* line 1576, ../sass/style.scss */
.usps.how-slider .slick-dots li:last-child {
  margin-right: 0;
}
/* line 1582, ../sass/style.scss */
.usps.how-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
/* line 1588, ../sass/style.scss */
.usps.how-slider .slick-arrow.slick-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
/* line 1592, ../sass/style.scss */
.usps.how-slider .slick-arrow.slick-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ddd;
  font-size: 20px;
}
/* line 1603, ../sass/style.scss */
.usps.how-slider .slick-arrow.slick-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
/* line 1607, ../sass/style.scss */
.usps.how-slider .slick-arrow.slick-next:before {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ddd;
  font-size: 20px;
}
/* line 1618, ../sass/style.scss */
.usps.how-slider .slick-arrow.slick-next, .usps.how-slider .slick-arrow.slick-prev {
  font-size: 0;
  border: 0;
  height: 50px;
  width: 50px;
  background: #fff;
  cursor: pointer;
}
/* line 1627, ../sass/style.scss */
.usps.how-slider .slick-arrow.slick-next:hover, .usps.how-slider .slick-arrow.slick-prev:hover {
  background: #204392;
}
/* line 1631, ../sass/style.scss */
.usps.how-slider .slick-arrow.slick-next:before, .usps.how-slider .slick-arrow.slick-prev:before {
  color: #204392;
}
/* line 1635, ../sass/style.scss */
.usps.how-slider .slick-arrow.slick-next.slick-disabled, .usps.how-slider .slick-arrow.slick-prev.slick-disabled {
  display: none !important;
}
/* line 1640, ../sass/style.scss */
.usps.how-slider .slick-arrow.slick-next:hover:before, .usps.how-slider .slick-arrow.slick-prev:hover:before {
  color: #fff;
}
/* line 1647, ../sass/style.scss */
.usps.how-slider .slick-list {
  padding: 0 20% !important;
  overflow: visible;
}
@media (max-width: 991px) {
  /* line 1647, ../sass/style.scss */
  .usps.how-slider .slick-list {
    padding: 0 10% !important;
  }
}
@media (max-width: 767px) {
  /* line 1647, ../sass/style.scss */
  .usps.how-slider .slick-list {
    padding: 0 5% !important;
  }
}
/* line 1657, ../sass/style.scss */
.usps.how-slider .slick-list .slick-slide {
  transform: scale(0.9);
  opacity: 0.5;
  transition: 0.5s 0.5s;
  border-radius: 10px;
}
/* line 1663, ../sass/style.scss */
.usps.how-slider .slick-list .slick-slide.slick-current {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
/* line 1671, ../sass/style.scss */
.usps.how-slider .card {
  margin: 0 10px;
  border: 0;
}
/* line 1675, ../sass/style.scss */
.usps.how-slider .card .card-content {
  position: relative;
  width: 100%;
  display: table;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  /* line 1675, ../sass/style.scss */
  .usps.how-slider .card .card-content {
    display: block;
    height: auto;
  }
}
/* line 1688, ../sass/style.scss */
.usps.how-slider .card .card-content .left,
.usps.how-slider .card .card-content .right {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 991px) {
  /* line 1688, ../sass/style.scss */
  .usps.how-slider .card .card-content .left,
  .usps.how-slider .card .card-content .right {
    display: block;
  }
}
/* line 1697, ../sass/style.scss */
.usps.how-slider .card .card-content .left {
  position: relative;
}
/* line 1700, ../sass/style.scss */
.usps.how-slider .card .card-content .left .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  /* line 1700, ../sass/style.scss */
  .usps.how-slider .card .card-content .left .image {
    position: static;
    width: 100%;
    height: 300px;
  }
}
/* line 1714, ../sass/style.scss */
.usps.how-slider .card .card-content .right {
  width: 320px;
  background: #204392;
  color: #fff;
  padding: 0 30px;
  text-align: left;
  position: relative;
}
@media (max-width: 991px) {
  /* line 1714, ../sass/style.scss */
  .usps.how-slider .card .card-content .right {
    width: 100%;
    padding: 30px;
    text-align: center;
  }
}
/* line 1727, ../sass/style.scss */
.usps.how-slider .card .card-content .right .num {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #204392;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 20px;
}
@media (max-width: 991px) {
  /* line 1727, ../sass/style.scss */
  .usps.how-slider .card .card-content .right .num {
    top: 0;
    left: 50%;
  }
}

/* line 1750, ../sass/style.scss */
.text {
  background: #fff;
  padding: 50px 0 0;
  max-width: 100%;
}
/* line 1756, ../sass/style.scss */
.text .buttons {
  margin-top: 20px;
}
@media (min-width: 768px) {
  /* line 1761, ../sass/style.scss */
  .blue .text .padder {
    padding: 75px 0 125px;
  }
}
/* line 1768, ../sass/style.scss */
.text .overflow-wrapper {
  overflow: hidden;
  width: 100%;
}
/* line 1774, ../sass/style.scss */
.text.nowave .wave-wrapper {
  display: none;
}
/* line 1779, ../sass/style.scss */
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  /* line 1779, ../sass/style.scss */
  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 30px;
  }
}
/* line 1791, ../sass/style.scss */
.text .content {
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 991px) {
  /* line 1791, ../sass/style.scss */
  .text .content {
    font-size: 14px;
    line-height: 30px;
  }
}
/* line 1800, ../sass/style.scss */
.text .wave-wrapper {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  /* line 1800, ../sass/style.scss */
  .text .wave-wrapper {
    top: -50px;
  }
}
@media (max-width: 767px) {
  /* line 1800, ../sass/style.scss */
  .text .wave-wrapper {
    top: -40px;
  }
}
@media (max-width: 575px) {
  /* line 1800, ../sass/style.scss */
  .text .wave-wrapper {
    top: -20px;
  }
}
/* line 1820, ../sass/style.scss */
.text .wave-wrapper .wave {
  position: relative;
  height: 50px;
  width: 200%;
  animation: wave 25s linear infinite;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  /* line 1820, ../sass/style.scss */
  .text .wave-wrapper .wave {
    height: 50px;
    animation-duration: 20s;
  }
}
@media (max-width: 767px) {
  /* line 1820, ../sass/style.scss */
  .text .wave-wrapper .wave {
    height: 40px;
    animation-duration: 15s;
  }
}
@media (max-width: 575px) {
  /* line 1820, ../sass/style.scss */
  .text .wave-wrapper .wave {
    height: 20px;
    animation-duration: 10s;
  }
}
/* line 1839, ../sass/style.scss */
.text .wave-wrapper .wave svg {
  position: absolute;
  fill: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 1850, ../sass/style.scss */
.text img {
  max-width: none;
}
@media (max-width: 767px) {
  /* line 1850, ../sass/style.scss */
  .text img {
    max-width: 100%;
  }
}
/* line 1860, ../sass/style.scss */
.text.background-gray .wave-wrapper .wave svg {
  fill: #eee;
}
@media (max-width: 767px) {
  /* line 1868, ../sass/style.scss */
  .text.image-bottom img {
    margin-top: 50px;
  }
}
/* line 1875, ../sass/style.scss */
.text .row {
  height: 100%;
}
/* line 1879, ../sass/style.scss */
.text .row .col-md-6:nth-child(1) {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 1879, ../sass/style.scss */
  .text .row .col-md-6:nth-child(1) {
    text-align: left;
  }
}
/* line 1885, ../sass/style.scss */
.text .row .col-md-6:nth-child(1).hasimage {
  text-align: right;
  padding: 0;
  direction: rtl;
}
@media (max-width: 767px) {
  /* line 1885, ../sass/style.scss */
  .text .row .col-md-6:nth-child(1).hasimage {
    padding: 0 15px;
    text-align: left;
    order: 2;
  }
}
/* line 1897, ../sass/style.scss */
.text .row .col-md-6:nth-child(2) {
  padding-left: 80px;
}
@media (max-width: 767px) {
  /* line 1897, ../sass/style.scss */
  .text .row .col-md-6:nth-child(2) {
    padding: 0 15px;
  }
}
/* line 1905, ../sass/style.scss */
.text .row .col-md-6:nth-child(2).hasimage {
  text-align: right;
  padding-right: 80px;
}
@media (max-width: 767px) {
  /* line 1905, ../sass/style.scss */
  .text .row .col-md-6:nth-child(2).hasimage {
    padding: 0 15px;
    text-align: left;
    order: 2;
  }
}
/* line 1918, ../sass/style.scss */
.text .padder {
  width: 100%;
}
/* line 1922, ../sass/style.scss */
.text .responsive {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
/* line 1928, ../sass/style.scss */
.text .responsive iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1942, ../sass/style.scss */
.banner .row .col-sm-12:last-child {
  text-align: right;
}

/* line 1949, ../sass/style.scss */
.banner,
.cta-large,
.why-pay {
  text-align: center;
  padding: 200px 0;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 1949, ../sass/style.scss */
  .banner,
  .cta-large,
  .why-pay {
    padding: 50px 0 100px;
  }
}
/* line 1959, ../sass/style.scss */
.banner h2,
.cta-large h2,
.why-pay h2 {
  color: #fff;
}
@media (max-width: 767px) {
  /* line 1959, ../sass/style.scss */
  .banner h2,
  .cta-large h2,
  .why-pay h2 {
    font-size: 30px;
    padding: 50px 0 0;
  }
}
/* line 1967, ../sass/style.scss */
.banner .content,
.cta-large .content,
.why-pay .content {
  margin: 0 0 50px;
}
/* line 1971, ../sass/style.scss */
.banner .btn,
.cta-large .btn,
.why-pay .btn {
  color: #fff;
  border-color: #fff;
}
/* line 1975, ../sass/style.scss */
.banner .btn:hover,
.cta-large .btn:hover,
.why-pay .btn:hover {
  background: #fff;
  color: #d3007d;
}

/* line 1982, ../sass/style.scss */
.cta-large {
  text-align: center;
  padding: 100px 0 125px;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 1982, ../sass/style.scss */
  .cta-large {
    padding: 0 0 75px;
  }
}

/* line 1991, ../sass/style.scss */
.tutorial {
  padding: 100px 0;
  background: #fff;
}
@media (max-width: 767px) {
  /* line 1991, ../sass/style.scss */
  .tutorial {
    padding: 50px 0;
  }
}
/* line 1998, ../sass/style.scss */
.tutorial .wave-wrapper {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  /* line 1998, ../sass/style.scss */
  .tutorial .wave-wrapper {
    top: -50px;
  }
}
@media (max-width: 767px) {
  /* line 1998, ../sass/style.scss */
  .tutorial .wave-wrapper {
    top: -40px;
  }
}
@media (max-width: 575px) {
  /* line 1998, ../sass/style.scss */
  .tutorial .wave-wrapper {
    top: -20px;
  }
}
/* line 2018, ../sass/style.scss */
.tutorial .wave-wrapper .wave {
  position: relative;
  height: 50px;
  width: 200%;
  animation: wave 25s linear infinite;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  /* line 2018, ../sass/style.scss */
  .tutorial .wave-wrapper .wave {
    height: 50px;
    animation-duration: 20s;
  }
}
@media (max-width: 767px) {
  /* line 2018, ../sass/style.scss */
  .tutorial .wave-wrapper .wave {
    height: 40px;
    animation-duration: 15s;
  }
}
@media (max-width: 575px) {
  /* line 2018, ../sass/style.scss */
  .tutorial .wave-wrapper .wave {
    height: 20px;
    animation-duration: 10s;
  }
}
/* line 2037, ../sass/style.scss */
.tutorial .wave-wrapper .wave svg {
  position: absolute;
  fill: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 2048, ../sass/style.scss */
.tutorial .tutorial-slider {
  text-align: center;
}
/* line 2051, ../sass/style.scss */
.tutorial .tutorial-slider .slide {
  text-align: center;
  padding: 50px 0;
  height: 100%;
  z-index: 20;
}
@media (max-width: 767px) {
  /* line 2051, ../sass/style.scss */
  .tutorial .tutorial-slider .slide {
    padding: 0;
  }
}
/* line 2060, ../sass/style.scss */
.tutorial .tutorial-slider .slide > .container {
  height: 100%;
}
/* line 2063, ../sass/style.scss */
.tutorial .tutorial-slider .slide > .container > .row {
  height: 100%;
}
/* line 2066, ../sass/style.scss */
.tutorial .tutorial-slider .slide > .container > .row > div {
  position: relative;
  z-index: 10;
}
/* line 2070, ../sass/style.scss */
.tutorial .tutorial-slider .slide > .container > .row > div:nth-child(2) {
  z-index: 5;
}
/* line 2077, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-left {
  text-align: right;
}
/* line 2080, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-left .stat-item {
  position: absolute;
  right: 20px;
}
/* line 2084, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-left .stat-item:after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
/* line 2093, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-left .stat-item.stat-01:after, .tutorial .tutorial-slider .slide .stats-left .stat-item.stat-04:after {
  content: url("../gfx/arrow_forleft01.png");
  top: 5px;
}
/* line 2101, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-left .stat-item.stat-02:after, .tutorial .tutorial-slider .slide .stats-left .stat-item.stat-05:after {
  content: url("../gfx/arrow_forleft02.png");
  top: 15px;
}
/* line 2109, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-left .stat-item.stat-03:after, .tutorial .tutorial-slider .slide .stats-left .stat-item.stat-06:after {
  content: url("../gfx/arrow_forleft03.png");
  top: -30px;
}
/* line 2117, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-right {
  text-align: left;
}
/* line 2120, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-right .stat-item {
  position: absolute;
  left: 20px;
}
/* line 2124, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-right .stat-item:after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
/* line 2133, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-right .stat-item.stat-01:after, .tutorial .tutorial-slider .slide .stats-right .stat-item.stat-04:after {
  content: url("../gfx/arrow_forright01.png");
  top: 5px;
}
/* line 2141, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-right .stat-item.stat-02:after, .tutorial .tutorial-slider .slide .stats-right .stat-item.stat-05:after {
  content: url("../gfx/arrow_forright02.png");
  top: 15px;
}
/* line 2149, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-right .stat-item.stat-03:after, .tutorial .tutorial-slider .slide .stats-right .stat-item.stat-06:after {
  content: url("../gfx/arrow_forright03.png");
  top: -30px;
}
/* line 2157, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-left,
.tutorial .tutorial-slider .slide .stats-right {
  width: 100%;
  height: 100%;
}
/* line 2162, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-left .stat-item,
.tutorial .tutorial-slider .slide .stats-right .stat-item {
  max-width: 70%;
}
@media (max-width: 991px) {
  /* line 2162, ../sass/style.scss */
  .tutorial .tutorial-slider .slide .stats-left .stat-item,
  .tutorial .tutorial-slider .slide .stats-right .stat-item {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 2162, ../sass/style.scss */
  .tutorial .tutorial-slider .slide .stats-left .stat-item,
  .tutorial .tutorial-slider .slide .stats-right .stat-item {
    position: static;
    text-align: left;
  }
}
/* line 2172, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-left .stat-item .table,
.tutorial .tutorial-slider .slide .stats-right .stat-item .table {
  display: table;
}
/* line 2175, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-left .stat-item .table .td,
.tutorial .tutorial-slider .slide .stats-right .stat-item .table .td {
  display: table-cell;
}
@media (max-width: 767px) {
  /* line 2175, ../sass/style.scss */
  .tutorial .tutorial-slider .slide .stats-left .stat-item .table .td,
  .tutorial .tutorial-slider .slide .stats-right .stat-item .table .td {
    float: right;
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  /* line 2182, ../sass/style.scss */
  .tutorial .tutorial-slider .slide .stats-left .stat-item .table .td.icon,
  .tutorial .tutorial-slider .slide .stats-right .stat-item .table .td.icon {
    float: left;
    width: 1%;
    white-space: nowrap;
  }
}
/* line 2190, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-left .stat-item .table .td h3,
.tutorial .tutorial-slider .slide .stats-right .stat-item .table .td h3 {
  font-size: 20px;
  opacity: 0;
  transition: 0.5s;
}
/* line 2196, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-left .stat-item .table .td .content,
.tutorial .tutorial-slider .slide .stats-right .stat-item .table .td .content {
  font-size: 12px;
  color: #aaa;
  opacity: 0;
  transition: 0.5s;
}
/* line 2203, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-left .stat-item .table .td i.fa,
.tutorial .tutorial-slider .slide .stats-right .stat-item .table .td i.fa {
  background: #d3007d;
  color: #fff;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 30px;
  margin: 0 10px;
  transform: scale(0);
}
/* line 2217, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stats-left .stat-item:after,
.tutorial .tutorial-slider .slide .stats-right .stat-item:after {
  opacity: 0;
  transition: 0.5s;
}
/* line 2224, ../sass/style.scss */
.tutorial .tutorial-slider .slide .main-image {
  transform: scale(0.8);
  transition: 0.5s 0.5s;
  position: relative;
}
@media (max-width: 767px) {
  /* line 2224, ../sass/style.scss */
  .tutorial .tutorial-slider .slide .main-image {
    margin: 0 0 25px;
    height: 400px;
    overflow: hidden;
    transform: scale(1);
  }
  /* line 2234, ../sass/style.scss */
  .tutorial .tutorial-slider .slide .main-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: url("../gfx/cutoff.png") no-repeat bottom;
    background-size: 100% auto;
  }
}
/* line 2246, ../sass/style.scss */
.tutorial .tutorial-slider .slide .main-image img {
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 2246, ../sass/style.scss */
  .tutorial .tutorial-slider .slide .main-image img {
    width: 80%;
  }
}
/* line 2255, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slick-current .main-image {
  transform: scale(1);
}
@media (max-width: 991px) {
  /* line 2268, ../sass/style.scss */
  .tutorial .tutorial-slider .slide.slick-current .stats-left .stat-item.stat-01:after, .tutorial .tutorial-slider .slide.slick-current .stats-left .stat-item.stat-02:after, .tutorial .tutorial-slider .slide.slick-current .stats-left .stat-item.stat-03:after, .tutorial .tutorial-slider .slide.slick-current .stats-left .stat-item.stat-04:after, .tutorial .tutorial-slider .slide.slick-current .stats-left .stat-item.stat-05:after, .tutorial .tutorial-slider .slide.slick-current .stats-left .stat-item.stat-05:after,
  .tutorial .tutorial-slider .slide.slick-current .stats-right .stat-item.stat-01:after,
  .tutorial .tutorial-slider .slide.slick-current .stats-right .stat-item.stat-02:after,
  .tutorial .tutorial-slider .slide.slick-current .stats-right .stat-item.stat-03:after,
  .tutorial .tutorial-slider .slide.slick-current .stats-right .stat-item.stat-04:after,
  .tutorial .tutorial-slider .slide.slick-current .stats-right .stat-item.stat-05:after,
  .tutorial .tutorial-slider .slide.slick-current .stats-right .stat-item.stat-05:after {
    content: none !important;
  }
}
/* line 2277, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slick-current .stats-left .stat-item .table .td .content,
.tutorial .tutorial-slider .slide.slick-current .stats-left .stat-item .table .td h3,
.tutorial .tutorial-slider .slide.slick-current .stats-right .stat-item .table .td .content,
.tutorial .tutorial-slider .slide.slick-current .stats-right .stat-item .table .td h3 {
  opacity: 1;
}
/* line 2282, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slick-current .stats-left .stat-item .table .td i,
.tutorial .tutorial-slider .slide.slick-current .stats-right .stat-item .table .td i {
  animation: bounce 0.5s 0.5s;
  animation-fill-mode: forwards;
}
/* line 2289, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slick-current .stats-left .stat-item:after,
.tutorial .tutorial-slider .slide.slick-current .stats-right .stat-item:after {
  opacity: 1;
}
/* line 2297, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-01 .stat-01 {
  top: 12%;
}
/* line 2301, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-01 .stat-02 {
  top: 40%;
}
/* line 2305, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-01 .stat-03 {
  bottom: 8%;
}
/* line 2311, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-02 .stat-01 {
  top: 16%;
}
/* line 2315, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-02 .stat-02 {
  top: 47%;
}
/* line 2319, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-02 .stat-03 {
  bottom: 12%;
}
/* line 2325, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-03 .stat-01 {
  top: 22%;
}
/* line 2329, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-03 .stat-02 {
  top: 44%;
}
/* line 2333, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-03 .stat-03 {
  bottom: 22%;
}
/* line 2339, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-04 .stat-01 {
  top: 45%;
}
/* line 2343, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-04 .stat-02 {
  top: 30%;
}
/* line 2347, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-04 .stat-03 {
  bottom: 12%;
}
/* line 2353, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-05 .stat-01 {
  top: 42%;
}
/* line 2357, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-05 .stat-02 {
  top: 42%;
}
/* line 2361, ../sass/style.scss */
.tutorial .tutorial-slider .slide.slide-05 .stat-03 {
  bottom: 12%;
}
/* line 2369, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-01 .table .td h3 {
  transition: 0.5s 1s !important;
}
/* line 2373, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-01 .table .td .content {
  transition: 0.5s 1.1s !important;
}
/* line 2377, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-01 .table .td i {
  animation-delay: 0.5s !important;
}
/* line 2383, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-01:after {
  transition: 0.5s 1s !important;
}
/* line 2391, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-02 .table .td h3 {
  transition: 0.5s 1.1s !important;
}
/* line 2395, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-02 .table .td .content {
  transition: 0.5s 1.2s !important;
}
/* line 2399, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-02 .table .td i {
  animation-delay: 0.6s !important;
}
/* line 2405, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-02:after {
  transition: 0.5s 1.1s !important;
}
/* line 2413, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-03 .table .td h3 {
  transition: 0.5s 1.2s !important;
}
/* line 2417, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-03 .table .td .content {
  transition: 0.5s 1.3s !important;
}
/* line 2421, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-03 .table .td i {
  animation-delay: 0.7s !important;
}
/* line 2427, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-03:after {
  transition: 0.5s 1.2s !important;
}
/* line 2435, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-04 .table .td h3 {
  transition: 0.5s 1.3s !important;
}
/* line 2439, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-04 .table .td .content {
  transition: 0.5s 1.4s !important;
}
/* line 2443, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-04 .table .td i {
  animation-delay: 0.8s !important;
}
/* line 2449, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-04:after {
  transition: 0.5s 1.3s !important;
}
/* line 2457, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-05 .table .td h3 {
  transition: 0.5s 1.4s !important;
}
/* line 2461, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-05 .table .td .content {
  transition: 0.5s 1.6s !important;
}
/* line 2465, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-05 .table .td i {
  animation-delay: 0.9s !important;
}
/* line 2471, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-05:after {
  transition: 0.5s 1.4s !important;
}
/* line 2479, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-06 .table .td h3 {
  transition: 0.5s 1.5s !important;
}
/* line 2483, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-06 .table .td .content {
  transition: 0.5s 1.7s !important;
}
/* line 2487, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-06 .table .td i {
  animation-delay: 1s !important;
}
/* line 2493, ../sass/style.scss */
.tutorial .tutorial-slider .slide .stat-06:after {
  transition: 0.5s 1.5s !important;
}
/* line 2499, ../sass/style.scss */
.tutorial .tutorial-slider .slick-dots {
  margin: 0 auto;
  padding: 0;
}
/* line 2504, ../sass/style.scss */
.tutorial .tutorial-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  font-size: 0;
}
/* line 2509, ../sass/style.scss */
.tutorial .tutorial-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  border: 2px solid #d3007d;
  margin: 0 5px;
  padding: 0;
  border-radius: 14px;
  background: none;
  font-size: 0;
  cursor: pointer;
}
/* line 2522, ../sass/style.scss */
.tutorial .tutorial-slider .slick-dots li.slick-active button {
  background: #d3007d;
}
/* line 2527, ../sass/style.scss */
.tutorial .tutorial-slider .slick-dots li:first-child {
  margin-left: 0;
}
/* line 2531, ../sass/style.scss */
.tutorial .tutorial-slider .slick-dots li:last-child {
  margin-right: 0;
}
/* line 2537, ../sass/style.scss */
.tutorial .tutorial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
@media (max-width: 991px) {
  /* line 2537, ../sass/style.scss */
  .tutorial .tutorial-slider .slick-arrow {
    display: none !important;
  }
}
/* line 2546, ../sass/style.scss */
.tutorial .tutorial-slider .slick-arrow.slick-prev {
  left: 50px;
}
/* line 2549, ../sass/style.scss */
.tutorial .tutorial-slider .slick-arrow.slick-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ddd;
  font-size: 30px;
}
/* line 2560, ../sass/style.scss */
.tutorial .tutorial-slider .slick-arrow.slick-next {
  right: 50px;
}
/* line 2563, ../sass/style.scss */
.tutorial .tutorial-slider .slick-arrow.slick-next:before {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ddd;
  font-size: 30px;
}
/* line 2574, ../sass/style.scss */
.tutorial .tutorial-slider .slick-arrow.slick-next, .tutorial .tutorial-slider .slick-arrow.slick-prev {
  font-size: 0;
  border: 0;
  height: 50px;
  width: 50px;
  background: none;
  cursor: pointer;
}
/* line 2584, ../sass/style.scss */
.tutorial .tutorial-slider .slick-arrow.slick-next:hover:before, .tutorial .tutorial-slider .slick-arrow.slick-prev:hover:before {
  color: #d3007d;
}

/* line 2593, ../sass/style.scss */
.cta {
  background: #d3007d;
  color: #fff;
  padding: 60px 0 100px;
  font-size: 0;
}
@media (max-width: 767px) {
  /* line 2593, ../sass/style.scss */
  .cta {
    text-align: center;
  }
}
/* line 2602, ../sass/style.scss */
.blue .cta {
  background: #204392;
}
@media (min-width: 768px) {
  /* line 2608, ../sass/style.scss */
  .blue .cta .row .col-sm-12:last-child {
    text-align: right;
  }
}
/* line 2616, ../sass/style.scss */
.cta h3 {
  color: #fff;
}
@media (max-width: 991px) {
  /* line 2616, ../sass/style.scss */
  .cta h3 {
    font-size: 25px;
  }
}
/* line 2623, ../sass/style.scss */
.cta h4 {
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  /* line 2623, ../sass/style.scss */
  .cta h4 {
    font-size: 14px;
    line-height: 30px;
  }
}
/* line 2632, ../sass/style.scss */
.cta .btn {
  display: inline-block;
  color: #fff;
  border-color: #fff;
  margin: 0 0 10px 20px;
}
@media (max-width: 767px) {
  /* line 2632, ../sass/style.scss */
  .cta .btn {
    margin: 0 10px 10px;
  }
}
/* line 2641, ../sass/style.scss */
.cta .btn:hover {
  background: #fff;
  color: #d3007d;
}
/* line 2646, ../sass/style.scss */
.blue .cta .btn {
  color: #fff;
  border-color: #fff;
}
/* line 2650, ../sass/style.scss */
.blue .cta .btn:hover {
  background: #fff;
  color: #204392;
}
/* line 2657, ../sass/style.scss */
.cta.centered {
  text-align: center;
}
/* line 2660, ../sass/style.scss */
.cta.centered .row {
  width: auto;
  margin: 0 auto;
  display: block;
}
/* line 2665, ../sass/style.scss */
.cta.centered .row > div {
  display: inline-block;
  width: auto !important;
  flex: none !important;
}
/* line 2674, ../sass/style.scss */
.cta.double .btn {
  margin: 0 20px 10px 0;
}
@media (min-width: 768px) {
  /* line 2679, ../sass/style.scss */
  .cta.double .row > .col-md-6:first-child {
    border-right: 6px dotted rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  /* line 2679, ../sass/style.scss */
  .cta.double .row > .col-md-6:first-child {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 6px dotted rgba(255, 255, 255, 0.5);
  }
}

/* line 2693, ../sass/style.scss */
.footer {
  background: #333;
  padding: 50px 0;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}
/* line 2700, ../sass/style.scss */
.footer #mc_embed_signup form {
  margin: 0;
  padding: 0;
}
/* line 2704, ../sass/style.scss */
.footer #mc_embed_signup form input {
  width: 60%;
  float: left;
  border-radius: 40px 0 0 40px;
  padding: 0 20px;
}
/* line 2710, ../sass/style.scss */
.footer #mc_embed_signup form input.button {
  background: #d3007d;
  color: #fff;
  border-radius: 0 40px 40px 0;
  width: 40%;
  text-align: center;
}
/* line 2720, ../sass/style.scss */
.footer input {
  width: 100%;
  padding: 0 10px;
  height: 40px;
  border-radius: 40px;
  border: 0;
  margin: 10px 0;
}
/* line 2729, ../sass/style.scss */
.footer .wave-wrapper {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  /* line 2729, ../sass/style.scss */
  .footer .wave-wrapper {
    top: -50px;
  }
}
@media (max-width: 767px) {
  /* line 2729, ../sass/style.scss */
  .footer .wave-wrapper {
    top: -40px;
  }
}
@media (max-width: 575px) {
  /* line 2729, ../sass/style.scss */
  .footer .wave-wrapper {
    top: -20px;
  }
}
/* line 2749, ../sass/style.scss */
.footer .wave-wrapper .wave {
  position: relative;
  height: 50px;
  width: 200%;
  animation: wave 25s linear infinite;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  /* line 2749, ../sass/style.scss */
  .footer .wave-wrapper .wave {
    height: 50px;
    animation-duration: 20s;
  }
}
@media (max-width: 767px) {
  /* line 2749, ../sass/style.scss */
  .footer .wave-wrapper .wave {
    height: 40px;
    animation-duration: 15s;
  }
}
@media (max-width: 575px) {
  /* line 2749, ../sass/style.scss */
  .footer .wave-wrapper .wave {
    height: 20px;
    animation-duration: 10s;
  }
}
/* line 2768, ../sass/style.scss */
.footer .wave-wrapper .wave svg {
  position: absolute;
  fill: #333;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 2779, ../sass/style.scss */
.footer ul {
  padding: 0;
}
/* line 2782, ../sass/style.scss */
.footer ul li {
  list-style: none;
}
/* line 2785, ../sass/style.scss */
.footer ul li a {
  color: #fff;
}
/* line 2788, ../sass/style.scss */
.footer ul li a:hover {
  color: #d3007d;
}
/* line 2794, ../sass/style.scss */
.footer ul.social {
  margin-top: 10px;
}
/* line 2797, ../sass/style.scss */
.footer ul.social li {
  width: 50%;
  float: left;
  font-size: 18px;
  font-family: VistaSansBold;
  margin: 0 0 10px;
}
/* line 2804, ../sass/style.scss */
.footer ul.social li i {
  font-size: 25px;
  margin-right: 10px;
}
/* line 2812, ../sass/style.scss */
.footer h4 {
  font-size: 18px;
  font-family: VistaSansBold;
}
@media (max-width: 767px) {
  /* line 2812, ../sass/style.scss */
  .footer h4 {
    margin-top: 20px;
  }
}

/* line 2821, ../sass/style.scss */
.subfooter {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
}
@media (max-width: 991px) {
  /* line 2830, ../sass/style.scss */
  .subfooter .col-lg-12:first-child {
    margin-bottom: 20px;
    display: block !important;
  }
}
/* line 2837, ../sass/style.scss */
.subfooter a {
  color: #fff;
}
/* line 2840, ../sass/style.scss */
.subfooter a:hover {
  color: #d3007d;
}

/* line 2846, ../sass/style.scss */
.blog_bundle {
  padding: 50px 0 100px;
  background: #fff;
}
/* line 2850, ../sass/style.scss */
.blog_bundle .addthis_inline_share_toolbox {
  margin-top: 20px;
}
/* line 2854, ../sass/style.scss */
.blog_bundle a.btn {
  position: relative;
}
/* line 2857, ../sass/style.scss */
.lang-gb .blog_bundle a.btn {
  visibility: hidden;
}
/* line 2860, ../sass/style.scss */
.lang-gb .blog_bundle a.btn:after {
  content: "Back to previous page";
  cursor: pointer;
  visibility: visible;
  background: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #d3007d;
  border: 2px solid #d3007d;
  border-radius: 50px;
  padding: 14px 30px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 2878, ../sass/style.scss */
.lang-gb .blog_bundle a.btn:hover:after {
  background: #d3007d;
  color: #fff;
}
/* line 2887, ../sass/style.scss */
.blog_bundle .blog .card {
  position: relative;
  margin: 0 0 20px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  border: 1px solid #aaa;
}
/* line 2895, ../sass/style.scss */
.blog_bundle .blog .card .thumb-wrapper {
  width: 100%;
  height: 200px;
  display: block;
  overflow: hidden;
  background: #d3007d;
}
/* line 2902, ../sass/style.scss */
.blog_bundle .blog .card .thumb-wrapper .thumb {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
}
/* line 2910, ../sass/style.scss */
.blog_bundle .blog .card .thumb-wrapper:hover .thumb {
  opacity: 0.5;
  transform: scale(1.1);
}
/* line 2917, ../sass/style.scss */
.blog_bundle .blog .card .content {
  padding: 20px;
}
/* line 2920, ../sass/style.scss */
.blog_bundle .blog .card .content h3 {
  font-size: 20px;
}
/* line 2924, ../sass/style.scss */
.blog_bundle .blog .card .content .date {
  color: #aaa;
  font-size: 14px;
}
/* line 2931, ../sass/style.scss */
.blog_bundle .blog .btnbar {
  margin: 50px auto 0;
  text-align: center;
}
/* line 2937, ../sass/style.scss */
.blog_bundle .entry {
  line-height: 30px;
  font-size: 14px;
}
@media (max-width: 767px) {
  /* line 2941, ../sass/style.scss */
  .blog_bundle .entry h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 2947, ../sass/style.scss */
  .blog_bundle .entry img {
    margin-top: 20px;
  }
}

/* line 2954, ../sass/style.scss */
.empty,
.text-blocks {
  padding: 50px 0 100px;
  background: #fff;
}
/* line 2960, ../sass/style.scss */
.empty .card.sidebar,
.text-blocks .card.sidebar {
  border-radius: 5px;
  border: 1px solid #aaa;
}
/* line 2964, ../sass/style.scss */
.empty .card.sidebar .content,
.text-blocks .card.sidebar .content {
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
/* line 2970, ../sass/style.scss */
.empty .card.sidebar .content h3,
.empty .card.sidebar .content h4,
.empty .card.sidebar .content h5,
.text-blocks .card.sidebar .content h3,
.text-blocks .card.sidebar .content h4,
.text-blocks .card.sidebar .content h5 {
  font-size: 25px;
  margin: 0 0 15px;
}
/* line 2980, ../sass/style.scss */
.empty.why-pay,
.text-blocks.why-pay {
  background: url("../gfx/bg-cta.jpeg");
}
/* line 2985, ../sass/style.scss */
.empty.why-pay .container .section-title h2,
.empty.why-pay .container .section-title p,
.text-blocks.why-pay .container .section-title h2,
.text-blocks.why-pay .container .section-title p {
  color: #fff;
}
/* line 2990, ../sass/style.scss */
.empty.why-pay .container .section-title:after,
.text-blocks.why-pay .container .section-title:after {
  content: "";
  height: 3px;
  width: 50px;
  background: #fff;
  margin: 0 auto;
  display: inline-block;
}
/* line 3001, ../sass/style.scss */
.empty.why-pay .block,
.text-blocks.why-pay .block {
  margin: 25px 0;
  padding: 0 30px;
  font-size: 14px;
}
/* line 3006, ../sass/style.scss */
.empty.why-pay .block img,
.text-blocks.why-pay .block img {
  margin: 0 0 10px;
}

/* line 3013, ../sass/style.scss */
.plugin-forms {
  margin: 0 0 20px;
}
/* line 3017, ../sass/style.scss */
.plugin-forms #forms-bundle-form .contains-form {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
@media (max-width: 767px) {
  /* line 3017, ../sass/style.scss */
  .plugin-forms #forms-bundle-form .contains-form {
    width: 100%;
  }
}
/* line 3029, ../sass/style.scss */
.plugin-forms #forms-bundle-form .form-footer {
  padding: 20px 0 0;
  width: 600px;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 3029, ../sass/style.scss */
  .plugin-forms #forms-bundle-form .form-footer {
    width: 100%;
  }
}
/* line 3039, ../sass/style.scss */
.plugin-forms #forms-bundle-form .form-footer button {
  cursor: pointer;
  background: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #d3007d;
  border: 2px solid #d3007d;
  border-radius: 50px;
  padding: 14px 30px;
  font-weight: bold;
  position: relative;
}
/* line 3051, ../sass/style.scss */
.plugin-forms #forms-bundle-form .form-footer button i.fa.fa-angle-right {
  font-size: 16px;
  margin-left: 10px;
}
/* line 3056, ../sass/style.scss */
.plugin-forms #forms-bundle-form .form-footer button:hover {
  background: #d3007d;
  color: #fff;
}
/* line 3061, ../sass/style.scss */
.plugin-forms #forms-bundle-form .form-footer button[type="reset"] {
  display: none;
}
/* line 3070, ../sass/style.scss */
.plugin-forms #forms-bundle-form .form-question .card {
  border: 0;
  background: none;
}
/* line 3074, ../sass/style.scss */
.plugin-forms #forms-bundle-form .form-question .card .field-label {
  color: #d3007d;
  font-size: 20px;
  font-family: VistaSansBold;
}
/* line 3080, ../sass/style.scss */
.plugin-forms #forms-bundle-form .form-question .card .select2-container {
  width: 100% !important;
  height: 40px;
  margin: 0 0 20px;
  border-radius: 25px;
  border: 1px solid #aaa;
  background: #fff;
}
/* line 3088, ../sass/style.scss */
.plugin-forms #forms-bundle-form .form-question .card .select2-container .select2-selection,
.plugin-forms #forms-bundle-form .form-question .card .select2-container .select2-selection__arrow,
.plugin-forms #forms-bundle-form .form-question .card .select2-container .select2-selection__rendered {
  height: 40px;
  line-height: 40px;
  border: 0;
  background: none;
}
/* line 3097, ../sass/style.scss */
.plugin-forms #forms-bundle-form .form-question .card .select2-container .select2-selection__rendered {
  padding: 0 20px;
}
/* line 3102, ../sass/style.scss */
.plugin-forms #forms-bundle-form .form-question .card input,
.plugin-forms #forms-bundle-form .form-question .card select,
.plugin-forms #forms-bundle-form .form-question .card textarea {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  margin: 0 0 20px;
  border-radius: 25px;
  border: 1px solid #aaa;
}
/* line 3113, ../sass/style.scss */
.plugin-forms #forms-bundle-form .form-question .card textarea {
  padding: 20px;
  height: 300px;
}

/* line 3122, ../sass/style.scss */
.cards {
  padding: 50px 0 100px;
}
/* line 3125, ../sass/style.scss */
.cards.background-light {
  background: #fff;
}
/* line 3128, ../sass/style.scss */
.cards.background-light .card {
  background: #eee;
  border: 0;
}

/* line 3136, ../sass/style.scss */
.cta-large.bwa-reviews {
  background: none;
}
/* line 3139, ../sass/style.scss */
.cta-large.bwa-reviews .section-title {
  margin-bottom: 50px;
  color: #fff;
}
/* line 3143, ../sass/style.scss */
.cta-large.bwa-reviews .section-title h2 {
  color: #fff;
}
/* line 3150, ../sass/style.scss */
.cta-large.bwa-reviews #slider_reviews .slide .content {
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 3150, ../sass/style.scss */
  .cta-large.bwa-reviews #slider_reviews .slide .content {
    max-width: 100%;
  }
}
/* line 3157, ../sass/style.scss */
.cta-large.bwa-reviews #slider_reviews .slide .content .top {
  font-size: 30px;
  font-family: VistaSansBold;
}
/* line 3158, ../sass/style.scss */
.cta-large.bwa-reviews #slider_reviews .slide .content .top h3 {
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 767px) {
  /* line 3157, ../sass/style.scss */
  .cta-large.bwa-reviews #slider_reviews .slide .content .top {
    font-size: 25px;
  }
}
/* line 3169, ../sass/style.scss */
.cta-large.bwa-reviews #slider_reviews .slide .content .top i.fa:before {
  color: #b5ba23;
  margin: 0 5px;
}
/* line 3176, ../sass/style.scss */
.cta-large.bwa-reviews #slider_reviews .slide .content .bottom {
  font-size: 14px;
}
/* line 3179, ../sass/style.scss */
.cta-large.bwa-reviews #slider_reviews .slide .content .bottom hr {
  background: #fff;
  border: 0;
  width: 20px;
  height: 3px;
}
/* line 3189, ../sass/style.scss */
.cta-large.bwa-reviews #slider_reviews .slick-dots {
  position: relative;
  z-index: 50;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 3196, ../sass/style.scss */
.cta-large.bwa-reviews #slider_reviews .slick-dots li {
  list-style: none;
  padding: 0;
  margin: 50px 5px 0;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 3196, ../sass/style.scss */
  .cta-large.bwa-reviews #slider_reviews .slick-dots li {
    margin: 20px 5px 0;
  }
}
/* line 3205, ../sass/style.scss */
.cta-large.bwa-reviews #slider_reviews .slick-dots li:only-child {
  display: none;
}
/* line 3209, ../sass/style.scss */
.cta-large.bwa-reviews #slider_reviews .slick-dots li button {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  background: none;
  text-align: center;
  line-height: 28px;
  border-radius: 30px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}
/* line 3225, ../sass/style.scss */
.cta-large.bwa-reviews #slider_reviews .slick-dots li.slick-active button {
  background: #fff;
}
/* line 3234, ../sass/style.scss */
.cta-large:after {
  background: #222;
}

@-moz-document url-prefix() {
  /* line 3239, ../sass/style.scss */
  .parallax-mirror {
    overflow: visible !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 3244, ../sass/style.scss */
  img[src$=".svg"] {
    width: 100%;
  }
}
/* line 3249, ../sass/style.scss */
#trinity-exception {
  padding: 70px 0 100px;
}

/* line 3254, ../sass/style.scss */
.video-container .block {
  max-width: 800px;
  margin: 0 auto;
}
/* line 3259, ../sass/style.scss */
.video-container .responsive {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
/* line 3264, ../sass/style.scss */
.video-container .responsive iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 3275, ../sass/style.scss */
.faq-bundle {
  max-width: 800px;
  margin: 0 auto;
}
/* line 3279, ../sass/style.scss */
.faq-bundle > h3 {
  margin: 0 0 30px;
}

/* line 3285, ../sass/style.scss */
#accordion .card {
  margin: 0 0 10px;
}
/* line 3288, ../sass/style.scss */
#accordion .card .card-header {
  background: none;
  border: 0;
  padding: 0;
  color: #d3007d;
  font-weight: bold;
}
/* line 3295, ../sass/style.scss */
#accordion .card .card-header span {
  display: block;
  cursor: pointer;
  padding: .75rem 1.25rem;
  font-size: 14px;
}
/* line 3303, ../sass/style.scss */
#accordion .card .card-body {
  padding-top: 0;
  font-size: 14px;
}
