:root {
  --black: #333;
  --firebrick: #b90101;
  --white: white;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

a {
  color: var(--black);
  text-decoration: none;
}

a:hover, a:active, a:visited {
  color: var(--firebrick);
}

.header {
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding: 0 0 40px;
  display: block;
}

.header.wallophone-home {
  background-image: linear-gradient(#000c, #000c), url('../images/background-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
  position: static;
  overflow: visible;
}

.header.wallophone-home.iphone {
  height: 70vh;
}

.header.pages {
  background-color: #0c4366;
  padding-top: 20px;
  padding-bottom: 40px;
}

.header.pages.les-services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/wallophone---reparation---1.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 400px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.navbar {
  background-color: #000;
  flex-flow: row;
  place-content: stretch space-between;
  align-items: center;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.icon {
  color: var(--white);
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 400;
  line-height: 38px;
}

.body {
  background-image: linear-gradient(#000000bf, #000000bf);
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.heading {
  color: var(--black);
  text-align: center;
  margin-top: 120px;
  font-size: 38px;
  font-weight: 700;
}

.heading.white {
  color: var(--white);
  text-align: center;
  margin: 120px -15px 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
}

.heading.form {
  text-align: center;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
}

.heading.form.left {
  text-align: left;
}

.heading.form-white {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
}

.heading.form-white.left {
  text-align: left;
}

.heading.form-white.coordonnees {
  text-align: center;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.heading.center {
  color: #000;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.heading.center.blanc {
  color: #fff;
  margin-bottom: 10px;
}

.heading.pages {
  text-align: left;
}

.heading.pages.blanc {
  color: var(--white);
}

.heading.blanc {
  color: var(--white);
  font-family: Open Sans, sans-serif;
}

.heading.iphone {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
  font-family: Open Sans, sans-serif;
}

.heading.samsung {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
}

.container {
  clear: none;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 0;
  padding: 35px 120px 0;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.label {
  color: var(--white);
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 6px;
  margin: 10px;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
}

.label.black {
  border-color: var(--black);
  color: var(--black);
}

.div-block, .div-block-2 {
  text-align: center;
}

.button-hero {
  cursor: pointer;
  background-color: #b90101;
  border: 2px solid #b90101;
  border-radius: 5px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.button-hero:hover {
  background-color: #0000004a;
  border-width: 2px;
  border-color: #b90101;
  border-radius: 5px;
}

.button-hero.small {
  border-style: solid;
  border-color: #b90101;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 20px;
}

.button-hero.small:hover {
  border-style: solid;
  border-color: var(--white);
}

.button-hero.circle {
  border-color: var(--white);
  background-color: #0000;
}

.button-hero.circle.marginleft {
  background-color: var(--white);
  color: var(--black);
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
}

.telephone-wallophone {
  border: 1px solid var(--white);
  border-radius: 6px;
  align-items: center;
  padding: 4px 10px;
  display: flex;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-3 {
  text-align: right;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.link {
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}

.cellphoneninja-section {
  text-align: left;
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  height: 800px;
  padding: 0;
  display: flex;
}

.cellphoneninja-section.cuir {
  background-color: var(--black);
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/texture-cuir_1texture-cuir.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding: 0;
}

.cellphoneninja-section.cuir.margin {
  padding: 100px;
}

.cellphoneninja-section.fully {
  background-color: #555;
  padding: 0 10px;
}

.cellphoneninja-section.fully.coordonnees {
  background-color: #000;
  height: 300px;
  padding: 10px 40px 20px;
  display: block;
}

.cellphoneninja-section.white {
  background-color: var(--white);
}

.cellphoneninja-section.test {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/wallophone---reparation---2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.cellphoneninja-section.black {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.cellphoneninja-section.gray {
  background-color: #555;
  padding: 100px;
}

.cellphoneninja-section.gray.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cellphoneninja-section.white {
  background-color: #fff;
  margin-top: 300px;
  margin-bottom: 750px;
  padding: 100px;
}

.cellphoneninja-section.clear {
  padding: 0;
}

.cellphoneninja-section.lightgray {
  background-color: #e0e0e0;
  height: 1100px;
}

.div-block-4 {
  border-bottom: 1px solid var(--black);
  border-radius: 6px;
  flex: 0 auto;
}

.text-block {
  color: #999;
  text-align: center;
  padding-bottom: 40px;
  font-size: 16px;
}

.div-block-5 {
  text-align: left;
}

.form-label {
  color: var(--white);
  text-align: left;
}

.form-label.black {
  color: var(--black);
}

.textarea {
  min-height: 110px;
  color: var(--white);
  background-color: #0000;
  display: block;
}

.image {
  margin-right: 5px;
}

.container-3 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: block;
}

.expertise-wallophone {
  flex: 1;
  margin-left: 40px;
  padding-top: 0;
}

.expertise-icon {
  flex: 0 auto;
  margin-right: 0;
  display: inline-block;
}

.expertise-item {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.text-block-2 {
  align-items: center;
  display: inline-block;
}

.expertise-text {
  flex: 1;
  align-items: center;
  margin-left: 25px;
  font-family: Open Sans, sans-serif;
  display: inline-block;
}

.bold-text {
  font-family: Open Sans, sans-serif;
  line-height: 22px;
}

.bold-text-2, .bold-text-3 {
  line-height: 22px;
}

.text-field {
  color: var(--black);
  background-color: #0000;
  border-radius: 4px;
}

.text-field.end {
  margin-right: 10px;
}

.text-field.white {
  color: var(--white);
}

.brand.w--current {
  margin: auto;
  position: static;
}

.nav-menu {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-right: 20px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.nav-link {
  display: block;
}

.nav-link-item {
  float: none;
  clear: none;
  border-top: 1px none var(--white);
  border-bottom: 0px none var(--black);
  color: #fff;
  text-align: right;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0;
  padding: 15px 15px 15px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.nav-link-item:hover {
  color: #b90101;
  padding-top: 15px;
}

.nav-link-item:active {
  margin-top: 20px;
}

.nav-link-item:visited {
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-top: 20px;
  padding-top: 15px;
}

.nav-link-item.w--current {
  border-top: 0px none var(--white);
  color: #fff;
  flex-wrap: nowrap;
  align-content: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link-item.w--current:hover {
  color: #b90101;
}

.nav-link-item.w--open {
  margin-top: 0;
  padding-top: 15px;
  transform: translate(0);
}

.section {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--white);
  text-align: center;
  background-color: #000;
  padding: 20px;
}

.footer-text {
  color: var(--black);
  padding-left: 4px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  display: inline;
}

.link-2 {
  color: var(--black);
}

.columns {
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.column {
  padding-bottom: 85px;
  padding-left: 0;
  padding-right: 0;
}

.pic {
  border-radius: 200px;
  width: 400px;
  height: 400px;
}

.pic.reparation-carte-mere {
  background-image: url('../images/wallophone---reparation---1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
}

.column-2 {
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-2 {
  background-image: url('../images/texture-cuir_1texture-cuir.jpg');
  background-position: 0 0;
  background-size: 50px;
}

.div-block-6 {
  text-align: center;
  white-space: normal;
  border: 1px #000;
  padding-top: 25px;
  padding-bottom: 20px;
  line-height: 10px;
  display: block;
  position: relative;
  left: auto;
}

.div-block-6:hover {
  border-radius: 5px;
}

.texte {
  color: var(--white);
  align-items: flex-start;
  font-size: 16px;
  line-height: 22px;
}

.texte.black {
  color: var(--black);
  flex-direction: column;
  display: block;
}

.texte.center {
  text-align: center;
}

.texte.citation {
  background-color: #0003;
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
}

.texte.coordonnees, .texte.coordonnees-2 {
  font-family: Open Sans, sans-serif;
}

.column-3 {
  flex: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.columns-2 {
  flex-direction: row-reverse;
  align-items: stretch;
  display: flex;
}

.text-link {
  background-color: var(--black);
  color: var(--white);
  border-radius: 6px;
  margin-top: 2px;
  padding: 4px 10px;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
}

.column-4 {
  border-right: 5px solid #0000;
}

.wallophone-reseaux-sociaux {
  margin-right: 6px;
}

.div-block-7 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.column-6 {
  flex: 1;
}

.column-7 {
  border-left: 10px solid #0000;
}

.column-8 {
  border-right: 10px solid #0000;
  flex-direction: column;
  align-items: flex-start;
}

.column-fully {
  text-align: left;
  flex: none;
  padding: 60px;
}

.column-fully.cuir {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/texture-cuir_1texture-cuir.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.column-fully.cuir.badge {
  align-items: center;
  padding: 0 0 0 20px;
  display: flex;
}

.column-fully.neutral {
  background-color: #555;
}

.column-fully.badge {
  flex: 1;
  align-items: center;
  padding: 0;
  display: flex;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  place-items: center;
}

.pic-small {
  border-radius: 200px;
  width: 300px;
  height: 300px;
}

.pic-small.reparation-carte-mere {
  background-image: url('../images/wallophone---reparation---1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pic-small.wallophone-pic-1 {
  background-image: url('../images/macbook-pro-solo---2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.pic-small.wallophone-pic-1:hover {
  background-image: url('../images/macbook-pro-solo---1.jpg');
}

.pic-small.wallophone-pic-2 {
  background-image: url('../images/gameboy---1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.pic-small.wallophone-pic-2:hover {
  background-image: url('../images/gameboy---2.jpg');
}

.pic-small.wallophone-pic-4 {
  background-image: url('../images/port-USB---1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pic-small.wallophone-pic-4:hover {
  background-image: url('../images/port-USB---2.jpg');
}

.pic-small.wallophone-pic-5 {
  background-image: url('../images/applewatch---1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pic-small.wallophone-pic-5-copy {
  background-image: url('../images/wallophone---3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pic-small.wallophone-pic-3 {
  background-image: url('../images/iMac---1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.pic-small.wallophone-pic-3:hover {
  background-image: url('../images/iMac---2.jpg');
}

.pic-small.wallophone-pic-4-copy {
  background-image: url('../images/wallophone---6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pic-small.wallophone-pic-6 {
  background-image: url('../images/puce---2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pic-small.wallophone-pic-7 {
  background-image: url('../images/macbook-pro-ecran---1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pic-small.wallophone-pic-8 {
  background-image: url('../images/puce---1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pic-small.wallophone-pic-9 {
  background-image: url('../images/iPad---1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-8 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-block-9 {
  text-align: center;
  padding-top: 40px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 35%;
}

.marques {
  text-align: center;
  justify-content: center;
  margin-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.services {
  padding: 20px 20px 40px;
  display: inline-block;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.titre-compose {
  border-bottom: 1px solid var(--white);
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  min-height: 80px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.titre-compose.block {
  border-bottom-style: none;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: 88px;
  display: flex;
}

.titre-compose.margintop {
  margin-top: 40px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.heading-2.white {
  color: var(--white);
  font-weight: 400;
}

.heading-2.white.marginright {
  margin-right: 8px;
}

.icone {
  margin-top: 108px;
  margin-right: 30px;
  padding-top: 0;
}

.body-2 {
  font-family: Droid Sans, sans-serif;
}

.div-block-10 {
  text-align: left;
}

.div-block-copy {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 10px;
}

.columns-4 {
  display: flex;
}

.wallophone-vision {
  background-image: linear-gradient(#0000 67%, #000), linear-gradient(#000000bd, #000000bd), url('../images/section-img.jpg');
  background-position: 0 0, 0 0, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  padding: 100px;
}

.columns-5 {
  margin-top: 40px;
}

.div-block-11 {
  margin-bottom: 40px;
}

.div-block-12 {
  text-align: center;
  margin-top: 40px;
}

.wallophone-ecology {
  background-image: linear-gradient(#0000 67%, #000), linear-gradient(#0009, #0009), url('../images/ecologie-durable-wallophone.png');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding: 100px;
}

.div-block-13 {
  text-align: left;
}

.columns-6 {
  align-items: flex-start;
  margin-top: 220px;
  display: flex;
}

.column-15 {
  justify-content: center;
  display: flex;
}

.column-16 {
  padding-left: 60px;
}

.form-2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.div-block-14 {
  text-align: center;
  margin-bottom: 40px;
}

.text-field-4 {
  background-color: #0000;
  border: 1px solid #9e9e9e;
}

.conditions-top {
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
}

.onglet {
  color: #fff;
  background-color: #8a8989;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.onglet.white {
  background-color: #0000;
  margin-right: 0;
  padding: 0;
}

.onglet.end {
  margin-right: 0;
}

.onglet.hide {
  display: none;
}

.section-3 {
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr minmax(200px, .25fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 4px;
  margin-right: 0;
  display: block;
}

.onglet-image {
  margin-right: 10px;
}

.container-4 {
  display: flex;
}

.div-block-16 {
  text-align: center;
  margin-top: 4%;
}

.arrow {
  text-align: center;
  margin-top: 10%;
}

.html-embed {
  flex: 1;
  align-items: stretch;
  display: flex;
}

.column-17 {
  text-align: right;
}

.columns-7 {
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #333;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.section-4 {
  background-color: var(--white);
  display: block;
}

.image-3 {
  max-width: none;
  min-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 28px;
  line-height: 40px;
  display: inline-block;
}

.text-block-5 {
  color: var(--white);
  text-align: left;
  background-color: #0000;
  font-size: 12px;
}

.text-span {
  text-align: left;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.error-message {
  background-color: #fcbdbd;
}

.button-2 {
  color: var(--firebrick);
  background-color: #0000004a;
  border: 2px solid #b90101;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 15px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.button-2:hover {
  color: var(--white);
  background-color: #b90101;
  border-color: #b90101;
}

.image-4 {
  padding-top: 20px;
}

.link-3 {
  color: var(--white);
}

.div-block-17 {
  mix-blend-mode: normal;
  background-color: #0000;
  margin-bottom: 50px;
}

.html-embed-2 {
  background-color: #0000;
}

.text-block-6 {
  color: red;
  text-align: left;
  font-weight: 700;
}

.paragraph {
  margin-top: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.rich-text-block {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-7 {
  cursor: pointer;
  padding-top: 0;
  font-weight: 400;
  position: relative;
}

.dropdown-list {
  background-color: #eeeded;
}

.dropdown-link {
  color: var(--black);
  white-space: normal;
  background-color: #fafafa;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 15px 6px 15px 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-link:hover {
  color: var(--firebrick);
}

.dropdown-link.w--current {
  color: var(--black);
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  font-weight: 700;
}

.container-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-2 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: -5px;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: static;
}

.button-4 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px 15px 20px;
}

.dropdown-toggle.w--open {
  border: 1px solid #000;
  border-radius: 5px;
}

.icon-3 {
  mix-blend-mode: normal;
  margin-right: 5px;
  position: absolute;
  transform: rotate(-90deg);
}

.text-block-8 {
  text-align: left;
  font-weight: 700;
}

.field-label {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px;
  font-size: 16px;
  display: flex;
}

.dropdown-wrapper {
  border-bottom: 1px solid var(--white);
  background-color: #eeeded00;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  display: flex;
  transform: rotate(0);
}

.dropdown-wrapper.w--open {
  display: flex;
  top: 12px;
  left: 135px;
}

.dropdown-link-7 {
  flex: 0 auto;
  display: block;
}

.dropdown-right {
  border: 1px solid var(--white);
  border-radius: 5px;
  top: 1px;
  left: 166px;
}

.dropdown-right.w--open {
  background-color: #fafafa;
  border-color: #fafafa;
  margin-top: 0;
  margin-left: 4px;
  top: 0;
  left: 169px;
}

.dropdown-link-8 {
  border-bottom: 1px solid #000;
  border-radius: 5px;
  font-family: Open Sans, sans-serif;
}

.dropdown-link-8.w--current {
  color: var(--black);
}

.dropdown-link-8.w--current:hover {
  color: var(--firebrick);
}

.dropdown-list-2 {
  background-color: #fafafa00;
  border-radius: 5px;
}

.dropdown-list-2.w--open {
  background-color: #fafafa00;
  border: 1px #000;
  border-radius: 6px;
}

.dropdown-list-2.w--open:hover {
  border-width: 0;
}

.dropdown-link-9 {
  border-bottom: 1px solid #000;
  border-radius: 5px;
  font-family: Open Sans, sans-serif;
}

.dropdown-link-9:hover {
  color: var(--firebrick);
}

.dropdown-link-10 {
  border-bottom: 1px solid #000;
  border-radius: 5px;
  font-family: Open Sans, sans-serif;
}

.dropdown-link-10:hover {
  color: var(--firebrick);
}

.dropdown-link-11 {
  border-radius: 5px;
  font-family: Open Sans, sans-serif;
}

.dropdown-link-11:hover {
  color: var(--firebrick);
}

.dropdown-toggle-2 {
  background-color: #fafafa;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 15px 68px 15px 15px;
  transform: rotate(0);
}

.dropdown-toggle-2.w--open {
  border-bottom: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
}

.icon-4 {
  margin-right: 5px;
  transform: rotate(-90deg);
}

.dropdown-list-3 {
  top: 0;
  left: 149px;
}

.dropdown-list-3:hover {
  color: var(--black);
}

.dropdown-list-3.w--open {
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: -11px;
  margin-left: 6px;
  padding-top: 0;
  padding-left: 0;
  top: 11px;
  left: 166px;
}

.dropdown-link-12 {
  cursor: pointer;
  background-color: #fafafa;
  border-radius: 5px;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  left: auto;
}

.dropdown-link-12:hover {
  color: var(--firebrick);
}

.newlink-t {
  cursor: pointer;
  padding-left: 0;
  font-weight: 700;
}

.link-4 {
  color: #000;
  text-align: right;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.link-4:hover {
  color: #b90101;
}

.link-4.w--current {
  color: #000;
  cursor: pointer;
  border-radius: 5px;
}

.container-8 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: relative;
}

.button-whyus {
  cursor: pointer;
  background-color: #b90101;
  border: 1px solid #b90101;
  border-radius: 5px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.button-whyus:hover {
  background-color: #000;
  border-color: #000;
}

.button-whyus.small {
  border-style: solid;
  border-color: #b90101;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 20px;
}

.button-whyus.small:hover {
  border-style: solid;
  border-color: var(--white);
}

.button-whyus.circle {
  border-color: var(--white);
  background-color: #0000;
}

.button-whyus.circle.marginleft {
  background-color: var(--white);
  color: var(--black);
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
}

.dropdown {
  padding-top: 20px;
}

.link-5 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.link-5:hover {
  color: var(--firebrick);
}

.section-5 {
  height: 600px;
}

.heading-5, .heading-6, .heading-7 {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
}

.text-span-2 {
  color: #000;
}

.image-5 {
  float: none;
  text-align: right;
  max-width: 100%;
}

.image-6 {
  float: none;
  text-align: right;
}

.image-7 {
  text-align: right;
}

.section-6 {
  background-image: linear-gradient(#000000db, #000000db), url('../images/section-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: stretch;
  height: 1100px;
  margin-top: 0;
  display: block;
}

.tab-link-tab-1 {
  clear: none;
  text-align: left;
  position: relative;
}

.tab-link-tab-1.w--current {
  mix-blend-mode: normal;
  object-fit: fill;
  margin-right: 100px;
  padding-right: 30px;
  overflow: visible;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 1px solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  font-style: normal;
  display: inline-block;
}

.tab-link-tab-2, .tab-link-tab-3 {
  margin-right: 100px;
}

.tabs {
  text-align: center;
}

.container-9 {
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-8 {
  flex: 0 auto;
  align-self: center;
  max-width: 70%;
  margin: auto;
  padding-left: 0;
}

.tabs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around flex-start;
  place-items: stretch stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.tabs-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.tabs-content {
  flex: 1;
  align-self: stretch;
  padding: 0;
  position: relative;
}

.tabs-menu-2 {
  background-color: #0000;
  flex-direction: column;
  align-self: center;
  width: 340px;
  margin-right: 100px;
  display: flex;
}

.tab-label {
  color: #fff;
  margin-left: 10px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: color .2s;
  display: inline-block;
}

.tab-label:hover {
  color: #b9010180;
}

.tab-label:active {
  color: var(--firebrick);
  white-space: normal;
}

.tab-label:focus {
  color: var(--firebrick);
}

.image-9 {
  max-width: 30%;
  margin-left: -6px;
  margin-right: 10px;
}

.tab-link {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white) black #fff;
  color: var(--white);
  cursor: pointer;
  background-color: #ddd0;
  border-radius: 0;
  flex: 0 auto;
  align-self: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  text-decoration: none;
}

.tab-link:hover {
  color: var(--white);
  text-decoration: none;
}

.tab-link:active {
  color: var(--white);
  border-top-style: none;
}

.tab-link.w--current {
  color: var(--firebrick);
  background-color: #ddd0;
  flex: 1;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  transition: color .2s;
}

.tab-link.w--current:hover {
  color: #b9010180;
}

.tab-link.w--current:active {
  mix-blend-mode: normal;
}

.image-10 {
  max-width: 40%;
  margin-left: -15px;
  margin-right: 10px;
  display: inline-block;
}

.image-11 {
  max-width: 40%;
  margin-left: -15px;
  margin-right: 10px;
  padding-left: 0;
}

.tab-image {
  background-color: #0000;
  max-width: 40%;
  margin-left: -15px;
  margin-right: 10px;
}

.text-block-12 {
  color: var(--white);
  margin-left: 10px;
  margin-right: 0;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.image-12, .image-13 {
  max-width: 40%;
  margin-left: -15px;
  margin-right: 10px;
}

.text-block-14 {
  color: var(--white);
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.image-14, .image-15 {
  max-width: 40%;
  margin-left: -15px;
  margin-right: 10px;
}

.image-16 {
  max-width: 40%;
  margin-left: -15px;
  margin-right: 10px;
  display: inline-block;
}

.container-10 {
  max-width: 1100px;
  margin-bottom: 70px;
}

.container-11 {
  max-width: 1100px;
  margin-bottom: 152px;
  padding-bottom: 0;
}

.tab-pane-tab-1 {
  background-color: #0000;
  height: 700px;
  padding: 30px;
  font-size: 18px;
}

.text-block-15 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-16 {
  color: var(--white);
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.tab-pane-tab-2 {
  height: 700px;
  padding: 30px;
}

.bold-text-4 {
  font-family: Open Sans, sans-serif;
}

.navigation-links {
  color: var(--white);
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-links:hover, .navigation-links:active {
  color: var(--firebrick);
}

.navigation-links:visited, .navigation-links.w--current {
  color: var(--white);
}

.navigation-links.w--current:hover {
  color: var(--firebrick);
}

.text-block-17 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-17:hover {
  color: var(--firebrick);
}

.icon-5 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.icon-5:hover {
  color: var(--firebrick);
}

.icon-5:active {
  color: var(--white);
}

.navbar-new {
  background-color: #000;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: 100px;
  display: flex;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-7 {
  height: 100px;
}

.brand-2 {
  width: 170px;
  height: 100px;
}

.image-17 {
  width: 170px;
  max-width: none;
  height: 100px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.drop-right {
  flex: 1;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
}

.drop-right.w--open {
  margin-top: 120px;
  margin-bottom: 0;
  margin-left: 480px;
}

.right-icon {
  color: var(--black);
  margin-right: 0;
  font-weight: 700;
  transform: rotate(-90deg);
}

.right-icon:hover {
  color: var(--firebrick);
}

.dropdown-toggle-3 {
  color: var(--black);
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 70px 10px 10px;
}

.dropdown-toggle-3:hover, .dropdown-toggle-3:active {
  color: var(--firebrick);
}

.dropdown-toggle-3.w--open {
  cursor: pointer;
  margin-right: 0;
  padding-bottom: 10px;
  padding-right: 70px;
}

.dropdown-2 {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-2:hover, .dropdown-2:active {
  color: var(--firebrick);
}

.dropdown-link-13 {
  color: var(--black);
  cursor: pointer;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-link-13:hover, .dropdown-link-13:active, .dropdown-link-13:visited {
  color: var(--firebrick);
}

.dropdown-link-13.w--current {
  color: var(--black);
}

.dropdown-link-13.w--current:hover, .dropdown-link-13.w--current:active, .dropdown-link-13.w--current:visited {
  color: var(--firebrick);
}

.dropdown-link-14 {
  color: var(--black);
  cursor: pointer;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-link-14:hover, .dropdown-link-14:active, .dropdown-link-14:visited {
  color: var(--firebrick);
}

.dropdown-link-15 {
  color: var(--black);
  cursor: pointer;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-link-15:hover, .dropdown-link-15:active, .dropdown-link-15:visited {
  color: var(--firebrick);
}

.dropdown-link-16 {
  color: var(--black);
  cursor: pointer;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-link-16:hover, .dropdown-link-16:active, .dropdown-link-16:visited {
  color: var(--firebrick);
}

.dropdown-toggle-4 {
  color: var(--white);
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 70px 10px 10px;
}

.dropdown-toggle-4:hover, .dropdown-toggle-4:active {
  color: var(--firebrick);
}

.icon-7 {
  color: var(--black);
  margin-right: 0;
  font-weight: 700;
  transform: rotate(-90deg);
}

.icon-7:hover, .drop-right1:hover, .drop-right1:active {
  color: var(--firebrick);
}

.drop-right1.w--open {
  cursor: pointer;
  margin-top: -40px;
  margin-left: 195px;
}

.dropdown-list-4 {
  color: var(--white);
  background-color: #ddd;
  border: 1px solid #000;
  position: absolute;
}

.dropdown-list-4:hover, .dropdown-list-4:active {
  color: var(--firebrick);
}

.dropdown-list-4.w--open {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-18, .text-block-19 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-link-17 {
  color: var(--black);
  margin-left: 0;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-link-17:hover, .dropdown-link-17:active, .dropdown-link-17:visited {
  color: var(--firebrick);
}

.dropdown-link-18 {
  color: var(--black);
  cursor: pointer;
  margin-left: 0;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-link-18:hover, .dropdown-link-18:active {
  color: var(--firebrick);
}

.dropdown-link-18:visited {
  color: var(--white);
}

.dropdown-link-19 {
  color: var(--black);
  cursor: pointer;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-link-19:hover, .dropdown-link-19:active {
  color: var(--firebrick);
}

.dropdown-link-19.w--current {
  color: var(--black);
}

.dropdown-link-19.w--current:hover, .dropdown-link-19.w--current:active, .dropdown-link-19.w--current:visited {
  color: var(--firebrick);
}

.dropdown-link-20 {
  color: var(--black);
  cursor: pointer;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-link-20:hover, .dropdown-link-20:active, .dropdown-link-20:visited {
  color: var(--firebrick);
}

.dropdown-link-21 {
  color: var(--black);
  cursor: pointer;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-link-21:hover, .dropdown-link-21:active, .dropdown-link-21:visited {
  color: var(--firebrick);
}

.link-6 {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}

.link-6:hover, .link-6:active, .link-6:visited {
  color: var(--firebrick);
}

.link-6.w--current {
  color: var(--black);
  padding-left: 0;
}

.link-6.w--current:hover, .link-6.w--current:active {
  color: var(--firebrick);
}

.dropdown-toggle-5 {
  color: var(--white);
  cursor: pointer;
}

.dropdown-toggle-5:hover, .dropdown-toggle-5:active, .dropdown-toggle-5.w--open {
  color: var(--firebrick);
}

.link-7 {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}

.link-7:hover, .link-7:active, .link-7:visited {
  color: var(--firebrick);
}

.dropdown-3 {
  color: var(--black);
}

.dropdown-3:hover {
  color: var(--firebrick);
}

.section-8 {
  background-image: linear-gradient(#fdfdfdc7, #fdfdfdc7), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
}

.container-12 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane-tab-3 {
  height: 700px;
  padding: 30px;
}

.text-block-20 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-18 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-21 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.tab-pane-tab-4 {
  height: 700px;
  padding: 30px;
}

.text-block-22 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.tab-pane-tab-5 {
  height: 700px;
  margin-top: 0;
  padding: 30px;
}

.text-block-23 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.tab-pane-tab-6 {
  height: 700px;
  padding: 30px;
}

.text-block-24 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.tab-pane-tab-7 {
  height: 700px;
  padding: 30px;
}

.text-block-25 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.tab-pane-tab-8 {
  height: 700px;
  padding: 30px;
}

.image-18 {
  padding-top: 30px;
  padding-left: 0;
}

.image-19 {
  padding-top: 20px;
}

.image-20 {
  padding-top: 30px;
}

.image-21 {
  margin-top: 40px;
  padding-top: 30px;
}

.image-22 {
  margin-top: 22px;
  margin-left: 0;
  padding-top: 30px;
  padding-left: 0;
}

.image-23 {
  padding-top: 30px;
  padding-left: 30px;
}

.image-24 {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-25 {
  margin-top: 40px;
  padding-top: 30px;
}

.text-block-26 {
  justify-content: flex-start;
  width: auto;
  margin-right: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.heading-8 {
  width: 50%;
}

.div-block-19 {
  width: 60%;
}

.image-26 {
  height: 350px;
  margin-left: 30px;
}

.heading-9 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.paragraph-2 {
  color: var(--firebrick);
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.section-9 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.container-13 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-21 {
  width: auto;
  display: block;
}

.div-block-22 {
  width: 50%;
  display: block;
}

.container-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-27 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
}

.paragraph-3 {
  width: auto;
  color: var(--firebrick);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.heading-10 {
  width: auto;
  display: block;
}

.div-block-23 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.heading-11 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.text-block-27 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.section-10 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.container-15 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.paragraph-4 {
  color: var(--firebrick);
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.heading-12 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.text-block-28 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.container-16 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-11 {
  background-image: linear-gradient(#ffffffc2, #ffffffc2), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 700px;
  line-height: 22px;
  display: flex;
}

.paragraph-5 {
  color: var(--firebrick);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.heading-13 {
  width: auto;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

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

.div-block-27 {
  width: 50%;
  padding-left: 20px;
}

.text-block-29 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-12 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.container-17 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-28 {
  width: 55%;
}

.div-block-29 {
  width: 40%;
  margin-left: 40px;
}

.paragraph-6 {
  color: var(--firebrick);
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.heading-14 {
  font-size: 40px;
}

.heading-15 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.text-block-30 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.section-13 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  height: 600px;
  display: flex;
}

.container-18 {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

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

.div-block-31 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.paragraph-7 {
  color: var(--firebrick);
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.heading-16 {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.text-block-31 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.section-14 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.container-19 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.div-block-33 {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.paragraph-8 {
  color: var(--firebrick);
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.heading-17 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.text-block-32 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.section-15 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.container-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-18 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

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

.div-block-35 {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.paragraph-9 {
  color: var(--firebrick);
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.text-block-33 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.section-16 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.container-21 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-36, .div-block-37 {
  width: 100%;
}

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

.div-block-39 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-left: 10px;
  padding-left: 10px;
  display: flex;
}

.paragraph-10 {
  color: var(--firebrick);
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.heading-19 {
  margin-bottom: 0;
  font-size: 35px;
}

.text-block-34 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.section-17 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 570px;
  display: flex;
}

.container-22 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-40 {
  width: 60%;
}

.div-block-41 {
  justify-content: flex-end;
  width: 40%;
  padding-left: 0;
  display: flex;
}

.paragraph-11 {
  color: var(--firebrick);
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.heading-20 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.text-block-35 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.section-18 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.container-23 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.div-block-43 {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.paragraph-12 {
  color: var(--firebrick);
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.heading-21 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.text-block-36 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.section-19 {
  background-color: var(--white);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  display: flex;
}

.heading-22 {
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.text-block-37 {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 70%;
  display: flex;
}

.button-5 {
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  display: inline-block;
}

.container-24 {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.button-schedule {
  background-color: var(--firebrick);
  text-align: center;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: -50px;
  margin-right: -50px;
  padding: 20px 0 16px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.button-schedule:hover {
  border: 2px solid var(--firebrick);
  color: #fff;
  background-color: #fdfdfd00;
}

.heading-23 {
  width: 60%;
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.div-block-45 {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  margin-left: 610px;
  margin-right: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.text-block-38 {
  width: 60%;
  color: var(--white);
}

.div-block-46 {
  width: 60%;
}

.image-28 {
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-20 {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 230px;
  display: flex;
}

.container-25 {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.paragraph-13 {
  width: 70%;
  color: var(--white);
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-47 {
  align-self: center;
  width: auto;
  display: block;
}

.div-block-48 {
  justify-content: flex-start;
  display: flex;
}

.button-6 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.button-6:hover {
  color: var(--firebrick);
  background-color: #b9010100;
  border-width: 2px;
  border-radius: 5px;
}

.heading-24 {
  width: 80%;
  color: var(--white);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.section-21 {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  height: 230px;
  display: flex;
}

.container-26 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-26:hover {
  background-color: #03030300;
}

.heading-25 {
  width: 80%;
  color: var(--white);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.paragraph-14 {
  width: 70%;
  color: var(--white);
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.button-7 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  width: 260px;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.button-7:hover {
  color: var(--firebrick);
  background-color: #b9010100;
}

.section-22 {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  height: 230px;
  padding: 0;
  display: flex;
}

.container-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-26 {
  width: 80%;
  color: var(--white);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.paragraph-15 {
  width: 70%;
  color: var(--white);
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.button-8 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  width: 200px;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.button-8:hover {
  color: var(--firebrick);
  background-color: #b9010100;
}

.section-23 {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  height: 230px;
  display: flex;
}

.container-28 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-27 {
  width: 80%;
  color: var(--white);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.paragraph-16 {
  width: 70%;
  color: var(--white);
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.button-9 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.button-9:hover {
  background-color: #b9010100;
}

.section-24 {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  height: 230px;
  display: flex;
}

.container-29 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-28 {
  width: 80%;
  color: var(--white);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.paragraph-17 {
  width: 70%;
  color: var(--white);
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.button-10 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  width: 230px;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.button-10:hover {
  color: var(--firebrick);
  background-color: #b9010100;
}

.section-25 {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  height: 230px;
  display: flex;
}

.container-30 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-29 {
  width: 80%;
  color: var(--white);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.paragraph-18 {
  width: 70%;
  color: var(--white);
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.button-11 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  width: 200px;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.button-11:hover {
  color: var(--firebrick);
  background-color: #b9010100;
}

.section-26 {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  height: 230px;
  display: flex;
}

.container-31 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-30 {
  width: 80%;
  color: var(--white);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.paragraph-19 {
  width: 70%;
  color: var(--white);
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.button-12 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  width: 230px;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.button-12:hover {
  background-color: #b9010100;
}

.section-27 {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  height: 230px;
  display: flex;
}

.container-32 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-31 {
  width: 80%;
  color: var(--white);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.paragraph-20 {
  width: 70%;
  color: var(--white);
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.button-13 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  width: 200px;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.button-13:hover {
  color: var(--firebrick);
  background-color: #b9010100;
}

.section-28 {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 230px;
  display: flex;
}

.container-33 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-32 {
  width: 80%;
  color: var(--white);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.paragraph-21 {
  width: 70%;
  color: var(--white);
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
}

.button-14 {
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 15px 20px;
  display: flex;
}

.div-block-49 {
  display: block;
}

.section-29 {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  height: 230px;
  display: flex;
}

.container-34 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-33 {
  width: auto;
  color: var(--white);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.paragraph-22 {
  width: auto;
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.div-block-50 {
  margin-right: 60px;
  padding-right: 140px;
}

.button-15 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  width: 200px;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.button-15:hover {
  background-color: #b9010100;
}

.section-30 {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  height: 230px;
  display: flex;
}

.container-35 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-34 {
  width: auto;
  color: var(--white);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.paragraph-23 {
  width: auto;
  color: var(--white);
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.div-block-51 {
  margin-right: 60px;
  padding-right: 140px;
}

.button-16 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  width: 230px;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.button-16:hover {
  background-color: #b9010100;
}

.section-31 {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  height: 230px;
  display: flex;
}

.container-36 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-24 {
  width: 70%;
  color: var(--white);
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.heading-35 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.button-17 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  width: 200px;
  color: var(--white);
  letter-spacing: normal;
  text-indent: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.button-17:hover {
  background-color: #b9010100;
}

.section-32 {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/background-with-white-round-lines.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  height: 230px;
  display: flex;
}

.container-37 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-25 {
  width: 70%;
  color: var(--white);
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.heading-36 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.button-18 {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  width: 230px;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.button-18:hover {
  background-color: #b9010100;
}

.section-33 {
  height: 700px;
}

.dropdown-toggle-6 {
  width: 950px;
  display: block;
}

.dropdown-toggle-7 {
  width: 950px;
}

.text-block-39 {
  padding: 15px;
  position: static;
}

.dropdown-list-5 {
  padding: 15px;
}

.section-34 {
  border-bottom: 0 #000;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.section-34:active {
  border-top: 0 #000;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.container-38 {
  justify-content: center;
  align-items: center;
  display: block;
}

.question1 {
  width: 900px;
  line-height: 28px;
}

.question1:hover {
  color: var(--firebrick);
}

.question1.w--open {
  color: var(--firebrick);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.heading-37 {
  text-align: center;
  width: auto;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.dropdown-4 {
  border-top: 1px solid #0009;
  border-bottom: 0 #000;
  width: 950px;
}

.dropdown-4:active {
  border-top-color: #000;
}

.text-block-40 {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-40:hover {
  color: var(--firebrick);
}

.question2 {
  width: 900px;
}

.question2:hover, .question2.w--open {
  color: var(--firebrick);
}

.question3 {
  width: 900px;
}

.question3.w--open {
  color: var(--firebrick);
}

.dropdown-list-6 {
  width: auto;
  position: static;
}

.dropdown-list-6.w--open {
  color: #000;
  background-color: #0000;
}

.text-block-41 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-42 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: static;
}

.dropdown-list-7 {
  background-color: #0000;
}

.dropdown-list-7.w--open {
  position: static;
}

.text-block-43 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.dropdown-list-8 {
  position: static;
}

.dropdown-list-8.w--open {
  background-color: #0000;
}

.section-35 {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.head-ulock {
  text-align: center;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.question-unlock1 {
  width: 900px;
}

.question-unlock1:hover, .question-unlock1.w--open {
  color: var(--firebrick);
}

.text-unlock1 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-unlock2 {
  width: 900px;
}

.quest-unlock2:hover, .quest-unlock2.w--open {
  color: var(--firebrick);
}

.text-unlock2 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-unlock3 {
  width: 900px;
}

.quest-unlock3:hover, .quest-unlock3.w--open {
  color: var(--firebrick);
}

.text-unlock3 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.faq-ipad {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.cont-ipad {
  display: block;
}

.head-ipad {
  text-align: center;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.quest-ipad {
  width: 900px;
}

.quest-ipad:hover, .quest-ipad.w--open {
  color: var(--firebrick);
}

.text-ipad {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-ipad2 {
  width: 900px;
}

.quest-ipad2:hover, .quest-ipad2.w--open {
  color: var(--firebrick);
}

.text-ipad2 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-ipad3 {
  width: 900px;
}

.quest-ipad3:hover {
  color: var(--firebrick);
}

.quest-ipad3.w--open {
  width: 900px;
  color: var(--firebrick);
}

.text-ipad3 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.faq-tablet {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.head-tablet {
  text-align: center;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.quest-tablet {
  width: 900px;
}

.quest-tablet:hover, .quest-tablet.w--open {
  color: var(--firebrick);
}

.text-tablet {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-tablet2 {
  width: 900px;
}

.quest-tablet2:hover, .quest-tablet2.w--open {
  color: var(--firebrick);
}

.text-tablet2 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-tablet3 {
  width: 900px;
}

.quest-tablet3:hover {
  color: var(--firebrick);
}

.quest-tablet3.w--open {
  width: 900px;
  color: var(--firebrick);
}

.text-tablet3 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.faq-laptop {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.cont-laptop {
  object-fit: fill;
  max-height: none;
  overflow: visible;
}

.head-laptop {
  text-align: center;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.quest-laptop {
  width: 900px;
}

.quest-laptop:hover, .quest-laptop.w--open {
  color: var(--firebrick);
}

.test-laptop {
  width: 90%;
  max-height: none;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  overflow: visible;
}

.quest-laptop2 {
  width: 900px;
}

.quest-laptop2:hover, .quest-laptop2.w--open {
  color: var(--firebrick);
}

.text-laptop2 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-laptop3 {
  width: 900px;
}

.quest-laptop3:hover, .quest-laptop3.w--open {
  color: var(--firebrick);
}

.text-laptop3 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.faq-comp {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.head-comp {
  text-align: center;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
}

.quest-comp {
  width: 900px;
}

.quest-comp:hover, .quest-comp.w--open {
  color: var(--firebrick);
}

.text-comp {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-comp2 {
  width: 900px;
}

.quest-comp2:hover, .quest-comp2.w--open {
  color: var(--firebrick);
}

.text-comp2 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-comp3 {
  width: 900px;
}

.quest-comp3:hover, .quest-comp3.w--open {
  color: var(--firebrick);
}

.faq-battery {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.quest-battery {
  width: 900px;
}

.quest-battery:hover, .quest-battery.w--open {
  color: var(--firebrick);
}

.text-battery {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-battery2 {
  width: 900px;
}

.quest-battery2:hover {
  color: var(--firebrick);
}

.quest-battery2.w--open {
  width: 900px;
  color: var(--firebrick);
}

.text-battery2 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-battery3 {
  width: 900px;
}

.quest-battery3:hover, .quest-battery3.w--open {
  color: var(--firebrick);
}

.text-battery3 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.faq-screen {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.quest-screen {
  width: 900px;
}

.quest-screen:hover, .quest-screen.w--open {
  color: var(--firebrick);
}

.text-screen {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.quest-screen-2 {
  width: 900px;
}

.quest-screen-2:hover {
  color: var(--firebrick);
}

.quest-screen-2.w--open {
  width: 900px;
  color: var(--firebrick);
}

.text-screen-2 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-screen-3 {
  width: 900px;
}

.quest-screen-3:hover, .quest-screen-3.w--open {
  color: var(--firebrick);
}

.text-screen-3 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.faq-samsung {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.quest-samsung {
  width: 900px;
}

.quest-samsung:hover, .quest-samsung.w--open {
  color: var(--firebrick);
}

.text-samsung {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-samsung2 {
  width: 900px;
}

.quest-samsung2:hover, .quest-samsung2.w--open {
  color: var(--firebrick);
}

.text-samsung2 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-samsung3 {
  width: 900px;
}

.quest-samsung3:hover, .quest-samsung3.w--open {
  color: var(--firebrick);
}

.text-samsung3 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.faq--cell {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  display: flex;
}

.quest-cell {
  width: 900px;
}

.quest-cell:hover, .quest-cell.w--open {
  color: var(--firebrick);
}

.text-cell {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-cell2 {
  width: 900px;
  color: var(--black);
}

.quest-cell2:hover, .quest-cell2.w--open {
  color: var(--firebrick);
}

.text-cell2 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-cell3 {
  width: 900px;
}

.quest-cell3:hover, .quest-cell3.w--open {
  color: var(--firebrick);
}

.text-cell3 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.faq-iphone {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.quest-iphone {
  width: 900px;
}

.quest-iphone:hover, .quest-iphone.w--open {
  color: var(--firebrick);
}

.text-iphone {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-iphone2 {
  width: 900px;
}

.quest-iphone2:hover, .quest-iphone2.w--open {
  color: var(--firebrick);
}

.text-iphone2 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-iphone3 {
  width: 900px;
}

.quest-iphone3:hover, .quest-iphone3.w--open {
  color: var(--firebrick);
}

.text-iphone3 {
  width: 90%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.faq-home {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.quest-home {
  width: 950px;
  color: var(--black);
  cursor: pointer;
}

.quest-home:hover, .quest-home:active, .quest-home.w--open {
  color: var(--firebrick);
}

.text-home {
  width: 100%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-home2 {
  width: 950px;
  color: var(--black);
  cursor: pointer;
}

.quest-home2.w--open {
  color: var(--firebrick);
}

.text-home2 {
  width: 100%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-home3 {
  width: 950px;
  color: var(--black);
  cursor: pointer;
}

.quest-home3:hover, .quest-home3.w--open {
  color: var(--firebrick);
}

.text-home3 {
  width: 100%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quest-home4 {
  cursor: pointer;
  width: 950px;
}

.quest-home4:hover, .quest-home4:active, .quest-home4.w--open {
  color: var(--firebrick);
}

.text-home4 {
  width: 100%;
  padding: 10px 40px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.icon-p {
  transform: translate(0);
}

.icon-p:active {
  transform: rotate(180deg);
}

.footer-text {
  color: var(--white);
}

.heading-38 {
  color: var(--white);
  align-self: center;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
}

.container-39 {
  justify-content: center;
  align-items: center;
  max-width: 70%;
  padding-top: 20px;
  display: flex;
}

.text-us {
  width: 87%;
  padding-top: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.image-29 {
  width: 400%;
  max-width: 100%;
  margin-left: 0;
}

.image-30 {
  max-height: 100%;
  margin-top: 50px;
}

.div-block-53 {
  display: none;
}

.image-31 {
  align-self: auto;
  padding-top: 13px;
  padding-left: 15px;
}

.image-32 {
  margin-top: 15px;
  padding-top: 0;
}

.image-33 {
  margin-top: 23px;
}

.image-34 {
  max-width: 90%;
}

.image-35 {
  margin-top: 20px;
}

.image-36 {
  max-width: 100%;
  margin-top: 20px;
}

.image-37 {
  max-width: 60%;
  margin-right: 20px;
}

.image-38 {
  margin-top: 20px;
}

.div-block-63 {
  width: 60%;
}

.div-block-64 {
  width: 40%;
}

.paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .list, .paragraph-32 {
  font-family: Open Sans, sans-serif;
}

.image-39 {
  margin-top: 0;
  padding-top: 0;
}

.section-36 {
  height: 700px;
  color: var(--white);
  background-color: #ffffffd4;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container-40 {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 600px;
  display: block;
}

.slide {
  background-image: url('../images/cell-phone-ninja-instore.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
}

.slider {
  height: 600px;
}

.section-37 {
  background-color: #e0e0e0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 1200px;
  display: flex;
}

.div-block-65 {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.div-block-66 {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-44 {
  margin-left: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-45 {
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-46 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.image-40, .image-41 {
  padding-left: 10px;
  padding-right: 10px;
}

.container-41 {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.heading-39 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
}

.section-38 {
  background-color: #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: none;
  height: 300px;
  display: flex;
}

.div-block-67 {
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  max-width: 300px;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.container-42 {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.image-42 {
  cursor: pointer;
  align-self: center;
  display: block;
  position: static;
}

.div-block-68 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 250px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-69 {
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  margin-left: 40px;
  margin-right: 60px;
  display: flex;
}

.div-block-70 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  min-width: 200px;
  max-width: 300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-40 {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
}

.column-19 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.columns-8 {
  flex-direction: row;
  justify-content: flex-start;
  min-width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.column-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.link-8 {
  color: var(--white);
  cursor: pointer;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.link-8.w--current {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.link-9 {
  color: var(--white);
  cursor: pointer;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.link-10 {
  width: auto;
  color: var(--white);
  cursor: pointer;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: block;
}

.link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20 {
  color: var(--white);
  cursor: pointer;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-47 {
  color: var(--white);
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-47:hover {
  color: var(--firebrick);
}

.text-block-48 {
  color: var(--white);
  text-align: center;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-48:hover {
  color: var(--firebrick);
}

.text-block-49 {
  color: var(--white);
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-49:hover {
  color: var(--firebrick);
}

.text-block-50 {
  color: var(--white);
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-50:hover {
  color: var(--firebrick);
}

.heading-41 {
  color: var(--white);
  text-align: center;
  padding-right: 20px;
}

.text-block-51 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.heading-42 {
  color: var(--white);
}

.link-block {
  max-width: 10%;
  position: static;
  inset: 0%;
}

.div-block-71 {
  cursor: pointer;
  position: relative;
}

.link-block-2 {
  position: absolute;
  inset: 0%;
}

.heading-43 {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.heading-44 {
  width: 70%;
  color: var(--white);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.div-block-phone {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-iphone {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
}

.heading-45 {
  width: 70%;
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.div-samsung {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
}

.heading-samsung, .heading-46 {
  width: 70%;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.heading-47, .heading-phone {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
  font-family: Open Sans, sans-serif;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
}

.head2-phone {
  width: 70%;
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.heading-48, .head-samsung {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
  font-family: Open Sans, sans-serif;
}

.head2-samsung {
  width: 70%;
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.hd-phone {
  background-image: linear-gradient(#000c, #000c), url('../images/background-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 65vh;
}

.hd-s-phone {
  max-width: 1100px;
  padding-top: 50px;
  padding-left: 120px;
  padding-right: 120px;
}

.hd-head-phone {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
  font-family: Open Sans, sans-serif;
}

.hd-h2-phone {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hd-samsung {
  background-image: linear-gradient(#000c, #000c), url('../images/background-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 65vh;
}

.hd-s-samsung {
  max-width: 1100px;
}

.hd-head-samsung {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.hd-h2-samsung {
  color: var(--white);
  text-align: center;
  padding: 20px 220px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hd-screen {
  background-image: linear-gradient(#000c, #000c), url('../images/background-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 65vh;
}

.hd-s-screen {
  max-width: 1100px;
}

.hd-h1-screen {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.hd-h2-screen {
  color: var(--white);
  text-align: center;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hd-battery {
  background-image: linear-gradient(#000c, #000c), url('../images/background-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 65vh;
}

.hd-s-battery {
  max-width: 1100px;
}

.hd-h1-battery {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.hd-h2-battery {
  color: var(--white);
  text-align: center;
  padding-bottom: 20px;
  padding-left: 260px;
  padding-right: 260px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hd-computer {
  background-image: linear-gradient(#000c, #000c), url('../images/background-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 65vh;
}

.hd-s-computer {
  max-width: 1100px;
}

.hd-h1-computer {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.hd-h2-computer {
  color: var(--white);
  text-align: center;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hd-laptop {
  background-image: linear-gradient(#000c, #000c), url('../images/background-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 65vh;
}

.hd-s-laptop {
  max-width: 1100px;
}

.hd-h1-laptop {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.heading-49 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hd-div-laptop {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hd-h2-laptop {
  width: 70%;
  color: var(--white);
  text-align: center;
  white-space: normal;
  padding-bottom: 20px;
  padding-left: 140px;
  padding-right: 140px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.section-39 {
  height: 65vh;
}

.hd-tablet {
  background-image: linear-gradient(#000c, #000c), url('../images/background-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 65vh;
}

.hd-s-tablet {
  max-width: 1100px;
}

.hd-h1-tablet {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.hd-div-tablet {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hd-h2-tablet {
  width: 70%;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.hd-ipad {
  background-image: linear-gradient(#000c, #000c), url('../images/background-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 65vh;
}

.hd-s-ipad {
  max-width: 1100px;
}

.hd-h1-ipad {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.hd-h2-ipad {
  color: var(--white);
  text-align: center;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hd-unlock {
  background-image: linear-gradient(#000c, #000c), url('../images/background-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 65vh;
}

.hd-s-unlock {
  max-width: 1100px;
}

.hd-h1-unlock {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.hd-h2-unlock {
  color: var(--white);
  text-align: center;
  padding-left: 300px;
  padding-right: 300px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hd-drone {
  background-image: linear-gradient(#000c, #000c), url('../images/background-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 65vh;
}

.hd-s-drone {
  max-width: 1100px;
}

.hd-h1-drone {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.hd-div-drone {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hd-h2-drone {
  width: 70%;
  color: var(--white);
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.html-embed-3 {
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .header.wallophone-home, .header.pages {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header.pages.les-services {
    height: 400px;
  }

  .navbar {
    justify-content: space-between;
    display: block;
  }

  .icon {
    font-size: 32px;
    line-height: 32px;
  }

  .heading {
    font-size: 30px;
    line-height: 34px;
  }

  .heading.white {
    font-size: 42px;
    line-height: 48px;
  }

  .heading.form {
    margin-top: 11px;
  }

  .heading.form-white.left {
    text-align: left;
  }

  .heading.center {
    margin-top: 30px;
  }

  .container {
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-hero:hover {
    background-color: #0000;
  }

  .telephone-wallophone {
    border: 1px solid var(--white);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
    display: flex;
  }

  .div-block-3 {
    flex: 1;
    margin-top: 0;
  }

  .cellphoneninja-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0 0 40px;
    display: block;
  }

  .cellphoneninja-section.cuir.margin {
    padding: 60px;
  }

  .cellphoneninja-section.fully {
    padding-left: 0;
    padding-right: 0;
  }

  .cellphoneninja-section.black {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cellphoneninja-section.gray {
    padding: 60px;
  }

  .cellphoneninja-section.white {
    padding: 0 60px 60px;
  }

  .cellphoneninja-section.lightgray {
    padding-bottom: 0;
  }

  .div-block-4 {
    flex: 1;
  }

  .div-block-5 {
    text-align: left;
  }

  .form-label.black {
    font-family: Open Sans, sans-serif;
  }

  .image {
    margin-right: 5px;
  }

  .container-3 {
    flex: 1;
    order: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .expertise-wallophone {
    margin-left: 0;
  }

  .expertise-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brand {
    flex: 0 auto;
  }

  .brand.w--current {
    max-width: 50px;
  }

  .nav-menu {
    width: 350px;
    margin-right: 10px;
    right: 0;
  }

  .nav-link-item {
    border-bottom-style: none;
    display: inline-block;
  }

  .columns {
    flex-direction: column-reverse;
    align-items: center;
  }

  .column {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .pic.reparation-processeur {
    margin-top: 40px;
  }

  .column-4 {
    border-right: 5px solid #0000;
  }

  .column-7, .column-8 {
    border: 1px #000;
  }

  .columns-3 {
    flex-direction: column;
    display: flex;
  }

  .column-fully {
    flex: 1;
  }

  .column-fully.cuir.badge {
    padding-left: 10px;
  }

  .column-fully.badge {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .pic-small {
    width: 200px;
    height: 200px;
  }

  .grid-2 {
    width: 60%;
  }

  .titre-compose.block {
    justify-content: center;
  }

  .wallophone-vision, .wallophone-ecology {
    padding: 60px;
  }

  .columns-6 {
    flex-direction: column;
    display: flex;
  }

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

  .column-16 {
    padding-left: 0;
  }

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

  .section-3 {
    margin-right: 0;
  }

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

  .section-4 {
    object-fit: fill;
  }

  .paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 0;
  }

  .tabs-content {
    flex: 0 auto;
    width: 60%;
    margin-left: 0;
  }

  .tabs-menu-2 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    margin-right: 0;
    padding-left: 0;
  }

  .tab-label {
    font-size: 16px;
  }

  .tab-image {
    max-width: 40%;
    margin-left: -25px;
    margin-right: 1px;
  }

  .container-11 {
    margin-bottom: 0;
  }

  .tab-pane-tab-1 {
    height: 700px;
    padding-right: 15px;
  }

  .text-block-15 {
    margin-top: auto;
    font-size: 17px;
    font-weight: 400;
  }

  .text-block-16 {
    font-size: 17px;
    font-weight: 400;
  }

  .menu-button-2 {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .icon-6 {
    color: var(--white);
    justify-content: flex-end;
    font-family: Open Sans, sans-serif;
    font-size: 30px;
    font-weight: 600;
    display: flex;
  }

  .drop-right.w--open {
    margin-top: -40px;
    margin-left: 200px;
  }

  .dropdown-2, .dropdown-3 {
    display: block;
  }

  .section-8 {
    height: auto;
  }

  .container-12 {
    flex-direction: column;
  }

  .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25 {
    font-size: 17px;
    font-weight: 400;
  }

  .tab-pane-tab-8 {
    padding-left: 20px;
  }

  .image-18 {
    margin-bottom: 0;
    padding-top: 15px;
  }

  .image-23 {
    height: 60%;
  }

  .image-24 {
    height: 50%;
  }

  .image-25 {
    height: 57%;
  }

  .image-26 {
    height: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .heading-9 {
    margin-top: 0;
  }

  .section-10 {
    height: auto;
    padding-bottom: 40px;
  }

  .container-15 {
    flex-direction: column;
  }

  .div-block-24 {
    width: auto;
    padding-top: 20px;
  }

  .div-block-25 {
    width: auto;
  }

  .paragraph-4 {
    text-align: center;
    padding-bottom: 40px;
  }

  .heading-12 {
    text-align: center;
    padding: 40px 10px 20px;
  }

  .container-16 {
    flex-direction: column;
  }

  .section-11 {
    flex-direction: column;
    height: auto;
    padding-bottom: 20px;
    display: flex;
  }

  .paragraph-5 {
    text-align: center;
    padding-bottom: 40px;
  }

  .heading-13 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .div-block-26 {
    width: auto;
  }

  .div-block-27 {
    width: auto;
    padding-top: 20px;
  }

  .text-block-29 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-12 {
    flex-direction: column;
    height: auto;
  }

  .container-17 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-28 {
    text-align: left;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-29 {
    width: auto;
    padding-bottom: 20px;
  }

  .paragraph-6 {
    text-align: center;
  }

  .heading-15 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-13 {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 40px;
  }

  .container-18 {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-30 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .div-block-31 {
    width: auto;
  }

  .paragraph-7 {
    text-align: center;
    flex: 1;
    align-self: center;
    padding-bottom: 40px;
  }

  .heading-16 {
    text-align: center;
    align-self: center;
  }

  .text-block-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-14 {
    flex-direction: column;
    height: auto;
  }

  .container-19 {
    flex-direction: column;
  }

  .div-block-32 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 20px;
    display: flex;
  }

  .div-block-33 {
    align-self: center;
    width: auto;
    padding-bottom: 40px;
  }

  .paragraph-8 {
    text-align: center;
    padding-bottom: 40px;
  }

  .heading-17 {
    text-align: center;
  }

  .text-block-32 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-15 {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-bottom: 40px;
  }

  .container-20 {
    flex-direction: column;
  }

  .heading-18 {
    text-align: center;
  }

  .div-block-34 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    padding-top: 30px;
    display: flex;
  }

  .div-block-35 {
    width: auto;
    display: block;
  }

  .paragraph-9 {
    text-align: center;
    padding-bottom: 30px;
  }

  .text-block-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-16 {
    flex-direction: column;
    height: auto;
    padding-bottom: 40px;
  }

  .container-21 {
    flex-direction: column;
  }

  .div-block-38 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 30px;
    display: flex;
  }

  .div-block-39 {
    width: auto;
  }

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

  .heading-19 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-34 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-17 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 40px;
  }

  .container-22 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-40 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .div-block-41 {
    justify-content: center;
    width: auto;
  }

  .paragraph-11 {
    text-align: center;
  }

  .heading-20 {
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-35 {
    padding: 10px 20px 20px;
  }

  .section-18 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 40px;
  }

  .container-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-42 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .div-block-43 {
    width: auto;
  }

  .paragraph-12 {
    text-align: center;
    align-self: center;
  }

  .heading-21 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .text-block-36 {
    align-self: center;
    padding: 10px 20px 20px;
    display: block;
  }

  .image-28 {
    max-width: none;
    margin-left: 0;
    padding-bottom: 40px;
    display: block;
  }

  .paragraph-13 {
    width: 90%;
  }

  .div-block-47 {
    padding-left: 10px;
  }

  .button-6 {
    margin-right: 20px;
  }

  .heading-24 {
    width: 90%;
  }

  .heading-26 {
    width: auto;
  }

  .paragraph-15, .heading-27 {
    width: 90%;
  }

  .paragraph-16 {
    width: 80%;
  }

  .button-9 {
    margin-right: 20px;
    padding-right: 20px;
  }

  .heading-28, .paragraph-17 {
    width: 90%;
  }

  .section-25 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .container-30 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-29 {
    text-align: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-18 {
    width: 90%;
    padding-bottom: 20px;
  }

  .section-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .container-31 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-30 {
    text-align: center;
    width: auto;
  }

  .paragraph-19 {
    width: 90%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 0;
  }

  .section-27 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .container-32 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-20 {
    padding-bottom: 20px;
  }

  .section-29 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .container-34 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-33 {
    padding-bottom: 20px;
  }

  .paragraph-22 {
    white-space: normal;
    padding-bottom: 20px;
  }

  .div-block-50 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .section-30 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .container-35 {
    flex-direction: column;
  }

  .heading-34 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .paragraph-23 {
    white-space: normal;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-51 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .section-31 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .container-36 {
    flex-direction: column;
  }

  .paragraph-24 {
    text-align: center;
    width: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-35 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-32 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .container-37 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-25 {
    text-align: center;
    width: 90%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-36 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .section-34 {
    height: auto;
    padding-bottom: 40px;
    display: block;
  }

  .question1 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .heading-37 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .dropdown-4 {
    white-space: normal;
    width: auto;
    display: block;
  }

  .text-block-40 {
    line-height: 26px;
  }

  .question2, .question3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-block-41, .text-block-42, .text-block-43 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-35 {
    height: auto;
    padding-bottom: 40px;
    display: block;
  }

  .head-ulock {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .question-unlock1 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-unlock1 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-unlock2 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-unlock2 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-unlock3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-unlock3 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-ipad {
    height: auto;
    padding-bottom: 40px;
    display: block;
  }

  .head-ipad {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .quest-ipad {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-ipad {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-ipad2 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-ipad2 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-ipad3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-ipad3 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-tablet {
    height: auto;
    padding-bottom: 40px;
    display: block;
  }

  .head-tablet {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .quest-tablet {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-tablet {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-tablet2 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-tablet2 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-tablet3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-tablet3 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-laptop {
    height: auto;
    padding-bottom: 40px;
    display: block;
  }

  .quest-laptop {
    text-align: center;
    white-space: normal;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .test-laptop {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-laptop2 {
    text-align: center;
    white-space: normal;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-laptop2 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-laptop3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-laptop3 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-comp {
    height: auto;
    padding-bottom: 40px;
    display: block;
  }

  .head-comp {
    padding-top: 40px;
  }

  .quest-comp {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-comp {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-comp2 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-comp2 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-comp3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .faq-battery {
    height: auto;
    padding-bottom: 40px;
  }

  .quest-battery {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-battery {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-battery2 {
    text-align: center;
    white-space: normal;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-battery2 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-battery3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-battery3 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-screen {
    height: auto;
    padding-bottom: 40px;
    display: block;
  }

  .quest-screen {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-screen {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-screen-2 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .quest-screen-2.w--open {
    width: auto;
  }

  .text-screen-2 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-screen-3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-screen-3 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-samsung {
    height: auto;
    padding-bottom: 40px;
    display: block;
  }

  .quest-samsung {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-samsung {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-samsung2 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-samsung2 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-samsung3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-samsung3 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq--cell {
    height: auto;
    padding-bottom: 40px;
  }

  .quest-cell, .quest-cell2, .quest-cell3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .faq-iphone {
    height: auto;
    padding-bottom: 30px;
  }

  .quest-iphone {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-iphone {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-iphone2 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-iphone2 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-iphone3 {
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-iphone3 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-home {
    height: auto;
    margin-top: 0;
    padding-bottom: 40px;
  }

  .quest-home {
    text-align: center;
    white-space: normal;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-home {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-home2 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-home2 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-home3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-home3 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-home4 {
    text-align: center;
    white-space: normal;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .quest-home4.w--open {
    margin-bottom: 0;
  }

  .text-home4 {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-p, .icon-iphone {
    margin-bottom: 10px;
    margin-left: 350px;
    inset: auto 0% 0%;
  }

  .container-39 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: block;
  }

  .text-us {
    width: 100%;
  }

  .image-30 {
    max-width: 80%;
    max-height: 100%;
    margin-top: 0;
    display: block;
  }

  .icon-8, .icon-9, .icon-10, .icon-11, .icon-12 {
    margin-bottom: 10px;
    margin-left: 350px;
    inset: auto 0% 0%;
  }

  .icon-13, .icon-14, .icon-15 {
    margin-bottom: 10px;
    margin-left: 270px;
    inset: auto 0% 0%;
  }

  .image-31 {
    max-width: none;
    display: block;
  }

  .icon-16, .icon-17, .icon-18 {
    margin-bottom: 10px;
    margin-left: 350px;
    inset: auto 0% 0%;
  }

  .image-32 {
    max-width: none;
    display: block;
  }

  .icon-19, .icon-20, .icon-21 {
    margin-bottom: 10px;
    margin-left: 350px;
    inset: auto 0% 0%;
  }

  .image-33 {
    max-width: none;
    display: block;
  }

  .div-block-58 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-22, .icon-23, .icon-24 {
    margin-bottom: 10px;
    margin-left: 330px;
    inset: auto 0% 0%;
  }

  .div-block-59 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-25, .icon-26, .icon-27 {
    margin-bottom: 10px;
    margin-left: 350px;
    inset: auto 0% 0%;
  }

  .image-34 {
    max-width: none;
    display: block;
  }

  .div-block-60 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-28, .icon-29, .icon-30 {
    margin-bottom: 10px;
    margin-left: 350px;
    inset: auto 0% 0%;
  }

  .image-35 {
    max-width: none;
    display: block;
  }

  .icon-31, .icon-32, .icon-33 {
    margin-bottom: 10px;
    margin-left: 350px;
    inset: auto 0% 0%;
  }

  .image-36 {
    max-width: 100%;
    display: block;
  }

  .icon-34, .icon-35, .icon-36 {
    margin-bottom: 10px;
    margin-left: 355px;
    inset: auto 0% 0%;
  }

  .image-37 {
    max-width: 80%;
    margin-right: 0;
    display: block;
  }

  .div-block-61 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-37, .icon-38, .icon-39 {
    margin-bottom: 10px;
    margin-left: 355px;
    inset: auto 0% 0%;
  }

  .image-38 {
    max-width: none;
    display: block;
  }

  .div-block-62 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-40, .icon-41 {
    margin-bottom: 10px;
    margin-left: 355px;
    inset: auto 0% 0%;
  }

  .icon-42 {
    margin-left: 355px;
    inset: auto 0% 0%;
  }

  .div-block-63 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 10px 20px;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .div-block-64 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-bottom: 0;
    display: flex;
  }

  .section-37 {
    justify-content: center;
    height: auto;
  }

  .div-block-65, .div-block-66 {
    flex-direction: column;
    flex: 1;
  }

  .text-block-44 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .text-block-46 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .image-40 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .container-41 {
    justify-content: center;
    max-width: none;
  }

  .section-38 {
    justify-content: center;
    height: auto;
  }

  .container-42 {
    flex-direction: column;
    flex: 1;
    align-items: center;
  }

  .heading-40 {
    margin-top: 40px;
  }

  .column-20 {
    justify-content: center;
    align-items: center;
  }

  .heading-41, .heading-42 {
    margin-top: 40px;
  }

  .hd-h1-battery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hd-h2-battery, .hd-h2-computer {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hd-h2-laptop {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hd-h2-ipad {
    padding-left: 160px;
    padding-right: 160px;
  }

  .hd-h2-unlock {
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media screen and (max-width: 767px) {
  .header.wallophone-home, .header.pages {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header.pages.les-services {
    height: 400px;
  }

  .icon {
    display: block;
  }

  .heading {
    font-size: 28px;
    line-height: 32px;
  }

  .heading.form-white.left {
    text-align: center;
  }

  .heading.center, .heading.iphone {
    margin-top: 60px;
  }

  .container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    margin-bottom: 40px;
  }

  .div-block-3 {
    flex-direction: column;
    flex: none;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .link {
    font-size: 16px;
  }

  .cellphoneninja-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cellphoneninja-section.cuir.margin {
    padding: 40px;
  }

  .cellphoneninja-section.fully {
    padding-left: 0;
    padding-right: 0;
  }

  .cellphoneninja-section.black {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cellphoneninja-section.gray, .cellphoneninja-section.white {
    padding: 40px;
  }

  .cellphoneninja-section.lightgray {
    height: auto;
    padding-bottom: 30px;
  }

  .div-block-4 {
    background-color: #0000;
  }

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

  .container-3 {
    flex: 1;
    order: 0;
    display: block;
  }

  .brand.w--current {
    max-width: 60px;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-item {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .nav-link-item.w--current {
    display: block;
  }

  .pic {
    width: 300px;
    height: 300px;
  }

  .div-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .texte {
    text-align: center;
  }

  .texte.repair, .texte.citation {
    text-align: left;
  }

  .texte.coordonnees {
    text-align: right;
  }

  .texte.coordonnees-2 {
    text-align: left;
  }

  .columns-2 {
    flex-direction: column;
  }

  .column-4 {
    border-right-style: none;
  }

  .div-block-7 {
    text-align: center;
    display: block;
  }

  .div-block-7.coordonnees {
    text-align: left;
  }

  .column-6 {
    flex: 0 auto;
    padding-bottom: 40px;
  }

  .column-fully {
    flex: 0 auto;
  }

  .column-fully.cuir {
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex: 0 auto;
  }

  .column-fully.cuir.badge {
    padding-left: 0;
  }

  .column-fully.badge {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .pic-small {
    width: 200px;
    height: 200px;
  }

  .div-block-8 {
    margin-bottom: 20px;
  }

  .menu-button {
    background-color: #0000;
    flex: 1;
    margin-left: 0;
  }

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

  .grid-2 {
    width: 70%;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-copy {
    margin-bottom: 40px;
  }

  .wallophone-vision {
    padding: 40px;
  }

  .column-9, .column-10, .column-11, .column-12, .column-13, .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .wallophone-ecology {
    padding: 40px;
  }

  .div-block-13 {
    text-align: center;
    margin-bottom: 20px;
  }

  .columns-6 {
    flex-direction: column;
  }

  .form-2 {
    margin-top: 20px;
  }

  .onglet.vertical {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-3 {
    background-color: #0000;
    margin-right: 0;
  }

  .column-18 {
    text-align: left;
  }

  .image-3 {
    margin-right: 22px;
    padding-right: 0;
    display: block;
  }

  .container-8 {
    flex-direction: row;
    padding-right: 0;
    display: block;
  }

  .heading-6 {
    margin-top: 60px;
  }

  .tabs-menu-2 {
    justify-content: center;
    width: 330px;
  }

  .tabs-menu-2:hover {
    color: var(--firebrick);
  }

  .tab-label {
    font-size: 14px;
    font-weight: 600;
  }

  .tab-link {
    align-self: stretch;
  }

  .tab-link:hover, .tab-link:active, .tab-link:visited {
    color: var(--firebrick);
  }

  .tab-link.w--current {
    align-self: stretch;
  }

  .container-11 {
    margin-bottom: auto;
  }

  .tab-pane-tab-1 {
    margin-bottom: -30px;
    padding: 30px 5px 0;
  }

  .text-block-15, .text-block-16 {
    font-size: 16px;
    line-height: 20px;
  }

  .tab-pane-tab-2 {
    margin-bottom: -30px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .drop-right.w--open {
    margin-top: -40px;
    margin-left: 200px;
  }

  .dropdown-2 {
    display: block;
  }

  .dropdown-3 {
    margin-right: 0;
  }

  .section-8 {
    flex-direction: column;
    height: auto;
  }

  .container-12 {
    flex-direction: column;
  }

  .tab-pane-tab-3 {
    margin-bottom: -30px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-20 {
    font-size: 16px;
  }

  .text-block-21 {
    font-size: 16px;
    line-height: 20px;
  }

  .tab-pane-tab-4 {
    margin-bottom: -30px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-22 {
    font-size: 16px;
    line-height: 20px;
  }

  .tab-pane-tab-5 {
    margin-bottom: -30px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-23 {
    font-size: 16px;
    line-height: 20px;
  }

  .tab-pane-tab-6 {
    margin-bottom: -30px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-24 {
    font-size: 16px;
    line-height: 20px;
  }

  .tab-pane-tab-7 {
    margin-bottom: -30px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-25 {
    font-size: 16px;
    line-height: 20px;
  }

  .tab-pane-tab-8 {
    margin-bottom: -30px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-23 {
    height: 47%;
    padding-left: 0;
  }

  .image-24 {
    height: 37%;
    padding-left: 0;
  }

  .image-25 {
    height: 46%;
    margin-top: 0;
  }

  .text-block-26 {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-19 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .image-26 {
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding-bottom: 30px;
  }

  .heading-9 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
  }

  .paragraph-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .section-9 {
    height: auto;
    display: block;
  }

  .div-block-22 {
    width: auto;
  }

  .container-14 {
    flex-direction: column;
    display: flex;
  }

  .image-27 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .div-block-23 {
    width: auto;
  }

  .heading-11 {
    text-align: center;
  }

  .text-block-27 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-10 {
    display: block;
  }

  .div-block-24 {
    max-width: 100%;
    display: block;
  }

  .text-block-28 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-29 {
    margin-left: 0;
  }

  .section-13 {
    display: block;
  }

  .container-18 {
    align-self: auto;
    display: block;
  }

  .div-block-30 {
    display: block;
  }

  .div-block-31 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    overflow: visible;
  }

  .text-block-33 {
    padding-bottom: 20px;
  }

  .div-block-39 {
    max-width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-41 {
    justify-content: center;
    align-items: center;
  }

  .heading-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-44 {
    width: auto;
  }

  .image-28 {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section-20 {
    height: 320px;
    display: block;
  }

  .container-25 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .paragraph-13 {
    width: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-47 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .heading-24 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-21 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 350px;
  }

  .container-26 {
    flex-direction: column;
  }

  .heading-25 {
    text-align: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-14 {
    text-align: center;
    width: auto;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-22 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .container-27 {
    flex-direction: column;
  }

  .heading-26 {
    text-align: center;
    width: auto;
  }

  .paragraph-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 10px;
    display: flex;
  }

  .section-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 320px;
    display: flex;
  }

  .container-28 {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .heading-27 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-16 {
    width: 90%;
    padding-bottom: 20px;
  }

  .section-24 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 350px;
  }

  .container-29 {
    flex-direction: column;
    align-self: center;
  }

  .heading-28 {
    text-align: center;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-17 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-33 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-32 {
    height: 300px;
  }

  .question1 {
    white-space: normal;
  }

  .dropdown-4 {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .text-block-41, .text-block-42, .text-block-43 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .head-laptop {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-comp {
    display: block;
  }

  .head-comp {
    padding-top: 40px;
  }

  .quest-comp {
    white-space: normal;
  }

  .faq-battery, .cont-battery {
    display: block;
  }

  .faq--cell {
    height: auto;
    padding-bottom: 30px;
    display: block;
  }

  .quest-cell {
    text-align: center;
    white-space: normal;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-cell {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-cell2 {
    text-align: center;
    white-space: normal;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-cell2 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-cell3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-cell3 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-iphone {
    height: auto;
    padding-bottom: 30px;
    display: block;
  }

  .quest-iphone {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: block;
  }

  .quest-iphone2, .quest-iphone3 {
    text-align: center;
    white-space: normal;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .faq-home {
    height: auto;
    display: block;
  }

  .quest-home {
    text-align: center;
    white-space: normal;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: block;
  }

  .quest-home2 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .quest-home3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: block;
  }

  .quest-home4 {
    text-align: center;
    white-space: normal;
    width: auto;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .icon-p, .icon-iphone {
    margin-bottom: 10px;
    margin-left: 270px;
    inset: auto 0% 0%;
  }

  .container-39 {
    max-width: none;
    display: block;
  }

  .image-30 {
    max-width: 100%;
    max-height: none;
    margin-top: 20px;
  }

  .div-block-52 {
    align-self: center;
    display: block;
  }

  .icon-8, .icon-9, .icon-10, .icon-11, .icon-12, .icon-13, .icon-14, .icon-15 {
    margin-bottom: 10px;
    margin-left: 270px;
    inset: auto 0% 0%;
  }

  .div-block-55 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-31 {
    max-width: 100%;
    padding-right: 15px;
  }

  .icon-16, .icon-17, .icon-18 {
    margin-left: 270px;
  }

  .div-block-56 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-19, .icon-20, .icon-21 {
    margin-left: 270px;
  }

  .div-block-57 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-22, .icon-23, .icon-24 {
    margin-left: 270px;
  }

  .icon-25, .icon-26, .icon-27 {
    margin-left: 290px;
  }

  .icon-28, .icon-29, .icon-30 {
    margin-left: 280px;
  }

  .icon-31, .icon-32, .icon-33 {
    margin-left: 270px;
  }

  .image-36 {
    max-width: 100%;
  }

  .icon-34, .icon-35, .icon-36 {
    margin-left: 275px;
  }

  .image-37 {
    max-width: 80%;
  }

  .icon-37, .icon-38, .icon-39, .icon-40, .icon-41, .icon-42 {
    margin-left: 275px;
  }

  .div-block-63 {
    width: auto;
    padding-top: 0;
  }

  .div-block-64 {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section-37 {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .div-block-65 {
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    display: flex;
  }

  .div-block-66 {
    flex-direction: column;
  }

  .text-block-44 {
    flex-flow: column;
    place-content: center;
    align-self: center;
    align-items: center;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 10px;
    display: flex;
  }

  .text-block-46 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-40 {
    flex: 1;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-41 {
    max-width: none;
  }

  .container-41 {
    flex-direction: column;
    justify-content: center;
    max-width: none;
    height: 2000px;
    display: flex;
  }

  .section-38 {
    flex-direction: column;
    justify-content: center;
    height: auto;
    display: block;
  }

  .container-42 {
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
    position: static;
  }

  .div-block-70 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .column-19 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-20 {
    justify-content: center;
    align-items: center;
  }

  .link-10 {
    align-self: center;
  }

  .hd-s-phone {
    padding-top: 0;
  }

  .hd-head-phone {
    margin-top: 90px;
  }

  .hd-samsung {
    height: auto;
  }

  .hd-h2-samsung {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hd-h1-battery, .hd-h2-battery, .hd-h1-computer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hd-h2-laptop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hd-h2-ipad {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hd-h1-unlock {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hd-h2-unlock {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hd-h1-drone {
    padding-right: 10px;
  }

  .hd-h2-drone {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .header.wallophone-home, .header.pages {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header.pages.les-services {
    height: 400px;
  }

  .heading {
    font-size: 24px;
    line-height: 28px;
  }

  .heading.white {
    font-size: 30px;
    line-height: 38px;
  }

  .heading.form {
    margin-top: 20px;
  }

  .heading.center {
    margin-top: 60px;
  }

  .heading.blanc {
    margin-top: 120px;
    margin-left: -9px;
    padding-left: 0;
    font-size: 28px;
  }

  .container {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block {
    margin-bottom: 20px;
  }

  .button-hero {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .button-hero.circle.marginleft {
    margin-left: 0;
  }

  .div-block-3 {
    flex: 1;
  }

  .link {
    font-size: 14px;
  }

  .cellphoneninja-section {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .cellphoneninja-section.cuir.margin {
    padding: 20px;
  }

  .cellphoneninja-section.fully {
    padding-left: 0;
    padding-right: 0;
  }

  .cellphoneninja-section.fully.coordonnees {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cellphoneninja-section.black {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cellphoneninja-section.gray, .cellphoneninja-section.white {
    padding: 20px;
  }

  .cellphoneninja-section.lightgray {
    height: auto;
  }

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

  .form-label, .textarea {
    font-size: 12px;
  }

  .expertise-icon {
    margin-right: 0;
  }

  .expertise-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .expertise-text {
    text-align: center;
    margin-left: 0;
    font-size: 12px;
  }

  .expertise-image {
    margin-bottom: 10px;
  }

  .bold-text-2 {
    text-align: center;
  }

  .text-field, .text-field-2, .text-field-3 {
    font-size: 12px;
  }

  .brand {
    flex: 0 auto;
  }

  .nav-menu {
    width: 100%;
  }

  .columns {
    padding-top: 0;
  }

  .pic {
    width: 250px;
    height: 250px;
  }

  .div-block-6 {
    flex-direction: column;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .texte.coordonnees, .texte.coordonnees-2 {
    text-align: center;
  }

  .div-block-7 {
    margin-top: 20px;
  }

  .div-block-7.coordonnees {
    text-align: center;
  }

  .column-fully.cuir {
    padding: 40px;
  }

  .column-fully.badge {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pic-small {
    width: 250px;
    height: 250px;
  }

  .div-block-9 {
    margin-bottom: -120px;
  }

  .grid-2 {
    width: 90%;
  }

  .icone {
    margin-top: 106px;
    margin-left: 25px;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-copy {
    margin-bottom: 20px;
  }

  .wallophone-vision {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .wallophone-ecology {
    padding-left: 20px;
    padding-right: 20px;
  }

  .onglet {
    margin-bottom: 0;
    margin-right: 4px;
    display: flex;
  }

  .onglet.white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .onglet.end {
    margin-bottom: 0;
  }

  .onglet.vertical {
    margin-bottom: 4px;
    margin-right: 0;
  }

  .section-3 {
    flex-direction: column;
    margin-left: 4px;
  }

  .container-4, .columns-7 {
    flex-direction: column;
  }

  .section-4 {
    padding: 10px;
  }

  .button-2 {
    margin-left: 0;
  }

  .paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .button-whyus {
    font-size: 14px;
  }

  .button-whyus.circle.marginleft {
    margin-left: 0;
  }

  .heading-6 {
    margin-top: 60px;
  }

  .section-6 {
    height: 1200px;
  }

  .container-9 {
    max-width: none;
    padding-right: 0;
  }

  .tabs-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: 0;
    padding-right: 20px;
    display: block;
  }

  .tabs-content {
    flex: 1;
    width: 100%;
    height: auto;
    margin-left: 5px;
    position: relative;
  }

  .tabs-menu-2 {
    z-index: 2;
    background-color: var(--black);
    text-align: left;
    flex-direction: column;
    align-self: auto;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: absolute;
    inset: 0% 5% auto;
    overflow: hidden;
  }

  .tab-link {
    background-color: var(--black);
  }

  .container-11 {
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .tab-pane-tab-1, .tab-pane-tab-2 {
    height: auto;
    position: relative;
  }

  .navigation-links {
    text-align: center;
  }

  .text-block-17 {
    margin-right: 0;
  }

  .icon-5 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2px;
    padding-left: 0;
    display: flex;
  }

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

  .nav-menu-2 {
    background-color: #0a0a0aed;
    flex-direction: row;
    justify-content: center;
  }

  .menu-button-2 {
    flex: 1;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .icon-6 {
    justify-content: flex-end;
    font-family: Open Sans, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: flex;
  }

  .image-17 {
    width: 170px;
    max-width: none;
    height: 100px;
  }

  .drop-right.w--open {
    color: var(--white);
    background-color: #f5b1b1;
    margin-top: 205px;
    margin-left: 0;
    position: absolute;
  }

  .right-icon {
    transform: none;
  }

  .dropdown-toggle-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
    display: flex;
  }

  .dropdown-toggle-3.w--open {
    padding-right: 20px;
  }

  .dropdown-2 {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .dropdown-link-13 {
    text-align: center;
  }

  .dropdown-link-13.w--current {
    margin-top: 0;
  }

  .dropdown-link-14 {
    text-align: center;
  }

  .dropdown-link-15 {
    text-align: center;
    margin-top: 0;
  }

  .dropdown-link-16 {
    text-align: center;
  }

  .dropdown-toggle-4 {
    text-align: center;
    padding-right: 20px;
  }

  .icon-7 {
    transform: none;
  }

  .drop-right1 {
    background-color: #f5b1b1;
  }

  .drop-right1.w--open {
    margin-top: 0;
    margin-left: 0;
  }

  .dropdown-list-4 {
    margin-left: 0;
    display: block;
  }

  .dropdown-list-4.w--open {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

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

  .link-6.w--current {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle-5 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .dropdown-3 {
    margin-right: 0;
  }

  .section-8 {
    height: auto;
    display: block;
  }

  .container-12 {
    display: block;
  }

  .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6, .tab-pane-tab-7, .tab-pane-tab-8 {
    height: auto;
    position: relative;
  }

  .text-block-26 {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .div-block-19 {
    width: auto;
  }

  .image-26 {
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding: 0 15px 15px;
    display: block;
  }

  .heading-9 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .paragraph-2 {
    text-align: center;
  }

  .section-9 {
    height: auto;
    margin-bottom: 20px;
  }

  .div-block-22 {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
  }

  .container-14 {
    align-self: center;
    margin-top: 0;
    display: block;
  }

  .image-27 {
    width: auto;
    margin-top: 40px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .div-block-23 {
    width: auto;
  }

  .heading-11 {
    text-align: center;
    margin-top: 80px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
  }

  .text-block-27 {
    text-align: left;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-10 {
    max-width: none;
    height: auto;
    display: block;
  }

  .container-15 {
    justify-content: center;
    display: block;
  }

  .div-block-24 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .heading-12 {
    margin-top: 0;
    display: block;
  }

  .container-16 {
    justify-content: center;
    display: block;
  }

  .section-11 {
    display: block;
  }

  .div-block-27 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-12 {
    display: block;
  }

  .div-block-29 {
    max-width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-6 {
    padding-bottom: 30px;
  }

  .heading-15 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-30 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-18 {
    flex-direction: column;
    display: flex;
  }

  .div-block-30 {
    display: block;
  }

  .div-block-31 {
    flex: 1;
    align-self: auto;
    max-width: 100%;
    display: block;
    position: static;
  }

  .section-14 {
    display: block;
  }

  .div-block-33 {
    max-width: 100%;
    height: 350px;
    max-height: none;
    padding-bottom: 20px;
    display: block;
  }

  .section-15 {
    display: block;
  }

  .heading-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-35 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .section-16 {
    display: block;
  }

  .div-block-39 {
    max-width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-41 {
    justify-content: center;
    align-items: center;
  }

  .section-18 {
    display: block;
  }

  .div-block-43 {
    max-width: 100%;
    display: block;
  }

  .heading-21 {
    padding-top: 60px;
  }

  .div-block-44 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .image-28 {
    max-width: 100%;
    height: 100%;
    max-height: 80%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    overflow: auto;
  }

  .section-20 {
    flex-direction: column;
    justify-content: center;
    height: 450px;
  }

  .container-25 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: center;
  }

  .paragraph-13 {
    text-align: center;
    width: auto;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-47 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-24 {
    text-align: center;
    width: auto;
  }

  .section-21 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 400px;
    display: flex;
  }

  .container-26 {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    align-self: stretch;
    height: auto;
    padding-left: 0;
    position: static;
  }

  .heading-25 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-14 {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-22 {
    height: 350px;
    display: block;
  }

  .container-27 {
    flex-direction: column;
    display: flex;
  }

  .heading-26 {
    text-align: center;
    width: auto;
    padding-top: 20px;
  }

  .paragraph-15 {
    width: auto;
    padding: 20px 10px;
  }

  .button-8 {
    display: block;
  }

  .section-23 {
    height: auto;
  }

  .button-9 {
    margin-right: 0;
  }

  .container-29 {
    padding-bottom: 10px;
  }

  .section-25 {
    height: 400px;
  }

  .heading-29 {
    white-space: normal;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-18 {
    width: auto;
    padding-left: 20px;
    padding-right: 10px;
  }

  .section-26 {
    height: 350px;
  }

  .section-27 {
    height: 400px;
  }

  .section-29 {
    height: 350px;
  }

  .section-32 {
    height: 330px;
  }

  .dropdown-4 {
    width: auto;
    display: block;
  }

  .text-block-40 {
    white-space: normal;
    object-fit: fill;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }

  .head-ulock, .head-ipad {
    padding-left: 0;
    padding-right: 0;
  }

  .head-comp {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq--cell {
    height: auto;
    display: block;
  }

  .cont-cell {
    padding-bottom: 30px;
  }

  .quest-cell {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-cell {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-cell2 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-cell2 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-cell3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-cell3 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-iphone {
    height: auto;
    display: block;
  }

  .cont-iphone {
    align-self: stretch;
    max-width: none;
    margin-bottom: 60px;
    display: block;
  }

  .quest-iphone {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: block;
  }

  .text-iphone {
    text-align: left;
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-iphone2 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: block;
  }

  .text-iphone2 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-iphone3 {
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .quest-iphone3.w--open {
    text-align: center;
  }

  .text-iphone3 {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-home {
    flex-direction: row;
    height: auto;
    padding-bottom: 0;
    display: block;
  }

  .quest-home {
    text-align: center;
    width: auto;
    padding: 20px 10px 40px;
    font-size: 16px;
    display: block;
  }

  .text-home {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quest-home2 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-home2 {
    width: auto;
    padding: 20px 20px 40px;
  }

  .quest-home3 {
    text-align: center;
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .text-home3 {
    width: auto;
    padding: 20px 20px 40px;
  }

  .quest-home4 {
    text-align: center;
    width: auto;
    margin-bottom: 57px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-home4 {
    width: auto;
    padding: 20px 20px 60px;
  }

  .icon-p {
    margin-bottom: 10px;
    margin-left: 150px;
    padding-bottom: 0;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .icon-iphone {
    margin-bottom: 10px;
    margin-left: 150px;
    inset: auto 0% 0%;
  }

  .heading-38 {
    font-size: 40px;
  }

  .container-39 {
    max-width: none;
    display: block;
  }

  .text-us {
    width: auto;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-30 {
    max-width: 100%;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-19 {
    border: 2px solid var(--firebrick);
    background-color: var(--firebrick);
    border-radius: 5px;
    margin-bottom: 30px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
  }

  .button-19:hover {
    background-color: #0000;
    border-width: 2px;
  }

  .div-block-52 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    padding-bottom: 50px;
    display: flex;
  }

  .icon-8, .icon-9 {
    margin-bottom: 10px;
    margin-left: 150px;
    display: block;
    inset: auto 0% 0%;
  }

  .icon-10 {
    margin-bottom: 10px;
    margin-left: 150px;
    inset: auto 0% 0%;
  }

  .div-block-53 {
    text-align: center;
    width: 100%;
    display: block;
  }

  .icon-11 {
    margin-left: 150px;
    inset: auto 0% 0%;
  }

  .icon-12 {
    margin-bottom: 10px;
    margin-left: 150px;
    inset: auto 0% 0%;
  }

  .div-block-54 {
    text-align: center;
    margin-top: 20px;
  }

  .icon-13, .icon-14, .icon-15 {
    margin-bottom: 10px;
    margin-left: 150px;
    inset: auto 0% 0%;
  }

  .image-31 {
    object-fit: cover;
    flex: 0 auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 15px;
    display: block;
  }

  .icon-16, .icon-17, .icon-18 {
    margin-left: 150px;
  }

  .image-32 {
    object-fit: fill;
    max-width: 100%;
    height: 96%;
  }

  .icon-19 {
    margin-left: 150px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .icon-20, .icon-21 {
    margin-left: 150px;
  }

  .image-33 {
    max-width: 100%;
  }

  .icon-22, .icon-23, .icon-24, .icon-25, .icon-26, .icon-27 {
    margin-left: 150px;
  }

  .image-34 {
    max-width: 100%;
    max-height: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-28, .icon-29, .icon-30 {
    margin-left: 150px;
  }

  .image-35 {
    max-width: 95%;
    height: 100%;
  }

  .icon-31, .icon-32, .icon-33 {
    margin-left: 150px;
  }

  .image-36 {
    max-width: 100%;
    height: auto;
  }

  .icon-34, .icon-35, .icon-36 {
    margin-left: 155px;
  }

  .image-37 {
    max-width: 80%;
    height: auto;
  }

  .icon-37, .icon-38, .icon-39 {
    margin-left: 153px;
  }

  .image-38 {
    max-width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-40, .icon-41, .icon-42 {
    margin-left: 155px;
  }

  .div-block-63 {
    flex-direction: row;
    width: auto;
    padding-top: 0;
  }

  .div-block-64 {
    width: auto;
    margin-right: 0;
  }

  .image-39 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-37 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-65 {
    display: block;
  }

  .div-block-66 {
    display: flex;
  }

  .text-block-44 {
    margin-right: 0;
    padding: 20px;
    font-size: 14px;
  }

  .text-block-46 {
    margin-left: 0;
    padding: 20px;
    font-size: 14px;
  }

  .image-40 {
    max-width: 100%;
    height: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-41 {
    max-width: 100%;
    height: 45%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container-41 {
    display: block;
  }

  .heading-39 {
    margin-top: 0;
    padding-top: 60px;
    font-size: 30px;
  }

  .section-38 {
    flex-direction: column;
    justify-content: center;
    height: auto;
    display: block;
  }

  .div-block-67 {
    justify-content: center;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-42 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .div-block-68 {
    justify-content: center;
    align-self: center;
    margin-right: 0;
  }

  .div-block-69 {
    justify-content: center;
    padding-top: 40px;
  }

  .div-block-70 {
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding-top: 30px;
  }

  .column-19 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .columns-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-20 {
    justify-content: center;
    align-items: center;
  }

  .link-10 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .text-block-47, .text-block-48, .text-block-49, .heading-41, .heading-42 {
    padding-bottom: 10px;
  }

  .heading-45 {
    font-size: 18px;
  }

  .hd-s-phone {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hd-head-phone {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hd-h2-phone {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hd-samsung {
    max-width: none;
    height: auto;
  }

  .hd-s-samsung {
    max-width: 1200px;
  }

  .hd-h2-samsung {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hd-screen {
    height: auto;
  }

  .hd-h1-screen {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hd-h2-screen {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .hd-battery, .hd-computer {
    height: auto;
  }

  .hd-h2-computer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hd-laptop {
    height: auto;
  }

  .hd-h1-laptop {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hd-div-laptop {
    display: flex;
  }

  .hd-h2-laptop {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hd-tablet {
    height: auto;
  }

  .hd-h1-tablet {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hd-div-tablet {
    display: flex;
  }

  .hd-h2-tablet {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .hd-h1-ipad {
    margin-top: 60px;
  }

  .hd-h2-ipad {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hd-unlock {
    height: auto;
  }

  .hd-h1-unlock {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hd-h2-unlock {
    padding-left: 42px;
    padding-right: 42px;
    font-size: 18px;
  }

  .hd-drone {
    height: auto;
  }

  .hd-h1-drone {
    margin-top: 80px;
    padding-left: 10px;
  }

  .hd-div-drone {
    display: flex;
  }

  .hd-h2-drone {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-73 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-43 {
    height: 100%;
  }
}


