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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.button-primary {
  margin-right: 0px;
  margin-left: 0px;
  padding: 8px 15px;
  border-radius: 16px;
  background-color: #ba9a6c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30.2px;
  letter-spacing: 1px;
  text-transform: none;
}

.button-primary:hover {
  background-color: #9c8058;
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
}

.button-primary:active {
  background-color: #43464d;
}

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

.call-to-action-wrapper {
  padding-top: 60px;
  padding-bottom: 220px;
  font-family: Ledger, sans-serif;
  color: #fff;
  text-align: left;
}

.main-title {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 80px;
  line-height: 120%;
  font-weight: 400;
  text-shadow: 0 0 14px #000;
}

.paragraph {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  font-size: 22px;
  line-height: 130%;
  text-align: justify;
}

.paragraph.paragraphhowto {
  display: inline-block;
  color: #767676;
}

.paragraph.paragraphbold {
  font-weight: 500;
}

.paragraph.paragraphtc {
  display: inline;
  margin-right: 5px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
}

.paragraph.paragraphtc.tclink {
  color: #ba9a6c;
  font-weight: 400;
  text-decoration: none;
}

.paragraph.formfieldtitle {
  margin-bottom: 6px;
  color: #ba9a6c;
  font-weight: 400;
}

.paragraph.paragraphgoals {
  text-align: left;
}

.contact_btn {
  position: relative;
  z-index: 1;
  padding: 22px 36px;
  border-radius: 16px;
  background-color: #ba9a6c;
  -webkit-transition: background-color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 300ms cubic-bezier(.455, .03, .515, .955);
  font-family: Outfit, sans-serif;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 1px;
  cursor: pointer;
}

.contact_btn:hover {
  background-color: #9c8058;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-top: 32px;
  padding-bottom: 28px;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30.2px;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 17px;
  line-height: 120%;
  text-transform: none;
  cursor: pointer;
}

.nav-link:hover {
  color: #ba9a6c;
}

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

.link-block {
  margin-right: 10px;
}

.body {
  font-family: Outfit, sans-serif;
  color: #222;
  font-size: 24px;
  line-height: 30.2px;
}

.navbar-hero-wrapper {
  position: relative;
  height: 100vh;
  max-height: 1200px;
  min-height: 900px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 22, 64, 0.85)), to(rgba(14, 22, 64, 0.85))), url('../images/court_sm.jpg');
  background-image: linear-gradient(180deg, rgba(14, 22, 64, 0.85), rgba(14, 22, 64, 0.85)), url('../images/court_sm.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.scroll-icon {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 80px;
  margin-right: 0px;
  margin-left: -20px;
}

.container {
  max-width: 1180px;
  padding-right: 20px;
  padding-left: 20px;
}

.container.containeroverlap {
  position: relative;
  top: -550px;
}

.about-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.82)), to(hsla(0, 0%, 100%, 0.82))), url('../images/BGletters-min.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.82), hsla(0, 0%, 100%, 0.82)), url('../images/BGletters-min.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.aboutimage {
  position: relative;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 25px;
  float: none;
  text-align: left;
}

.avatar {
  z-index: 1;
  display: block;
  border: 1px solid #000;
}

.basictext {
  margin-bottom: 36px;
  line-height: 120%;
  text-align: justify;
}

.basictext.faqanswertext {
  padding-top: 20px;
  padding-bottom: 20px;
  white-space: normal;
}

.features-block {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.features-title {
  margin-bottom: 5px;
  font-family: Ledger, sans-serif;
  color: #ba9a6c;
  font-size: 40px;
  line-height: 120%;
  font-weight: 400;
}

.features-image {
  max-height: 80px;
  margin-bottom: 10px;
}

.goal-card {
  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: 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;
  color: #fff;
  text-align: center;
}

.goal-image {
  max-height: 80px;
  margin-bottom: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.goals-section {
  padding-top: 85px;
  padding-bottom: 85px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 22, 64, 0.85)), to(rgba(14, 22, 64, 0.85))), url('../images/library.jpg');
  background-image: linear-gradient(180deg, rgba(14, 22, 64, 0.85), rgba(14, 22, 64, 0.85)), url('../images/library.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.menu-button {
  padding: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #ba9a6c;
}

.icon-2 {
  font-size: 54px;
}

.brand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.howitworks-section {
  padding-top: 150px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}

.textblock {
  position: relative;
  min-width: 50%;
  margin-bottom: 60px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.scheme {
  min-width: 50%;
  padding-left: 46px;
  border-left: 1px solid #ba9a6c;
}

.step {
  margin-bottom: 64px;
}

.step.steplast {
  margin-bottom: 0px;
}

.steppic {
  max-height: 80px;
  margin-bottom: 20px;
}

.circle {
  position: absolute;
  left: -58px;
  top: 8px;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #363772;
}

.steplink {
  padding-left: 10px;
  -webkit-transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  color: #ba9a6c;
  font-size: 24px;
  line-height: 130%;
  text-decoration: none;
  cursor: pointer;
}

.steplink:hover {
  color: #9c8058;
}

.expertise-section {
  padding-top: 150px;
  padding-bottom: 125px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 22, 64, 0.85)), to(rgba(14, 22, 64, 0.85))), url('../images/palace.jpg');
  background-image: linear-gradient(180deg, rgba(14, 22, 64, 0.85), rgba(14, 22, 64, 0.85)), url('../images/palace.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  color: #fff;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  text-transform: capitalize;
}

