html {
  direction: ltr;
}
body {
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 auto;
  min-width: 320px;
  max-width: 2560px !important;
}
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Muli, sans-serif;
  font-weight: 700;
  color: #2b2a5d;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
h1 {
  font-size: 85px;
  line-height: 1;
  margin-bottom: 12px;
}
h2 {
  font-size: 50px;
  margin-bottom: 27px;
}
h2.header-lg {
  font-size: 58px;
}
h3 {
  font-size: 45px;
  margin-bottom: 27px;
}
.h4,
h4 {
  font-size: 34px;
  margin-bottom: 12px;
}
.h5,
h5 {
  font-size: 26px;
  margin-bottom: 20px;
}
.h6,
h6 {
  font-size: 20px;
  margin-bottom: 10px;
}
.header-item-01 {
  font-size: 2.5em;
  line-height: 0.9;
}
.header-item-02 {
  font-size: 1.4em;
}
.header-01 .header-item-02 {
  padding-right: 0.14em;
}
a {
  outline: 0 !important;
  color: #2996cc;
}
a:focus,
a:hover {
  color: #4346a2;
  text-decoration: underline;
}
a[href^="mailto"],
a[href^="tel"] {
  pointer-events: none;
}
.mt-device a[href^="mailto"],
.mt-device a[href^="tel"] {
  pointer-events: auto;
}
p,
ul {
  margin: 0 0 20px;
}
ul {
  padding: 0;
  list-style-type: none;
}
img {
  max-width: 100%;
}
textarea {
  resize: none;
}
select {
  outline: 0;
}
.form-group:last-child,
li:last-child,
p:last-child,
ul:last-child {
  margin-bottom: 0;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}
