@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 100%;
}
p {
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none;
}
header {
  background-color: #043260;
  padding: 110px 0 40px 0;
}
header div {
  max-width: 1400px;
  background-image: url(img/bg-icons-pt.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  padding: 30px 150px;
}
header span{
  display: flex;
  grid-template-columns: repeat(2, 5fr);
  margin: 0 55% 0 0;
  column-gap: 2em;
}
header h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 112%;
  color: #fff;
  max-width: 480px;
}
header span.omni {
  display: block;
  background: #00ced3;
  font-size: 50px;
  color: #043260;
  font-weight: bold;
  padding: 10px;
  margin: 10px 0;
}
header span.simple {
  display: block;
  font-weight: bold;
  border: 1px solid #00ced3;
  padding: 5px 10px;
  width: max-content;
}
header p {
  font-family: "Roboto", sans-serif;
  line-height: 135%;
  color: #fff;
  font-size: 16px;
  max-width: 510px;
  padding-left: 20px;
  border-left: 2px solid #00ced3;
  margin: 2em 0;
}
header button,
#objSection button {
  background: #ff5739;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 25px;
}
header .contact-button{

  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 25px;
  background: #043260;
  border: 1px solid;
  border-color: #00FFFF;
}
header button,
#objSection button,
#footerPlan button {
  transition: background 0.5s ease-in-out;
}
header button:hover,
#objSection button:hover,
#footerPlan button:hover {
  background: #c74d37;
}
header .contact-button:hover{
  background: rgba(0, 255, 255, 0.1);

}
/*HOME MENU*/
.box-menu {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(3, auto);
  max-width: 1380px;
  margin: auto;
}
/* BANDERAS IDIOMAS */
.img-flag {
  margin-right:10px;
}
.img-flag img{
  width: 20px;
}
/* END BANDERAS IDIOMAS */

#clientSwiperSection {
  margin: 40px 0 70px;
}
#clientSwiperSection h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #043260;
  text-align: center;
  margin: 0 0 1em;
}
#clientSwiperSection::after,
#vidSection::after {
  content: "";
  display: block;
  margin: 0px auto 0;
  height: 25px;
  width: 38px;
  background-image: url(img/data-after.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.logos-img{

  display: grid;

  place-items: center;
  
}
#solutionSect {
  max-width: 1200px;
  margin: 0 auto 100px;
}
#solutionSect h2,
#objSection h2,
#vidSection h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 400;
  color: #043260;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 1.5em;
  line-height: 130%;
}
#vidSection h2 {
  max-width: none;
  margin: 0;
}
#solutionSect h2 strong {
  display: block;
}
#solutionSect ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 55px;
  max-width: 1200px;
  margin: 0 auto;
}
#solutionSect li {
  display: grid;
  grid-template-rows: 1fr 6fr;
  row-gap: 40px;
}
#solutionSect li img {
  display: block;
  margin: -25% auto;
  align-self: end;
  z-index: 100;
}
#solutionSect li div {
  width: 344px;
  height: 365px;
  margin: 0 auto;
  background-color: #D8FEFF;
  border-radius: 20px;
  text-align: center;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 30%;
  padding-bottom: 2%;
}
#solutionSect li h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 114%;
  text-align: center;
  color: #fd5739;
  margin: 0 0 0.5em;
}
#solutionSect li p,
ul#cypher p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 135%;
  text-align: center;
  color: #58595b;
}
#solutionSect li p a{

  color: #00558f;

}