.tab-link:hover {
  color: #ba9a6c;
}

.tab-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: transparent;
  color: #ba9a6c;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
}

.tab-pane {
  color: #d9d9d9;
  font-size: 32px;
  line-height: 64px;
  text-transform: capitalize;
}

.linetab {
  height: 4px;
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ba9a6c;
}

.tabs-content {
  padding: 60px 140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 4px;
  border-color: #ba9a6c;
  background-color: hsla(0, 0%, 100%, 0.1);
  background-image: url('../images/law_cutted.svg');
  background-position: 100% 100%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.submit-button {
  padding: 12px 40px;
  border-radius: 16px;
  background-color: #ba9a6c;
  -webkit-transition: background-color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 300ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #9c8058;
}

.tabparagraph {
  margin-bottom: 76px;
  font-size: 20px;
  line-height: 48px;
  text-transform: none;
}

.tab-link.w--current {
  font-size: 24px;
  line-height: 42px;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.asksection {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 22, 64, 0.85)), to(rgba(14, 22, 64, 0.85))), url('../images/scale.jpg');
  background-image: linear-gradient(180deg, rgba(14, 22, 64, 0.85), rgba(14, 22, 64, 0.85)), url('../images/scale.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.section.pricesection {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.82)), to(hsla(0, 0%, 100%, 0.82))), url('../images/BGletters-min.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.82), hsla(0, 0%, 100%, 0.82)), url('../images/BGletters-min.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.testimonial-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-info-four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.testimonial-image {
  width: auto;
  height: 80px;
  margin-bottom: 33px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials-slider {
  width: 100%;
  height: 100%;
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  background-color: transparent;
}

.arr-left {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: 0%;
  width: 25px;
  margin-top: -44.5px;
}

.arr-right {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: 0%;
  width: 25px;
  margin-top: -44.5px;
}

.slide-nav {
  bottom: 0px;
}

.form {
  text-align: left;
}

.form-block {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  min-height: 64px;
  margin-bottom: 40px;
  padding: 10px 16px;
  background-color: #e0e0e0;
  font-size: 22px;
  font-weight: 400;
}

.textarea {
  min-height: 262px;
  margin-bottom: 40px;
  padding: 10px 16px;
  background-color: #e0e0e0;
  color: #222;
  font-size: 22px;
}

.attachmentblock {
  position: relative;
  margin-bottom: 40px;
  border-style: dashed;
  border-width: 2px;
  border-color: #767676;
  background-color: #e0e0e0;
  text-align: left;
}

.checkbox-field {
  display: block;
  margin-bottom: 40px;
  padding-left: 0px;
  -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;
}

.checkbox {
  width: 34px;
  height: 34px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #fff;
  border-radius: 6px;
}

.accordion-item {
  overflow: hidden;
  width: 100%;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(14, 22, 64, 0.1);
}

.faqblock {
  margin-right: auto;
  margin-left: auto;
}

.questiontext {
  font-family: Ledger, sans-serif;
  font-size: 24px;
  line-height: 120%;
  text-transform: none;
  white-space: normal;
}

.updownicon {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.accordion-answers {
  position: static;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.footer {
  padding-top: 30px;
  padding-bottom: 35px;
  background-color: #0e1640;
}

.footer-centered {
  margin-bottom: 50px;
  text-align: center;
}

.navfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 852px;
  margin-right: auto;
  margin-bottom: 23px;
  margin-left: auto;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footernavlink {
  -webkit-transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.footernavlink:hover {
  color: #ba9a6c;
}

.linklogo {
  margin-bottom: 37px;
}

.linklogo.w--current {
  margin-bottom: 37px;
}

.divider {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background-color: #fff;
}

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

.copyrightlink {
  -webkit-transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}

.copyrightlink:hover {
  color: #ba9a6c;
}

.columns {
  margin-bottom: 80px;
}

.ddlmsectiontitle {
  margin-bottom: 60px;
  font-family: Ledger, sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 400;
}

.ddlmsectiontitle.ddlmsectiontitlelight {
  color: #ba9a6c;
}

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

.ddlmsectionh3 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 130%;
  font-weight: 700;
}

.ddlmsectionh3.ddlmsectionh3color {
  position: relative;
  color: #363772;
}

.ddlmsectionh3.testimonialsname {
  font-family: Ledger, sans-serif;
}

.ddlmsectionh3.pricetitle {
  margin-top: 0px;
  color: #ba9a6c;
  text-align: center;
}

.image {
  width: 30px;
  height: 30px;
}

.html-embed {
  margin-bottom: 0px;
}

.html-embed-2 {
  margin-bottom: 40px;
}

.success-message {
  margin-top: 40px;
  background-color: #caffc6;
}

.error-message {
  margin-top: 40px;
  padding: 20px;
}

.tabitem {
  display: block;
}

.tabs-for-mobile {
  display: none;
}

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

.slide-2 {
  padding-right: 60px;
  padding-left: 60px;
}

.slide-3 {
  padding-right: 60px;
  padding-left: 60px;
}

.slide-4 {
  padding-right: 60px;
  padding-left: 60px;
}

.text-block {
  text-transform: none;
}

.text-block-2 {
  text-transform: none;
}

.text-block-3 {
  text-transform: none;
}

.text-block-4 {
  text-transform: none;
}

.text-block-5 {
  text-transform: none;
}

.text-block-6 {
  text-transform: none;
}

.text-block-7 {
  text-transform: none;
}

.text-block-8 {
  text-transform: none;
}

.text-block-9 {
  text-transform: none;
}

.text-block-10 {
  text-transform: none;
}

.text-block-11 {
  text-transform: none;
}

.text-block-12 {
  text-transform: none;
}

.text-block-13 {
  text-transform: none;
}

.text-block-14 {
  text-transform: none;
}

.column {
  display: block;
}

.column-2 {
  display: block;
}

.columns-2 {
  display: none;
}

.image-3 {
  position: absolute;
  top: 0px;
  right: 20px;
  height: 550px;
  float: left;
}

.image-4 {
  max-height: 60px;
}

.subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  text-shadow: 0 0 10px #000;
}

.columns-3 {
  display: block;
}

.text-span {
  color: #ba9a6c;
}

.text-span-2 {
  color: #ba9a6c;
}

.text-block-15 {
  text-transform: none;
}

.text-span-3 {
  color: #ba9a6c;
}

.text-span-4 {
  color: #ba9a6c;
}

.dropdown-link {
  width: 30px;
  height: 30px;
  margin: 6px auto;
  padding: 0px;
  background-image: url('../images/english.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.dropdown-link.lang_select_fr {
  background-image: url('../images/france-flag.svg');
}

.dropdown-list {
  display: block;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 8px;
  background-color: #0e1640;
  box-shadow: 0 0 8px 0 hsla(0, 0%, 96.1%, 0.3);
}

.dropdown-list.w--open {
  display: block;
}

.icon-3 {
  margin-right: 0px;
  color: #fff;
  font-size: 20px;
}

.dropdown-toggle {
  padding-right: 26px;
  padding-left: 10px;
}

.icon-4 {
  margin-right: 0px;
  color: #fff;
  font-size: 18px;
}

.dropdown-link-2 {
  height: 30px;
  margin-bottom: 10px;
  padding: 0px;
  background-image: url('../images/france-flag.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-link-3 {
  height: 30px;
  padding: 0px;
  background-image: url('../images/english.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-toggle-2 {
  padding-right: 20px;
  padding-left: 0px;
}

.dropdown-toggle-2.w--open {
  padding-right: 20px;
  padding-left: 0px;
}

.dropdown-list-2 {
  padding-bottom: 10px;
}

.dropdown-list-2.w--open {
  overflow: hidden;
  padding-top: 10px;
  border-radius: 8px;
  background-color: #0e1640;
  box-shadow: 0 0 8px 0 hsla(0, 0%, 100%, 0.3);
  color: #0e1640;
}

.section-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.82)), to(hsla(0, 0%, 100%, 0.82))), url('../images/BGletters-min.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.82), hsla(0, 0%, 100%, 0.82)), url('../images/BGletters-min.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block {
  height: 134px;
  background-color: #0e1640;
}

.grid-3 {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.alltaxesincluded {
  margin-top: 8px;
  margin-bottom: 0px;
  color: #767676;
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.pricenumber {
  display: inline-block;
  color: #0e1640;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.text-span-9 {
  font-size: 30px;
  font-weight: 400;
}

.priceblock {
  padding: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #ba9a6c;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.text-block-16 {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.priceccy {
  display: inline-block;
  padding-left: 5px;
  color: #0e1640;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

.div-block-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.rich-text-block {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 130%;
}

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

.inlinelink {
  color: #ba9a6c;
  text-decoration: none;
}

.inlinelink:hover {
  color: #9c8058;
}

.seepricing {
  display: inline-block;
  margin-left: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 33px;
}

.seepricinglink {
  color: #ba9a6c;
  text-decoration: none;
}

.seepricinglink:hover {
  color: #9c8058;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #ba9a6c;
}

.outofservice {
  height: 100%;
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 22, 64, 0.85)), to(rgba(14, 22, 64, 0.85))), url('../images/court_sm.jpg');
  background-image: linear-gradient(180deg, rgba(14, 22, 64, 0.85), rgba(14, 22, 64, 0.85)), url('../images/court_sm.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

@media screen and (max-width: 991px) {
  .menu-container {
    max-width: 100%;
  }

  .button-primary {
    display: inline-block;
    margin-bottom: 20px;
  }

  .button-primary.header_btn {
    display: block;
    max-width: 240px;
  }

  .hero-section {
    padding-top: 160px;
  }

  .nav-menu {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #0e1640;
    box-shadow: 0 40px 40px 0 #0e1640;
  }

  .about-section {
    padding-top: 100px;
  }

  .basictext {
    font-size: 20px;
  }

  .basictext.faqanswertext {
    white-space: normal;
  }

  .goal-card {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    padding: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #ba9a6c;
  }

  .menu-button.w--open {
    background-color: #0e1640;
  }

  .icon-2 {
    font-size: 54px;
  }

  .step {
    margin-bottom: 43px;
  }

  .steppic {
    margin-bottom: 10px;
  }

  .steplink {
    font-size: 20px;
  }

  .expertise-section {
    padding-top: 80px;
  }

  .tab-link {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .tab-link.w--current {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .linetab {
    min-width: 20px;
  }

  .tabs-content {
    padding: 30px 50px;
  }

  .submit-button {
    font-size: 20px;
    line-height: 40px;
  }

  .tabparagraph {
    font-size: 20px;
    line-height: 42px;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .testimonial-card {
    max-width: 960px;
  }

  .text-field {
    min-height: 48px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .textarea {
    min-height: 200px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .checkbox-field {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkbox {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }

  .faqblock {
    max-width: 100%;
  }

  .questiontext {
    max-width: 100%;
    font-size: 20px;
    white-space: normal;
  }

  .copyrightlink {
    font-size: 16px;
  }

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

  .tabitem {
    display: block;
  }

  .tabs-for-mobile {
    display: none;
  }

  .image-3 {
    height: 450px;
  }

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

@media screen and (max-width: 767px) {
  .main-title {
    font-size: 48px;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 16px;
  }

  .contact_btn {
    font-size: 18px;
  }

  .about-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .basictext {
    font-size: 18px;
  }

  .basictext.faqanswertext {
    white-space: normal;
  }

  .features-block {
    margin-bottom: 20px;
  }

  .features-title {
    font-size: 32px;
  }

  .features-image {
    width: 100px;
  }

  .goals-section {
    padding-top: 75px;
    padding-bottom: 120px;
  }

  .menu-button {
    padding: 0px;
  }

  .howitworks-section {
    padding-top: 75px;
    padding-bottom: 80px;
  }

  .step {
    margin-bottom: 25px;
  }

  .steppic {
    width: 80px;
  }

  .steplink {
    font-size: 18px;
  }

  .expertise-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tabs {
    display: none;
  }

  .tab-link {
    font-size: 18px;
    line-height: 36px;
  }

  .tab-link.w--current {
    font-size: 22px;
    line-height: 42px;
  }

  .linetab {
    height: 2px;
  }

  .tabs-content {
    padding-right: 30px;
    padding-left: 30px;
    border-width: 2px;
  }

  .submit-button {
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 16px 13px;
    font-size: 20px;
    line-height: 25.2px;
    font-weight: 500;
  }

  .tabparagraph {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 18px;
    line-height: 32px;
  }

  .testimonial-image {
    width: auto;
  }

  .testimonials-slider {
    padding-bottom: 40px;
  }

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

  .textarea {
    min-height: 170px;
    font-size: 16px;
  }

  .attachmentblock {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .checkbox-field {
    margin-bottom: 25px;
  }

  .updownicon {
    font-size: 22px;
  }

  .navfooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footernavlink {
    font-size: 16px;
  }

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

  .tabitem {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .tabitem.tabitemlarge {
    min-height: 102px;
  }

  .tabitem-text-block {
    -webkit-transition: color 300ms cubic-bezier(.455, .03, .515, .955);
    transition: color 300ms cubic-bezier(.455, .03, .515, .955);
    color: #fff;
    font-weight: 700;
    text-transform: none;
    white-space: normal;
    cursor: pointer;
  }

  .tabitem-text-block:hover {
    color: #ba9a6c;
    font-weight: 700;
  }

  .tabitem-toggle {
    display: block;
    padding-right: 20px;
    cursor: pointer;
  }

  .tabitem-toggle.tabitem-toggle-large {
    min-height: 102px;
    padding-right: 20px;
  }

  .tabitem-dropdown {
    position: static;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #ba9a6c;
    background-color: hsla(0, 0%, 100%, 0.1);
    color: #d9d9d9;
    text-transform: capitalize;
  }

  .tabs-for-mobile {
    display: block;
  }

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

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

  .text-span-5 {
    color: #ba9a6c;
  }

  .text-span-6 {
    color: #ba9a6c;
  }

  .text-span-7 {
    color: #ba9a6c;
  }

  .text-span-8 {
    color: #ba9a6c;
  }
}

@media screen and (max-width: 479px) {
  .menu-container {
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo {
    width: 150px;
  }

  .call-to-action-wrapper {
    background-position: 50% 50%;
  }

  .main-title {
    font-size: 40px;
  }

  .paragraph {
    font-size: 18px;
  }

  .paragraph.paragraphtestimonials {
    text-align: left;
  }

  .paragraph.paragraphtc {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph.paragraphtc.tclink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact_btn {
    padding: 16px 14px;
    font-size: 16px;
  }

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

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

  .basictext {
    font-size: 16px;
  }

  .basictext.faqanswertext {
    white-space: normal;
  }

  .menu-button {
    padding: 0px;
  }

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

  .scheme {
    margin-left: 10px;
  }

  .steplink {
    line-height: 120%;
  }

  .tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .linetab {
    min-width: auto;
  }

  .tabparagraph {
    font-size: 16px;
  }

  .testimonial-info-four {
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .testimonial-image {
    margin-bottom: 20px;
  }

  .accordion-toggle {
    display: block;
  }

  .questiontext {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
    white-space: normal;
  }

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

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

  .copyrightlink {
    font-size: 14px;
  }

  .subtitle {
    z-index: 1;
  }

  .div-block {
    height: 115px;
  }
}

#w-node-_68966422-d40a-8dd3-4fd1-d5fc808fb1d1-06308861 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a26c3b6c-5c73-d374-e4f1-edf20bf8ada2-06308861 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a26c3b6c-5c73-d374-e4f1-edf20bf8adac-06308861 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a26c3b6c-5c73-d374-e4f1-edf20bf8adb6-06308861 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68966422-d40a-8dd3-4fd1-d5fc808fb1d1-1273724e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a26c3b6c-5c73-d374-e4f1-edf20bf8ada2-1273724e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a26c3b6c-5c73-d374-e4f1-edf20bf8adac-1273724e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a26c3b6c-5c73-d374-e4f1-edf20bf8adb6-1273724e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6e1642a2-7f24-9e50-cb2d-13804a7e1d06-4a7e1d06 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

