 .u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 600px;
}

.u-section-1 .u-text-1 {
  font-size: 3rem;
  font-weight: 500;
  margin: 80px 0 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 80px 0 60px;
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 400px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
    width: auto;
    margin-top: 50px;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 50px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-2 {
    margin-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 270px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.5rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 51px;
    margin-bottom: 51px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 213px;
}

.u-section-2 .u-layout-wrap-1 {
  --color-var: #f2f2f2;
  --top-left-radius: 30px;
  --top-right-radius: 30px;
  --bottom-left-radius: 30px;
  width: 960px;
  margin: 50px auto;
}

.u-section-2 .u-layout-cell-1 {
  min-height: 88px;
  --top-left-radius: 30px;
  --top-right-radius: 30px;
  --bottom-left-radius: 30px;
}

.u-section-2 .u-container-layout-1 {
  box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.4);
  padding: 30px;
}

.u-section-2 .u-text-1 {
  font-size: 1.5rem;
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 288px;
  }

  .u-section-2 .u-layout-wrap-1 {
    width: 940px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 86px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    --radius: 30px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 200px;
  }

  .u-section-2 .u-layout-wrap-1 {
    width: 720px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-layout-wrap-1 {
    width: 540px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 153px;
  }

  .u-section-2 .u-layout-wrap-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 93px;
    --radius: 0px;
    --top-left-radius: 20px;
    --top-right-radius: 20px;
    --bottom-right-radius: 0px;
    --bottom-left-radius: 20px;
  }

  .u-section-2 .u-container-layout-1 {
    padding: 20px;
  }

  .u-section-2 .u-text-1 {
    font-size: 1rem;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 288px;
}

.u-section-3 .u-layout-wrap-1 {
  --color-var: #f2f2f2;
  --top-left-radius: 30px;
  --top-right-radius: 30px;
  --bottom-left-radius: 30px;
  width: 400px;
  margin: 50px auto 50px 90px;
}

.u-section-3 .u-layout-cell-1 {
  min-height: 188px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(242, 242, 242, 0.5), rgba(242, 242, 242, 0.5));
  background-size: cover;
  --top-left-radius: 30px;
  --top-right-radius: 30px;
  --bottom-left-radius: 30px;
}

.u-section-3 .u-container-layout-1 {
  box-shadow: 2px 2px 6px 0px rgba(128,128,128,1);
  padding: 30px;
}

.u-section-3 .u-text-1 {
  font-size: 1rem;
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-3 .u-layout-cell-1 {
    --radius: 30px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 200px;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 160px;
  }

  .u-section-3 .u-layout-wrap-1 {
    width: 340px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .u-section-3 .u-layout-cell-1 {
    --radius: 0px;
    --top-left-radius: 20px;
    --top-right-radius: 20px;
    --bottom-right-radius: 0px;
    --bottom-left-radius: 20px;
  }

  .u-section-3 .u-container-layout-1 {
    padding: 20px;
  }

  .u-section-3 .u-text-1 {
    font-size: 0.875rem;
    width: auto;
  }
}.u-section-4 .u-sheet-1 {
  min-height: 400px;
}

.u-section-4 .u-layout-wrap-1 {
  --color-var: #f2f2f2;
  --top-left-radius: 30px;
  --top-right-radius: 30px;
  --bottom-left-radius: 30px;
  width: 650px;
  filter: none;
  margin: 50px 174px 50px auto;
}

.u-section-4 .u-layout-cell-1 {
  min-height: 319px;
  --top-left-radius: 30px;
  --top-right-radius: 30px;
  --bottom-left-radius: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(242, 242, 242, 0.5), rgba(242, 242, 242, 0.5));
  background-size: cover;
}

.u-section-4 .u-container-layout-1 {
  box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.4);
  padding: 30px;
}

.u-section-4 .u-text-1 {
  font-size: 1rem;
  margin: 0;
}