#objSection button {
  margin: 1.5em auto 0;
}
#objSection h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 139.9%;
  text-align: center;
  color: #024c86;
}
#objSection h4::before {
  display: block;
  position: absolute;
  background-image: url(img/aside-img.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  content: '';
  width: 40px;
  height: 87px;
  left: 4%;
}
#objThumbs {
  max-width: 1005px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 190px;
  row-gap: 80px;
  position: relative;
}
#objThumbs::after {
  content: "";
  width: 270px;
  height: 500px;
  background-image: url(img/illus-paperplane.svg);
  background-size: 120% 90%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  margin-right: -20%;
  top: -30%;
  display: block;
}
#objThumbs img {
  width: 100%;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
}
#objThumbs div {
  margin: 40px 0 0;
  padding-left: 40px;
  border-left: 3px solid #00ced3;
  display: grid;
  grid-template-rows: 3fr 10fr;
  row-gap: 1em;
}
#objThumbs h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #00ced3;
  line-height: 120%;
  padding: 0 2.5em 0 0;
}
#objThumbs p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 135%;
  color: #58595b;
}
#objThumbs p a{
  font-family: "Roboto", sans-serif;
  color: #00558f;
  text-decoration: none;
  font-weight: bold;
}
#finalSect {
}
#finalSect div.features {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 90px 20px 90px;
  border-radius: 20px;
  color: #fff;
  z-index: 999;
  position: relative;
}
div.guaranteedContainer::before {
  content: "";
  display: block;
  height: 880px;
  width: 690px;
  background-image: url(img/illus-world2.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0%;
  top: -5%;
  z-index: 0;
}
div.features h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 34px;
  text-align: center;
  line-height: 120%;
  color: #024c88;
}
div.features h2 strong {
  display: block;
}
div.features ul {
  max-width: 1000px;
  margin: 85px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
div.features ul li {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  grid-template-rows: 2fr 1fr;
  row-gap: 1em;
  position: relative;
  cursor: pointer;
  transition: background 0.5s ease-in-out;
  height: 100%;
  border: 2px solid #00ced3;
}
div.features ul li:hover {
  background: #e3f3f3;
}
.auto-icon {
  width: 93px;
}
.dd-icon {
  width: 68px;
}
div.features ul li h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 128%;
  text-align: center;
  color: #808181;
}
div.features ul li h3::before {
  content: "";
  display: block;
  width: 71%;
  height: 2px;
  background: #00ced3;
  left: 15%;
  position: absolute;
  top: 62%;
}
div.guaranteed {
  grid-column: 3;
  margin-top: 25%;
  max-width: 580px;
  position: relative;
  z-index: 999;
  line-height: 1.3;
}
div#footerPlan {
  display: grid;
  place-items: center;
  padding: 20px 0 90px 0;
  background: #F3FFFF;
}
div.guaranteed h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 34px;
  color: #fd5739;
  margin: 0 0 2em;
}
ul#cypher {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
}
ul#cypher p {
  text-align: left;
  font-weight: 400;
}
ul#cypher h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  color: #024c88;
}
ul {
  list-style: none;
}
button {
  display: block;
  cursor: pointer;
  border: 0;
  font-weight: 700;
  font-size: 14px;
}
#planSection {
  background: #024c86;
  padding: 133px 70px 74px;
  display: grid;
  place-items: center;
  margin: 0 0 8.5em;
}

#planSection h2,
#calcWrapper h2,
#aditionalsWrapper h3,
#databaseSect h2,
#footerPlan h3,
#faqs h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: #11e1e1;
}

p.introP,
#calcWrapper p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 125%;
  max-width: 820px;
  margin: 1em 0 2em;
}

#planSection p span {
  display: block;
  font-weight: bold;
}
#planSection p span {
  color: #11e1e1;
}

ul#payment {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 2.5em;
}

ul#payment li {
  color: #fff;
  font-size: 15px;
}

label.container {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-left: 30px;
  z-index: 0;
}

label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}

label.container .checkmark {
  width: 18px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

label.container input:checked ~ .checkmark {
  background-color: #00ced3;
}

#planSection select,
#aditionalsWrapper select {
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 15px;
  color: #58595b;
  border: 0;
  appearance: none;
  min-width: 170px;
}

li.customSelect,
li.customSelect div {
  position: relative;
}

span.customArrow {
  display: block;
  width: 2em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

span.customArrow::before {
  content: "";
  position: absolute;
  background-image: url("img/arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 14px;
  height: 8px;
  top: 40%;
}

ul#planBlockContainer {
  margin-top: 68px;
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  max-width: 1250px;
}

#enterpriseBlock,
li.ent {
  --plan-color: #00ced3;
}
#professionalBlock,
li.pro {
  --plan-color: #024c88;
}
#standardBlock,
li.stan {
  --plan-color: #fd5739;
}
#freeBlock,
li.free {
  --plan-color: #2494b3;
}

#standardBlock .planBreakdown h4 strong {
  color: #2494b3;
}

#professionalBlock .planBreakdown h4 strong {
  color: #fd5739;
}