label {
  color: #333;
  font-family: Muli, sans-serif;
  font-weight: 700;
  margin-bottom: 4px;
}
section {
  padding: 75px 0;
  background-position: center;
  background-size: cover;
}
.section-text {
  font-size: 14px;
}
.img-icon {
  display: inline-block;
  width: auto;
  height: 1em;
}
.bg-grey {
  background-color: #eee;
}
.bg-light-grey {
  background-color: #faf9fe;
}
.bg-gradient-blue {
  background-color: #615ecc;
  background: linear-gradient(123deg, #1daee1 0, #03275a 100%);
}
.block-zi-2 {
  z-index: 2;
}
.block-pb-zero {
  padding-bottom: 0;
}
.block-pth {
  padding-top: 110px;
}
.block-pt-zero {
  padding-top: 0;
}
.block-ptb-lg {
  padding: 50px 0;
}
.block-ptb-md {
  padding: 110px 0;
}
.block-ptb-zero {
  padding-top: 0;
  padding-bottom: 0;
}
.block-mb-xlg {
  margin-bottom: 135px;
}
.block-mb-lg {
  margin-bottom: 90px;
}
.block-mb-md {
  margin-bottom: 65px;
}
.block-mb-sm {
  margin-bottom: 34px;
}
.block-mb-01,
h4.block-mb-01 {
  margin-bottom: 24px;
}
.block-shadow-01 {
  z-index: 1;
  position: relative;
  box-shadow: 0 10px 220px -2px rgba(0, 0, 0, 0.17);
}
.block-shadow-02 {
  z-index: 1;
  position: relative;
  box-shadow: 0 10px 70px -5px rgba(0, 0, 0, 0.1);
}
.block-arrow-bottom {
  z-index: 1;
  position: relative;
}
.block-arrow-bottom::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: 0px;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 96px solid #fff;
}
.block-decor-edge {
  display: inline-block;
  position: relative;
  padding: 50px;
  padding-left: 0 !important;
}
.block-decor-edge > * {
  position: relative;
  z-index: 2;
}
.bde-layers {
  position: absolute;
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 960px;
  background-color: #fff;
}
.bde-layers,
.bde-layers::after,
.bde-layers::before {
  border-radius: 0 20px 20px 0;
}
.bde-layers::after,
.bde-layers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.bde-layers::before {
  opacity: 0.2;
  -webkit-transform: translate(35px, 35px);
  transform: translate(35px, 35px);
}
.bde-layers::after {
  opacity: 0.1;
  -webkit-transform: translate(65px, 65px);
  transform: translate(65px, 65px);
}
.bde-01 img {
  max-width: 380px;
  width: 100%;
}
.block-owh {
  overflow: hidden;
}
.block-ws-nowrap {
  white-space: nowrap;
}
[class*="block-maw-"] {
  margin-left: auto;
  margin-right: auto;
}
.sbd-figure.sbd-figure-color-01 {
  background: linear-gradient(105deg, #3d98b3 0, #a434b0 100%);
}
.sbd-figure.sbd-figure-color-02 {
  background: linear-gradient(105deg, #5d8bc3 0, #764cb4 100%);
}
.sbd-figure.sbd-figure-color-03 {
  background: linear-gradient(105deg, #10d6b1 0, #535ae0 100%);
}
.sbd-figure.sbd-figure-color-04 {
  background: linear-gradient(105deg, #1f5d88 0, #2a2f61 100%);
}
.sbd-figure.sbd-figure-color-05 {
  background: linear-gradient(105deg, #352b66 0, #733e3e 100%);
}
.sbd-figure.sbd-figure-color-01 {
  background: linear-gradient(105deg, #3d98b3 7%, #a434b0 93%);
}
.sbd-figure.sbd-figure-color-02 {
  background: linear-gradient(105deg, #5d8bc3 7%, #764cb4 93%);
}
.sbd-figure.sbd-figure-color-03 {
  background: linear-gradient(105deg, #10d6b1 7%, #535ae0 93%);
}
.sbd-figure.sbd-figure-color-04 {
  background: linear-gradient(105deg, #1f5d88 7%, #2a2f61 93%);
}
.sbd-figure.sbd-figure-color-05 {
  background: linear-gradient(105deg, #352b66 7%, #733e3e 93%);
}
.sbd-figure.sbd-figure-color-01 {
  background: linear-gradient(105deg, #3d98b3 10%, #a434b0 90%);
}
.sbd-figure.sbd-figure-color-02 {
  background: linear-gradient(105deg, #5d8bc3 10%, #764cb4 90%);
}
.sbd-figure.sbd-figure-color-03 {
  background: linear-gradient(105deg, #10d6b1 10%, #535ae0 90%);
}
.sbd-figure.sbd-figure-color-04 {
  background: linear-gradient(105deg, #1f5d88 10%, #2a2f61 90%);
}
.sbd-figure.sbd-figure-color-05 {
  background: linear-gradient(105deg, #352b66 10%, #733e3e 90%);
}
.sbd-figure.sbd-figure-color-01 {
  background: linear-gradient(105deg, #3d98b3 16%, #a434b0 84%);
}
.sbd-figure.sbd-figure-color-02 {
  background: linear-gradient(105deg, #5d8bc3 16%, #764cb4 84%);
}
.sbd-figure.sbd-figure-color-03 {
  background: linear-gradient(105deg, #10d6b1 16%, #535ae0 84%);
}
.sbd-figure.sbd-figure-color-04 {
  background: linear-gradient(105deg, #1f5d88 16%, #2a2f61 84%);
}
.sbd-figure.sbd-figure-color-05 {
  background: linear-gradient(105deg, #352b66 16%, #733e3e 84%);
}
.sbd-figure.sbd-figure-color-01 {
  background: linear-gradient(105deg, #3d98b3 29%, #a434b0 71%);
}
.sbd-figure.sbd-figure-color-02 {
  background: linear-gradient(105deg, #5d8bc3 29%, #764cb4 71%);
}
.sbd-figure.sbd-figure-color-03 {
  background: linear-gradient(105deg, #10d6b1 29%, #535ae0 71%);
}
.sbd-figure.sbd-figure-color-04 {
  background: linear-gradient(105deg, #1f5d88 29%, #2a2f61 71%);
}
.sbd-figure.sbd-figure-color-05 {
  background: linear-gradient(105deg, #352b66 29%, #733e3e 71%);
}
.sbd-figure.sbd-figure-color-01 {
  background: linear-gradient(105deg, #3d98b3 34%, #a434b0 66%);
}
.sbd-figure.sbd-figure-color-02 {
  background: linear-gradient(105deg, #5d8bc3 34%, #764cb4 66%);
}
.sbd-figure.sbd-figure-color-03 {
  background: linear-gradient(105deg, #10d6b1 34%, #535ae0 66%);
}
.sbd-figure.sbd-figure-color-04 {
  background: linear-gradient(105deg, #1f5d88 34%, #2a2f61 66%);
}
.sbd-figure.sbd-figure-color-05 {
  background: linear-gradient(105deg, #352b66 34%, #733e3e 66%);
}
.iiw-item {
  font-size: 14px;
}
.tile-content-indent-01 .block-indent-right {
  padding-right: 15px;
}
.tile-content-indent-01 > .row > div:first-child {
  margin-bottom: 55px;
}
.tile-content-indent-01 h2 br {
  display: none;
}
.tile-content {
  padding: 25px;
  border-radius: 20px;
}
.tile-content.tile-content-indent-01 {
  padding: 38px;
}
.tile-content-about h2 br {
  display: none;
}
.tile-content {
  -webkit-transform: translate(0, 17px);
  transform: translate(0, 17px);
}
.info-icon-wrap-02 .iiw-item {
  padding: 0 15px;
  margin-top: 50px;
}
.iiw-icon {
  font-size: 37px;
  margin-bottom: 6px;
}
.tile-content {
  padding: 20px;
}
.tile-content.tile-content-indent-01 {
  padding: 30px;
}
.tile-content-indent-01 > .row > div:first-child {
  margin-bottom: 48px;
}
.tile-content {
  padding: 16px;
  border-radius: 14px;
  margin-right: -6px;
  margin-left: -6px;
}
.tile-content.tile-content-indent-01 {
  padding: 20px;
}
.tile-content-indent-01 > .row > div:first-child {
  margin-bottom: 41px;
}
.tile-content {
  transition: opacity 0.45s linear,
    -webkit-transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03);
  transition: opacity 0.45s linear,
    transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03);
  transition: opacity 0.45s linear,
    transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03),
    -webkit-transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03);
  transition-delay: 1.2s;
}
.section-appear .sbd-content .tile-content {
  opacity: 0;
  -webkit-transform: translate(0, 27px);
  transform: translate(0, 27px);
}
.tile-content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 47px;
  background-color: #fff;
  border-radius: 27px;
  box-shadow: 0 0 117px rgba(114, 114, 114, 0.34);
}
.tile-content.tile-content-indent-01 {
  padding: 67px;
}
.tile-content {
  max-width: 1300px;
}
.tile-content {
  padding: 42px;
}
.tile-content {
  -webkit-transform: translate(0, 25px);
  transform: translate(0, 25px);
}
.iiw-item {
  padding: 0 20px;
}
.info-icon-wrap-01.info-icon-wrap {
  max-width: 900px;
}
.iiw-icon {
  font-size: 46px;
  margin-bottom: 12px;
}
.iiw-img img {
  height: 175px;
}
.tile-info-links {
  padding: 41px 32px;
}
.til-header {
  font-size: 22px;
}
.til-icon {
  font-size: 55px;
  margin-bottom: 20px;
}
.tile-content {
  padding: 38px;
}
.tile-content.tile-content-indent-01 {
  padding: 54px;
}
.tile-content {
  -webkit-transform: translate(0, 23px);
  transform: translate(0, 23px);
}
.iiw-item {
  padding: 0 15px;
}
.info-icon-wrap-01 .iiw-desc br {
  display: none;
}
.iiw-item-card,
a.iiw-item {
  padding-top: 9px;
  padding-bottom: 15px;
}
.iiw-icon {
  font-size: 44px;
}
.iiw-img img {
  height: 160px;
}
.tile-info-links {
  padding: 30px 25px;
}
.til-header {
  font-size: 19px;
  margin-bottom: 10px;
}
.til-icon {
  font-size: 48px;
  margin-bottom: 16px;
}
.tile-content {
  padding: 30px;
}
.tile-content.tile-content-indent-01 {
  padding: 42px;
}
.tile-content-indent-01 .block-indent-right {
  padding-right: 30px;
}
.section-bg-decor.section-bg-decor-01 {
  padding-top: 250px;
}
.section-bg-decor.section-bg-decor-02 {
  padding-top: 215px;
}
.section-bg-decor.section-bg-decor-01 {
  padding-top: 220px;
}
.section-bg-decor.section-bg-decor-02 {
  padding-top: 190px;
}
.section-bg-decor.section-bg-decor-01 {
  padding-top: 160px;
}
.section-bg-decor.section-bg-decor-02 {
  padding-top: 180px;
}
.section-bg-decor.section-bg-decor-01 {
  padding-top: 150px;
}
.section-bg-decor.section-bg-decor-02 {
  padding-top: 170px;
}
.section-bg-decor.section-bg-decor-01 {
  padding-top: 140px;
}
.section-bg-decor.section-bg-decor-02 {
  padding-top: 165px;
}
.section-bg-decor.section-bg-decor-01 {
  padding-top: 135px;
}
.section-bg-decor.section-bg-decor-02 {
  padding-top: 155px;
}
.section-bg-decor.section-bg-decor-01 {
  padding-top: 365px;
}
.section-bg-decor.section-bg-decor-02 {
  padding-top: 270px;
}
.section-bg-decor > .container {
  position: relative;
  z-index: 2;
}
.section-bg-decor.section-bg-decor-01 {
  padding-top: 330px;
}
.section-bg-decor.section-bg-decor-01 {
  padding-top: 300px;
}
.section-bg-decor.section-bg-decor-01 {
  padding-top: 270px;
}
.section-bg-decor.section-bg-decor-02 {
  padding-top: 240px;
}
.sbd-content .block-header-left > * {
  -webkit-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
}
.section-appear .sbd-content .block-header-center > * {
  -webkit-transform: translate(0, -25px);
  transform: translate(0, -25px);
}
.section-appear .sbd-content .list-links-lg {
  font-size: 21px;
}
.sbd-content .block-header-left > * {
  -webkit-transform: translate(-23px, 0);
  transform: translate(-23px, 0);
}
.section-appear .sbd-content .block-header-center > * {
  -webkit-transform: translate(0, -23px);
  transform: translate(0, -23px);
}
.section-appear .sbd-content .list-links-lg {
  font-size: 18px;
}
.sbd-content .block-header-left > * {
  -webkit-transform: translate(-17px, 0);
  transform: translate(-17px, 0);
}
.section-appear .sbd-content .block-header-center > * {
  -webkit-transform: translate(0, -17px);
  transform: translate(0, -17px);
}
.section-appear .sbd-content .list-links-lg {
  font-size: 16px;
}
.sbd-content {
  position: relative;
  z-index: 2;
}
.sbd-content .block-header-center > *,
.sbd-content .block-header-left > * {
  transition: opacity 0.45s linear, -webkit-transform 0.55s ease-out;
  transition: opacity 0.45s linear, transform 0.55s ease-out;
  transition: opacity 0.45s linear, transform 0.55s ease-out,
    -webkit-transform 0.55s ease-out;
}
.section-appear .sbd-content .block-header-center > *,
.section-appear .sbd-content .block-header-left > * {
  opacity: 0;
}
.sbd-content .block-header-center > :nth-child(1),
.sbd-content .block-header-left > :nth-child(1) {
  transition-delay: 0.9s;
}
.sbd-content .block-header-center > :nth-child(2),
.sbd-content .block-header-left > :nth-child(2) {
  transition-delay: 1s;
}
.sbd-content .block-header-center > :nth-child(3),
.sbd-content .block-header-left > :nth-child(3) {
  transition-delay: 1.1s;
}
.section-appear .sbd-content .block-header-left > * {
  -webkit-transform: translate(-27px, 0);
  transform: translate(-27px, 0);
}
.section-appear .sbd-content .block-header-center > * {
  -webkit-transform: translate(0, -27px);
  transform: translate(0, -27px);
}
.sbd-content .tiles-services-wrap > .row > div {
  transition: opacity 0.45s linear,
    -webkit-transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03);
  transition: opacity 0.45s linear,
    transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03);
  transition: opacity 0.45s linear,
    transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03),
    -webkit-transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03);
}
.section-appear .sbd-content .tiles-services-wrap > .row > div {
  opacity: 0;
  -webkit-transform: translate(0, 27px);
  transform: translate(0, 27px);
}
.sbd-content .tiles-services-wrap > .row > div:nth-child(1) {
  transition-delay: 1.4s;
}
.sbd-content .tiles-services-wrap > .row > div:nth-child(3) {
  transition-delay: 1.6s;
}
.sbd-content .tiles-services-wrap > .row > div:nth-child(5) {
  transition-delay: 1.8s;
}
.sbd-content .tiles-services-wrap > .row > div:nth-child(7) {
  transition-delay: 2s;
}
.sbd-content .tiles-services-wrap > .row > div:nth-child(9) {
  transition-delay: 2.2s;
}
.sbd-content .tile-info-links-wrap > .row > div,
.sbd-content .tiles-anim-wrap > .row > div {
  transition: opacity 0.45s linear,
    -webkit-transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03);
  transition: opacity 0.45s linear,
    transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03);
  transition: opacity 0.45s linear,
    transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03),
    -webkit-transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03);
}
.section-appear .sbd-content .tile-info-links-wrap > .row > div,
.section-appear .sbd-content .tiles-anim-wrap > .row > div {
  opacity: 0;
  -webkit-transform: translate(0, 27px);
  transform: translate(0, 27px);
}
.sbd-content .tile-info-links-wrap > .row > div:nth-child(1),
.sbd-content .tiles-anim-wrap > .row > div:nth-child(1) {
  transition-delay: 1.2s;
}
.sbd-content .tile-info-links-wrap > .row > div:nth-child(2),
.sbd-content .tiles-anim-wrap > .row > div:nth-child(2) {
  transition-delay: 1.4s;
}
.sbd-content .tile-info-links-wrap > .row > div:nth-child(3),
.sbd-content .tiles-anim-wrap > .row > div:nth-child(3) {
  transition-delay: 1.6s;
}
.sbd-content .tile-info-links-wrap > .row > div:nth-child(4),
.sbd-content .tiles-anim-wrap > .row > div:nth-child(4) {
  transition-delay: 1.8s;
}
.sbd-content .sbd-content-additional {
  transition: opacity 0.45s linear,
    -webkit-transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03);
  transition: opacity 0.45s linear,
    transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03);
  transition: opacity 0.45s linear,
    transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03),
    -webkit-transform 0.55s cubic-bezier(0.42, 0.75, 0.75, 1.03);
  transition-delay: 1.8s;
}
.section-appear .sbd-content .sbd-content-additional {
  opacity: 0;
  -webkit-transform: translate(0, 27px);
  transform: translate(0, 27px);
}
.sbd-content .info-icon-wrap {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.sbd-figure.sbd-figure-01 {
  top: -830px;
  left: calc(50% - 380px);
}
.sbd-figure.sbd-figure-02 {
  background: linear-gradient(105deg, #3da6c3 7%, #9a74f3 93%);
}
.sbd-figure.sbd-figure-01 {
  top: -860px;
}
.sbd-figure.sbd-figure-02 {
  top: -330px;
}
.section-appear .sbd-figure.sbd-figure-02 {
  -webkit-transform: rotate(-18deg) skew(9deg) translate(0, -21%);
  transform: rotate(-18deg) skew(9deg) translate(0, -21%);
}
.sbd-figure.sbd-figure-02 .sbd-figure-img {
  height: 800px;
  left: 29%;
}
.sbd-figure.sbd-figure-01 {
  top: -870px;
}
.sbd-figure.sbd-figure-02 {
  background: linear-gradient(105deg, #3da6c3 10%, #9a74f3 90%);
}
.sbd-figure.sbd-figure-02 {
  top: -360px;
}
.sbd-figure.sbd-figure-02 .sbd-figure-img {
  height: 770px;
  left: 30%;
}
.sbd-figure.sbd-figure-01 {
  top: -970px;
  left: calc(50% - 410px);
}
.sbd-figure.sbd-figure-02 {
  background: linear-gradient(105deg, #3da6c3 16%, #9a74f3 84%);
}
.sbd-figure.sbd-figure-02 {
  top: -420px;
}
.section-appear .sbd-figure.sbd-figure-02 {
  -webkit-transform: rotate(-18deg) skew(9deg) translate(0, -16%);
  transform: rotate(-18deg) skew(9deg) translate(0, -16%);
}
.sbd-figure.sbd-figure-02 .sbd-figure-img {
  height: 710px;
  left: 32%;
  bottom: 295px;
}
.section-appear .collapse-info-wrap {
  background-color: #f3f3f3;
}
.sbd-figure.sbd-figure-01 {
  top: -1070px;
  left: calc(50% - 430px);
}
.sbd-figure.sbd-figure-02 {
  background: linear-gradient(105deg, #3da6c3 29%, #9a74f3 71%);
}
.sbd-figure.sbd-figure-02 {
  top: -475px;
}
.sbd-figure.sbd-figure-02 .sbd-figure-img {
  height: 680px;
  bottom: 290px;
}
.sbd-figure.sbd-figure-01 {
  top: -1130px;
  left: calc(50% - 450px);
}
.sbd-figure.sbd-figure-02 {
  background: linear-gradient(105deg, #3da6c3 34%, #9a74f3 66%);
}
.sbd-figure.sbd-figure-02 {
  top: -510px;
}
.section-appear .sbd-figure.sbd-figure-02 {
  -webkit-transform: rotate(-18deg) skew(9deg) translate(0, -15%);
  transform: rotate(-18deg) skew(9deg) translate(0, -15%);
}
.sbd-figure.sbd-figure-02 .sbd-figure-img {
  height: 580px;
  bottom: 345px;
  left: 34%;
}
.section-appear .sbd-figure.sbd-figure-02 {
  -webkit-transform: rotate(-18deg) skew(9deg) translate(0, -14%);
  transform: rotate(-18deg) skew(9deg) translate(0, -14%);
}
.sbd-figure.sbd-figure-01 {
  top: -1180px;
  left: calc(50% - 480px);
}
.section-appear .sbd-figure.sbd-figure-01 {
  -webkit-transform: rotate(-36deg) skew(27deg) translate(0, -11%);
  transform: rotate(-36deg) skew(27deg) translate(0, -11%);
}
.sbd-figure.sbd-figure-02 {
  top: -540px;
}
.section-appear .sbd-figure.sbd-figure-02 {
  -webkit-transform: rotate(-18deg) skew(9deg) translate(0, -10%);
  transform: rotate(-18deg) skew(9deg) translate(0, -10%);
}
.sbd-figure.sbd-figure-02 .sbd-figure-img {
  height: 500px;
  bottom: 390px;
  left: 38.2%;
}
.sbd-figure.sbd-figure-01 {
  top: -1200px;
}
.sbd-figure.sbd-figure-02 {
  top: -570px;
}
.sbd-figure.sbd-figure-02 .sbd-figure-img {
  height: 400px;
  bottom: 420px;
  left: 44.3%;
}
.sbd-figure.sbd-figure-02 .sbd-figure-img.sbd-figure-img-01 {
  bottom: 445px;
  left: 48%;
}
.sbd-figure.sbd-figure-01 {
  left: calc(50% - 680px);
  -webkit-transform: rotate(-38deg) skew(12deg);
  transform: rotate(-38deg) skew(12deg);
}
.section-appear .sbd-figure.sbd-figure-01 {
  -webkit-transform: rotate(-43deg) skew(14deg) translate(0, -10%);
  transform: rotate(-43deg) skew(14deg) translate(0, -10%);
}
.sbd-figure.sbd-figure-02 {
  top: -600px;
}
.sbd-figure.sbd-figure-02 .sbd-figure-img {
  height: 360px;
  bottom: 430px;
  left: 46.5%;
}
.sbd-figure.sbd-figure-02 .sbd-figure-img.sbd-figure-img-01 {
  bottom: 455px;
  left: 50%;
}
.sbd-figure.sbd-figure-01 {
  top: -750px;
  left: calc(50% - 360px);
  width: 1200px;
  height: 1400px;
  -webkit-transform: rotate(-31deg) skew(12deg);
  transform: rotate(-31deg) skew(12deg);
}
.sbd-figure.sbd-figure-01.figure-blue {
  background: linear-gradient(152.14deg, #01a1c0 32.59%, #00d4e9 97.3%);
}
/* .section-appear .sbd-figure.sbd-figure-01 {
  -webkit-transform: rotate(-36deg) skew(27deg) translate(0, -15%);
  transform: rotate(-36deg) skew(27deg) translate(0, -15%);
} */
.sbd-figure.sbd-figure-02 {
    background: linear-gradient(105deg, #9a74f3, #3da6c3 0 100%);
    /* top: -290px; */
    /* left: calc(50% - 950px); */
    width: 100%;
    height: 1200px;
    /* -webkit-transform: rotate(-12deg) skew(4deg); */
    /* transform: rotate(0deg) skew(180deg); */
}
/* .section-appear .sbd-figure.sbd-figure-02 {
  -webkit-transform: rotate(-18deg) skew(9deg) translate(0, -25%);
  transform: rotate(-18deg) skew(9deg) translate(0, -25%);
} */
/* .sbd-figure.sbd-figure-02 .sbd-figure-img {
  height: 830px;
  bottom: 300px;
  left: 27%;
  -webkit-transform: skew(-4deg) rotate(12deg) translate(-340px, 580px);
  transform: skew(-4deg) rotate(12deg) translate(-340px, 580px);
} */
.sbd-figure {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  background: #fff;
  border-radius: 45px;
  box-shadow: 0 0 218px rgba(152, 177, 210, 0.58);
  /* transition: opacity 0.4s linear, box-shadow 1s ease-out,
    -webkit-transform 1s ease-out;
  transition: opacity 0.4s linear, transform 1s ease-out, box-shadow 1s ease-out;
  transition: opacity 0.4s linear, transform 1s ease-out, box-shadow 1s ease-out,
    -webkit-transform 1s ease-out;
  transition-delay: 0.4s; */
}
.section-appear .sbd-figure {
  opacity: 0;
  box-shadow: 0 0 50px rgba(152, 177, 210, 0.08);
}
.sbd-figure .sbd-figure-img {
  position: absolute;
}
.sbd-figure .sbd-figure-img img {
  max-width: none;
  height: 100%;
  width: auto;
  opacity: 1;
  transition: opacity 0.9s ease-in;
  transition-delay: 1.4s;
}
.section-appear .sbd-figure .sbd-figure-img img {
  opacity: 0;
}
.section-tiles-indent-top .block-header-left {
  margin-bottom: 90px;
}
.sbd-figure {
  box-shadow: 0 0 178px rgba(152, 177, 210, 0.58);
}
.section-appear .sbd-figure {
  box-shadow: 0 0 42px rgba(152, 177, 210, 0.08);
}
.block-mb-md {
  margin-bottom: 56px;
}
.block-mb-xs {
  margin-bottom: 30px;
}
.block-maw-01 {
  max-width: 1100px;
}
.wrap-br-01 br {
  display: none;
}
.wrap-br-02 br {
  display: none;
}
.wrap-br-03 br {
  display: none;
}
.wrap-br-04 br:last-of-type {
  display: none;
}
.wrap-br-05 br {
  display: none;
}
.wrap-br-06 br:first-of-type {
  display: none;
}
.wrap-br-07 br:last-of-type {
  display: none;
}
.wrap-br-08 br {
  display: none;
}
.wrap-mq-02 .btn-column {
  display: none !important;
}
.text-color-dark {
  color: #333;
}
.text-color-violet {
  color: #6e5be4;
}
.text-color-turquoise {
  color: #47b4c6;
}
.text-color-orange {
  color: #fb955e;
}
.text-color-blue {
  color: #37b6ff;
}
.text-color-01 {
  color: #02b3e4;
}
.text-color-02 {
  color: #4f4fd1;
}
.text-color-03 {
  color: #006;
}
.text-color-04 {
  color: #000;
}
.text-color-05 {
  color: #012255;
}
.text-fw-regular,
.text-fw-regular.sub-header {
  font-weight: 400;
}
.sub-header {
  font-size: 24px;
  font-weight: 300;
}
.sub-header.sh-lg {
  font-size: 34px;
  margin-bottom: 20px;
}
.sup-header {
  font-family: Muli, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 0;
}
.btn {
  font-family: Muli, sans-serif;
  font-weight: 700;
  cursor: pointer;
  outline: 0 !important;
  text-decoration: none !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  border: 0;
  padding: 22px 25px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 6px;
  color: #fdfdfd;
  background-color: #012255;
  background-image: linear-gradient(to right, #012255 0, #013875 44%);
  background-size: 170% 100%;
  box-shadow: 0 4px 32px rgba(146, 99, 28, 0.52);
  transition: color 0.15s ease-in-out, background-position 0.25s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.btn:focus {
  box-shadow: 0 4px 32px rgba(146, 99, 28, 0.52);
}
.btn:hover,
.fa-step-item .btn:hover {
  color: #fff;
  background-color: #f6b14a;
  background-position: 70% 0;
  box-shadow: 0 4px 17px -1px rgba(146, 99, 28, 0.58);
}
.btn:active,
.btn:focus {
  color: #fff;
  background-color: #012255;
}
.btn:active,
.fa-step-item .btn:active {
  box-shadow: 0 4px 7px -2px rgba(146, 99, 28, 0.72);
}
.btn.btn-rounded {
  border-radius: 70px;
  text-transform: none;
}
.btn.btn-rounded.btn-rounded-01 {
  padding-left: 60px;
  padding-right: 60px;
}
.btn.btn-rounded.btn-rounded-02 {
  box-shadow: 0 2px 16px rgb(1 38 91 / 76%);
  padding: 18px 55px;
}
.btn[disabled] {
  background-color: #f6b14a;
  color: #fff;
  opacity: 0.6;
  cursor: default;
  box-shadow: 0 4px 7px -2px rgba(146, 99, 28, 0.72);
}
.fa-step-item .btn {
  box-shadow: 0 4px 17px rgba(146, 99, 28, 0.58);
}
.btn-column,
.btn-row {
  font-size: 16px;
}
.btn-row > div {
  margin-right: 34px;
}
.btn-row > div:last-child {
  margin-right: 0;
}
.btn-column > div {
  margin-bottom: 20px;
}
.btn-column > div:last-child {
  margin-bottom: 0;
}
.form-group {
  margin-bottom: 20px;
}
.form-group .btn {
  width: 100%;
}
.form-group.row {
  align-items: flex-start;
}
.fg-row {
  margin-left: -7px;
  margin-right: -7px;
}
.fg-row > [class*="col-"] {
  padding: 0 7px;
}
.field-description {
  margin-top: 6px;
  font-weight: 300;
  font-size: 17px;
  color: #999;
  line-height: 1.235;
}
.fg-btn {
  margin-top: 45px;
}
.fg-btn.fg-btn-01 > div:nth-child(3) {
  margin-top: 30px;
}
.fg-btn-description {
  text-align: right;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 300;
  color: #999;
}
.fg-btn-description a {
  white-space: nowrap;
  color: #111;
}
.link-angle,
.link-element {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.15s ease-in;
}
.link-angle:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  margin-left: 7px;
  -webkit-transform: translate(0, -1px) rotate(45deg);
  transform: translate(0, -1px) rotate(45deg);
}
.select2-container--default .select2-selection--single {
  padding-left: 12px;
  -webkit-filter: none;
  filter: none;
  background-image: none;
  outline: 0 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 0;
  right: 0;
  width: 30px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  position: relative;
  height: 20px;
  line-height: 19px;
  top: 50%;
  margin-top: -10px;
  margin-right: 30px;
}
.select2-search--dropdown {
  padding: 6px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 42px;
  border-radius: 4px;
  border: 2px solid #d7d7d7;
  outline: 0 !important;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: #5897fb;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 240px;
}
.form-control,
.select2-container,
.select2-container--default .select2-selection--single {
  font-size: 18px;
  font-weight: 400;
}
.form-control,
.select2-container--default .select2-selection--single,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 56px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #333;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 54px;
  padding-left: 0;
  padding-right: 30px;
}
.form-control,
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #d7d7d7;
  border-radius: 6px;
}
.form-control:focus,
.select2-container--focus.select2-container--default .select2-selection--single,
.select2-container--open.select2-container--default .select2-selection--single {
  border-color: #00aeef;
  background-color: #fdfdfd;
  box-shadow: none;
}
.error.form-control,
.error.form-control:focus,
.error.select2-container--default .select2-selection--single,
.error.select2-container--open.select2-container--default
  .select2-selection--single {
  border-color: #a94442;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #c4c4c4;
  font-size: 20px;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #c4c4c4;
  font-size: 20px;
  font-weight: 400;
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #c4c4c4;
  font-size: 20px;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #c4c4c4;
  font-size: 20px;
  font-weight: 400;
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #c4c4c4;
  font-size: 20px;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #c4c4c4;
  font-size: 20px;
  font-weight: 400;
}
.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #c4c4c4;
  font-size: 20px;
  font-weight: 400;
}
.form-control::placeholder {
  opacity: 1;
  color: #c4c4c4;
  font-size: 20px;
  font-weight: 400;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #c4c4c4;
  font-weight: 400;
}
.select2-container--open {
  font-weight: 400;
}
.fileinput-error-description,
label.error {
  font-family: Muli, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  color: #c10000;
  font-size: 12px;
  line-height: 1;
  padding: 5px 0 0;
}
.fileinput-error-description {
  text-align: center;
}
#fg-btn-submit label.error {
  width: 100%;
  bottom: 100%;
  top: auto;
  text-align: center;
  left: 0;
  font-size: 14px;
  padding-bottom: 5px;
}
.custom-file {
  height: 0;
  padding-top: 33%;
  display: block;
}
.custom-file-input {
  z-index: 2;
}
.custom-file-input,
.custom-file-label {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.custom-file-label::after {
  display: none;
}
.custom-file-input:focus ~ .custom-file-label {
  box-shadow: none;
  border-color: #d7d7d7;
}
.custom-file-label {
  z-index: 1;
  background-color: #f1f1fa;
  border: 2px dashed #08a0f5;
  border-radius: 6px;
  margin-bottom: 0;
  outline: 0 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cfl-icons {
  transition: padding-bottom 0.2s ease-in;
}
.cfl-icons-item {
  display: none;
  text-align: center;
  color: #189de3;
  transition: color 0.2s ease-in;
}
.cfl-icons-item span {
  display: block;
  width: 100%;
}
.cfl-icons-item .icon {
  font-size: 68px;
}
.cfl-icons-item-info {
  font-size: 18px;
  line-height: 1;
  padding-top: 6px;
}
.cfl-icons-item-divider {
  padding: 0 15px;
}
.cfl-icons-item-desktop {
  display: block;
}
.mt-device .cfl-icons-item {
  display: block;
}
.mt-device .cfl-icons-item-desktop,
.mt-device .cfl-icons-item-divider {
  color: #c3c3c3;
}
.cfl-text {
  line-height: 1;
  position: absolute;
  z-index: 15;
  max-width: 100%;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  opacity: 0;
  font-size: 18px;
  line-height: 30px;
  color: #068628;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px 0 41px;
  text-align: center;
  transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in,
    -webkit-transform 0.2s ease-in;
}
.cfl-text .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 1.3em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.custom-file-input.error + .custom-file-label {
  border-color: #a94442;
}
.custom-file-input.error + .custom-file-label + label.error {
  left: 0;
  right: 0;
  text-align: center;
}
.desktop-device .custom-file-input:hover + .custom-file-label {
  border-color: #0b95e2;
  background-color: #fbfbff;
}
.desktop-device .custom-file-input:hover + .custom-file-label .cfl-icons-item {
  color: #0b95e2;
}
.custom-file-input {
  cursor: pointer;
}
.custom-file-input-selected + .custom-file-label {
  background-color: #f5fdfa;
  border-color: #d7d7d7;
}
.custom-file-input-selected + .custom-file-label .cfl-text {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.custom-file-input-selected + .custom-file-label .cfl-icons {
  padding-bottom: 30px;
}
.custom-file-input-selected + .custom-file-label .cfl-icons-item {
  color: #c3c3c3;
}
.list-circle {
  font-size: 18px;
  line-height: 1.15;
}
.list-circle li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 12px;
}
.list-circle li:last-child {
  margin-bottom: 0;
}
.list-circle li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ceddff;
}
.list-circle-sm.list-circle {
  font-size: 16px;
}
.list-circle-sm.list-circle li {
  padding-left: 23px;
  margin-bottom: 7px;
}
.list-circle-sm.list-circle li::before {
  top: 3px;
}
.list-circle-01 li::before {
  background-color: #b6d6e7;
}
.list-step-graph li {
  font-family: Muli, sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 45px;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 17px;
}
.list-step-graph li p {
  margin-bottom: 0;
}
.lsg-additinal-info {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #999;
  font-size: 0.85em;
  margin-top: 5px;
}
.list-step-graph li::before,
.lsg-circle,
.lsg-line {
  position: absolute;
  background-color: #5ea2ff;
}
.lsg-circle,
.lsg-line {
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.44);
}
.list-step-graph li::before {
  content: "";
  display: block;
  z-index: 3;
}
.lsg-01 .lsg-circle,
.lsg-01 .lsg-line,
.lsg-01 li::before {
  background-color: #fcfcfc;
}
.list-step-graph li::before,
.lsg-circle {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 0;
}
.lsg-circle {
  z-index: 1;
}
.lsg-line {
  z-index: 2;
  width: 4px;
  left: 4px;
  top: 9px;
  bottom: -26px;
}
.list-step-graph li:last-child .lsg-line {
  display: none;
}
.list-step-graph-right.list-step-graph li {
  padding-left: 0;
  padding-right: 45px;
}
.list-step-graph-right.list-step-graph .lsg-circle,
.list-step-graph-right.list-step-graph li::before {
  left: auto;
  right: 0;
}
.list-step-graph-right.list-step-graph .lsg-line {
  left: auto;
  right: 4px;
}
.list-checked {
  font-size: 18px;
  line-height: 1.15;
}
.list-checked li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.list-checked li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 8px;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: #0d0d0d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.list-checked-sm.list-checked {
  font-size: 16px;
}
.list-checked-sm.list-checked li {
  padding-left: 23px;
  margin-bottom: 7px;
}
.list-checked-sm.list-checked li::before {
  width: 14px;
  height: 7px;
  top: 4px;
}
.list-default {
  padding-left: 29px;
  list-style-type: disc;
}
.list-default li {
  margin-bottom: 5px;
}
ul[class*="list-"] li:last-child {
  margin-bottom: 0;
}
.list-line li {
  line-height: 1.15;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.list-line li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background-color: #ccc;
  border-radius: 3px;
}
.list-line-xs.list-line {
  font-size: 14px;
}
.loader-wrap {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.78);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  display: flex;
  transition: all 0s linear 0.2s, opacity 0.2s linear;
}
.loader-wrap.loader-active {
  opacity: 1;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.2s linear;
}
.loader-wrap > * {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 35px 39px rgba(255, 255, 255, 0.6);
}
.loading-description {
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  font-weight: 300;
  text-shadow: 0 0 1px #fff;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.loader-active .loading-description {
  opacity: 1;
}
.loading-description span:first-child {
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
  font-size: 1.2em;
  font-weight: 400;
}
.loader-elem {
  position: relative;
  z-index: 2;
  margin-bottom: 17px;
}
.loader-elem-logo img {
  width: 200px;
}
.loader-elem-disc {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 76px;
  height: 76px;
}
.led-processing {
  position: relative;
  width: 100%;
  height: 100%;
}
.led-processing div {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform-origin: 38px 38px;
  transform-origin: 38px 38px;
}
.loader-active .led-processing div {
  -webkit-animation: led-processing 1.5s linear infinite;
  animation: led-processing 1.5s linear infinite;
}
@-webkit-keyframes led-processing {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    box-shadow: 0 2px 0 0 #f6b34c;
  }
  15% {
    box-shadow: 0 2px 0 0 #043790;
  }
  40% {
    box-shadow: 0 2px 0 0 #043790;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  60% {
    box-shadow: 0 2px 0 0 #f6b34c;
  }
  95% {
    box-shadow: 0 2px 0 0 #f6b34c;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 2px 0 0 #f6b34c;
  }
}
@keyframes led-processing {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    box-shadow: 0 2px 0 0 #f6b34c;
  }
  15% {
    box-shadow: 0 2px 0 0 #043790;
  }
  40% {
    box-shadow: 0 2px 0 0 #043790;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  60% {
    box-shadow: 0 2px 0 0 #f6b34c;
  }
  95% {
    box-shadow: 0 2px 0 0 #f6b34c;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 2px 0 0 #f6b34c;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url(fonts/OpenSans-Regular.woff2) format("woff2"),
    url(fonts/OpenSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Muli;
  src: url(fonts/Muli-Bold.woff2) format("woff2"),
    url(fonts/Muli-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Open Sans";
  src: url(fonts/OpenSans-Light.woff2) format("woff2"),
    url(fonts/OpenSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
html.popup-opened.desktop-device #header {
  padding-right: 17px;
}
html.popup-opened.desktop-device.opera #header {
  padding-right: 15px;
}
html.popup-opened.desktop-device.ms-edge #header {
  padding-right: 16px;
}
html.popup-opened.desktop-device.macos #header {
  padding-right: 0 !important;
}
html.mt-device #header {
  padding-right: 0 !important;
}
html.popup-opened.desktop-device .scroll-up {
  right: 27px;
}
html.popup-opened.desktop-device.opera .scroll-up {
  right: 25px;
}
html.popup-opened.desktop-device.ms-edge .scroll-up {
  right: 26px;
}
html.popup-opened.desktop-device.macos .scroll-up {
  right: 10px !important;
}
html.ms-ie,
html.mt-device {
  margin-right: 0 !important;
}
a.scroll-up {
  pointer-events: none;
  display: none;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 21px;
  color: #fff;
  background: #404040;
  opacity: 0;
  position: fixed;
  text-align: center;
  text-decoration: none;
  z-index: 1040;
  transition: opacity 0.3s;
}
a.scroll-up.visible {
  opacity: 0.75;
  pointer-events: auto;
}
a.scroll-up.visible:focus,
a.scroll-up.visible:hover {
  color: #fff;
}
a.scroll-up.visible:hover {
  opacity: 1;
}
a.scroll-up svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header {
  width: 100%;
  min-width: 320px;
  background: #4346a2;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
}
.header-body {
  height: 85px;
  position: relative;
}
.hb-logo a {
  display: inline-block;
}
.hb-logo img,
.hb-logo svg {
  width: 140px;
  height: auto;
}
.hb-phone a {
  font-size: 18px;
  position: relative;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.hb-phone a .icon {
  font-size: 1.1em;
  vertical-align: middle;
}
.hbp-sm {
  display: none;
}
.header-btn-nav {
  display: none;
  outline: 0 !important;
  border: 0;
  background: 0 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.header-btn-nav span {
  position: absolute;
  display: block;
  width: 60%;
  top: 50%;
  margin-top: -1px;
  left: 20%;
  height: 2px;
  background: #333;
  transition: all 0.2s ease-in-out;
}
.header-btn-nav span:after,
.header-btn-nav span:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333;
  left: 0;
  transition: all 0.25s ease-in-out;
}
.header-btn-nav span:before {
  top: -7px;
}
.header-btn-nav span:after {
  bottom: -7px;
}
.header-btn-nav-active.header-btn-nav span {
  background: 0 0;
}
.header-btn-nav.header-btn-nav-active span:before {
  -webkit-transform: translateY(7px) rotate(135deg);
  transform: translateY(7px) rotate(135deg);
}
.header-btn-nav.header-btn-nav-active span:after {
  -webkit-transform: translateY(-7px) rotate(-135deg);
  transform: translateY(-7px) rotate(-135deg);
}
.header-nav:after {
  display: table;
  content: " ";
}
.hn-menu {
  margin: 0;
}
.hn-menu > li {
  margin-right: 20px;
}
.hn-menu > li:last-child {
  margin-right: 0;
}
.hn-menu > li > a {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.hb-cart {
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.hb-cart.hb-cart-visible {
  opacity: 1;
}
.hb-cart [class*="hb-cart-0"] {
  display: block;
}
.hb-cart [class*="hb-cart-0"]:last-child {
  margin-bottom: 0;
}
.hb-cart .icon-clover {
  color: #00b143;
}
.hb-cart sup {
  top: -0.3em;
}
.hbc-highlighted {
  color: #00dcff;
  margin-left: 4px;
}
.hbc-old {
  position: relative;
  margin-left: 4px;
}
.hbc-old::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
}
.hb-cart-01 {
  display: none !important;
  font-size: 21px;
  margin-bottom: 8px;
}
.hb-cart-01.visible {
  display: block !important;
}
.hb-cart-01 .hb-cart-brand {
  margin-right: 1px;
}
.hb-cart-01 .hbc-highlighted {
  margin-left: 10px;
}
.hb-cart-01 .hbc-old {
  font-weight: 300;
}
.hb-cart-01 br {
  display: none;
}
.hb-cart-02 {
  font-size: 15px;
  font-family: Muli, sans-serif;
  font-weight: 700;
}
.hb-cart-02 br {
  display: none;
}
.hb-cart-service-selected {
  cursor: pointer;
  border-radius: 7px;
  padding: 6px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.1s ease-in-out;
}
.hb-cart-service-selected.active,
.hb-cart-service-selected:hover {
  background-color: #5557b1;
}
.hb-cart-service-list {
  text-align: left;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 100;
  top: calc(100% + 20px);
  right: 0;
  transition: all 0.3s ease-in, opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}
.hb-cart-service-list::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #5557b1;
}
.hb-cart-service-list.active {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 14px);
}
.hb-cart-service-list ul {
  overflow: hidden;
  border-radius: 6px;
  background-color: #5557b1;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
  width: 235px;
}
.hb-cart-service-list ul li {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 13px 20px 13px 39px;
  position: relative;
  transition: background-color 0.2s ease-in;
}
.hb-cart-service-list ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 100%;
  left: 15px;
  right: 15px;
  transition: background-color 0.2s ease-in;
  background-color: #4c4ca4;
}
.hb-cart-service-list ul li:hover {
  background-color: #4c4ca4;
}
.hb-cart-service-list ul li:hover:not(:last-child)::after {
  background-color: transparent;
}
.hb-cart-service-list ul li .icon {
  position: absolute;
  top: 12px;
  left: 12px;
}
.hb-cart-service-list-price {
  font-size: 13px;
  margin-top: 4px;
}
.hb-cart-service-list-price span:first-child {
  color: #00dcff;
  margin-right: 3px;
}
.hb-cart-service-list-price span:last-child {
  position: relative;
}
.hb-cart-service-list-price span:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}
.hb-cta-wrap {
  position: relative;
  margin: 0 -15px;
  height: 100%;
  overflow: hidden;
}
.hcw-item-additional,
.hcw-item-main {
  padding: 0 15px;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.hcw-item-additional {
  position: absolute;
  height: 100%;
  /*right: 15px;*/
  top: 0;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hcw-item-additional a {
  font-family: Muli, sans-serif;
  font-weight: 700;
}
.hcw-item-main {
  position: relative;
  height: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.header-active .hcw-item-additional {
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.header-active .hcw-item-main {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header-01#header {
  position: fixed;
  background-color: transparent;
  transition: opacity 0.15s ease-in, box-shadow 0.15s ease-in;
}
.header-01#header .header-container {
  padding-right: 5px;
}
.header-01#header .header-body {
  height: 100px;
}
.header-01#header .hb-logo img,
.header-01#header .hb-logo svg {
  width: 170px;
}
.header-shadow #header.header-01 {
  background-color: #fff;
  box-shadow: 0 5px 34px -2px rgba(0, 0, 0, 0.3);
}
.header-body-short {
  justify-content: center;
}
.header-body-short .hb-cart,
.header-body-short .hb-cta {
  display: none;
}
#footer {
  padding: 90px 0;
}
#footer.footer-hidden {
  display: none;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  width: 170px;
}
.footer-info {
  font-size: 14px;
  padding: 0 15px;
  text-align: center;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: top;
}
.icon-24-hours {
  width: 1em;
}
.icon-arrow-top {
  width: 1em;
}
.icon-bank-check {
  width: 1em;
}
.icon-brain {
  width: 1em;
}
.icon-camera {
  width: 1em;
}
.icon-cloud-up-arrow {
  width: 1em;
}
.icon-clover {
  width: 1em;
}
.icon-colored-chart {
  width: 1em;
}
.icon-colored-money {
  width: 1em;
}
.icon-colored-piggy-bank {
  width: 1em;
}
.icon-colored-presentation {
  width: 1em;
}
.icon-flag {
  width: 1em;
}
.icon-phone {
  width: 1em;
}
.icon-settings {
  width: 1em;
}
.icon-shield {
  width: 1em;
}
.icon-shop {
  width: 1em;
}
.icon-star {
  width: 1em;
}
.icon-support {
  width: 1em;
}
.icon-upload-file {
  width: 1em;
}
.form-application {
  max-width: 1100px;
  margin: 0 auto;
}
.application-form-wrap {
  margin-left: -18px;
  margin-right: -18px;
}
.form-files {
  padding: 0 3px;
}
.fa-step-item {
  padding: 0 18px 25px;
  visibility: hidden;
}
.form-application-initialized .fa-step-item {
  visibility: visible;
}
.fa-step-device {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}
.fa-step-device > div {
  padding: 0 19px;
  margin-top: 90px;
}
.fa-step-information {
  color: #333;
  margin: 50px 0 35px;
  padding: 30px;
  border-radius: 15px;
  background-color: #f1f1f1;
  font-weight: 300;
  border: 2px dashed #ccc;
}
.fa-step-information strong {
  font-weight: 400;
  color: #000;
}
.fa-step-information h5,
.fa-step-information p {
  margin-bottom: 12px;
}
.fa-step-information h5:last-child,
.fa-step-information p:last-child {
  margin-bottom: 0;
}
.ahs-item,
.fa-step-item {
  outline: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.iil-icon {
  font-size: 42px;
  line-height: 1;
}
.iil-description {
  font-family: Muli, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
}
.iil-description-01 {
  font-family: Muli, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #00ace1;
  line-height: 1.05;
}
.iil-description-01 > span {
  display: none;
}
.iil-description-01 #calc-annual-savings-d1 {
  display: inline-block;
}
.iil-highlighted {
  font-size: 34px;
  color: #00ace1;
}
.iil-additional {
  font-size: 24px;
  line-height: 1.1;
  color: #666;
  font-weight: 300;
}
.icon-info-line .iil-icon {
  padding-right: 7px;
}
.icon-info-line .iil-description {
  padding-right: 15px;
}
.icon-info-line .iil-description-01 {
  padding-right: 5px;
}
.icon-info-line .iil-highlighted {
  padding-right: 34px;
}
.tile-info-divided {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(232, 231, 231, 0.55);
  box-shadow: 0 0 32px rgba(122, 122, 122, 0.53);
}
.tile-info-divided > [class*="col-"] {
  padding: 30px 35px;
}
.tid-item {
  color: #666;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  position: relative;
}
.tid-item h6 {
  color: #333;
}
.tid-item p {
  margin-bottom: 17px;
}
.tid-item p:last-child {
  margin-bottom: 0;
}
.tid-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  bottom: 35px;
  width: 2px;
  left: calc(100% - 1px);
  background-color: rgba(232, 231, 231, 0.7);
}
.tid-item.active {
  color: rgba(255, 255, 255, 0.73);
}
.tid-item.active h6 {
  color: #fff;
}
.tid-item.active::before {
  display: none;
}
.tid-item-content {
  position: relative;
}
.tid-item-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #649be6;
}
.tid-item-arrows::after,
.tid-item-arrows::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.tid-item-arrows::before {
  top: 27px;
  left: 100%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #649be6;
}
.tid-item-arrows::after {
  top: 100%;
  left: 35px;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-top: 38px solid #649be6;
}
.tile-info-divided {
  border-radius: 12px;
}
.tile-info-divided > .tid-item.active:first-child .tid-item-arrows {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.section-hero {
  position: relative;
  padding: 0;
}
.section-hero > .container {
  position: relative;
  z-index: 3;
}
.sh-wrap {
  height: 100vh;
  max-height: 1200px;
  min-height: 860px;
}
.sh-main {
  width: 52%;
  margin-left: auto;
  position: relative;
}
.sh-main > * {
  position: relative;
  z-index: 2;
}
.sh-main .list-circle {
  text-align: left;
}
.sh-main::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -45px;
  right: 0;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.6) 10%
  );
}
.sh-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.sh-bg.sh-bg-01 {
  right: calc(50% + 100px);
  bottom: 90px;
  overflow: hidden;
}
.sh-bg.sh-bg-01 img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 84%;
  max-width: none;
}
.sh-bottom-info {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 45px 0;
}
.sh-bottom-info > * {
  position: relative;
  z-index: 2;
}
.sh-bottom-info-01::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 90px;
  top: -90px;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.85) 60%,
    rgba(255, 255, 255, 0.95) 75%,
    #fff 100%
  );
}
.featured-logos-line {
  font-size: 26px;
  color: #a9a9a9;
}
.featured-logos-line > * {
  margin-right: 45px;
}
.featured-logos-line > :last-child {
  margin-right: 0;
}
.featured-logos-line img {
  max-height: 40px;
  width: auto;
}
.sh-logo {
  margin-bottom: 15px;
}
.sh-logo img {
  width: 140px;
}
.sh-01 .sh-wrap {
  padding-bottom: 50px;
  padding-top: 0;
}
.sh-01 .sh-main::before {
  display: none;
}
.sh-01 .sh-main .sh-main-02 {
  font-size: 14px;
}
.sh-01 .sh-main .sh-main-02 h3 {
  margin-bottom: 14px;
}
.wii01-img-item {
  padding: 0 35px;
  position: relative;
}
.wii01-img-item img {
  width: 256px;
}
.wii01-img-item-vertical {
  font-family: Muli, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  white-space: nowrap;
  display: none;
  position: absolute;
  opacity: 0.5;
}
.wii01-img-item-vertical:first-child {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: calc(50% - 127px);
  top: calc(50% + 75px);
  color: #9c8181;
}
.wii01-img-item-vertical:last-child {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: calc(50% + 124px);
  top: calc(50% + 3px);
  color: #386db5;
}
.wii01-info-item {
  padding-top: 65px;
}
.wii01-header {
  margin-bottom: 55px;
  position: relative;
  padding-left: 56px;
}
.wii01-header .icon,
.wii01-header .img-icon {
  position: absolute;
  font-size: 42px;
  line-height: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wii01-header .icon {
  color: #bcbbbb;
}
.wii01-header.h5 {
  line-height: 1;
}
.wii01-header br {
  display: none;
}
.wii01-info-item-text-right {
  text-align: right;
}
.wii01-info-item-text-right .wii01-header {
  padding-left: 0;
  padding-right: 56px;
}
.wii01-info-item-text-right .wii01-header .icon,
.wii01-info-item-text-right .wii01-header .img-icon {
  left: auto;
  right: 0;
}
.tile-icon-info {
  padding: 60px 90px;
  background-color: #fff;
  box-shadow: 0 0 117px rgba(114, 114, 114, 0.34);
  border-radius: 15px;
}
.tile-icon-info .tii-item {
  font-weight: 300;
}
.tii-cta {
  padding-right: 80px;
}
.tii-cta-header {
  font-family: Muli, sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.1;
  color: #979797;
}
.tii-item {
  padding-left: 30px;
}
.tii-item-icon {
  font-size: 53px;
  margin-bottom: 12px;
}
.tii-item-header {
  font-family: Muli, sans-serif;
  font-weight: 700;
  color: #888;
  font-size: 20px;
  margin-bottom: 12px;
}
.tile-table {
  padding: 25px;
  background: #fdfdfd;
  border-radius: 27px;
  box-shadow: 0 0 117px rgba(114, 114, 114, 0.34);
}
.tile-table-column {
  padding: 0 25px;
}
.tile-table-column.tile-table-column-highlight {
  border-radius: 15px;
  padding: 0 32px;
  box-shadow: 0 0 117px rgba(114, 114, 114, 0.37);
}
.tile-table-column.tile-table-column-highlight.animation-init {
  background-color: #fff;
  box-shadow: 0 0 117px rgba(114, 114, 114, 0.37);
}
.tile-table-column.tile-table-column-highlight > .tile-table-header {
  font-size: 20px;
}
.tile-table-column:first-child {
  padding-right: 45px;
}
.tile-table-column > div {
  font-family: Muli, sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 20px;
  line-height: 1.18;
  height: 54px;
  color: #9d9d9d;
  white-space: nowrap;
}
.tile-table-column > div:nth-child(odd) {
  color: #555;
}
.tile-table-column > .tile-table-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 160px;
  justify-content: flex-end;
  padding: 25px 0;
  font-size: 18px;
  color: #47475b;
}
.tth-icon {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 18px;
}
.tth-icon .icon {
  color: #d8cccb;
}
.tth-icon .svg-inline-icon {
  width: 39px;
  height: 39px;
}
.tile-table-check:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  width: 27px;
  height: 14px;
  border-left: 4px solid #b9c4e7;
  border-bottom: 4px solid #b9c4e7;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.tile-table-column-highlight .tile-table-check:before {
  border-color: #729dff;
}
.tile-table-column-inline-description {
  display: none;
  color: #989898 !important;
  margin-bottom: 2px;
}
.tile-table-01.tile-table {
  padding: 0 0 0 20px;
  background-color: transparent;
  box-shadow: none;
}
.tile-table-01 .tile-table-column {
  text-align: center;
}
.tile-table-01 .tile-table-column > div {
  color: #666;
}
.tile-table-01 .tile-table-column:first-child {
  padding-left: 0;
}
.tile-table-01 .tile-table-column-description {
  text-align: left;
}
.tile-table-01 .tile-table-column-description > div {
  color: #999;
}
.tile-table-01 .tile-table-column-highlight > div {
  color: #729dff;
}
.tile-table-01 .tile-table-column-highlight .tile-table-header {
  color: #333;
}
.tile-img-list-info-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
}
.tile-img-list-info-wrap > div {
  margin-top: 100px;
}
.tile-img-list-info-wrap > div:last-child {
  margin-bottom: 0;
}
.tile-list-img-info {
  font-weight: 300;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  padding: 0 50px 45px;
  color: #999;
  border-radius: 20px;
  border: 2px solid transparent;
  box-shadow: 0 0 9px rgba(114, 114, 114, 0.3);
  transition: box-shadow 0.2s ease-in, background-color 0.2s ease-in,
    border 0.2s ease-in;
}
.tile-list-img-info,
.tile-list-img-info > span {
  display: block;
}
.tile-list-img-info:focus,
.tile-list-img-info:hover {
  border-color: #b6d6e7;
  color: #999;
  box-shadow: 0 0 80px rgba(114, 114, 114, 0.5);
}
.tile-list-img-info .list-circle {
  margin-bottom: 26px;
}
.tlii-img {
  position: relative;
  height: 180px;
  margin-bottom: 27px;
}
.tlii-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 5%;
  right: 5%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    #000 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.tlii-img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-height: 260px;
  width: auto;
}
.tlii-header {
  font-family: Muli, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  color: #47475b;
  margin-bottom: 10px;
}
.tlii-header-main {
  white-space: nowrap;
}
.tlii-header-char {
  margin: 0 7px;
}
.tlii-header-figure {
  color: #2b2a5d;
}
.tlii-header-figure span:nth-child(1) {
  color: #4f4fd1;
}
.tlii-header-figure span:nth-child(2) {
  padding-left: 0.07em;
  font-size: 0.71em;
  line-height: 1.2;
  color: #4f4fd1;
}
.tlii-header-figure span:nth-child(3) {
  padding-bottom: 0.1em;
  padding-left: 0.24em;
  font-size: 0.44em;
  color: #2b2a5d;
  line-height: 1;
}
.tlii-text {
  margin-bottom: 12px;
}
.tlii-cta-top {
  display: block;
  margin-bottom: 2px;
  color: #47475b;
}
.tlii-cta-main {
  align-items: center;
}
.tlii-cta-main-price {
  font-family: Muli, sans-serif;
  font-weight: 700;
  color: #218fff;
  font-size: 30px;
  line-height: 1;
}
.tlii-cta-main-price > span {
  display: inline-block;
  vertical-align: middle;
}
.tlii-cta-main-price sup {
  font-size: 0.6em;
}
.tlii-cta-main-price sub {
  font-size: 0.5em;
  bottom: 0;
}
.tlii-cta-main-price-old {
  margin-left: 6px;
  font-size: 0.68em;
  position: relative;
  color: #999;
}
.tlii-cta-main-price-old::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  left: 4px;
  right: -1px;
  height: 3px;
  background-color: #999;
  opacity: 0.6;
}
.tlii-cta-main-link {
  font-family: Muli, sans-serif;
  font-weight: 700;
  margin-left: auto;
}
.tile-list-img-info:hover .link-angle {
  color: #218fff;
}
.testimonials-carousel {
  margin: 0 -30px -35px;
}
.testimonials-preview-wrap {
  padding: 0 30px 35px;
  outline: 0;
}
.testimonials-preview-row > div:first-child {
  margin-bottom: 35px;
}
.tpw-text {
  font-size: 30px;
  font-weight: 300;
  color: #f8f8f8;
  margin-bottom: 100px;
}
.tpw-author-rating {
  position: relative;
  padding-left: 175px;
  font-size: 22px;
  line-height: 1.33;
  color: #fff;
  text-transform: uppercase;
}
.tpw-author-rating p {
  margin-bottom: 5px;
}
.tpw-author-rating p:last-child {
  margin-bottom: 0;
}
.tpw-rating {
  margin-bottom: 18px;
}
.tpw-rating > span {
  margin-right: 7px;
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  color: #fff15a;
}
.tpw-rating > span.tpw-rating-half {
  width: 14px;
}
.tpw-rating > span:last-child {
  margin-right: 0;
}
.tpw-rating > span .svg-inline-icon {
  color: #fff074;
  fill: #fff074;
  stroke: #fff074;
}
.tpw-author-img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 3px solid #fff;
  box-shadow: 0 0 30px rgba(32, 82, 95, 0.71);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tpw-author-name {
  font-family: Muli, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.tpw-author-additional {
  font-size: 0.91em;
  color: #c9c8c8;
}
.info-icon-wrap {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.iiw-item {
  padding: 0 35px;
  text-align: center;
  font-weight: 300;
}
.info-icon-wrap-01.info-icon-wrap {
  max-width: 1200px;
}
.info-icon-wrap-01 .h5 br {
  display: none;
}
.info-icon-wrap-02 {
  margin-bottom: 65px;
}
a.iiw-item {
  display: block;
  text-decoration: none !important;
  padding-top: 17px;
  padding-bottom: 27px;
  box-shadow: 0 0 0 transparent;
  background-color: transparent;
  border-radius: 15px;
  transition: box-shadow 0.25s ease-out, background-color 0.25s linear;
}
a.iiw-item:hover {
  background-color: #fff;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.35);
}
a.iiw-item > span {
  display: block;
  color: #666 !important;
}
a.iiw-item > span.h5 {
  color: #47475b !important;
}
.iiw-icon {
  font-size: 53px;
  margin-bottom: 17px;
}
.iiw-img {
  text-align: center;
  transition: opacity 0.3s linear;
}
.iiw-img img {
  height: 220px;
  width: auto;
}
a .iiw-img {
  opacity: 0.54;
}
a:hover .iiw-img {
  opacity: 1;
}
.collapse-info-wrap {
  padding: 27px 22px;
}
.ciw-item {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.35);
  margin-bottom: 22px;
  transition: box-shadow 0.15s ease-in-out;
}
.ciw-item:last-child {
  margin-bottom: 0;
}
.ciw-item.active,
.ciw-item:hover {
  box-shadow: 0 5px 12px -1px rgba(0, 0, 0, 0.27);
}
.ciw-item-toggle {
  font-family: Muli, sans-serif;
  font-weight: 700;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 19px 42px 19px 18px;
  position: relative;
  color: #333;
  transition: color 0.15s linear;
}
.ciw-item-toggle:hover {
  color: #1c88d0;
}
.ciw-item-toggle:after,
.ciw-item-toggle:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  top: calc(50% - 1px);
  right: 15px;
  background-color: #333;
  line-height: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: opacity 0.15s linear, background-color 0.15s linear;
}
.ciw-item-toggle:hover:after,
.ciw-item-toggle:hover:before {
  background-color: #1c88d0;
}
.ciw-item-toggle:after {
  opacity: 1;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}