@media (max-width: 991px) {
  .u-section-4 .u-sheet-1 {
    min-height: 181px;
  }

  .u-section-4 .u-layout-wrap-1 {
    margin-right: 70px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-layout-wrap-1 {
    width: 540px;
    margin-right: 0;
  }

  .u-section-4 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-4 .u-sheet-1 {
    min-height: 456px;
  }

  .u-section-4 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 396px;
    --top-left-radius: 20px;
    --top-right-radius: 20px;
    --bottom-left-radius: 20px;
  }

  .u-section-4 .u-container-layout-1 {
    padding: 20px;
  }

  .u-section-4 .u-text-1 {
    font-size: 0.875rem;
  }
}.u-section-5 .u-sheet-1 {
  min-height: 422px;
}

.u-section-5 .u-layout-wrap-1 {
  --color-var: #f2f2f2;
  --top-left-radius: 30px;
  --top-right-radius: 30px;
  --bottom-left-radius: 30px;
  width: 500px;
  filter: none;
  margin: 50px auto 50px 191px;
}

.u-section-5 .u-layout-cell-1 {
  min-height: 322px;
  --top-left-radius: 30px;
  --top-right-radius: 30px;
  --bottom-left-radius: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(242, 242, 242, 0.5), rgba(242, 242, 242, 0.5));
  background-size: cover;
}

.u-section-5 .u-container-layout-1 {
  box-shadow: 2px 2px 6px 0px rgba(128,128,128,1);
  padding: 30px;
}

.u-section-5 .u-text-1 {
  font-size: 1rem;
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-5 .u-sheet-1 {
    min-height: 1112px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 319px;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-sheet-1 {
    min-height: 416px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-layout-wrap-1 {
    margin-left: 40px;
  }

  .u-section-5 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 {
    min-height: 392px;
  }

  .u-section-5 .u-layout-wrap-1 {
    width: 340px;
    margin-left: 0;
  }

  .u-section-5 .u-layout-cell-1 {
    --top-left-radius: 20px;
    --bottom-left-radius: 20px;
    --top-right-radius: 20px;
  }

  .u-section-5 .u-container-layout-1 {
    padding: 20px;
  }

  .u-section-5 .u-text-1 {
    font-size: 0.875rem;
    width: auto;
  }
}.u-section-6 .u-sheet-1 {
  min-height: 336px;
}

.u-section-6 .u-layout-wrap-1 {
  --color-var: #f2f2f2;
  --top-left-radius: 30px;
  --top-right-radius: 30px;
  --bottom-left-radius: 30px;
  width: 391px;
  margin: 50px auto 0;
}

.u-section-6 .u-layout-cell-1 {
  min-height: 218px;
  --top-left-radius: 30px;
  --top-right-radius: 30px;
  --bottom-left-radius: 30px;
}

.u-section-6 .u-container-layout-1 {
  box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.4);
  padding: 30px;
}

.u-section-6 .u-text-1 {
  font-size: 1.5rem;
  margin: 0 20px 0 1px;
}

.u-section-6 .u-text-2 {
  font-size: 1rem;
  margin: 20px 1px 0;
}

.u-section-6 .u-btn-1 {
  border-style: solid;
  font-weight: 700;
  font-size: 1rem;
  margin: -130px auto 45px 199px;
}

@media (max-width: 1199px) {
  .u-section-6 .u-layout-wrap-1 {
    position: relative;
  }

  .u-section-6 .u-layout-cell-1 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    --top-left-radius: 10px;
    --bottom-left-radius: 10px;
    --top-right-radius: 10px;
    --radius: 30px;
  }

  .u-section-6 .u-btn-1 {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .u-section-6 .u-sheet-1 {
    min-height: 218px;
  }

  .u-section-6 .u-layout-wrap-1 {
    margin-top: -266px;
    margin-bottom: -266px;
  }

  .u-section-6 .u-layout-cell-1 {
    min-height: 100px;
    --radius: 0px;
    --top-left-radius: 30px;
    --top-right-radius: 30px;
    --bottom-right-radius: 0px;
    --bottom-left-radius: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-6 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-6 .u-layout-wrap-1 {
    width: 340px;
    margin-top: -304px;
    margin-bottom: -304px;
  }

  .u-section-6 .u-layout-cell-1 {
    --top-left-radius: 20px;
    --bottom-left-radius: 20px;
    --top-right-radius: 20px;
  }

  .u-section-6 .u-container-layout-1 {
    padding: 20px;
  }

  .u-section-6 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-6 .u-text-2 {
    font-size: 0.875rem;
    margin-left: 0;
    margin-right: 0;
  }
}