#enterpriseBlock .planBreakdown h4 strong {
  color: #00ced3;
}

ul#planBlockContainer li.planBlock {
  background: #ffffff;
  border-radius: 30px;
  color: #58595b;
  padding: 50px 30px 40px;
  display: grid;
  grid-template-rows: 5fr 9fr;
  flex-basis: 0;
  flex-grow: 1;
}
ul#planBlockContainer li#standardBlock {
  background-color: #fff3ec;
}
li.planBlock h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  text-align: center;
  color: var(--plan-color);
}
li.planBlock h3::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #58595b;
  margin: 1em 0;
}

li.planBlock p {
  color: #58595b;
}
.planDetails p {
  text-align: center;
  font-size: 14px;
  line-height: 140%;
}
.priceCopy {
  display: grid;

  grid-template-rows: 6fr 4fr 4fr;
  place-items: center;
  row-gap: 15px;
}
.priceCopy p:first-child strong {
  display: block;
}
.planDetails span.planPrice {
  display: block;
  font-weight: bold;
  color: #2f2f2f !important;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  line-height: 100%;
  text-align: left;
  margin: 0 auto;
}
.planDetails span.planPrice::before {
  content: "Desde:";
  display: block;
  color: #58595b;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  line-height: 100%;
  margin: 0 0 0.5em;
}
.planBlock button {
  margin: 30px auto 40px;
  background-color: var(--plan-color);
  border-radius: 25px;
  padding: 12px 0;
  width: 200px;
  color: #fff;
}
.planBlock button a {
  text-decoration: none;
  color: inherit;
}
.planBreakdown ul {
  border-top: 6px solid #efefef;
  border-bottom: 6px solid #efefef;
  display: grid !important;
  grid-auto-rows: 1fr;
}
.planBreakdown li {
  padding: 25px 0;
  border-bottom: 1px solid #999999;
  color: #58595b;
  font-size: 14px;
  line-height: 135%;
  display: grid;
  align-content: center;
}

.planBreakdown h4 {
  font-size: 17px;
}
.planBreakdown h5 {
  font-size: 15px;
  font-weight: 700;
  color: #024c88;
  line-height: 180%;
}
.planBreakdown p {
  font-size: 14px;
  color: #58595b;
  line-height: 140%;
}

.planBreakdown li:last-child {
  border: 0;
}
a.aboutLink {
  cursor: pointer;
  display: block;
  margin: 2.25em 0 0;
  text-decoration: none;
  font-weight: 700;
  color: var(--plan-color);
}
button.planFeatures {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: transparent;
  padding: 1em 2em;
  border: 2px solid white;
  border-radius: 30px;
  margin: 4.5em 0 0;
}
button.planFeatures a {
  color: #ffffff;
  text-decoration: none;
}
#calcWrapper,
#databaseSect {
  margin: 0 auto 4.5em;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4em;
}

#calcWrapper h2,
#databaseSect h2,
#faqs h3 {
  color: #024c88;
  line-height: 112%;
}
#faqs h3 {
  margin: 0 auto 1.5em;
  text-align: center;
}
#faqs {
  margin: 6.5em 0;
}
#calcWrapper p,
#databaseSect p {
  color: #58595b;
  text-align: left;
  margin: 1.5em 0 3em;
}

strong.blue {
  display: block;
  margin-top: 1em;
  color: #024c88;
}

#calcWrapper img {
  display: block;
  margin: 0 auto;
}

span.asterisk {
  font-size: 9px;
  color: #999;
  font-weight: 400;
}
.aditionalsContainer {
  max-width: 1250px;
  margin: 0 auto 5.5em;
}
#aditionalsWrapper {
  background: #024c86;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6em;
  padding: 3.5em 2.7em;
  position: relative;
  color: #fff;
  z-index: 1;
}

#aditionalsWrapper div.onsite::before {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #fff;
  position: absolute;
  top: 10%;
  right: 50%;
}

#aditionalsWrapper h3 {
  font-size: 23px;
  letter-spacing: -0.02em;
  line-height: 130%;
}

#aditionalsWrapper ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 2em;
  margin-top: 1.5em;
}

