/*---------------------------------------------------------------------------------

 Theme Name:   Gelion
 Theme URI:    http://digitalnative.com.au/
 Description:  Gelion Technology
 Author:       Digial Native Web Team
 Author URI:   http://www.lafinboy.com
 Template:     Divi
 Version:      2.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.et_pb_column.et_pb_column_4_4.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    background-image: unset;
}

.gelion-battery-grand {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 1800px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gelion-battery-grand.desktop {
  display: none;
  height: auto;
  max-width: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gelion-battery-grand.desktop.ipad {
  display: none;
}

.gelion-battery-grand.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.lottie-battery {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 1500px;
  max-width: 1500px;
  min-height: auto;
  min-width: 1500px;
  -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;
  -o-object-fit: cover;
  object-fit: cover;
}

.image {
  position: relative;
  left: 10px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1000;
  display: none;
  width: auto;
  max-width: 1500px;
  min-height: 1px;
  min-width: 1500px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image.sd {
  display: none;
}

.batter-content-wrap {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 180px;
  padding-left: 100px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: cover;
  object-fit: cover;
}

.batter-content-wrap._2nd-frame {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.batter-content-wrap.frame-2-position {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding-right: 180px;
  padding-bottom: 0px;
  padding-left: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #293f4c;
  line-height: 42px;
}

.text-block {
  width: 100%;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.text-block._2nd-frame {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.battery-2nd-frame-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.battery-2nd-frame-content.horizontal {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  max-width: 550px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plus-icon {
  margin-right: 20px;
}

.battery-panel-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 30px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.battery-panel-1.end-panel {
  margin-bottom: 100px;
}

.battery-panel-1._1st-panel {
  width: 100%;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.battery-panel-1._1st-panel._2nd {
  margin-bottom: 60px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #293f4c;
  font-weight: 600;
}

.heading-2.label-headline {
  margin-right: 10px;
  font-size: 17px;
}

.bottom-line {
  width: 100%;
  height: 2px;
  background-color: #293f4c;
}

.bottom-line.longer {
  width: 100%;
  max-width: 420px;
}

._2nd-frame-content-wrap {
  position: absolute;
  left: auto;
  top: 4vw;
  right: auto;
  bottom: auto;
  width: 25vw;
  margin-bottom: 140px;
}

.image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 131px;
  bottom: 50px;
  z-index: 100;
  display: block;
  cursor: pointer;
}

.line-drawing {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -20px;
  width: 2px;
  height: 20px;
  background-color: #293f4c;
}

.line-drawing.long-line-1 {
  left: 400px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 2px;
  -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;
}

.line-drawing.long-line-1._2 {
  left: 100%;
  bottom: -20px;
  width: 84%;
}

.line-drawing.long-line-1._3 {
  left: 100%;
  bottom: 18px;
  width: 103%;
}

.line-drawing.long-line-1._4 {
  width: 430px;
}

.line-drawing.long-line-1.short {
  left: 100%;
  bottom: -20px;
  width: 90%;
}

.line-drawing.long-line-1.short._4 {
  bottom: 18px;
  width: 114%;
}

.line-drawing.top {
  bottom: 0px;
  height: 20px;
}

.label-click {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.div-block {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  background-color: #293f4c;
}

.expand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.info-box {
  position: absolute;
  width: 300px;
  height: 300px;
  max-width: 350px;
  padding: 20px;
  background-color: #fff;
}

.info-box.info-box-1 {
  display: none;
  margin-bottom: 80px;
}

.info-box.info-box-2 {
  display: none;
  margin-bottom: 80px;
}

.info-box.info-box-3 {
  display: none;
  margin-bottom: 80px;
}

.info-box.info-box-4 {
  display: none;
  margin-bottom: 80px;
}

.heading-3 {
  padding-right: 0px;
  color: #293f4c;
  font-weight: 600;
}

.text-block-2 {
  padding-right: 0px;
}

.go-backi-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: #293f4c;
  cursor: pointer;
}

.image-3 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1280px) {
  .gelion-battery-grand.desktop {
    display: none;
    max-width: 1800px;
  }

  .gelion-battery-grand.desktop.ipad {
    display: none;
  }

  .gelion-battery-grand.desktop {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 1800px;
    min-height: 800px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .lottie-battery {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 0;
    display: block;
    width: 1800px;
    height: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image {
    left: 0px;
    display: none;
    max-width: 1800px;
    min-width: 1800px;
  }

  .batter-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .batter-content-wrap.frame-2-position {
    display: none;
    -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;
  }

  .text-block._2nd-frame {
    width: 90%;
  }

  .battery-2nd-frame-content.horizontal {
    width: 450px;
    max-width: none;
    margin-right: 700px;
  }

  .battery-panel-1._1st-panel {
    width: auto;
    min-width: 400px;
  }

  .bottom-line.longer {
    max-width: none;
  }

  ._2nd-frame-content-wrap {
    top: auto;
    width: 450px;
    max-width: 400px;
    margin-right: 700px;
    margin-bottom: 200px;
  }

  .line-drawing.long-line-1._2 {
    left: 100%;
    width: 210px;
  }

  .line-drawing.long-line-1._3 {
    left: 100%;
    width: 280px;
  }

  .line-drawing.long-line-1.short {
    left: 100%;
    width: 240px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .line-drawing.long-line-1.short._4 {
    width: 320px;
  }

  .info-box.info-box-1 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: none;
    margin-top: 362px;
    margin-right: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .info-box.info-box-2 {
    display: none;
    margin-top: 362px;
    margin-right: 800px;
  }

  .info-box.info-box-3 {
    display: none;
    margin-top: 362px;
    margin-right: 800px;
  }

  .info-box.info-box-4 {
    display: none;
    margin-top: 362px;
    margin-right: 800px;
  }

  .heading-3 {
    margin-top: 0px;
  }

  .text-block-2 {
    display: block;
    margin-bottom: 9px;
  }

  .div-block-2 {
    left: auto;
    width: 550px;
    max-width: 600px;
    margin-right: 550px;
  }
}

@media screen and (max-width: 991px) {
  .gelion-battery-grand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    max-height: 800px;
    min-height: 800px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .gelion-battery-grand.desktop {
    display: none;
    overflow: visible;
    max-height: none;
    min-height: auto;
    margin-top: auto;
  }

  .gelion-battery-grand.desktop.ipad {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gelion-battery-grand.desktop {
    display: none;
  }

  .body {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie-battery {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .image {
    left: auto;
    right: 0px;
    display: block;
    width: 100%;
    max-width: none;
    min-height: auto;
    min-width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .batter-content-wrap {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .batter-content-wrap.frame-2-position {
    height: auto;
    padding-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    width: 500px;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 34px;
  }

  .text-block._2nd-frame {
    width: 70%;
    max-width: 450px;
    min-width: 300px;
  }

  .battery-panel-1._1st-panel {
    margin-bottom: 20px;
  }

  .heading-2.label-headline {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
  }

  .bottom-line {
    height: 1px;
  }

  .bottom-line.longer {
    height: 1px;
  }

  ._2nd-frame-content-wrap {
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-2 {
    right: 60px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-2.ipad {
    display: none;
  }

  .line-drawing {
    bottom: -40px;
    width: 1px;
    height: 40px;
  }

  .line-drawing.long-line-1._2 {
    bottom: -40px;
    width: 71%;
    height: 1px;
  }

  .line-drawing.long-line-1._3 {
    bottom: 19px;
    width: 83%;
    height: 1px;
  }

  .line-drawing.long-line-1.short {
    bottom: -40px;
    width: 76%;
    height: 1px;
  }

  .line-drawing.long-line-1.short._4 {
    bottom: 19px;
    width: 90%;
  }

  .label-click {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .info-box.info-box-1 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0px;
    display: none;
    width: 35vw;
    height: auto;
    max-width: 330px;
    min-height: 33vw;
    margin-bottom: 30px;
    margin-left: 5vw;
    padding: 10px 20px 55px;
  }

  .info-box.info-box-2 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
    width: 35vw;
    height: auto;
    max-width: 330px;
    min-height: 33vw;
    margin-bottom: 30px;
    margin-left: 5vw;
    padding-top: 10px;
    padding-bottom: 55px;
  }

  .info-box.info-box-3 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
    width: 35vw;
    height: auto;
    max-width: 330px;
    min-height: 33vw;
    margin-bottom: 30px;
    margin-left: 5vw;
    padding-top: 10px;
    padding-bottom: 55px;
  }

  .info-box.info-box-4 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
    width: 35vw;
    height: auto;
    max-width: 330px;
    min-height: 33vw;
    margin-bottom: 30px;
    margin-left: 5vw;
    padding-top: 10px;
    padding-bottom: 55px;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-2 {
    margin-bottom: 5px;
  }

  .div-block-2 {
    left: 5vw;
    top: auto;
    bottom: auto;
    width: 33vw;
    height: auto;
    margin-top: 93px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .arrow {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .gelion-battery-grand.desktop.ipad {
    min-height: 600px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #e6e9ee;
  }

  .image {
    z-index: 0;
    display: none;
  }

  .text-block._2nd-frame {
    max-width: 450px;
  }

  .battery-panel-1._1st-panel {
    margin-bottom: 45px;
  }

  .battery-panel-1._1st-panel._2nd {
    margin-bottom: 20px;
  }

  .battery-panel-1._1st-panel.outer {
    margin-bottom: 20px;
  }

  .heading-2.label-headline {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 16px;
  }

  .heading-2.label-headline.mod {
    width: 180px;
  }

  .bottom-line.longer {
    width: 110%;
  }

  ._2nd-frame-content-wrap {
    width: 100%;
    margin-top: 40px;
  }

  .line-drawing {
    bottom: 0px;
    height: 20px;
  }

  .line-drawing.long-line-1._2 {
    left: 100%;
    bottom: 20px;
    width: 52px;
  }

  .line-drawing.long-line-1._3 {
    bottom: -25px;
    width: 70px;
  }

  .line-drawing.long-line-1.short {
    left: 110%;
    bottom: 64px;
    width: 70px;
  }

  .line-drawing.long-line-1.short._4 {
    left: 110%;
    bottom: -45px;
    width: 80px;
  }

  .line-drawing.top {
    bottom: -25px;
    height: 25px;
  }

  .line-drawing.top.long {
    right: -10%;
    bottom: -45px;
    height: 45px;
  }

  .line-drawing.outer {
    right: -10%;
    height: 64px;
  }

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

  .info-box.info-box-1 {
    left: auto;
    top: auto;
    bottom: auto;
    display: none;
    width: 34vw;
    max-width: none;
    min-width: 250px;
    margin-top: 93px;
    margin-left: auto;
  }

  .info-box.info-box-2 {
    left: auto;
    bottom: auto;
    display: none;
    width: 34vw;
    max-width: none;
    min-width: 250px;
    margin-top: 93px;
    margin-left: auto;
  }

  .info-box.info-box-3 {
    left: auto;
    bottom: auto;
    display: none;
    width: 34vw;
    max-width: none;
    min-width: 250px;
    margin-top: 93px;
    margin-left: auto;
  }

  .info-box.info-box-4 {
    left: auto;
    bottom: auto;
    display: none;
    margin-top: 93px;
    margin-left: auto;
  }

  .div-block-2 {
    position: absolute;
    left: auto;
    right: 50%;
    width: 34vw;
    max-width: none;
    min-width: 215px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .arrow {
    width: 10px;
    margin-right: 6px;
  }

  .image-4 {
    display: block;
    width: 900px;
    min-width: 900px;
  }
}

@media screen and (max-width: 479px) {
  .gelion-battery-grand.desktop.ipad {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    max-width: 100%;
    min-height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #e6e9ee;
  }

  .image {
    display: none;
  }

  .heading {
    width: auto;
    margin-bottom: 20px;
  }

  .battery-panel-1._1st-panel {
    width: 90%;
    margin-bottom: 44px;
  }

  .battery-panel-1._1st-panel._2nd {
    width: 90%;
    margin-bottom: 20px;
  }

  .battery-panel-1._1st-panel.outer {
    margin-bottom: 25px;
  }

  .heading-2.label-headline {
    margin-right: 6px;
    font-size: 14px;
    line-height: 16px;
  }

  .bottom-line {
    width: 110%;
  }

  .bottom-line.longer {
    width: 120%;
  }

  ._2nd-frame-content-wrap {
    width: 70%;
    margin-top: 30px;
  }

  .line-drawing {
    right: -10%;
    bottom: 0px;
    height: 36px;
  }

  .line-drawing.long-line-1._2 {
    left: 110%;
    bottom: 35px;
    width: 45px;
  }

  .line-drawing.long-line-1._3 {
    left: 110%;
    bottom: -24px;
    width: 65px;
  }

  .line-drawing.long-line-1.short {
    left: 120%;
    bottom: 82px;
    width: 70px;
  }

  .line-drawing.long-line-1.short._4 {
    left: 120%;
    bottom: -71px;
    width: 70px;
  }

  .line-drawing.top {
    bottom: -24px;
    height: 24px;
  }

  .line-drawing.top.long {
    right: -20%;
    bottom: -71px;
    height: 71px;
  }

  .line-drawing.outer {
    right: -20%;
    height: 83px;
  }

  .label-click {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block {
    width: 12px;
    height: 12px;
  }

  .info-box.info-box-1 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
    width: 218px;
    max-width: 218px;
    min-height: auto;
    margin-bottom: 140px;
    margin-left: 0vw;
  }

  .info-box.info-box-2 {
    bottom: 0px;
    width: 218px;
    max-width: 218px;
    min-height: auto;
    margin-bottom: 140px;
    margin-left: 0vw;
  }

  .info-box.info-box-3 {
    bottom: 0px;
    display: none;
    width: 218px;
    max-width: 218px;
    min-height: auto;
    margin-bottom: 140px;
    margin-left: 0vw;
  }

  .info-box.info-box-4 {
    bottom: 0px;
    display: none;
    width: 218px;
    max-width: 218px;
    min-height: auto;
    margin-bottom: 140px;
    margin-left: 0vw;
  }

  .div-block-2 {
    position: absolute;
    right: auto;
    width: 180px;
    min-width: auto;
    margin-top: 69px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-4 {
    position: relative;
    right: 261px;
    display: block;
    width: 900px;
    max-width: none;
    min-height: auto;
    margin-top: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
