:root {
  --midnight-blue-2: #282f4b;
  --goldenrod: #e4bc2d;
  --gainsboro-3: #e4e4e4;
  --bc-blue: #0070a3;
  --gainsboro-2: #e4e4e4;
  --umbrella: #880cf3;
  --blue-2: #0a81c3;
  --gainsboro: rgba(228, 228, 228, .3);
  --grey: grey;
  --black: black;
  --white: white;
  --dark-slate-blue: #343e52;
  --dark-slate-grey: #02557a;
  --ghost-white-2: #fafaff;
  --bc-orange: #f47920;
  --orchid: rgba(253, 86, 214, .43);
  --ghost-white: rgba(244, 245, 249, .56);
  --medium-purple: #737cbc;
  --slate-grey: #727992;
  --light-steel-blue: #a5aee9;
  --midnight-blue: #003472;
  --deep-sky-blue: #00b2ff;
  --royal-blue: rgba(24, 91, 206, .78);
  --turquoise: rgba(10, 230, 219, .83);
  --medium-spring-green: rgba(13, 214, 131, .83);
  --royal-blue-2: #4d6d93;
  --slate-blue: rgba(89, 86, 253, .43);
  --dark-orange: rgba(255, 149, 0, .43);
  --blue: #1500ff;
  --deep-sky-blue-2: #9a1eff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--midnight-blue-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

h2 {
  color: var(--midnight-blue-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

h3 {
  color: var(--midnight-blue-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h4 {
  color: var(--midnight-blue-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  color: var(--midnight-blue-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  color: var(--midnight-blue-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}

p {
  color: #737cbc;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

ul, ol {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 30px;
}

blockquote {
  border-left: 5px solid var(--goldenrod);
  color: #1d2b5d;
  background-color: #f0f0fc;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 40px;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
}

.hero-section {
  background-color: var(--goldenrod);
  background-image: url('../images/Stripe-1.png'), linear-gradient(rgba(228, 188, 45, .85), rgba(228, 188, 45, .85)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 60% 100%, 0 0, 6% 20%, 100% 100%;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  background-size: contain, auto, 125px, 400px;
  justify-content: center;
  align-items: center;
  padding: 160px 20px 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.pages {
  background-image: url('../images/Stripe-1.png'), linear-gradient(rgba(228, 188, 45, .9), rgba(228, 188, 45, .9)), url('../images/triangle-3.png'), url('../images/triangle.png');
  padding-bottom: 160px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.hero-section.pages.black {
  background-color: var(--goldenrod);
  background-image: url('../images/Stripe-1.png'), linear-gradient(rgba(228, 188, 45, .85), rgba(228, 188, 45, .85)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 60% 100%, 0 0, 6% 20%, 100% 100%;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  background-size: contain, auto, 125px, 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-section.pages.dark {
  background-color: var(--gainsboro-3);
  color: var(--gainsboro-3);
  background-image: url('../images/Stripe-1.png'), linear-gradient(rgba(228, 228, 228, .37), rgba(228, 228, 228, .37)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 60% 100%, 0 0, 6% 20%, 100% 100%;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  background-size: contain, auto, 125px, 400px;
}

.hero-section.pages.dark.product-section {
  background-color: var(--bc-blue);
  background-image: url('../images/Stripe-1.png'), linear-gradient(rgba(0, 112, 163, .88), rgba(0, 112, 163, .88)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 60% 100%, 0 0, 6% 20%, 100% 100%;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  background-size: contain, auto, 125px, 400px;
  padding-bottom: 140px;
}

.hero-section.black {
  background-color: var(--gainsboro-2);
  background-image: url('../images/Stripe-1.png'), linear-gradient(rgba(0, 120, 167, .04), rgba(0, 120, 167, .04)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 60% 100%, 0 0, 6% 20%, 100% 100%;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  background-size: contain, auto, 125px, 600px;
}

.hero-section.gray {
  background-color: #fafaff;
  background-image: url('../images/kot.svg'), linear-gradient(#fafaff, #fafaff), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 60% 100%, 0 0, 6% 20%, 100% 100%;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  background-size: contain, auto, 125px, 400px;
}

.hero-section.dark {
  background-color: var(--midnight-blue-2);
  background-image: linear-gradient(rgba(40, 47, 75, .9), rgba(40, 47, 75, .9)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 0 0, 6% 20%, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 125px, 400px;
}

.hero-section.dark.ul {
  background-color: var(--umbrella);
  color: rgba(0, 0, 0, 0);
  text-align: center;
  text-transform: none;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 0 0, 6% 20%, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 125px, 400px;
}

.hero-section.intro {
  background-color: var(--blue-2);
  background-image: url('../images/Stripe-1.png'), linear-gradient(rgba(128, 128, 128, .9), rgba(128, 128, 128, .9)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 60% 100%, 0 0, 6% 20%, 90% 60%;
  background-size: contain, auto, 125px, 700px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-section.main-banner {
  background-color: var(--gainsboro);
  color: var(--bc-blue);
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-info-block {
  width: 50%;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0%;
}

.hero-info-block.center {
  width: 100%;
  align-items: center;
}

.hero-div {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.hero-div.center {
  flex-direction: column;
  align-items: center;
}

.hero-div.home {
  color: var(--grey);
  background-image: url('../images/triangle.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 100px;
}

.image-mock-ups {
  max-height: 550px;
  max-width: none;
  position: relative;
  top: 37px;
  right: 135px;
}

.image-mock-ups.devices {
  max-height: 720px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  right: auto;
}

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

.top-padding.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-div-info {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
  right: 0;
}

.hero-div-info.half {
  width: 50%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  right: 0;
}

.hero-div-info.half.mockup {
  max-width: 600px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  position: static;
  left: -100px;
}

.hero-div-info.half.mockup.watches {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  position: relative;
  left: 0;
}

.baner-big-text {
  width: auto;
  color: var(--midnight-blue-2);
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
}

.baner-big-text.white.center {
  text-align: center;
}

.baner-big-text.subpages {
  margin-bottom: 0;
}

.baner-big-text.yellow {
  color: var(--goldenrod);
  text-align: left;
}

.baner-big-text.banner-blue {
  color: var(--bc-blue);
  margin-top: 60px;
  margin-bottom: 0;
  margin-left: 40px;
  font-size: 60px;
  line-height: 65px;
}

.hero-paragraph {
  width: 80%;
  color: var(--black);
  text-align: left;
  margin-top: 20px;
  margin-left: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.hero-paragraph.white {
  width: 100%;
  color: rgba(255, 255, 255, .9);
}

.hero-paragraph.white.right-algiment {
  width: 100%;
  text-align: right;
}

.text {
  color: var(--black);
  text-align: left;
  font-family: Roboto, sans-serif;
}

.text.right {
  color: var(--black);
  text-align: right;
  font-family: Roboto, sans-serif;
}

.info-div-wrapper {
  padding-top: 10px;
  padding-left: 0;
}

.hero-card {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 45px 0 0;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  transition: box-shadow 40ms;
  display: block;
}

.hero-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}

.hero-card._2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 45px;
}

.hero-card._2.right {
  background-color: var(--white);
}

.hero-card._3 {
  background-color: var(--white);
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0 45px 0 0;
  transition-property: none;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .1);
}

.hero-card._4 {
  background-color: var(--white);
  border-style: none;
  border-radius: 0 0 45px;
  transition-property: none;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .1);
}

.hero-card.right {
  background-color: var(--white);
  text-align: right;
  border: 0 rgba(0, 0, 0, 0);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .1);
}

.hero-card.right:hover {
  box-shadow: 0 3px 9px rgba(0, 0, 0, .1);
}

.service-heading {
  float: none;
  clear: none;
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.service-heading.head1 {
  font-size: 20px;
}

.icon-header {
  height: auto;
  text-align: center;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.icon-header.right {
  height: auto;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.icon-header.middle {
  text-align: center;
}

.container {
  max-width: 1200px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container.navigation {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.paddings {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 60px;
}

.container.rightnav {
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.container.leftnav {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.section {
  z-index: 1;
  background-color: #fafaff;
  border: 1px #000;
  padding: 0 20px 120px;
  transition: transform .4s;
  position: relative;
}

.section.clients {
  background-color: var(--bc-blue);
  background-image: linear-gradient(to bottom, var(--bc-blue), var(--bc-blue)), url('../images/triangle.png'), url('../images/triangle-2.png');
  background-position: 0 0, 80% 60%, 20% 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 125px, 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.clients.yellow {
  background-color: var(--goldenrod);
  background-image: linear-gradient(rgba(228, 188, 45, .91), rgba(228, 188, 45, .91)), url('../images/triangle.png'), url('../images/triangle-2.png');
  background-position: 0 0, 80% 60%, 20% 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 125px, 200px;
}

.section.no-top-paddings {
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-color: #e4e8ee;
  padding-top: 0;
}

.section.top-paddings {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 100px;
}

.section.top-paddings.black {
  background-color: var(--midnight-blue-2);
  background-image: url('../images/Stripe-2.png'), linear-gradient(rgba(40, 47, 75, .96), rgba(40, 47, 75, .96)), url('../images/triangle.png'), url('../images/triangle.png');
  background-position: 100% 100%, 0 0, 100%, 10% 10%;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  background-size: contain, auto, 200px, 360px;
}

.section.top-paddings.black.left {
  background-image: url('../images/kot2.svg'), linear-gradient(rgba(40, 47, 75, .95), rgba(40, 47, 75, .95)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 50% 100%, 0 0, 0 0, 100% 100%;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  background-size: contain, auto, 200px, 300px;
}

.section.top-paddings.black {
  background-color: #282f4b;
  background-image: url('../images/kot2.svg'), linear-gradient(rgba(40, 47, 75, .96), rgba(40, 47, 75, .96)), url('../images/triangle.png'), url('../images/triangle.png');
  background-position: 50% 100%, 0 0, 100%, 10% 10%;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  background-size: contain, auto, 200px, 360px;
}

.section.top-paddings.black.taller {
  height: auto;
  background-image: none;
}

.section.top-paddings.dark {
  background-color: var(--midnight-blue-2);
}

.section.top-paddings.pricing-section {
  background-color: var(--gainsboro-2);
  margin-top: 100px;
}

.section.top-paddings.apply-section {
  padding-top: 0;
  padding-bottom: 30px;
  padding-right: 20px;
}

.section.white {
  background-color: var(--white);
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.section.dark {
  background-color: var(--midnight-blue-2);
}

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

.features-box-vr2 {
  width: 100%;
  height: 560px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 45px;
}

.features-box-vr2.top-left {
  width: 600px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/business-solution-NEW.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 580px;
  border-top-left-radius: 0;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 0;
  margin-right: 10px;
  position: absolute;
  bottom: 0;
}

.section-title {
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.section-title.half-side {
  color: var(--midnight-blue-2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

.section-title.half-side.white {
  color: var(--goldenrod);
  text-align: left;
  font-weight: 700;
}

.section-title.half-side.light {
  color: var(--white);
  font-weight: 700;
}

.section-title.white {
  text-align: center;
}

.section-title.half-side {
  color: #282f4b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

.section-title.half-side.white {
  color: #e4bc2d;
  text-align: left;
}

.section-title.light {
  color: var(--white);
}

.section-title.section-title-blue {
  color: var(--bc-blue);
  text-align: center;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.section-title.contsect {
  color: var(--white);
}

.button {
  width: auto;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--midnight-blue-2);
  text-transform: uppercase;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: var(--midnight-blue-2);
  color: var(--goldenrod);
  border-width: 1px;
  border-color: #000;
}

.button.hero {
  border: 1px solid var(--midnight-blue-2);
  color: var(--midnight-blue-2);
  background-color: rgba(0, 0, 0, 0);
  margin-right: 10px;
}

.button.hero:hover {
  background-color: var(--midnight-blue-2);
  color: var(--goldenrod);
}

.button.hero.yellow:hover {
  border-color: var(--midnight-blue-2);
}

.button.hero.buy-button {
  border-style: none;
  border-color: var(--white);
  background-color: var(--bc-blue);
  color: var(--white);
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 40px;
  font-size: 17px;
  font-weight: 400;
  transition: all 1s;
}

.button.hero.buy-button:hover {
  background-color: var(--dark-slate-grey);
  border-style: none;
  border-width: 0;
  transform: scale(.8);
}

.button.hero.buy-button.group-button {
  width: 60%;
  margin-left: 220px;
}

.button.hero.buy-button.small {
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
}

.button.yellow {
  border-color: var(--goldenrod);
  background-color: var(--goldenrod);
  color: var(--midnight-blue-2);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.button.yellow:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--midnight-blue-2);
}

.button.yellow.large-pricing-button {
  width: 220px;
  border-style: none;
  border-color: var(--midnight-blue-2);
  background-color: var(--bc-blue);
  color: var(--ghost-white-2);
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.button.yellow.large-pricing-button:hover {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
}

.button.yellow.single {
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.button.light:hover {
  background-color: var(--goldenrod);
  color: var(--midnight-blue-2);
}

.button.dark.full {
  border-color: var(--bc-blue);
  background-color: var(--bc-blue);
  color: var(--white);
  margin-top: 20px;
  margin-left: 140px;
  margin-right: 140px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.button.dark.full:hover {
  border-color: var(--bc-blue);
  background-color: var(--gainsboro-2);
  color: var(--bc-blue);
}

.button.dark.full.inverse {
  border-width: 0;
  border-color: var(--ghost-white-2);
  background-color: var(--bc-blue);
  color: var(--gainsboro-3);
}

.button.dark.full.inverse:hover {
  border-color: var(--midnight-blue-2);
  background-color: var(--midnight-blue-2);
  color: var(--goldenrod);
}

.button.dark.full.inverse.apply1 {
  background-color: var(--bc-blue);
  color: var(--white);
}

.button.dark.full.blog {
  width: 100%;
}

.button.dark.full.column {
  padding-left: 20px;
  padding-right: 20px;
}

.button.dark.full.contact {
  margin-left: 0;
  margin-right: 0;
}

.button.yellow-line:hover {
  border-color: var(--goldenrod);
  background-color: var(--goldenrod);
  color: var(--midnight-blue-2);
}

.button.learn-button {
  color: var(--bc-blue);
  border-style: none;
  border-width: 0;
  font-size: 17px;
  font-weight: 400;
  transition: all 1s;
}

.button.learn-button:hover {
  background-color: var(--white);
  border-style: none;
  transform: scale(.8);
}

.button.learn-button.main {
  border: 1px solid var(--dark-slate-grey);
  margin-left: 60px;
  font-size: 16px;
}

.button.learn-button.main.apply {
  height: 50px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-header {
  z-index: 999;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  position: relative;
}

.vertical-image {
  width: 400px;
  height: 499px;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 50%;
  background-size: 16px;
  position: relative;
}

.left-padding {
  text-align: center;
  margin-left: 0;
  margin-right: 60px;
  padding-left: 0%;
}

.left-padding.side {
  padding-left: 8.5%;
}

.left-padding.side.less {
  margin-right: 0;
  padding-left: 5%;
}

.flex-row {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-row.dental-row {
  border: 5px solid var(--bc-orange);
  background-color: #fff;
  border-radius: 3px;
  margin-top: 40px;
}

.image-right {
  height: 500px;
  float: none;
  text-align: center;
  border-radius: 10px;
  padding: 21px;
}

.image-right.vertical-image {
  text-align: left;
  padding: 0;
  position: relative;
}

.image-right.vertical-image.third {
  width: 50%;
}

.section-content {
  text-align: left;
  display: block;
}

.section-content.center.facts {
  width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  display: flex;
}

.section-content.center.facts.travel {
  margin-bottom: 10px;
}

.section-content.center.blog {
  width: 50%;
  background-color: var(--midnight-blue-2);
  text-align: center;
  border-radius: 0 0 15px 15px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-fact {
  text-align: center;
  border: 2px rgba(0, 0, 0, 0);
  border-left: 1px #e4ecf6;
  border-right: 1px solid #e4ecf6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-fact:hover {
  border-top: 2px none var(--orchid);
  border-bottom: 0 rgba(0, 0, 0, 0);
  border-left: 0 #e4ecf6;
}

.div-fact.last {
  border-right-style: none;
}

.div-fact.first {
  border-left: 1px #000;
}

.div-fact.first:hover {
  border-left-width: 0;
}

.fact-wrapper {
  width: 80%;
  background-color: #fff;
  border: 1px solid #e4ecf6;
  border-style: solid none;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 6px 12px rgba(114, 121, 146, .2);
}

.fun-content {
  margin-left: 0;
  position: relative;
  overflow: hidden;
}

.fun-tittle {
  color: var(--goldenrod);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sub-text {
  color: #767676;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.sub-text.smaller {
  margin-top: 20px;
  font-size: 20px;
  line-height: 31px;
}

.sub-text.smaller.fun {
  color: var(--midnight-blue-2);
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.column {
  color: #1a1a1a;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.section-facts {
  background-color: var(--midnight-blue-2);
  background-image: url('../images/Stripe-2.png'), linear-gradient(rgba(40, 47, 75, .95), rgba(40, 47, 75, .95)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 100% 100%, 0 0, 10% 5%, 100% 100%;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  background-size: contain, auto, 180px, 350px;
  padding: 120px 20px;
  transition: background-color .2s;
  position: relative;
}

.button-wrapper {
  justify-content: space-between;
  margin-top: 60px;
  margin-left: 40px;
  padding: 0;
  display: flex;
}

.button-wrapper.center {
  justify-content: center;
}

.small-sub-text {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.small-sub-text.dark {
  color: var(--midnight-blue-2);
  letter-spacing: 1px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.small-sub-text.light {
  color: rgba(255, 255, 255, .61);
}

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

.small-sub-text.sub-text-blue {
  height: 48px;
  color: var(--blue-2);
  text-align: center;
  margin-top: 30px;
  font-size: 38px;
}

.features-block {
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.read-more {
  color: var(--bc-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  transition: all .2s;
}

.read-more:hover {
  color: var(--black);
}

.read-more.w--current, .read-more.blue-read-more {
  color: var(--bc-blue);
}

.client-flex {
  width: 100%;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.client-image {
  width: 22%;
  height: 108px;
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/111.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  border-radius: 0;
}

.client-image:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
}

.client-image._2 {
  background-image: url('../images/5555.png');
  background-size: 140px;
}

.client-image._3 {
  opacity: .66;
  background-image: url('../images/2222.png');
  background-size: 140px;
}

.client-image._3:hover {
  opacity: 1;
}

.client-image._4 {
  background-image: url('../images/3333.png');
  background-size: 140px;
}

.client-image._5 {
  background-image: url('../images/4444.png');
  background-size: 140px;
}

.navbar {
  z-index: 100;
  height: 85px;
  background-color: var(--gainsboro-3);
  color: var(--dark-slate-grey);
  border-bottom: 1px rgba(244, 245, 249, .36);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.navigation-div {
  height: 85px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-div.white {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.nav-button {
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--midnight-blue-2);
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Roboto, sans-serif;
  transition: background-color .4s;
}

.nav-link:hover {
  background-color: rgba(40, 47, 75, .1);
  border-radius: 6px;
}

.nav-link.w--current {
  color: var(--midnight-blue-2);
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link.white {
  padding-left: 20px;
  font-size: 16px;
}

.nav-link.quote {
  border: 1px solid var(--bc-blue);
  background-color: var(--bc-blue);
  color: var(--white);
  border-radius: 6px;
}

.nav-link.quote:hover {
  background-color: var(--white);
  color: var(--bc-blue);
  font-weight: 500;
}

.white {
  color: #fff;
  padding-left: 0;
}

.service-heading-white {
  float: none;
  clear: none;
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.service-heading-white.all-caps {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  color: #282f4b;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.service-heading-white.top-padding {
  margin-top: 20px;
}

.features-column {
  padding-left: 10px;
  padding-right: 10px;
}

.text-field {
  height: 42px;
  float: none;
  background-color: #fafaff;
  border: 1px solid #dfdede;
  border-radius: 3px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field.single {
  width: auto;
  height: 50px;
  min-width: 230px;
  float: left;
  color: #fff;
  text-align: center;
  background-color: #fafaff;
  border: 1px solid #dfdede;
  border-radius: 6px;
  flex: 1;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  display: block;
  position: relative;
}

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

.info-service-div {
  width: 80%;
  text-align: center;
  margin-bottom: 0;
}

.info-service-div.padding {
  width: auto;
  margin-bottom: 0;
  padding-top: 20px;
}

.footer {
  color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.author-icon {
  width: 50px;
  height: 50px;
  background-image: url('../images/alex-sorto-467581-unsplash-p-1600.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 20px;
}

.author-icon.square-icon {
  background-image: url('../images/team-2.jpeg');
  border-radius: 6px;
}

.author-icon.square-icon.second {
  background-image: url('../images/team-1.jpeg');
}

.author-icon.square-icon.third {
  background-image: url('../images/team-3.jpeg');
}

.author-name {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.author-name.second {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 23px;
}

.mouse-scroll {
  width: 26px;
  height: 44px;
  background-color: var(--gainsboro-3);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  bottom: 0;
}

.mouse-scroll.yellow {
  background-color: var(--goldenrod);
}

.mouse-link {
  z-index: 10;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.scroll-wheel {
  width: 4px;
  height: 9px;
  background-color: var(--bc-blue);
  border-radius: 2px;
  margin-top: 10px;
}

.scroll-wheel.dark {
  background-color: var(--midnight-blue-2);
}

.paragraph {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.paragraph.para-black {
  color: var(--black);
  font-size: 16px;
  line-height: 25px;
}

.features-card {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #e4ecf6;
  border-radius: 6px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 40px 30px;
  transition: box-shadow .4s;
  display: flex;
}

.features-card:hover {
  background-color: var(--white);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .02);
}

.features-card.copy {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding-top: 0;
  transition-property: none;
}

.features-card.copy:hover {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.features-card.no-paddings {
  margin-bottom: 0;
}

.features-card.no-paddings.left-top {
  box-shadow: none;
  background-color: #f8f9ff;
  border-width: 0;
  border-radius: 0 10px 0 0;
}

.features-card.no-paddings.left-top:hover {
  box-shadow: none;
}

.features-card.no-paddings.top-right {
  box-shadow: none;
  border-width: 0;
  border-radius: 10px 0 0;
}

.features-card.no-paddings.top-right:hover {
  box-shadow: none;
}

.features-card.no-paddings.botom-left {
  box-shadow: none;
  background-color: #f8f9ff;
  border-style: none;
  border-width: 0;
  border-radius: 0 0 0 10px;
}

.features-card.no-paddings.botom-left:hover {
  box-shadow: none;
}

.features-card.no-paddings.bottom-right {
  box-shadow: none;
  border-width: 0;
  border-radius: 0 0 10px;
}

.features-card.no-paddings.bottom-right:hover {
  box-shadow: none;
}

.features-card.second-page {
  box-shadow: none;
  border-style: solid;
  border-color: #e4ecf6;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
}

.features-card.second-page:hover {
  box-shadow: 0 6px 12px rgba(40, 47, 75, .1);
}

.features-icons {
  width: 100px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
}

.left-section-tittle {
  width: 50%;
  margin-bottom: 40px;
}

.portfolio-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.mask {
  padding-bottom: 20px;
  overflow: visible;
}

.showcase-card {
  background-color: var(--midnight-blue-2);
  border: 1px solid #e4ecf6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 45px 55px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
}

.showcase-card:hover {
  color: #ff0ac6;
  box-shadow: 0 6px 12px rgba(52, 62, 82, .2);
}

.showcase-card.white-variation {
  background-color: var(--white);
  border-radius: 9px 9px 0 0;
  margin-bottom: 0;
}

.showcase-card.white-variation.portfolio {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-nav-second {
  display: none;
}

.left-over {
  width: 50px;
  height: 50px;
  background-color: var(--goldenrod);
  color: #06f;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  display: flex;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.left-over.left-arrow-blog {
  top: -100px;
}

.over-right {
  width: 50px;
  height: 50px;
  background-color: var(--midnight-blue-2);
  color: var(--midnight-blue-2);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.over-right.right-arrow-blog {
  top: -100px;
}

.over-right.white-outline {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--ghost-white);
}

.over-right.white-outline:hover {
  background-color: #3c4670;
}

.right-arrow-icon {
  filter: invert();
  display: block;
}

.white-right-arrow, .white-left-arrow {
  display: none;
}

.left-gray-arrow {
  filter: brightness(0%);
  display: block;
}

.double-image-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.first-image {
  width: 500px;
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/taxi-page-under-construction.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 17px;
  margin-left: 0;
}

.second-image {
  width: 400px;
  height: 400px;
  background-color: var(--black);
  background-image: url('../images/taxi-no-comments.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 20px solid #fafaff;
  border-radius: 1000px;
  margin-right: 30px;
  position: absolute;
  bottom: -55px;
  right: 0;
  box-shadow: -3px -3px 20px rgba(0, 0, 0, .11);
}

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

.columns-third.top40 {
  margin-top: 40px;
}

.columns-third.top60 {
  margin-top: 60px;
}

.grid-service-app {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  box-shadow: 6px 0 12px rgba(114, 121, 146, .2);
}

.grid-features-icon {
  width: 80px;
  height: 80px;
  background-image: url('../images/taxi-sing-in.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-features-icon.second {
  background-image: url('../images/taxi-sign-in.png');
}

.grid-features-icon.fourth {
  background-image: url('../images/taxi-logged-out.png');
}

.grid-features-icon.third {
  background-image: url('../images/taxi-design.png');
}

.portfolio-title {
  float: none;
  clear: none;
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.portfolio-title.all-caps {
  color: var(--goldenrod);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.portfolio-title.all-caps.dark {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 10px;
}

.portfolio-title.all-caps.white-portfolio {
  color: var(--white);
  margin-top: 0;
}

.portfolio-title.all-caps.white-portfolio.center {
  text-align: center;
  font-size: 35px;
  line-height: 45px;
}

.grid-info-features {
  width: 80%;
}

.testimonial-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.testimonial-slider.single {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.circle-arrow {
  width: 45px;
  height: 45px;
  background-color: var(--goldenrod);
  color: var(--black);
  border: 1px #c7c7c7;
  border-radius: 4px 0 0 4px;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  transition: background-color .4s;
  display: flex;
  top: -75px;
  bottom: auto;
  left: auto;
  right: 45px;
}

.circle-arrow:hover {
  background-color: var(--goldenrod);
  color: var(--white);
}

.circle-arrow.in {
  top: auto;
  bottom: 25px;
  left: 25px;
  right: auto;
}

.circle-arrow-right {
  width: 45px;
  height: 45px;
  background-color: var(--midnight-blue-2);
  color: var(--ghost-white);
  border: 1px #c7c7c7;
  border-radius: 0 4px 4px 0;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  transition: background-color .4s;
  display: flex;
  top: -75px;
  bottom: auto;
  left: auto;
  right: 0;
}

.circle-arrow-right:hover {
  background-color: var(--midnight-blue-2);
  color: var(--white);
}

.circle-arrow-right.light {
  background-color: rgba(255, 255, 255, .2);
}

.circle-arrow-right.in {
  top: auto;
  bottom: 25px;
  left: 70px;
  right: auto;
}

.div-author {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-author:hover {
  color: #333;
}

.testimonial-card {
  background-color: var(--white);
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  padding: 45px;
  transition: box-shadow .4s;
}

.testimonial-card:hover {
  color: #ff0ac6;
  box-shadow: 0 6px 12px rgba(114, 121, 146, .2);
}

.testimonial-card.vr-2 {
  text-align: center;
  background-color: #fafaff;
  padding: 0;
}

.team-card {
  border: 1px solid #dfdede;
  border-radius: 6px;
  overflow: hidden;
}

.team-card:hover {
  box-shadow: 0 6px 12px rgba(114, 121, 146, .2);
}

.team-card.no-line {
  border-style: solid;
  border-color: var(--goldenrod);
  text-align: left;
  transition: box-shadow .4s;
}

.team-image {
  width: 100%;
  height: 450px;
  background-image: url('../images/Kot2_1.svg'), url('../images/team-3.jpeg');
  background-position: 0 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.team-image:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Kot2_1.svg'), url('../images/team-3.jpeg');
  background-position: 0 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
}

.team-image.second {
  background-image: url('../images/Stripe-2.png'), url('../images/team-1.jpeg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
}

.team-image.third {
  background-image: url('../images/Stripe-2.png'), url('../images/team-2.jpeg');
  background-size: contain, cover;
}

.team-image.invert {
  background-image: url('../images/Stripe-2.png'), url('../images/team-3.jpeg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
}

.team-info {
  padding: 10px 35px 20px;
}

.team-info.white {
  background-color: #fafaff;
  padding-top: 0;
  padding-bottom: 35px;
}

.team-text-name {
  color: var(--midnight-blue-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.position-text {
  color: var(--medium-purple);
  line-height: 24px;
}

.copy-wrapper {
  font-family: Roboto, sans-serif;
}

.position-author {
  margin-bottom: 0;
}

.team-icon {
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: var(--midnight-blue-2);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, .14);
}

.team-icon:hover {
  background-color: var(--goldenrod);
}

.social-team-div {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  width: 40px;
  height: 40px;
  border: 1px none var(--ghost-white);
  background-color: var(--midnight-blue-2);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  transition: background-color .4s;
  display: flex;
}

.social-icon:hover {
  background-color: var(--goldenrod);
}

.social-icon.tourquise {
  background-color: var(--midnight-blue-2);
}

.social-icon.tourquise:hover {
  background-color: var(--goldenrod);
}

.social-icons-wrapper {
  width: 200px;
}

.team-share {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.colorated {
  text-align: center;
}

.column-second {
  align-items: center;
  display: flex;
}

.logo-dark.footer-logo {
  margin-right: 20px;
  padding-top: 0;
}

.pricing-block {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 11px;
  padding: 40px 25px 25px;
  transition: box-shadow .4s;
  display: block;
  box-shadow: 0 6px 12px rgba(114, 121, 146, .2);
}

.pricing-block:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .12);
}

.pricing-block.right {
  box-shadow: none;
  border-radius: 10px;
}

.pricing-block.right:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .12);
}

.pricing-block.right.image-card {
  width: 100.008%;
  background-color: var(--white);
  padding: 0;
  position: static;
}

.pricing-block.orange {
  border-color: var(--goldenrod);
  background-color: var(--goldenrod);
}

.pricing-block.orange.mid-corner {
  border-radius: 0;
}

.pricing-block.corner-round {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pricing-block.right-corner-round {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.check-list.padding-top-bottom {
  margin-top: 30px;
  margin-bottom: 40px;
}

.pricing-row {
  width: 100.008%;
}

.title-price {
  color: #677081;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.title-price.check-text {
  float: none;
  color: var(--midnight-blue-2);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.title-price.check-text.light {
  color: rgba(40, 47, 75, .35);
}

.title-price.check-text.light.white {
  color: rgba(255, 255, 255, .6);
}

.title-price.check-text.white {
  color: var(--white);
}

.title-price.number {
  color: #343e52;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: block;
  position: static;
  left: auto;
}

.title-price.number.white {
  color: var(--white);
}

.title-price.number.procev {
  margin-top: 10px;
}

.title-price.sub {
  color: #677081;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 600;
  line-height: 17px;
  display: block;
}

.title-price.sub.white {
  color: var(--white);
}

.title-price.sub.sub7 {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.circle-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.padding-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  display: flex;
}

.padding-wrapper.right {
  align-items: flex-end;
}

.check-text-block {
  color: #677081;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e4e8ee;
  border-bottom-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Lato, sans-serif;
}

.check-text-block.first {
  color: #677081;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e4e8ee;
  border-bottom-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

.check-text-block.first.second-vr, .check-text-block.second-vr {
  border-bottom-style: none;
}

.div-block-sixth {
  text-align: center;
  margin-left: 10px;
  display: block;
}

.list-item {
  text-align: left;
}

.pricing-column {
  padding: 15px;
}

.blog-image {
  height: 200px;
  background-color: var(--goldenrod);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
}

.blog-image.big-size {
  height: 200px;
  position: relative;
}

.blog-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.blog-wrapper-card {
  background-color: var(--white);
  border: 1px #dfdede;
  border-radius: 6px;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 30px;
  font-family: Roboto, sans-serif;
  transition: box-shadow .4s;
  display: flex;
  box-shadow: 0 0 2px rgba(52, 62, 82, .2);
}

.blog-wrapper-card:hover {
  color: #ff0ac6;
  box-shadow: 0 6px 12px rgba(114, 121, 146, .2);
}

.blog-wrapper-card.in-sidebar {
  background-color: #fafaff;
}

.blog-wrapper-card.centered {
  text-align: center;
  background-image: linear-gradient(#f3f3f3, #fff);
  justify-content: center;
  align-items: center;
  position: relative;
}

.blog-header {
  float: none;
  clear: none;
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.blog-header.all-caps {
  color: var(--midnight-blue-2);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.blog-header.all-caps:hover {
  color: var(--goldenrod);
}

.open-close-plus {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.side-info {
  width: 50%;
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 8%;
  padding-right: 8%;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.horizontal {
  width: 14px;
  height: 2px;
  background-color: #161a25;
  position: absolute;
  top: 9px;
}

.question-box {
  margin-bottom: 0;
}

.question-box.first {
  border-top-style: none;
  margin-top: 20px;
}

.question-tittle {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.promo-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vertical {
  width: 14px;
  height: 1.5px;
  background-color: #161a25;
  margin-bottom: -1px;
  position: absolute;
  transform: rotate(90deg);
}

.flex-wrap {
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.question-title-link {
  width: 100%;
  background-color: #f3f3f3;
  border-left: 1px solid #009fad;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  padding: 25px 30px 10px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.question-title-link.white {
  height: 80px;
  background-color: #fff;
  border: 1px solid #e4ecf6;
  border-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  transition: box-shadow .4s;
}

.question-title-link.white:hover {
  box-shadow: 0 6px 12px rgba(82, 91, 115, .07);
}

.question-box-answer {
  color: var(--slate-grey);
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, .1);
  padding: 10px 30px 0;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.heading-half-section {
  color: var(--midnight-blue-2);
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.expand {
  flex: 1;
}

.side-image-media {
  width: 50%;
  min-height: 240px;
  flex: 0 auto;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.side-image-media.flex-right {
  justify-content: flex-end;
  padding-left: 15px;
  padding-right: 15px;
}

.side-features {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tab-image {
  width: 70px;
  margin-right: 0;
  position: absolute;
  top: 30px;
  left: 30px;
}

.feature-tabs {
  width: 41%;
}

.service-title {
  color: #2c3340;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.service-title.tab {
  margin-bottom: 10px;
}

.tab-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-tab {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e2e3e7;
  border-right-style: none;
  border-radius: 10px 0 0 10px;
  margin-top: -1px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 120px;
  transition: all .4s;
}

.feature-tab:hover {
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 6px 12px rgba(114, 121, 146, .2);
}

.feature-tab.w--current {
  height: 180px;
  text-align: left;
  background-color: #fff;
  border-right-style: none;
  border-radius: 8px 0 0 8px;
  margin-top: -1px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 120px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.feature-tab.top {
  height: auto;
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: -1px;
  margin-bottom: 0;
  transition: opacity .2s;
}

.feature-tab.top.w--current {
  width: 100%;
  border-radius: 10px 0 0;
  padding-left: 120px;
  box-shadow: 0 6px 12px rgba(114, 121, 146, .2);
}

.feature-tab.center {
  height: auto;
  border-radius: 0;
}

.feature-tab.bottom {
  height: 180px;
  border-right-style: none;
  border-top-left-radius: 0;
}

.feature-tab.bottom.w--current {
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
}

.feature-tab.bottom.left {
  height: auto;
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
}

.feature-tab.bottom.right {
  height: auto;
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
}

.tabs-content {
  width: 66.66%;
  height: auto;
  background-color: var(--white);
  border: 1px solid #e2e3e7;
  border-radius: 0 10px 10px 0;
  align-items: center;
  margin-top: -1px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
}

.tabs-content.full {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
}

.tabs-content.rouded-corners {
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab-panel {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-column-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.lighter-link {
  color: var(--goldenrod);
  text-decoration: none;
}

.lighter-link:hover {
  text-decoration: underline;
}

.content-section {
  background-color: var(--midnight-blue-2);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.footer-social-link {
  color: #777;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.footer-social-link:hover {
  color: #f44a66;
}

.top-footer {
  width: 100%;
  height: 60px;
  border-bottom: 1px rgba(40, 47, 75, .13);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.columns-second {
  width: 100%;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: var(--medium-purple);
  text-align: left;
  margin-right: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.copyright-text.lighter {
  color: var(--light-steel-blue);
}

.social-wrapper-second {
  display: flex;
}

.copyright {
  color: #aaa;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

.copyright.left {
  text-align: left;
  justify-content: flex-start;
}

.footer-block {
  width: 25%;
  color: var(--grey);
  text-align: left;
  padding-right: 0;
}

.footer-block.contact {
  width: 20%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.footer-block.about-us {
  width: 25%;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5%;
  display: flex;
}

.footer-heading {
  color: var(--bc-blue);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}

.footer-heading.white {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.footer-heading.space60 {
  padding-top: 0;
}

.second-brand {
  border: 5px #ff0004;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  display: block;
}

.second-brand.footer {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.column-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.footer-sub-link {
  color: var(--grey);
  border-bottom: 1px rgba(255, 255, 255, .15);
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: block;
}

.footer-sub-link:hover {
  color: var(--bc-blue);
}

.footer-sub-link.w--current {
  color: var(--grey);
}

.footer-sub-link.last {
  color: var(--grey);
  border-bottom-style: none;
}

.footer-sub-link.last:hover {
  color: var(--bc-blue);
}

.footer-sub-link.lighter {
  color: var(--light-steel-blue);
}

.footer-sub-link.lighter:hover {
  color: var(--goldenrod);
}

.lighter-paragraph {
  color: var(--light-steel-blue);
}

.lighter-paragraph.font {
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.lighter-paragraph.font.pale {
  color: var(--grey);
}

.underline {
  width: 110%;
  height: 5px;
  opacity: .25;
  background-color: #f44a66;
  margin-top: -6px;
  position: absolute;
  top: 107px;
  left: 0;
  transform: translate(-105%);
}

.underline.social-line {
  width: 100%;
  height: 5px;
  background-color: #f44a66;
  margin-top: -6px;
  top: 32px;
}

.social-link-second {
  width: 30px;
  height: 30px;
  opacity: .65;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icons8-twitter-96-1_1icons8-twitter-96 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #9d9e9d;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 10px;
  display: flex;
}

.social-link-second:hover {
  opacity: 1;
}

.social-link-second.facebook {
  background-image: url('../images/icons8-facebook-f-150.png');
  background-size: 14px;
  border-radius: 0%;
}

.social-link-second.facebook.line {
  background-image: url('../images/icons8-facebook-f-100_1icons8-facebook-f-100.png');
  border-right-style: solid;
  margin-left: 0;
}

.social-link-second.facebook.line.dark {
  background-image: url('../images/icons8-facebook-f-150.png');
}

.social-link-second.be {
  background-image: url('../images/icons8-behance-96_2icons8-behance-96.png');
  background-size: 16px;
  border-radius: 0%;
}

.social-link-second.be.line {
  background-image: url('../images/icons8-behance-96_1icons8-behance-96.png');
  margin-left: 0;
}

.social-link-second.be.line.dark {
  background-image: url('../images/icons8-behance-96_2icons8-behance-96.png');
}

.social-link-second.instagram {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icons8-instagram-104-2_1icons8-instagram-104 (2).png');
  background-size: 12px;
  border-style: solid;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  transition: opacity .4s;
  display: flex;
}

.social-link-second.instagram.line {
  background-image: url('../images/icons8-instagram-96_1icons8-instagram-96.png');
  margin-left: 0;
}

.social-link-second.instagram.line.dark {
  background-image: url('../images/icons8-instagram-104-2_1icons8-instagram-104 (2).png');
}

.social-link-second.line {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icons8-twitter-90_1icons8-twitter-90.png');
  border-style: solid none solid solid;
  margin-left: 0;
  margin-right: 0;
}

.social-link-second.line.dark {
  background-image: url('../images/icons8-twitter-96-1_1icons8-twitter-96 (1).png');
}

.play.paddings {
  filter: none;
  margin-right: 10px;
}

.bottom-footer {
  width: 100%;
  border-top: 1px solid #e4e8ee;
  border-bottom: 0 solid rgba(221, 225, 231, .15);
  margin-top: 40px;
  padding-top: 40px;
}

.bottom-footer.dark {
  border-top-color: #313a5c;
}

.video-image {
  width: 100%;
  height: 400px;
  background-color: var(--goldenrod);
  background-image: url('../images/Screen-Shot-2022-01-18-at-7.06.12-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.video-button {
  width: 200px;
  height: 70px;
  background-color: var(--bc-blue);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 40px;
  padding-right: 7px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.video-button:hover {
  background-color: var(--midnight-blue);
  box-shadow: 0 6px 12px rgba(40, 47, 75, .2);
}

.video-button.page {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 20px;
  box-shadow: 0 3px 6px rgba(40, 47, 75, .2);
}

.video-button.page.yellow {
  width: auto;
  height: 50px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  padding-top: 10px;
  transition-property: none;
}

.video-button.page.yellow.blog {
  width: auto;
}

.play-button {
  width: 55px;
  height: 55px;
  background-color: var(--bc-orange);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-text {
  color: var(--white);
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.video-text.dark {
  color: var(--midnight-blue-2);
  font-weight: 700;
}

.fqa-image {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.contact-form-div {
  width: 700px;
  background-color: var(--white);
  border: 1px solid #dfdede;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.form-block {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #dfdede;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 40px 60px 60px;
  display: flex;
}

.form-second {
  width: 100%;
}

.field-label {
  color: var(--midnight-blue-2);
  font-size: 14px;
}

.contact-field {
  height: 48px;
  background-color: #fafaff;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
}

.contact-field.message {
  height: auto;
  min-height: 240px;
}

.social-icon-div-second {
  text-align: center;
  margin-top: 60px;
  padding-top: 0;
}

.single-form {
  max-width: 600px;
  color: rgba(12, 21, 47, .6);
  border-radius: 0;
  margin: 0 auto;
  display: block;
}

.form-third {
  width: 80%;
  color: #fff;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.liner-wrapper {
  width: 180px;
  position: relative;
}

.success-message-second {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #34cf2c;
  border-radius: 10px;
}

.side-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.second-pricing-block {
  width: 95%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 11px;
  padding: 40px 25px 25px;
  transition: box-shadow .4s;
  display: block;
  position: relative;
}

.second-pricing-block.right {
  width: 95%;
  border-color: var(--gainsboro-3);
  box-shadow: none;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.second-pricing-block.right:hover {
  box-shadow: 0 6px 12px rgba(40, 47, 75, .2);
}

.second-pricing-block.right.main-price {
  margin-top: 60px;
}

.popular-pricing-tag {
  width: 70px;
  height: 30px;
  background-color: var(--midnight-blue-2);
  color: var(--goldenrod);
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.triangle {
  filter: invert();
}

.page-wrapper {
  background-color: var(--ghost-white-2);
  text-align: center;
  flex-direction: column;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.page-wrapper.white-footer {
  background-color: var(--white);
}

.menu-button {
  display: none;
}

.pages-div-hero {
  width: auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-left: 60px;
  display: flex;
  position: static;
}

.grid-fourth {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.contact-info {
  background-color: var(--ghost-white-2);
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.contact-info:hover {
  opacity: 1;
}

.about-crew-text {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.link {
  background-color: var(--goldenrod);
  color: #343e52;
  border-radius: 6px;
}

.bigger-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.column-third {
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: var(--midnight-blue-2);
  color: var(--white);
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 5px;
}

.dot.line {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
}

.dot.yeloow {
  background-color: var(--goldenrod);
}

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

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

.heading-half-section-second {
  color: #343e52;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.heading-half-section-second.left {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 38px;
}

.about-copy-wrapper {
  width: 85%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.about-us-image {
  border-radius: 6px;
}

.divider {
  height: 1px;
  background-color: #d0d9f8;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.dots-text {
  color: var(--midnight-blue-2);
}

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

.home-link:hover {
  text-decoration: underline;
}

.info-contact {
  color: var(--bc-blue);
  text-align: center;
  font-size: 18px;
}

.top-yellow-footer {
  width: 100%;
  background-color: var(--bc-blue);
  background-image: linear-gradient(rgba(0, 112, 163, .66), rgba(0, 112, 163, .66)), url('../images/triangle-2.png'), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 0 0, 100%, 5% 0, 50% 40%;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, 200px, 130px, 300px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.download {
  color: #aaa;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

.gray-space {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.gray-space.dark {
  background-color: #343e52;
}

.gray-space.yellow {
  background-color: var(--goldenrod);
}

.row {
  margin-bottom: 90px;
}

.divider-second {
  height: 1px;
  background-color: rgba(63, 63, 63, .1);
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-second.padding {
  margin-top: 100px;
  margin-bottom: 80px;
}

.licence-item-firs {
  width: 60%;
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.image-div-second {
  width: 100px;
  height: 100px;
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-div-second.logo {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/big.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 8px;
  margin-right: 20px;
}

.licence-items-second {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-wrapper {
  width: 80%;
  height: auto;
  background-color: #fff;
  border: 1px solid #e4ecf6;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.licence-link {
  color: var(--midnight-blue-2);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: var(--goldenrod);
  text-decoration: underline;
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.column-icons {
  margin-bottom: 10px;
}

.image-div {
  width: 100px;
  height: 100px;
}

.image-div.icons {
  width: auto;
  height: auto;
  background-color: var(--midnight-blue-2);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-div.icons.yellow {
  width: auto;
  height: auto;
  background-color: var(--goldenrod);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-div {
  width: 60px;
  height: 60px;
  background-image: url('../images/icons8-swift-150.png');
  background-position: 0 0;
  background-size: cover;
}

.icon-div.third {
  background-image: url('../images/icons8-web-imac-100_1icons8-web-imac-100.png');
}

.icon-div.third.ilustration {
  background-image: url('../images/taxi-logged-out.png');
}

.icon-div.third.image {
  background-image: url('../images/Untitled-5-1.jpg');
}

.icon-div.second {
  background-image: url('../images/icons8-stack-100_1icons8-stack-100.png');
}

.icon-div.second.ilustration {
  background-color: var(--midnight-blue-2);
  background-image: url('../images/taxi-help-and-care.png');
}

.icon-div.second.image {
  background-image: url('../images/About-Us2.jpg');
}

.icon-div.fourth {
  background-image: url('../images/icons8-virtual-reality-100_1icons8-virtual-reality-100.png');
}

.icon-div.fourth.ilustration {
  background-image: url('../images/taxi-logged-out.png');
}

.icon-div.fourth.image {
  background-image: url('../images/Untitled-1.jpg');
}

.icon-div.ilustration {
  background-color: var(--midnight-blue-2);
  background-image: url('../images/taxi-no-comments.png');
  border-radius: 11px;
}

.icon-div.image {
  background-image: url('../images/Untitled-6.jpg');
  border-radius: 11px;
}

.top-stripe {
  width: 100%;
  height: 140px;
  background-color: var(--goldenrod);
  background-image: url('../images/Stripe-White.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 6px;
  padding: 10px;
  left: 0;
  box-shadow: 0 6px 28px rgba(48, 54, 77, .24);
}

.dropdown-link {
  background-color: var(--white);
  border-radius: 6px;
  transition: background-color .4s;
}

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

.dropdown-link.w--current {
  background-color: var(--bc-orange);
  color: var(--midnight-blue-2);
}

.dropdown-toggle {
  color: var(--midnight-blue-2);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: background-color .4s;
}

.dropdown-toggle:hover {
  background-color: rgba(40, 47, 75, .1);
}

.dropdown-toggle.white-nav {
  color: var(--white);
}

.dropdown-toggle.quotedrop {
  background-color: var(--bc-blue);
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
}

.dropdown-toggle.quotedrop.quotedrop2 {
  border: 1px solid var(--bc-blue);
  background-color: var(--white);
  color: var(--bc-blue);
}

.dropdown-toggle.quotedrop.quotedrop2.space50 {
  margin-left: 60px;
}

.dropdown-toggle.quotedrop.quotedrop2.space50.main {
  margin-top: 0;
  margin-left: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 40px;
  line-height: 20px;
}

.dropdown-toggle.quotedrop.quotedrop2.space50.topnav {
  font-size: 14px;
}

.dropdown {
  font-size: 18px;
}

.link-block {
  text-decoration: none;
}

.link-blog-image {
  height: 100%;
  display: block;
}

.link-blog-image.centerd-style {
  width: 100%;
}

.created {
  color: var(--midnight-blue-2);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.categories {
  width: 80px;
  background-color: var(--white);
  color: var(--midnight-blue-2);
  text-align: center;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 2px 6px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(40, 47, 75, .1);
}

.categories.sidebar {
  width: 100%;
  box-shadow: none;
  text-align: center;
  background-color: #fafaff;
  border: 1px solid #e4e8ee;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.categories.sidebar:hover, .categories.sidebar.w--current {
  border-color: var(--goldenrod);
  background-color: var(--goldenrod);
}

.collection-sidebar {
  font-family: Roboto, sans-serif;
}

.sucess-mesage {
  color: #fff;
  background-color: #40c30d;
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.right-collection-wrapper {
  width: 66.66%;
  padding-left: 0;
  padding-right: 0;
}

.sidebar {
  width: 30%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 15px 20px;
}

.blog-and-sidebar {
  width: 100%;
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.sidebar-header {
  border-bottom: 1px #e4e8ee;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.error-message {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.icon-header-second {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.icon-header-second.padding-bottom {
  margin-bottom: 30px;
}

.main-image-blog {
  width: 100%;
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 120px;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
}

.sidebar-block {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 25px;
}

.sidebar-block:hover {
  border-color: #e4e8ee;
}

.form {
  padding: 0;
}

.testimonials {
  line-height: 28px;
}

.testimonials.white {
  margin-bottom: 20px;
}

.slide {
  width: 100%;
  padding-bottom: 20px;
}

.top-color {
  background-color: var(--goldenrod);
  background-image: url('../images/Stripe-White.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  padding-top: 40px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top-color.pricing {
  background-color: var(--bc-blue);
  border-bottom: 0 rgba(0, 0, 0, 0);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.top-color.pricing.dark {
  background-color: var(--bc-blue);
}

.pricing-padding {
  background-color: rgba(0, 0, 0, 0);
  padding: 25px;
}

.pricing-tag {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 7px;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
}

.top-testimonials {
  height: 120px;
  background-color: var(--midnight-blue-2);
  text-align: left;
  background-image: url('../images/5_kot.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-top: 40px;
  padding-left: 40px;
}

.testimonial-padding {
  background-color: var(--white);
  text-align: left;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 20px 40px 40px;
}

.star-wrapper {
  margin-top: 10px;
}

.top-yellow {
  height: 200px;
  background-color: var(--goldenrod);
  background-image: url('../images/kot.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dark-wrapper {
  background-color: var(--midnight-blue-2);
  border-radius: 10px;
  margin-bottom: 20px;
}

.dark-wrapper.single {
  width: 940px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-info {
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.portfolio-info.yellow {
  background-color: var(--goldenrod);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-top: 20px;
}

.portfolio-info.single {
  padding-bottom: 40px;
}

.testimonial-single {
  height: 400px;
  background-color: var(--goldenrod);
  background-image: url('../images/kot3.svg'), linear-gradient(rgba(228, 188, 45, .95), rgba(228, 188, 45, .95)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 100% 100%, 0 0, 5% 10%, 100% 100%;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  background-size: cover, auto, 125px, 300px;
  border: 1px #e4e8ee;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 15% 0;
  display: flex;
  box-shadow: 1px 1px 3px rgba(40, 47, 75, .1), inset 0 -6px 12px rgba(40, 47, 75, .1);
}

.quotes {
  filter: brightness(200%);
  position: absolute;
  top: 60px;
  right: 60px;
}

.service-wrapper {
  margin-bottom: 40px;
}

.grid-fifth {
  width: 85%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.image-second {
  display: inline-block;
}

.quote-sign {
  filter: brightness(200%);
  margin-top: 20px;
  margin-left: 40px;
  padding-top: 0;
  padding-left: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(rgba(0, 112, 163, .8), rgba(0, 112, 163, .8)), url('../images/triangle-3.png'), url('../images/triangle.png');
  background-position: 0 0, 100px 150px, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 200px, 600px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 400px;
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

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

.lock {
  width: 42px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

._04-text {
  color: var(--medium-purple);
}

.utility-text {
  color: var(--midnight-blue-2);
  font-size: 20px;
  line-height: 30px;
}

.grid-hero-info {
  width: 80%;
  grid-column-gap: 32px;
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.image-single-page {
  height: auto;
  border-radius: 10px;
}

.portolio-content {
  width: 940px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.grid-intro {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.intro-page-tittle {
  float: none;
  clear: none;
  color: var(--midnight-blue-2);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.page-links {
  height: 400px;
  background-color: var(--white);
  border: 1px solid #e4ecf6;
  border-radius: 6px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 40px 30px;
  transition: background-color .4s;
  display: flex;
}

.page-links:hover {
  background-color: var(--white);
  box-shadow: 0 6px 12px rgba(40, 47, 75, .1);
}

.page-links.second {
  height: 400px;
  background-image: url('../images/Athena-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-links.first {
  background-image: url('../images/5e49b5ca353d4547bdb74964_Athena-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-links.first:hover {
  box-shadow: 0 6px 12px rgba(40, 47, 75, .1);
}

.page-links.third {
  background-image: url('../images/Athena-3.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-links.third:hover {
  box-shadow: 0 6px 12px rgba(40, 47, 75, .1);
}

.page-links.fourth {
  background-image: url('../images/Athena-4.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.page-links.fourth:hover {
  box-shadow: 0 6px 12px rgba(40, 47, 75, .1);
}

.div-block-second {
  width: 10px;
  height: 10px;
  background-color: var(--midnight-blue-2);
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 0;
}

.page-block {
  background-color: #fff;
  border: 1px #e7e7e7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 35px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 18px rgba(29, 29, 33, .08);
}

.page-block:hover {
  transform: none;
  box-shadow: 0 5px 21px rgba(29, 29, 33, .15);
}

.title-componet {
  color: var(--midnight-blue-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.card-link {
  width: 100%;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.content {
  width: 100%;
  height: 30px;
  background-color: var(--goldenrod);
  border-bottom: 1px solid #e4e8ee;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.intro-pages-row {
  width: 100%;
  margin-bottom: 20px;
}

.homepage-link {
  width: 96%;
  height: 600px;
  margin-bottom: 20px;
  position: relative;
  overflow: scroll;
}

.homepage-link.inner-pages {
  height: 400px;
  text-align: center;
  background-color: #f5f4f7;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  text-decoration: none;
}

.content-second {
  width: 100%;
  height: 30px;
  background-color: var(--midnight-blue-2);
  border-bottom: 1px solid #e4e8ee;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.dots-yellow {
  width: 10px;
  height: 10px;
  background-color: var(--goldenrod);
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 0;
}

.pages-tittle {
  color: var(--midnight-blue-2);
  text-align: center;
  margin-bottom: 35px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

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

.portfolio-link {
  width: 100%;
  text-decoration: none;
}

.portfolio-link.w--current {
  margin-bottom: 0;
}

.dark {
  color: var(--midnight-blue-2);
}

.yellow {
  color: var(--goldenrod);
  text-align: center;
}

.tab-wrapper-vertical {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.feature-tabs-horizontal {
  width: 100%;
  display: flex;
}

.footer-wrapper {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.price-flex {
  align-items: center;
  display: flex;
}

.blue-span {
  color: var(--bc-blue);
}

.link1 {
  text-decoration: none;
  transition: all 1s;
  transform: translate(0);
}

.link1:hover {
  opacity: .47;
  transform: scale(.8);
}

.paragraph-2 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-2.space60 {
  margin-bottom: 60px;
}

.paragraph-2.light {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-2.cancel {
  font-size: 16px;
  line-height: 28px;
}

.heading4 {
  color: var(--bc-blue);
  text-align: left;
  line-height: 40px;
}

.smalhead5 {
  font-size: 25px;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  color: var(--black);
}

.quick-easy-tab {
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-4 {
  color: var(--black);
}

.text-tab {
  color: var(--black);
  text-align: left;
  font-size: 20px;
  line-height: 25px;
}

.head8 {
  color: var(--bc-blue);
  font-weight: 700;
}

.button-2 {
  display: block;
  position: static;
}

.button-2.apply-button {
  background-color: var(--gainsboro-3);
  color: var(--bc-blue);
  border-radius: 9px;
  flex-flow: row;
  flex: 0 auto;
  align-content: center;
  font-weight: 700;
  display: flex;
}

.apply1 {
  width: 19.2826%;
  background-color: var(--bc-blue);
  border-radius: 6px;
  margin-bottom: 50px;
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
}

.apply1.centre {
  width: 30%;
  text-align: center;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 20px;
}

.apply1.centre.top40 {
  background-color: var(--bc-blue);
  margin-top: 40px;
}

.apply1.centre.top40.orange {
  background-color: var(--bc-orange);
  margin-top: 60px;
  margin-bottom: 100px;
}

.paragraph-6, .paragraph-7 {
  color: var(--black);
}

.paragraph-8 {
  color: var(--black);
  margin-bottom: 60px;
  font-size: 16px;
}

.paragraph-9 {
  color: var(--black);
}

.c3 {
  text-align: center;
}

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

.text-block.textdrop {
  color: var(--bc-blue);
}

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

.icon.arrowb {
  color: var(--bc-blue);
}

.bold-text {
  font-weight: 300;
}

.row_social {
  z-index: 1;
  position: relative;
}

.social-column {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.social {
  width: 100%;
  background-color: #333c45;
  border-right: 1px solid #3c4752;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: all .3s;
}

.social:hover {
  background-color: #3b5998;
}

.social.google:hover {
  background-color: #bf3939;
}

.social.twitter:hover {
  background-color: #2aa9e0;
}

.social.rss:hover {
  background-color: #eb8a1c;
}

.dropdown-2 {
  float: none;
  color: #a6a6a6;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .5s;
  box-shadow: 0 0 1px #a6a6a6;
}

.dropdown-2:hover {
  background-color: var(--bc-blue);
  color: #00aeef;
}

.lil-arrow {
  color: #fff;
  text-shadow: 1px 1px 2px #919191;
  background-color: rgba(0, 0, 0, 0);
}

.footer-section {
  background-color: rgba(0, 176, 240, .21);
  border-width: 0;
  padding-top: 20px;
  padding-bottom: 50px;
}

.footer-section.newfooter {
  background-color: var(--gainsboro-3);
  margin-top: 140px;
}

.droplist {
  color: #919191;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #fff;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  transition: all .5s;
}

.google-link {
  color: #a6a6a6;
  text-decoration: none;
}

.c2right {
  text-align: right;
  padding-right: 50px;
}

.disclaimer-button {
  color: #a6a6a6;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(145, 145, 145, .58);
  border-radius: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  transition: all .5s;
}

.disclaimer-button:hover {
  background-color: rgba(255, 255, 255, .59);
  border-color: #fff;
}

.footer-info {
  width: auto;
  color: rgba(145, 145, 145, .7);
  text-align: left;
  margin-top: 20px;
  font-size: 10px;
}

.text-drop {
  color: #fff;
  text-shadow: 1px 1px 1px #919191;
  font-size: 16px;
}

.black1 {
  color: #000;
}

.bold-text-12 {
  font-weight: 400;
}

.pricing {
  color: #fff;
  letter-spacing: -1px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 19px;
}

.button-3 {
  float: none;
  color: #428bc7;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #428bc7;
  border-radius: 5px;
  margin-top: 15px;
  padding: 8px 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-3:hover {
  color: #fff;
  background-color: #428bc7;
}

.button-3.price {
  background-color: var(--bc-blue);
  color: #fff;
  border-style: solid;
  border-color: #fff;
  margin-top: 28px;
}

.button-3.price:hover {
  color: #0078a8;
  background-color: #fff;
  border: 2px solid #0078a8;
}

.button-3.wh {
  color: #fff;
  background-color: #0078a8;
  border-color: #fff;
}

.button-3.wh:hover {
  color: #428bc7;
  background-color: #fff;
}

.button-3.wh.travel1 {
  font-size: 12px;
  line-height: 18px;
}

.button-3.price {
  background-color: var(--bc-blue);
  color: #fff;
  border-style: solid;
  border-color: #fff;
  margin-top: 28px;
}

.button-3.price:hover {
  color: #0078a8;
  background-color: #fff;
  border: 2px solid #0078a8;
}

.button-3.price.b73, .button-3.price.b76 {
  width: 100%;
  margin-top: 10px;
}

.button-3.price.b76.sepline {
  margin-top: 10px;
}

.button-3.price {
  color: #fff;
  background-color: #0078a8;
  border-style: solid;
  border-color: #fff;
  margin-top: 28px;
}

.button-3.price:hover {
  color: #0078a8;
  background-color: #fff;
  border: 2px solid #0078a8;
}

.black {
  color: #000;
}

.black.blue {
  color: #0078a8;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.pic-12 {
  width: 60%;
  border-radius: 0;
  margin-top: 25px;
}

.pricing_price {
  height: auto;
  color: #0078a8;
  text-align: center;
  background-color: #0078a8;
  background-image: none;
  border-bottom: 15px solid #d1d1d1;
  padding: 10px 0 30px;
  overflow: hidden;
}

.pricing_table {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.build-your-plan {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
}

.catergory-text {
  color: #000;
  margin-bottom: 0;
}

.catergory-text.shade {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.catergory-text.dental {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.catergory-text.divo {
  border-bottom: 1px solid #f47920;
}

.catergory-text.space3 {
  margin-bottom: 7px;
}

.catergory-text.texto {
  color: #f47920;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.catergory-text.bigger20 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

.details {
  color: #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.sub-text-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.sub-text-2.txt65 {
  color: #585858;
  color: #585858;
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
}

.sub-text-2.txt65.top {
  padding-top: 50px;
}

.sub-text-2.txt65.top.text14 {
  font-size: 14px;
  font-weight: 400;
}

.sub-text-2.txt65.bottom50 {
  margin-bottom: 50px;
}

.sub-text-2.txt65.bottom50.black.dividero {
  padding-bottom: 25px;
}

.sub-text-2.txt65.black {
  color: #000;
}

.sub-text-2.txt65.black.dividero {
  border-bottom: 1px solid #f47920;
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 32px;
}

.white-2 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
}

.white-2.black-txt {
  color: #000;
  color: #000;
  font-size: 37px;
  font-weight: 400;
}

.container-about {
  text-align: center;
  padding-top: 60px;
}

.container-about.container-pricing {
  background-color: rgba(255, 255, 255, .89);
  border-radius: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

._70text {
  color: rgba(0, 0, 0, 0);
}

.travel {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.plane-div {
  text-align: center;
  transition: all .5s;
}

.plane-div:hover {
  transform: translate(0, -30px);
}

.plane-div.plantg, .column_features {
  text-align: left;
}

.small-print {
  color: var(--black);
  text-align: center;
  margin-top: 15px;
  font-size: 10px;
}

.more-info-section {
  background-color: var(--ghost-white-2);
}

.paragraph-10 {
  color: var(--bc-blue);
  font-size: 18px;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
  transition: all 1s;
}

.link-block-2:hover {
  opacity: .68;
  transform: scale(.9);
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.sepline {
  margin-top: 40px;
}

.headnewa {
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
}

.easyway {
  font-size: 62px;
  font-weight: 700;
}

.headselect {
  font-size: 20px;
}

.easyblue {
  color: var(--bc-blue);
  font-weight: 500;
}

.bold {
  color: #000;
  font-weight: 600;
}

.bold.h09 {
  text-align: center;
  margin-top: 0;
}

.selectlink {
  height: auto;
  text-align: center;
  border: 2px solid #0078aa;
  padding: 25px 10px 20px;
  transition: all 1s;
}

.selectlink:hover {
  background-color: #dbdbdb;
  transform: translate(0, -20px);
}

.linkjh {
  color: #0078aa;
  border-bottom: 1px solid #0078aa;
  text-decoration: none;
}

.smallcap {
  text-transform: none;
  text-decoration: none;
}

.line {
  width: 30px;
  height: 3px;
  background-color: var(--bc-blue);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.callback {
  background-color: var(--bc-blue);
  border-radius: 12px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  transition: all 1s;
}

.callback:hover {
  transform: scale(.85);
}

.textselect {
  color: #585858;
  margin-top: 20px;
  line-height: 20px;
}

.selectdiv {
  margin-top: 25px;
}

.column-11 {
  text-align: center;
}

.blue16 {
  color: #0078aa;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 800;
}

.bluetext {
  color: #0078aa;
}

.healthin1 {
  width: 125px;
}

.fillouttab {
  background-color: var(--bc-blue);
  color: #fff;
  border-radius: 12px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-413 {
  background-color: rgba(255, 255, 255, .79);
  margin-bottom: 100px;
  padding: 75px 50px;
  transition: all 1s;
}

.container-413:hover {
  background-color: rgba(255, 255, 255, .95);
}

.list6 {
  text-align: left;
  padding-left: 0;
}

.list6.listsend {
  padding-left: 18px;
}

.list6.listsend.lisfdt {
  padding-left: 0;
  font-size: 13px;
}

.senddiv {
  margin-top: 25px;
}

.image-2 {
  width: 45%;
  margin-top: 20px;
}

.main-banner-pages {
  background-image: url('../images/dental_1.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 100px;
}

.paragraph-11 {
  color: var(--black);
  margin-right: 40px;
  font-size: 18px;
}

.small-month {
  font-size: 15px;
}

.head3 {
  color: var(--bc-blue);
  margin-top: 100px;
  font-weight: 400;
}

.div-block {
  width: 50%;
  text-align: center;
  position: static;
}

.container-414 {
  text-align: center;
}

.container-414.aavideo {
  margin-bottom: 100px;
}

.sec78 {
  border-radius: 8px;
  margin-top: 140px;
}

.container-415 {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 0;
}

.pricing_price-2 {
  height: 250px;
  background-color: var(--bc-blue);
  color: var(--bc-blue);
  text-align: center;
  background-image: none;
  padding: 10px 0 0;
  overflow: hidden;
}

.pic-13 {
  width: 60%;
  border-radius: 0;
  margin-top: 25px;
  padding-bottom: 30px;
}

.heading-5 {
  color: var(--bc-blue);
  text-align: center;
  font-weight: 400;
}

.text-block-2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}

.section-2 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 112, 163, .09);
  background-clip: padding-box;
}

.section-2.pages {
  margin-top: 140px;
  margin-bottom: 40px;
}

.image-3 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-416 {
  text-align: center;
}

.heading-6 {
  font-size: 36px;
}

.text-span {
  color: var(--grey);
}

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

.video.topspace50 {
  margin-top: 0;
}

.cool {
  padding-left: 158px;
  position: relative;
  bottom: 18px;
}

.cool.side {
  padding-left: 200px;
}

.cool.side.bottom50 {
  text-align: center;
  margin-bottom: 40px;
  padding-left: 0;
}

.hand-text {
  color: #000;
  letter-spacing: 0;
  padding-left: 48px;
  font-size: 28px;
}

.image-4 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 140px;
}

.smaller12 {
  font-size: 12px;
}

.tab-link.w--current {
  color: #f7f7f7;
  background-color: #fbaf34;
}

.tab-link.gi {
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 12px;
}

.small10 {
  font-size: 10px;
}

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

.charcoal {
  color: #333c45;
}

.pic-14 {
  width: 60%;
  border-radius: 100px;
  margin-top: 25px;
}

.pricing_price-3 {
  height: 400px;
  color: #0078a8;
  text-align: center;
  background-color: #0078a8;
  background-image: none;
  padding: 10px 0 30px;
  overflow: hidden;
}

.pricing_price-3.header {
  height: 130px;
  padding-bottom: 0;
}

.pricing_price-3.header.smaller {
  height: 100px;
}

.details-2 {
  color: #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.details-2.space3 {
  padding-top: 13px;
  padding-bottom: 12px;
}

.smaller {
  font-size: 16px;
}

.column_features-2 {
  text-align: left;
}

.small-print-2 {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.small-print-2.dark {
  color: #0078a8;
}

.image-6 {
  margin-bottom: 0;
}

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

.heading-7 {
  margin-top: 10px;
  margin-bottom: 0;
}

.container-417 {
  text-align: center;
}

.image-19, .image-20 {
  width: 60%;
}

.image-18 {
  width: 60%;
  position: static;
}

.shadow {
  opacity: .6;
  text-align: center;
  position: relative;
  bottom: auto;
}

.cont {
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.text-block-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.heading1-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.but {
  width: 60%;
  height: 20%;
  background-color: #ffc717;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 1s;
  display: inline-block;
}

.but:hover {
  background-color: #e2af0f;
  transform: scale(.85);
}

.but.butblue {
  background-color: var(--bc-blue);
}

.link-3 {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(147deg, #d8d8d8, #fff 51%);
  border: 3px solid #ffc717;
  padding: 20px;
  text-decoration: none;
  transition: all 1s;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-3:hover {
  transform: translate(0, -83px);
}

.link-3.linkblue {
  border-color: var(--bc-blue);
  margin-bottom: 20px;
}

.sec {
  margin-top: 100px;
  margin-bottom: 0;
}

.sec.travel {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.image-21 {
  margin-top: 20px;
  margin-bottom: 140px;
}

.section-title-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.section-title-2._2 {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.section-title-2.h70 {
  color: #3d424a;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
}

.section-title-2.h70.h734 {
  margin-top: 45px;
}

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

.divider-line {
  width: 500px;
  height: 2px;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  display: inline-block;
}

.divider-line.small {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-line.small.titeligne {
  background-color: var(--bc-blue);
  margin-top: 10px;
  margin-bottom: 10px;
}

.l12 {
  width: 100%;
  text-decoration: none;
  position: static;
}

.l13 {
  width: 100%;
}

._2-half-column {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.right-column {
  margin-bottom: 10px;
  padding-top: 30px;
  padding-left: 10px;
}

.telephone {
  width: 84%;
  float: none;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  position: static;
}

.t1, .t1.t6 {
  width: 6%;
}

.button-4 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffd000;
  border: 2px solid #ffd000;
  border-radius: 2px;
  margin-top: 15px;
  margin-right: 10px;
  padding: 18px 25px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .5s, color .5s, border-color .5s;
  display: inline-block;
}

.button-4:hover {
  color: #fff;
  background-color: #2cc77c;
  border-color: #2cc77c;
}

.button-4.outlined {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button-4.outlined:hover {
  background-color: #2cc77c;
  border-color: #2cc77c;
}

.button-4.outlined.outlined2 {
  color: #000;
  background-color: rgba(255, 255, 255, .81);
  box-shadow: 0 0 6px #000;
}

.button-4.outlined.outlined2:hover {
  background-color: #edc202;
}

.button-4.outlined.outlined2.w--current {
  background-color: rgba(255, 255, 255, .89);
}

.button-4.outlined.outlined2.call-back {
  margin-left: 9px;
  margin-right: 13px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 10px;
}

.button-4.outlined.outlined2.call-back.baxc {
  min-width: 50px;
  box-shadow: none;
  text-align: center;
  background-color: #ffd000;
  border-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-size: 20px;
  transition: all .5s;
}

.button-4.outlined.outlined2.call-back.baxc:hover {
  box-shadow: none;
  background-color: #fff;
  border-color: #ffd000;
  transform: translate(18px);
}

.button-4.outlined.outlined2.call-back.baxc.orange {
  border-color: var(--bc-orange);
  background-color: var(--bc-orange);
  line-height: 28px;
}

.div2 {
  background-image: linear-gradient(rgba(255, 255, 255, .16), rgba(255, 255, 255, .34)), url('../images/stock-pharmacist.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 200px;
  margin-bottom: 200px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.div2.dinbg {
  background-image: url('../images/blue-sky-picture-marks-clear-re-com-98218.jpg');
  background-position: 0 -112%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 300px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div2.dinbg.divbc23 {
  background-color: var(--white);
  background-image: none;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 1s;
}

.div2.dinbg.divbc23:hover {
  background-color: rgba(255, 255, 255, .85);
}

.pic-agent {
  width: 85%;
  margin-top: 26px;
}

.container-418 {
  text-align: center;
  margin-top: 220px;
}

.bc-ben {
  margin-top: 60px;
}

.bc-ben.ben1 {
  margin-top: 40px;
}

.space {
  margin-bottom: 40px;
}

.space.spaceup {
  margin-top: 10px;
  margin-bottom: 0;
}

.reach {
  background-color: #fff;
  margin-top: 220px;
}

.column-12 {
  padding-right: 40px;
}

.image-22 {
  text-align: center;
  margin-right: 40px;
  padding-right: 0;
}

.block-quote {
  text-align: center;
  background-color: rgba(255, 149, 0, .09);
}

.section-3 {
  color: #fff;
}

.section-3.white {
  background-color: #fff;
}

.image-23 {
  margin-top: 0;
  margin-bottom: 140px;
}

.link-block-5 {
  margin-top: 0;
}

.image-24 {
  max-width: 70%;
  margin-bottom: 0;
}

.group {
  margin-top: 60px;
  margin-bottom: 40px;
}

.div-block-2 {
  background-color: rgba(0, 112, 163, .39);
}

.footerlink {
  color: var(--grey);
}

.plan-pic {
  margin-top: 40px;
}

.aa-banner {
  margin-top: 100px;
}

.image-25 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.bc-price {
  background-color: rgba(0, 112, 163, .8);
  margin-top: 20px;
}

.learnmore {
  background-color: var(--gainsboro-3);
  color: var(--bc-blue);
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.section-4 {
  text-align: center;
  margin-bottom: 20px;
}

.image-26 {
  margin-top: 60px;
}

.link-block-6 {
  text-align: right;
}

.image-27 {
  margin-top: -30px;
  margin-bottom: 100px;
  margin-right: 100px;
}

.section-5 {
  padding-bottom: 0;
}

.image-28 {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.container-419 {
  text-align: right;
}

.button-5 {
  background-color: var(--bc-orange);
  font-size: 18px;
  line-height: 40px;
}

.image-31 {
  margin-top: 10px;
  margin-left: 40px;
}

.heading12 {
  color: #000;
  margin-bottom: 30px;
  font-weight: 400;
}

.heading12.top50 {
  margin-top: 50px;
}

.heading12.top50.space150 {
  margin-top: 150px;
}

.pricing_table-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.pricing_table-2.waiting {
  padding-bottom: 0;
}

.image-32 {
  max-width: 75%;
}

.image {
  max-width: 100%;
}

.text-span-2 {
  color: var(--bc-orange);
  font-size: 15px;
}

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

.text-span-3 {
  height: 44px;
  color: var(--bc-orange);
  font-weight: 900;
}

.text-span-3.plan {
  width: auto;
  height: 0;
  color: var(--bc-orange);
  font-size: 32px;
  line-height: 50px;
  display: inline;
}

.paragraph-12, .paragraph-13 {
  font-weight: 700;
}

.paragraph-14, .paragraph-15 {
  font-weight: 500;
}

.paragraph-16 {
  font-size: 20px;
  font-weight: 400;
}

.image-34 {
  margin-top: 10px;
}

.call-us {
  margin-top: 5px;
  margin-bottom: 0;
}

.nav-link-2 {
  padding-right: 20px;
}

.nav-link-2.call-ont {
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
}

.image-35 {
  margin-top: 5px;
  margin-left: 40px;
  padding-bottom: 5px;
}

.section-6 {
  margin-top: 140px;
}

.image-36 {
  margin-top: 40px;
}

.image-37 {
  margin-bottom: 140px;
  margin-left: -80px;
  margin-right: 80px;
}

.html-embed, .column-16 {
  text-align: center;
}

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

.heading-8 {
  margin-top: 100px;
  margin-bottom: 20px;
}

.image-39 {
  margin-top: 40px;
}

.image-40 {
  margin-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.image-41 {
  margin-top: 100px;
}

.paragraph-17 {
  color: rgba(128, 128, 128, .5);
  text-align: left;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 100px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
}

.image-42 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-43 {
  margin-bottom: 60px;
}

.navbar-2 {
  background-color: #fff;
  margin-top: 20px;
}

.call {
  border: 2px solid var(--deep-sky-blue);
  margin-left: 20px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-3 {
  border: 1px solid var(--deep-sky-blue);
}

.nav-link-4 {
  margin-left: 20px;
}

.nav-link-5 {
  border: 1px solid var(--deep-sky-blue);
  margin-left: 20px;
}

.section-7 {
  color: #fff;
  background-color: #fff;
}

.navbar-3 {
  background-color: #fff;
}

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

.nav-menu-2 {
  text-align: right;
  margin-top: 10px;
}

.text-span-4 {
  color: rgba(103, 112, 129, .6);
}

.container-420 {
  margin-top: 60px;
}

.html-embed-2 {
  margin-bottom: 0;
}

.column-23 {
  padding-left: 0;
  padding-right: 0;
}

.container-421 {
  width: auto;
}

.title-side {
  font-size: 18px;
  font-weight: 700;
}

.column-24 {
  margin-top: 140px;
}

.container-422 {
  margin-top: 60px;
}

.container-422.phone, .container-422.phone.ret {
  display: none;
}

.container-423 {
  margin-top: 80px;
}

.bold-text-14 {
  color: #025588;
  font-size: 20px;
}

.column-26 {
  text-align: center;
}

.nav-link-6 {
  border: 3px solid #0070a3;
  border-radius: 3px;
}

.nav-link-6.side {
  margin-left: 20px;
}

.call-ont {
  border: 3px #000;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 700;
}

.container-424 {
  text-align: center;
  margin-left: 40px;
  margin-right: 10px;
}

.ont-blue {
  margin-right: 100px;
}

.columns-6, .columns-7, .space60, .columns-8 {
  margin-top: 60px;
}

.image-48 {
  margin-top: 10px;
}

.image-51 {
  margin-top: 15px;
}

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

.column-30 {
  padding-left: 20px;
}

.topcall {
  margin-bottom: 20px;
}

.link-block-7 {
  margin-top: 10px;
}

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

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

@media screen and (max-width: 991px) {
  .hero-section, .hero-section.pages {
    background-image: url('../images/Kot_2.svg'), linear-gradient(rgba(228, 188, 45, .85), rgba(228, 188, 45, .85)), url('../images/triangle-3.png'), url('../images/triangle.png');
    background-position: 50% 101%, 0 0, 0 0, 100% 100%;
    background-repeat: no-repeat, repeat, no-repeat, no-repeat;
    background-size: 1100px, auto, 125px, 400px;
  }

  .hero-info-block {
    width: 80%;
    text-align: left;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: 0%;
  }

  .hero-div {
    z-index: 2;
    height: 100%;
    flex-flow: column;
    align-content: stretch;
    padding: 40px 0;
  }

  .hero-div.center {
    align-items: center;
  }

  .image-mock-ups {
    max-height: 400px;
    position: relative;
    top: 20px;
    bottom: 0;
    left: -62px;
    right: 0;
  }

  .image-mock-ups.devices {
    max-height: none;
    margin-bottom: 0;
    top: 0;
  }

  .top-padding {
    text-align: center;
  }

  .hero-div-info {
    margin-top: 0;
    right: auto;
  }

  .hero-div-info.half {
    width: 100%;
    flex-basis: 100%;
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-div-info.half.mockup {
    width: 50%;
    padding-left: 1%;
    padding-right: 2%;
  }

  .hero-div-info.half.mockup.watches {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
  }

  .baner-big-text {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-paragraph, .hero-paragraph.white {
    text-align: left;
  }

  .hero-card {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-card._2.right {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .hero-card._3, .hero-card._4, .hero-card.right {
    width: 100%;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.navigation {
    padding-left: 0;
  }

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

  .section.top-paddings {
    padding-bottom: 10px;
  }

  .section.top-paddings.black.taller {
    height: auto;
  }

  .features-box-vr2 {
    width: 100%;
  }

  .features-box-vr2.top-left {
    width: 568px;
  }

  .section-title {
    text-align: left;
  }

  .section-title.half-side.white {
    text-align: center;
    text-align: center;
  }

  .button:hover {
    background-color: var(--midnight-blue-2);
  }

  .button.yellow.large-pricing-button {
    width: auto;
  }

  .vertical-image {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }

  .left-padding {
    margin-top: 0;
    margin-left: 60px;
    margin-right: 60px;
  }

  .left-padding.side {
    margin-top: 40px;
    margin-left: 0;
    padding-left: 0%;
  }

  .flex-row {
    text-align: left;
    display: block;
  }

  .image-right.vertical-image {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-right.vertical-image.third {
    width: 100%;
  }

  .section-content {
    margin-bottom: 40px;
  }

  .section-content.center.facts {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section-content.center.blog {
    width: 80%;
  }

  .div-fact {
    border-bottom: 1px #e4ecf6;
    padding-top: 20px;
  }

  .fact-wrapper {
    width: 100%;
    margin-top: 50px;
  }

  .fun-content {
    width: auto;
    margin-bottom: 0;
  }

  .fun-content.no-space {
    margin-bottom: 0;
  }

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

  .section-facts {
    padding-bottom: 100px;
  }

  .button-wrapper {
    text-align: center;
  }

  .small-sub-text.sub-text-blue {
    line-height: 40px;
  }

  .client-flex {
    flex-flow: wrap;
    display: flex;
  }

  .client-image, .client-image._5 {
    width: 33.333%;
  }

  .navbar {
    position: absolute;
  }

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

  .nav-link:hover {
    border-radius: 0;
  }

  .nav-link.w--current {
    color: var(--white);
  }

  .nav-link.white {
    border-bottom: 1px solid rgba(244, 245, 249, .07);
  }

  .service-heading-white.top-padding {
    text-align: left;
  }

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

  .features-card {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .features-card.copy {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .features-card.no-paddings.left-top, .features-card.no-paddings.top-right, .features-card.no-paddings.botom-left, .features-card.no-paddings.bottom-right {
    width: 100%;
  }

  .features-card.second-page {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .showcase-card {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .showcase-card.white-variation {
    width: 100%;
    margin-bottom: 0;
  }

  .columns-third {
    display: block;
  }

  .grid-features-icon {
    margin-right: 20px;
  }

  .portfolio-title.all-caps {
    text-align: left;
  }

  .grid-info-features {
    text-align: left;
    justify-content: flex-start;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-slider.single {
    width: auto;
  }

  .circle-arrow-right:hover {
    background-color: var(--midnight-blue-2);
  }

  .testimonial-card.vr-2, .team-card {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-card.no-line {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-dark.footer-logo {
    margin-bottom: 10px;
  }

  .pricing-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-block.right.image-card {
    width: 80%;
  }

  .pricing-block.orange.mid-corner, .pricing-block.corner-round, .pricing-block.right-corner-round {
    width: 100%;
  }

  .pricing-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-image {
    height: 200px;
  }

  .blog-wrapper-card {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .side-info {
    width: 90%;
    margin-bottom: 100px;
  }

  .side-info.padding-top {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .question-box {
    width: 80%;
    margin-left: 0;
    margin-right: auto;
  }

  .question-box.center {
    margin-left: auto;
  }

  .heading-half-section {
    text-align: left;
  }

  .side-image-media {
    width: 100%;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .feature-tabs {
    width: 100%;
    justify-content: center;
    display: block;
  }

  .tab-wrapper {
    flex-direction: column-reverse;
  }

  .feature-tab {
    width: auto;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 100px;
    display: flex;
  }

  .feature-tab.w--current {
    width: 50%;
  }

  .feature-tab.top {
    width: 100%;
    border-right-style: solid;
    border-top-left-radius: 0;
    padding-left: 120px;
    display: block;
  }

  .feature-tab.top.w--current {
    border-radius: 0;
  }

  .feature-tab.center {
    width: 100%;
    border-right-style: solid;
    padding-left: 120px;
  }

  .feature-tab.bottom.w--current {
    width: 100%;
    border-right-style: solid;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: inline-block;
  }

  .feature-tab.bottom.left {
    border-right-style: solid;
    border-bottom-right-radius: 10px;
    padding-left: 120px;
    display: flex;
  }

  .feature-tab.bottom.right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 120px;
    display: flex;
  }

  .tabs-content {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    flex-direction: column;
    justify-content: center;
  }

  .tabs-content.full {
    border-radius: 0;
  }

  .tab-panel {
    flex: 0 auto;
    align-self: auto;
  }

  .footer-column-wrapper {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .top-footer {
    height: 60px;
    justify-content: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .columns-second {
    width: 100%;
    align-items: center;
    display: flex;
  }

  .social-wrapper-second {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .copyright {
    text-align: right;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .footer-block {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-block.about-us {
    margin-bottom: 20px;
  }

  .second-brand.footer {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .footer-sub-link, .footer-sub-link.w--current, .footer-sub-link.last, .footer-sub-link.last.w--current, .lighter-paragraph.font.pale {
    color: var(--grey);
  }

  .fqa-image.responsive-padding {
    margin-top: 60px;
  }

  .single-form {
    max-width: 100%;
  }

  .side-block {
    width: 500px;
    margin-top: 40px;
  }

  .second-pricing-block {
    width: 100%;
  }

  .second-pricing-block.right {
    width: 95%;
  }

  .second-pricing-block.right.main-price {
    margin-top: 100px;
  }

  .page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    color: var(--midnight-blue-2);
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    display: flex;
  }

  .menu-button.w--open {
    color: var(--midnight-blue-2);
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.white-menu {
    color: var(--white);
  }

  .tab-info {
    width: 500px;
    text-align: left;
  }

  .nav-menu {
    z-index: 102;
    background-color: #282f4b;
  }

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

  .contact-info {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-half-section-second {
    text-align: center;
  }

  .heading-half-section-second.left {
    text-align: left;
  }

  .about-copy-wrapper {
    width: 90%;
    margin-bottom: 40px;
  }

  .download {
    text-align: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .licence-items-second {
    width: 80%;
  }

  .dropdown-list.w--open {
    border-radius: 0;
  }

  .dropdown-toggle {
    color: var(--white);
    border-radius: 0;
  }

  .categories.sidebar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-sidebar {
    width: 50%;
  }

  .right-collection-wrapper {
    width: 60%;
  }

  .right-collection-wrapper.full {
    width: 100%;
  }

  .sidebar {
    width: 40%;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar.left {
    width: 40%;
    margin-left: 0;
    margin-right: 20px;
  }

  .sidebar.full {
    width: 100%;
  }

  .blog-and-sidebar {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-and-sidebar.full {
    flex-direction: column;
  }

  .sidebar-header {
    width: auto;
  }

  .sidebar-block {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-color, .top-color.pricing {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .dark-wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .dark-wrapper.single {
    width: auto;
  }

  .portfolio-info {
    padding-top: 20px;
  }

  .quotes {
    top: 15px;
  }

  .service-wrapper {
    width: 80%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-fifth {
    width: 100%;
  }

  .blog-collection-item {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-second {
    width: 700px;
  }

  .portolio-content {
    width: auto;
  }

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

  .page-links {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .card-link {
    margin-bottom: 20px;
  }

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

  .blog-collection {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item {
    width: 50%;
  }

  .tab-wrapper-vertical {
    flex-direction: column-reverse;
  }

  .feature-tabs-horizontal {
    width: 100%;
    justify-content: center;
    display: block;
  }

  .price-flex {
    display: block;
  }

  .hero-image-div {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .apply1 {
    width: 35%;
  }

  .apply1.centre {
    margin-right: auto;
  }

  .apply1.centre.top40.orange {
    width: 46%;
  }

  .black1 {
    height: auto;
  }

  .pic-12 {
    width: 80%;
  }

  .pricing_price {
    height: auto;
  }

  .pricing_table {
    height: 1190px;
  }

  .pricing_table.d_shadow {
    height: 1190px;
    height: 1190px;
    padding-bottom: 0;
  }

  .details {
    margin-bottom: 0;
  }

  .details._1row {
    margin-bottom: 76px;
  }

  .details._2row {
    margin-bottom: 47px;
  }

  .white-2 {
    font-size: 17px;
  }

  .column_features {
    padding-left: 20px;
  }

  .selectlink {
    padding-bottom: 25px;
  }

  .textselect {
    font-size: 12px;
  }

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

  .list6 {
    text-align: center;
  }

  .list6.listsend {
    text-align: left;
    margin-left: 150px;
    padding-left: 0;
  }

  .new-page-sec {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sec78 {
    margin-top: 140px;
  }

  .container-415 {
    padding-bottom: 100px;
  }

  .pricing_price-2 {
    height: auto;
  }

  .pic-13 {
    width: 80%;
  }

  .heading-6 {
    font-size: 28px;
  }

  .columns {
    margin-bottom: 0;
  }

  .list {
    margin-bottom: 0;
    padding-left: 10px;
  }

  .pic-14 {
    width: 80%;
  }

  .pricing_price-3 {
    height: auto;
  }

  .details-2._1row {
    margin-bottom: 76px;
  }

  .column_features-2 {
    padding-left: 20px;
  }

  .image-7 {
    width: 125px;
    padding-left: 20px;
  }

  .cont {
    margin-top: -136px;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .heading1-2 {
    font-size: 18px;
  }

  .but {
    width: 65%;
  }

  .section-title-2 {
    font-size: 35px;
  }

  .section-title-2._2 {
    font-size: 16px;
  }

  .section-title-2.h70 {
    color: #000;
    font-size: 28px;
  }

  .section-title-2.h70.h734 {
    margin-top: 30px;
  }

  .divider-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider-line.small {
    background-color: #ffd000;
    margin-top: 20px;
  }

  .divider-line.small.titeligne {
    background-color: #ffd000;
    margin-top: 10px;
  }

  ._2-half-column {
    padding-right: 30px;
  }

  .right-column {
    padding-top: 0;
  }

  .telephone {
    width: auto;
  }

  .pic-agent {
    width: 100%;
    margin-top: 0;
  }

  .column-12 {
    text-align: center;
  }

  .group {
    line-height: 26px;
  }

  .pricing_table-2 {
    height: 1190px;
  }

  .paragraph-17 {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-info-block {
    width: 100%;
  }

  .hero-div {
    flex-flow: column wrap-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-mock-ups {
    width: auto;
    max-height: 350px;
    top: 50px;
    left: 0;
    right: 0;
  }

  .image-mock-ups.devices {
    width: auto;
    max-height: 450px;
  }

  .hero-div-info {
    margin-top: 0;
  }

  .hero-div-info.half.mockup {
    width: 50%;
    margin-top: 20px;
  }

  .hero-div-info.half.mockup.watches {
    margin-top: 40px;
  }

  .baner-big-text {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-paragraph.white {
    text-align: left;
  }

  .hero-paragraph.white.right-algiment {
    text-align: center;
  }

  .text.right, .info-div-wrapper {
    text-align: left;
  }

  .hero-card._2.right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 45px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    padding-right: 100px;
  }

  .hero-card._3 {
    border-top-left-radius: 45px;
  }

  .hero-card._4 {
    border-bottom-left-radius: 45px;
  }

  .hero-card.right {
    border-top-right-radius: 45px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .container.navigation {
    padding-left: 0;
  }

  .section.top-paddings.black {
    background-image: url('../images/kot2.svg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/triangle.png'), url('../images/triangle.png');
    background-position: 0 100%, 0 0, 100%, 10% 10%;
  }

  .features-box-vr2.top-left {
    width: 100%;
    background-size: 400px;
  }

  .section-title {
    font-size: 35px;
    line-height: 45px;
  }

  .section-title.half-side.center {
    text-align: center;
  }

  .vertical-image {
    height: 400px;
  }

  .left-padding {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .left-padding.side {
    margin-top: 100px;
  }

  .image-right.vertical-image {
    width: 100%;
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-content.center.facts {
    width: 100%;
  }

  .div-fact {
    border-bottom-style: solid;
    border-right-style: none;
    padding-top: 20px;
  }

  .div-fact:hover {
    border-bottom: 1px solid #e4ecf6;
  }

  .div-fact.end {
    border-bottom-style: none;
  }

  .fact-wrapper {
    margin-top: 50px;
  }

  .fun-content.no-space.add {
    margin-bottom: 0;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: block;
  }

  .small-sub-text.sub-text-blue {
    margin-right: 10px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-button {
    display: none;
  }

  .text-field.single {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
  }

  .footer {
    padding-right: 20px;
  }

  .features-card {
    width: 100%;
  }

  .features-card.no-paddings.left-top {
    border-top-right-radius: 0;
  }

  .features-card.no-paddings.top-right {
    border-top-right-radius: 10px;
  }

  .features-card.no-paddings.botom-left {
    background-color: var(--white);
    border-bottom-left-radius: 0;
  }

  .features-card.no-paddings.bottom-right {
    background-color: #f8f9ff;
    border-bottom-left-radius: 10px;
  }

  .features-card.second-page {
    width: 100%;
  }

  .left-section-tittle {
    width: 70%;
  }

  .mask {
    overflow: hidden;
  }

  .showcase-card {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .showcase-card.white-variation {
    margin-bottom: 0;
  }

  .first-image {
    width: 107%;
  }

  .grid-service-app {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-info-features {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .testimonial-card {
    margin-bottom: 20px;
  }

  .testimonial-card.vr-2, .team-card, .team-card.no-line {
    width: 100%;
  }

  .team-image, .team-image:hover {
    background-size: 457px, cover;
  }

  .team-image.second {
    background-position: 100% 100%, 50%;
    background-size: contain, cover;
  }

  .team-image.third {
    background-image: url('../images/Stripe-2.png'), url('../images/team-2.jpeg');
    background-position: 100% 100%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: contain, cover;
  }

  .team-image.invert:hover {
    background-size: contain, cover;
  }

  .team-info.white {
    background-color: #fafaff;
  }

  .pricing-block, .pricing-block.right.image-card {
    width: 100%;
  }

  .pricing-block.corner-round {
    border-top-right-radius: 11px;
    border-bottom-left-radius: 0;
  }

  .pricing-block.right-corner-round {
    border-top-right-radius: 0;
    border-bottom-left-radius: 11px;
  }

  .padding-wrapper.right {
    align-items: flex-start;
  }

  .blog-wrapper-card, .side-info, .question-box {
    width: 100%;
  }

  .heading-half-section {
    text-align: left;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .feature-tab {
    align-items: flex-start;
  }

  .feature-tab.bottom.right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .tabs-content {
    justify-content: center;
  }

  .footer-column-wrapper {
    flex-direction: column;
  }

  .content-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-second {
    flex-direction: row;
    display: flex;
  }

  .copyright {
    text-align: right;
  }

  .footer-block, .footer-block.contact {
    width: 100%;
  }

  .footer-block.about-us {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-heading.white {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .second-brand.footer {
    width: auto;
    margin-bottom: 0;
  }

  .social-link-second.line {
    margin-left: 0;
  }

  .play.paddings {
    margin-right: 0;
  }

  .contact-form-div {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .form-third {
    flex-direction: column;
    align-items: center;
  }

  .second-pricing-block.right {
    width: 100%;
    margin-bottom: 20px;
  }

  .page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-info {
    width: auto;
  }

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

  .contact-info {
    width: 100%;
  }

  .about-crew-text {
    margin-top: 40px;
  }

  .dot.yeloow {
    margin-left: 0;
  }

  .about-us-columns {
    flex-direction: column;
  }

  .heading-half-section-second {
    text-align: left;
  }

  .about-copy-wrapper {
    margin-bottom: 0;
  }

  .download {
    text-align: left;
  }

  .licence-item-firs, .licence-items-second, .licence-item-wrapper, .collection-sidebar {
    width: 100%;
  }

  .right-collection-wrapper {
    width: 100%;
    flex: 0 auto;
  }

  .sidebar {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sidebar.left {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-and-sidebar {
    flex-direction: column;
  }

  .sidebar-header {
    width: auto;
  }

  .dark-wrapper {
    width: 100%;
  }

  .testimonial-single {
    align-items: center;
    padding-top: 10%;
    display: block;
  }

  .quotes {
    top: 30px;
  }

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

  .blog-collection-item {
    width: 100%;
  }

  .image-second {
    width: 500px;
  }

  .grid-hero-info {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .page-links {
    width: 100%;
  }

  .card-link {
    margin-bottom: 20px;
  }

  .blog-collection, .collection-item {
    width: 100%;
  }

  .cta-link {
    margin-right: 10px;
  }

  .paragraph-2 {
    margin-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .apply1 {
    width: 50%;
  }

  .social {
    border-bottom: 1px solid #3c4752;
    border-right-style: none;
  }

  .footer-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-info {
    line-height: 22px;
  }

  .button-3.price {
    margin-top: auto;
  }

  .black.blue {
    font-size: 22px;
  }

  .pricing_table {
    height: 1350px;
    padding-bottom: 0;
  }

  .pricing_table.d_shadow {
    height: auto;
    height: auto;
  }

  .sub-text-2.txt65 {
    font-size: 16px;
  }

  .column_features {
    margin-bottom: 50px;
  }

  .selectlink {
    margin-bottom: 5px;
  }

  .list6 {
    padding-left: 100px;
  }

  .list6.listsend {
    padding-left: 90px;
  }

  .column_features-2 {
    margin-bottom: 50px;
  }

  .image-8 {
    display: none;
  }

  .image-9 {
    width: 125px;
    margin-top: 20px;
  }

  .section-title-2._2 {
    font-size: 15px;
    line-height: 30px;
  }

  .section-title-2.h70 {
    font-size: 25px;
  }

  .section-title-2.h70.h734 {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
  }

  .divider-line.small {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._2-half-column {
    padding-right: 0;
  }

  .right-column {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .t1, .t1.t6 {
    width: 10%;
  }

  .pic-agent {
    width: 100%;
  }

  .pricing_table-2 {
    height: 1300px;
  }

  .image-37 {
    margin-right: 20px;
  }

  .html-embed {
    margin-left: -20px;
    margin-right: auto;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 20px;
  }

  .hero-section {
    background-image: url('../images/Kot_1.svg'), linear-gradient(rgba(228, 188, 45, .85), rgba(228, 188, 45, .85)), url('../images/triangle.png'), url('../images/triangle-3.png');
    background-position: 50% 101%, 0 0, 100% 100%, 0 0;
    background-repeat: no-repeat, repeat, no-repeat, no-repeat;
    background-size: 900px, auto, 400px, 125px;
  }

  .hero-section.pages.dark.product-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .hero-section.main-banner {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .hero-info-block {
    width: auto;
    text-align: left;
    flex-flow: column wrap;
    align-items: flex-start;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-div {
    height: auto;
    flex-flow: column wrap-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .image-mock-ups {
    width: auto;
    max-width: 100%;
    position: static;
    right: 0;
  }

  .image-mock-ups.devices {
    width: auto;
    margin-bottom: 20px;
  }

  .hero-div-info {
    margin-top: 0;
  }

  .hero-div-info.half {
    align-items: flex-start;
  }

  .hero-div-info.half.mockup {
    width: 100%;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .hero-div-info.half.mockup.watches {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .baner-big-text {
    width: auto;
    font-size: 31px;
    line-height: 40px;
  }

  .baner-big-text.white {
    text-align: left;
  }

  .baner-big-text.subpages.white {
    font-size: 22px;
    line-height: 32px;
  }

  .baner-big-text.banner-blue {
    margin-left: 10px;
    font-size: 36px;
    line-height: 50px;
  }

  .hero-paragraph {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    line-height: 22px;
  }

  .hero-card {
    width: 100%;
  }

  .hero-card._2.right {
    padding-right: 30px;
  }

  .service-heading, .service-heading.white {
    text-align: left;
  }

  .icon-header {
    text-align: center;
  }

  .container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section.no-top-paddings {
    padding-bottom: 20px;
  }

  .section.top-paddings {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.top-paddings.apply-section {
    padding-bottom: 0;
    padding-right: 0;
  }

  .section.white {
    padding-right: 20px;
  }

  .features-box-vr2.top-left {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    background-size: 300px;
    margin-left: auto;
  }

  .section-title {
    text-align: left;
    margin: 10px 10px 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .section-title.half-side {
    font-size: 24px;
    line-height: 34px;
  }

  .section-title.centered {
    text-align: center;
  }

  .section-title.section-title-blue {
    margin-left: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .button {
    width: 100%;
  }

  .button.hero, .button.hero.yellow {
    margin-bottom: 10px;
  }

  .button.hero.buy-button {
    justify-content: center;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .button.hero.buy-button.group-button {
    width: 70%;
    margin-top: -60px;
    margin-bottom: auto;
    margin-left: 40px;
  }

  .button.yellow.large-pricing-button {
    margin-top: 20px;
  }

  .button.dark.full {
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .button.dark.full.contact {
    font-size: 14px;
    line-height: 16px;
  }

  .button.learn-button.main {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .vertical-image {
    height: 400px;
  }

  .left-padding {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .left-padding.side {
    margin-top: 140px;
  }

  .left-padding.side.less {
    margin-top: 40px;
    padding-left: 0%;
  }

  .flex-row.dental-row {
    margin-top: 10px;
  }

  .image-right.vertical-image {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .image-right.vertical-image.third {
    height: 400px;
  }

  .section-content.center.facts {
    width: 100%;
    text-align: center;
    justify-content: space-around;
    margin-top: 40px;
    display: inline-block;
  }

  .section-content.center.blog {
    width: 80%;
  }

  .div-fact {
    text-align: center;
    border-bottom-style: solid;
    border-right-style: none;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-fact.end {
    border-bottom-style: none;
  }

  .fun-content.no-space {
    margin-bottom: 0;
  }

  .fun-tittle {
    font-size: 35px;
    line-height: 45px;
  }

  .grid {
    width: auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .sub-text {
    text-align: left;
    font-size: 21px;
  }

  .sub-text.smaller.fun {
    text-align: center;
    line-height: 26px;
  }

  .button-wrapper {
    flex-direction: column;
    margin-top: 20px;
    margin-left: 0;
  }

  .small-sub-text {
    font-size: 26px;
  }

  .small-sub-text.sub-text-blue {
    margin: 10px 10px 40px;
    font-size: 26px;
    line-height: 40px;
  }

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

  .client-image, .client-image._5 {
    width: 100%;
  }

  .white {
    text-align: center;
  }

  .text-field.single {
    margin-right: 0;
  }

  .info-service-div {
    width: 100%;
  }

  .paragraph {
    font-weight: 300;
  }

  .paragraph.para-black {
    line-height: 24px;
  }

  .features-card {
    flex-direction: column;
  }

  .features-card.copy {
    padding-left: 0;
    display: none;
  }

  .features-card.no-paddings.left-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .features-card.no-paddings.top-right, .features-card.no-paddings.botom-left {
    flex-direction: column;
  }

  .features-card.no-paddings.bottom-right {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-section-tittle {
    width: 60%;
  }

  .left-section-tittle.more-padding {
    width: 100%;
    margin-bottom: 100px;
  }

  .showcase-card {
    padding-left: 0;
    padding-right: 0;
  }

  .showcase-card.white-variation {
    margin-bottom: 0;
  }

  .showcase-card.white-variation.portfolio {
    height: 300px;
  }

  .first-image {
    width: 100%;
    height: 250px;
  }

  .second-image {
    width: 250px;
    height: 250px;
    margin-right: 0;
    bottom: -100px;
  }

  .columns-third.top60 {
    margin-top: 20px;
  }

  .portfolio-title.all-caps.white-portfolio.center {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-info-features {
    width: 100%;
  }

  .testimonial-slider {
    margin-top: 0;
  }

  .testimonial-slider.single {
    width: auto;
  }

  .testimonial-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-image {
    height: 380px;
    justify-content: flex-end;
  }

  .team-image.second, .team-image.third {
    height: 380px;
  }

  .team-image.invert {
    background-position: 0 100%, 50%;
    background-size: contain, cover;
  }

  .pricing-block {
    margin-bottom: 20px;
  }

  .pricing-block.orange.mid-corner, .pricing-block.corner-round, .padding-wrapper.right {
    margin-bottom: 0;
  }

  .blog-image {
    height: 200px;
  }

  .blog-slider {
    padding-bottom: 0;
  }

  .side-info {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-info.padding-top {
    margin-top: 60px;
  }

  .question-tittle {
    text-align: left;
  }

  .promo-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .question-title-link.white {
    height: auto;
  }

  .heading-half-section {
    text-align: left;
  }

  .side-image-media.flex-right {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .tab-image {
    position: relative;
    top: auto;
    left: auto;
  }

  .feature-tab.top {
    width: auto;
    height: auto;
    padding-left: 30px;
    display: flex;
  }

  .feature-tab.top.w--current {
    padding-top: 80px;
    padding-left: 30px;
  }

  .feature-tab.center {
    height: auto;
    flex-direction: column;
    padding-left: 30px;
  }

  .feature-tab.bottom.w--current {
    width: auto;
    height: auto;
    padding-left: 30px;
    display: flex;
  }

  .feature-tab.bottom.left, .feature-tab.bottom.right {
    height: auto;
    padding-left: 30px;
  }

  .tabs-content {
    height: 300px;
  }

  .footer-column-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .top-footer {
    height: auto;
    justify-content: center;
  }

  .columns-second {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .copyright {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .copyright.left {
    text-align: center;
  }

  .footer-block {
    margin-bottom: 20px;
  }

  .footer-block.about-us {
    width: 100%;
    margin-right: 0%;
  }

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

  .second-brand.footer {
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .play {
    margin-right: 10px;
  }

  .play.paddings {
    margin-bottom: 0;
    margin-right: 0;
  }

  .video-image {
    width: 130%;
    height: 180px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Screen-Shot-2022-01-18-at-7.06.12-PM.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -10px;
    margin-right: auto;
  }

  .video-button {
    width: 125px;
    height: 35px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .video-button.page.yellow {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .play-button {
    height: 40px;
  }

  .video-text {
    line-height: 16px;
  }

  .contact-form-div {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .side-block {
    width: auto;
  }

  .second-pricing-block {
    margin-bottom: 20px;
  }

  .popular-pricing-tag {
    margin-top: -15px;
    margin-bottom: 0;
  }

  .pages-div-hero {
    width: 100%;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dot.yeloow {
    margin-left: 0;
  }

  .heading-half-section-second {
    text-align: center;
  }

  .heading-half-section-second.left {
    margin-bottom: 20px;
  }

  .about-copy-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .download {
    text-align: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .gray-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .licence-item-firs {
    width: auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .image-div-second {
    width: 100px;
    flex: 0 auto;
  }

  .image-div-second.logo {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licence-item-wrapper {
    width: auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-div {
    width: 100px;
    flex: 0 auto;
  }

  .image-div.icons {
    margin-bottom: 10px;
  }

  .dropdown-toggle.quotedrop.quotedrop2.space50.main {
    margin-top: 0;
    margin-left: 0;
  }

  .collection-sidebar {
    width: 100%;
  }

  .sidebar {
    padding-left: 0;
  }

  .blog-and-sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-header {
    width: auto;
  }

  .testimonials.white {
    text-align: left;
  }

  .top-color.pricing {
    padding-top: 20px;
  }

  .testimonial-single {
    height: 500px;
    background-image: url('../images/kot3.svg'), linear-gradient(rgba(228, 188, 45, .95), rgba(228, 188, 45, .95)), url('../images/triangle-3.png'), url('../images/triangle.png');
    background-size: auto, auto, 125px, 300px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15%;
  }

  .quotes {
    top: 11px;
    right: 30px;
  }

  .image-second {
    width: 300px;
  }

  .page-links {
    flex-direction: column;
  }

  .page-links.second, .page-links.first, .page-links.third, .page-links.fourth {
    height: 200px;
  }

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

  .cta-link {
    margin-right: 10px;
  }

  .hero-image-div {
    margin-top: 60px;
  }

  .paragraph-2 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 24px;
  }

  .paragraph-2.space60 {
    margin-right: 10px;
  }

  .paragraph-2.light {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2.cancel {
    font-size: 12px;
    line-height: 24px;
  }

  .apply1 {
    width: 100%;
    text-align: left;
    padding-right: 0;
  }

  .apply1.centre {
    width: 60%;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .apply1.centre.top40.orange {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 14px;
  }

  .social.google, .social.twitter, .social.rss {
    display: none;
  }

  .disclaimer-button {
    font-size: 12px;
  }

  .text-drop {
    font-size: 14px;
  }

  .button-3.price {
    margin-top: auto;
    margin-bottom: 10px;
  }

  .button-3.wh {
    font-size: 13px;
  }

  .black.blue {
    font-size: 18px;
  }

  .pricing_table {
    height: auto;
    padding-bottom: 0;
  }

  .sub-text-2.txt65 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .sub-text-2.txt65.black.dividero {
    font-size: 14px;
    line-height: 28px;
  }

  .white-2.black-txt {
    font-size: 22px;
    line-height: 30px;
  }

  .container-about.container-pricing {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column_features {
    padding-left: 10px;
  }

  .small-print {
    color: var(--slate-grey);
    font-size: 9px;
  }

  .headnewa {
    width: auto;
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .easyway {
    margin-right: 10px;
    padding-right: 0;
    font-size: 35px;
  }

  .selectlink {
    padding-left: 0;
    padding-right: 0;
  }

  .textselect {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
  }

  .fillouttab {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-413 {
    margin-bottom: 60px;
    padding: 10px 0 20px;
  }

  .list6 {
    padding-left: 0;
  }

  .list6.listsend {
    margin-left: -20px;
    padding-left: 10px;
  }

  .new-page-sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-11 {
    margin-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .head3 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .container-414.aavideo {
    text-align: center;
    margin-top: -250px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

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

  .section-2.pages {
    margin-top: 100px;
  }

  .image-3 {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-6 {
    width: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 30px;
  }

  .video.topspace50 {
    width: 120px;
    flex-direction: row;
    align-items: center;
    margin-top: -300px;
    margin-right: 0;
    display: flex;
  }

  .cool {
    display: none;
  }

  .cool.side.bottom50 {
    padding-left: 10px;
    display: block;
  }

  .hand-text {
    padding-left: 0;
    font-size: 22px;
    line-height: 28px;
    display: none;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    margin-bottom: 20px;
  }

  .image-6 {
    margin-bottom: 0;
  }

  .image-7, .image-8 {
    display: none;
  }

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

  .image-19 {
    width: 60%;
  }

  .but.butblue {
    font-size: 12px;
    line-height: 18px;
  }

  .link-3 {
    margin-bottom: 10px;
  }

  .link-3:hover {
    transform: scale(.83);
  }

  .sec.travel {
    margin-top: 10px;
  }

  .image-21 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .section-title-2._2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .section-title-2.h70 {
    font-size: 25px;
  }

  .left-column {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .divider-line {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .l12 {
    text-align: center;
    font-size: 18px;
  }

  .l13 {
    text-align: center;
  }

  ._2-half-column {
    padding-right: 0;
  }

  .right-column {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .telephone {
    font-size: 20px;
  }

  .important-text-3 {
    font-size: 20px;
    font-weight: 400;
  }

  .t1, .t1.t6 {
    width: 13%;
  }

  .button-4 {
    padding: 11px 15px;
    font-size: 14px;
  }

  .button-4.outlined.outlined2.call-back.baxc {
    line-height: 28px;
  }

  .pic-agent {
    width: 25%;
  }

  .container-418 {
    margin-top: 60px;
  }

  .bc-ben {
    margin-top: 10px;
  }

  .bc-ben.ben1 {
    margin-top: 20px;
  }

  .space.spaceup {
    color: var(--dark-slate-grey);
    font-size: 18px;
    line-height: 30px;
  }

  .reach {
    margin-top: 100px;
  }

  .column-12 {
    text-align: center;
    padding-right: 10px;
  }

  .block-quote {
    margin-bottom: 0;
    font-size: 14px;
  }

  .group {
    margin-bottom: 0;
  }

  .bold-text-13 {
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
  }

  .image-27 {
    width: 80px;
    max-width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
  }

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

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

  .image-30 {
    width: 75px;
  }

  .button-5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-31 {
    margin-left: 10px;
  }

  .heading12.top50 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading12.top50.space150 {
    font-size: 24px;
  }

  .pricing_table-2 {
    height: auto;
  }

  .text-span-3.plan {
    font-size: 18px;
    line-height: 24px;
  }

  .column-13 {
    margin-top: 40px;
  }

  .paragraph-16 {
    font-family: Varela Round, sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 22px;
  }

  .column-14 {
    margin-top: 150px;
  }

  .column-15 {
    margin-top: 2px;
  }

  .columns-2, .columns-3, .columns-4 {
    margin-top: 150px;
  }

  .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    margin-left: 60px;
  }

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

  .text-block-4 {
    color: var(--gainsboro-3);
  }

  .image-35 {
    margin-left: 0;
  }

  .image-37 {
    text-align: left;
    margin-left: 10px;
  }

  .html-embed {
    justify-content: space-between;
    align-items: center;
    margin-left: -25px;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 0;
    display: flex;
  }

  .image-38 {
    max-width: 95%;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .heading-8 {
    margin-top: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-9 {
    font-size: 16px;
    line-height: 28px;
  }

  .column-17 {
    display: none;
  }

  .image-41 {
    margin-top: 60px;
  }

  .paragraph-17 {
    margin-right: 0;
    font-size: 9px;
    line-height: 11px;
  }

  .image-42 {
    margin-left: 0;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-18, .column-19 {
    display: none;
    overflow: hidden;
  }

  .navbar-2 {
    margin-top: 10px;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .link-4, .column-20, .column-21 {
    display: none;
  }

  .column-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-421 {
    line-height: 18px;
  }

  .column-24 {
    margin-top: 10px;
  }

  .column-25 {
    background-color: #fff;
  }

  .container-422.phone {
    display: block;
  }

  .container-422.phone.ret {
    display: inline-block;
  }

  .container-422.desk {
    display: none;
  }

  .image-45, .image-46, .image-47 {
    max-width: 80%;
  }

  .column-27, .column-28, .column-29 {
    margin-top: 60px;
  }

  .image-49 {
    max-width: 80%;
  }

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

  .topcall {
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 0;
  }

  .section-8 {
    text-align: center;
    padding-left: 0;
  }
}

#w-node-_3a9bd708-d67e-8cef-669d-c61d4e6c6c41-4e6c6c31 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3a9bd708-d67e-8cef-669d-c61d4e6c6c47-4e6c6c31 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3a9bd708-d67e-8cef-669d-c61d4e6c6c4d-4e6c6c31 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3a9bd708-d67e-8cef-669d-c61d4e6c6c53-4e6c6c31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a446ac9-e1e4-6d9f-983a-372697b7de26-6ad9f03c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6a446ac9-e1e4-6d9f-983a-372697b7de2c-6ad9f03c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6a446ac9-e1e4-6d9f-983a-372697b7de32-6ad9f03c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_6a446ac9-e1e4-6d9f-983a-372697b7de38-6ad9f03c {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_3a9bd708-d67e-8cef-669d-c61d4e6c6c41-4e6c6c31 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a9bd708-d67e-8cef-669d-c61d4e6c6c41-4e6c6c31 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


