@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Regular.woff2') format('woff2'), url('../fonts/Lora-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Bold.woff2') format('woff2'), url('../fonts/Lora-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*Colors*/
/*Font-settings*/
/*Spacing*/
/*Breakpoints*/
html {
  font-size: 16px;
}
body {
  font-weight: 400;
  line-height: 1.625;
  font-family: 'Poppins', sans-serif;
  color: #485258;
}
@media (min-width: 992px) {
  body {
    padding-top: 132px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  body {
    padding-top: 132px;
  }
  body.no-topbar {
    padding-top: 92px;
  }
}
@media (max-width: 575.98px) {
  body {
    padding-top: 122px;
  }
  body.no-topbar {
    padding-top: 82px;
  }
}
section {
  position: relative;
}
section.gray-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F7F7), to(#fff));
  background: -webkit-linear-gradient(#F6F7F7, #fff);
  background: -moz-linear-gradient(#F6F7F7, #fff);
  background: linear-gradient(#F6F7F7, #fff);
  padding-top: 96px;
  margin-top: 0;
}
section.pt-c {
  padding-top: 96px;
}
section.mb-c {
  margin-bottom: 96px;
}
@media (min-width: 768px) {
  section {
    margin-block: 96px;
  }
}
@media (max-width: 767.98px) {
  section {
    margin-block: 48px;
  }
  section.pt-c {
    padding-top: 48px;
  }
  section.mb-c {
    margin-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-inline: 16px;
  }
}
.container-wrapper {
  margin-inline: auto;
  width: -webkit-calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: calc(100% - 32px);
  max-width: 1440px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container-wrapper {
    padding-inline: 16px;
  }
}
@media (max-width: 575.98px) {
  .container-wrapper {
    width: 100%;
  }
}
a {
  text-underline-offset: 0.125rem;
}
a:hover {
  text-decoration: none;
}
a.link {
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
a.link.green {
  color: #009624;
}
a.link.green svg path {
  fill: #009624;
}
a.link.green:hover,
a.link.green:focus {
  color: #FFAB00;
}
a.link.green:hover svg path,
a.link.green:focus svg path {
  fill: #FFAB00;
}
a.link.white {
  color: #fff;
}
a.link.white svg path {
  fill: #fff;
}
a.link.white:hover,
a.link.white:focus {
  color: #FFAB00;
}
a.link.white:hover svg path,
a.link.white:focus svg path {
  fill: #FFAB00;
}
a.link.blue {
  color: #2979FF;
}
a.link.blue svg path {
  fill: #2979FF;
}
a.link.blue:hover,
a.link.blue:focus {
  color: #FFAB00;
}
a.link.blue:hover svg path,
a.link.blue:focus svg path {
  fill: #FFAB00;
}
a.link svg {
  margin-left: 6px;
}
a.link svg path {
  -webkit-transition: fill 0.15s ease-in-out;
  -moz-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}
.btn {
  padding: 14px 39px;
  border-radius: 99px;
  font-weight: 600;
  line-height: 1.625;
}
.btn.btn-primary {
  background-color: #2979FF;
  border-color: #2979FF;
  color: #fff;
}
.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus-visible {
  background-color: #fff;
  border-color: #2979FF;
  color: #2979FF;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.btn.btn-primary:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(41, 121, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(41, 121, 255, 0.5);
}
.btn.btn-outline-primary {
  color: #2979FF;
  border-color: #E4E6E7;
  background-color: #fff;
}
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus-visible {
  background-color: #2979FF;
  border-color: #2979FF;
  color: #fff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.btn.btn-outline-primary:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(41, 121, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(41, 121, 255, 0.5);
}
.btn.btn-secondary {
  background-color: #00C853;
  border-color: #00C853;
  color: #263238;
}
.btn.btn-secondary:active,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus-visible {
  background-color: #fff;
  border-color: #00C853;
  color: #00C853;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.btn.btn-secondary:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 200, 83, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 200, 83, 0.5);
}
.btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #2979FF;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.btn.btn-white:active,
.btn.btn-white:hover,
.btn.btn-white:focus-visible {
  background-color: #2979FF;
  border-color: #fff;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-white:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn.btn-sm {
  padding: 9px 23px;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .btn {
    width: 100%;
    padding: 10px 15px;
  }
}
.actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-top: 32px;
}
.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.dropdown .dropdown-toggle {
  background-color: transparent;
  border: none;
}
.dropdown .dropdown-toggle:after {
  border: 0;
  background-image: url(../images/icon/dropDownArrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: static;
  width: 10px;
  height: 6px;
  margin-left: 0;
  vertical-align: middle;
}
.dropdown .dropdown-toggle.show:after {
  -webkit-transform: scaleY(-1);
     -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.dropdown .dropdown-menu {
  margin-top: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
  border: none;
  border-top: 3px solid #2979FF;
  border-radius: 3px;
  padding-block: 12px;
}
.dropdown .dropdown-menu .dropdown-item {
  padding-block: 8px;
  padding-inline: 24px;
}
.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item.active {
  color: #FFAB00;
  background-color: transparent;
}
@media (min-width: 992px) {
  .dropdown {
    padding-right: 8px;
  }
  .dropdown .dropdown-toggle {
    padding-inline: 0;
  }
}
@media (max-width: 991.98px) {
  .dropdown .dropdown-menu {
    background-color: transparent;
  }
  .dropdown .dropdown-toggle {
    margin-left: auto;
    height: 42px;
    width: 42px;
    border-radius: 3px;
    border: 1px solid #E4E6E7;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Poppins', sans-serif;
  color: #263238;
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 0.5em;
}
h1,
.h1 {
  font-weight: 800;
}
@media (max-width: 575.98px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 35.2px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 38.4px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1,
  .h1 {
    font-size: 41.6px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  h1,
  .h1 {
    font-size: 44.8px;
  }
}
@media (min-width: 1400px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
h2,
.h2 {
  font-weight: 800;
}
@media (max-width: 575.98px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  h2,
  .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1400px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
h3,
.h3 {
  font-weight: 600;
}
@media (max-width: 575.98px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 20.8px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h3,
  .h3 {
    font-size: 21.6px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h3,
  .h3 {
    font-size: 22.4px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  h3,
  .h3 {
    font-size: 23.2px;
  }
}
@media (min-width: 1400px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
h4,
.h4 {
  font-weight: 600;
}
@media (max-width: 575.98px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  h4,
  .h4 {
    font-size: 18.4px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h4,
  .h4 {
    font-size: 18.8px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h4,
  .h4 {
    font-size: 19.2px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  h4,
  .h4 {
    font-size: 19.6px;
  }
}
@media (min-width: 1400px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
h5,
.h5 {
  font-weight: 600;
}
@media (max-width: 575.98px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  h5,
  .h5 {
    font-size: 16.4px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h5,
  .h5 {
    font-size: 16.8px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h5,
  .h5 {
    font-size: 17.2px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  h5,
  .h5 {
    font-size: 17.6px;
  }
}
@media (min-width: 1400px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}
h6,
.h6 {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .lead {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lead {
    font-size: 18.4px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lead {
    font-size: 18.8px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .lead {
    font-size: 19.2px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .lead {
    font-size: 19.6px;
  }
}
@media (min-width: 1400px) {
  .lead {
    font-size: 20px;
  }
}
.blockquote {
  font-family: 'Lora', serif;
  line-height: 1.34615385em;
  color: #263238;
}
@media (max-width: 575.98px) {
  .blockquote {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blockquote {
    font-size: 21.2px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blockquote {
    font-size: 22.4px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blockquote {
    font-size: 23.6px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blockquote {
    font-size: 24.8px;
  }
}
@media (min-width: 1400px) {
  .blockquote {
    font-size: 26px;
  }
}
.fixed-bottom-badge {
  position: fixed;
  z-index: 1030;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.skipToMain {
  position: absolute;
  z-index: 9999;
  background-color: #485258;
  color: #fff;
  font-weight: 600;
  padding: 16px 24px;
  left: 32px;
  border-radius: 0 0 8px 8px;
  -webkit-transform: translateY(-webkit-calc(-100% - 132px));
     -moz-transform: translateY(-moz-calc(-100% - 132px));
      -ms-transform: translateY(calc(-100% - 132px));
          transform: translateY(calc(-100% - 132px));
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  opacity: 0;
}
.skipToMain:focus {
  -webkit-transform: translateY(-webkit-calc(0% - 132px));
     -moz-transform: translateY(-moz-calc(0% - 132px));
      -ms-transform: translateY(calc(0% - 132px));
          transform: translateY(calc(0% - 132px));
  opacity: 1;
}
.select2-search--dropdown {
  display: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #00C853;
  color: #fff;
}
.select2-results__option {
  padding: 10px 19px;
}
.select2-container--default .select2-results__option--selected {
  background-color: transparent;
}
input + .select2-container--default .select2-selection--single .select2-selection__arrow b,
select + .select2-container--default .select2-selection--single .select2-selection__arrow b,
textarea + .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
}
input + .select2-container--default .select2-selection--single .select2-selection__arrow b::after,
select + .select2-container--default .select2-selection--single .select2-selection__arrow b::after,
textarea + .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/icon/upDown-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
}
header {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}
header #top-bar {
  padding-block: 0;
  background-color: #F6F7F7;
}
header #top-bar .container .top-menu {
  margin-left: auto;
}
header #top-bar .container .top-menu .nav-item + .nav-item {
  margin-left: 8px;
}
header #top-bar .container .top-menu .nav-item .nav-link {
  padding-top: 9px;
  font-size: 14px;
  line-height: 23px;
}
header #top-bar .container .top-menu .nav-item .dropdown-menu {
  min-width: 0;
  background-color: #E4E6E7;
}
header #top-bar .container .top-menu .nav-item .dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 0.5rem;
}
header #bottom-bar {
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
header .navbar {
  padding-block: 16px;
}
header .navbar .breadcrumb {
  margin-bottom: 0;
}
header .navbar .breadcrumb .breadcrumb-item {
  font-size: 14px;
  line-height: 23px;
  padding-block: 9px 8px;
}
header .navbar .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}
header .navbar .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  padding-right: 8px;
  color: #E4E6E7;
}
header .navbar .breadcrumb .breadcrumb-item + .breadcrumb-item.active {
  color: rgba(72, 82, 88, 0.56);
}
header .navbar .breadcrumb .breadcrumb-item a,
header .navbar .breadcrumb .breadcrumb-item span {
  display: inline-block;
}
header .navbar .breadcrumb .breadcrumb-item a {
  color: #485258;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
header .navbar .breadcrumb .breadcrumb-item a:hover {
  color: #FFAB00;
}
header .navbar .navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
header .navbar .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #485258;
}
header .navbar .nav-link.active {
  color: #485258;
}
header .navbar .nav-link:hover,
header .navbar .nav-link:focus {
  color: #FFAB00;
}
header .navbar .navbar-collapse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
          flex-direction: column-reverse;
}
header .navbar .navbar-collapse .main-menu .nav-link {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 576px) {
  header .navbar-brand img {
    height: 60px;
  }
}
@media (min-width: 992px) {
  header .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  header .navbar-collapse {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }
  header .navbar-collapse .main-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
  header .navbar-collapse .main-menu .btn {
    margin-left: 8px;
  }
  header .navbar-collapse .main-menu .nav-item + .nav-item {
    margin-left: 16px;
  }
}
@media (max-width: 991.98px) {
  header .navbar {
    padding-bottom: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }
  header .navbar .navbar-brand,
  header .navbar .navbar-nav {
    margin-bottom: 1rem;
  }
  header .navbar .navbar-toggler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    overflow: hidden;
    border: 0;
    margin-top: 13px;
  }
  header .navbar .navbar-toggler:focus:not(:focus-visible) {
    border: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 8px);
       -moz-transform: rotate(45deg) translate(6px, 8px);
        -ms-transform: rotate(45deg) translate(6px, 8px);
            transform: rotate(45deg) translate(6px, 8px);
  }
  header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    -webkit-transform: translateX(200%);
       -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
    opacity: 0;
  }
  header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -7px);
       -moz-transform: rotate(-45deg) translate(5px, -7px);
        -ms-transform: rotate(-45deg) translate(5px, -7px);
            transform: rotate(-45deg) translate(5px, -7px);
  }
  header .navbar .navbar-toggler span {
    width: 30px;
    height: 3px;
    background-color: #485258;
    border-radius: 10px;
    margin: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header .navbar .navbar-toggler span:nth-child(2) {
    width: 22px;
    opacity: 1;
  }
  header .navbar .navbar-nav .dropdown {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  header .navbar .navbar-nav .dropdown .dropdown-menu {
    width: 100%;
    padding-block: 0;
    margin-block: 0 8px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: none;
  }
  header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding-block: 6px;
    padding-inline: 16px;
  }
  header .navbar .nav-link {
    padding-block: 12px;
  }
  header .navbar .btn {
    margin-top: 16px;
  }
  header .navbar .top-menu {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  header .navbar .navbar-collapse {
    max-height: -webkit-calc(100vh - 132px);
    max-height: -moz-calc(100vh - 132px);
    max-height: calc(100vh - 132px);
  }
}
@media (max-width: 575.98px) {
  header .navbar .navbar-collapse {
    max-height: -webkit-calc(100vh - 122px);
    max-height: -moz-calc(100vh - 122px);
    max-height: calc(100vh - 122px);
  }
  header .navbar-brand img {
    height: 50px;
  }
  header .navbar .navbar-toggler {
    margin-top: 8px;
  }
}
.content-container.cookies h2,
.content-container.cookies h3 {
  margin-top: 1em;
}
.content-container .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.content-container .row .inner {
  word-break: break-word;
}
.content-container .row .inner > *:first-child {
  margin-top: 0;
}
.content-container .row .inner > *:last-child {
  margin-bottom: 0;
}
.content-container .row .inner img {
  max-width: 100%;
}
.content-container .row .inner table {
  margin-bottom: 1rem;
}
.content-container .row .inner table tbody,
.content-container .row .inner table td,
.content-container .row .inner table tfoot,
.content-container .row .inner table th,
.content-container .row .inner table thead,
.content-container .row .inner table tr {
  vertical-align: top;
}
.content-container .row .inner ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.content-container .row .inner ul li {
  color: #485258;
  position: relative;
  padding-left: 25px;
}
.content-container .row .inner ul li + li {
  margin-top: 4px;
}
.content-container .row .inner ul li:before {
  content: url(../images/list-item-icon.svg);
  position: absolute;
  top: 0;
  left: 5px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.text-container .lead {
  margin-bottom: 8px;
}
.text-container h2,
.text-container .h2 {
  margin-bottom: 0.66666667em;
}
.text-container .body {
  color: #485258;
}
.text-container ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.text-container ul li {
  color: #485258;
  position: relative;
  padding-left: 25px;
}
.text-container ul li + li {
  margin-top: 4px;
}
.text-container ul li:before {
  content: url(../images/list-item-icon.svg);
  position: absolute;
  top: 0;
  left: 5px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.text-container > :last-child {
  margin-bottom: 0;
}
#hero-image {
  margin-block: 36px 0;
}
#hero-image .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
#hero-image .row img {
  width: 100%;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #hero-image .row img {
    margin-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  #hero-image .row img {
    margin-bottom: 32px;
    max-width: 300px;
  }
}
#hero-tabs {
  margin-top: -92px;
  padding-block: 164px 72px;
  background-color: hsl(217, 100%, 57%);
  background-image: -webkit-radial-gradient(at 80% 40%, hsl(217, 100%, 38%) 0px, transparent 50%), -webkit-radial-gradient(at 33% 19%, hsl(217, 100%, 45%) 0px, transparent 50%), -webkit-radial-gradient(at 17% 81%, hsl(217, 100%, 45%) 0px, transparent 50%);
  background-image: -moz-radial-gradient(at 80% 40%, hsl(217, 100%, 38%) 0px, transparent 50%), -moz-radial-gradient(at 33% 19%, hsl(217, 100%, 45%) 0px, transparent 50%), -moz-radial-gradient(at 17% 81%, hsl(217, 100%, 45%) 0px, transparent 50%);
  background-image: radial-gradient(at 80% 40%, hsl(217, 100%, 38%) 0px, transparent 50%), radial-gradient(at 33% 19%, hsl(217, 100%, 45%) 0px, transparent 50%), radial-gradient(at 17% 81%, hsl(217, 100%, 45%) 0px, transparent 50%);
}
#hero-tabs.wide .row .text-container {
  text-align: left;
}
#hero-tabs.wide .row .text-container .lead {
  margin-bottom: 24px;
}
#hero-tabs .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
#hero-tabs .row .text-container {
  text-align: center;
}
#hero-tabs .row .text-container h1 {
  color: #fff;
  margin-bottom: 24px;
}
#hero-tabs .row .text-container p {
  color: #fff;
}
#hero-tabs .row .btn {
  margin-top: 36px;
}
#hero-tabs .container-wrapper {
  border-radius: 24px;
  background-color: rgba(32, 108, 236, 0.92);
  border: 1px solid #2979FF;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
#hero-tabs .container-wrapper.static {
  margin-top: 48px;
}
#hero-tabs .container-wrapper.fixed {
  position: fixed;
  top: 156px;
  left: 0;
  right: 0;
  z-index: 1000;
}
#hero-tabs .container-wrapper .nav {
  width: 100%;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow: auto;
  padding-block: 18px;
}
#hero-tabs .container-wrapper .nav > :first-child {
  margin-left: auto;
}
#hero-tabs .container-wrapper .nav > :last-child {
  margin-right: auto;
}
#hero-tabs .container-wrapper .nav .nav-link {
  white-space: nowrap;
}
#hero-tabs .container-wrapper .nav .nav-link.active {
  text-decoration: none;
  color: #FFAB00;
}
#hero-tabs .container-wrapper .nav-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  padding-inline: 20px;
}
#hero-tabs .container-wrapper .nav-link:hover {
  text-decoration: none;
  color: #FFAB00;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #hero-tabs .container-wrapper {
    width: 100%;
  }
  #hero-tabs .container-wrapper.fixed {
    top: 132px;
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  #hero-tabs .container-wrapper {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  #hero-tabs {
    margin-top: -92px;
    padding-block: 134px 42px;
  }
  #hero-tabs .container-wrapper .nav {
    padding-block: 8px;
  }
}
@media (max-width: 575.98px) {
  #hero-tabs {
    margin-top: -82px;
    padding-block: 118px 36px;
  }
  #hero-tabs .row .text-container {
    text-align: left;
  }
  #hero-tabs .container-wrapper {
    width: 100%;
  }
  #hero-tabs .container-wrapper.fixed {
    top: 122px;
  }
}
#logo-slider.home {
  margin-top: 0;
  padding-block: 48px 96px;
}
#logo-slider.home:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#F6F7F7));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #F6F7F7);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), #F6F7F7);
  background: linear-gradient(rgba(255, 255, 255, 0), #F6F7F7);
  height: -webkit-calc(100% + 112px);
  height: -moz-calc(100% + 112px);
  height: calc(100% + 112px);
}
#logo-slider .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
#logo-slider .row .lead {
  margin-bottom: 48px;
  text-align: center;
}
#logo-slider .row .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #logo-slider.home {
    padding-top: 64px;
  }
}
@media (max-width: 767.98px) {
  #logo-slider.home {
    padding-block: 48px;
  }
}
.text-centered {
  text-align: center;
  margin-block: 124px;
}
.text-centered .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.text-centered .row .actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 767.98px) {
  .text-centered {
    margin-block: 64px;
  }
}
@media (max-width: 575.98px) {
  .text-centered {
    text-align: left;
  }
  .text-centered .row .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
#thank-you .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
#thank-you .row .inner {
  text-align: center;
}
#thank-you .row .inner img {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 575.98px) {
  #thank-you .row .inner {
    text-align: left;
  }
}
#features h2 {
  text-align: center;
  margin-bottom: 0.88888889em;
}
#features .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
#features .row p {
  margin-bottom: 0;
  color: #263238;
}
#features .row img {
  width: 100%;
}
#features .row .number {
  line-height: 1;
  margin-bottom: -0.5em;
  font-weight: 800;
}
@media (max-width: 575.98px) {
  #features .row .number {
    font-size: 64px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #features .row .number {
    font-size: 70.4px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #features .row .number {
    font-size: 76.8px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #features .row .number {
    font-size: 83.2px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #features .row .number {
    font-size: 89.6px;
  }
}
@media (min-width: 1400px) {
  #features .row .number {
    font-size: 96px;
  }
}
#features .row .number.green {
  color: rgba(0, 200, 83, 0.16);
}
#features .row .number.orange {
  color: rgba(253, 145, 37, 0.16);
}
#features .row .number.lightblue {
  color: rgba(0, 184, 212, 0.16);
}
#features .row .number.yellow {
  color: rgba(255, 171, 0, 0.16);
}
#features .row .number.blue {
  color: rgba(41, 121, 255, 0.16);
}
#features .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-top: 32px;
}
@media (min-width: 992px) {
  #features .row + .row {
    margin-top: 24px;
  }
  #features .row.icon-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse;
  }
  #features .row.icon-text img {
    padding-right: 40px;
  }
  #features .row.text-icon img {
    padding-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #features .row.icon-text img {
    padding-right: 24px;
  }
  #features .row.text-icon img {
    padding-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #features .row + .row {
    margin-top: 64px;
  }
  #features .row img {
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  #features .row + .row {
    margin-top: 48px;
  }
  #features .row img {
    margin-top: 24px;
  }
}
@media (max-width: 575.98px) {
  #features h2 {
    text-align: left;
  }
  #features .row img {
    max-width: 300px;
  }
}
#testimonial .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}
#testimonial .row .image {
  aspect-ratio: 1;
  position: relative;
  width: 100%;
  width: auto;
  margin-inline: 20px;
  border-radius: 50% 50% 32px 50%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 260px;
}
#testimonial .row .image img,
#testimonial .row .image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#testimonial .row .text {
  padding-inline: 25px;
  position: relative;
}
#testimonial .row .text .blockquote {
  margin-bottom: 24px;
}
#testimonial .row .text .blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #FD9125;
}
@media (max-width: 575.98px) {
  #testimonial .row .text .blockquote:before {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #testimonial .row .text .blockquote:before {
    font-size: 25.6px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #testimonial .row .text .blockquote:before {
    font-size: 27.2px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #testimonial .row .text .blockquote:before {
    font-size: 28.8px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #testimonial .row .text .blockquote:before {
    font-size: 30.4px;
  }
}
@media (min-width: 1400px) {
  #testimonial .row .text .blockquote:before {
    font-size: 32px;
  }
}
#testimonial .row .text .blockquote:after {
  content: '\201D';
}
#testimonial .row .text .name {
  font-weight: 600;
  margin-bottom: 0;
  color: #263238;
}
#testimonial .row .text .function {
  margin-block: 0;
  color: #485258;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #testimonial .row .text {
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #testimonial .row .text {
    padding-right: 16px;
  }
}
@media (max-width: 991.98px) {
  #testimonial .row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
  #testimonial .row .image {
    margin-inline: 0;
    margin-bottom: 24px;
  }
  #testimonial .row .text {
    padding-inline: 0;
    margin-left: 0;
  }
  #testimonial .row .text .blockquote:before {
    position: unset;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #testimonial .row .image {
    max-width: 200px;
  }
}
@media (max-width: 575.98px) {
  #testimonial .row .image {
    max-width: 156px;
  }
}
#accordion-items + section {
  margin-top: 0;
}
#accordion-items .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
#accordion-items .row .title-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  margin-bottom: 48px;
}
#accordion-items .row .title-button h2 {
  margin-bottom: 0;
}
#accordion-items .row .title-button p {
  margin-block: 32px 0;
}
#accordion-items .row .title-button a {
  margin-top: 32px;
}
#accordion-items .row .title-button a + a {
  margin-top: 24px;
}
#accordion-items .row .accordion-item {
  border-radius: 16px;
  border: none;
  background-color: transparent;
}
#accordion-items .row .accordion-item + .accordion-item {
  margin-top: 16px;
}
#accordion-items .row .accordion-item .accordion-button {
  border-radius: 16px;
  padding: 0 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 24px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: #fff;
  -webkit-box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.06);
}
#accordion-items .row .accordion-item .accordion-button:after {
  background-image: url(../images/icon/plus.svg);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#accordion-items .row .accordion-item .accordion-button:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}
