/*******************************************************************************
 * version 1.0 release;
 * copyright 2019
 ******************************************************************************/
.banner__imgboxes {
  margin: 35px -9% 0;
  position: relative;
}

@media (min-width: 768px) {
  .banner__imgboxes {
    max-width: 800px;
    margin: 80px auto 0;
  }
}

.banner__imgboxes::after {
  content: "";
  display: block;
  padding-top: 64.189%;
}

.banner__imgbox {
  position: absolute;
}

.banner__imgbox:nth-child(1) {
  width: 57.6%;
  left: 0;
  top: 2.75em;
  -webkit-animation: fadeIn 1.75s both cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation: fadeIn 1.75s both cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@media (min-width: 768px) {
  .banner__imgbox:nth-child(1) {
    width: 50%;
  }
}

.banner__imgbox:nth-child(1) .banner__deco {
  position: absolute;
  top: -10px;
  right: 15px;
  width: 42px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .banner__imgbox:nth-child(1) .banner__deco {
    width: 75px;
  }
}

.banner__imgbox:nth-child(2) {
  width: 55.29%;
  right: 0;
  top: 0;
  -webkit-animation: fadeIn 1.75s 0.2s both cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation: fadeIn 1.75s 0.2s both cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@media (min-width: 768px) {
  .banner__imgbox:nth-child(2) {
    width: 50%;
  }
}

.banner__imgbox:nth-child(2) .banner__img {
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.banner__imgbox:nth-child(2) .banner__deco {
  position: absolute;
  bottom: 10px;
  left: 5px;
  width: 53px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: .85s;
  animation-duration: .85s;
  animation-direction: alternate-reverse;
}

@media (min-width: 768px) {
  .banner__imgbox:nth-child(2) .banner__deco {
    width: 86px;
  }
}

.banner__img, .banner__deco {
  animation: float 1.5s infinite alternate-reverse;
}

.banner__questions {
  -webkit-animation: up-in 1s .8s both;
  animation: up-in 1s .8s both;
  margin-top: -65px;
}

@media (min-width: 768px) {
  .banner__questions {
    margin-top: -560px;
  }
}

@media (min-width: 768px) {
  .banner__question:nth-child(1) {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .banner__question:nth-child(2) {
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .banner__question:nth-child(3) {
    -webkit-transform: translateX(170px);
    -ms-transform: translateX(170px);
    transform: translateX(170px);
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .banner__question:nth-child(4) {
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
    margin-bottom: 45px;
  }
}

@media (min-width: 768px) {
  .banner__question:nth-child(5) {
    -webkit-transform: translateX(160px);
    -ms-transform: translateX(160px);
    transform: translateX(160px);
  }
}

@media (min-width: 768px) {
  .section__qa {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 220px);
    flex: 1 1 calc(100% - 220px);
    max-width: calc(100% - 220px);
  }
}

@media (min-width: 768px) {
  .section__ex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 170px);
    flex: 1 1 calc(100% - 170px);
    max-width: calc(100% - 170px);
  }
}

hr {
  margin: 1.5rem 0;
  width: 100%;
  height: 1px;
  background: #D8E1E5;
  border: none;
}

.owl-carousel__desc {
  margin-top: 10px;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .owl-carousel__desc {
    font-size: 1.125em;
  }
}

.compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 80px;
}

@media (min-width: 768px) {
  .compare {
    margin: 0 -20px 80px;
  }
}

.compare__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0 5px;
  position: relative;
}

@media (min-width: 768px) {
  .compare__item {
    padding: 0 20px;
    margin-bottom: 28px;
  }
}

@media (min-width: 1024px) {
  .compare__item {
    margin-bottom: 36px;
  }
}

.compare__item::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.25em;
}

@media (min-width: 768px) {
  .compare__item::before {
    display: none;
  }
}

.compare__item:nth-child(2n + 1)::before,
.compare__item:nth-child(2n + 1) .compare__desc::before {
  content: "\e93b";
  color: red;
}

.compare__item:nth-child(2n)::before,
.compare__item:nth-child(2n) .compare__desc::before {
  content: "\e936";
  color: #45C8AB;
}

.compare__imgbox {
  margin-bottom: .5em;
  overflow: hidden;
}

@media (min-width: 768px) {
  .compare__imgbox {
    margin-bottom: 20px;
  }
}

.compare__img {
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.compare__item:hover .compare__img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.compare__desc {
  font-size: 0.875em;
  margin-bottom: .75em;
}

@media (min-width: 768px) {
  .compare__desc {
    font-size: 1em;
    position: relative;
    padding-left: 40px;
  }
}

@media (min-width: 1024px) {
  .compare__desc {
    font-size: 1.125em;
  }
}

.compare__desc::before {
  display: none;
}

@media (min-width: 768px) {
  .compare__desc::before {
    display: block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 1.75em;
    left: 0;
    top: calc(50% - 14px);
  }
}

.qa {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .qa {
    margin-bottom: 0;
  }
}

.qa__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.qa__item::before {
  font-size: 1.25em;
  font-weight: bold;
  background: #45C8AB;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40px;
  flex: 1 1 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .qa__item::before {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 90px;
    flex: 1 1 90px;
    max-width: 90px;
    width: 90px;
    height: 90px;
    font-size: 2.8125em;
  }
}

.qa__item:not(:last-child) {
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .qa__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.qa__item.qa__q {
  font-size: 1.125em;
  font-weight: bold;
  color: #4A6876;
}

.qa__item.qa__q::before {
  content: "Q";
}

.qa__item.qa__a::before {
  content: "A";
}

.qa__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% - 40px);
  flex: 1 1 calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding: 6px 10px;
  line-height: 1.6;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #D8E1E5;
}

@media (min-width: 768px) {
  .qa__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 90px);
    flex: 1 1 calc(100% - 90px);
    max-width: calc(100% - 90px);
    font-size: 1.25em;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px;
  }
}

@media (min-width: 1024px) {
  .qa__text {
    font-size: 1.625em;
    padding: 20px;
  }
}