#aditionalsWrapper li label {
  display: block;
  font-size: 13px;
  margin: 0 1em 0.5em;
  font-weight: 500;
}
#aditionalsWrapper li h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 100%;
}
#aditionalsWrapper .onsite {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#aditionalsWrapper .onsite p {
  flex-grow: 1;
  font-size: 15px;
  margin: 1em 0;
}
#aditionalsWrapper .onsite .asterisk {
  color: #fff;
}

.fit-35px {
  font-size: 35px !important;
}
.fit-38px {
  font-size: 37px !important;
}
.fit-40px {
  font-size: 40px !important;
}

#smsIllus {
  display: block;
  z-index: 2;
  margin-top: -10%;
  margin-left: auto;
  pointer-events: none;
  position: relative;
}

#databaseSect ol {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #58595b;
  counter-reset: section;
  list-style-type: none;
}
#databaseSect li p {
  margin: 0;
}
#databaseSect li p strong {
  color: #ff5739;
}
#databaseSect li {
  display: grid;
  grid-template-columns: 1fr 9fr;
  place-items: center;
  column-gap: 2em;
}
#databaseSect li::before {
  counter-increment: section;
  display: block;
  content: counters(section, ".") " ";
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: bold;
  color: #024c88;
  line-height: 100%;
}

#footerPlan h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 139.9%;
  text-align: center;
  color: #024c86;
}
/*
#footerPlan h4::before {
  display: block;
  position: absolute;
  background-image: url(img/aside-img.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  content: '';
  width: 40px;
  height: 87px;
  left: 4%;
}
*/
#footerPlan p {
  max-width: 650px;
  font-size: 17px;
  line-height: 135%;
  margin: 1em 0 2em;
}
#footerPlan button {
  border: 0;
  padding: 1em 1.5em;
  background: #ff5739;
  color: #fff;
  border-radius: 25px;
  margin: 1.5em auto 0;
}
.guaranteedContainer {
  display: grid;
  grid-template-columns: 3fr 6fr 5fr 1fr;
  min-height: 790px;
  position: relative;
  background: linear-gradient(180deg, rgba(235, 247, 247, 0) 0%, #F3FFFF 26.56%);
}
#databaseSect::before {
  content: "";
  height: 92px;
  width: 43px;
  background-image: url(img/data-before.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  margin-top: -13%;
}

#databaseSect aside p {
  position: relative;
  line-height: 144%;
}

#databaseSect aside p::after {
  content: "";
  height: 40px;
  width: 56px;
  background-image: url(img/data-after.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  margin-top: 3.5em;
}

#databaseSect li:not(:last-child):after {
  content: "";
  width: 100%;
  display: block;
  border-top: 1px solid #999;
  margin: 1em 0;
  grid-column: 2;
}
div.showCtam,
#mobiBreakdown {
  display: none;
}
#planSection .asterisk {
  color: #ffffff;
  text-align: left;
  margin: 2em 0 0 4em;
  justify-self: baseline;
}
#peruPsa {
  display: none;
}
.contactBttn {
  text-decoration: none;
}

@media (min-width: 700px) {
  .showMore,
  .showLess {
    display: none;
  }
  .priceCopy p:last-child {
    min-height: 60px;
  }
  div.planContentWrapper {
    display: grid;
  }
  div.planContentWrapper .aboutLink {
    align-self: end;
  }
  #aditionalsWrapper li:last-child {
    align-self: flex-end;
  }
}

/* Modal */
.emModal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modalContent div {
  width: 100%;
  display: grid;
  place-items: center;
}

.modalContent {
  position: relative;
  margin: 3% auto;
  background-color: #fff;
  width: 50%;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
  padding: 1em 2em;
  border-radius: 10px;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.modalContent .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  transition: all 0.2s;
}
.modalContent .close:hover,
.modalContent .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

#mobiVer {
  display: block;
  margin: 1em 0 0;
  border-bottom: 1px solid #000;
  width: max-content;
  cursor: pointer;
}

#vidSection {
  display: grid;
  place-items: center;
  margin: 0;
}
#vidSection::after {
  margin: 75px 0 40px;
}
#clientPicker {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 450px;
  margin: 45px auto 50px;
  padding: 20px 0;
  border-top: 3px solid #00ced3;
}

#clientPicker li div {
  background-color: #727f89;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  position: relative;
}
#clientPicker li div.selected,
#clientPicker li div:hover {
  background-color: #024c86;
}