#accordion-items .row .accordion-item .accordion-button:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(41, 121, 255, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(41, 121, 255, 0.25);
}
#accordion-items .row .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  margin-left: -12px;
  width: -webkit-calc(100% + 24px);
  width: -moz-calc(100% + 24px);
  width: calc(100% + 24px);
  padding-inline: 38px;
}
#accordion-items .row .accordion-item .accordion-button:not(.collapsed):after {
  background-image: url(../images/icon/minus.svg);
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
#accordion-items .row .accordion-item .accordion-button:not(.collapsed):focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(41, 121, 255, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(41, 121, 255, 0.25);
}
#accordion-items .row .accordion-item .accordion-button .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding-block: 38px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  width: 100%;
}
#accordion-items .row .accordion-item .accordion-button .text .h4 {
  margin-bottom: 0;
}
#accordion-items .row .accordion-item .accordion-button .text p {
  margin-block: 8px 0;
  color: #263238;
}
#accordion-items .row .accordion.no-image h3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
#accordion-items .row .accordion.no-image h3:after {
  content: '';
  background-image: url(../images/icon/plus.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  height: 20px;
  width: 20px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
#accordion-items .row .accordion.no-image .accordion-button:after {
  display: none;
}
#accordion-items .row .accordion.no-image .accordion-button:not(.collapsed) h3:after {
  background-image: url(../images/icon/minus.svg);
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
@media (min-width: 992px) {
  #accordion-items .row .title-button {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    margin-bottom: 0;
  }
  #accordion-items .row .title-button h2,
  #accordion-items .row .title-button p {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #accordion-items .row .title-button {
    padding-right: 24px;
  }
}
@media (max-width: 767.98px) {
  #accordion-items {
    padding-block: 48px;
  }
}
@media (max-width: 575.98px) {
  #accordion-items .row .title-button p {
    margin-top: 16px;
  }
  #accordion-items .row .accordion-item .accordion-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    padding: 24px 16px;
    gap: 8px;
  }
  #accordion-items .row .accordion-item .accordion-button:not(.collapsed) {
    margin-left: unset;
    width: auto;
    padding-inline: 16px;
  }
  #accordion-items .row .accordion-item .accordion-button:after {
    position: absolute;
    right: 16px;
    top: 54px;
  }
  #accordion-items .row .accordion-item .accordion-button .text {
    padding-block: 0;
  }
}
#video .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
#video .row lite-youtube {
  border-radius: 16px;
  max-width: unset;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
