.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Proxima Nova', sans-serif;
  color: #fafafa;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.3px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  line-height: 1.4;
}

.brand {
  float: none;
}

.menu-logo {
  display: none;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999;
  padding-top: 15px;
  background-color: #2d2e2f;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.nav-menu {
  float: none;
}

.navbar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.nav-menu-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.nav-menu-link:hover {
  color: #276cbb;
}

.nav-menu-link.w--current {
  color: #276cbb;
}

.nav-menu-link.no-gap-right {
  margin-right: 0px;
  padding-right: 0px;
}

.section {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.color {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #272829;
}

.section.flex {
  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;
}

.section.font-blue {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: rgba(52, 69, 151, 0.05);
  color: #344597;
}

.section.bg-light-color {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
  color: #344597;
}

.wrapper {
  width: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 15px;
  background-color: transparent;
}

.wrapper.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
}

.wrapper.footer-wrapper {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
}

.wrapper.footer-wrapper {
  padding-right: 0px;
}

.home-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 95vh;
  padding-top: 220px;
  padding-bottom: 220px;
  -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: none;
  background-size: auto;
  background-repeat: repeat;
}

.hero-components {
  position: relative;
  z-index: 1;
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.secondary-big-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 49px;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

.secondary-big-title.white-center {
  margin-top: 20px;
  color: #fafafa;
  text-align: center;
}

.secondary-big-title.white-center {
  color: #fafafa;
  text-align: center;
}

.secondary-small-title {
  margin-bottom: 25px;
  color: #919191;
  font-size: 26px;
  line-height: 37px;
  letter-spacing: 1px;
}

.secondary-small-title.white {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fafafa;
  font-weight: 400;
}

.secondary-small-title.white {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fafafa;
  font-weight: 400;
}

.secondary-small-title.white.gap-bottom-30 {
  margin-bottom: 30px;
  line-height: 1.2;
}

.dark-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #222324;
}

.dark-section.black {
  background-color: #000;
}

.feel-free-grid {
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mini-text {
  margin-right: 40px;
  color: #919191;
  font-size: 12px;
  line-height: 16px;
}

.mini-text-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

._2nd-wrap {
  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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.dark-14-text {
  color: #919191;
  font-size: 14px;
  line-height: 19px;
}

.dark-14-text.gap-30 {
  margin-left: 30px;
}

.white-16-text {
  padding-bottom: 5px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fafafa;
  font-size: 16px;
  line-height: 21px;
}

.white-16-text:hover {
  color: #276cbb;
}

._3rd-wrap {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-menu-link {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.footer-menu-link:hover {
  color: #276cbb;
}

.footer-menu-link.w--current {
  color: #344597;
}

.social-wrapper {
  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;
}

.social-icon {
  padding: 10px 0px 10px 25px;
}

.social-icon.hidden {
  opacity: 0;
  cursor: default;
}

._4th-wrap {
  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;
}

.review-left-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.review-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 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;
  background-color: transparent;
}

.secondary-text-28 {
  color: #919191;
  font-size: 25px;
  line-height: 37px;
  text-align: right;
}

.star-image {
  width: 65px;
}

.apostrophi-image {
  height: 40px;
  margin-right: 25px;
}

.copywright-section {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.left-copywright-block {
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.copy-text {
  color: #919191;
  font-size: 12px;
  line-height: 16px;
}

.slider {
  overflow: hidden;
  height: 100%;
  background-color: transparent;
}

.slide {
  padding-right: 20px;
  padding-left: 20px;
}

.mask {
  overflow: visible;
  width: 50%;
  height: 100%;
}

.review-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  min-height: 327px;
  padding: 30px 20px;
  -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-color: #222324;
  line-height: 19px;
}

.reviewer-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.org-name {
  color: #919191;
  font-size: 16px;
  line-height: 21px;
}

.name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.review-paragraph {
  margin-left: 20px;
  padding-top: 10px;
  padding-right: 17px;
  font-size: 14px;
  line-height: 18px;
}

.slide-nav {
  display: none;
}

.right-copywright-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.copy-link {
  color: #919191;
}

.button-type-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #344597;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fafafa;
  font-size: 18px;
  text-decoration: none;
}

.button-type-one:hover {
  background-color: #276cbb;
}

.button-arrow-one {
  margin-left: 5px;
}

.review-heading {
  position: relative;
  text-align: right;
}

.heading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-arrow {
  color: #344597;
}

.slider-arrow.left {
  display: none;
}

.slider-arrow.right {
  display: none;
}

.div-block-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;
}

.block-1 {
  position: absolute;
  left: 4%;
  top: 18%;
}

.block-1.block {
  top: -4%;
}

.block-2 {
  position: absolute;
  left: 18%;
  top: 24%;
  z-index: 1;
}

.block-3 {
  position: absolute;
  top: 17%;
  right: 5%;
}

.block-4 {
  position: absolute;
  top: 42.8%;
  right: 29%;
}

.block-5 {
  position: absolute;
  left: 34%;
  top: 56.8%;
}

.block-6 {
  position: absolute;
  left: 4%;
  bottom: 12%;
}

.block-6.block-style {
  bottom: 7%;
}

.block-7 {
  position: absolute;
  right: 38%;
  bottom: 12%;
  z-index: 1;
}

.block-7.block-style._2 {
  right: 41%;
  bottom: 15%;
}

.block-8 {
  position: absolute;
  right: 12%;
  bottom: 14%;
  z-index: 1;
}

.block-8.block._3 {
  right: 8%;
}

.social-wrap {
  display: none;
}

.menu-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
}

.hero-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.green-web {
  width: 186px;
}

.video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.85);
}