.active .ciw-item-toggle:after {
  opacity: 0;
}
.ciw-item-info {
  font-weight: 300;
  display: none;
  padding: 18px;
  position: relative;
}
.ciw-item-info p {
  opacity: 0;
  transition: opacity 0.25s linear;
}
.active .ciw-item-info p {
  opacity: 1;
}
.ciw-item-info:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #e6e4e4;
}
.tile-img-info {
  position: relative;
  padding: 0 30px 70px;
  border-radius: 14px;
  border: 2px solid #d8d8d8;
  box-shadow: 0 0 9px rgba(114, 114, 114, 0.3);
  height: 100%;
}
.tile-img-info .tlii-header {
  font-size: 24px;
  margin-bottom: 17px;
}
.tile-img-info .tlii-header-figure span:nth-child(3) {
  padding-bottom: 0.2em;
}
.tile-img-info .h6 {
  font-size: 17px;
}
.tile-img-info-link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: box-shadow 0.15s ease-in, background-color 0.15s ease-in,
    border 0.15s ease-in;
}
.tile-img-info-link.active,
.tile-img-info-link:hover {
  border-color: #218fff;
  box-shadow: 0 0 29px rgba(114, 114, 114, 0.3);
}
.tile-img-info-link > span {
  display: block;
}
.timi-img {
  position: relative;
  height: 90px;
  margin-bottom: 14px;
}
.timi-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 5%;
  right: 5%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    #000 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.timi-img img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-height: 135px;
}
.timi-price-description {
  margin-bottom: 6px;
  line-height: 1;
  font-weight: 300;
}
.timi-price,
.timi-price-old {
  font-family: Muli, sans-serif;
  font-weight: 700;
}
.timi-price sup,
.timi-price-old sup {
  font-size: 0.6em;
}
.timi-price sub,
.timi-price-old sub {
  font-size: 0.5em;
  bottom: 0;
}
.timi-price {
  color: #218fff;
  font-size: 25px;
  line-height: 1;
}
.timi-price-old {
  font-size: 15px;
  position: relative;
  color: #999;
}
.timi-price-old::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  right: -1px;
  height: 2px;
  background-color: #999;
  opacity: 0.6;
}
.timi-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 45px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  border-radius: 0 0 12px 12px;
  color: #333;
  background-color: #d8d8d8;
  transition: color 0.1s ease-in, background-color 0.1s ease-in;
}
.timi-cta::before {
  content: "Click to select";
  display: block;
}
.timi-cta::after {
  display: none;
  content: "Selected";
}
.active.tile-img-info .timi-cta {
  color: #fff;
  background-color: #218fff;
}
.active.tile-img-info .timi-cta::before {
  display: none;
}
.active.tile-img-info .timi-cta::after {
  display: block;
}
.block-footer-icon-info-wrap {
  margin-top: 50px;
}
.block-footer-icon-info {
  padding: 12px 18px 12px 14px;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  text-align: left;
}
.bfii-icon {
  font-size: 55px;
  line-height: 1;
  margin-right: 5px;
}
.bfii-info {
  line-height: 1;
  font-size: 16px;
}
.bfii-header {
  font-family: Muli, sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 19px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.slick-dots {
  position: absolute;
  top: 10px;
  left: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: 12px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 12px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transition: background 0.15s ease-in;
}
.slick-dots li button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.9);
}
.tile-info {
  font-size: 17px;
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 117px rgba(114, 114, 114, 0.34);
  border-radius: 15px;
  padding: 60px 70px;
}
.ti-header-col {
  padding-right: 30px;
}
.ti-header {
  margin-top: -4px;
  margin-bottom: 8px;
}
.ti-sub-header {
  color: #a2a2a2;
}
.ti-content strong {
  color: #333;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1330px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}
@media (min-width: 1921px) {
  html.popup-opened.desktop-device #header {
    padding-right: 0 !important;
  }
}
@media (max-width: 1679px) {
  h1 {
    font-size: 77px;
  }
  h2.header-lg {
    font-size: 56px;
  }
  .block-ptb-lg {
    padding: 140px 0;
  }
  .block-arrow-bottom::after {
    margin-left: -160px;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-top: 86px solid #fff;
  }
  .sub-header.sh-lg {
    font-size: 32px;
  }
  .header-01#header .header-body {
    height: 80px;
  }
  .sh-wrap {
    min-height: 800px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1599px) {
  h1 {
    font-size: 71px;
  }
  h2.header-lg {
    font-size: 53px;
  }
  .block-ptb-lg {
    padding: 130px 0;
  }
  .block-ptb-md {
    padding: 100px 0;
  }
  .block-mb-md {
    margin-bottom: 50px;
  }
  .block-arrow-bottom::after {
    margin-left: -140px;
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    border-top: 80px solid #fff;
  }
  .block-decor-edge {
    padding: 42px;
  }
  .bde-01 img {
    max-width: 340px;
  }
  .sub-header {
    font-size: 23px;
  }
  .sub-header.sh-lg {
    font-size: 30px;
  }
  .sup-header {
    font-size: 24px;
  }
  .list-circle-sm.list-circle li {
    padding-left: 19px;
  }
  .list-circle-sm.list-circle li::before {
    top: 4px;
    width: 10px;
    height: 10px;
  }
  #footer {
    padding: 80px 0;
  }
  .sh-wrap {
    padding-bottom: 33px;
  }
  .sh-bottom-info {
    padding: 40px 0;
  }
  .featured-logos-line {
    font-size: 25px;
  }
  .featured-logos-line img {
    max-height: 36px;
  }
  .tile-icon-info {
    padding: 60px 65px;
  }
  .tii-cta {
    padding-right: 65px;
  }
  .tii-cta-header {
    font-size: 52px;
  }
  .tii-item {
    padding-left: 24px;
  }
  .tile-table-column {
    padding: 0 22px;
  }
  .tile-table-column:first-child {
    padding-right: 30px;
    padding-left: 10px;
  }
  .tile-table-column > div {
    font-size: 18px;
  }
  .tile-list-img-info {
    padding: 0 34px 35px;
  }
  .tlii-img {
    height: 160px;
  }
  .tlii-img img {
    max-height: 240px;
  }
  .tlii-header {
    font-size: 24px;
  }
  .tlii-header-char {
    margin: 0 5px;
  }
  .tpw-text {
    font-size: 26px;
    margin-bottom: 85px;
  }
  .tpw-author-rating {
    font-size: 21px;
    padding-left: 165px;
  }
  .tpw-rating {
    margin-bottom: 14px;
  }
  .tpw-rating > span {
    font-size: 26px;
  }
  .tpw-author-img {
    width: 120px;
    height: 120px;
  }
  .info-icon-wrap-02 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1439px) {
  body {
    font-size: 17px;
  }
  h1 {
    font-size: 67px;
  }
  h2.header-lg {
    font-size: 50px;
  }
  .block-ptb-lg {
    padding: 125px 0;
  }
  .block-ptb-md {
    padding: 90px 0;
  }
  .block-mb-md {
    margin-bottom: 45px;
  }
  .block-shadow-01 {
    box-shadow: 0 10px 200px -2px rgba(0, 0, 0, 0.17);
  }
  .block-arrow-bottom::after {
    margin-left: -130px;
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 70px solid #fff;
  }
  .block-decor-edge {
    padding: 39px;
  }
  .bde-01 img {
    max-width: 330px;
  }
  .sub-header.sh-lg {
    font-size: 29px;
  }
  .sup-header {
    font-size: 23px;
  }
  .btn.btn-rounded.btn-rounded-02 {
    padding: 15px 50px;
    font-size: 17px;
  }
  .list-circle {
    font-size: 17px;
  }
  .list-circle li {
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .list-circle li::before {
    top: 4px;
  }
  .header-01#header .header-body {
    height: 75px;
  }
  .header-01#header .hb-logo img,
  .header-01#header .hb-logo svg {
    width: 150px;
  }
  #footer {
    padding: 70px 0;
  }
  .sh-wrap {
    min-height: 790px;
  }
  .featured-logos-line > * {
    margin-right: 42px;
  }
  .wii01-img-item img {
    width: 240px;
  }
  .tile-icon-info {
    padding: 50px;
  }
  .tii-cta {
    padding-right: 55px;
  }
  .tii-cta-header {
    font-size: 48px;
  }
  .tii-item-icon {
    font-size: 48px;
  }
  .tii-item-header {
    font-size: 19px;
    margin-bottom: 9px;
  }
  .tile-table-column.tile-table-column-highlight {
    padding: 0 29px;
  }
  .tile-table-column.tile-table-column-highlight > .tile-table-header {
    font-size: 19px;
  }
  .tile-table-column:first-child {
    padding-left: 0;
    padding-right: 23px;
  }
  .tile-table-column > div {
    font-size: 17px;
    height: 60px;
  }
  .tile-table-column > .tile-table-header {
    font-size: 17px;
  }
  .tth-icon {
    font-size: 33px;
  }
  .tth-icon .svg-inline-icon {
    width: 37px;
    height: 37px;
  }
  .tile-table-check:before {
    width: 25px;
    height: 12px;
  }
  .tile-list-img-info {
    padding: 0 29px 35px;
  }
  .tlii-img {
    height: 150px;
  }
  .tlii-img img {
    max-height: 220px;
  }
  .tlii-header {
    font-size: 23px;
  }
  .tlii-cta-main-price {
    font-size: 29px;
  }
  .tlii-cta-main-price-old::after {
    height: 2px;
  }
  .tpw-text {
    font-size: 24px;
    margin-bottom: 75px;
  }
  .tpw-author-rating {
    font-size: 20px;
    padding-left: 148px;
  }
  .tpw-author-rating p {
    margin-bottom: 3px;
  }
  .tpw-rating {
    margin-bottom: 12px;
  }
  .tpw-rating > span {
    font-size: 24px;
  }
  .tpw-author-img {
    width: 110px;
    height: 110px;
  }
  .info-icon-wrap-01.info-icon-wrap {
    max-width: 1100px;
  }
  .info-icon-wrap-02 {
    margin-bottom: 55px;
  }
  .iiw-icon {
    font-size: 50px;
    margin-bottom: 15px;
  }
  .iiw-img img {
    height: 210px;
  }
}
@media (max-width: 1365px) {
  h1 {
    font-size: 62px;
  }
  h2 {
    font-size: 48px;
    margin-bottom: 25px;
  }
  h2.header-lg {
    font-size: 47px;
  }
  h3 {
    font-size: 42px;
  }
  .h6,
  h6 {
    font-size: 19px;
  }
  .block-ptb-lg {
    padding: 120px 0;
  }
  .block-mb-md {
    margin-bottom: 40px;
  }
  .block-decor-edge {
    padding: 35px;
  }
  .bde-layers::before {
    -webkit-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
  .bde-layers::after {
    -webkit-transform: translate(60px, 60px);
    transform: translate(60px, 60px);
  }
  .bde-01 img {
    max-width: 300px;
  }
  .sub-header {
    font-size: 22px;
  }
  .sub-header.sh-lg {
    font-size: 27px;
  }
  .sup-header {
    font-size: 22px;
  }
  .list-circle-sm.list-circle {
    font-size: 15px;
  }
  .list-circle-sm.list-circle li {
    padding-left: 16px;
  }
  .list-circle-sm.list-circle li::before {
    width: 9px;
    height: 9px;
  }
  .list-checked-sm.list-checked {
    font-size: 15px;
  }
  .header-01#header .header-body {
    height: 70px;
  }
  .header-01#header .hb-logo img,
  .header-01#header .hb-logo svg {
    width: 140px;
  }
  #footer {
    padding: 65px 0;
  }
  .sh-wrap {
    min-height: 690px;
    padding-bottom: 60px;
  }
  .sh-bg.sh-bg-01 {
    right: calc(50% + 80px);
  }
  .sh-bg.sh-bg-01 img {
    height: 85%;
  }
  .sh-bottom-info {
    padding: 35px 0;
  }
  .featured-logos-line {
    font-size: 22px;
  }
  .featured-logos-line img {
    max-height: 33px;
  }
  .tile-icon-info {
    padding: 38px;
  }
  .tii-cta {
    padding-right: 45px;
  }
  .tii-cta-header {
    font-size: 43px;
  }
  .tii-item {
    padding-left: 18px;
  }
  .tii-item-icon {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .tile-table {
    padding: 22px 20px;
  }
  .tile-table-column {
    padding: 0 18px;
  }
  .tile-table-column.tile-table-column-highlight > .tile-table-header {
    font-size: 18px;
  }
  .tile-table-column > div {
    font-size: 16px;
    height: 58px;
  }
  .tile-table-column > .tile-table-header {
    font-size: 14px;
    height: 153px;
  }
  .tile-table-check:before {
    width: 23px;
    height: 11px;
  }
  .tile-img-list-info-wrap {
    margin-top: -120px;
  }
  .tile-list-img-info {
    font-size: 15px;
    padding: 0 25px 30px;
  }
  .tile-list-img-info .list-circle {
    margin-bottom: 21px;
  }
  .tlii-img img {
    max-height: 195px;
  }
  .tlii-header {
    font-size: 22px;
  }
  .tlii-header-main span {
    display: none;
  }
  .tpw-text {
    font-size: 23px;
  }
  .iiw-icon {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 54px;
  }
  h2 {
    font-size: 42px;
    margin-bottom: 19px;
  }
  h2.header-lg {
    font-size: 41px;
  }
  h3 {
    font-size: 33px;
  }
  .h5,
  h5 {
    font-size: 24px;
  }
  .h6,
  h6 {
    font-size: 18px;
  }
  a[href^="mailto"],
  a[href^="tel"] {
    pointer-events: auto;
  }
  .block-ptb-lg {
    padding: 110px 0;
  }
  .block-ptb-md {
    padding: 82px 0;
  }
  .block-mb-xlg {
    margin-bottom: 125px;
  }
  .block-mb-md {
    margin-bottom: 33px;
  }
  .block-arrow-bottom::after {
    margin-left: -110px;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-top: 60px solid #fff;
  }
  .block-decor-edge {
    padding: 31px;
  }
  .bde-layers,
  .bde-layers::after,
  .bde-layers::before {
    border-radius: 0 16px 16px 0;
  }
  .bde-layers::before {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }
  .bde-layers::after {
    -webkit-transform: translate(52px, 52px);
    transform: translate(52px, 52px);
  }
  .bde-01 img {
    max-width: 270px;
  }
  .sub-header {
    font-size: 21px;
  }
  .sub-header.sh-lg {
    font-size: 25px;
  }
  .sup-header {
    font-size: 20px;
  }
  .btn {
    font-size: 17px;
  }
  .btn.btn-rounded {
    padding: 20px 25px;
  }
  .btn-row > div {
    margin-right: 27px;
  }
  .fg-btn-description {
    font-size: 13px;
  }
  .link-angle,
  .link-element {
    font-size: 15px;
  }
  .list-circle {
    font-size: 16px;
  }
  .list-circle li {
    padding-left: 26px;
  }
  .list-circle li::before {
    width: 11px;
    height: 11px;
    top: 4px;
  }
  .list-step-graph li {
    font-size: 20px;
  }
  .hb-cart-01 {
    font-size: 20px;
  }
  .header-01#header .header-container {
    padding-right: 15px;
  }
  #footer {
    padding: 55px 0;
  }
  .footer-logo img {
    width: 150px;
  }
  .fa-step-information {
    padding: 25px;
  }
  .iil-additional {
    font-size: 23px;
    width: 100%;
    text-align: center;
    margin-top: 18px;
  }
  .icon-info-line .iil-highlighted {
    padding-right: 0;
  }
  .sh-wrap {
    max-height: 768px;
    padding-bottom: 27px;
  }
  .sh-bg.sh-bg-01 {
    right: calc(50% + 30px);
  }
  .sh-bg.sh-bg-01 img {
    height: 81%;
  }
  .sh-bottom-info {
    padding: 33px 0;
  }
  .featured-logos-line {
    font-size: 20px;
  }
  .featured-logos-line > * {
    margin-right: 39px;
  }
  .featured-logos-line img {
    max-height: 30px;
  }
  .sh-01 .sh-wrap {
    padding-bottom: 30px;
  }
  .sh-01 .sh-main .sh-main-02 {
    padding-bottom: 20px;
  }
  .wii01-header br {
    display: inline;
  }
  .tile-icon-info {
    padding: 27px 24px;
  }
  .tii-cta {
    padding-right: 35px;
  }
  .tii-cta-header {
    font-size: 39px;
  }
  .tii-item {
    padding-left: 15px;
    font-size: 14px;
  }
  .tii-item-icon {
    font-size: 41px;
    margin-bottom: 7px;
  }
  .tii-item-header {
    font-size: 17px;
  }
  .tile-table-column {
    padding: 0 15px;
  }
  .tile-table-column.tile-table-column-highlight {
    padding: 0 20px;
  }
  .tile-table-column.tile-table-column-highlight > .tile-table-header {
    font-size: 17px;
  }
  .tile-table-column:first-child {
    padding-right: 17px;
  }
  .tile-table-column > div {
    font-size: 14px;
    height: 53px;
  }
  .tile-table-column > .tile-table-header {
    height: 147px;
  }
  .tth-icon {
    font-size: 30px;
  }
  .tth-icon .svg-inline-icon {
    width: 35px;
    height: 35px;
  }
  .tile-table-01.tile-table {
    padding-left: 0;
  }
  .tile-list-img-info {
    padding: 0 19px 25px;
  }
  .tile-list-img-info .list-circle {
    margin-bottom: 17px;
  }
  .tlii-img {
    height: 120px;
  }
  .tlii-img img {
    max-height: 170px;
  }
  .tlii-header {
    font-size: 20px;
  }
  .tlii-header-figure span:nth-child(3) {
    padding-bottom: 0.3em;
  }
  .tlii-text {
    margin-bottom: 9px;
  }
  .tlii-cta-main-price {
    font-size: 28px;
  }
  .tpw-text {
    font-size: 20px;
    margin-bottom: 52px;
  }
  .tpw-author-rating {
    font-size: 18px;
    padding-left: 125px;
  }
  .tpw-rating {
    margin-bottom: 7px;
  }
  .tpw-rating > span {
    font-size: 21px;
  }
  .tpw-author-img {
    width: 94px;
    height: 94px;
  }
  .iiw-item {
    padding: 0 20px;
  }
  .info-icon-wrap-01.info-icon-wrap {
    max-width: 900px;
  }
  .iiw-icon {
    font-size: 46px;
    margin-bottom: 12px;
  }
  .iiw-img img {
    height: 175px;
  }
  .tile-img-info {
    padding: 0 24px 70px;
  }
  .tile-img-info .tlii-header {
    font-size: 23px;
  }
  .tile-img-info .tlii-header-figure span:nth-child(3) {
    padding-bottom: 0.1em;
  }
  .slick-dots {
    left: -18px;
    top: 7px;
  }
  .tile-info {
    padding: 50px 60px;
  }
}
@media (max-width: 991px) {
  body > .body {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
  h1 {
    font-size: 43px;
  }
  h2 {
    font-size: 36px;
  }
  h2.header-lg {
    font-size: 35px;
  }
  .h4,
  h4 {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .h5,
  h5 {
    font-size: 22px;
  }
  section {
    padding: 65px 0;
  }
  .block-pth {
    padding-top: 100px;
  }
  .block-ptb-lg {
    padding: 100px 0;
  }
  .block-mb-xlg {
    margin-bottom: 115px;
  }
  .block-mb-lg {
    margin-bottom: 80px;
  }
  .block-mb-md {
    margin-bottom: 30px;
  }
  .block-mb-sm {
    margin-bottom: 27px;
  }
  .block-arrow-bottom::after {
    margin-left: -100px;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 55px solid #fff;
  }
  .block-decor-edge {
    padding: 24px;
  }
  .bde-layers,
  .bde-layers::after,
  .bde-layers::before {
    border-radius: 0 12px 12px 0;
  }
  .bde-layers::before {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
  .bde-layers::after {
    -webkit-transform: translate(40px, 40px);
    transform: translate(40px, 40px);
  }
  .bde-01 img {
    max-width: 210px;
  }
  .wrap-br-01 br {
    display: inline;
  }
  .wrap-br-03 br {
    display: inline;
  }
  .wrap-mq-01 {
    text-align: center;
  }
  .wrap-mq-01 .btn-column {
    display: none !important;
  }
  .wrap-mq-02 {
    margin-top: 23px;
  }
  .wrap-mq-02 .btn-column {
    margin-top: 45px;
    display: flex !important;
  }
  .sub-header {
    font-size: 19px;
  }
  .sub-header.sh-lg {
    font-size: 21px;
  }
  .sup-header {
    font-size: 18px;
  }
  .btn-row.btn-row-01 {
    flex-direction: column;
  }
  .btn-row.btn-row-01 > div {
    margin-right: 0;
  }
  .btn-row.btn-row-01 > div:last-child {
    font-size: 14px;
    margin-top: 5px;
    padding-left: 25px;
  }
  .form-group {
    margin-bottom: 27px;
  }
  .field-description {
    font-size: 15px;
  }
  .fg-btn-description br {
    display: none;
  }
  .link-angle:after {
    margin-left: 5px;
    width: 9px;
    height: 9px;
  }
  .form-control,
  .select2-container,
  .select2-container--default .select2-selection--single {
    font-size: 16px;
  }
  .form-control,
  .select2-container--default .select2-selection--single,
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 50px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 48px;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-control::-moz-placeholder {
    font-size: 16px;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-control::-moz-placeholder {
    font-size: 16px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-control::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-control::placeholder {
    font-size: 16px;
  }
  .custom-file {
    padding-top: 0;
    height: 190px;
  }
  .list-step-graph li {
    font-size: 18px;
    padding-left: 38px;
  }
  .lsg-additinal-info {
    margin-top: 3px;
  }
  .list-step-graph li::before,
  .lsg-circle {
    top: 4px;
  }
  .lsg-line {
    bottom: -24px;
  }
  .list-step-graph-right.list-step-graph li {
    padding-right: 38px;
  }
  a.scroll-up {
    display: none !important;
  }
  .hb-cart-01 {
    font-size: 19px;
  }
  .hb-cart-02 {
    font-size: 14px;
  }
  .header-01#header .hb-logo img,
  .header-01#header .hb-logo svg {
    width: 130px;
  }
  #footer {
    padding: 50px 0;
  }
  .fa-step-device > div {
    padding: 0 9px;
    margin-top: 84px;
  }
  .fa-step-information {
    padding: 22px;
  }
  .iil-additional {
    font-size: 21px;
  }
  .tile-info-divided > [class*="col-"] {
    padding: 27px 30px;
  }
  .tid-item-arrows::before {
    top: 23px;
  }
  .sh-wrap {
    max-height: none;
    min-height: 0;
    height: auto;
    padding: 90px 0 100px;
  }
  .sh-bg.sh-bg-01 {
    right: calc(50% - 10px);
  }
  .sh-bottom-info {
    padding: 27px 0;
  }
  .featured-logos-line {
    font-size: 16px;
  }
  .featured-logos-line > * {
    margin-right: 30px;
  }
  .featured-logos-line img {
    max-height: 25px;
  }
  .sh-01 .sh-wrap {
    height: 650px;
    padding-bottom: 20px;
  }
  .sh-01 .sh-main .sh-main-02 {
    padding-bottom: 55px;
    font-size: 12px;
  }
  .wii01-img-item {
    padding: 0 32px;
  }
  .wii01-img-item img {
    width: 190px;
  }
  .wii01-info-item {
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }
  .wii01-header {
    margin-bottom: 45px;
  }
  .wii01-header .icon,
  .wii01-header .img-icon {
    font-size: 39px;
  }
  .tii-cta {
    padding-right: 15px;
    text-align: center;
    margin-bottom: 27px;
  }
  .tii-cta-header {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .tii-cta-header br {
    display: none;
  }
  .tile-table-column {
    padding: 0 20px;
  }
  .tile-table-column.tile-table-column-highlight {
    padding: 0 27px;
  }
  .tile-table-column:first-child {
    padding-right: 37px;
  }
  .tile-table-column > div {
    font-size: 16px;
  }
  .tile-table-column > .tile-table-header {
    font-size: 13px;
  }
  .tile-table-01 .tile-table-column:first-child {
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 117px rgba(114, 114, 114, 0.37);
    padding: 0 38px;
  }
  .tile-table-01 .tile-table-column:nth-child(2),
  .tile-table-01 .tile-table-column:nth-child(3) {
    padding: 0 10px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .tile-table-01 .tile-table-column:nth-child(1) {
    order: 2;
  }
  .tile-table-01 .tile-table-column:nth-child(2) {
    order: 1;
  }
  .tile-table-01 .tile-table-column:nth-child(3) {
    order: 3;
  }
  .tile-table-01
    .tile-table-column.tile-table-column-highlight
    > .tile-table-header,
  .tile-table-01 .tile-table-column > .tile-table-header {
    padding-top: 0;
    height: 120px;
    font-size: 17px;
  }
  .tile-table-01 .tile-table-column-description > div:nth-child(odd) {
    color: #555;
  }
  .tile-table-01 .tile-table-column-highlight {
    box-shadow: none;
  }
  .tile-img-list-info-wrap {
    margin-top: 0;
  }
  .tile-img-list-info-wrap > div {
    margin-top: 0;
    margin-bottom: 105px;
  }
  .tile-list-img-info {
    max-width: 510px;
    padding: 0 35px 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .tlii-img {
    height: 150px;
  }
  .tlii-img img {
    max-height: 220px;
  }
  .tlii-header {
    font-size: 24px;
  }
  .tlii-header-main span {
    display: inline;
  }
  .tlii-header-figure span:nth-child(3) {
    padding-bottom: 0.2em;
  }
  .tlii-cta-main-price {
    font-size: 29px;
  }
  .tpw-text {
    font-size: 18px;
    margin-bottom: 42px;
  }
  .tpw-author-rating {
    font-size: 16px;
    padding-left: 110px;
  }
  .tpw-rating > span {
    font-size: 19px;
  }
  .tpw-author-img {
    width: 85px;
    height: 85px;
  }
  .iiw-item {
    padding: 0 15px;
  }
  .info-icon-wrap-01 .iiw-desc br {
    display: none;
  }
  a.iiw-item {
    padding-top: 9px;
    padding-bottom: 15px;
  }
  .iiw-icon {
    font-size: 44px;
  }
  .iiw-img img {
    height: 160px;
  }
  .collapse-info-wrap {
    padding: 22px 18px;
  }
  .tile-img-info {
    padding: 0 15px 65px;
  }
  .tile-img-info .tlii-header {
    font-size: 22px;
  }
  .tile-img-info .tlii-header-figure span:nth-child(3) {
    padding: 0.2em;
  }
  .tile-img-info .h6 {
    font-size: 15px;
  }
  .timi-img {
    height: 70px;
  }
  .timi-img img {
    max-height: 110px;
  }
  .timi-price {
    font-size: 22px;
  }
  .timi-price-old {
    font-size: 13px;
  }
  .block-footer-icon-info-wrap {
    margin-top: 33px;
  }
  .block-footer-icon-info {
    padding: 9px 16px 9px 12px;
  }
  .bfii-icon {
    font-size: 50px;
  }
  .bfii-info {
    font-size: 15px;
  }
  .bfii-header {
    font-size: 18px;
  }
  .slick-dots {
    left: -12px;
  }
  .slick-dots li {
    margin: 0 0 10px;
  }
  .tile-info {
    padding: 40px 50px;
    font-size: 16px;
  }
  .ti-header-col {
    padding-right: 20px;
  }
  .ti-header {
    margin-top: -2px;
    margin-bottom: 4px;
  }
  .ti-sub-header {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 39px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  h2.header-lg {
    font-size: 31px;
  }
  h3 {
    font-size: 30px;
    margin-bottom: 23px;
  }
  .h4,
  h4 {
    font-size: 31px;
  }
  .h5,
  h5 {
    font-size: 21px;
  }
  section {
    padding: 58px 0;
  }
  section.section-signup-steps {
    padding-bottom: 50px;
  }
  .block-pth {
    padding-top: 90px;
  }
  .block-ptb-lg {
    padding: 94px 0;
  }
  .block-ptb-md {
    padding: 73px 0;
  }
  .block-mb-xlg {
    margin-bottom: 110px;
  }
  .block-mb-lg {
    margin-bottom: 75px;
  }
  .block-mb-md {
    margin-bottom: 26px;
  }
  .block-arrow-bottom::after {
    margin-left: -90px;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 50px solid #fff;
  }
  .bde-01 img {
    max-width: 170px;
  }
  .wrap-br-09 br {
    display: none;
  }
  .sub-header {
    font-size: 18px;
  }
  .sub-header.sh-lg {
    font-size: 20px;
  }
  .sup-header {
    font-size: 16px;
  }
  .btn {
    font-size: 16px;
  }
  .form-group {
    margin-bottom: 0;
  }
  .form-group > div {
    margin-bottom: 25px;
  }
  .fg-btn {
    margin-top: 18px;
  }
  .fg-btn > div:nth-child(1) {
    order: 2;
    margin-bottom: 0;
  }
  .fg-btn > div:nth-child(2) {
    order: 1;
  }
  .fg-btn.fg-btn-01 {
    margin-bottom: 25px;
  }
  .fg-btn.fg-btn-01 > div:nth-child(1) {
    order: 3;
    margin-bottom: 0;
  }
  .fg-btn.fg-btn-01 > div:nth-child(2) {
    z-index: 2;
    order: 1;
  }
  .fg-btn.fg-btn-01 > div:nth-child(3) {
    z-index: 1;
    order: 2;
    margin-top: 0;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 20px 14px -10px rgba(0, 0, 0, 0.15);
  }
  .fg-btn-description {
    text-align: center;
  }
  .custom-file {
    height: 215px;
  }
  .list-circle {
    font-size: 15px;
  }
  .list-circle li {
    padding-left: 23px;
  }
  .list-circle li::before {
    width: 10px;
    height: 10px;
    top: 4px;
  }
  .list-step-graph li {
    font-size: 17px;
    padding-left: 33px;
  }
  .list-step-graph-right.list-step-graph li {
    padding-right: 33px;
  }
  .header-btn-nav {
    display: block;
    float: right;
  }
  .header-btn-nav.header-btn-nav-active {
    background: #e8e8e8;
  }
  .header-nav {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    top: calc(100% + 20px);
    right: 0;
    transition: all 0.3s ease-in, max-height 0.3s ease-in-out,
      opacity 0.2s ease-in 0.15s, top 0.3s ease-in;
  }
  .header-nav.header-nav-active {
    visibility: visible;
    opacity: 1;
    top: 100%;
    box-shadow: -1px 4px 5px 0 rgba(0, 0, 0, 0.4);
  }
  .hn-menu {
    float: none;
    overflow: hidden;
    width: 200px;
    margin: 0;
    background: #fafafa;
  }
  .hb-cart-01 {
    font-size: 17px;
  }
  .hb-cart-01 .hbc-highlighted {
    margin-left: 5px;
  }
  .hb-cart-02 {
    font-size: 13px;
  }
  .header-01#header .header-body {
    height: 65px;
  }
  .header-01#header .hb-logo img,
  .header-01#header .hb-logo svg {
    width: 125px;
  }
  .application-form-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-files {
    padding: 0 18px;
  }
  .fa-step-item {
    padding: 0 33px 25px;
  }
  .fa-step-device {
    margin-top: 72px;
  }
  .fa-step-device > div {
    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 80px;
  }
  .fa-step-device > div:last-child {
    margin-bottom: 0;
  }
  .fa-step-device:first-child {
    margin-top: 80px;
  }
  .iil-additional {
    font-size: 20px;
  }
  .tile-info-divided > [class*="col-"] {
    padding: 23px 23px;
  }
  .tid-item {
    font-size: 14px;
  }
  .tid-item h6 {
    font-size: 16px;
  }
  .tid-item p {
    margin-bottom: 12px;
  }
  .tid-item-arrows::before {
    top: 21px;
    border-width: 12px;
  }
  .tid-item-arrows::after {
    border-width: 33px;
  }
  .tile-info-divided {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sh-main {
    width: auto;
  }
  .sh-bg.sh-bg-01 {
    right: calc(50% - 5px);
  }
  .sh-bg.sh-bg-01 img {
    height: 79%;
  }
  .featured-logos-line {
    font-size: 14px;
  }
  .featured-logos-line img {
    max-height: 20px;
  }
  .sh-01 .sh-wrap {
    height: 600px;
  }
  .sh-01 .sh-main {
    width: 54%;
  }
  .sh-01 .sh-main .sh-main-02 {
    padding-bottom: 75px;
  }
  .wii01-img-item {
    padding: 0 29px;
  }
  .wii01-img-item img {
    width: 150px;
  }
  .wii01-info-item {
    padding-top: 20px;
  }
  .wii01-header {
    margin-bottom: 36px;
    padding-left: 50px;
  }
  .wii01-header .icon,
  .wii01-header .img-icon {
    font-size: 36px;
  }
  .wii01-info-item-text-right .wii01-header {
    padding-right: 50px;
  }
  .tii-cta-header {
    font-size: 32px;
  }
  .tii-item {
    padding: 0 11px;
  }
  .tii-item-icon {
    font-size: 37px;
    margin-bottom: 6px;
  }
  .tii-item-header {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .tpw-text {
    font-size: 17px;
  }
  .tpw-author-rating {
    font-size: 15px;
    padding-left: 96px;
  }
  .tpw-rating > span {
    font-size: 18px;
  }
  .tpw-author-img {
    width: 78px;
    height: 78px;
  }
  a.iiw-item {
    padding: 3px 10px 12px;
  }
  .iiw-icon {
    font-size: 41px;
    margin-bottom: 9px;
  }
  .iiw-img img {
    height: 150px;
  }
  .collapse-info-wrap {
    margin-top: 20px;
  }
  .tile-img-info {
    padding: 0 30px 70px;
    max-width: 365px;
    margin: 0 auto;
  }
  .tile-img-info .tlii-header {
    font-size: 24px;
  }
  .tile-img-info .h6 {
    font-size: 17px;
  }
  .timi-img {
    height: 90px;
  }
  .timi-img img {
    max-height: 135px;
  }
  .timi-price {
    font-size: 25px;
  }
  .timi-price-old {
    font-size: 15px;
  }
  .block-footer-icon-info-wrap {
    margin-top: 10px;
  }
  .ti-header-col {
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  h1 {
    font-size: 37px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  section {
    padding: 50px 0;
  }
  .block-ptb-lg {
    padding: 84px 0;
  }
  .block-ptb-md {
    padding: 67px 0;
  }
  .block-mb-xlg {
    margin-bottom: 100px;
  }
  .block-mb-lg {
    margin-bottom: 70px;
  }
  .block-arrow-bottom::after {
    margin-left: -84px;
    border-left: 84px solid transparent;
    border-right: 84px solid transparent;
    border-top: 48px solid #fff;
  }
  .block-decor-edge {
    padding: 24px 20px;
    width: calc(100% - 44px);
  }
  .bde-01 {
    text-align: right;
  }
  .bde-01 img {
    max-width: 200px;
  }
  .wrap-br-02 br {
    display: inline;
  }
  .sub-header {
    font-size: 17px;
    line-height: 1.25;
  }
  .sub-header.sh-lg {
    font-size: 19px;
  }
  .sup-header {
    font-size: 15px;
  }
  .list-step-graph li {
    font-size: 16px;
    padding-left: 30px;
  }
  .list-step-graph li::before,
  .lsg-circle {
    top: 3px;
  }
  .lsg-line {
    bottom: -23px;
  }
  .list-step-graph-right.list-step-graph li {
    padding-right: 30px;
  }
  .iil-icon {
    font-size: 38px;
  }
  .iil-description {
    font-size: 15px;
  }
  .iil-highlighted {
    font-size: 31px;
  }
  .iil-additional {
    font-size: 19px;
  }
  .tile-info-divided > [class*="col-"] {
    padding: 17px;
  }
  .tid-item {
    font-size: 13px;
  }
  .tid-item h6 {
    font-size: 15px;
    margin-bottom: 7px;
  }
  .tid-item p {
    margin-bottom: 10px;
  }
  .tid-item-arrows::before {
    top: 15px;
    border-width: 9px;
  }
  .tid-item-arrows::after {
    left: 50%;
    margin-left: -37px;
  }
  .sh-wrap {
    padding: 90px 0;
  }
  .sh-bg.sh-bg-01 {
    bottom: 100px;
    right: calc(50% - 2px);
  }
  .sh-bg.sh-bg-01 img {
    height: 370px;
  }
  .sh-bottom-info {
    padding: 25px 0;
  }
  .sh-bottom-info-01::before {
    top: -100px;
  }
  .featured-logos-line {
    font-size: 13px;
  }
  .featured-logos-line > * {
    margin-right: 27px;
  }
  .featured-logos-line img {
    max-height: 19px;
  }
  .sh-logo img {
    width: 130px;
  }
  .sh-01 .sh-wrap {
    height: 520px;
    padding-bottom: 80px;
  }
  .sh-01 .sh-main .sh-main-02 {
    padding-bottom: 40px;
  }
  .sh-01 .sh-main .sh-main-02 h3 {
    margin-bottom: 5px;
  }
  .sh-01 .sh-main .sh-main-02 p {
    margin-bottom: 10px;
  }
  .wii01-img-item {
    padding: 0 24px;
  }
  .wii01-img-item img {
    width: 140px;
  }
  .wii01-header {
    padding-left: 47px;
  }
  .wii01-header .icon,
  .wii01-header .img-icon {
    font-size: 34px;
  }
  .wii01-info-item-text-right .wii01-header {
    padding-right: 47px;
  }
  .tile-icon-info {
    padding: 27px 24px 0;
  }
  .tile-icon-info-01 .tii-item {
    flex: 0 0 100%;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
  .tii-cta-header {
    font-size: 30px;
  }
  .tii-item {
    padding: 0 21px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 36px;
  }
  .tii-item:nth-child(2) {
    order: 3;
  }
  .tii-item:nth-child(3) {
    order: 2;
  }
  .tii-item:nth-child(4) {
    order: 4;
  }
  .tile-table-01 .tile-table-column:first-child {
    padding: 0 31px;
  }
  .testimonials-carousel {
    margin: 0 -15px 0;
  }
  .testimonials-preview-wrap {
    padding: 0 15px 35px;
  }
  .testimonials-preview-row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonials-preview-row > div:first-child {
    margin-bottom: 54px;
  }
  .testimonials-preview-row h2 br {
    display: none;
  }
  .info-icon-wrap {
    max-width: 500px;
  }
  .info-icon-wrap-02.info-icon-wrap {
    margin-top: -30px;
  }
  .info-icon-wrap-02 .iiw-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 65px;
    padding: 0 35px;
  }
  a.iiw-item {
    padding: 2px 9px 10px;
  }
  .iiw-img img {
    height: 125px;
  }
  .tile-img-info {
    max-width: 330px;
  }
  .slick-dots {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
  }
  .slick-dots li {
    margin: 0 9px;
  }
}
@media (max-width: 575px) {
  h2.header-lg {
    font-size: 27px;
  }
  h3 {
    font-size: 27px;
    margin-bottom: 18px;
  }
  .h4,
  h4 {
    font-size: 30px;
  }
  section {
    padding: 46px 0;
  }
  .block-ptb-lg {
    padding: 80px 0;
  }
  .block-mb-xlg {
    margin-bottom: 95px;
  }
  .block-mb-lg {
    margin-bottom: 60px;
  }
  .btn.btn-rounded.btn-rounded-02 {
    padding: 14px 45px;
  }
  .btn-row.btn-row-01 {
    align-items: center;
  }
  .btn-row.btn-row-01 > div:last-child {
    padding-left: 0;
  }
  .fg-row > div:not(:last-child) {
    margin-bottom: 25px;
  }
  .hbp-sm {
    display: inline;
  }
  .hbp-lg {
    display: none;
  }
  .hbc-old::after {
    height: 1px;
  }
  .hb-cart-01 {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .hb-cart-01 .hbc-highlighted {
    margin-left: 0;
  }
  .hb-cart-01 .hbc-highlighted,
  .hb-cart-01 .hbc-old {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
  }
  .hb-cart-01 br {
    display: inline;
  }
  .hb-cart-02 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 12px;
  }
  .hb-cart-02 .hbc-highlighted {
    font-weight: 400;
  }
  .hb-cart-02 .hbc-highlighted,
  .hb-cart-02 .hbc-old {
    display: inline-block;
    margin-top: 2px;
  }
  .hb-cart-02 br {
    display: inline;
  }
  .fa-step-information {
    padding: 20px;
  }
  .iil-description-01 {
    font-size: 15px;
  }
  .iil-highlighted {
    font-size: 29px;
  }
  .iil-additional {
    font-size: 18px;
  }
  .tile-info-divided > [class*="col-"] {
    padding: 15px;
  }
  .tid-item {
    font-size: 12px;
  }
  .tid-item h6 {
    font-size: 13px;
  }
  .tid-item p {
    margin-bottom: 7px;
  }
  .tid-item-arrows::before {
    top: 14px;
    border-width: 7px;
  }
  .tile-info-divided {
    margin-left: -22px;
    margin-right: -22px;
  }
  .sh-wrap {
    padding: 100px 0 20px;
  }
  .sh-main {
    margin-right: auto;
    text-align: center;
  }
  .sh-main::before {
    display: none;
  }
  .sh-main-heading {
    text-align: left;
    display: inline-block;
  }
  .sh-bg.sh-bg-01 {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-right: 40px;
    padding-bottom: 50px;
  }
  .sh-bg.sh-bg-01 img {
    position: relative;
  }
  .sh-bottom-info {
    padding: 22px 0;
  }
  .sh-bottom-info-01::before {
    top: -40px;
    bottom: 50px;
  }
  .sh-bottom-info-01 .featured-logos-line > div:first-child {
    display: none;
  }
  .featured-logos-line {
    font-size: 12px;
  }
  .sh-01 .sh-wrap {
    height: auto;
    padding: 35px 0 25px;
  }
  .sh-01 .sh-main {
    width: 100%;
  }
  .sh-01 .sh-main .sh-main-01 {
    width: 240px;
    margin: 0 auto;
  }
  .sh-01 .sh-main .sh-main-02 {
    max-width: 410px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .wrap-info-img-01 {
    flex-wrap: wrap;
  }
  .wii01-img-item {
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .wii01-img-item img {
    width: 210px;
  }
  .wii01-img-item-vertical {
    display: block;
  }
  .wii01-info-item {
    order: 1;
    width: 50%;
    padding-top: 12px;
    padding-left: 25px;
  }
  .wii01-info-item-text-right.wii01-info-item {
    padding-left: 0;
    padding-right: 25px;
  }
  .tii-cta-header {
    font-size: 29px;
  }
  .tii-item {
    padding: 0 17px;
  }
  .tile-table {
    padding: 22px 5px 22px 20px;
    box-shadow: 0 0 87px rgba(114, 114, 114, 0.34);
  }
  .tile-table-column {
    padding: 0 15px;
  }
  .tile-table-column.tile-table-column-highlight {
    padding: 0 20px;
  }
  .tile-table-column:first-child {
    padding-right: 20px;
  }
  .tile-table-column > div {
    font-size: 15px;
  }
  .tile-table-01 .tile-table-column:first-child {
    padding: 0 22px;
  }
  .tile-table-01
    .tile-table-column.tile-table-column-highlight
    > .tile-table-header,
  .tile-table-01 .tile-table-column > .tile-table-header {
    font-size: 16px;
  }
  .tlii-img {
    height: 135px;
  }
  .tlii-img img {
    max-height: 200px;
  }
  .info-icon-wrap-01 .iiw-desc br {
    display: inline;
  }
  .info-icon-wrap-01 > .row > div {
    margin-bottom: 14px;
  }
  .info-icon-wrap-01 > .row > div:last-child {
    margin-bottom: 0;
  }
  .info-icon-wrap-02 .iiw-item {
    padding: 0 25px;
    margin-top: 58px;
  }
  a.iiw-item {
    padding: 3px 15px 15px;
    max-width: 300px;
    margin: 0 auto;
  }
  .iiw-img img {
    height: 150px;
  }
  .collapse-info-wrap {
    padding: 20px 0;
  }
  .ciw-item-toggle {
    padding: 17px 42px 17px 16px;
  }
  .tile-info {
    padding: 30px;
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  h2.header-lg {
    font-size: 24px;
  }
  h3 {
    font-size: 25px;
  }
  .h4,
  h4 {
    font-size: 27px;
  }
  .h5,
  h5 {
    font-size: 19px;
  }
  .block-ptb-md {
    padding: 60px 0;
  }
  .block-mb-xlg {
    margin-bottom: 90px;
  }
  .block-mb-lg {
    margin-bottom: 50px;
  }
  .block-arrow-bottom::after {
    margin-left: -78px;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    border-top: 42px solid #fff;
  }
  .bde-01 img {
    max-width: 170px;
  }
  .wrap-br-03 br {
    display: none;
  }
  .wrap-br-04 br:last-of-type {
    display: inline;
  }
  .btn.btn-rounded.btn-rounded-02 {
    font-size: 16px;
  }
  .fg-btn {
    margin-top: 12px;
  }
  .link-angle,
  .link-element {
    font-size: 14px;
  }
  .custom-file {
    height: 170px;
  }
  .list-step-graph li {
    font-size: 15px;
  }
  .lsg-additinal-info {
    font-size: 1em;
  }
  .list-step-graph li::before,
  .lsg-circle {
    top: 2px;
  }
  .lsg-line {
    bottom: -22px;
  }
  .header-container {
    padding-right: 10px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-logo img {
    width: 140px;
  }
  .footer-info {
    font-size: 13px;
  }
  .footer-info br {
    display: none;
  }
  .fa-step-device {
    margin-top: 65px;
  }
  .iil-icon {
    font-size: 35px;
  }
  .iil-description {
    font-size: 14px;
  }
  .iil-description-01 {
    font-size: 14px;
  }
  .iil-highlighted {
    font-size: 27px;
  }
  .iil-additional {
    font-size: 15px;
  }
  .tile-info-divided > [class*="col-"] {
    padding: 20px;
  }
  .tid-item.active {
    flex-basis: 0;
    flex-grow: 1;
    width: auto;
    max-width: 100%;
  }
  .tid-item.active h6 {
    font-size: 14px;
  }
  .tid-item:not(.active) {
    padding: 0 !important;
    flex-basis: 0;
    flex-grow: 0;
    max-width: none;
    flex: 0;
  }
  .tid-item:not(.active) .tid-item-content {
    position: relative;
    height: 100%;
    width: 75px;
  }
  .tid-item:not(.active) .tid-item-content p {
    display: none;
  }
  .tid-item:not(.active) .tid-item-content h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    text-align: center;
    margin-bottom: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    letter-spacing: 0.03em;
  }
  .tid-item-arrows::before {
    top: 50%;
    margin-top: -9px;
  }
  .tid-item-arrows::after {
    border-width: 27px;
    margin-left: -30px;
  }
  .tile-info-divided {
    margin-left: -10px;
    margin-right: -10px;
    min-height: 145px;
  }
  .featured-logos-line > * {
    margin-right: 22px;
  }
  .featured-logos-line img {
    max-height: 17px;
  }
  .sh-01 .sh-main .sh-main-02 {
    padding: 0;
  }
  .wii01-img-item img {
    width: 200px;
  }
  .wii01-img-item-vertical {
    font-size: 32px;
  }
  .wii01-img-item-vertical:first-child {
    left: calc(50% - 118px);
    top: calc(50% + 55px);
  }
  .wii01-img-item-vertical:last-child {
    top: calc(50% - 5px);
    left: calc(50% + 114px);
  }
  .tii-cta-header {
    font-size: 27px;
  }
  .tii-item {
    padding: 0 11px;
  }
  .tii-item-header {
    font-size: 15px;
  }
  .tile-table-column.tile-table-column-highlight.animation-init {
    box-shadow: 0 0 70px rgba(114, 114, 114, 0.37);
  }
  .tile-table-column-inline-description {
    display: block;
  }
  .tile-table-01.tile-table {
    padding-left: 6px;
    padding-right: 19px;
  }
  .tile-table-01 .tile-table-column {
    align-items: flex-start;
    width: auto;
    flex-grow: 0;
    text-align: left;
  }
  .tile-table-01 .tile-table-column > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .tile-table-01 .tile-table-column:first-child {
    display: none !important;
  }
  .tile-table-01 .tile-table-column:nth-child(2),
  .tile-table-01 .tile-table-column:nth-child(3) {
    padding-bottom: 24px;
  }
  .tile-table-01 .tile-table-column:nth-child(2) {
    flex-grow: 0;
    padding-right: 27px;
  }
  .tile-table-01
    .tile-table-column.tile-table-column-highlight
    > .tile-table-header,
  .tile-table-01 .tile-table-column > .tile-table-header {
    font-size: 17px;
    height: 110px;
    padding-bottom: 0;
  }
  .tile-table-01 .tile-table-column-highlight {
    box-shadow: 0 0 117px rgba(114, 114, 114, 0.37);
    align-items: center;
  }
  .tile-table-01 .tile-table-column-highlight > div {
    align-items: center;
    font-size: 17px;
  }
  .tile-list-img-info {
    padding: 0 30px 27px;
  }
  .tlii-img {
    height: 125px;
  }
  .tlii-img img {
    max-height: 190px;
  }
  .tlii-header-main span {
    display: none;
  }
  .tlii-cta-main-price {
    font-size: 25px;
  }
  .tpw-text {
    font-size: 15px;
    margin-bottom: 33px;
  }
  .tpw-author-rating {
    font-size: 14px;
    padding-left: 88px;
  }
  .tpw-rating > span {
    font-size: 17px;
    margin-right: 5px;
  }
  .tpw-author-img {
    width: 72px;
    height: 72px;
  }
  .iiw-item h5 {
    margin-bottom: 14px;
  }
  .info-icon-wrap-02.info-icon-wrap {
    margin-top: 75px;
    max-width: 330px;
  }
  .info-icon-wrap-02 .iiw-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 48px;
    padding: 0 24px;
  }
  .info-icon-wrap-02 .iiw-item:first-child {
    margin-top: 0;
  }
  .info-icon-wrap-02 .iiw-item h5 br {
    display: none;
  }
  .iiw-icon {
    font-size: 37px;
    margin-bottom: 6px;
  }
  .block-footer-icon-info-wrap {
    margin-top: 7px;
  }
  .bfii-icon {
    font-size: 45px;
  }
  .bfii-info {
    font-size: 14px;
  }
  .bfii-header {
    font-size: 16px;
  }
}
@media (max-width: 413px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 25px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 17px;
  }
  p,
  ul {
    margin-bottom: 16px;
  }
  label {
    font-size: 14px;
  }
  section {
    padding: 42px 0;
  }
  .block-ptb-lg {
    padding: 72px 0;
  }
  .block-mb-lg {
    margin-bottom: 45px;
  }
  .block-mb-sm {
    margin-bottom: 23px;
  }
  .block-decor-edge {
    padding: 24px 17px;
    width: calc(100% - 35px);
  }
  .bde-layers::before {
    -webkit-transform: translate(17px, 17px);
    transform: translate(17px, 17px);
  }
  .bde-layers::after {
    -webkit-transform: translate(34px, 34px);
    transform: translate(34px, 34px);
  }
  .sub-header {
    font-size: 16px;
  }
  .sub-header.sh-lg {
    margin-bottom: 17px;
  }
  .sup-header {
    font-size: 14px;
  }
  .btn.btn-rounded.btn-rounded-02 {
    font-size: 15px;
    padding: 13px 39px;
  }
  .field-description {
    font-size: 14px;
  }
  .cfl-text {
    font-size: 15px;
  }
  .list-step-graph li {
    font-size: 14px;
    padding-left: 27px;
  }
  .list-step-graph li::before,
  .lsg-circle {
    top: 1px;
  }
  .lsg-line {
    bottom: -21px;
  }
  .list-step-graph-right.list-step-graph li {
    padding-right: 27px;
  }
  .list-checked-sm.list-checked li {
    padding-left: 20px;
  }
  .list-checked-sm.list-checked li::before {
    top: 5px;
    width: 12px;
    height: 6px;
  }
  .hb-logo img,
  .hb-logo svg {
    width: 130px;
  }
  .footer-logo img {
    width: 130px;
  }
  .footer-info {
    font-size: 12px;
  }
  .fa-step-device {
    margin-top: 60px;
  }
  .iil-additional {
    font-size: 14px;
  }
  .tid-item:not(.active) .tid-item-content {
    width: 70px;
  }
  .sh-wrap {
    padding: 90px 0 20px;
  }
  .sh-bg.sh-bg-01 {
    padding-right: 50px;
  }
  .sh-bg.sh-bg-01 img {
    height: 320px;
  }
  .sh-bottom-info-01 .featured-logos-line > div:nth-child(4) {
    display: none;
  }
  .sh-logo img {
    width: 120px;
  }
  .wii01-img-item img {
    width: 185px;
  }
  .wii01-img-item-vertical {
    font-size: 29px;
  }
  .wii01-img-item-vertical:first-child {
    left: calc(50% - 110px);
    top: calc(50% + 45px);
  }
  .wii01-img-item-vertical:last-child {
    top: calc(50% - 15px);
    left: calc(50% + 108px);
  }
  .wii01-info-item {
    padding-left: 18px;
  }
  .wii01-info-item-text-right.wii01-info-item {
    padding-right: 18px;
  }
  .tile-list-img-info {
    padding: 0 26px 27px;
  }
}
@media (max-width: 374px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  h2.header-lg {
    font-size: 22px;
  }
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 16px;
  }
  section {
    padding: 39px 0;
  }
  section.section-signup-steps {
    padding-bottom: 45px;
  }
  .block-ptb-lg {
    padding: 60px 0;
  }
  .block-ptb-md {
    padding: 56px 0;
  }
  .block-mb-xlg {
    margin-bottom: 85px;
  }
  .block-arrow-bottom::after {
    margin-left: -71px;
    border-left: 71px solid transparent;
    border-right: 71px solid transparent;
    border-top: 38px solid #fff;
  }
  .block-decor-edge {
    padding: 22px 14px;
    width: calc(100% - 33px);
  }
  .bde-layers::before {
    -webkit-transform: translate(16px, 16px);
    transform: translate(16px, 16px);
  }
  .bde-layers::after {
    -webkit-transform: translate(32px, 32px);
    transform: translate(32px, 32px);
  }
  .bde-01 img {
    max-width: 150px;
  }
  .wrap-br-05 br {
    display: inline;
  }
  .wrap-br-06 br:first-of-type {
    display: inline;
  }
  .wrap-br-07 br:last-of-type {
    display: inline;
  }
  .wrap-br-08 br {
    display: inline;
  }
  .sub-header.sh-lg {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .btn {
    font-size: 15px;
    padding: 19px 24px;
  }
  .btn.btn-rounded.btn-rounded-02 {
    padding: 12px 27px;
    font-size: 14px;
  }
  .list-circle li {
    padding-left: 20px;
  }
  .lsg-additinal-info {
    font-size: 0.97em;
  }
  .hb-logo img,
  .hb-logo svg {
    width: 120px;
  }
  .header-container {
    padding-right: 6px;
  }
  .header-01#header .header-body {
    height: 60px;
  }
  .header-01#header .hb-logo img,
  .header-01#header .hb-logo svg {
    width: 110px;
  }
  .form-files {
    padding: 0 2px;
  }
  .fa-step-item {
    padding: 0 17px 25px;
  }
  .fa-step-device {
    margin-top: 55px;
  }
  .iil-icon {
    font-size: 33px;
  }
  .iil-description {
    font-size: 12px;
  }
  .iil-description-01 {
    font-size: 13px;
  }
  .iil-highlighted {
    font-size: 24px;
  }
  .tile-info-divided > [class*="col-"] {
    padding: 16px;
  }
  .tid-item:not(.active) .tid-item-content {
    width: 66px;
  }
  .tile-info-divided {
    margin-left: -3px;
    margin-right: -3px;
  }
  .sh-wrap {
    padding: 80px 0 20px;
  }
  .sh-bg.sh-bg-01 img {
    height: 280px;
  }
  .featured-logos-line > * {
    margin-right: 19px;
  }
  .sh-logo img {
    width: 110px;
  }
  .wii01-img-item img {
    width: 164px;
  }
  .wii01-img-item-vertical {
    font-size: 27px;
  }
  .wii01-img-item-vertical:first-child {
    left: calc(50% - 97px);
  }
  .wii01-img-item-vertical:last-child {
    top: calc(50% - 10px);
    left: calc(50% + 95px);
  }
  .wii01-info-item {
    padding-left: 14px;
  }
  .wii01-header {
    padding-left: 42px;
  }
  .wii01-header .icon,
  .wii01-header .img-icon {
    font-size: 30px;
  }
  .wii01-info-item-text-right.wii01-info-item {
    padding-right: 14px;
  }
  .wii01-info-item-text-right .wii01-header {
    padding-right: 42px;
  }
  .tii-cta-header {
    font-size: 25px;
  }
  .tii-item {
    padding: 0 10px;
    font-size: 13px;
    margin-bottom: 29px;
  }
  .tii-item-icon {
    font-size: 35px;
  }
  .tile-table {
    box-shadow: 0 0 70px rgba(114, 114, 114, 0.34);
  }
  .tile-table-column.tile-table-column-highlight {
    padding: 0 15px;
  }
  .tile-table-column.tile-table-column-highlight > .tile-table-header {
    font-size: 16px;
  }
  .tile-table-column:first-child {
    padding-right: 15px;
  }
  .tile-table-column > div {
    font-size: 14px;
  }
  .tile-table-column > .tile-table-header {
    height: 142px;
  }
  .tile-table-check:before {
    width: 21px;
    height: 10px;
  }
  .tile-table-01.tile-table {
    padding-left: 0;
    padding-right: 10px;
  }
  .tile-table-01 .tile-table-column:nth-child(2) {
    padding-right: 20px;
  }
  .tile-table-01
    .tile-table-column.tile-table-column-highlight
    > .tile-table-header,
  .tile-table-01 .tile-table-column > .tile-table-header {
    font-size: 16px;
  }
  .tile-table-01 .tile-table-column-highlight > div {
    font-size: 16px;
  }
  .tile-img-list-info-wrap .tlii-header {
    flex-wrap: wrap;
  }
  .tile-list-img-info {
    padding: 0 23px 27px;
  }
  .tlii-img {
    height: 110px;
  }
  .tlii-img img {
    max-height: 170px;
  }
  .tlii-header {
    font-size: 20px;
  }
  .testimonials-preview-row > div:first-child {
    margin-bottom: 45px;
  }
  .tpw-text {
    margin-bottom: 27px;
  }
  .tpw-author-rating {
    font-size: 13px;
  }
  .info-icon-wrap {
    margin-top: 0;
  }
  .iiw-item h5 br {
    display: none;
  }
  .info-icon-wrap-01 > .row > div {
    margin-bottom: 10px;
  }
  .info-icon-wrap-02 {
    margin-bottom: 45px;
  }
  a.iiw-item {
    max-width: 230px;
  }
  .iiw-img img {
    height: 145px;
  }
  .collapse-info-wrap {
    padding: 17px 0;
  }
  .ciw-item-toggle {
    padding: 15px 39px 15px 12px;
  }
  .tile-img-info {
    padding: 0 14px 70px;
  }
  .timi-price {
    font-size: 21px;
  }
  .tile-info {
    padding: 24px;
  }
}
@media (max-width: 319px) {
  .header-01#header {
    position: absolute;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-file {
    padding-top: 39%;
  }
  .tile-icon-info-01 .tii-cta-header {
    font-size: 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 479px) {
  .cfl-icons-item .icon {
    font-size: 63px;
  }
  .cfl-icons-item-info {
    font-size: 16px;
  }
  .cfl-text {
    font-size: 16px;
    padding-left: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1365px), (max-width: 413px) {
  .tlii-cta-top {
    text-align: center;
  }
  .tlii-cta-main {
    flex-direction: column;
  }
  .tlii-cta-main-link {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .iiw-item h5 {
    font-size: 18px;
  }
  .info-icon-wrap-01 .h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .info-icon-wrap-01 .iiw-desc {
    font-size: 13px;
    min-height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .info-icon-wrap-01 .h5 {
    font-size: 19px;
  }
  .info-icon-wrap-01 .iiw-desc {
    font-size: 15px;
    min-height: 85px;
  }
  .tile-img-info .list-line-xs {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 639px) {
  .info-icon-wrap-01 .h5 {
    margin-bottom: 9px;
  }
  .info-icon-wrap-01 .h5 br {
    display: inline;
  }
  .info-icon-wrap-01 .iiw-desc {
    font-size: 12px;
    min-height: 60px;
  }
}
.block-pt-zero {
    padding-top: 0;
  }
  .block-pt-sm {
    padding-top: 70px;
  }
  .block-pb-zero {
    padding-bottom: 0;
  }
  .block-pb-xl {
    padding-bottom: 220px;
  }
  .block-pb-md {
    padding-bottom: 90px;
  }
  .block-pb-sm {
    padding-bottom: 70px;
  }
  .block-ptb-zero {
    padding-top: 0;
    padding-bottom: 0;
  }
  .block-mb-lg {
    margin-bottom: 120px;
  }
  .block-mb-md {
    margin-bottom: 90px;
  }
  .block-mb-sm {
    margin-bottom: 70px;
  }
  .block-mb-xs {
    margin-bottom: 50px;
  }
  .block-mb-01 {
    margin-bottom: 27px;
  }
  .block-indent-right {
    padding-right: 125px;
  }
  .block-indent-right-lg {
    padding-right: 190px;
  }section {
    padding: 110px 0;
  }
  .bdr-wrap {
    width: 315px;
  }
  .block-mb-md {
    margin-bottom: 82px;
  }
  .block-indent-right-lg {
    padding-right: 150px;
  }
  .block-indent-left-lg {
    padding-left: 150px;
  }
  .header-sup {
    font-size: 25px;
  }
  .btn-group a {
    margin-right: 60px;
  }
  .anchor-block.anchor-block-lg {
    top: -200px;
  }
  .header-container > .container {
    padding: 0 3px 0 15px;
  }
  .fl-item {
    margin-right: 65px;
  }section {
    padding: 100px 0;
  }
  .bdr-wrap {
    width: 270px;
    left: 33px;
  }
  .bdr-item,
  .bdr-item:after,
  .bdr-item:before {
    border-radius: 17px;
  }
  .block-pt-sm {
    padding-top: 60px;
  }
  .block-mb-lg {
    margin-bottom: 90px;
  }
  .block-mb-md {
    margin-bottom: 72px;
  }
  .block-mb-sm {
    margin-bottom: 60px;
  }
  .block-mb-xs {
    margin-bottom: 45px;
  }
  .block-indent-right {
    padding-right: 110px;
  }
  .block-indent-right-lg {
    padding-right: 120px;
  }section {
    padding: 90px 0;
  }
  .bdr-wrap {
    width: 235px;
    left: 23px;
    top: calc(100% + 30px);
  }
  .bdr-item,
  .bdr-item:after,
  .bdr-item:before {
    border-radius: 12px;
  }
  .block-pt-sm {
    padding-top: 44px;
  }
  .block-pb-md {
    padding-bottom: 82px;
  }
  .block-mb-md {
    margin-bottom: 64px;
  }
  .block-mb-sm {
    margin-bottom: 44px;
  }
  .block-mb-xs {
    margin-bottom: 37px;
  }
  .block-indent-right {
    padding-right: 90px;
  }
  .block-indent-right-lg {
    padding-right: 30px;
  }
  .block-indent-right-sm {
    padding-right: 30px;
  }
  .block-indent-left {
    padding-left: 90px;
  }section {
    padding: 80px 0;
  }
  .bdr-wrap {
    width: 200px;
    left: 0;
    top: calc(100% + 25px);
  }
  .bdr-item,
  .bdr-item:after,
  .bdr-item:before {
    border-radius: 10px;
  }
  .block-pt-sm {
    padding-top: 39px;
  }
  .block-mb-lg {
    margin-bottom: 80px;
  }
  .block-mb-md {
    margin-bottom: 60px;
  }
  .block-mb-sm {
    margin-bottom: 39px;
  }
  .block-mb-xs {
    margin-bottom: 33px;
  }
  .block-indent-right {
    padding-right: 70px;
  }
  .block-indent-right-lg {
    padding-right: 25px;
  }section {
    padding: 60px 0;
  }
  .bdr-wrap {
    display: none;
  }
  .block-pb-md {
    padding-bottom: 70px;
  }
  .block-mb-lg {
    margin-bottom: 60px;
  }
  .block-mb-md {
    margin-bottom: 52px;
  }
  .block-mb-xs {
    margin-bottom: 27px;
  }
  .block-indent-right {
    padding-right: 15px;
  }
  .block-indent-left {
    padding-left: 15px;
  }
  .block-border-bottom {
    padding-bottom: 61px;
  }section {
    padding: 50px 0;
  }
  .block-pt-sm {
    padding-top: 35px;
  }
  .block-pb-md {
    padding-bottom: 65px;
  }
  .block-mb-lg {
    margin-bottom: 50px;
  }
  .block-mb-md {
    margin-bottom: 48px;
  }
  .block-mb-sm {
    margin-bottom: 35px;
  }
  .sub-header {
    font-size: 18px;
  }
  .sub-header.sub-header-sm {
    font-size: 16px;
  }
  .wrap-br-03 br {
    display: none;
  }section {
    padding: 42px 0;
  }
  .block-pb-md {
    padding-bottom: 54px;
  }
  .block-mb-lg {
    margin-bottom: 40px;
  }
  .block-mb-md {
    margin-bottom: 44px;
  }
  .block-mb-xs {
    margin-bottom: 24px;
  }
  .header-sup {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .sub-header.sub-header-sm {
    font-size: 15px;
  }
  .block-row-02 > div:first-child {
    margin-bottom: 45px;
  }
  .block-row-05.row {
    margin: 0 7px;
  }section {
    padding: 39px 0;
  }
  .block-pb-md {
    padding-bottom: 48px;
  }
  .block-mb-lg {
    margin-bottom: 34px;
  }
  .block-mb-md {
    margin-bottom: 39px;
  }
  .block-mb-xs {
    margin-bottom: 20px;
  }
  .block-border-bottom {
    padding-bottom: 56px;
  }
  .header-sup {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .sub-header {
    font-size: 17px;
  }
  .sub-header.sub-header-sm {
    font-size: 14px;
  }
  .h5.text-color-header,
.h6.text-color-header,
h1.text-color-header,
h2.text-color-header,
h3.text-color-header,
h4.text-color-header,
h5.text-color-header,
h6.text-color-header {
  color: #2b2a5d;
}
.block-text-light .h5,
.block-text-light .h6,
.block-text-light h1,
.block-text-light h2,
.block-text-light h3,
.block-text-light h4,
.block-text-light h5,
.block-text-light h6 {
  color: #fefefe;
}