#video .row .text {
  margin-top: 8px;
  padding-inline: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
#video .row .text .h4 {
  margin-bottom: 0;
  font-weight: 600;
}
#video .row .text a {
  display: block;
  color: rgba(72, 82, 88, 0.56);
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#video .row .text a:hover {
  color: #FFAB00;
}
#video .row .text img {
  height: 14px;
  width: 14px;
  margin-left: 8px;
}
@media (max-width: 575.98px) {
  #video .row .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
#cta-banner .container-wrapper {
  background-color: #2979FF;
  background-image: -webkit-radial-gradient(at 39% 9%, hsl(217, 100%, 37%) 0px, transparent 50%), -webkit-radial-gradient(at 6% 74%, hsl(217, 100%, 38%) 0px, transparent 50%), -webkit-radial-gradient(at 87% 46%, hsl(217, 100%, 50%) 0px, transparent 50%);
  background-image: -moz-radial-gradient(at 39% 9%, hsl(217, 100%, 37%) 0px, transparent 50%), -moz-radial-gradient(at 6% 74%, hsl(217, 100%, 38%) 0px, transparent 50%), -moz-radial-gradient(at 87% 46%, hsl(217, 100%, 50%) 0px, transparent 50%);
  background-image: radial-gradient(at 39% 9%, hsl(217, 100%, 37%) 0px, transparent 50%), radial-gradient(at 6% 74%, hsl(217, 100%, 38%) 0px, transparent 50%), radial-gradient(at 87% 46%, hsl(217, 100%, 50%) 0px, transparent 50%);
  border-radius: 24px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  padding-block: 80px;
}
#cta-banner .container-wrapper .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
#cta-banner .container-wrapper .row .h3 {
  color: #fff;
  margin-bottom: 0;
}
#cta-banner .container-wrapper .row .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  gap: 32px;
}
#cta-banner .container-wrapper .row .buttons .btn {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #cta-banner .container-wrapper {
    padding-inline: 16px;
  }
  #cta-banner .container-wrapper .row .buttons {
    gap: 24px;
  }
  #cta-banner .container-wrapper .row .buttons .btn {
    padding-inline: 31px;
  }
}
@media (max-width: 991.98px) {
  #cta-banner .container-wrapper .row .h3 {
    text-align: center;
    margin-bottom: 24px;
  }
  #cta-banner .container-wrapper .row .buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #cta-banner .container-wrapper {
    padding-block: 64px;
  }
}
@media (max-width: 575.98px) {
  #cta-banner .container-wrapper {
    padding-block: 48px;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #cta-banner .container-wrapper .row .h3 {
    margin-bottom: 32px;
  }
  #cta-banner .container-wrapper .row .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 24px;
  }
}
footer {
  margin-top: 124px;
}
footer ~ img {
  display: block;
  max-width: 100%;
}
footer .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
footer .container-wrapper {
  border-block: 1px solid #E4E6E7;
  margin-bottom: 40px;
  padding-block: 16px;
}
footer .container-wrapper .footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
footer .container-wrapper .footer-top .referral-nowonline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
footer .container-wrapper .footer-top .referral-nowonline .logo-referral {
  height: 46px;
  width: 116px;
  margin-right: 42px;
}
footer .container-wrapper .footer-top .referral-nowonline .logo-nowonline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  text-decoration: none;
}
footer .container-wrapper .footer-top .referral-nowonline .logo-nowonline:hover {
  opacity: 0.8;
}
footer .container-wrapper .footer-top .referral-nowonline .logo-nowonline .small {
  font-size: 12px;
  color: #485258;
}
footer .container-wrapper .footer-top .referral-nowonline .logo-nowonline img {
  height: 13px;
  width: 79px;
}
footer .container-wrapper .footer-top .store-iso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
footer .container-wrapper .footer-top .store-iso .logo-store {
  display: block;
  margin-right: 24px;
}
footer .container-wrapper .footer-top .store-iso .logo-store:hover {
  opacity: 0.9;
}
footer .container-wrapper .footer-top .store-iso .logo-store img {
  height: 40px;
}
footer .container-wrapper .footer-top .store-iso .logo-iso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-decoration: none;
}
footer .container-wrapper .footer-top .store-iso .logo-iso:hover {
  opacity: 0.9;
}
footer .container-wrapper .footer-top .store-iso .logo-iso img {
  margin-right: 16px;
  height: 80px;
  width: 51px;
}
footer .container-wrapper .footer-top .store-iso .logo-iso p {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 14px;
  color: #007E48;
}
footer .container-wrapper .footer-top .store-iso .logo-iso p strong {
  font-weight: 600;
}
footer .footer-menu {
  margin-bottom: 40px;
}
footer .footer-menu .h4 {
  line-height: 24px;
  margin-bottom: 8px;
}
footer .footer-menu .footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 42px;
}
footer .footer-menu .footer-contact img {
  height: 116px;
  width: 116px;
  border-radius: 50% 20px 50% 50%;
  margin-top: 36px;
}
footer .footer-menu .footer-contact p {
  margin-bottom: 24px;
  color: #485258;
}
footer .footer-menu .footer-nav a {
  display: block;
  color: #485258;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
footer .footer-menu .footer-nav a + a {
  margin-top: 4px;
}
footer .footer-menu .footer-nav a:hover,
footer .footer-menu .footer-nav a:focus {
  color: #FFAB00;
}
footer .bottom-bar {
  background-color: #F6F7F7;
  text-align: right;
  padding-block: 9px 13px;
}
footer .bottom-bar p {
  margin-bottom: 0;
  color: #485258;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  footer .container-wrapper .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-menu .footer-contact {
    gap: 24px;
  }
  footer .footer-menu .footer-contact img {
    height: 96px;
    width: 96px;
  }
}
@media (max-width: 767.98px) {
  footer {
    margin-top: 64px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer-menu .footer-contact {
    margin-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  footer .container-wrapper .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 24px;
  }
  footer .container-wrapper .footer-top .referral-nowonline {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: 100%;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
            justify-content: space-evenly;
    gap: 8px;
  }
  footer .container-wrapper .footer-top .referral-nowonline .logo-referral {
    margin-right: 0;
  }
  footer .container-wrapper .footer-top .store-iso {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    gap: 16px;
  }
  footer .container-wrapper .footer-top .store-iso .logo-store {
    margin: 0;
  }
  footer .footer-menu .footer-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 24px;
  }
  footer .footer-menu .footer-contact img {
    margin-top: 0;
  }
  footer .footer-menu .footer-contact p {
    margin-bottom: 16px;
  }
  footer .footer-menu .row > :last-child .footer-nav {
    margin-top: 24px;
  }
  footer .bottom-bar {
    text-align: center;
  }
}
.text-image.text-left .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
          flex-direction: row-reverse;
}
.text-image.image-xl .row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.text-image.image-xl .row img {
  width: 100%;
}
.text-image.text-xl.text-right .row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.text-image.text-xl.text-right .row img {
  padding-inline: 0 48px;
  width: 100%;
}
.text-image.text-xl.text-right .row > :last-child {
  margin-left: 0;
}
.text-image.text-xl.text-left .row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.text-image.text-xl.text-left .row img {
  padding-inline: 48px 0;
  width: 100%;
}
.text-image.text-xl.text-left .row > :first-child {
  margin-left: 0;
}
.text-image .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.text-image .row img {
  width: -webkit-calc(100% - 96px);
  width: -moz-calc(100% - 96px);
  width: calc(100% - 96px);
  margin-inline: auto;
  display: block;
}
@media (min-width: 1400px) {
  .text-image.text-left .row > :first-child {
    margin-left: 16.66666667%;
  }
  .text-image.text-right .row > :last-child {
    margin-left: 16.66666667%;
  }
  .text-image.image-xl.text-right .row > :last-child {
    margin-left: 8.33333333%;
  }
  .text-image.image-xl.text-left .row > :first-child {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .text-image.text-left .row > :first-child {
    margin-left: 8.33333333%;
  }
  .text-image.text-right .row > :last-child {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .text-image .row img {
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
  }
}
@media (max-width: 991.98px) {
  .text-image.text-left .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
  .text-image.text-xl.text-left .row img,
  .text-image.text-xl.text-right .row img {
    padding-inline: 0;
  }
  .text-image .row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
  .text-image .row img {
    margin-bottom: 32px;
    width: 100%;
    padding-inline: 0;
  }
}
@media (max-width: 575.98px) {
  .text-image .row img {
    max-height: 250px;
    max-width: 300px;
    margin-inline: 0 auto;
  }
}
#text-form {
  margin-block: 0 -96px;
  padding-block: 96px;
  overflow: hidden;
}
#text-form.demo form:after {
  background-image: url(../images/demo-bg.svg);
}
#text-form.contact form:after {
  background-image: url(../images/contact-bg.svg);
}
#text-form .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
#text-form .text-container {
  padding-right: 40px;
}
#text-form .text-container p {
  margin-bottom: 0;
}
#text-form .text-container .lead {
  margin-bottom: 32px;
}
#text-form .text-container .text-portret {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
#text-form .text-container .text-portret img {
  height: 148px;
  width: 148px;
  border-radius: 20px 50% 50% 50%;
}
#text-form .text-container .text-portret .h4 {
  margin-bottom: 4px;
}
#text-form .text-container .btn {
  margin-top: 32px;
}
#text-form form {
  padding: 40px 26px;
  border-radius: 24px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  margin-top: 0;
  margin-inline: -12px;
  position: relative;
  background-color: #fff;
}
#text-form form:after {
  content: '';
  aspect-ratio: 1.26216641;
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-calc(100% + 132px);
  width: -moz-calc(100% + 132px);
  width: calc(100% + 132px);
  background-repeat: no-repeat;
  background-size: cover;
}
#text-form form > * {
  padding-inline: 6px;
}
#text-form form > * .row {
  margin-inline: -6px;
}
#text-form form > * .row > * {
  padding-inline: 6px;
}
#text-form form .form-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  gap: 32px;
}
#text-form form .form-footer p:not(.invalid-feedback) {
  margin-bottom: 0;
  color: #485258;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #text-form.contact .text-container {
    padding-right: 18px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #text-form {
    padding-block: 48px;
    margin-bottom: -48px;
  }
  #text-form .text-container {
    margin-bottom: 48px;
    padding-right: 0;
  }
  #text-form .text-container .h2 {
    margin-bottom: 8px;
  }
  #text-form .text-container .lead {
    margin-bottom: 16px;
  }
  #text-form form {
    margin-inline: 0;
  }
}
@media (max-width: 575.98px) {
  #text-form {
    padding-block: 48px;
    margin-bottom: -48px;
  }
  #text-form.demo .text-container {
    margin-bottom: 24px;
  }
  #text-form.contact .text-container {
    margin-bottom: 48px;
  }
  #text-form .text-container {
    padding-right: 0;
  }
  #text-form .text-container .h2 {
    margin-bottom: 8px;
  }
  #text-form .text-container .lead {
    margin-bottom: 16px;
  }
  #text-form .text-container .text-portret {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
  }
  #text-form .text-container .text-portret img {
    border-radius: 50% 50% 50% 20px;
  }
  #text-form form {
    margin-inline: -6px;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  #text-form form:after {
    content: none;
  }
  #text-form form .form-footer {
    gap: 24px;
  }
}
form .label-optional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 8px;
}
form .label-optional .form-label {
  margin-right: auto;
  margin-bottom: 0;
}
form .label-optional .optional {
  color: rgba(72, 82, 88, 0.56);
  font-weight: 400;
}
form .form-label {
  font-weight: 600;
  color: #485258;
  margin-bottom: 8px;
}
form .form-control::-webkit-input-placeholder {
  color: rgba(72, 82, 88, 0.56);
}
form .form-control::-moz-placeholder {
  color: rgba(72, 82, 88, 0.56);
}
form .form-control:-ms-input-placeholder {
  color: rgba(72, 82, 88, 0.56);
}
form .form-control::-ms-input-placeholder {
  color: rgba(72, 82, 88, 0.56);
}
form .form-control::placeholder {
  color: rgba(72, 82, 88, 0.56);
}
form .form-control,
form .form-select {
  padding: 15px 20px;
  color: #485258;
  border-radius: 8px;
  border-color: #E4E6E7;
}
form .form-control:focus,
form .form-select:focus {
  border-color: rgba(41, 121, 255, 0.32);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
form .select2-container {
  top: 0;
  width: 100% !important;
}
form .select2-dropdown {
  border: 1px solid #E4E6E7;
  background: #fff;
  color: #485258;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
}
form .select2-container--default .select2-selection--single {
  height: 56px;
  border: 1px solid #E4E6E7;
  border-radius: 8px;
  background: #fff;
  padding-right: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
}
form .select2-container--default .select2-selection--single:focus {
  border: 1px solid rgba(41, 121, 255, 0.32);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #485258;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  height: 100%;
  padding-inline: 20px;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -20px;
  margin-top: 50%;
}
form .invalid-feedback {
  margin-block: 8px 0;
}
.text-blocks .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.text-blocks .row + .row {
  margin-top: 48px;
}
.text-blocks .row .text {
  height: 100%;
  padding: 40px 32px;
  border-radius: 16px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}
.text-blocks .row .text > :first-child {
  margin-top: 0;
}
.text-blocks .row .text > :last-child {
  margin-bottom: 0;
}
.text-blocks .row .text .h1 {
  margin-bottom: 0.25em;
}
.text-blocks .row .text a {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .text-blocks .row + .row {
    margin-top: 24px;
  }
  .text-blocks .row .text {
    padding: 24px;
  }
}
#features-grid .row {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
#features-grid .item img {
  margin-bottom: 24px;
}
#features-grid .item h2,
#features-grid .item h3 {
  margin-bottom: 0.75em;
  position: relative;
}
#features-grid .item h2:before,
#features-grid .item h3:before {
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: 48px;
  background: #E4E6E7;
  border-radius: 99px;
}
#features-grid .item p {
  color: #485258;
  margin-bottom: 0;
}
#features-grid .item .link {
  display: block;
  margin-top: 18px;
}
@media (min-width: 992px) {
  #features-grid .row {
    margin-top: -48px;
  }
  #features-grid .row > div > div {
    padding-top: 48px;
  }
  #features-grid .row > :first-child .item,
  #features-grid .row > :nth-child(4) .item,
  #features-grid .row > :nth-child(7) .item {
    padding-right: 38px;
  }
  #features-grid .row > :first-child .item h2:before,
  #features-grid .row > :nth-child(4) .item h2:before,
  #features-grid .row > :nth-child(7) .item h2:before,
  #features-grid .row > :first-child .item h3:before,
  #features-grid .row > :nth-child(4) .item h3:before,
  #features-grid .row > :nth-child(7) .item h3:before {
    content: none;
  }
  #features-grid .row > :nth-child(2) .item,
  #features-grid .row > :nth-child(5) .item,
  #features-grid .row > :nth-child(8) .item {
    padding-inline: 19px;
  }
  #features-grid .row > :nth-child(3) .item,
  #features-grid .row > :nth-child(6) .item,
  #features-grid .row > :nth-child(9) .item {
    padding-left: 38px;
  }
  #features-grid .row .item h2:before,
  #features-grid .row .item h3:before {
    left: -40px;
  }
  #features-grid.two-columns .row > :first-child .item,
  #features-grid.two-columns .row > :nth-child(3) .item {
    padding-inline: 0 28px;
  }
  #features-grid.two-columns .row > :first-child .item h2:before,
  #features-grid.two-columns .row > :nth-child(3) .item h2:before,
  #features-grid.two-columns .row > :first-child .item h3:before,
  #features-grid.two-columns .row > :nth-child(3) .item h3:before {
    content: none;
  }
  #features-grid.two-columns .row > :nth-child(2) .item,
  #features-grid.two-columns .row > :nth-child(4) .item {
    padding-inline: 28px 0;
  }
  #features-grid.two-columns .row .item h2:before,
  #features-grid.two-columns .row .item h3:before {
    left: -40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #features-grid .row > :nth-child(odd) .item {
    padding-right: 19px;
  }
  #features-grid .row > :nth-child(odd) .item h2:before,
  #features-grid .row > :nth-child(odd) .item h3:before {
    content: none;
  }
  #features-grid .row > :nth-child(even) .item {
    padding-left: 19px;
  }
  #features-grid .row .item h2:before,
  #features-grid .row .item h3:before {
    left: -35px;
  }
  #features-grid .row .item img {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  #features-grid .row {
    margin-top: -24px;
  }
  #features-grid .row > div > div {
    padding-top: 24px;
  }
  #features-grid .row > div:first-child > div {
    padding-top: 0;
  }
  #features-grid .item h2:before,
  #features-grid .item h3:before {
    content: none;
  }
  #features-grid .item img {
    margin-bottom: 16px;
  }
}
#screenshot-slider {
  margin-bottom: 0;
}
#screenshot-slider + #cta-banner {
  margin-top: 0;
}
#screenshot-slider .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
#screenshot-slider .row .inner {
  position: relative;
  overflow: hidden;
  margin-bottom: -5.5%;
}
#screenshot-slider .row .inner .overlay {
  width: 100%;
  pointer-events: none;
}
#screenshot-slider .row .inner .slider {
  position: absolute;
  z-index: -1;
  top: 3.60824742%;
  width: 62.12385321%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#screenshot-slider .row .inner .slider:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  background: #2b2928;
  height: -webkit-calc(100% + 4px);
  height: -moz-calc(100% + 4px);
  height: calc(100% + 4px);
  width: -webkit-calc(100% + 4px);
  width: -moz-calc(100% + 4px);
  width: calc(100% + 4px);
  z-index: 0;
}
#screenshot-slider .row .inner .owl-nav {
  position: absolute;
  top: 37.45704467%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
