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

body {
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
}

a {
  color: #fff;
  text-decoration: none;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-bottom: 60px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(200deg, rgba(235, 103, 4, 0.9), #fff 13%);
}

.container {
  width: 100%;
  max-width: 1200px;
}

.container-flex {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-flex.left-align {
  width: 80%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  max-width: 680px;
  margin-bottom: 48px;
  color: #66676b;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.paragraph.left-align {
  margin-bottom: 0px;
  text-align: left;
}

.nav-bar {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 26px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.nav-button {
  padding: 11px 10%;
  border: 0.5px none #1f2239;
  border-radius: 100px;
  background-color: #eb6704;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}

.nav-button:hover {
  border-style: dashed;
  border-width: 1.5px;
  border-color: #eb6704;
  background-color: hsla(0, 0%, 100%, 0.71);
  color: #eb6704;
}

.overline {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #3f7a04;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.primary-cta {
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #eb6704;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

.hero-graphic-left {
  position: absolute;
  left: -80px;
  top: 170px;
  right: auto;
  bottom: auto;
}

.hero-graphic-right {
  position: absolute;
  left: auto;
  top: 610px;
  right: 49px;
  bottom: 0%;
}

.services-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fff));
  background-image: linear-gradient(180deg, #f9f9f9, #fff);
}

.h2-span {
  opacity: 0.6;
}

.services-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.services-grid-block {
  padding: 50px 30px;
  border: 1.5px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.services-grid-block:hover {
  border-style: solid;
  border-width: 1.5px;
  border-color: #eb6704;
}

.icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-bottom: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #eb6704;
}

.service-title {
  margin-bottom: 12px;
  color: #17171b;
  font-size: 17px;
  font-weight: 700;
}

.service-title.service-title-centre {
  margin-bottom: 25px;
  text-align: center;
}

.service-paragraph {
  color: #606163;
  font-size: 15px;
}

.tag-10 {
  margin-top: 12px;
  margin-bottom: 0px;
  color: #99a1ba;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.divider {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  max-width: 850px;
  margin-top: 160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(153, 161, 186, 0.2);
}

.features-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 100px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #000;
}

.content-h2.content-h2-centre {
  color: #18183a;
  text-align: center;
}

.feature-image-div {
  position: relative;
}

.feature-image {
  overflow: hidden;
}

.ribbon {
  position: absolute;
  left: auto;
  top: -20px;
  right: -8px;
  bottom: auto;
}

.ribbon-2 {
  position: absolute;
  left: -40px;
  top: -50px;
  right: auto;
  bottom: auto;
}

.ribbon-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: -40px;
  bottom: -40px;
}

.testimonial-section {
  position: relative;
  display: none;
  overflow: visible;
  padding-top: 120px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  display: block;
  margin-bottom: 16px;
  color: #61646f;
  font-size: 16px;
  text-decoration: none;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 3% 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.form-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.copyright {
  color: #99a1ba;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.copyright.white {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.footer-left-block {
  width: 50%;
}

.footer-right-block {
  display: -ms-grid;
  display: grid;
  width: 50%;
  grid-auto-columns: 1fr;
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1.5fr 29px 1.5fr 29px 1.5fr 29px 1.5fr;
  grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-title {
  margin-bottom: 40px;
  color: #17171b;
  font-size: 17px;
}

.footer-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eb6704;
}

.footer-base-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-h2 {
  max-width: 720px;
  margin-bottom: 48px;
  color: rgba(31, 34, 57, 0.69);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.heroh1 {
  width: auto;
  color: #18183a;
  font-size: 50px;
  line-height: 1;
}

.hero-overline {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #3f7a04;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
}

.hero-button {
  margin-top: 0px;
  padding: 16px 45px;
  border-radius: 100px;
  background-color: #eb6704;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

.hero-button:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.contact-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 60px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 105px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #f5f5f5;
}

.contentcall {
  max-width: 580px;
  margin-bottom: 35px;
  color: #444242;
  font-size: 50px;
  text-align: center;
}

.services-grid-block-02 {
  padding: 50px 30px;
  border: 1.5px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.services-grid-block-02:hover {
  border-style: solid;
  border-width: 1.5px;
  border-color: #eb6704;
}

.services-grid-block-03 {
  padding: 50px 30px;
  border: 1.5px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.services-grid-block-03:hover {
  border-style: solid;
  border-width: 1.5px;
  border-color: #eb6704;
}

.services-grid-block-04 {
  padding: 50px 30px;
  border: 1.5px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.services-grid-block-04:hover {
  border-style: solid;
  border-width: 1.5px;
  border-color: #eb6704;
}

.services-grid-block-04.end-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 55px;
}

.feature-wrap.reverse-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-column-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 250px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-column-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 250px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.orangertext {
  color: #eb6704;
}

.hero-slider-holder {
  width: 70%;
  margin-top: 25px;
}

.logotitle {
  color: #000;
  font-size: 18px;
}

.image {
  color: #eb6704;
}

.logofooter {
  text-align: center;
}

.logoheader {
  margin-top: 0px;
}

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

.slider {
  height: 100%;
  background-color: hsla(0, 0%, 86.7%, 0.32);
}

.container-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-slider {
  width: 50%;
  height: 100%;
  padding-top: 6%;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-slider.img-slider {
  padding-top: 0%;
  padding-right: 0%;
  padding-left: 0%;
}

.icon-4 {
  color: #eb6704;
}

.icon-5 {
  color: #eb6704;
}

.slide-nav {
  text-align: center;
}

.section {
  width: 100%;
}

.translator {
  max-width: 200px;
  margin-top: 20px;
}

.call-lang {
  padding: 10px;
}

.feature-text {
  color: #848199;
  font-size: 15px;
}

.feature-text.white-text {
  color: #f9f9f9;
}

.check {
  width: 24px;
  margin-right: 16px;
}

.price-type {
  margin-top: 0px;
  color: #231d4f;
}

.price-type.white-text {
  color: #fff;
}

.price-card-base {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-features {
  margin-top: 22px;
  margin-bottom: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.text-block {
  padding-bottom: 10px;
  color: #848199;
  font-size: 20px;
  font-weight: 400;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #eb6704;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.button.button-white {
  background-color: #fff;
  color: #eb6704;
}

.pricing-card-featured {
  position: relative;
  top: -35px;
  width: 105%;
  height: 100%;
  padding: 32px 22px;
  border-radius: 30px;
  background-color: #eb6704;
  background-image: url('../images/Lines.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 2px 44px 42px 0 rgba(235, 103, 4, 0.22);
}

.length-text {
  color: #848199;
  font-size: 22px;
}

.length-text.white-text {
  color: #d4d3db;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-text {
  color: #848199;
  font-size: 15px;
}

.pricing-text.white-text {
  color: #fff;
}

.pricing.white-text {
  color: #fff;
}

.price-card {
  padding: 32px 34px;
  border-radius: 7px;
  box-shadow: 1px 1px 3px 1px #a69e9e;
}

.pricing-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 250px;
  margin-top: 40px;
  margin-bottom: 41px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  background-color: #fff;
}

.check-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pricing-grid-2 {
  width: 100%;
  grid-column-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-h1 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.price-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fff));
  background-image: linear-gradient(180deg, #f9f9f9, #fff);
}

.percent-details__number {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 300;
  text-align: left;
}

.money-format {
  height: 160px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
  color: #a2b8c7;
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
}

.money-format::-webkit-input-placeholder {
  color: #a2b8c7;
  font-size: 100px;
  line-height: 100px;
  font-weight: 300;
}

.money-format:-ms-input-placeholder {
  color: #a2b8c7;
  font-size: 100px;
  line-height: 100px;
  font-weight: 300;
}

.money-format::-ms-input-placeholder {
  color: #a2b8c7;
  font-size: 100px;
  line-height: 100px;
  font-weight: 300;
}

.money-format::placeholder {
  color: #a2b8c7;
  font-size: 100px;
  line-height: 100px;
  font-weight: 300;
}

.invest_output_result {
  font-size: 100px;
  line-height: 100px;
  font-weight: 300;
}

.persent-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #000;
}

.ourfees_output_result {
  color: #eb6704;
  font-size: 100px;
  line-height: 100px;
  font-weight: 300;
}

.input__result {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 23px;
}

.input-container {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 40px;
}

.input-title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #000;
}

.percent-details__description {
  margin-top: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.calculator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #f9f9f9;
  background-color: #fff;
  box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.6);
}

.result-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding: 0px 20px 20px 0px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-radius: 8px;
  background-color: #fff;
}

.calulator__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.amount-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
}

.submit-button {
  display: none;
}

.calculator__title {
  width: 90%;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 48px;
  font-weight: 500;
  text-align: left;
}

.calculator__fields-container {
  width: 100%;
  margin-top: 40px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.calculator__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.caculator-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.03);
}

.currency {
  font-size: 100px;
  line-height: 1.7;
}

.currency.gray {
  color: #a1b8c6;
}

.currency.orange {
  color: #ec6707;
}

.access-admin {
  text-align: center;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background-color: transparent;
}

.grid-2 {
  width: 100%;
  max-width: 1200px;
  -ms-grid-columns: 1fr 1fr 0.5fr;
  grid-template-columns: 1fr 1fr 0.5fr;
}

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

.grid-3 {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-2 {
  color: #000219;
  font-size: 72px;
  line-height: 75px;
}

.heading-2.light {
  color: #fff;
}

.heading-2.light.menu {
  text-align: center;
}

.heading-2.cta {
  color: #ff6e58;
  font-size: 36px;
  line-height: 40px;
}

.heading-2.menu-item {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  font-size: 24px;
  line-height: 28px;
}

.heading-2.menu-item:hover {
  box-shadow: none;
}

.heading-2.menu-item.price {
  color: #ff6e58;
}

.menu-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 15px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu-2:active {
  color: #ee5c46;
}

.info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-text {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 10px;
}

.dot {
  padding: 20px;
}

.menu-grid {
  position: relative;
  z-index: 2;
  margin-top: -101px;
  grid-auto-flow: row;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.divider-wrapper {
  position: absolute;
  left: 0%;
  top: -8.7em;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.divider-wrapper.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -7.9em;
}

.button-3 {
  padding: 12px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-color: #ff6e58;
  box-shadow: 1px 1px 20px 12px rgba(255, 110, 88, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}

.button-3:hover {
  background-color: #ee5c46;
  box-shadow: 1px 1px 55px 22px rgba(255, 110, 88, 0.25);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.button-3.large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  min-width: 50%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  cursor: pointer;
}

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

.paragraph-2 {
  margin-top: 20px;
  color: #5c5c5c;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-2.light {
  color: #eaeaea;
}

.paragraph-2.light.hero {
  max-width: 80%;
  margin-top: 20px;
}

.paragraph-2.credit {
  margin-top: 116px;
  opacity: 0.4;
  text-align: center;
}

.paragraph-2.menu {
  margin-top: 10px;
  font-size: 22px;
  line-height: 25px;
}

.paragraph-2.info {
  margin-top: 100px;
}

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

.container-3.nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-2 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-2.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/hero-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/hero-background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-2.menu {
  position: relative;
  margin-top: 129px;
  background-color: #ff6e58;
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 15px;
  background-color: #fafafa;
  box-shadow: 1px 1px 16px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu-item:hover {
  box-shadow: 1px 1px 16px 13px rgba(0, 0, 0, 0.25);
}

.nav-menu__nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000219;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.nav-menu__nav-link:hover {
  color: #ff6e58;
  font-weight: 700;
}

.nav-menu__nav-link:active {
  color: #ee5c46;
}

.nav-menu__nav-link:focus {
  color: #ee5c46;
}

.cta-icon {
  margin-top: -5px;
}

.page-wrapper {
  overflow: hidden;
}

.decoration {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 16px;
  max-width: 700px;
  border-radius: 10px;
  background-color: #ff6e58;
}

.decoration.vertical {
  height: 467px;
  max-width: 16px;
}

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

.ordernow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  text-align: center;
}

.logo-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ff6e58;
}

.logo-2:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (min-width: 1280px) {
  .money-format {
    height: 145px;
  }

  .result-container {
    height: 145px;
  }
}

@media screen and (min-width: 1920px) {
  .money-format {
    height: 160px;
  }

  .result-container {
    height: 160px;
  }

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

@media screen and (max-width: 991px) {
  .header {
    background-image: linear-gradient(189deg, rgba(235, 103, 4, 0.9), #fff 4%);
    background-position: 0px 0px;
  }

  .nav-bar {
    padding-right: 3px;
    padding-left: 3%;
  }

  .services-grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-h2 {
    font-size: 34px;
  }

  .testimonial-section {
    overflow: hidden;
  }

  .footer-section {
    overflow: hidden;
  }

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

  .footer-left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-right-block {
    width: 100%;
    max-width: 550px;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-link-block {
    padding: 15px;
  }

  .heroh1 {
    text-align: center;
  }

  .contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .newsletter-block {
    z-index: 5;
  }

  .feature-column-content {
    padding: 25px;
  }

  .feature-column-image {
    padding: 25px;
  }

  .hero-slider-holder {
    width: 100%;
  }

  .wrapper-slider {
    width: 70%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .wrapper-slider.img-slider {
    display: none;
  }

  .pricing-card-featured {
    top: 0px;
  }

  .price-card {
    position: relative;
  }

  .pricing-grid-2 {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .percent-details__number {
    font-size: 34px;
    line-height: 38px;
  }

  .money-format {
    font-size: 60px;
    line-height: 60px;
  }

  .money-format::-webkit-input-placeholder {
    font-size: 60px;
    line-height: 60px;
  }

  .money-format:-ms-input-placeholder {
    font-size: 60px;
    line-height: 60px;
  }

  .money-format::-ms-input-placeholder {
    font-size: 60px;
    line-height: 60px;
  }

  .money-format::placeholder {
    font-size: 60px;
    line-height: 60px;
  }

  .invest_output_result {
    font-size: 60px;
    line-height: 60px;
  }

  .ourfees_output_result {
    font-size: 60px;
    line-height: 60px;
  }

  .calculator__title {
    width: 100%;
    font-size: 30px;
    line-height: 38px;
  }

  .currency {
    font-size: 60px;
  }

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

  .nav-menu {
    background-color: #fff;
  }

  .menu-button {
    background-color: #eb6704;
  }

  .menu-button:active {
    border-style: solid;
    border-width: 2px;
    border-color: #eb6704;
    background-color: #fff;
  }

  .menu-button:focus {
    background-color: #eb6704;
  }

  .icon-6 {
    color: #fff;
  }

  .icon-6:active {
    color: #eb6704;
  }

  .icon-6:focus {
    color: #fff;
  }

  .nav-link {
    display: block;
  }

  .nav-link:hover {
    border-bottom: 2px solid #eb6704;
  }

  .nav-menu-2 {
    padding-bottom: 10px;
    border: 1px none #000;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 1px 1px 20px 4px rgba(16, 43, 78, 0.18);
  }

  .dot {
    display: none;
  }

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

  .divider-wrapper {
    top: -5.8em;
  }

  .divider-wrapper.bottom {
    bottom: -6.2em;
  }

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

  .menu-button-2 {
    z-index: 22;
    max-width: 8vw;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .menu-button-2:active {
    position: relative;
    z-index: 22;
  }

  .menu-button-2.w--open {
    border-radius: 30px 30px 0px 0px;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .hero-graphic-left {
    display: none;
  }

  .hero-graphic-right {
    display: none;
  }

  .features-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .copyright.white {
    margin-bottom: 15px;
    text-align: center;
  }

  .footer-right-block {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 29px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-base-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heroh1 {
    font-size: 40px;
  }

  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .newsletter-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contentcall {
    font-size: 42px;
  }

  .feature-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-column-content {
    width: 100%;
  }

  .feature-column-image {
    width: 100%;
  }

  .price-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .content-h1 {
    font-size: 55px;
  }

  .percent-details__number {
    width: 80%;
    font-size: 30px;
    line-height: 34px;
  }

  .money-format {
    height: 100px;
    font-size: 40px;
    line-height: 40px;
  }

  .money-format::-webkit-input-placeholder {
    font-size: 40px;
    line-height: 40px;
  }

  .money-format:-ms-input-placeholder {
    font-size: 40px;
    line-height: 40px;
  }

  .money-format::-ms-input-placeholder {
    font-size: 40px;
    line-height: 40px;
  }

  .money-format::placeholder {
    font-size: 40px;
    line-height: 40px;
  }

  .invest_output_result {
    font-size: 40px;
    line-height: 40px;
  }

  .ourfees_output_result {
    font-size: 40px;
    line-height: 40px;
  }

  .result-container {
    height: 100px;
  }

  .calculator__title {
    font-size: 22px;
    line-height: 30px;
  }

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

  .currency {
    font-size: 40px;
  }

  .divider-wrapper {
    top: -4.8em;
  }

  .divider-wrapper.bottom {
    bottom: -3.9em;
  }

  .button-3.large {
    width: 100%;
    text-align: center;
  }

  .container-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-button-2 {
    max-width: 10vw;
  }

  .logo-2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-bottom: 0px;
  }

  .nav-button {
    margin-top: 15px;
  }

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

  .features-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ribbon {
    display: none;
  }

  .ribbon-2 {
    display: none;
  }

  .ribbon-3 {
    display: none;
    width: 90px;
  }

  .footer-section {
    padding-top: 0px;
  }

  .footer-right-block {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heroh1 {
    font-size: 24px;
  }

  .contact-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .newsletter-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contentcall {
    font-size: 38px;
  }

  .feature-column-content {
    padding: 10px;
  }

  .feature-column-image {
    margin-top: 25px;
    padding: 10px;
  }

  .pricing-card-featured {
    width: 100%;
  }

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

  .content-h1 {
    font-size: 42px;
    text-align: center;
  }

  .percent-details__number {
    width: 80%;
  }

  .money-format {
    height: 60px;
  }

  .persent-details {
    width: 100%;
    height: 100px;
  }

  .output-container {
    width: 100%;
  }

  .input-container {
    width: 100%;
  }

  .heading {
    padding-left: 20px;
  }

  .result-container {
    height: 60px;
  }

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

  .calculator__title {
    width: 80%;
  }

  .calculator__fields-container {
    padding-left: 0px;
  }

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

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2 {
    font-size: 64px;
    line-height: 66px;
  }

  .heading-2.light {
    font-size: 64px;
  }

  .heading-2.cta {
    font-size: 32px;
  }

  .info-wrapper {
    padding-left: 40px;
  }

  .menu-image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .divider-wrapper {
    top: -3.9em;
  }

  .button-3.large {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .paragraph-2.credit {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-2.info {
    margin-top: 40px;
  }

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

  .menu-button-2 {
    max-width: 15vw;
  }
}

#top.w-node-_078ee1fa-430f-7396-e26a-0cc680cb25f6-80cb25f2 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_19af1541-89f5-a327-494d-237ad6eed65f-80cb25f2 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_00d302db-9ebb-bea6-f313-cdf7b469e03f-a26a329b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_00d302db-9ebb-bea6-f313-cdf7b469e03f-a26a329b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}