@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: unset !important;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.B232landing {
  overflow: hidden;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  font-family: "Comfortaa", sans-serif;
  font-size: 18px;
  font-weight: 400;
  z-index: 10;
}
.B232landing h1,
.B232landing h2,
.B232landing h3,
.B232landing h4,
.B232landing h5,
.B232landing h6,
.B232landing ul,
.B232landing ol,
.B232landing p,
.B232landing div,
.B232landing span {
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
}
.B232landing section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.B232landing img {
  max-width: 100%;
  pointer-events: none;
}

html {
  overflow-x: hidden;
}

.B232landing__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.B232landing__main-elipses {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.B232landing__main-elipse1 {
  width: 5%;
  position: absolute;
  left: 41%;
  top: 40%;
  -webkit-animation: elipseAnimation 5s ease infinite;
  animation: elipseAnimation 5s ease infinite;
}
@-webkit-keyframes elipseAnimation {
  0% {
    top: 40%;
  }
  50% {
    top: 33%;
  }
  100% {
    top: 40%;
  }
}
@keyframes elipseAnimation {
  0% {
    top: 40%;
  }
  50% {
    top: 33%;
  }
  100% {
    top: 40%;
  }
}
.B232landing__main-elipse1 img {
  width: 100%;
  height: 100%;
}
.B232landing__main-elipse2 {
  width: 12%;
  position: absolute;
  top: 75%;
  left: 2%;
  -webkit-animation: elipseAnimation2 4s ease infinite;
  animation: elipseAnimation2 4s ease infinite;
}
@-webkit-keyframes elipseAnimation2 {
  0% {
    left: 2%;
  }
  50% {
    left: 0.5%;
  }
  100% {
    left: 2%;
  }
}
@keyframes elipseAnimation2 {
  0% {
    left: 2%;
  }
  50% {
    left: 0.5%;
  }
  100% {
    left: 2%;
  }
}
.B232landing__main-elipse2 img {
  width: 100%;
  height: 100%;
}
.B232landing__main-elipse3 {
  width: 10%;
  position: absolute;
  left: 89%;
  top: 50%;
  -webkit-animation: elipseAnimation3 5s ease infinite;
  animation: elipseAnimation3 5s ease infinite;
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
@media (max-width: 600px) {
  .B232landing__main-elipse3 {
    margin-top: 83%;
    width: 13%;
    left: 85%;
  }
}
@-webkit-keyframes elipseAnimation3 {
  0% {
    top: 50%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 50%;
  }
}
@keyframes elipseAnimation3 {
  0% {
    top: 50%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 50%;
  }
}
.B232landing__main-elipse3 img {
  width: 100%;
  height: 100%;
}
.B232landing__main-elipse4 {
  width: 6%;
  position: absolute;
  left: 92%;
  top: 12%;
  -webkit-animation: elipseAnimation4 6s ease infinite;
  animation: elipseAnimation4 6s ease infinite;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
@media (max-width: 600px) {
  .B232landing__main-elipse4 {
    display: none;
  }
}
@-webkit-keyframes elipseAnimation4 {
  0% {
    left: 92%;
  }
  50% {
    left: 89%;
  }
  100% {
    left: 92%;
  }
}
@keyframes elipseAnimation4 {
  0% {
    left: 92%;
  }
  50% {
    left: 89%;
  }
  100% {
    left: 92%;
  }
}
.B232landing__main-elipse4 img {
  width: 100%;
  height: 100%;
}
.B232landing__main-elipse5 {
  width: 6%;
  position: absolute;
  left: 70%;
  top: 5%;
  -webkit-animation: elipseAnimation5 5s ease infinite;
  animation: elipseAnimation5 5s ease infinite;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
@media (max-width: 600px) {
  .B232landing__main-elipse5 {
    margin-top: 192%;
    left: 5%;
    width: 8%;
  }
}
@-webkit-keyframes elipseAnimation5 {
  0% {
    top: 7%;
  }
  50% {
    top: 3%;
  }
  100% {
    top: 7%;
  }
}
@keyframes elipseAnimation5 {
  0% {
    top: 7%;
  }
  50% {
    top: 3%;
  }
  100% {
    top: 7%;
  }
}
.B232landing__main-elipse5 img {
  width: 100%;
  height: 100%;
}
.B232landing__main-elipse6 {
  width: 18%;
  position: absolute;
  left: 43%;
  top: 5%;
  -webkit-animation: elipseAnimation6 5s ease infinite;
  animation: elipseAnimation6 5s ease infinite;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
@media (max-width: 600px) {
  .B232landing__main-elipse6 {
    width: 30%;
    left: 65%;
  }
}
@-webkit-keyframes elipseAnimation6 {
  0% {
    top: 4%;
  }
  50% {
    top: 2%;
  }
  100% {
    top: 4%;
  }
}
@keyframes elipseAnimation6 {
  0% {
    top: 4%;
  }
  50% {
    top: 2%;
  }
  100% {
    top: 4%;
  }
}
.B232landing__main-elipse6 img {
  width: 100%;
  height: 100%;
}
.B232landing__main-elipse7 {
  width: 6%;
  position: absolute;
  left: 1.3%;
  top: 10%;
  -webkit-animation: elipseAnimation7 5s ease infinite;
  animation: elipseAnimation7 5s ease infinite;
}
@media (max-width: 600px) {
  .B232landing__main-elipse7 {
    left: 53%;
    margin-top: 23%;
    width: 10%;
  }
}
@-webkit-keyframes elipseAnimation7 {
  0% {
    top: 10%;
  }
  50% {
    top: 5%;
  }
  100% {
    top: 10%;
  }
}
@keyframes elipseAnimation7 {
  0% {
    top: 10%;
  }
  50% {
    top: 5%;
  }
  100% {
    top: 10%;
  }
}
.B232landing__main-elipse7 img {
  width: 100%;
  height: 100%;
}
.B232landing__main-maincontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 91%;
  padding-top: 2%;
  gap: 2vw;
  z-index: 2;
}
@media (max-width: 600px) {
  .B232landing__main-maincontainer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.B232landing__main-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40%;
  gap: 2vw;
  position: relative;
}
@media (max-width: 600px) {
  .B232landing__main-information {
    width: 70%;
    margin-right: auto;
    margin-left: 6%;
    gap: 4vw;
    padding-top: 5%;
  }
}
.B232landing__main-mobtext {
  width: 60%;
  padding-bottom: 11%;
  display: none;
}
@media (max-width: 600px) {
  .B232landing__main-mobtext {
    display: block;
  }
}
.B232landing__main-mobtext img {
  width: 100%;
  height: 100%;
}
.B232landing__main-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5vw;
}
@media (max-width: 600px) {
  .B232landing__main-item {
    gap: 6vw;
  }
}
.B232landing__main-logo {
  width: 11%;
}
@media (max-width: 600px) {
  .B232landing__main-logo {
    width: 9%;
  }
}
.B232landing__main-logo img {
  width: 100%;
  height: 100%;
}
.B232landing__main-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0vw;
}
.B232landing__main-title {
  font-size: 9.63vw;
  font-weight: 600;
}
@media (max-width: 600px) {
  .B232landing__main-title {
    font-size: 18.46vw;
    -webkit-transform: translateX(-2.3%);
    -ms-transform: translateX(-2.3%);
    transform: translateX(-2.3%);
  }
}
.B232landing__main-subtitle {
  font-size: 3.64vw;
  font-weight: 700;
  width: 70%;
}
@media (max-width: 600px) {
  .B232landing__main-subtitle {
    font-size: 6.15vw;
  }
}
.B232landing__main-text {
  width: 90%;
  margin-left: 12.5%;
}
@media (max-width: 600px) {
  .B232landing__main-text {
    display: none;
  }
}
.B232landing__main-text img {
  width: 100%;
  height: 100%;
}
.B232landing__main-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  gap: 2vw;
}
@media (max-width: 600px) {
  .B232landing__main-images {
    width: 100%;
  }
}
.B232landing__main-image1 {
  width: 120%;
}
.B232landing__main-image1 img {
  width: 100%;
  height: 100%;
}
.B232landing__main-image2 {
  width: 100%;
}
.B232landing__main-image2 img {
  width: 100%;
  height: 100%;
}
.B232landing__display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-image: url("../img/display/B232-display-background.png");
}
.B232landing__display-displaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2vw;
  width: 60%;
  position: relative;
  left: 8%;
}
@media (max-width: 600px) {
  .B232landing__display-displaycontainer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 15%;
    gap: 0vw;
    left: 0%;
  }
}
.B232landing__display-image {
  width: 70%;
}
@media (max-width: 600px) {
  .B232landing__display-image {
    width: 100%;
  }
}
.B232landing__display-image img {
  width: 100%;
  height: 100%;
}
.B232landing__display-information {
  width: 77%;
  height: 40%;
  margin-top: 22%;
  position: relative;
}
@media (max-width: 600px) {
  .B232landing__display-information {
    display: none;
  }
}
.B232landing__display-information img {
  width: 100%;
  height: 100%;
}
.B232landing__display-informationmob {
  width: 60%;
  position: relative;
  margin-left: 18%;
  display: none;
}
@media (max-width: 600px) {
  .B232landing__display-informationmob {
    display: block;
  }
}
.B232landing__display-informationmob img {
  width: 100%;
  height: 100%;
}
.B232landing__keyboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../img/keyboard/B232-keyboard-background.png");
  width: 100%;
}
@media (max-width: 600px) {
  .B232landing__keyboard {
    background-image: url("../img/keyboard/B232-keyboard-backgroundmob.png");
  }
}
.B232landing__keyboard-keyboardcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2vw;
  width: 71%;
  margin-top: -7.5%;
  z-index: 2;
  position: relative;
  right: 6%;
}
@media (max-width: 600px) {
  .B232landing__keyboard-keyboardcontainer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -3%;
    padding-bottom: 38%;
  }
}
.B232landing__keyboard-informationmob {
  width: 53%;
  -webkit-transform: translateY(35%) translateX(32%);
  -ms-transform: translateY(35%) translateX(32%);
  transform: translateY(35%) translateX(32%);
  position: relative;
  display: none;
}
@media (max-width: 600px) {
  .B232landing__keyboard-informationmob {
    display: block;
  }
}
.B232landing__keyboard-informationmob img {
  width: 100%;
  height: 100%;
}
.B232landing__keyboard-image {
  width: 70%;
  position: relative;
}
@media (max-width: 600px) {
  .B232landing__keyboard-image {
    width: 110%;
  }
}
.B232landing__keyboard-image img {
  width: 100%;
  height: 100%;
}
.B232landing__keyboard-information {
  width: 50%;
  position: relative;
  margin-top: 5%;
  -webkit-transform: translateX(-44%);
  -ms-transform: translateX(-44%);
  transform: translateX(-44%);
}
@media (max-width: 600px) {
  .B232landing__keyboard-information {
    display: none;
  }
}
.B232landing__keyboard-information img {
  width: 100%;
  height: 100%;
}
.B232landing__sos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-image: url("../img/sos/B232-sos-background.png");
}
@media (max-width: 600px) {
  .B232landing__sos {
    background-image: url("../img/sos/B232-sos-backgroundmob.png");
  }
}
.B232landing__sos-soscontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  margin-bottom: -1%;
}
@media (max-width: 600px) {
  .B232landing__sos-soscontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 15%;
    padding-bottom: 5%;
  }
}
.B232landing__sos-information {
  width: 45%;
  margin-top: 25%;
  position: relative;
}
@media (max-width: 600px) {
  .B232landing__sos-information {
    display: none;
  }
}
.B232landing__sos-information img {
  width: 100%;
  height: 100%;
}
.B232landing__sos-mobinformation {
  width: 65%;
  margin-left: 20%;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
  position: relative;
  display: none;
}
@media (max-width: 600px) {
  .B232landing__sos-mobinformation {
    display: block;
  }
}
.B232landing__sos-mobinformation img {
  width: 100%;
  height: 100%;
}
.B232landing__sos-image {
  width: 73%;
  opacity: 0;
  margin-top: -10%;
  margin-bottom: -4%;
  -webkit-transform: translateX(-32%);
  -ms-transform: translateX(-32%);
  transform: translateX(-32%);
}
@media (max-width: 600px) {
  .B232landing__sos-image {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    width: 115%;
  }
}
.B232landing__sos-image img {
  width: 100%;
  height: 100%;
}
.B232landing__battery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-image: url("../img/battery/B232-battery-background.png");
}
@media (max-width: 600px) {
  .B232landing__battery {
    background-image: url("../img/battery/B232-battery-backgroundmob.png");
  }
}
.B232landing__battery-batterycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 74%;
  gap: 2vw;
  padding-top: 3%;
}
@media (max-width: 600px) {
  .B232landing__battery-batterycontainer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.B232landing__battery-image {
  width: 78%;
  position: relative;
}
@media (max-width: 600px) {
  .B232landing__battery-image {
    width: 120%;
    margin-right: 5%;
  }
}
.B232landing__battery-image img {
  width: 100%;
  height: 100%;
}
.B232landing__battery-information {
  width: 55%;
  position: relative;
  -webkit-transform: translateY(20%) translateX(-25%);
  -ms-transform: translateY(20%) translateX(-25%);
  transform: translateY(20%) translateX(-25%);
}
@media (max-width: 600px) {
  .B232landing__battery-information {
    display: none;
  }
}
.B232landing__battery-information img {
  width: 100%;
  height: 100%;
}
.B232landing__battery-mobinformation {
  width: 120%;
  position: relative;
  -webkit-transform: translateY(-5%) translateX(35%) scale(1.3);
  -ms-transform: translateY(-5%) translateX(35%) scale(1.3);
  transform: translateY(-5%) translateX(35%) scale(1.3);
  padding-bottom: 15%;
  display: none;
}
@media (max-width: 600px) {
  .B232landing__battery-mobinformation {
    display: block;
  }
}
.B232landing__flashlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-image: url("../img/flashlight/B232-flashlight-background.png");
}
.B232landing__flashlight-flashlightcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  padding-top: 9%;
}
@media (max-width: 600px) {
  .B232landing__flashlight-flashlightcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 0%;
  }
}
.B232landing__flashlight-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 55%;
}
@media (max-width: 600px) {
  .B232landing__flashlight-phone {
    width: 90%;
  }
}
.B232landing__flashlight-phone img {
  width: 100%;
  height: 100%;
}
.B232landing__flashlight-image {
  z-index: 2;
  width: 100%;
}
@media (max-width: 600px) {
  .B232landing__flashlight-image {
    display: none;
  }
}
.B232landing__flashlight-image img {
  width: 100%;
  height: 100%;
}
.B232landing__flashlight-mobimage {
  width: 100%;
  z-index: 2;
  display: none;
}
@media (max-width: 600px) {
  .B232landing__flashlight-mobimage {
    display: block;
  }
}
.B232landing__flashlight-mobimage img {
  width: 100%;
  height: 100%;
}
.B232landing__flashlight-light {
  width: 80%;
  z-index: 1;
  top: -17%;
  left: 45%;
  position: absolute;
}
@media (max-width: 600px) {
  .B232landing__flashlight-light {
    top: -15%;
    left: 43%;
  }
}
.B232landing__flashlight-light img {
  width: 100%;
  height: 100%;
}
.B232landing__flashlight-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2vw;
  width: 53%;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
}
@media (max-width: 600px) {
  .B232landing__flashlight-information {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 20%;
    -webkit-transform: translateY(3%);
    -ms-transform: translateY(3%);
    transform: translateY(3%);
  }
}
.B232landing__flashlight-item1 {
  width: 100%;
  position: relative;
}
@media (max-width: 600px) {
  .B232landing__flashlight-item1 {
    display: none;
  }
}
.B232landing__flashlight-item1 img {
  width: 100%;
  height: 100%;
}
.B232landing__flashlight-item2 {
  width: 100%;
  position: relative;
}
@media (max-width: 600px) {
  .B232landing__flashlight-item2 {
    display: none;
  }
}
.B232landing__flashlight-item2 img {
  width: 100%;
  height: 100%;
}
.B232landing__flashlight-mobitem1 {
  width: 100%;
  -webkit-transform: translateY(28%) translateX(-43%);
  -ms-transform: translateY(28%) translateX(-43%);
  transform: translateY(28%) translateX(-43%);
  display: none;
}
@media (max-width: 600px) {
  .B232landing__flashlight-mobitem1 {
    display: block;
  }
}
.B232landing__flashlight-mobitem1 img {
  width: 100%;
  height: 100%;
}
.B232landing__flashlight-mobitem2 {
  width: 100%;
  display: none;
}
@media (max-width: 600px) {
  .B232landing__flashlight-mobitem2 {
    display: block;
  }
}
.B232landing__flashlight-mobitem2 img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.B232landing__simcards-simcardscontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  padding-bottom: 13%;
  padding-top: 8%;
  margin-top: -7%;
}
@media (max-width: 600px) {
  .B232landing__simcards-simcardscontainer {
    display: none;
  }
}
.B232landing__simcards-information1 {
  width: 50%;
  -webkit-transform: translateY(95%) translateX(27%);
  -ms-transform: translateY(95%) translateX(27%);
  transform: translateY(95%) translateX(27%);
}
.B232landing__simcards-information1 img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-phone {
  width: 90%;
  position: relative;
}
.B232landing__simcards-phone img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-image {
  width: 100%;
}
.B232landing__simcards-image img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-cards {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 70%;
  top: -10%;
}
.B232landing__simcards-card1 {
  width: 18%;
  right: 95%;
  top: 80%;
  position: absolute;
}
.B232landing__simcards-card1 img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-card2 {
  position: absolute;
  width: 18%;
  right: 80%;
  top: 10%;
  z-index: 2;
}
.B232landing__simcards-card2 img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-card3 {
  position: absolute;
  width: 18%;
  top: 19%;
  z-index: 1;
  right: 68%;
}
.B232landing__simcards-card3 img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-information2 {
  width: 50%;
}
.B232landing__simcards-information2 img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-item1 {
  width: 105%;
  -webkit-transform: translateY(85%) translateX(-50%);
  -ms-transform: translateY(85%) translateX(-50%);
  transform: translateY(85%) translateX(-50%);
}
.B232landing__simcards-item1 img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-item2 {
  width: 105%;
  -webkit-transform: translateY(86%) translateX(-80%);
  -ms-transform: translateY(86%) translateX(-80%);
  transform: translateY(86%) translateX(-80%);
}
.B232landing__simcards-item2 img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-mobcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  display: none;
}
@media (max-width: 600px) {
  .B232landing__simcards-mobcontainer {
    display: block;
  }
}
.B232landing__simcards-mobinformation {
  width: 60%;
  padding-top: 6%;
  padding-left: 6%;
  position: relative;
  -webkit-transform: translateX(15%) translateY(13%);
  -ms-transform: translateX(15%) translateY(13%);
  transform: translateX(15%) translateY(13%);
}
.B232landing__simcards-mobinformation img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-mobphone {
  width: 150%;
  position: relative;
}
.B232landing__simcards-mobphone img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-mobimage {
  position: relative;
  width: 100%;
}
.B232landing__simcards-mobimage img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-mobcards {
  width: 85%;
  position: absolute;
}
.B232landing__simcards-mobcard1 {
  width: 18%;
  position: absolute;
  margin-top: 15%;
  margin-left: 5%;
}
.B232landing__simcards-mobcard1 img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-mobcard2 {
  width: 18%;
  position: absolute;
  -webkit-transform: translateY(-53%);
  -ms-transform: translateY(-53%);
  transform: translateY(-53%);
  left: 5%;
  z-index: 2;
}
.B232landing__simcards-mobcard2 img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-mobcard3 {
  width: 18%;
  position: absolute;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  left: 18%;
}
.B232landing__simcards-mobcard3 img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-mobinformation2 {
  width: 55%;
  margin-left: 12%;
  padding-bottom: 4%;
}
.B232landing__simcards-mobinformation2 img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-mobitem1 {
  width: 100%;
  -webkit-transform: translateX(42%) translateY(12%);
  -ms-transform: translateX(42%) translateY(12%);
  transform: translateX(42%) translateY(12%);
}
.B232landing__simcards-mobitem1 img {
  width: 100%;
  height: 100%;
}
.B232landing__simcards-mobitem2 {
  width: 100%;
}
.B232landing__simcards-mobitem2 img {
  width: 100%;
  height: 100%;
}