#vidSection iframe.video-item {
  display: none;
}
#vidSection iframe.selected {
  display: block;
}

#logo-artear {
  -webkit-mask: url(img/plogo-artear.svg) no-repeat center;
  mask: url(img/plogo-artear.svg) no-repeat center;
  width: 80px;
  height: 23px;
}
#logo-wenance {
  -webkit-mask: url(img/plogo-wenance.svg) no-repeat center;
  mask: url(img/plogo-wenance.svg) no-repeat center;
  width: 120px;
  height: 16px;
}
#logo-autog {
  -webkit-mask: url(img/plogo-autog.svg) no-repeat center;
  mask: url(img/plogo-autog.svg) no-repeat center;
  width: 112px;
  height: 27px;
}

/*Footer*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
footer {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@keyframes pulse {
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
}
.tagline-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-content: center !important;
}
.social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-content: center !important;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.footer .social i:hover {
  color: #63ced3 !important;
}
.footer {
  padding: 80px 0;
  font-family: Roboto, sans-serif;
  text-align: left;
}
.footer .logo {
  color: #00558f;
  font-size: 48px;
}
.footer .logo img {
  height: 40px;
}
@media (max-width: 768px) {
  #solutionSect li div {
    height: 300px;
    padding-top: 25%;
  }
  .footer .logo {
    margin-bottom: 1em;
  }
  header span{
    display: flex;
    flex-direction: column;
    grid-template-rows: repeat(2, 5fr);
    margin: 0;
    row-gap: 2em;
  }
}
.footer a {
  color: #00558f;
  font-weight: 400;
}
.footer a:hover {
  text-decoration: none;
}
.footer p {
  font-weight: 300;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.footer p strong {
  font-weight: 500 !important;
}
.footer .social a {
  margin-left: 12px;
  color: #00558f;
  cursor: pointer;
  transition: all 0.5s;
}
.footer .social a:first-child {
  margin-left: 0;
}
.footer .social a:hover {
  color: #00375c;
}
.col-light {
  margin-right: 50px !important;
}
.col-lg-2,
.col-lg-3 {
  margin-bottom: 3em !important;
}
.footer.dark {
  background-color: #1a394e;
}
.footer.dark .social,
.footer.dark a,
.footer.dark i,
.footer.dark p {
  color: #fff !important;
  text-decoration: none !important;
}
.work-with-us {
  cursor: pointer;
  border: 2px solid;
  background: #63ced3 !important;
  border-color: #63ced3 !important;
  color: #fff !important;
  padding: 5px 12px !important;
  border-radius: 30px !important;
  font-weight: 400;
  box-shadow: 0 5px 4.5px 0.5px rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
  font-size: 16px;
}
.work-with-us:hover {
  background: #2c4d86 !important;
  border-color: #2c4d86 !important;
  color: #fff !important;
}
@media (min-width: 925px) {
  .work-with-us {
    cursor: pointer;
    border: 2px solid;
    background: #63ced3 !important;
    border-color: #63ced3 !important;
    color: #fff !important;
    padding: 10px 10px !important;
    border-radius: 30px !important;
    font-weight: 400;
    box-shadow: 0 5px 4.5px 0.5px rgba(0, 0, 0, 0.1);
    transition: all 0.6s;
    font-size: 16px;
  }
  .work-with-us:hover {
    background: #2c4d86 !important;
    border-color: #2c4d86 !important;
    color: #fff !important;
    text-decoration: none !important;
  }
}

/*Zoom*/

@media (min-width: 768px) and (max-width: 1800px) {
  nav,
  div.footer {
    zoom: 0.85;
  }
}

/*Swiper Styles*/

.swiper-container {
  width: 1000px;
  height: 100px;
}
.swiper-slide {
  display: grid;
  place-items: center;
}
.brandSwiper {
  width: 1100px;
  position: relative;
  margin: 0 auto;
}
:root {
  --swiper-navigation-size: 25px !important;
  --swiper-theme-color: #024c88 !important;
}

