.body {
  font-family: Montserrat, sans-serif;
}

.section {
  height: 1000px;
  background-image: -webkit-linear-gradient(270deg, rgba(3, 10, 33, .7), rgba(3, 10, 33, .7)), url('../images/salon.jpg');
  background-image: linear-gradient(180deg, rgba(3, 10, 33, .7), rgba(3, 10, 33, .7)), url('../images/salon.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.grey-h2 {
  margin-bottom: 0px;
  opacity: 0.8;
  color: #fff;
  font-size: 30px;
  line-height: 22px;
  font-weight: 800;
  text-align: center;
}

.container {
  height: 1000px;
  padding-top: 200px;
  padding-bottom: 200px;
  color: #fff;
}

.paragraph-2 {
  margin-bottom: 70px;
  color: #dfdfdf;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.button {
  display: block;
  width: 300px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  color: white;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(315deg, #0053ff, #00236c);
  background-image: linear-gradient(135deg, #0053ff, #00236c);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.button:hover {
  background-image: -webkit-linear-gradient(315deg, #0053ff, #00236c);
  background-image: linear-gradient(135deg, #0053ff, #00236c);
  box-shadow: 1px 1px 26px 0 #00287a;
}

.button-left {
  display: block;
  width: 300px;
  height: 60px;
  margin-bottom: 0px;
  padding-top: 19px;
  padding-bottom: 19px;
  color: white;
    border-radius: 4px;
  background-image: -webkit-linear-gradient(315deg, #0053ff, #00236c);
  background-image: linear-gradient(135deg, #0053ff, #00236c);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.button-left:hover {
  background-image: -webkit-linear-gradient(315deg, #0053ff, #00236c);
  background-image: linear-gradient(135deg, #0053ff, #00236c);
  box-shadow: 1px 1px 26px 0 #00287a;
}

.section-2 {
  height: 1080px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('../images/bg-multa-2-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.container-2 {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #184cb7;
  font-size: 60px;
  line-height: 72px;
  font-weight: 800;
}

.text-18-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #303030;
  font-size: 18px;
  line-height: 24px;
}

.image {
  display: inline-block;
  width: 35px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 0px;
  padding-left: 0px;
  float: left;
}

.trigger-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  height: auto;
}

.container-3 {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 48px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #303030;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.section-4 {
  height: auto;
  background-color: #ecf0f4;
}

.container-4 {
  height: auto;
  margin-top: 0px;
  padding-top: 95px;
  padding-bottom: 95px;
  border: 1px none #000;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #000;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}

.div-block-5 {
  margin-bottom: 105px;
}

.paragraph-5 {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.text-18 {
  color: #303030;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
}

.row-2 {
  display: block;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-text-variant {
  margin-top: 40px;
  padding-right: 35px;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 35, 108, .7), rgba(0, 35, 108, .7)), url('../images/largus-hero2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 35, 108, .7), rgba(0, 35, 108, .7)), url('../images/largus-hero2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-36-center-blue {
  margin-bottom: 40px;
  color: #184cb7;
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.separator {
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-linear-gradient(320deg, #e5e5e5, #fff);
  background-image: linear-gradient(130deg, #e5e5e5, #fff);
}

.separator-2 {
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #184cb7;
}

.separator-2.cent-se {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.title-36 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 34px;
  line-height: 48px;
  font-weight: 300;
}

.title-36.center {
  color: #303030;
  text-align: center;
}

.section-7 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 110px;
  margin-right: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 4px solid #e7edf8;
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.icon {
  height: 50px;
  -webkit-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.separator-3 {
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7edf8;
}

.div-block-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #184cb7;
}

.row-4 {
  margin-top: 60px;
}

.section-8 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: auto;
  height: auto;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-14-24 {
  color: #303030;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.about {
  display: none;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 35, 108, .8), rgba(0, 35, 108, .8)), url('../images/about-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 35, 108, .8), rgba(0, 35, 108, .8)), url('../images/about-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.title-36-white {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}

.separator-2-white {
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-18-white {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.text-span {
  font-weight: 700;
}

.final {
  display: none;
  padding-top: 90px;
  padding-bottom: 90px;
}

.title-30-center {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.heading-48-white {
  margin-bottom: 40px;
  color: #fff;
  font-size: 36px;
  line-height: 60px;
  font-weight: 800;
  text-align: left;
  text-transform: none;
}

.wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(16, 24, 41, .9), rgba(16, 24, 41, .9));
  background-image: linear-gradient(180deg, rgba(16, 24, 41, .9), rgba(16, 24, 41, .9));
}

.form-wrapper {
  width: 360px;
  padding-top: 30px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.text-field {
  height: 60px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.policy {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #929292;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.link {
  color: #184cb7;
  text-decoration: none;
}

.form-block {
  margin-bottom: 0px;
}

.close {
  display: inline-block;
  width: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.button-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(315deg, #0053ff, #00236c);
  background-image: linear-gradient(135deg, #0053ff, #00236c);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.button-modal:hover {
  background-image: -webkit-linear-gradient(315deg, #0053ff, #00236c);
  background-image: linear-gradient(135deg, #0053ff, #00236c);
  box-shadow: 1px 1px 15px 0 #0054ff;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2-thank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #184cb7;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.button-thank {
  display: block;
  width: 300px;
  height: 60px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(315deg, #0053ff, #00236c);
  background-image: linear-gradient(135deg, #0053ff, #00236c);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.button-thank:hover {
  background-image: -webkit-linear-gradient(315deg, #0053ff, #00236c);
  background-image: linear-gradient(135deg, #0053ff, #00236c);
  box-shadow: 1px 1px 15px 0 #0054ff;
}

.row-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-6 {
  color: #a8a8a8;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #303030;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.row-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-8 {
  margin-top: 40px;
}

.section-10 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #101829;
}

.header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.image-7 {
  height: 30px;
  margin-right: 20px;
  background-color: transparent;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-7 {
  margin-bottom: 0px;
  color: #303030;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.phone-header {
  margin-bottom: 0px;
  color: #303030;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.header-icon {
  height: 30px;
  margin-right: 20px;
  background-color: transparent;
}

.paragraph-7-white {
  margin-bottom: 0px;
  color: #8e94a1;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.text-24-header-white-copy {
  margin-bottom: 0px;
  color: #8e94a1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.div-block-10-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-7-grey {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #8e94a1;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.button-ask {
  display: block;
  width: 300px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  color: white;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(315deg, #0053ff, #00236c);
  background-image: linear-gradient(135deg, #0053ff, #00236c);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.button-ask:hover {
  background-image: -webkit-linear-gradient(315deg, #0053ff, #00236c);
  background-image: linear-gradient(135deg, #0053ff, #00236c);
  box-shadow: 1px 1px 26px 0 #00287a;
}

.paragraph-8 {
  margin-bottom: 0px;
  color: #8e94a1;
  font-size: 12px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-8 {
  height: 24px;
  margin-right: 20px;
}

.logo-footer {
  height: 40px;
  margin-right: 10px;
  background-color: transparent;
}

.footer-icon {
  height: 30px;
  margin-right: 20px;
  background-color: transparent;
}

.row-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-trafi {
  height: 1000px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 37, 131, .8), rgba(0, 37, 131, .8)), url('../images/traffitop-tripod-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 37, 131, .8), rgba(0, 37, 131, .8)), url('../images/traffitop-tripod-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-2-trafi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1080px;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/trafi-final-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.image-9 {
  color: #184cb7;
}

.h1-blue {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #184cb7;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  margin-bottom: 40px;
}

.separator-2-copy {
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #184cb7;
}

.paragraph-2-copy {
  margin-bottom: 30px;
  color: #9d9fa4;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.paragraph-7-white-copy {
  margin-bottom: 0px;
  color: #8e94a1;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.wrapper-video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(16, 24, 41, .9), rgba(16, 24, 41, .9));
  background-image: linear-gradient(180deg, rgba(16, 24, 41, .9), rgba(16, 24, 41, .9));
}

.div-block-11 {
  width: 800px;
  height: 460px;
}

.video-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e7edf8;
}

.button-copy {
  display: block;
  width: 300px;
  height: 60px;
  margin-bottom: 0px;
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(315deg, #0053ff, #00236c);
  background-image: linear-gradient(135deg, #0053ff, #00236c);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.button-copy:hover {
  background-image: -webkit-linear-gradient(315deg, #0053ff, #00236c);
  background-image: linear-gradient(135deg, #0053ff, #00236c);
  box-shadow: 1px 1px 26px 0 #00287a;
}

.row-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-5 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  padding-bottom: 5px;
  background-color: #fff;
}

.nav-link {
  padding: 10px 35px 10px 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  line-height: 14px;
}

.nav-link:hover {
  color: #8dbfff;
}

.phone-header-small {
  margin-bottom: 0px;
  color: #303030;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.header-icon-small {
  height: 20px;
  margin-right: 20px;
  background-color: transparent;
}

.image-7-small {
  height: 24px;
  margin-right: 20px;
  background-color: transparent;
}

.paragraph-7-nav {
  margin-bottom: 0px;
  color: #303030;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}

.nav-menu {
  float: none;
}

.header-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.hero-main-copy {
  height: auto;
  padding-top: 120px;
  padding-bottom: 90px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.about2 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.image-11 {
  width: 260px;
}

.column-10 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  color: #303030;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.text-span-3 {
  font-size: 60px;
}

.heading-48-white-copy {
  margin-bottom: 40px;
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  text-align: left;
  text-transform: none;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-question {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  z-index: 9999;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(16, 24, 41, .9), rgba(16, 24, 41, .9));
  background-image: linear-gradient(180deg, rgba(16, 24, 41, .9), rgba(16, 24, 41, .9));
}

.form {
  display: block;
}

.text-span-4 {
  font-size: 60px;
}

.heading-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #184cb7;
  font-size: 48px;
  line-height: 72px;
  font-weight: 800;
}

.paragraph-8-copy {
  margin-bottom: 0px;
  color: #8e94a1;
  font-size: 12px;
}

.div-block-10-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trigger-block-multa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .section {
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .container {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading-2 {
    font-size: 36px;
    line-height: 48px;
  }
  .text-18-grey {
    font-size: 14px;
  }
  .trigger-block {
    margin-bottom: 20px;
  }
  .container-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .heading-3 {
    font-size: 30px;
  }
  .heading-4 {
    font-size: 18px;
    line-height: 24px;
  }
  .container-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .heading-5 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }
  .text-18 {
    font-size: 14px;
  }
  .h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .title-36 {
    font-size: 24px;
    line-height: 36px;
  }
  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .heading-48-white {
    font-size: 30px;
    line-height: 36px;
  }
  .heading-8 {
    font-size: 36px;
  }
  .section-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .image-7 {
    height: 24px;
    margin-right: 10px;
  }
  .paragraph-7 {
    font-size: 10px;
  }
  .phone-header {
    font-size: 14px;
  }
  .header-icon {
    height: 24px;
  }
  .paragraph-7-white {
    font-size: 10px;
  }
  .text-24-header-white-copy {
    font-size: 14px;
  }
  .button-ask {
    width: 220px;
    height: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .footer-icon {
    height: 24px;
  }
  .hero-trafi {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-2-trafi {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .h1-blue {
    font-size: 30px;
  }
  .paragraph-2-copy {
    font-size: 14px;
  }
  .paragraph-7-white-copy {
    font-size: 10px;
  }
  .video-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .navbar {
    display: none;
  }
  .about2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-span-4 {
    font-size: 48px;
  }
  .heading-2-copy {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 36px;
  }
  .paragraph-8-copy {
    padding-right: 15px;
  }
  .paragraph-9 {
    font-size: 12px;
  }
  .paragraph-10 {
    font-size: 12px;
  }
  .paragraph-11 {
    font-size: 12px;
  }
  .trigger-block-multa {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .paragraph-2 {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
  }
  .section-2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: none;
  }
  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .trigger-block {
    display: block;
  }
  .container-3 {
    padding: 40px 20px;
  }
  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }
  .column {
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .heading-5 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .paragraph-5 {
    font-size: 12px;
    line-height: 14px;
  }
  .text-18 {
    font-size: 12px;
    line-height: 18px;
  }
  .h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .image-3 {
    height: 200px;
    margin-right: 20px;
  }
  .column-3 {
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-text-variant {
    width: 300px;
  }
  .row-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .column-5 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .column-6 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-5 {
    display: none;
  }
  .separator-2 {
    width: 48px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .title-36 {
    font-size: 24px;
    line-height: 30px;
  }
  .title-36.center {
    font-size: 24px;
  }
  .div-icon {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
  .icon {
    height: 40px;
  }
  .section-8 {
    display: none;
  }
  .column-7 {
    display: none;
  }
  .heading-8 {
    font-size: 24px;
  }
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-10 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph-7 {
    display: none;
  }
  .paragraph-7-white {
    display: none;
  }
  .button-ask {
    display: inline-block;
    width: 160px;
    height: 40px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .row-9 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-2-trafi {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: none;
  }
  .image-9 {
    height: 200px;
  }
  .h1-blue {
    font-size: 24px;
    line-height: 30px;
  }
  .column-8 {
    margin-top: 60px;
  }
  .paragraph-7-white-copy {
    font-size: 10px;
  }
  .about2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .column-10 {
    display: none;
  }
  .text-span-3 {
    font-size: 36px;
  }
  .heading-48-white-copy {
    font-size: 24px;
  }
  .div-block-10-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-13 {
    height: 200px;
  }
  .image-14 {
    height: 200px;
  }
  .image-15 {
    height: 200px;
  }
  .image-16 {
    height: 260px;
  }
  .row-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-13 {
    display: none;
  }
  .row-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-14 {
    display: none;
  }
  .image-19 {
    height: 230px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .trigger-block-multa {
    display: block;
  }
}

@media (max-width: 479px) {
  .grey-h2 {
    font-size: 24px;
  }
  .paragraph-2 {
    font-size: 12px;
  }
  .container-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .text-18-grey {
    font-size: 12px;
    line-height: 14px;
  }
  .heading-3 {
    font-size: 18px;
    line-height: 24px;
  }
  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-5 {
    margin-bottom: 30px;
  }
  .h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }
  .row-2 {
    margin-top: 0px;
  }
  .column-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .title-36.center {
    font-size: 18px;
    line-height: 24px;
  }
  .section-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-block-7 {
    margin-top: 20px;
  }
  .row-4 {
    margin-top: 0px;
  }
  .section-8 {
    display: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-block-9 {
    width: 300px;
    font-size: 14px;
  }
  .text-14-24 {
    font-size: 10px;
  }
  .heading-8 {
    font-size: 18px;
  }
  .row-3-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-10 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .phone-header {
    font-size: 12px;
  }
  .header-icon {
    margin-right: 10px;
  }
  .button-ask {
    width: 220px;
    height: 48px;
    margin-top: 11px;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .row-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-2-trafi {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .image-9 {
    margin-bottom: 20px;
  }
  .video-section {
    display: none;
  }
  .header-fixed {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .image-11 {
    margin-bottom: 20px;
  }
  .heading-4-copy {
    font-size: 12px;
    line-height: 14px;
  }
  .column-11 {
    display: none;
  }
  .heading-2-copy {
    font-size: 24px;
  }
  .column-12 {
    display: none;
  }
  .div-block-10-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-13 {
    margin-bottom: 20px;
  }
  .image-14 {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .image-15 {
    margin-bottom: 20px;
  }
  .container-7 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .row-12 {
    margin-top: 20px;
  }
  .image-19 {
    margin-bottom: 20px;
  }
}