@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'), url('../fonts/HelveticaNeue-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  padding: 0;
  margin: 0;
  background-color: #daf0f7;
}
.wrapper {
  display: block;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  min-height: 100vh;
}
.inner {
  display: block;
  position: relative;
  width: calc(100% - 40px);
  max-width: 896px;
  margin: 0 auto;
}
.logo {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 700px) {
  .logo {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
}
.hero {
  display: block;
  position: relative;
  padding-top: 65px;
}
@media only screen and (max-width: 700px) {
  .hero {
    padding-top: 25px;
  }
}
.debes1,
.debes2 {
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
.debes2 {
  top: 140px;
}
.bbl_desktop,
.bbl_mobile {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.bbl_mobile {
  margin-top: 30px;
}
.heading1 {
  display: block;
  color: #003a5d;
  font-size: 44px;
  font-family: 'Helvetica Neue';
}
@media only screen and (max-width: 420px) {
  .heading1 {
    font-size: 30px;
  }
}
.content1-grid {
  display: table;
  width: 100%;
  margin-top: -60px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .content1-grid {
    margin-top: 30px;
  }
}
.content1-grid .left {
  display: table-cell;
  vertical-align: bottom;
  width: 372px;
}
@media only screen and (max-width: 700px) {
  .content1-grid .left {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 420px) {
  .content1-grid .left {
    width: 100%;
  }
}
.content1-grid .right {
  display: table-cell;
  vertical-align: bottom;
}
@media only screen and (max-width: 700px) {
  .content1-grid .right {
    display: block;
    margin: 0 auto;
  }
}
p.def {
  display: block;
  font-family: 'Helvetica Neue LT Std';
  color: #003a5d;
  font-size: 20px;
  margin: 10px 0;
}
@media only screen and (max-width: 420px) {
  p.def {
    font-size: 16px;
  }
}
.cta-label {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-family: 'Helvetica Neue';
  color: #003a5d;
  font-size: 20px;
}
.btn1,
.btn2 {
  display: table;
  margin: 0 auto;
  background-color: #f7921e;
  color: #fff;
  padding: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 30px;
  text-decoration: none;
  font-family: 'Helvetica Neue';
  margin-top: 5px;
  cursor: pointer;
  text-align: center;
}
.btn1:hover,
.btn2:hover {
  background-color: #df7f11;
}
.btn2 {
  font-size: 18px;
  padding-bottom: 10px;
  margin-left: 0;
  text-transform: uppercase;
}
.owl1 {
  display: block;
  width: 95%;
  height: auto;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 700px) {
  .owl1 {
    width: 100%;
    right: -20px;
    margin-top: 40px;
  }
}
.slick-next,
.slick-prev {
  display: none !important;
}
.carousel {
  position: relative;
  margin-top: 50px;
}
.carousel * {
  outline: none !important;
}
.carousel .slide {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.carousel .slide a {
  text-decoration: none;
}
.carousel .slide .image {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  box-sizing: border-box;
  border: 6px solid #00b3dc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 700px) {
  .carousel .slide .image {
    border: 3px solid #00b3dc;
  }
}
@media only screen and (max-width: 600px) {
  .carousel .slide .image {
    width: 271px;
    padding: 0;
    height: 271px;
  }
}
.carousel .slide .text {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-family: 'Helvetica Neue LT Std';
}
@media only screen and (max-width: 700px) {
  .carousel .slide .text {
    font-size: 14px;
  }
}
.slick-slide {
  margin: 0 21px;
}
@media only screen and (max-width: 700px) {
  .slick-slide {
    margin: 0 5px;
  }
}
/* the parent */
.slick-list {
  margin: 0 -21px;
}
@media only screen and (max-width: 700px) {
  .slick-list {
    margin: 0 -5px;
  }
}
.check {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/check.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}
.check.active:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 8px;
  height: 8px;
  background-color: green;
}
.ch-line {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.ch-line .p1 {
  display: table-cell;
  vertical-align: middle;
  width: 27px;
  transform: translateY(-2px);
}
.ch-line .p2 {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Helvetica Neue LT Std';
}
.competition {
  display: block;
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.competition .clouds {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.competition .comp-grid {
  display: table;
  width: 100%;
}
.competition .comp-grid .left {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  padding-right: 40px;
}
@media only screen and (max-width: 800px) {
  .competition .comp-grid .left {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.competition .comp-grid .right {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  padding-left: 40px;
}
@media only screen and (max-width: 800px) {
  .competition .comp-grid .right {
    width: 100%;
    display: block;
    padding-left: 0;
    margin-top: 40px;
  }
}
.competition p {
  display: block;
  color: #333333;
  font-size: 19px;
  font-family: 'Helvetica Neue LT Std';
}
.competition .form-holder {
  display: block;
}
.competition .form-holder .form-line {
  display: table;
  width: 100%;
  margin-bottom: 8px;
}
.competition .form-holder .form-line .l {
  display: table-cell;
  width: 120px;
  vertical-align: middle;
  box-sizing: border-box;
  padding-right: 15px;
  color: #333333;
  font-size: 19px;
  font-family: 'Helvetica Neue LT Std';
}
.competition .form-holder .form-line .r {
  display: table-cell;
  vertical-align: middle;
}
.competition .form-holder input {
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #333333;
  font-family: 'Helvetica Neue LT Std';
  outline: none;
  border: 1px solid #babdbe;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.competition textarea {
  display: block;
  width: 100%;
  height: 70px;
  resize: none;
  border: 1px solid #babdbe;
  font-size: 16px;
  color: #333333;
  font-family: 'Helvetica Neue LT Std';
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  outline: none;
  box-sizing: border-box;
}
.competition .text-area-label {
  display: block;
  text-align: right;
  color: #666666;
  font-size: 14px;
  font-family: 'Helvetica Neue LT Std';
  margin-top: 5px;
}
.competition .btn1 {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
}
.heading2 {
  display: block;
  color: #003a5d;
  font-size: 20px;
  font-family: 'Helvetica Neue';
  text-align: left;
}
.owl2 {
  display: block;
  margin-bottom: -30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  transform: translateX(20px);
}
@media only screen and (max-width: 700px) {
  .hide-mob {
    display: none;
  }
}
.show-mob {
  display: none;
}
@media only screen and (max-width: 700px) {
  .show-mob {
    display: block;
  }
}
.btn2 {
  margin-bottom: 40px;
}
.def2 {
  display: block;
  font-size: 18px;
  color: #003a5d !important;
}
.download {
  display: block;
  text-align: center;
  padding-bottom: 40px;
  margin-top: 30px;
  white-space: nowrap;
}
.download .heading2 {
  margin-bottom: 15px;
}
.cloud-link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 257px;
  height: 162px;
  background-image: url(../img/cbg.png);
  background-size: cover;
  text-decoration: none;
  margin-left: 19px;
  margin-right: 19px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 950px) {
  .cloud-link {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 790px) {
  .cloud-link {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 700px) {
  .cloud-link {
    width: 128px;
    height: 80px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.cloud-link:nth-child(2) {
  z-index: 3;
}
.cloud-link:nth-child(3) {
  z-index: 2;
}
.cloud-link:nth-child(4) {
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .cloud-link:nth-child(3) {
    transform: translateY(20px);
    margin-left: -15px;
  }
}
@media only screen and (max-width: 700px) {
  .cloud-link:nth-child(4) {
    transform: translateY(-20px);
    margin-left: -50px;
  }
}
.cloud-link:hover {
  transform: scale(1.05);
}
.cloud-link span {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 60%;
  transform: translateY(-50%);
  color: #003a5d;
  font-size: 20px;
  font-family: 'Helvetica Neue LT Std';
  white-space: normal;
}
@media only screen and (max-width: 700px) {
  .cloud-link span {
    max-width: 91px;
    font-size: 14px;
  }
}
.slider-back-holder {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  width: 50%;
  height: auto;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .slider-back-holder {
    display: block;
  }
}
.slider-back-holder * {
  stroke: #003a5d !important;
}
.slider-next-holder {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  cursor: pointer;
  width: 50%;
  height: auto;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .slider-next-holder {
    display: block;
  }
}
.slider-next-holder * {
  stroke: #003a5d !important;
}