@media (max-width: 1000px) {
  .brandSwiper {
    display: none;
  }
  div#root {
    display: none;
  }

  #mobiBreakdown {
    display: block;
  }
  #mobiBreakdown ul {
    display: grid;
    row-gap: 2em;
  }
  #mobiBreakdown h3 {
    color: var(--plan-color);
    font-family: "Montserrat", sans-serif;
    font-size: 6vw;
  }
  #mobiBreakdown h4 {
    font-weight: bold;
    font-size: 15px;
    color: #58595b;
  }
  #mobiBreakdown p {
    margin: 0.5em auto;
    max-width: 48vw;
    font-size: 14px !important;
    line-height: 121%;
    text-align: center;
    color: #58595b;
  }
  #mobiBreakdown span.breakdownN {
    display: block;
    font-weight: bold;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
    color: #2f2f2f;
  }
  #mobiBreakdown h3::after {
    content: "";
    display: block;
    height: 1px;
    width: 40vw;
    margin: 0.5em auto;
    background-color: #58595b;
  }
  div.showCta {
    display: block;
    text-align: left;
    padding: 3.3vw 0 0;
    font-size: 3.7vw;
  }
  .planBlock button {
    font-size: 3.7vw;
  }
  .showMore {
    border-top: 6px solid #efefef;
  }
  div.showCta::after {
    content: "";
    width: 12px;
    height: 7px;
    background-image: url(img/more-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
  }
  div.showLess::after {
    transform: rotateZ(180deg);
  }
  header,
  #aditionalsWrapper,
  #databaseSect,
  #calcWrapper {
    grid-template-columns: 1fr;
  }
  header {
    text-align: center;
    margin: 0 auto;
  }
  header span.simple,
  header span.omni {
    width: max-content;
    margin: 0.2em auto;
  }
  #solutionSect ul,
  #objThumbs {
    grid-template-columns: 1fr;
    justify-content: center;
  }
  #finalSect div.features {
    border-radius: 0;
    padding: 24vw 5.7vw 18vw;
  }
  div.features ul {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    margin: 11vw auto 0;
  }
  div.guaranteedContainer::before,
  #objThumbs::after {
    display: none;
  }
  .video-item {
    width: 100vw;
    height: 78.5vw;
  }
  #planSection {
    text-align: center;
    padding: 31vw 7vw 16vw;
    margin: 0 0 14.5vw;
  }
  header img {
    width: 78.7vw;
    margin-top: 14vw;
  }
  ul#payment {
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 0;
    max-width: 65vw;
  }
  span.ast-hid {
    display: none;
  }
  ul#payment li:first-child {
    width: 54%;
  }
  ul#payment li:nth-child(3) {
    flex: 0 0 100%;
    margin-top: 8vw;
  }
  label.container {
    text-align: left;
  }
  span.customArrow {
    right: 5%;
  }
  #planSection select,
  #aditionalsWrapper select {
    width: 100%;
  }
  ul#planBlockContainer {
    display: flex;
    flex-direction: column;
    max-width: 70vw;
  }
  ul#planBlockContainer > li:not(:last-child) {
    margin-bottom: 6vw;
  }
  ul.planBlock li {
    margin-bottom: 0vw;
  }
  li.planBlock p:first-child {
    display: none;
  }
  .priceCopy,
  ul#planBlockContainer li.planBlock {
    grid-template-rows: auto;
  }
  ul#planBlockContainer li.planBlock {
    padding: 9.6vw 7.9vw 6.5vw;
  }
  li.planBlock h3::after {
    margin: 4vw 0;
  }
  .priceCopy {
    row-gap: 5vw;
  }
  .planBlock button {
    width: 52vw;
    margin: 5vw auto 9vw;
  }
  .planBreakdown ul {
    grid-auto-rows: auto;
  }
  #databaseSect aside p {
    line-height: 125%;
  }
  /*50 px*/
  .planDetails span.planPrice {
    font-size: 12vw;
  }
  header span.omni,
  header span.simple {
    font-size: 8.3vw;
  }
  header h1 {
    text-align: center;
  }
  /*37 px*/
  #planSection h2,
  #calcWrapper h2,
  #faqs h3 {
    font-size: 8.9vw;
  }
  /*30 px*/
  header h1,
  #solutionSect h2,
  #objSection h2,
  #vidSection h2,
  div.features h2,
  div.guaranteed h3, #footerPlan h3 {
    font-size: 7vw;
  }
  /*23 px*/
  #aditionalsWrapper h3,
  #solutionSect li h3 {
    font-size: 5.5vw;
  }
  /*21px*/
  #objThumbs h3,
  #objSection h4 {
    font-size: 5vw;
    padding-top: 20px;
  }
  #objSection h4::after{

    display: block;
    position: absolute;
    background-image: url(img/responsive-paperplane.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    content: '';
    width: 200px;
    height: 150px;
    left: 0%;
    margin-top: -52%;
  }
  /*17 px*/
  header h1 span,
  header p,
  #calcWrapper p,
  #footerPlan p,
  .planBreakdown h4,
  p.introP,
  #databaseSect aside p,
  #solutionSect li p,
  ul#cypher p,
  #objThumbs p {
    font-size: 4vw;
  }
  /*15 px*/
  .planBreakdown li,
  div.features ul li h3 {
    font-size: 3.6vw;
    padding: 7vw 0;
  }
  div.features ul li h3 {
    padding: 0;
  }
  /*14 px*/
  #aditionalsWrapper .onsite p {
    font-size: 3.38vw;
  }
  /*13 px*/
  li.planBlock p {
    font-size: 3.1vw;
  }
  /*12 px*/
  button.planFeatures {
    font-size: 2.8vw;
  }
  /*11 px*/
  .planDetails span.planPrice::before {
    font-size: 2.6vw;
  }
  header {
    padding: 22vw 6vw 15vw;
  }
  header h1 {
    padding: 13vw 0 14vw 0;
  }
  header div {
    padding: 0;
    background-image: url(img/icons-mob.png);
    background-size: 100%;
    background-position: top center;
  }
  header p {
    border: 0;
    max-width: none;
    padding: 0 10px;
  }
  header button,
  #objSection button,#footerPlan button {
    margin: 0 auto;
    width: 70vw;
    font-size: 4.3vw;
  }
  #objSection button {
    margin-top: 8vw;
  }
  p.introP {
    margin: 3.8vw 0 14vw;
    line-height: 130%;
  }
  #clientSwiperSection {
  }
  #clientSwiperSection h2,
  #clientSwiperSection::after {
  }
  .mobi-swiper-container {
    width: 90vw;
    overflow: hidden;
    margin: 0 auto;
  }
  .swiper-slide {
    height: auto !important;
  }
  .swiper-slide img {
    width: 100%;
    max-height: 12.3vw;
  }
  #solutionSect {
    margin: 17vw 7.2vw 22vw;
  }
  #solutionSect li p {
    padding: 0 1em;
  }
  #clientPicker {
    width: 85vw;
    column-gap: 2em;
    margin: 7.2vw auto 5vw;
  }
  #logo-artear {
    width: 17.8vw;
    height: 5vw;
  }
  #logo-wenance {
    width: 26.3vw;
    height: 3.6vw;
  }
  #logo-autog {
    width: 25vw;
    height: 6vw;
  }
  #clientPicker li div {
    -webkit-mask-size: contain;
  }
  #vidSection::after {
    margin: 18vw 0;
    width: 9vw;
    height: 6.2vw;
  }
  #objSection {
    margin: 0 7.2vw;
  }
  #objSection h2 strong, div.guaranteed h3 strong {
    display: block;
  }
  div.guaranteed h3{
    line-height: 130%;
    text-align: center;
    margin: 0 0 7vw;
  }
  ul#cypher{
    grid-template-columns: 1fr;
    width: 60vw;
    margin: 0 auto;
    row-gap: 0;
  }
  ul#cypher li, ul#cypher p, #footerPlan h3{
    text-align: center;
  }
  #objThumbs {
    row-gap: 16vw;
  }
  #objThumbs div {
    margin: 8vw 0 0;
    padding-left: 0;
    border-left: 0;
    grid-template-rows: auto;
  }
  #finalSect {
    background: none;
  }
  .guaranteedContainer{
    display: block;
    min-height: fit-content;
  }
  div.guaranteed{
    margin: 18.5vw 4.8vw 0;
  }
  ul#cypher li:not(:last-child)::after{
    content: '';
    display: block;
    width: 115px;
    height: 3px;
    background: #FD5739;
    margin: 10vw auto;
  }
  div#footerPlan{
    padding: 23vw 0;
  }
  #footerPlan h3{
    max-width: 300px;
    margin: 0 0 1em;
  }

  .logos-img{

    display: none;
    
  }


  #objSection h4::before{

    display: none;

  }

  #footerPlan h4 {
    font-size: 5vw;
    padding-top: 20px;
  }
  #footerPlan button {
    margin-top: 8vw;
  }



  

  button.planFeatures {
    padding: 1em 3vw;
  }
  #calcWrapper,
  #databaseSect {
    text-align: center;
    max-width: 82vw;
  }
  .planBreakdown h5 {
    line-height: 150%;
    margin: 0 0 0.5em;
  }
  #calcWrapper p,
  #aditionalsWrapper h3,
  #aditionalsWrapper .onsite p,
  #databaseSect aside p {
    text-align: center;
  }
  #calcWrapper aside img,
  #calcWrapper aside span.asterisk,
  #databaseSect ol,
  #databaseSect::before {
    display: none;
  }

  #aditionalsWrapper .onsite .asterisk {
    text-align: center;
  }
  #aditionalsWrapper {
    border-radius: 0;
    padding: 14.5vw 9.5vw 30vw;
  }
  #aditionalsWrapper ul {
    flex-direction: column;
  }
  #aditionalsWrapper ul li:nth-child(2) {
    margin: 7.2vw 0;
  }
  #aditionalsWrapper ul li {
    width: 56vw;
  }
  #aditionalsWrapper li h4 {
    text-align: center;
    font-size: 8.4vw;
  }
  #aditionalsWrapper div.onsite::before {
    height: 1px;
    width: 100%;
    position: initial;
    margin: 10vw 0;
  }
  #smsIllus {
    width: 70vw;
    margin: -30% 20% 0;
  }
  #databaseSect aside p::after {
    display: block;
    position: initial;
    margin: 8.4vw auto 0;
    width: 6.2vw;
    height: 4.8vw;
  }
  #databaseSect aside p {
    margin: 4.8vw auto 0;
  }
  #footerPlan {
    padding: 12vw 8vw;
  }
  #footerPlan p {
    margin: 6.5vw 8.9vw;
  }
  div.planContentWrapper {
    height: 0px;
    transition: height 0.3s ease;
    overflow: hidden;
    text-align: left;
  }
  .planBreakdown ul {
    border-top: 0;
  }
  .fit-38px,
  .fit-40px {
    font-size: 8.4vw !important;
  }
  .fit-35px {
    font-size: 8vw !important;
  }
  a.aboutLink {
    display: block;
    margin: 6.5vw 0 10vw;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff !important;
  }
}

