@charset "UTF-8";
/*************************BASIC******************************/
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

body {
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 80px;
}
@media (max-width: 1600px) {
  body {
    font-size: 1.25vw;
    padding-bottom: 5vw;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 4.07vw;
    line-height: 1.5;
    padding-bottom: 20.36vw;
  }
}

.fontT2 {
  font-family: "Rubik", sans-serif;
}

* {
  box-sizing: border-box;
}

button {
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
}
button:focus, button:active {
  outline: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

input, textarea, select {
  font-family: Arial, sans-serif;
  font-size: inherit;
  color: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: none;
  transition: none;
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

.textT1 {
  font-size: 440%;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT1 {
    font-size: 300%;
    line-height: 0.92;
  }
}

.textT2 {
  font-size: 320%;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT2 {
    font-size: 337.5%;
  }
}

.textT3 {
  font-size: 240%;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT3 {
    font-size: 200%;
  }
}
.textT3 small {
  font-size: 66.67%;
}
@media (max-width: 768px) {
  .textT3 small {
    font-size: 75%;
  }
}

.textT4 {
  font-size: 80%;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT4 {
    font-size: 100%;
  }
}

.textT5 {
  font-size: 200%;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 768px) {
  .textT5 {
    font-size: 150%;
line-height: 1.4;
  }
}

.ltr {
  direction: ltr;
}

.boldType {
  font-weight: 700;
}

.blackType {
  font-weight: 900;
}

.type500 {
  font-weight: 500;
}

.type600 {
  font-weight: 600;
}

.type800 {
  font-weight: 800;
}

.color1 {
  color: #ffffff;
}

.backColor1 {
  background: #ffffff;
}

.backColor2 {
  background: #007EFF;
}

.backColor3 {
  background: #F4F4F4;
}

.backColor4 {
  background: rgba(255, 255, 255, 0.2);
}

.centerText {
  text-align: center;
}

.wraperT1 {
  width: 1600px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .wraperT1 {
    width: 89.8%;
    max-width: 100%;
  }
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

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

.align-bottom {
  align-items: end;
}

@media (max-width: 768px) {
  .mob-column-reverse {
    flex-direction: column-reverse;
  }
}

.colorT1 {
  background: linear-gradient(180deg, #58C8DF 0%, #2E9EB5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wraperT2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .wraperT2 {
    width: 91.46%;
  }
}

.main_container {
  position: relative;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.header {
  padding: 16px 0;
}
@media (max-width: 1600px) {
  .header {
    padding: 1vw 0;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 4.07vw 0;
  }
}

.header_logo {
  width: 270px;
}
@media (max-width: 1600px) {
  .header_logo {
    width: 16.88vw;
  }
}
@media (max-width: 768px) {
  .header_logo {
    width: 41.22vw;
  }
}

.btnT1 {
  padding: 16px 20px;
  border-radius: 16px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .btnT1 {
    padding: 1vw 1.25vw;
    border-radius: 1vw;
    min-width: 9.44vw;
  }
}
@media (max-width: 768px) {
  .btnT1 {
    padding: 3.05vw 5.09vw;
    border-radius: 4.07vw;
    min-width: 30.53vw;
  }
}

.main_section {
  background: #000000;
  position: relative;
  margin-bottom: 103px;
  min-height: 610px;
  overflow-y: hidden;
}
@media (max-width: 1600px) {
  .main_section {
    margin-bottom: 6.44vw;
    min-height: 38.13vw;
  }
}
@media (max-width: 768px) {
  .main_section {
    margin-bottom: 10.18vw;
    min-height: 101.78vw;
  }
}

.video_back {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.video_back::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
@media (max-width: 768px) {
  .video_back::after {
    padding-bottom: 150.89%;
  }
}
.video_back video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .main_title {
    top: 10.18vw;
    transform: translateX(-50%);
  }
}

.link_more {
  position: absolute;
}

.main_logo {
  width: 609px;
  margin-bottom: 32px;
  display: block;
}
@media (max-width: 1600px) {
  .main_logo {
    width: 38.06vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 768px) {
  .main_logo {
    width: 69.21vw;
    margin-bottom: 4.07vw;
  }
}

.sectionT1 {
  position: absolute;
  left: 50%;
  bottom: 6.6%;
  transform: translateX(-50%);
  width: 600px;
  padding: 20px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .sectionT1 {
    width: 33.75vw;
    padding: 1.25vw;
    border-radius: 1.5vw;
  }
}
@media (max-width: 768px) {
  .sectionT1 {
    padding: 4.07vw;
    border-radius: 6.11vw;
    bottom: 10.18vw;
    width: 90%;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .sectionT1 .text {
    margin-bottom: 4.07vw;
  }
}

.link_more {
  position: absolute;
  left: 43px;
  bottom: 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3em;
}
@media (max-width: 1600px) {
  .link_more {
    left: 2.69vw;
    bottom: 2.94vw;
  }
}
.link_more .text {
  transform: rotate(-90deg) translateX(50%);
}
.link_more img {
  width: 30%;
}

.sticky_strip {
  width: 100%;
  left: 50%;
  bottom: 0;
  z-index: 10;
  position: fixed;
  padding: 16px 0;
  box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.04);
  transform: translate(-50%, 100%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .sticky_strip {
    padding: 1vw 0;
    box-shadow: 0 -0.25vw 1vw 0 rgba(0, 0, 0, 0.04);
  }
}
@media (max-width: 768px) {
  .sticky_strip {
    box-shadow: 0 -1.02vw 2.04vw 0 rgba(0, 0, 0, 0.1);
    padding: 4.07vw 0;
  }
}
.sticky_strip.show {
  transform: translateX(-50%);
}

.sticky_strip_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .sticky_strip_wrap {
    justify-content: space-between;
  }
}
.sticky_strip_wrap .text {
  margin-left: 32px;
}
@media (max-width: 1600px) {
  .sticky_strip_wrap .text {
    margin-left: 2vw;
  }
}
@media (max-width: 768px) {
  .sticky_strip_wrap .text {
    margin-left: 2.54vw;
  }
}

.footer {
  padding: 48px 0 64px;
}
@media (max-width: 1600px) {
  .footer {
    padding: 3vw 0 4vw;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 8.14vw 0;
  }
}

.listT1 {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.listT1 li {
  position: relative;
  margin: 0 18px;
}
@media (max-width: 1600px) {
  .listT1 li {
    margin: 0 1.13vw;
  }
}
@media (max-width: 768px) {
  .listT1 li {
    margin: 0 4.58vw 4.33vw;
  }
}
.listT1 li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-1.2em, -50%);
}
.listT1 li:last-of-type::before {
  display: none;
}
@media (max-width: 768px) {
  .listT1 li:nth-of-type(even)::before {
    display: none;
  }
  .listT1 li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

.footer_logo {
  width: 270px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .footer_logo {
    width: 16.88vw;
  }
}
@media (max-width: 768px) {
  .footer_logo {
    width: 55.22vw;
  }
}

.radiusT1 {
  overflow: hidden;
  border-radius: 32px;
  position: relative;
}
@media (max-width: 1600px) {
  .radiusT1 {
    border-radius: 2vw;
  }
}
@media (max-width: 768px) {
  .radiusT1 {
    border-radius: 6.11vw;
  }
}

.right-box {
background: url("https://image.maytronics-online.com/lib/fe3711717064057d701073/m/1/904134fd-767e-4647-8b3c-bd9f86f655d5.png") no-repeat;
background-size: cover;
}
@media (max-width: 768px) {
  .right-box {
    background-size: 100% 100%;
  }
}

.left-box {
background: url("https://image.maytronics-online.com/lib/fe3711717064057d701073/m/1/1817db74-d2e7-437e-91f3-53acb121c430.png") no-repeat;
background-size: cover;
}
@media (max-width: 768px) {
  .left-box {
    background-size: 100% 100%;
  }
}

.cubeT1_image {
  position: relative;
}
.cubeT1_image.video {
  position: relative;
}
.cubeT1_image.video::after {
  content: "";
  display: block;
  padding-bottom: 57.034%;
}
@media (max-width: 768px) {
  .cubeT1_image.video::after {
    padding-bottom: 56.25%;
  }
}
.cubeT1_image.video.video_big::after {
  padding-bottom: 56.25%;
}
@media (max-width: 768px) {
  .cubeT1_image.video.video_big::after {
    padding-bottom: 150%;
  }
}
.cubeT1_image.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cubeT1 {
  width: 49.13%;
}
@media (max-width: 768px) {
  .cubeT1 {
    width: 100%;
  }
}
.cubeT1.small {
  width: 43%;
}
@media (max-width: 768px) {
  .cubeT1.small {
    width: 100%;
  }
}

.cubeT1_inner_text {
  position: absolute;
  width: 37%;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .cubeT1_inner_text {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 89.8%;
  }
}

.logo_container {
  width: 204px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1600px) {
  .logo_container {
    width: 12.75vw;
  }
}
@media (max-width: 768px) {
  .logo_container {
    width: 27.99vw;
  }
}

.margB1 {
  margin-bottom: 35px;
}
@media (max-width: 1600px) {
  .margB1 {
    margin-bottom: 2.19vw;
  }
}
@media (max-width: 768px) {
  .margB1 {
    margin-bottom: 4.07vw;
  }
}

.margB2 {
  margin-bottom: 24px;
}
@media (max-width: 1600px) {
  .margB2 {
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 768px) {
  .margB2 {
    margin-bottom: 6.11vw;
  }
}

.margB3 {
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .margB3 {
    margin-bottom: 3.13vw;
  }
}
@media (max-width: 768px) {
  .margB3 {
    margin-bottom: 4.07vw;
  }
}

.margB4 {
  margin-bottom: 24px;
}
@media (max-width: 1600px) {
  .margB4 {
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 768px) {
  .margB4 {
    margin-bottom: 4.07vw;
  }
}

.margB5 {
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .margB5 {
    margin-bottom: 1.25vw;
  }
}
@media (max-width: 768px) {
  .margB5 {
    margin-bottom: 2.54vw;
  }
}

.margB6 {
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .margB6 {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 768px) {
  .margB6 {
    margin-bottom: 8.14vw;
  }
}

.margB7 {
  margin-bottom: 16px;
}
@media (max-width: 1600px) {
  .margB7 {
    margin-bottom: 1vw;
  }
}
@media (max-width: 768px) {
  .margB7 {
    margin-bottom: 4.07vw;
  }
}

.padT1 {
  padding: 100px 0;
}
@media (max-width: 1600px) {
  .padT1 {
    padding: 6.25vw 0;
  }
}
@media (max-width: 768px) {
  .padT1 {
    padding: 7.63vw 0;
  }
}

.padT2 {
  padding: 95px 20px;
}
@media (max-width: 1600px) {
  .padT2 {
    padding: 5vw 0.63vw;
  }
}
@media (max-width: 768px) {
  .padT2 {
    padding: 7.63vw 2.8vw;
  }
}

.padT3 {
  padding: 250px 70px 40px;
}
@media (max-width: 1600px) {
  .padT3 {
    padding: 14vw 4vw 2vw;
  }
}
@media (max-width: 768px) {
  .padT3 {
    padding: 28vw 2.8vw 7vw;
  }
}

@media (max-width: 768px) {
  .size100Mob {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .noRadiusMob {
    border-radius: 0;
  }
}

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