.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}

a {
  color: #7abdc5;
  text-decoration: underline;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #7abdc5;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1400px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider {
  height: 680px;
}

.slide {
  background-image: url('../images/slide2-1.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/slide2-1.png');
  background-position: 50% 50%;
  background-size: auto;
}

.nav-link {
  margin-top: 49px;
  color: #fff;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #282c7e;
  font-size: 19px;
  font-weight: 400;
}

.nav-link.w--current {
  color: #282c7e;
}

.nav-link.buy {
  background-color: #282c7e;
  color: #fff;
}

.drop-btn {
  height: 50px;
  background-color: #282c7e;
  color: #fff;
  font-size: 19px;
  line-height: 29px;
  text-transform: uppercase;
}

.nav-container {
  max-width: 1400px;
}

.slider-txt-div {
  width: 76%;
  color: #fff;
}

.whit-txt {
  color: #fff;
}

.h2-60px {
  font-size: 60px;
  line-height: 70px;
}

.blue-txt {
  color: #282c7e;
}

.scroll-on {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.grid-50 {
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}

.h2-50px {
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 60px;
}

._40px {
  font-size: 40px;
  line-height: 43px;
}

.skyblue {
  color: #7abdc5;
}

._19px {
  font-size: 19px;
  line-height: 29px;
}

._20above {
  padding-top: 20px;
}

._40above {
  padding-top: 40px;
}

._30px {
  font-size: 30px;
  line-height: 40px;
}

.medium {
  font-weight: 500;
}

.div-block-2 {
  margin-top: 106px;
  padding-left: 60px;
}

.skybluebg {
  padding: 60px 40px 60px 100px;
  background-color: #7abdc5;
  color: #fff;
}

.grid-51 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: repeat(auto-fit, 50%);
}

.h2-16px {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.h2-40px {
  font-size: 40px;
  line-height: 50px;
}

.div-block-5 {
  background-image: url('../images/sideIMG-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  width: 70%;
}

.footeer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #24252a;
  color: #fff;
}

.bold-text {
  border-bottom: 4px solid #fff;
}

.bold-text.white-link {
  color: #fff;
}

.bold-text.white-link:hover {
  color: #282c7e;
}

._1400 {
  max-width: 1400px;
}

.grid-52 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.cookie {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.p {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
}

.cookie-link {
  color: #7abdc5;
}

.close-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 30px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #7abdc5;
  color: #7abdc5;
}

.close-btn:hover {
  border-color: #00c3ff;
}

.x {
  margin-top: -3px;
  color: #7abdc5;
  font-size: 16px;
  cursor: pointer;
}

.x:hover {
  color: #00c3ff;
}

.text-block-10 {
  padding-right: 20px;
  color: #fff;
  font-size: 14px;
  text-align: right;
}

.section-4 {
  padding-top: 100px;
}

._1220-2 {
  max-width: 1220px;
  min-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 50px;
}

.buy-float {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 163px;
  margin-top: 138px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 2px 2px 12px -4px rgba(0, 0, 0, 0.5);
}

.but-btn {
  height: 50px;
  background-color: #282c7e;
  font-size: 19px;
  line-height: 29px;
  font-weight: 500;
  text-align: center;
}

.centre {
  text-align: center;
}

.gridabout {
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}

.slider-2 {
  height: 100%;
}

.about-slider-image {
  width: 100%;
}

.slide-nav {
  background-color: rgba(36, 37, 42, 0.1);
}

._100right {
  padding-right: 100px;
}

.div-block-10 {
  height: 510px;
}

.h3--0px {
  margin-top: 0px;
  font-size: 30px;
  line-height: 40px;
}

.sky-blue-btn {
  height: 50px;
  background-color: #7abdc5;
  color: #fff;
  font-size: 19px;
  line-height: 29px;
}

._20-above-below {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navlink {
  color: #fff;
  text-decoration: none;
}

.navlink:hover {
  color: #282c7e;
}

.photo-div {
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 1px 1px 20px -3px rgba(0, 0, 0, 0.16);
}

._20bbelow {
  padding-bottom: 20px;
}

.form-div {
  width: 50%;
  padding-top: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.html-embed {
  text-align: left;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-13 {
  width: 50%;
}

.grid-53 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: repeat(auto-fit, minmax(44%, 1fr));
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  text-align: center;
}

.grid-54 {
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}

.slide-3 {
  background-image: url('../images/slide2-1.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }

  .container {
    max-width: 90%;
  }

  .nav-link {
    margin-top: 0px;
  }

  .nav-link.w--current {
    margin-top: 0px;
  }

  .nav-container {
    max-width: 90%;
  }

  .slider-txt-div {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }

  .h2-60px {
    font-size: 40px;
  }

  .grid-50 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .div-block-2 {
    width: 100%;
    padding-left: 0px;
  }

  .grid-51 {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .div-block-5 {
    height: 400px;
  }

  .div-block-8 {
    width: 100%;
  }

  ._1400 {
    max-width: 90%;
  }

  ._1220-2 {
    max-width: 100%;
    min-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .buy-float {
    margin-top: 127px;
  }

  .gridabout {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  ._100right {
    padding-right: 0px;
  }

  .grid-53 {
    grid-row-gap: 60px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .menu-button {
    margin-top: 22px;
    background-color: #282c7e;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #282c7e;
  }

  .nav-menu {
    background-color: #7abdc5;
  }

  .image-3 {
    width: 100%;
  }

  .container-3 {
    max-width: 90%;
  }

  .div-block-14 {
    width: 300px;
  }

  .grid-54 {
    grid-column-gap: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 27px;
    line-height: 37px;
  }

  .section {
    padding-top: 60px;
  }

  .slider {
    height: 600px;
  }

  .h2-60px {
    font-size: 33px;
    line-height: 43px;
  }

  .h2-50px {
    font-size: 40px;
    line-height: 43px;
  }

  ._40px {
    font-size: 30px;
    line-height: 40px;
  }

  ._19px {
    font-size: 16px;
  }

  .div-block-2 {
    margin-top: 60px;
  }

  .skybluebg {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-5 {
    background-position: 67% 50%;
  }

  .div-block-7 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-52 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cookie {
    right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p {
    text-align: center;
  }

  .cookie-link {
    color: #00c3ff;
  }

  .close-btn {
    margin-top: 20px;
  }

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

  .buy-float {
    display: none;
  }

  .div-block-10 {
    height: 208px;
  }

  .form-div {
    width: 100%;
  }

  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    margin-top: 3px;
  }

  .brand {
    width: 76%;
    padding-left: 0px;
  }

  .container-2 {
    max-width: 95%;
  }

  .container-4 {
    max-width: 90%;
  }
}

#w-node-_42b1266c-e4fe-f331-0d25-011fce723b2f-e75543b3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3d4542c2-686d-a681-ee90-ab6e126cbb5c-e75543b3 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d963e55c-758d-d834-2e2c-7ab659923701-b87dff80 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_9a36f23e-41b5-ab6a-fac4-40091581b30e-065f4b22 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_42b1266c-e4fe-f331-0d25-011fce723b2f-e75543b3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d963e55c-758d-d834-2e2c-7ab659923701-b87dff80 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

