body.device-mobile .sec-2 .sec-body::-webkit-scrollbar {
  display: none;
}

body.device-mobile .sec-2 .sec-body::-moz-scrollbars {
  display: none;
}

.sec-social {
  position: fixed;
  top: 0;
  z-index: 7;
  mix-blend-mode: luminosity;
  filter: invert(1);
  color: #ff0000;
  height: 100%;
  justify-content: center !important;
  opacity: 0;
  transform: translateY(-50%);
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0, 1, 0.3, 1), ease-out;
  transition-duration: 0.7s, 0.5s;
  transition-delay: .3s, .3s;
}

.sec-social.started {
  transform: translateY(0);
  opacity: 1;
}

.sec-social img {
  box-shadow: none !important;
  align-self: center;
}

.sec-social .scroll {
  margin-top: 100px;
}

span strong {
  font-weight: 800 !important;
}

.sec-1 {
  color: #fff;
  background-color: #007aa5;
  min-height: calc( 100vh - 296px);
}

.sec-1 .sec-body {
  flex: 1 1 auto;
  margin-bottom: 40px;
}

.sec-1 .sec-body .c1 {
  justify-content: center;
}

.sec-1 .sec-body .c1 .content {
  overflow: hidden;
  max-height: 0;
  transition-property: max-height;
  transition-timing-function: ease-out;
  transition-duration: 0.7s;
}

.sec-1 .sec-body .c1 .content.started {
  max-height: 590px;
}

.sec-1 .sec-body .c1 h1:first-child {
  margin: 0;
  font-weight: 300 !important;
}

.sec-1 .sec-body .c1 h1:nth-child(2) {
  padding-top: 0;
  margin-top: 2px;
  margin-bottom: 22px;
}

.sec-1 .sec-body .c1 .bold {
  color: #ffffb0;
  text-decoration: none;
  box-shadow: none;
}

.sec-1 .sec-body .c1 .btn {
  align-self: baseline;
}

.sec-1 .sec-body .c2 img {
  align-self: center;
  max-width: 100%;
  opacity: 0;
  transform: translateX(50%);
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0, 1, 0.3, 1), ease-out;
  transition-duration: 1s, 0.5s;
  transition-delay: .3s, .3s;
}

.sec-1 .sec-body .c2 img.started {
  transform: translateX(0);
  opacity: 1;
}