#screenshot-slider .row .inner .owl-nav button {
  pointer-events: all;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #E4E6E7;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#screenshot-slider .row .inner .owl-nav button:hover {
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
}
#screenshot-slider .row .inner .owl-nav button img {
  width: 16px;
}
#screenshot-slider .row .inner .owl-nav button.owl-next img {
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
#screenshot-slider .row .inner .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
     -moz-transform: translateX(-50%) translateY(50%);
      -ms-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  bottom: 16.49484536%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
#screenshot-slider .row .inner .owl-dots button.owl-dot {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  padding: 0;
  border-radius: 99px;
  background-color: #E4E6E7;
  border: none;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
#screenshot-slider .row .inner .owl-dots button.owl-dot.active {
  background-color: #2979FF;
  height: 10px;
  width: 20px;
  border-radius: 99px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
}
#screenshot-slider .row .inner .owl-dots button.owl-dot:hover:not(.active) {
  background-color: rgba(41, 121, 255, 0.5);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #screenshot-slider .row .inner {
    margin-bottom: -6.5%;
  }
  #screenshot-slider .row .inner .owl-dots {
    bottom: 17.5257732%;
  }
}
@media (max-width: 575.98px) {
  #screenshot-slider .row .inner .owl-nav button {
    height: 42px;
    width: 42px;
  }
  #screenshot-slider .row .inner .owl-nav button img {
    width: 14px;
  }
}
#bullet-points .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
#bullet-points .row .inner {
  background-color: #fff;
  border: 1px solid #E4E6E7;
  padding-block: 48px;
  padding-inline: 112px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
