/* ------------------------------------------------------------------------------------ */
/* MIXINS                                                                               */
/* ------------------------------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.v-transition-fade {
  transition: all 0.3s ease;
}

.v-transition-fade-enter-active,
.v-transition-fade-enter-active {
  position: absolute;
  left: 0;
  top: 0;
}

.v-transition-fade-enter,
.v-transition-fade-leave-to {
  opacity: 0;
  height: 0;
}

/* ------------------------------------------------------------------------------------ */
/* UTILS                                                                                */
/* ------------------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "greedheavy";
  src: url("../fonts/greed-heavy/greed-heavy-webfont.woff2") format("woff2"), url("../fonts/greed-heavy/greed-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ------------------------------------------------------------------------------------ */
/* LAYOUT                                                                               */
/* ------------------------------------------------------------------------------------ */
.footer {
  background-color: #00837b;
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .footer {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .footer {
    padding-bottom: 22px;
    padding-top: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .footer {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.footer-text {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .footer-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .footer-text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .footer-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-text {
    font-size: 20px;
  }
}

body {
  background-color: #74e0c1;
  word-break: break-word;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.container {
  box-sizing: border-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 1480px;
}

.text-center {
  text-align: center;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.block {
  display: block;
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* ------------------------------------------------------------------------------------ */
/* SECTIONS                                                                             */
/* ------------------------------------------------------------------------------------ */
.intro-section {
  background-color: #74e0c1;
  background-image: url("../img/intro-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .intro-section {
    padding-bottom: 142px;
    padding-top: 144px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .intro-section {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .intro-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .intro-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .intro-section {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-section .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.intro-title--small {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .intro-title--small {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .intro-title--small {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .intro-title--big {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .intro-title--big {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .intro-section-logo {
    position: absolute;
    left: 40%;
    top: -70px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .intro-section-logo {
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .intro-section-logo {
    margin: 0 auto 50px;
    max-width: 230px;
  }
}
@media only screen and (max-width: 575px) {
  .intro-section-logo {
    margin: 0 auto 25px;
    max-width: 155px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-section-img {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) {
  .intro-section-col-text {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .intro-section-col-text {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .intro-section-col-text {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .intro-section-col-text {
    padding-top: 30px;
  }
}

.intro-title {
  color: #ffffff;
  font-family: "greedheavy";
}
@media only screen and (min-width: 1200px) {
  .intro-title {
    font-size: 80px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .intro-title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .intro-title {
    font-size: 55px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .intro-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .intro-title {
    font-size: 37px;
    margin-bottom: 20px;
  }
}

.intro-text {
  color: #005651;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .intro-text {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .intro-text {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .intro-text {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .intro-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.intro-button {
  background-color: #ff3891;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-family: "greedheavy";
  line-height: 1;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.intro-button:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
@media only screen and (min-width: 1200px) {
  .intro-button {
    font-size: 40px;
    margin-top: 70px;
    padding: 15px 90px 20px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .intro-button {
    font-size: 35px;
    margin-top: 50px;
    padding: 15px 70px 20px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .intro-button {
    display: block;
    font-size: 18px;
    margin: 40px auto 0;
    padding: 12px 60px 17px;
  }
}
@media only screen and (max-width: 575px) {
  .intro-button {
    display: block;
    font-size: 18px;
    margin: 35px auto 0;
    padding: 12px 55px 17px;
  }
}

.four-steps-section {
  background-color: #cfebf0;
}
@media only screen and (min-width: 1200px) {
  .four-steps-section {
    padding-bottom: 84px;
    padding-top: 74px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .four-steps-section {
    padding-bottom: 74px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .four-steps-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .four-steps-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .four-steps-section {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .four-steps-section .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.four-steps-title {
  color: #ff3891;
  font-family: "greedheavy";
}
@media only screen and (min-width: 1200px) {
  .four-steps-title {
    font-size: 80px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .four-steps-title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .four-steps-title {
    font-size: 55px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .four-steps-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .four-steps-title {
    font-size: 37px;
    margin-bottom: 20px;
  }
}

.four-steps-text {
  color: #005651;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .four-steps-text {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .four-steps-text {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .four-steps-text {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .four-steps-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .four-steps-row {
    margin-top: -35px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .four-steps-row {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .four-steps-row {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 575px) {
  .four-steps-row {
    margin-top: -20px;
  }
}

.four-steps-col {
  padding-top: 20px;
}

.four-steps-img {
  margin-bottom: 18px;
  text-align: center;
}
.four-steps-img img {
  display: block;
  margin: auto;
}

.four-steps-col-text {
  color: #005651;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .four-steps-col-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .four-steps-col-text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .four-steps-col-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .four-steps-col-text {
    font-size: 18px;
  }
}

.for-you-section {
  background-color: #00837b;
}
@media only screen and (min-width: 1200px) {
  .for-you-section {
    padding-bottom: 78px;
    padding-top: 85px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .for-you-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .for-you-section {
    padding-bottom: 55px;
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .for-you-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .for-you-section {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .for-you-section .row {
    margin-right: -22px;
    margin-left: -22px;
  }
  .for-you-section .col {
    padding-bottom: 44px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .for-you-section .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .for-you-section .col {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .for-you-section .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .for-you-section .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .for-you-section .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .for-you-section .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.for-you-section .row {
  justify-content: center;
}

.for-you-title {
  color: #74e0c1;
  font-family: "greedheavy";
}
@media only screen and (min-width: 1200px) {
  .for-you-title {
    font-size: 80px;
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .for-you-title {
    font-size: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .for-you-title {
    font-size: 55px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .for-you-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .for-you-title {
    font-size: 37px;
    margin-bottom: 20px;
  }
}

.for-you-box {
  background-color: #ffffff;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
@media only screen and (min-width: 1200px) {
  .for-you-box {
    padding: 50px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .for-you-box {
    padding: 45px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .for-you-box {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .for-you-box {
    padding: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .for-you-box {
    padding: 30px;
  }
}

.for-you-box-title {
  color: #ff3891;
  font-family: "greedheavy";
  position: absolute;
  right: 10px;
}
@media only screen and (min-width: 1200px) {
  .for-you-box-title {
    left: 50px;
    font-size: 50px;
    padding-left: 22%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .for-you-box-title {
    left: 45px;
    font-size: 45px;
    padding-left: 22%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .for-you-box-title {
    left: 40px;
    font-size: 40px;
    padding-left: 22%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .for-you-box-title {
    left: 35px;
    font-size: 35px;
    padding-left: 22%;
  }
}
@media only screen and (max-width: 575px) {
  .for-you-box-title {
    left: 30px;
    font-size: 30px;
    padding-left: 22%;
  }
}

.for-you-box-text {
  color: #005651;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .for-you-box-text {
    font-size: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .for-you-box-text {
    font-size: 25px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .for-you-box-text {
    font-size: 20px;
    padding-top: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .for-you-box-text {
    font-size: 18px;
    padding-top: 20px;
  }
}

.slider-section {
  background-color: #ff58a3;
  background-image: url("../img/video-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .slider-section {
    padding-bottom: 95px;
    padding-top: 95px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .slider-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .slider-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .slider-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-section {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
.slider-section .container {
  z-index: 1;
}

.slider-stars-left {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .slider-stars-left {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .slider-stars-left {
    display: none;
  }
}

.slider-stars-right {
  position: absolute;
  right: 20px;
  top: 40px;
}
@media only screen and (min-width: 992px) {
  .slider-stars-right {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .slider-stars-right {
    display: none;
  }
}

.video-iframe {
  display: block;
  height: 100%;
  width: 100%;
}

.slideshow-container {
  background-color: #ff58a3;
  max-width: 1200px;
  position: relative;
  margin: auto;
}

.slideshow-nav {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .slideshow-nav {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .slideshow-nav {
    margin-top: 25px;
  }
}

.prev,
.next {
  background-color: #ffffff;
  cursor: pointer;
  user-select: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .prev,
  .next {
    height: 70px;
    width: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .prev,
  .next {
    box-sizing: border-box;
    height: 46px;
    padding: 10px;
    width: 46px;
  }
}
.prev:hover, .prevhover,
.next:hover,
.nexthover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

.slideshow-dots {
  width: auto;
}
@media only screen and (min-width: 992px) {
  .slideshow-dots {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .slideshow-dots {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.dot {
  background-color: #74e0c1;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .dot {
    height: 30px;
    margin: 0 14px;
    width: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .dot {
    height: 18px;
    margin: 0 6px;
    width: 18px;
  }
}
.dot:hover, .dothover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.dot.active {
  background-color: #00837b;
}

@media only screen and (min-width: 1200px) {
  .mySlides {
    height: 675px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .mySlides {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .mySlides {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .mySlides {
    height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .mySlides {
    height: 300px;
  }
}

.fade {
  -webkit-animation: fade 1s 0s linear forwards;
  -khtml-animation: fade 1s 0s linear forwards;
  -moz-animation: fade 1s 0s linear forwards;
  -ms-animation: fade 1s 0s linear forwards;
  -o-animation: fade 1s 0s linear forwards;
  animation: fade 1s 0s linear forwards;
}

@-webkit-keyframes fade {
  from {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes fade {
  from {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes fade {
  from {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes fade {
  from {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}
@keyframes fade {
  from {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}
.now-section {
  background-color: #74e0c1;
}
@media only screen and (min-width: 1200px) {
  .now-section {
    padding-bottom: 168px;
    padding-top: 160px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .now-section {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .now-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .now-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .now-section {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .now-section .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1500px) {
  .now-logo {
    bottom: -22px;
    position: absolute;
    right: -15px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1200px) {
  .now-logo {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .now-logo {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .now-logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .now-logo {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .now-logo {
    max-width: 155px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .now-img {
    margin: 0 auto 30px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }
}

.now-text {
  color: #ff3891;
  font-size: 220px;
  font-family: "greedheavy";
}
@media only screen and (min-width: 1500px) {
  .now-text {
    font-size: 220px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1200px) {
  .now-text {
    font-size: 180px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .now-text {
    font-size: 150px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .now-text {
    font-size: 120px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .now-text {
    font-size: 100px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .now-text {
    font-size: 80px;
    text-align: center;
  }
}

/*# sourceMappingURL=app.css.map */