.line-bar {
  width: 100%;
  height: 5px;
  margin-top: 10px;
  background-color: #344597;
}

.button {
  margin-left: 20px;
  border-radius: 100px;
}

.button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 22px 6px 20px;
  -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-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 98%, 0.3);
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease;
  color: #276cbb;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.button-block:hover {
  border-color: #276cbb;
  background-color: transparent;
  color: #276cbb;
}

.button-block.secondary {
  padding: 10px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #344597;
  border-radius: 100px;
  background-color: #344597;
  color: #fafafa;
  font-size: 17px;
}

.button-block.secondary:hover {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 98%, 0.3);
  background-color: transparent;
}

.button-block.tertiary {
  padding: 10px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #344597;
  border-radius: 100px;
  background-color: #344597;
  color: #fafafa;
}

.button-block.tertiary:hover {
  background-color: transparent;
  color: #344597;
}

.button-block.submit {
  padding: 5px 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #344597;
  border-radius: 100px;
  background-color: #344597;
  color: #fafafa;
  font-size: 17px;
}

.button-block.submit:hover {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 98%, 0.3);
  background-color: transparent;
}

.call-animate-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  margin-right: 6px;
}

.call-animate-icon.size-increase {
  width: 30px;
  margin-right: 16px;
}

.contents-wrap {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1.2;
}

.contents-wrap.align {
  text-align: center;
}

.secondary-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
}

.secondary-heading.space {
  margin-top: 85px;
  margin-bottom: 50px;
}

.features-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features-paragraph {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 1.5;
}

.button-type-one-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #344597;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fafafa;
  font-size: 18px;
  text-decoration: none;
}

.button-type-one-2:hover {
  background-color: #276cbb;
}

.nav-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.nav-link:hover {
  color: #276cbb;
}

.nav-link.w--current {
  color: #276cbb;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-title {
  font-size: 56px;
  line-height: 1.2;
}

.hero-title.fixed-width {
  width: 100%;
  max-width: 650px;
  margin-bottom: 20px;
  font-size: 65px;
  text-align: center;
}

.hero-paragraph {
  margin-bottom: 30px;
  color: #cecece;
  font-size: 20px;
  text-align: center;
}

.button-arrow {
  max-width: 5%;
  margin-left: 10px;
}

.button-arrow.size {
  width: 6px;
}

.second-section-wrap {
  position: relative;
  margin-top: -100px;
}

.button-type-one-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #344597;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fafafa;
  font-size: 18px;
  text-decoration: none;
}

.button-type-one-3:hover {
  background-color: #276cbb;
}

.small-text {
  margin-right: 8px;
  color: #344597;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration: none;
}

.small-text.cf {
  color: #f9f9f9;
  font-size: 11px;
  line-height: 1em;
}

.accepted-section {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(52, 69, 151, 0.05);
}

.detailes {
  color: #525252;
  font-size: 18px;
  line-height: 1.6;
}

.detailes.fixed-width {
  width: 100%;
  max-width: 750px;
}

._2-column-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-advisior {
  color: silver;
  font-size: 17px;
  line-height: 1.5;
}

.color-block {
  padding: 20px;
  background-color: #272829;
}

.color-block.bottom-gap {
  margin-bottom: 30px;
}

.text-block {
  margin-bottom: 20px;
  color: #cecece;
  font-size: 18px;
}

.text-block.function {
  margin-bottom: 0px;
}

.text-block.function.dark {
  color: #525252;
}

.text-block.location {
  color: #344597;
}

.advisior-wrap {
  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;
}

.div-block-14 {
  text-align: center;
}

.testi-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-wrap {
  height: 245px;
}

.services-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #272829;
}

.inner-contents-wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #344597;
  text-align: center;
}

.tertiary-paragraph {
  width: 100%;
  max-width: 550px;
  color: #525252;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}

.check-image {
  width: 20px;
  margin-right: 10px;
}

.invite-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Proxima Nova', sans-serif;
  color: #525252;
  font-size: 17px;
  line-height: 1.2;
  text-align: left;
}

.invite-block.top-gap {
  margin-top: 40px;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
}

.faq-p {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #344597;
  background-color: transparent;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #344597;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -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;
}

.toggle-text {
  position: relative;
  z-index: 2;
  font-weight: 400;
}

.faq-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 24px;
  margin-right: 16px;
}

.faq-body {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.faq-body-cont {
  padding: 30px;
  border-top: 1px none #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.faq-answer {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
}

.faq-wrap {
  width: 50%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  text-align: left;
}

.button-text {
  margin-top: 3px;
}

.top-features-bar {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #242424;
}

.special-features-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 83px;
  -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;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}

.card-title {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #276cbb;
  font-size: 18px;
  font-weight: 700;
}

.contents-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 20px;
  line-height: 1.2;
}

.ceo-image {
  max-width: 83%;
  margin-bottom: -22px;
}