.sec-2 {
  background: linear-gradient(to bottom, #007aa5 50%, #fff 50%);
  padding-top: 40px;
  padding-bottom: 60px;
}

.sec-2 .sec-body {
  overflow-x: auto;
  font-size: 14px;
  padding: 8px;
  overflow: visible;
}

.sec-2 .sec-body .cell {
  padding: 26px 26px 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(50%);
  transition: transform 0.75s cubic-bezier(0, 0.5, 0.2, 1.4), opacity 0.5s ease-out;
  min-width: 260px;
}

.sec-2 .sec-body .cell.started {
  transform: translateY(0);
  opacity: 1;
}

.sec-2 .sec-body .cell img {
  align-self: center;
}

.sec-2 .sec-body .cell h1 {
  font-weight: bold;
  font-size: 26px;
  color: #0c688a;
  margin-bottom: 10px;
}

.sec-2 .sec-body .cell h1 i {
  font-weight: normal;
}

.sec-2 .sec-body .cell p {
  font-size: 16px;
}

.sec-2 .sec-body .cell p:last-of-type {
  flex: 1 1 auto;
}

.sec-2 .sec-body .cell button {
  padding-top: 10px;
  padding-bottom: 8px;
  line-height: normal;
}

.sec-2 .sec-body .cell .btn {
  background-color: #fdc85e;
}

.sec-2-1 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.sec-2-1 .swiper-container {
  width: 100%;
}

.sec-2-1 .swiper-container .c1 {
  position: relative;
  display: flex;
  flex-flow: column;
  max-width: 650px;
}

.sec-2-1 .swiper-container .c1 .header-text-sub {
  color: #d236a2;
}

.sec-2-1 .swiper-container .c1 p {
  margin: 25px 0px;
}

.sec-2-1 .swiper-container .c1 .btn-wrap {
  display: flex;
  /*position: absolute;
                bottom: 0;*/
  width: 100%;
}

.sec-2-1 .swiper-container .c1 .btn-wrap button {
  background-color: #ffc963;
  color: #333;
  flex: 1 1 auto;
  border-radius: 0;
}

.sec-2-1 .swiper-container .c2 {
  position: relative;
  display: flex;
  flex-flow: column;
  max-width: 650px;
}

.sec-2-1 .swiper-container .c2 img {
  align-self: flex-start;
}

.sec-2-1 .swiper-container .swiper-nav-wrap .patch-auto {
  position: relative;
}

.sec-2-1 .swiper-container .swiper-nav-wrap .patch-auto .swiper-nav {
  position: relative;
  margin-top: -40px;
}

.sec-2-1 .swiper-container .swiper-nav-wrap .patch-auto .swiper-button-next,
.sec-2-1 .swiper-container .swiper-nav-wrap .patch-auto .swiper-button-prev {
  background: none;
  font-size: 40px;
  width: 46px;
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  margin: 0;
  display: inline-block;
  line-height: 1;
}

.sec-3 {
  padding-top: 80px;
  padding-bottom: 60px;
}

.sec-3 .cell p {
  margin-right: -60px;
}

.sec-3 .cell img {
  align-self: center;
  margin-left: -60px;
}

.sec-3 .c1 {
  position: relative;
  z-index: 1;
  justify-content: center;
}

.sec-4 {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 220px;
  background-color: #d236a2;
  background-image: url(../images/home/sec-4/bg-1.png), url(../images/home/sec-4/bg-2.png);
  background-position: left 15% bottom 0, right 0 bottom 0;
  background-repeat: no-repeat, no-repeat;
}

.sec-4 .sec-body h1 strong {
  color: #a6f7f1;
}

.sec-4 .sec-body button {
  background-color: #fff;
  color: #d236a2;
  align-self: flex-start;
}

.sec-5 {
  height: 0;
  overflow: hidden;
}

.sec-5 .sec-body {
  padding-top: 100px;
  padding-bottom: 80px;
}

.sec-5 .sec-body img {
  align-self: center;
}

.sec-5 .sec-body .c2 {
  margin-top: 36px;
}

.sec-5 .sec-body .c2 .c2-1 {
  margin-right: 30px;
}

.sec-5 .sec-body .c2 .c2-1 img {
  margin-left: -50px;
}

.sec-5 .sec-body .c2 .c2-2 {
  margin-top: 20px;
  min-width: 380px;
}

.sec-5 .sec-body .c2 .c2-2 .patch {
  margin-bottom: 60px;
}

.sec-5 .sec-body .c2 .c2-2 .patch img {
  width: 30%;
}

.sec-5 .sec-body .c2 .c2-2 .patch .details {
  padding-left: 36px;
  display: flex;
  flex-flow: column;
}

.sec-5 .sec-body .c2 .c2-2 .patch .details .count {
  font-size: 72px;
  font-weight: bold;
  color: #00a99d;
  line-height: 1;
}

.sec-5 .sec-body .c2 .c2-2 .patch .details .lbl {
  font-size: 36px;
  font-weight: normal;
  color: #333;
}

.sec-5 .sec-body .c2 .c2-3 {
  margin-left: 20px;
}

.sec-5-1 {
  background-color: #dff7f3;
  overflow: hidden;
}

.sec-5-1 .sec-body {
  padding-bottom: 100px;
  margin-bottom: 100px;
  background-image: url(../images/home/sec-5-1/bg.png);
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
}

.sec-5-1 .sec-body .c1 img {
  align-self: flex-start;
  margin-left: -145px;
  margin-top: -9px;
}

.sec-5-1 .sec-body .c2 h1 span {
  color: #d236a2;
}

.sec-5-1 .sec-body .c2 ul {
  padding-left: 35px;
  margin-bottom: 55px;
}

.sec-6 {
  background-color: #dff7f3;
  padding-bottom: 100px;
  background-image: url(../images/home/sec-6/bg-2.png);
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

.sec-6 .sec-body .c1 img {
  align-self: flex-start;
  margin-left: -145px;
  margin-top: -9px;
}

.sec-6 .sec-body .c1 h1 strong {
  font-weight: bold;
  color: #d236a2;
}

.sec-6 .sec-body .c2 {
  margin-top: 60px;
}

.sec-6 .sec-body .c2 .cell-grid-1-5 {
  text-align: center;
  margin-bottom: 60px;
}

.sec-6 .sec-body .c3 {
  margin-top: 60px;
  margin-top: 60px;
}

.sec-7 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.sec-7 .swiper-container {
  width: 100%;
}

.sec-7 .swiper-container .cell-wrap {
  width: 100%;
}

.sec-7 .swiper-container .c1 {
  margin-left: 15%;
}

.sec-7 .swiper-container .c1 .purple-text {
  color: #d236a2;
}

.sec-7 .swiper-container .c1 .description-container {
  display: flex;
  height: 75%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sec-7 .swiper-container .c1 .description-container .btn {
  background-color: #007aa5;
  max-width: 300px;
  margin-top: 30px;
}

.sec-7 .swiper-container .c2 {
  position: relative;
  display: flex;
  flex-flow: column;
  max-width: 355px;
}

.sec-7 .swiper-container .c2 img {
  align-self: flex-end;
}

.sec-7 .swiper-container .c2 .btn-wrap {
  display: flex;
  /*position: absolute;
                bottom: 0;*/
  width: 100%;
}

.sec-7 .swiper-container .c2 .btn-wrap button {
  background-color: #ffc963;
  color: #333;
  flex: 1 1 auto;
  border-radius: 0;
}

.sec-7 .swiper-container .swiper-nav-wrap .patch-auto {
  position: relative;
}

.sec-7 .swiper-container .swiper-nav-wrap .patch-auto .swiper-nav {
  position: relative;
  margin-top: -40px;
}

.sec-7 .swiper-container .swiper-nav-wrap .patch-auto .swiper-button-next,
.sec-7 .swiper-container .swiper-nav-wrap .patch-auto .swiper-button-prev {
  background: none;
  font-size: 40px;
  width: 46px;
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  margin: 0;
  display: inline-block;
  line-height: 1;
}

.sec-8 {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #20457a;
}

.sec-8 .c1 h1 {
  text-align: center;
  color: #fff;
}

.sec-8 .swiper-container {
  width: 100%;
}

.sec-8 .swiper-container img {
  max-width: 100%;
}

/*------------------------------------------
     Desktops
------------------------------------------*/
/*------------------------------------------
 Laptops, Desktops
------------------------------------------*/
/*------------------------------------------
 Tablets, Ipads
------------------------------------------*/
@media (max-width: 1024px) {
  .sec-2 .sec-body {
    width: 85%;
    align-self: flex-end;
    overflow: auto;
  }
  .sec-4 {
    background-image: url(../images/home/sec-4/bg-1.png);
  }
  .sec-5 .sec-body .c2-1, .sec-5 .sec-body .c2-3 {
    display: none;
  }
}

/*------------------------------------------
 Low Resolution Tablets, Mobiles (Landscape)
------------------------------------------*/
@media (max-width: 767px) {
  .sec-social {
    display: none;
  }
  .sec-1 .sec-body .c2 {
    display: none;
  }
  .sec-2 .sec-body {
    width: 90%;
  }
  .sec-2 .sec-body .cell {
    min-width: 80%;
  }
  .sec-3 {
    padding-bottom: 0;
  }
  .sec-3 .sec-body p {
    margin-right: 0;
  }
  .sec-3 .sec-body .c2 {
    overflow: hidden;
  }
  .sec-3 .sec-body .c2 img {
    margin-left: 0;
    margin-bottom: -203px;
  }
  .sec-5-1 .sec-body {
    background-image: none;
  }
  .sec-7 .sec-body .cell-wrap {
    align-items: center;
  }
  .sec-7 .sec-body .cell-wrap .c1 {
    order: 1;
    margin-top: 30px;
    padding: 0px 15%;
  }
  .sec-7 .sec-body .cell-wrap .c2 {
    order: 0;
    max-width: 369px !important;
  }
  .sec-7 .swiper-nav {
    margin-top: 10px !important;
  }
}

/*------------------------------------------
 Low Resolution Phone
------------------------------------------*/
@media (max-width: 472px) {
  .sec-1 .sec-body {
    margin-top: 20px;
  }
  .sec-1 .sec-body .c1 button {
    width: 100%;
  }
  .sec-2 .sec-body {
    width: 95%;
  }
  .sec-4 .sec-body .c1 button {
    width: 100%;
  }
  .sec-5 {
    height: auto;
  }
  .sec-5 .sec-body {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .sec-5 .sec-body .c2 {
    margin-top: 36px;
  }
  .sec-5 .sec-body .c2 .c2-2 .patch {
    justify-content: flex-start;
    padding-left: 30px;
  }
  .sec-5 .sec-body .c2 .c2-2 .patch .details {
    padding-left: 10px;
    padding-top: 10px;
  }
  .sec-5 .sec-body .c2 .c2-2 .patch .details .count {
    font-size: 46px;
  }
  .sec-5 .sec-body .c2 .c2-2 .patch .details .lbl {
    font-size: 20px;
  }
  .sec-6 {
    background-color: #dff7f3;
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: none;
  }
  .sec-6 .sec-body .c1 img {
    display: none;
  }
  .sec-6 .sec-body .c3 {
    display: none;
  }
}