@media (min-width: 700px) {
  ul#cypher::after{
    position: absolute;
    display: block;
    bottom: 0;
    margin-left: 15%;
    margin-bottom: -8%;
    content: '';
    width: 500px;
    height: 256px;
    background: url(img/finalpaperplane.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: -20%;
}
  ul#cypher li:first-child::after, ul#cypher li:nth-child(2)::after{
    content: '';
    display: block;
    width: 115px;
    height: 3px;
    background: #FD5739;
    margin: 40px 0;
  }
  .brandSwiper-mobi, 
  #sidebarMenu{
    display: none;
  }
}

@media (max-width: 700px) {

  .logos-img{

    display: none;

  }
}


/* Menu */

#sidebarMenu {
  height: 100vh;
  position: fixed;
  background-color: #fff;
  width: 70vw;
  padding: 2em 0;
  top: 0;
  z-index: 9999;
  left: -75vw;
  transition: left .5s;
}
#sidebarMenu.active {
  left: 0;
}
#sidebarMenu img{
  width: 40vw;
  padding: 0 1em 2em;
}
.sidebar-items-container{
  display: grid;
}
.sidebar-items-container > div, .sidebar-items-container > a{
  padding: 3vw 5vw;
  border-bottom: solid 1px #f1f1f1;
  color: #00568f;
}
.sidebar-items-container summary{
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
}
.sidebar-items-container summary::marker, summary::-webkit-details-marker  {
  display: none!important;
  content: ''!important;
}
.sidebar-items-container details p{
  display: grid;
  padding: 0.5em 1em;
}
.sidebar-items-container details p a{
  color: #00568f;
}
a.work-with-us{
  display: inline-block;
  margin:5vw 2vw!important;
}
svg.control-icon{
  fill: #00568f;
  vertical-align: bottom;
}