.ceo-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 250px;
  height: 250px;
  -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: 100%;
  background-color: #272829;
}

.ceo-name {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #cecece;
  font-size: 25px;
}

.ceo-name.dark {
  margin-bottom: 0px;
  color: #111;
}

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

.section-2 {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-2.color {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #272829;
}

.video {
  height: 250px;
}

.t-width {
  width: 100%;
  max-width: 450px;
}

.textarea {
  min-height: 190px;
  padding-top: 13px;
  padding-left: 22px;
  border: 0px solid #000;
  background-color: #18191a;
  color: hsla(0, 0%, 94.5%, 0.6);
  font-size: 16px;
}

.textarea::-webkit-input-placeholder {
  color: hsla(0, 0%, 94.5%, 0.6);
}

.textarea:-ms-input-placeholder {
  color: hsla(0, 0%, 94.5%, 0.6);
}

.textarea::-ms-input-placeholder {
  color: hsla(0, 0%, 94.5%, 0.6);
}

.textarea::placeholder {
  color: hsla(0, 0%, 94.5%, 0.6);
}

.div-block-10 {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cf-input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.cf-wrap {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 80px 40px;
  background-color: #272829;
}

.submit-button {
  padding: 0px;
  background-color: transparent;
  line-height: 1em;
}

.text-field {
  height: 40px;
  margin-bottom: 0px;
  padding-left: 23px;
  border: 0px solid #000;
  background-color: #18191a;
  color: hsla(0, 0%, 98%, 0.6);
}

.text-field:focus {
  background-color: #222324;
}

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 98%, 0.61);
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 98%, 0.61);
}

.text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 98%, 0.61);
}

.text-field::placeholder {
  color: hsla(0, 0%, 98%, 0.61);
}

.privacy-policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-decoration: none;
}

.cf-input-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222324;
}

.small-text-block-3 {
  font-size: 28px;
  line-height: 1em;
}

.small-text-block-3.gap-bottom-30 {
  margin-bottom: 30px;
}

.direct-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 6px 22px 6px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222324;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  color: hsla(0, 0%, 98%, 0.6);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.direct-contact:hover {
  background-color: #18191a;
  color: #fafafa;
}

.social-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.copy-link-2 {
  color: #919191;
}

.white-16-text-2 {
  padding-bottom: 5px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fafafa;
  font-size: 16px;
  line-height: 21px;
}

.white-16-text-2:hover {
  color: #276cbb;
}

.footer {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #222324;
}

.mini-text-wrapp-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._4th-wrap-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;
}

.copy-text-2 {
  color: #919191;
  font-size: 12px;
  line-height: 16px;
}

.footer-logo-wrap {
  width: 100%;
  max-width: 175px;
  margin-bottom: 5px;
}