#bullet-points .row .inner h2 {
  margin-bottom: 1em;
}
#bullet-points .row .inner ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#bullet-points .row .inner ul li {
  color: #485258;
  font-weight: 500;
  position: relative;
  padding-left: 32px;
}
#bullet-points .row .inner ul li + li {
  margin-top: 8px;
}
#bullet-points .row .inner ul li:before {
  content: url(../images/bolt.svg);
  position: absolute;
  top: 3px;
  left: 5px;
  height: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #bullet-points .row .inner {
    padding-inline: 72px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #bullet-points .row .inner {
    padding-inline: 48px;
  }
}
@media (max-width: 575.98px) {
  #bullet-points .row .inner {
    padding: 32px 16px;
  }
}
body .cookiefirst-root [data-cookiefirst-button] {
  border-radius: 10em !important;
}
body .cookiefirst-root [data-cookiefirst-button] span {
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
}
body .cookiefirst-root [data-cookiefirst-button]:hover {
  border-radius: 10em !important;
}
/*Animation*/
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes border-animation {
  0% {
    border-width: 10px;
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border-width: 0px;
    opacity: 0;
  }
}
@-moz-keyframes border-animation {
  0% {
    border-width: 10px;
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
    border-width: 0px;
    opacity: 0;
  }
}
@keyframes border-animation {
  0% {
    border-width: 10px;
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
            transform: scale(1.2);
    border-width: 0px;
    opacity: 0;
  }
}
@-webkit-keyframes icon-animation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes icon-animation {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes icon-animation {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
.clapingMain-div.anim .spark span:nth-of-type(1) {
  -webkit-animation: spark-animation-1 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-1 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-1 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(2) {
  -webkit-animation: spark-animation-2 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-2 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-2 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(3) {
  -webkit-animation: spark-animation-3 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-3 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-3 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(4) {
  -webkit-animation: spark-animation-4 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-4 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-4 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(5) {
  -webkit-animation: spark-animation-5 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-5 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-5 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(6) {
  -webkit-animation: spark-animation-6 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-6 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-6 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(7) {
  -webkit-animation: spark-animation-7 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-7 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-7 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(8) {
  -webkit-animation: spark-animation-8 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-8 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-8 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(9) {
  -webkit-animation: spark-animation-9 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-9 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-9 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(10) {
  -webkit-animation: spark-animation-10 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-10 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-10 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(11) {
  -webkit-animation: spark-animation-11 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-11 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-11 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(12) {
  -webkit-animation: spark-animation-12 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-12 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-12 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(13) {
  -webkit-animation: spark-animation-13 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-13 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-13 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(14) {
  -webkit-animation: spark-animation-14 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-14 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-14 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(15) {
  -webkit-animation: spark-animation-15 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-15 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-15 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(16) {
  -webkit-animation: spark-animation-16 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-16 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-16 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(17) {
  -webkit-animation: spark-animation-17 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-17 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-17 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(18) {
  -webkit-animation: spark-animation-18 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-18 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-18 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(19) {
  -webkit-animation: spark-animation-19 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-19 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-19 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.clapingMain-div.anim .spark span:nth-of-type(20) {
  -webkit-animation: spark-animation-20 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
     -moz-animation: spark-animation-20 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
          animation: spark-animation-20 cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
@-webkit-keyframes spark-animation-1 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(40px) scale(1);
            transform: rotate(0deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0deg) translate(96px) scale(0);
            transform: rotate(0deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-1 {
  0% {
    opacity: 1;
    -moz-transform: rotate(0deg) translate(40px) scale(1);
         transform: rotate(0deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(0deg) translate(96px) scale(0);
         transform: rotate(0deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-1 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(40px) scale(1);
       -moz-transform: rotate(0deg) translate(40px) scale(1);
            transform: rotate(0deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0deg) translate(96px) scale(0);
       -moz-transform: rotate(0deg) translate(96px) scale(0);
            transform: rotate(0deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-2 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-18deg) translate(40px) scale(1);
            transform: rotate(-18deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-18deg) translate(96px) scale(0);
            transform: rotate(-18deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-2 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-18deg) translate(40px) scale(1);
         transform: rotate(-18deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-18deg) translate(96px) scale(0);
         transform: rotate(-18deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-2 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-18deg) translate(40px) scale(1);
       -moz-transform: rotate(-18deg) translate(40px) scale(1);
            transform: rotate(-18deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-18deg) translate(96px) scale(0);
       -moz-transform: rotate(-18deg) translate(96px) scale(0);
            transform: rotate(-18deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-3 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-36deg) translate(40px) scale(1);
            transform: rotate(-36deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-36deg) translate(96px) scale(0);
            transform: rotate(-36deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-3 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-36deg) translate(40px) scale(1);
         transform: rotate(-36deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-36deg) translate(96px) scale(0);
         transform: rotate(-36deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-3 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-36deg) translate(40px) scale(1);
       -moz-transform: rotate(-36deg) translate(40px) scale(1);
            transform: rotate(-36deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-36deg) translate(96px) scale(0);
       -moz-transform: rotate(-36deg) translate(96px) scale(0);
            transform: rotate(-36deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-4 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-54deg) translate(40px) scale(1);
            transform: rotate(-54deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-54deg) translate(96px) scale(0);
            transform: rotate(-54deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-4 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-54deg) translate(40px) scale(1);
         transform: rotate(-54deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-54deg) translate(96px) scale(0);
         transform: rotate(-54deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-4 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-54deg) translate(40px) scale(1);
       -moz-transform: rotate(-54deg) translate(40px) scale(1);
            transform: rotate(-54deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-54deg) translate(96px) scale(0);
       -moz-transform: rotate(-54deg) translate(96px) scale(0);
            transform: rotate(-54deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-5 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-72deg) translate(40px) scale(1);
            transform: rotate(-72deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-72deg) translate(96px) scale(0);
            transform: rotate(-72deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-5 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-72deg) translate(40px) scale(1);
         transform: rotate(-72deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-72deg) translate(96px) scale(0);
         transform: rotate(-72deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-5 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-72deg) translate(40px) scale(1);
       -moz-transform: rotate(-72deg) translate(40px) scale(1);
            transform: rotate(-72deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-72deg) translate(96px) scale(0);
       -moz-transform: rotate(-72deg) translate(96px) scale(0);
            transform: rotate(-72deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-6 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-90deg) translate(40px) scale(1);
            transform: rotate(-90deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) translate(96px) scale(0);
            transform: rotate(-90deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-6 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-90deg) translate(40px) scale(1);
         transform: rotate(-90deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-90deg) translate(96px) scale(0);
         transform: rotate(-90deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-6 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-90deg) translate(40px) scale(1);
       -moz-transform: rotate(-90deg) translate(40px) scale(1);
            transform: rotate(-90deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) translate(96px) scale(0);
       -moz-transform: rotate(-90deg) translate(96px) scale(0);
            transform: rotate(-90deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-7 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-108deg) translate(40px) scale(1);
            transform: rotate(-108deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-108deg) translate(96px) scale(0);
            transform: rotate(-108deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-7 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-108deg) translate(40px) scale(1);
         transform: rotate(-108deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-108deg) translate(96px) scale(0);
         transform: rotate(-108deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-7 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-108deg) translate(40px) scale(1);
       -moz-transform: rotate(-108deg) translate(40px) scale(1);
            transform: rotate(-108deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-108deg) translate(96px) scale(0);
       -moz-transform: rotate(-108deg) translate(96px) scale(0);
            transform: rotate(-108deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-8 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-126deg) translate(40px) scale(1);
            transform: rotate(-126deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-126deg) translate(96px) scale(0);
            transform: rotate(-126deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-8 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-126deg) translate(40px) scale(1);
         transform: rotate(-126deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-126deg) translate(96px) scale(0);
         transform: rotate(-126deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-8 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-126deg) translate(40px) scale(1);
       -moz-transform: rotate(-126deg) translate(40px) scale(1);
            transform: rotate(-126deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-126deg) translate(96px) scale(0);
       -moz-transform: rotate(-126deg) translate(96px) scale(0);
            transform: rotate(-126deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-9 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-144deg) translate(40px) scale(1);
            transform: rotate(-144deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-144deg) translate(96px) scale(0);
            transform: rotate(-144deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-9 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-144deg) translate(40px) scale(1);
         transform: rotate(-144deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-144deg) translate(96px) scale(0);
         transform: rotate(-144deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-9 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-144deg) translate(40px) scale(1);
       -moz-transform: rotate(-144deg) translate(40px) scale(1);
            transform: rotate(-144deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-144deg) translate(96px) scale(0);
       -moz-transform: rotate(-144deg) translate(96px) scale(0);
            transform: rotate(-144deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-10 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-162deg) translate(40px) scale(1);
            transform: rotate(-162deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-162deg) translate(96px) scale(0);
            transform: rotate(-162deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-10 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-162deg) translate(40px) scale(1);
         transform: rotate(-162deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-162deg) translate(96px) scale(0);
         transform: rotate(-162deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-10 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-162deg) translate(40px) scale(1);
       -moz-transform: rotate(-162deg) translate(40px) scale(1);
            transform: rotate(-162deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-162deg) translate(96px) scale(0);
       -moz-transform: rotate(-162deg) translate(96px) scale(0);
            transform: rotate(-162deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-11 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-180deg) translate(40px) scale(1);
            transform: rotate(-180deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-180deg) translate(96px) scale(0);
            transform: rotate(-180deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-11 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-180deg) translate(40px) scale(1);
         transform: rotate(-180deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-180deg) translate(96px) scale(0);
         transform: rotate(-180deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-11 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-180deg) translate(40px) scale(1);
       -moz-transform: rotate(-180deg) translate(40px) scale(1);
            transform: rotate(-180deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-180deg) translate(96px) scale(0);
       -moz-transform: rotate(-180deg) translate(96px) scale(0);
            transform: rotate(-180deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-12 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-198deg) translate(40px) scale(1);
            transform: rotate(-198deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-198deg) translate(96px) scale(0);
            transform: rotate(-198deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-12 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-198deg) translate(40px) scale(1);
         transform: rotate(-198deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-198deg) translate(96px) scale(0);
         transform: rotate(-198deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-12 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-198deg) translate(40px) scale(1);
       -moz-transform: rotate(-198deg) translate(40px) scale(1);
            transform: rotate(-198deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-198deg) translate(96px) scale(0);
       -moz-transform: rotate(-198deg) translate(96px) scale(0);
            transform: rotate(-198deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-13 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-216deg) translate(40px) scale(1);
            transform: rotate(-216deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-216deg) translate(96px) scale(0);
            transform: rotate(-216deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-13 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-216deg) translate(40px) scale(1);
         transform: rotate(-216deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-216deg) translate(96px) scale(0);
         transform: rotate(-216deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-13 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-216deg) translate(40px) scale(1);
       -moz-transform: rotate(-216deg) translate(40px) scale(1);
            transform: rotate(-216deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-216deg) translate(96px) scale(0);
       -moz-transform: rotate(-216deg) translate(96px) scale(0);
            transform: rotate(-216deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-14 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-234deg) translate(40px) scale(1);
            transform: rotate(-234deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-234deg) translate(96px) scale(0);
            transform: rotate(-234deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-14 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-234deg) translate(40px) scale(1);
         transform: rotate(-234deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-234deg) translate(96px) scale(0);
         transform: rotate(-234deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-14 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-234deg) translate(40px) scale(1);
       -moz-transform: rotate(-234deg) translate(40px) scale(1);
            transform: rotate(-234deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-234deg) translate(96px) scale(0);
       -moz-transform: rotate(-234deg) translate(96px) scale(0);
            transform: rotate(-234deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-15 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-252deg) translate(40px) scale(1);
            transform: rotate(-252deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-252deg) translate(96px) scale(0);
            transform: rotate(-252deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-15 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-252deg) translate(40px) scale(1);
         transform: rotate(-252deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-252deg) translate(96px) scale(0);
         transform: rotate(-252deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-15 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-252deg) translate(40px) scale(1);
       -moz-transform: rotate(-252deg) translate(40px) scale(1);
            transform: rotate(-252deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-252deg) translate(96px) scale(0);
       -moz-transform: rotate(-252deg) translate(96px) scale(0);
            transform: rotate(-252deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-16 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-270deg) translate(40px) scale(1);
            transform: rotate(-270deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-270deg) translate(96px) scale(0);
            transform: rotate(-270deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-16 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-270deg) translate(40px) scale(1);
         transform: rotate(-270deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-270deg) translate(96px) scale(0);
         transform: rotate(-270deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-16 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-270deg) translate(40px) scale(1);
       -moz-transform: rotate(-270deg) translate(40px) scale(1);
            transform: rotate(-270deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-270deg) translate(96px) scale(0);
       -moz-transform: rotate(-270deg) translate(96px) scale(0);
            transform: rotate(-270deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-17 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-288deg) translate(40px) scale(1);
            transform: rotate(-288deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-288deg) translate(96px) scale(0);
            transform: rotate(-288deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-17 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-288deg) translate(40px) scale(1);
         transform: rotate(-288deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-288deg) translate(96px) scale(0);
         transform: rotate(-288deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-17 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-288deg) translate(40px) scale(1);
       -moz-transform: rotate(-288deg) translate(40px) scale(1);
            transform: rotate(-288deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-288deg) translate(96px) scale(0);
       -moz-transform: rotate(-288deg) translate(96px) scale(0);
            transform: rotate(-288deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-18 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-306deg) translate(40px) scale(1);
            transform: rotate(-306deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-306deg) translate(96px) scale(0);
            transform: rotate(-306deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-18 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-306deg) translate(40px) scale(1);
         transform: rotate(-306deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-306deg) translate(96px) scale(0);
         transform: rotate(-306deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-18 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-306deg) translate(40px) scale(1);
       -moz-transform: rotate(-306deg) translate(40px) scale(1);
            transform: rotate(-306deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-306deg) translate(96px) scale(0);
       -moz-transform: rotate(-306deg) translate(96px) scale(0);
            transform: rotate(-306deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-19 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-324deg) translate(40px) scale(1);
            transform: rotate(-324deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-324deg) translate(96px) scale(0);
            transform: rotate(-324deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-19 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-324deg) translate(40px) scale(1);
         transform: rotate(-324deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-324deg) translate(96px) scale(0);
         transform: rotate(-324deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-19 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-324deg) translate(40px) scale(1);
       -moz-transform: rotate(-324deg) translate(40px) scale(1);
            transform: rotate(-324deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-324deg) translate(96px) scale(0);
       -moz-transform: rotate(-324deg) translate(96px) scale(0);
            transform: rotate(-324deg) translate(96px) scale(0);
  }
}
@-webkit-keyframes spark-animation-20 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-342deg) translate(40px) scale(1);
            transform: rotate(-342deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-342deg) translate(96px) scale(0);
            transform: rotate(-342deg) translate(96px) scale(0);
  }
}
@-moz-keyframes spark-animation-20 {
  0% {
    opacity: 1;
    -moz-transform: rotate(-342deg) translate(40px) scale(1);
         transform: rotate(-342deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(-342deg) translate(96px) scale(0);
         transform: rotate(-342deg) translate(96px) scale(0);
  }
}
@keyframes spark-animation-20 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-342deg) translate(40px) scale(1);
       -moz-transform: rotate(-342deg) translate(40px) scale(1);
            transform: rotate(-342deg) translate(40px) scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-342deg) translate(96px) scale(0);
       -moz-transform: rotate(-342deg) translate(96px) scale(0);
            transform: rotate(-342deg) translate(96px) scale(0);
  }
}