.div-put {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blue {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.success-message {
  background-color: #242424;
}

.link {
  color: #919191;
  font-size: 14px;
  text-decoration: none;
}

.tronic-nav-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 10px;
  background-color: #242424;
}

.tronic-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tronic-nav-cta {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tronic-cta-main {
  padding: 7px 30px 7px 20px;
  border-bottom: 1px none #fafafa;
  border-radius: 20px;
  background-color: #344597;
  background-image: url('../images/arrow-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#344597), to(#344597));
  background-image: url('../images/arrow-white.svg'), linear-gradient(180deg, #344597, #344597);
  background-position: 90% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  font-size: 18px;
}

.tronic-cta-main:hover {
  background-image: url('../images/arrow-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#276cbb), to(#276cbb));
  background-image: url('../images/arrow-white.svg'), linear-gradient(180deg, #276cbb, #276cbb);
  background-position: 90% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.tronic-container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.tronic-hero-section-short {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/background_websites_resize.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/background_websites_resize.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.tronic-hero-section-short.place.hank {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hank.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hank.jpg');
}

.tronic-hero-section-short.place.raamsdonksveer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/raamsdonksveer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/raamsdonksveer.jpg');
  background-position: 0px 0px, 50% 80%;
}

.tronic-hero-section-short.place.geertruidenberg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/geertruidenberg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/geertruidenberg.jpg');
  background-position: 0px 0px, 50% 70%;
}

.tronic-hero-section-short.place.oosterhout {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/oosterhout.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/oosterhout.jpg');
}

.tronic-hero-section-short.place.nieuwendijk {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/nieuwendijk.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/nieuwendijk.jpg');
}

.important {
  color: #344597;
}

.heading-2 {
  font-weight: 400;
}

.tronic-giant-cta {
  margin-top: 20px;
  padding: 15px 40px 15px 20px;
  border-radius: 100px;
  background-color: #344597;
  background-image: url('../images/arrow-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#344597), to(#344597));
  background-image: url('../images/arrow-white.svg'), linear-gradient(180deg, #344597, #344597);
  background-position: 90% 50%, 0px 0px;
  background-size: 8px, auto;
  background-repeat: no-repeat, repeat;
  font-size: 18px;
}

.tronic-verify-section {
  background-color: rgba(52, 69, 151, 0.05);
}

.proof-block {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.main-trust-point {
  margin-bottom: 10px;
  color: #242424;
  font-size: 32px;
  font-weight: 400;
}

.tronic-text-dark {
  color: #525252;
}

.tronic-usp-blocks {
  position: relative;
  z-index: 200;
  background-color: #fff;
}

.usp-grid {
  position: relative;
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 100px;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.usp-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 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: #f9f9f9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: default;
}

.usp-block:hover {
  background-color: rgba(52, 69, 151, 0.05);
}

.usp {
  padding-left: 20px;
  color: #242424;
  font-size: 18px;
}

.tronic-authority {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
}

.dark-heading {
  color: #111;
}

.dark-text {
  background-color: #f9f9f9;
  color: #242424;
}

.review-widget {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  opacity: 0;
}

.tronic-review {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(52, 69, 151, 0.05);
}

.reviewed-person {
  max-width: 150px;
  border-radius: 400px;
  box-shadow: 1px 1px 3px 0 #919191;
}

.tronic-review-paragraph {
  margin-top: 20px;
  color: #525252;
}

.reviewed-name {
  margin-bottom: 20px;
  color: #242424;
}

.reviewed-function {
  color: #242424;
}

.review-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tronic-advantages {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.tronic-pricing {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #242424;
  text-align: center;
}

.advantages-grid {
  grid-row-gap: 0px;
}

.advantages {
  color: #111;
}

.advantages.white {
  color: #fafafa;
  text-align: left;
}

.advantage {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url('../images/icons8-checkmark-64.png');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.packages {
  margin-bottom: 20px;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.package {
  padding: 40px 20px;
  background-color: #272829;
}

.package.popular {
  position: relative;
  background-color: #2d2e2f;
}

.package-name {
  font-size: 18px;
}

.package-image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.package-image.middle {
  margin-top: 17px;
  margin-bottom: 15px;
}

.package-info {
  min-height: 60px;
  color: #919191;
}

.package-price-holder {
  margin: 20px -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e47600;
}

.package-price-holder.small {
  background-color: #cc2020;
}

.package-price-holder.middle {
  background-color: #27bb27;
}

.package-price-holder.application {
  background-color: #344597;
}

.package-price {
  font-size: 30px;
}

.popular-tag {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #344597;
  font-size: 14px;
}

.undertext {
  margin-top: -24px;
  margin-bottom: 40px;
  color: #f9f9f9;
  font-size: 18px;
}

.undertext.dark {
  margin-top: -10px;
  color: #000;
}

.succesholder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.cf-block-3 {
  position: absolute;
  left: 22%;
  bottom: 33%;
}

.cf-block-8 {
  position: absolute;
  right: 0%;
  bottom: 4%;
}

.cf-block-6 {
  position: absolute;
  left: 33%;
  top: 34%;
}

.cf-block-1 {
  position: absolute;
  left: 6%;
  top: 29%;
}

.cf-block-9 {
  position: absolute;
  top: 44%;
  right: 0%;
}

.textarea-2 {
  max-width: 390px;
  min-height: 190px;
  min-width: 100%;
  padding-top: 13px;
  padding-left: 22px;
  border: 0px solid #000;
  background-color: #18191a;
  color: hsla(0, 0%, 94.5%, 0.6);
  font-size: 16px;
}

.textarea-2::-webkit-input-placeholder {
  color: hsla(0, 0%, 94.5%, 0.6);
}

.textarea-2:-ms-input-placeholder {
  color: hsla(0, 0%, 94.5%, 0.6);
}

.textarea-2::-ms-input-placeholder {
  color: hsla(0, 0%, 94.5%, 0.6);
}

.textarea-2::placeholder {
  color: hsla(0, 0%, 94.5%, 0.6);
}

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

.button-type-one-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #344597;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fafafa;
  font-size: 18px;
  text-decoration: none;
}

.button-type-one-4:hover {
  background-color: #276cbb;
}

.button-arrow-one-2 {
  margin-top: 1px;
  margin-left: 5px;
}

.contact-left-block {
  text-align: center;
}

.small-text-block {
  font-size: 28px;
  line-height: 1em;
}

.small-text-block.center {
  text-align: center;
}

.small-text-block.center.gray {
  color: #919191;
  font-size: 26px;
  line-height: 40px;
}

.cf-block-5 {
  position: absolute;
  left: 33%;
  top: 15%;
}

.cf-wrap-2 {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 550px;
  padding: 60px 80px 40px;
  background-color: #272829;
}

.contact-form-section {
  background-color: #fff;
}

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

.cfs-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 90px 20px 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.number {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
}

.cf-block-7 {
  position: absolute;
  right: 36%;
  bottom: 4%;
}

.cf-block-2 {
  position: absolute;
  left: 15%;
  bottom: 11%;
}

.small-text-2 {
  margin-right: 8px;
  color: #344597;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration: none;
}

.small-text-2.cf {
  color: #fafafa;
  font-size: 11px;
  line-height: 1em;
}

.cf-block-4 {
  position: absolute;
  left: 37%;
  bottom: 13%;
}

.secondary-big-title-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 49px;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

.secondary-big-title-2.white-center {
  color: #fafafa;
  font-size: 38px;
  text-align: center;
}

.success-message-2 {
  position: relative;
  min-height: 30vh;
  background-color: #242424;
}

.even-bellen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #222324;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fafafa;
  text-decoration: none;
}

.even-bellen:hover {
  background-color: #111;
}

.text-block-2 {
  color: #919191;
}

@media screen and (min-width: 1280px) {
  .wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .wrapper.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .slide {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slider-arrow.left {
    margin-left: -8px;
  }

  .slider-arrow.right {
    margin-right: -3px;
  }

  .tronic-cta-main {
    font-size: 18px;
  }

  .tronic-hero-section-short {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
  }

  .heading-3 {
    font-family: 'Proxima Nova', sans-serif;
  }

  .usp-grid {
    grid-row-gap: 20px;
  }

  .advantages-grid {
    grid-row-gap: 0px;
  }

  .advantages.white {
    color: #fff;
  }

  .packages {
    margin-bottom: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .package.popular {
    position: relative;
    background-color: #2d2e2f;
  }

  .package-name {
    font-size: 18px;
  }

  .package-image {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .package-price {
    font-size: 30px;
  }

  .popular-tag {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #344597;
    font-size: 14px;
  }

  .undertext {
    margin-top: -24px;
    margin-bottom: 40px;
    color: #f9f9f9;
    font-size: 18px;
  }

  .undertext.dark {
    color: #111;
  }

  .tronic-contact-form {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000;
  }

  .button-type-one-4 {
    padding-left: 15px;
  }

  .contact-left-block {
    text-align: center;
  }

  .cfs-wrapper {
    max-width: 1200px;
  }

  .number {
    font-weight: 400;
  }

  .small-text-2 {
    color: #cecece;
  }
}

@media screen and (min-width: 1440px) {
  .review-right-block {
    padding: 20px 30px;
  }

  .button-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block.location {
    display: block;
  }

  .image-wrap {
    height: 300px;
  }

  .tronic-review {
    background-color: rgba(52, 69, 151, 0.05);
  }

  .tronic-advantages {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f9f9f9;
  }

  .tronic-pricing {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #242424;
    text-align: center;
  }

  .advantages-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .advantages {
    padding-left: 0px;
    color: #2d2e2f;
    font-size: 18px;
  }

  .advantage {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    background-image: url('../images/icons8-checkmark-64.png');
    background-position: 0% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .packages {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .succesholder {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .contact-form-section {
    margin-top: 0px;
  }

  .secondary-big-title-2.white-center {
    font-size: 48px;
  }

  .success-message-2 {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .brand {
    z-index: 9;
  }

  .menu-logo {
    display: block;
    margin-bottom: 28px;
  }

  .nav-menu {
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: auto;
    padding: 32px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #000;
  }

  .menu-button {
    padding: 12px;
    background-color: #344597;
    color: #000;
  }

  .menu-button.w--open {
    background-color: #b3b3b3;
    color: #dddbdb;
  }

  .icon {
    color: #fafafa;
  }

  .navbar-wrap {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom-width: 0px;
    color: #fff;
    font-size: 15px;
  }

  .nav-menu-link:hover {
    border-bottom-width: 0px;
  }

  .nav-menu-link.w--current {
    color: #fff;
  }

  .nav-menu-link.w--current:hover {
    border-bottom-color: #d72f2c;
  }

  .wrapper.footer-wrapper {
    padding-right: 15px;
  }

  .wrapper.footer-wrapper {
    padding-right: 15px;
  }

  .home-hero-section {
    padding-top: 165px;
    padding-bottom: 100px;
  }

  .hero-components {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .secondary-big-title {
    font-size: 35px;
  }

  .secondary-small-title.white.gap-bottom-30 {
    font-size: 25px;
    line-height: 1.2;
  }

  .footer-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2nd-wrap {
    width: 40%;
  }

  .dark-14-text.gap-30 {
    margin-left: 0px;
  }

  ._3rd-wrap {
    width: 40%;
    padding-top: 20px;
  }

  .footer-menu-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    border-bottom-width: 0px;
    color: #fff;
    font-size: 15px;
  }

  .footer-menu-link:hover {
    border-bottom-width: 0px;
  }

  .footer-menu-link.w--current {
    color: #fff;
  }

  .footer-menu-link.w--current:hover {
    border-bottom-color: #d72f2c;
  }

  .social-icon {
    padding-right: 25px;
    padding-left: 0px;
  }

  ._4th-wrap {
    width: 100%;
  }

  .secondary-text-28 {
    font-size: 23px;
    text-align: center;
  }

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

  .mask {
    width: 100%;
  }

  .review-wrap {
    height: auto;
  }

  .slider-arrow {
    display: block;
    color: #344597;
  }

  .div-block-9 {
    width: 44%;
  }

  .block-7.block-style {
    display: none;
  }

  .social-wrap {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .menu-item-wrap {
    margin-top: 60px;
    -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;
  }

  .button {
    margin-top: 10px;
    margin-left: 0px;
  }

  .secondary-heading {
    font-size: 31px;
  }

  .features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom-width: 0px;
    color: #fff;
    font-size: 15px;
  }

  .nav-link:hover {
    border-bottom-width: 0px;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-link.w--current:hover {
    border-bottom-color: #d72f2c;
  }

  .menu-button-2 {
    padding: 12px;
    background-color: #344597;
    color: #000;
  }

  .menu-button-2.w--open {
    background-color: #b3b3b3;
    color: #dddbdb;
  }

  ._2-column-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block {
    font-size: 18px;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .faq-wrap {
    width: 100%;
  }

  .special-features-card {
    padding: 20px 10px;
  }

  .ceo-name {
    font-size: 18px;
  }

  .cf-wrap {
    max-width: 100%;
  }

  .small-text-block-3 {
    margin-bottom: 10px;
  }

  .social-wrapper-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._4th-wrap-2 {
    width: 40%;
  }

  .heading-3 {
    font-size: 25px;
  }

  .main-trust-point {
    font-size: 25px;
  }

  .usp-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .usp {
    font-size: 16px;
  }

  .dark-heading {
    font-size: 25px;
  }

  .advantages-grid {
    grid-row-gap: 0px;
  }

  .cf-block-3 {
    left: 6%;
  }

  .contact-left-block {
    margin-bottom: 50px;
  }

  .small-text-block {
    margin-bottom: 10px;
  }

  .cf-block-5 {
    top: 19%;
  }

  .cfs-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-block-2 {
    left: 83%;
    bottom: 67%;
  }

  .cf-block-4 {
    left: 6%;
    bottom: 4%;
  }

  .heading-4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.flex {
    padding-top: 40px;
  }

  .section.font-blue {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.bg-light-color {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper.less-padding {
    padding-right: 5px;
    padding-left: 5px;
  }

  .home-hero-section {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .secondary-big-title {
    font-size: 40px;
    text-align: center;
  }

  .secondary-big-title.white-center {
    font-size: 32px;
  }

  .secondary-small-title {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .secondary-small-title.white.gap-bottom-30 {
    font-size: 20px;
  }

  .dark-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .dark-section.black {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feel-free-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .secondary-text-28 {
    font-size: 16px;
  }

  .apostrophi-image {
    margin-right: 5px;
  }

  .left-copywright-block {
    width: 100%;
  }

  .slide {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .review-wrap {
    min-height: auto;
  }

  .review-paragraph {
    margin-left: 0px;
  }

  .right-copywright-block {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._3d-card-wrap {
    width: 100%;
  }

  .block-2.block-style {
    margin-top: -57px;
  }

  .block-3.block-style.block-up {
    top: -9%;
  }

  .button-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-block.secondary {
    font-size: 16px;
  }

  .button-block.submit {
    font-size: 16px;
  }

  .call-animate-icon {
    margin-right: 10px;
  }

  .secondary-heading {
    font-size: 32px;
  }

  .secondary-heading.space {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .features-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .features-paragraph {
    font-size: 16px;
  }

  .hero-title.fixed-width {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 1.1;
  }

  .hero-paragraph {
    margin-bottom: 10px;
  }

  .detailes.fixed-width {
    font-size: 16px;
  }

  ._2-column-grid {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-advisior {
    font-size: 16px;
  }

  .color-block.bottom-gap {
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block {
    font-size: 16px;
  }

  .services-card {
    padding: 20px 10px;
  }

  .inner-contents-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tertiary-paragraph {
    font-size: 16px;
    line-height: 1.4;
  }

  .invite-block {
    margin-bottom: 10px;
    text-align: left;
  }

  .invite-block.top-gap {
    margin-top: 20px;
  }

  .button-wrap {
    margin-top: 20px;
  }

  .faq-img {
    min-height: 40px;
    min-width: 50px;
  }

  .faq-answer {
    font-size: 16px;
    line-height: 1.5;
  }

  .faq-wrap {
    margin-top: 30px;
  }

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

  .special-features-card {
    font-size: 13px;
  }

  .card-title {
    font-size: 16px;
  }

  .contents-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ceo-image-wrap {
    width: 180px;
    height: 180px;
  }

  .ceo-name {
    font-size: 16px;
  }

  .check-icon {
    max-width: 10%;
    margin-right: 10px;
  }

  .cf-wrap {
    z-index: 99;
  }

  .small-text-block-3 {
    text-align: center;
  }

  .direct-contact {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .div-put {
    height: auto;
  }

  .blue {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tronic-hero-section-short {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/background_websites_resize.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/background_websites_resize.jpg');
    background-repeat: repeat, no-repeat;
  }

  .heading-3 {
    font-size: 20px;
  }

  .main-trust-point {
    font-size: 20px;
  }

  .usp-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }

  .usp-block {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .usp {
    padding-top: 10px;
  }

  .dark-heading {
    font-size: 20px;
  }

  .advantages-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .advantages {
    margin-top: 10px;
  }

  .packages {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .package-info {
    min-height: 80px;
  }

  .cf-block-3 {
    bottom: 93%;
  }

  .small-text-block {
    text-align: center;
  }

  .small-text-block.center.gray {
    position: relative;
    z-index: 10;
  }

  .cf-wrap-2 {
    z-index: 99;
    padding-right: 60px;
    padding-left: 60px;
  }

  .number {
    line-height: 1.2;
  }

  .secondary-big-title-2 {
    font-size: 40px;
    text-align: center;
  }

  .heading-4 {
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    width: 250px;
  }

  .home-hero-section {
    min-height: 80vh;
  }

  .secondary-big-title {
    font-size: 34px;
  }

  .secondary-big-title.white-center {
    font-size: 28px;
  }

  .secondary-small-title {
    font-size: 20px;
    line-height: 20px;
  }

  .secondary-small-title.white {
    font-size: 16px;
  }

  .secondary-small-title.white {
    font-size: 16px;
  }

  .secondary-small-title.white.gap-bottom-30 {
    font-size: 18px;
  }

  .dark-section.black {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mini-text-wrapp {
    padding-left: 0px;
  }

  ._2nd-wrap {
    width: 100%;
    margin-top: 15px;
  }

  ._3rd-wrap {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  ._4th-wrap {
    width: 100%;
  }

  .review-right-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .secondary-text-28 {
    font-size: 18px;
    line-height: 1.2em;
  }

  .star-image {
    width: 40px;
  }

  .apostrophi-image {
    height: 20px;
    margin-right: 15px;
  }

  ._3d-card-wrap {
    width: 100%;
  }

  .review-heading {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-arrow {
    font-size: 30px;
  }

  .div-block-9 {
    width: 100%;
    margin-bottom: 10px;
  }

  .button-block.secondary {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .button-block.tertiary {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .button-block.submit {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .secondary-heading {
    font-size: 26px;
  }

  .features-grid {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .features-paragraph {
    max-width: 100%;
  }

  ._2-column-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .color-block.bottom-gap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block {
    margin-bottom: 15px;
  }

  .invite-block {
    font-size: 16px;
  }

  .faq-img {
    display: none;
  }

  .faq-body-cont {
    padding: 20px 10px;
    background-color: #000;
  }

  .top-features-bar {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .special-features-card {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cf-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .small-text-block-3.gap-bottom-30 {
    font-size: 24px;
  }

  .direct-contact {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 14px;
  }

  .mini-text-wrapp-2 {
    padding-left: 0px;
  }

  ._4th-wrap-2 {
    width: 100%;
  }

  .tronic-nav-bar {
    padding-top: 10px;
  }

  .tronic-brand {
    padding-left: 0px;
  }

  .tronic-nav-cta {
    padding-right: 10px;
  }

  .tronic-cta-main {
    font-size: 16px;
  }

  .tronic-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tronic-hero-section-short {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/background_websites_resize.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/background_websites_resize.jpg');
    background-position: 0px 0px, 50% 50%;
    background-repeat: repeat, no-repeat;
  }

  .usp-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .review-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .packages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .package-info {
    min-height: auto;
  }

  .cf-block-1 {
    top: 23%;
  }

  .contact-left-block {
    margin-bottom: 0px;
  }

  .small-text-block {
    font-size: 20px;
  }

  .small-text-block.center.gray {
    position: relative;
    z-index: 10;
    font-size: 20px;
    line-height: 1.2;
  }

  .cf-block-5 {
    left: 72%;
    top: 2%;
  }

  .cf-wrap-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-form-section {
    overflow: hidden;
  }

  .number {
    font-size: 14px;
  }

  .cf-block-7 {
    right: 65%;
    bottom: 8%;
  }

  .secondary-big-title-2 {
    font-size: 30px;
  }

  .secondary-big-title-2.white-center {
    margin-bottom: 10px;
    font-size: 30px;
  }
}

#w-node-a979c4e5-1cdd-fce5-30ad-2d2ab9f15f4a-69fea09f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cef13171-5b22-f539-f2e4-a80d6fb2861e-69fea09f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ceac2c17-ca99-3df1-8409-81656ff0bd43-69fea09f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_33e47b52-d73a-34e9-8f0c-42d45ee33dd5-69fea09f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c1753f4f-0d3e-d6b6-f909-de4dca4fbb0b-ac8f7af5 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6f3f0e6-7fa4-e00e-cafe-ee8c9cac6137-ac8f7af5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b6e0673a-1210-e6bb-b4cd-c52b359d502c-ac8f7af5 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_335653c1-75be-5b9a-8274-7a958d061851-ac8f7af5 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_623df53d-d8c7-f0c2-82a7-60dd0b0cdb74-ac8f7af5 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-abd3c5a6-f714-c432-b475-e528bbbb5b53-ac8f7af5 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98c-ac8f7af5 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98d-ac8f7af5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98f-ac8f7af5 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e45-ac8f7af5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e4a-ac8f7af5 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c1753f4f-0d3e-d6b6-f909-de4dca4fbb0b-75ff9ac2 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6f3f0e6-7fa4-e00e-cafe-ee8c9cac6137-75ff9ac2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b6e0673a-1210-e6bb-b4cd-c52b359d502c-75ff9ac2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_335653c1-75be-5b9a-8274-7a958d061851-75ff9ac2 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_623df53d-d8c7-f0c2-82a7-60dd0b0cdb74-75ff9ac2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-abd3c5a6-f714-c432-b475-e528bbbb5b53-75ff9ac2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98c-75ff9ac2 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98d-75ff9ac2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98f-75ff9ac2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e45-75ff9ac2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e4a-75ff9ac2 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c1753f4f-0d3e-d6b6-f909-de4dca4fbb0b-b5769b4d {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6f3f0e6-7fa4-e00e-cafe-ee8c9cac6137-b5769b4d {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b6e0673a-1210-e6bb-b4cd-c52b359d502c-b5769b4d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_335653c1-75be-5b9a-8274-7a958d061851-b5769b4d {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_623df53d-d8c7-f0c2-82a7-60dd0b0cdb74-b5769b4d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-abd3c5a6-f714-c432-b475-e528bbbb5b53-b5769b4d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98c-b5769b4d {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98d-b5769b4d {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98f-b5769b4d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e45-b5769b4d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e4a-b5769b4d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c1753f4f-0d3e-d6b6-f909-de4dca4fbb0b-9cbbb34e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6f3f0e6-7fa4-e00e-cafe-ee8c9cac6137-9cbbb34e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b6e0673a-1210-e6bb-b4cd-c52b359d502c-9cbbb34e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_335653c1-75be-5b9a-8274-7a958d061851-9cbbb34e {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_623df53d-d8c7-f0c2-82a7-60dd0b0cdb74-9cbbb34e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-abd3c5a6-f714-c432-b475-e528bbbb5b53-9cbbb34e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98c-9cbbb34e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98d-9cbbb34e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98f-9cbbb34e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e45-9cbbb34e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e4a-9cbbb34e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c1753f4f-0d3e-d6b6-f909-de4dca4fbb0b-652e14cd {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6f3f0e6-7fa4-e00e-cafe-ee8c9cac6137-652e14cd {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b6e0673a-1210-e6bb-b4cd-c52b359d502c-652e14cd {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_335653c1-75be-5b9a-8274-7a958d061851-652e14cd {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_623df53d-d8c7-f0c2-82a7-60dd0b0cdb74-652e14cd {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-abd3c5a6-f714-c432-b475-e528bbbb5b53-652e14cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98c-652e14cd {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98d-652e14cd {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98f-652e14cd {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e45-652e14cd {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e4a-652e14cd {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c1753f4f-0d3e-d6b6-f909-de4dca4fbb0b-d3eea100 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6f3f0e6-7fa4-e00e-cafe-ee8c9cac6137-d3eea100 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b6e0673a-1210-e6bb-b4cd-c52b359d502c-d3eea100 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_335653c1-75be-5b9a-8274-7a958d061851-d3eea100 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_623df53d-d8c7-f0c2-82a7-60dd0b0cdb74-d3eea100 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-abd3c5a6-f714-c432-b475-e528bbbb5b53-d3eea100 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98c-d3eea100 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98d-d3eea100 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98f-d3eea100 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e45-d3eea100 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e4a-d3eea100 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c1753f4f-0d3e-d6b6-f909-de4dca4fbb0b-7e5efb5b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6f3f0e6-7fa4-e00e-cafe-ee8c9cac6137-7e5efb5b {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b6e0673a-1210-e6bb-b4cd-c52b359d502c-7e5efb5b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_335653c1-75be-5b9a-8274-7a958d061851-7e5efb5b {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_623df53d-d8c7-f0c2-82a7-60dd0b0cdb74-7e5efb5b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-abd3c5a6-f714-c432-b475-e528bbbb5b53-7e5efb5b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98c-7e5efb5b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98d-7e5efb5b {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_321809f3-c77e-f9f5-54d5-87f169d0e98f-7e5efb5b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e45-7e5efb5b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e4a-7e5efb5b {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_335653c1-75be-5b9a-8274-7a958d061851-ac8f7af5 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-abd3c5a6-f714-c432-b475-e528bbbb5b53-ac8f7af5 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_335653c1-75be-5b9a-8274-7a958d061851-75ff9ac2 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-abd3c5a6-f714-c432-b475-e528bbbb5b53-75ff9ac2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_335653c1-75be-5b9a-8274-7a958d061851-b5769b4d {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-abd3c5a6-f714-c432-b475-e528bbbb5b53-b5769b4d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_335653c1-75be-5b9a-8274-7a958d061851-9cbbb34e {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-abd3c5a6-f714-c432-b475-e528bbbb5b53-9cbbb34e {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_335653c1-75be-5b9a-8274-7a958d061851-652e14cd {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-abd3c5a6-f714-c432-b475-e528bbbb5b53-652e14cd {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_335653c1-75be-5b9a-8274-7a958d061851-d3eea100 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-abd3c5a6-f714-c432-b475-e528bbbb5b53-d3eea100 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_335653c1-75be-5b9a-8274-7a958d061851-7e5efb5b {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-abd3c5a6-f714-c432-b475-e528bbbb5b53-7e5efb5b {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_335653c1-75be-5b9a-8274-7a958d061851-ac8f7af5 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_335653c1-75be-5b9a-8274-7a958d061851-75ff9ac2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_335653c1-75be-5b9a-8274-7a958d061851-b5769b4d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_335653c1-75be-5b9a-8274-7a958d061851-9cbbb34e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_335653c1-75be-5b9a-8274-7a958d061851-652e14cd {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_335653c1-75be-5b9a-8274-7a958d061851-d3eea100 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_335653c1-75be-5b9a-8274-7a958d061851-7e5efb5b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cef13171-5b22-f539-f2e4-a80d6fb2861e-69fea09f {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ceac2c17-ca99-3df1-8409-81656ff0bd3c-69fea09f {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_33e47b52-d73a-34e9-8f0c-42d45ee33dd5-69fea09f {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e4a-ac8f7af5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e4a-75ff9ac2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e4a-b5769b4d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e4a-9cbbb34e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e4a-652e14cd {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e4a-d3eea100 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6ac53d20-9fb7-b4b2-af85-7df378a35e4a-7e5efb5b {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Segoe ui';
  src: url('../fonts/segoe-ui.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}