.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-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  color: #111;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #111;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.05em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #111;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 14px;
  color: #111;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 6px;
  color: #111;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #111;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.03em;
}

p {
  margin-bottom: 10px;
  color: #555;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

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

li {
  margin-bottom: 14px;
  color: #111;
  font-size: 18px;
  line-height: 1.5;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 30px 32px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #fff1e5;
  color: #111;
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.03em;
}

figure {
  margin-bottom: 10px;
}

.container-tight {
  width: 100%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.colour-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-left: 14px;
  -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;
}

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

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

.style-guide-section {
  padding: 100px 3%;
}

.colour-title {
  float: left;
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

.colour-block {
  height: 120px;
  background-color: #fdd490;
}

.colour-block.t1 {
  background-color: #111;
}

.colour-block.c4 {
  background-color: #fff8ef;
}

.colour-block.c3 {
  background-color: #fff1e5;
}

.colour-block.c2 {
  background-color: #faecd8;
}

.colour-block.t2 {
  background-color: #555;
}

.colour-block.b1 {
  background-color: #f37c57;
}

.colour-block.b2 {
  background-color: #107f61;
}

.colour-block.b3 {
  background-color: #6d6dcd;
}

.colour-block.b4 {
  background-color: #9a5321;
}

.colour-block.b5 {
  background-color: #27a5df;
}

.colour {
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 25px 25px 45px 0 rgba(17, 17, 17, 0.1);
}

.title-wrap-left {
  max-width: 525px;
  margin-bottom: 119px;
  -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;
  text-align: left;
}

.colour-hex {
  margin-top: 4px;
  color: rgba(17, 17, 17, 0.56);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
  padding: 140px 5%;
  -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: #111;
}

.size-detail {
  margin-left: 8px;
  color: #111;
  font-weight: 700;
}

.paragraph-large {
  margin-bottom: 4px;
  color: #111;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.block {
  margin-bottom: 45px;
}

.block-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding: 24px 30px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #fce9cf;
  border-radius: 10px;
  background-color: rgba(255, 241, 229, 0.5);
  color: #111;
  font-size: 15px;
}

.block-detail.centre-text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.display {
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.p3 {
  max-width: 600px;
  font-size: 14px;
  line-height: 23px;
}

.button-wrap-style-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-grid {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 250px;
  padding-bottom: 4px;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-right: 32px;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.nav-link:hover {
  background-color: #fff8ef;
}

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

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding: 15px 3% 15px 10%;
  -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;
  border-bottom: 1px none rgba(0, 0, 0, 0.06);
  background-color: transparent;
  box-shadow: none;
}

.button {
  padding: 20px 35px;
  border-radius: 10px;
  background-color: #111;
  box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
  text-align: center;
}

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

.button.button-space {
  margin-right: 10px;
  margin-left: 10px;
}

.button.button-space-top {
  margin-top: 32px;
}

.button.button-space-below {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #72ba5f;
  border-radius: 0px;
  background-color: transparent;
  color: #72ba5f;
  font-weight: 700;
}

.header {
  position: relative;
  overflow: hidden;
  padding: 246px 5% 100px;
}

.header.bg-2 {
  padding-right: 0%;
  padding-left: 5%;
  background-color: transparent;
}

.header.bg-3 {
  background-color: #faecd8;
}

.container {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  max-width: 1290px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: europa, sans-serif;
  text-align: center;
}

.title-wrap.remove-padding {
  margin-bottom: 0px;
}

.title {
  margin-bottom: 22px;
  font-family: europa, sans-serif;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading {
  text-align: center;
}

.price-grid {
  margin-top: 60px;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.pricing-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -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-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff8ef;
  text-align: center;
}

.pricing-block.dark-block {
  background-color: #111;
  background-image: url('../images/Pattern-Banner.svg');
  background-position: 140% 350%;
  background-size: 230px;
  background-repeat: no-repeat;
}

.button-outline {
  width: 100%;
  padding: 20px 35px;
  border: 1px solid #111;
  border-radius: 10px;
  background-color: transparent;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.price-title {
  margin-bottom: 20px;
}

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

.price-text {
  margin-top: 22px;
  margin-bottom: 32px;
  color: #111;
  font-size: 52px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.04em;
}

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

.month-span {
  opacity: 0.5;
  font-size: 16px;
}

.pricing-block-content {
  padding: 32px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  box-shadow: 28px 28px 64px 0 rgba(0, 0, 0, 0.05);
}

.check-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555;
  font-size: 16px;
}

.image {
  margin-right: 14px;
}

.button-full {
  width: 100%;
  padding: 20px 35px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

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

.paragraph-white {
  color: hsla(0, 0%, 100%, 0.8);
}

.bg-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  min-height: 365px;
  background-color: #fff8ef;
}

.content-section {
  position: relative;
  overflow: hidden;
  padding: 100px 3%;
  background-color: #fff;
}

.content-section.bg-color-1 {
  background-color: #fff1e5;
}

.content-section.bg-color-2 {
  padding-top: 184px;
  background-color: transparent;
}

.content-section.bg-color-3 {
  background-color: #faecd8;
}

.content-section.bg-color-4 {
  background-color: #111;
}

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

.asset-feature {
  position: absolute;
  left: 5%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 200px;
}

.pricing-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.icon-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-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;
  border-radius: 100px;
  background-color: #fff;
}

.icon-white.space-right {
  margin-right: 20px;
  margin-bottom: 0px;
}

.pricing-type-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-block-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -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-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #000;
}

.price-text-white {
  color: #fff;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.price-type {
  color: #fff;
  font-size: 18px;
}

.check-wrapper {
  min-height: 220px;
}

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

.accent---cta {
  position: absolute;
  left: auto;
  top: -5%;
  right: 0%;
  bottom: auto;
  width: 15%;
  max-width: 220px;
}

.button-dark {
  width: 100%;
  padding: 20px 35px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.grid---feature {
  grid-column-gap: 32px;
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: 22px;
  -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: 100px;
  background-color: #000;
}

.button-yellow {
  padding: 20px 35px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #fdd490;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.button-yellow.button-space {
  margin-top: 32px;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
}

.faq-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
  -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: 100px;
  background-color: #000;
}

.faq-column-large {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.faq-question-wrap {
  margin-bottom: 10px;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  -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;
  border-bottom: 1px solid rgba(85, 85, 85, 0.2);
  text-decoration: none;
}

.question-title {
  color: #1f2430;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.accordian-content {
  overflow: hidden;
  margin-top: -2px;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff8ef;
}

.accent---faq {
  position: absolute;
  left: 0%;
  top: 10%;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 15%;
}

.slider {
  width: 100%;
  height: 100%;
  max-width: 570px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.arrow-right {
  left: auto;
  top: 0%;
  right: -30px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 24px 35px 0 rgba(27, 45, 69, 0.1);
}

.author-name {
  display: inline-block;
  margin-bottom: 6px;
  color: #111;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.paragraph-basic {
  margin-bottom: 0px;
  color: rgba(17, 17, 17, 0.76);
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.arrow-left {
  left: -30px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 24px 35px 0 rgba(27, 45, 69, 0.1);
}

.avatar {
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

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

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding-right: 63px;
  padding-left: 63px;
  -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;
  border-radius: 20px;
  background-color: #fff8ef;
  text-align: center;
}

.slide-nav {
  display: none;
}

.mask {
  overflow: visible;
  background-color: transparent;
}

.slide {
  height: 100%;
  margin-right: 50px;
  padding: 0px;
  border-radius: 20px;
  background-color: #fff;
}

.quote-text {
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.testimonial-content {
  position: relative;
  top: -60px;
  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;
}

.bg-block-dark {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 270px;
  background-color: #111;
}

.footer {
  padding: 100px 5% 60px;
  background-color: #111;
}

.banner {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 3%;
  padding-left: 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: #111;
  background-image: url('../images/Banner-Right.svg'), url('../images/Pattern-Banner.svg');
  background-position: 100% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.notice-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
  padding: 8px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.dropdown {
  position: static;
}

.dropdown-toggle {
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-toggle:hover {
  background-color: #fff8ef;
}

.navigation-drop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 42px;
}

.menu-title {
  margin-bottom: 14px;
  margin-left: 10px;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.menu-title.space {
  margin-top: 32px;
}

.dropdown-list-full-wrapper {
  overflow: visible;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 35px 35px 45px 0 rgba(0, 0, 0, 0.1);
}

.navigation-bottom-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  -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;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #111;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.navigation-link:hover {
  background-color: #fff8ef;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  position: absolute;
  left: 0px;
  top: 70px;
  right: 0px;
  bottom: auto;
  z-index: 99;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  background-color: transparent;
}

.image-5 {
  width: 22px;
  margin-left: 10px;
}

.navigation-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
}

.page-grid {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.mask-long {
  overflow: visible;
  width: 100%;
  background-color: transparent;
}

.quote-text-large {
  max-width: 780px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
}

.testimonial-content-long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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-field-plain {
  min-height: 62px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.13);
  background-color: transparent;
  font-size: 16px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-link:hover {
  background-color: #000;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-link.hide {
  overflow: visible;
}

.footer-link {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

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

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 100%;
  margin-top: 40px;
}

.footer-title-button {
  margin-right: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.03em;
}

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

.footer-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 17px;
}

.secondary-link {
  display: block;
  margin-right: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.submit-button {
  min-height: 62px;
  min-width: 62px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fff1e5;
  color: #111;
  font-size: 17px;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 0px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -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;
}

.footer-logo {
  width: 200px;
}

.button-linen {
  padding: 20px 35px;
  border-radius: 10px;
  background-color: #fff1e5;
  box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.1);
  color: #000;
  font-weight: 700;
}

.pricing-block-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -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: 20px;
  background-color: #fff;
  box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.1);
  text-align: center;
}

.pricing-block-single.dark-block {
  background-color: #111;
  background-image: url('../images/Pattern-Banner.svg');
  background-position: 140% 350%;
  background-size: 230px;
  background-repeat: no-repeat;
}

.bg-block-white {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  min-height: 220px;
  background-color: #fff;
}

.blank-price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 32px;
  -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;
  color: #232936;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.pricing-compare-grid {
  margin-bottom: 14px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.pricing-compare-grid.title-row {
  box-shadow: none;
}

.pricing-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 32px;
  -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;
  color: #232936;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.pricing-grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.03em;
}

.pricing-grid-block.price-block-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(250, 236, 216, 0.7);
}

.pricing-grid-block.price-block-1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(250, 236, 216, 0.4);
}

.pricing-grid-block.price-block-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #faecd8;
}

.pricing-grid-block.title-block {
  font-weight: 700;
}

.feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
}

.feature-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px;
  padding: 32px 40px;
  -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;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 31px 31px 64px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
}

.icon-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-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;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.1);
}

.grid---contact {
  grid-column-gap: 92px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-block {
  margin-top: 32px;
}

.text-field {
  min-height: 62px;
  margin-bottom: 20px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #f3f3f3;
  color: #111;
  font-size: 16px;
}

.text-field::-webkit-input-placeholder {
  color: #555;
}

.text-field:-ms-input-placeholder {
  color: #555;
}

.text-field::-ms-input-placeholder {
  color: #555;
}

.text-field::placeholder {
  color: #555;
}

.text-field-large {
  min-height: 144px;
  margin-bottom: 20px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #f3f3f3;
  color: #111;
  font-size: 16px;
}

.text-field-large::-webkit-input-placeholder {
  color: #555;
}

.text-field-large:-ms-input-placeholder {
  color: #555;
}

.text-field-large::-ms-input-placeholder {
  color: #555;
}

.text-field-large::placeholder {
  color: #555;
}

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

.bg-square {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-height: 70%;
  max-width: 35%;
  min-width: 300px;
  background-color: #fff1e5;
}

.contact-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.quote-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin: 20px 32px 32px;
  padding: 37px;
  border-radius: 20px;
  background-color: #fff;
}

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

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
  -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;
  text-align: left;
}

.button-white {
  padding: 20px 35px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 700;
}

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

.button-white.button-space {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
}

.button-white.button-space-top {
  margin-top: 32px;
}

.home-header {
  position: relative;
  padding-top: 246px;
  padding-right: 5%;
  padding-left: 5%;
}

.hero-image-wrap {
  overflow: hidden;
  width: 100%;
  height: 580px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  background-color: #fff;
}

.notice-bar {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 14px 14px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 23px 23px 52px 0 rgba(17, 17, 17, 0.15);
  color: #111;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.notice-text {
  margin-right: 12px;
}

.notice-button {
  padding: 10px 18px;
  border-radius: 10px;
  background-color: #faecd8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #111;
  font-size: 15px;
  text-decoration: none;
}

.notice-button:hover {
  background-color: #fdd490;
}

.core-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.page-link-wrap:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.line-base {
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: rgba(195, 201, 207, 0.38);
}

.cta-section {
  position: relative;
  padding: 140px 3%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  background-color: #111;
}

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

.office-card {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 25px 25px 64px 0 rgba(0, 0, 0, 0.1);
}

.office-image-wrap {
  height: 230px;
}

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

.office-content {
  padding: 32px;
}

.h1-white {
  color: #fff;
}

.grid---contact-features {
  width: 100%;
}

.blog-card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 31px 31px 64px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.blog-image-wrap {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.blog-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.blog-content {
  padding: 32px 30px;
  background-color: #fff;
}

.detail-text {
  color: #555;
  font-size: 15px;
}

.category {
  position: absolute;
  left: 30px;
  top: 30px;
  right: auto;
  bottom: auto;
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
}

.bg-block-blog {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 275px;
  background-color: #fff1e5;
}

.blog-image-large {
  position: relative;
  overflow: hidden;
  height: 275px;
}

.hero-grid {
  grid-column-gap: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-item {
  margin-bottom: 32px;
}

.blog-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-column-content {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-hero-image {
  position: relative;
  overflow: hidden;
  height: 490px;
}

.hero-column-image {
  padding: 20px;
}

.blog-hero {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.accent---hero-right {
  position: absolute;
  left: auto;
  top: 22%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.office-content-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 32px;
  -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;
}

.blog-hero-full-wrap {
  overflow: hidden;
  height: 370px;
  border-radius: 20px;
}

.blog-hero-full-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-image-block {
  overflow: hidden;
  width: 100%;
  height: 350px;
  max-width: 35%;
}

.blog-card-long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 31px 31px 64px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.blog-content-long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 32px 30px;
  -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: #fff;
}

.blog-image-hero {
  overflow: hidden;
  height: 420px;
  margin-bottom: 60px;
  border-radius: 20px;
}

.blog-hero-full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article p {
  margin-bottom: 40px;
}

.article img {
  width: 100%;
  margin-top: 32px;
  border-radius: 20px;
}

.feature-link-wrap {
  text-decoration: none;
}

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

.licence-grid {
  margin-bottom: 100px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
}

.licence-graphic {
  overflow: hidden;
  width: 100%;
  height: 160px;
  margin-bottom: 32px;
  border-radius: 10px;
  background-color: #fff8ef;
}

.licence-asset {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.licence-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 44px;
  -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: 20px;
  background-color: #fff;
  box-shadow: 31px 31px 64px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.licence-asset-small {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.change-log-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 32px;
  -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-radius: 20px;
  background-color: #faecd8;
}

.new-tag {
  padding: 10px 16px;
  border-radius: 10px;
  background-color: #f37c57;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.base-tag {
  padding: 10px 16px;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #faecd8;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  -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;
}

.utility-image {
  margin-bottom: 64px;
}

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

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

.hero-accent-left {
  position: absolute;
  left: 0%;
  top: 15%;
  right: auto;
  bottom: auto;
  width: 15%;
  max-width: 250px;
}

.bg-square-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-height: 70%;
  max-width: 35%;
  min-width: 300px;
  background-color: #fff1e5;
}

.team-social {
  margin-top: 32px;
}

.social-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  -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: 100px;
  background-color: #1da1f2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-circle:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.social-circle.linkedin {
  background-color: #0077b5;
}

.social-circle.instagram {
  background-color: #e1306c;
}

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

.social-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.empty-state {
  padding: 32px;
  border-radius: 10px;
  background-color: #fff8ef;
  color: #111;
  font-size: 15px;
}

.grid---feature-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1.3fr 1fr 1fr;
  grid-template-columns: 1.3fr 1fr 1fr;
}

.title-column {
  padding-right: 60px;
}

.slider-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.mask-full {
  overflow: hidden;
  width: 100%;
  background-color: transparent;
}

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

.feature-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 0%;
  padding-right: 0%;
  padding-left: 0%;
  -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;
}

.grid---content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 72px;
  grid-row-gap: 44px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid---content.grid-space-below {
  margin-bottom: 100px;
}

.content-image-wrap {
  position: relative;
}

.bg-block-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-width: 35%;
  min-width: 300px;
  background-color: #72ba5f;
}

.bg-block-content.bg-right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.avatar-circle {
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-right: 14px;
  border-radius: 100px;
}

.author-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

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

.link {
  color: #fdd490;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-grid-full {
  margin-top: 140px;
  grid-column-gap: 32px;
  grid-row-gap: 44px;
  -ms-grid-columns: 0.8fr 1fr 0.5fr 1fr;
  grid-template-columns: 0.8fr 1fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-image-01 {
  height: 350px;
}

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

.hero-column {
  padding-top: 140px;
}

.hero-column.image-02 {
  padding-top: 0px;
}

.hero-column.image-03 {
  padding-top: 60px;
}

.hero-column.image-04 {
  padding-top: 140px;
}

.hero-image-02 {
  position: relative;
  height: 400px;
}

.hero-image-03 {
  height: 260px;
}

.hero-image-04 {
  height: 400px;
}

.page-title-wrap {
  width: 100%;
  padding: 26px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.page-thumbnail {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 30px 30px 62px 0 rgba(17, 17, 17, 0.1);
}

.accent---cta-left {
  position: absolute;
  left: 0%;
  top: 23%;
  right: auto;
  bottom: auto;
  max-width: 200px;
}

.accent---cta-right {
  position: absolute;
  left: auto;
  top: 21%;
  right: 0%;
  bottom: 0%;
  max-width: 260px;
}

.hero-grid-01 {
  height: 320px;
}

.hero-grid-02 {
  height: 380px;
}

.hero-grid-03 {
  height: 438px;
}

.hero-grid-04 {
  height: 438px;
}

.hero-grid-top {
  position: relative;
  z-index: 2;
  margin-top: 140px;
  grid-column-gap: 32px;
  grid-row-gap: 44px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h2-white {
  color: #fff;
}

.header-landing-3 {
  position: relative;
  overflow: hidden;
  padding-top: 246px;
  padding-right: 3%;
  padding-left: 3%;
  background-color: #fff1e5;
}

.list-numbered {
  list-style-type: decimal;
}

.collection-item {
  margin-bottom: 20px;
}

.collection-list {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.next-button {
  padding: 20px 35px;
  border-style: none;
  border-radius: 10px;
  background-color: #111;
  box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.1);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

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

.blog-hero-image-section {
  position: relative;
  overflow: hidden;
  padding-right: 3%;
  padding-bottom: 70px;
  padding-left: 3%;
  background-color: transparent;
}

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

.newsletter-field {
  min-height: 72px;
  margin-bottom: 0px;
  padding-left: 24px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #fff;
  color: #111;
  font-size: 16px;
}

.newsletter-field::-webkit-input-placeholder {
  color: #555;
}

.newsletter-field:-ms-input-placeholder {
  color: #555;
}

.newsletter-field::-ms-input-placeholder {
  color: #555;
}

.newsletter-field::placeholder {
  color: #555;
}

.submit-button-large {
  min-height: 72px;
  margin-left: 14px;
  padding: 20px 42px;
  border-radius: 10px;
  background-color: #fdd490;
  box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.1);
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.submit-button-large.dark-button {
  background-color: #111;
  color: #fff;
}

.form-block-cta {
  width: 100%;
  max-width: 620px;
  margin-top: 32px;
}

.featured-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-right: 38px;
  padding-left: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #fff8ef;
}

.card-title-wrap {
  margin-bottom: 50px;
}

.card-asset {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.gallery-page-wrapper {
  margin-bottom: 60px;
}

.blog-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-hero-grid {
  grid-column-gap: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accent---feature-cards {
  position: absolute;
  left: 2%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 15%;
  max-width: 180px;
}

.accent---home-feature {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 15%;
  max-width: 240px;
}

.accent---heart-left {
  position: absolute;
  left: 0%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  max-width: 280px;
}

.accent---feature {
  position: absolute;
  left: 2%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 15%;
  max-width: 250px;
}

.author-wrap-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -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;
}

.author-wrap-stacked.author-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding-right: 63px;
  padding-left: 63px;
  -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;
  border-radius: 20px;
  background-color: #fff8ef;
  text-align: center;
}

.accent---heart-right {
  position: absolute;
  left: auto;
  top: 5%;
  right: 0%;
  bottom: auto;
  width: 100%;
  max-width: 280px;
}

.h6-white {
  color: #fff;
}

.accent---feature-right {
  position: absolute;
  left: auto;
  top: 17%;
  right: 0%;
  bottom: auto;
}

.accent---hero {
  position: absolute;
  left: auto;
  top: 10%;
  right: -6%;
  bottom: 0%;
  z-index: -1;
  width: 40%;
}

.bg-block-recent-article {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 433px;
  background-color: #faecd8;
}

.cta-newsletter {
  position: relative;
  overflow: hidden;
  padding: 100px 3%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #faecd8;
}

.success-message {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #fdd490;
  font-size: 16px;
}

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

.hero-grid-landing-1 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.location-asset {
  width: 100px;
  margin-bottom: 32px;
}

.slide-card {
  padding-top: 32px;
  padding-bottom: 32px;
}

.slider-small {
  background-color: transparent;
}

.arrow-left-fixed {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 24px 35px 0 rgba(27, 45, 69, 0.1);
}

.arrow-right-fixed {
  left: 86px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 24px 35px 0 rgba(27, 45, 69, 0.1);
}

.slide-small-quote {
  height: 100%;
}

.content-image-full {
  width: 100%;
}

.bg-square-testimonial {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 70%;
  max-width: 35%;
  min-width: 300px;
  background-color: #fdd490;
}

.feature-section {
  position: relative;
  overflow: hidden;
  padding: 100px 3% 140px;
  background-color: #111;
}

.header-landing-2 {
  position: relative;
  overflow: hidden;
  padding: 246px 0% 40px 10%;
}

.header-landing-1 {
  position: relative;
  overflow: hidden;
  padding: 222px 5% 122px;
}

.header-landing-4 {
  position: relative;
  overflow: visible;
  padding: 246px 5% 140px;
  background-color: #fff1e5;
}

.accent---heart-right-bottom {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 8%;
  width: 100%;
  max-width: 280px;
}

.grid---content-relative {
  position: relative;
  top: -40px;
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.content-large-wrap {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  min-height: 520px;
  margin: 140px auto;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff8ef;
}

.content-large-wrap.padding-remove {
  margin-bottom: 0px;
}

.content-background {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 85%;
  max-width: 70%;
  min-width: 300px;
  background-color: #fff8ef;
}

.content-background.align-left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
}

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

.content-wrap-section.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content-image-wrap-large {
  width: 80%;
  height: 530px;
}

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

.content-square-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  max-width: 600px;
  min-width: 40%;
  padding: 60px 48px;
  background-color: #fff;
}

.content-section-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 24px 3% 39px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.content-square-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  max-width: 600px;
  min-width: 40%;
  padding: 60px 48px;
  background-color: #fff;
}

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

.tab-link {
  background-color: transparent;
  font-size: 17px;
}

.tab-link.w--current {
  background-color: transparent;
  font-weight: 700;
}

.tab-pane {
  padding-top: 45px;
}

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

.tab-content-image {
  height: 360px;
}

.tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 60px;
  background-color: #fff;
}

.tabs-content {
  overflow: visible;
}

.h1-cta {
  color: #fff;
  font-size: 48px;
}

.bg-square-bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-height: 60%;
  max-width: 35%;
  min-width: 300px;
  background-color: #fff1e5;
}

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

.about-hero-image-wrap {
  position: relative;
  height: 500px;
}

.team-image-wrap {
  overflow: hidden;
  height: 260px;
}

.team-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-item {
  width: 25%;
  margin-bottom: 20px;
}

.team-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bg-square-team {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-height: 40%;
  max-width: 60%;
  min-width: 300px;
  background-color: #fff1e5;
}

.cta-section-light {
  position: relative;
  padding: 140px 3%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  background-color: #faecd8;
}

.link-yellow {
  color: #fdd490;
}

.about-hero-wrap {
  overflow: hidden;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.about-hero-full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-wrap-image {
  padding: 32px;
}

.content-wrap-centre {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid---feature-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-hero-wrap-full {
  height: 450px;
  margin-right: auto;
  margin-left: auto;
}

.team-item-full {
  margin-bottom: 20px;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-content-centre {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.content-centre-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  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-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;
}

.accent---feature-top-right {
  position: absolute;
  left: auto;
  top: -5%;
  right: 5%;
  bottom: auto;
}

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

.blog-article-category {
  margin-bottom: 0px;
}

.blog-article-type {
  margin-right: 8px;
  margin-bottom: 0px;
}

.opacity-span {
  color: rgba(17, 17, 17, 0.4);
}

.team-section {
  position: relative;
  overflow: hidden;
  padding: 20px 3% 70px;
  background-color: transparent;
}

.bg-block-team {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 330px;
  background-color: #fff1e5;
}

.home-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.nav-menu-mobile {
  position: static;
  display: none;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.button-navigation {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #111;
  box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
  text-align: center;
}

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

.home-hero-wrap {
  position: relative;
  height: 500px;
}

.home-hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.background-color-example {
  margin-bottom: 100px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h1-cta-dark {
  color: #111;
  font-size: 48px;
}

.title-wrap-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  -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;
}

.testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 100px 3%;
  background-color: #fff8ef;
}

.directory-grid {
  margin-bottom: 100px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
}

.directory-asset {
  overflow: hidden;
  width: 100%;
  height: 160px;
  margin-bottom: 32px;
  border-radius: 10px;
  background-color: #fff8ef;
}

.content-wrap-plain {
  max-width: 600px;
  margin-bottom: 113px;
}

.content-detail-wrap {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.title-content {
  margin-bottom: 14px;
  font-family: europa, sans-serif;
  color: rgba(17, 17, 17, 0.57);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 52px;
  column-gap: 52px;
}

.button-wrap-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.feature-icon {
  width: 38px;
}

.content-wrap-short {
  max-width: 650px;
}

.tabs {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.tab-content-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.features-section {
  position: relative;
  overflow: hidden;
  padding: 100px 3%;
  background-color: #fff1e5;
}

.pricing-icon {
  width: 35px;
}

.icon-tan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-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;
  border-radius: 100px;
  background-color: #faecd8;
}

.image-wrapper {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  height: 420px;
  max-width: 1240px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

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

.contact-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px;
  padding: 32px 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 31px 31px 64px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
}

.pricing-feature-section {
  position: relative;
  overflow: hidden;
  padding: 20px 3% 100px;
  background-color: #fff;
}

.pagination {
  margin-top: 60px;
}

.button-hero {
  margin-right: 14px;
  margin-left: 14px;
  padding: 20px 35px;
  border-radius: 10px;
  background-color: #111;
  box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
  text-align: center;
}

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

.bg-square-landing-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 66%;
  min-width: 300px;
  background-color: #72ba5f;
}

.button-white-hero {
  padding: 20px 35px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 700;
}

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

.banner-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;
  color: #fff;
}

.hero-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 32px;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(85, 85, 85, 0.12);
}

.author-circle {
  overflow: hidden;
  width: 65px;
  height: 65px;
  min-height: 65px;
  min-width: 65px;
  margin-right: 20px;
  border-radius: 100px;
}

.content-author-name {
  margin-bottom: 2px;
}

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

.bg-block-testimonial {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 300px;
  background-color: #111;
}

.testimonial-h2 {
  color: #fff;
}

.paragraph-testimonial {
  color: hsla(0, 0%, 100%, 0.8);
}

.hero-image-corner {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: auto;
  height: auto;
  max-width: 35%;
  min-width: 25%;
}

.title-wrap-landing-4 {
  max-width: 55%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.bg-block-short {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 90%;
  max-width: 35%;
  background-color: #fff8ef;
}

.bg-block-short.bg-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
}

.grid---content-short {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 72px;
  grid-row-gap: 44px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid---content-right-short {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 72px;
  grid-row-gap: 44px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-default {
  margin-right: 20px;
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
}

.category-default.category-space {
  margin-bottom: 32px;
}

.content-image-plain {
  width: 100%;
}

.feature-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 20px;
  text-align: center;
}

.grid---feature-white {
  grid-column-gap: 32px;
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-feature-section {
  position: relative;
  overflow: hidden;
  padding-right: 3%;
  padding-bottom: 70px;
  padding-left: 3%;
  background-color: transparent;
}

.accent---recent-article {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 15%;
}

.hero-form {
  width: 100%;
  margin-top: 32px;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #fff;
}

.newsletter-wrapper {
  max-width: 500px;
}

.feature-point-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  -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;
  white-space: nowrap;
}

.feature-check-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
}

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

.newsletter-field-hero {
  min-height: 64px;
  margin-bottom: 0px;
  padding-left: 24px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: transparent;
  color: #111;
  font-size: 16px;
}

.newsletter-field-hero::-webkit-input-placeholder {
  color: #555;
}

.newsletter-field-hero:-ms-input-placeholder {
  color: #555;
}

.newsletter-field-hero::-ms-input-placeholder {
  color: #555;
}

.newsletter-field-hero::placeholder {
  color: #555;
}

.submit-button-hero {
  min-height: 64px;
  margin-left: 14px;
  padding: 20px 42px;
  border-radius: 10px;
  background-color: #111;
  box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.blog-feature-item {
  margin-bottom: 20px;
}

.bg_visual {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
}

.jobs-wrap {
  margin-top: 72px;
}

.job-paragraph {
  max-width: 680px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.job-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fdd490;
}

.navigation-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.paragraph-hero {
  max-width: 540px;
}

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

.accent---about {
  position: absolute;
  left: auto;
  top: 12%;
  right: 0%;
  bottom: auto;
  width: 250px;
}

.accent---about-feature {
  position: absolute;
  left: auto;
  top: -5%;
  right: 0%;
  bottom: auto;
  width: 280px;
}

.value-section {
  position: relative;
  overflow: hidden;
  padding: 100px 3%;
  border-top: 1px solid #eee;
  background-color: #fff;
}

.date-text {
  color: #555;
  font-size: 15px;
}

.recent-article-item {
  margin-bottom: 20px;
}

.content-author {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.content-image-wrap-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-short-block-dark {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 10%;
  max-height: 110px;
  background-color: #111;
}

.faq-circle-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fdd490;
}

.accent---price-card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 15%;
  max-width: 250px;
}

.bg-block-price-card {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  min-height: 447px;
  background-color: #faecd8;
}

.bg-block-price {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 265px;
  background-color: #fff8ef;
}

.accent---price {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 15%;
  max-width: 280px;
}

.content-pricing {
  position: relative;
  overflow: hidden;
  padding: 100px 3% 50px;
  background-color: #fff;
}

.content-wrap-bottom {
  margin-top: 40px;
}

.team-quote-section {
  position: relative;
  overflow: hidden;
  padding: 100px 3% 40px;
  background-color: #fff;
}

.grid---content-top {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 72px;
  grid-row-gap: 44px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-dark-default {
  position: relative;
  padding: 100px 3%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  background-color: #111;
}

.heading-2 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #72ba5f;
  font-size: 59px;
}

.container-slogan {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.title-wrap-left-slogan {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-bottom: 60px;
  margin-left: -2px;
  -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;
  background-color: #72ba5f;
  text-align: left;
}

.bold-text {
  color: #555;
}

.visual {
  position: absolute;
  left: -31px;
  top: -27px;
  display: block;
  width: 120%;
  height: auto;
  min-height: 377px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Patern_transparent2x.png');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: repeat;
}

.div-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2"
    "Area-3 .";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.paragraph-2 {
  color: #555;
}

.column-2 {
  padding-left: 0px;
}

.heading-5 {
  font-family: europa, sans-serif;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
}

.paragraph-3 {
  overflow: hidden;
  text-align: left;
}

.paragraph-4 {
  font-family: europa, sans-serif;
  text-align: left;
}

.paragraph-5 {
  font-family: europa, sans-serif;
  text-align: left;
}

.bold-text-2 {
  font-family: europa, sans-serif;
  text-align: left;
}

.heading-6 {
  width: 100%;
  text-align: left;
}

.heading-7 {
  width: 100%;
  text-align: left;
}

.paragraph-6 {
  font-family: europa, sans-serif;
  text-align: left;
}

.heading-8 {
  width: 100%;
  font-family: europa, sans-serif;
  text-align: left;
}

.paragraph-7 {
  font-family: Karla, sans-serif;
  color: #111;
}

.h-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #72ba5f;
}

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

.heading-11 {
  font-family: europa, sans-serif;
}

.heading-12 {
  font-family: europa, sans-serif;
}

.paragraphe-service {
  text-align: left;
}

.titre-service {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.heading-13 {
  padding-bottom: 58px;
  font-family: europa, sans-serif;
  color: #72ba5f;
  text-align: center;
}

.heading-14 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.heading-15 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-16 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.heading-17 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-18 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.contact-section {
  padding: 115px 5% 74px;
  background-color: #e9e9e9;
}

.container-team {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container-hero {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container-footer {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.image-6 {
  max-width: 150%;
}

.grid---engagement {
  grid-column-gap: 32px;
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -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: rgba(17, 17, 17, 0.9);
}

.modal-wrapper.box1 {
  display: none;
}

.modal-wrapper.blocked {
  display: none;
}

.modal-4 {
  display: none;
  width: 50%;
  min-height: 30%;
  padding: 3%;
  background-color: #fff;
}

.close-box {
  width: 30px;
  margin-top: -21px;
  margin-right: -12px;
  margin-left: auto;
}

.openmore {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-21 {
  font-family: europa, sans-serif;
  font-size: 20px;
}

.paragraph-12 {
  font-style: normal;
}

.italic-text {
  font-style: normal;
}

.image-7 {
  margin-top: 0px;
  margin-right: 0px;
}

.bold-text-4 {
  font-size: 16px;
}

.modal-1 {
  display: none;
  width: 50%;
  min-height: 30%;
  margin: 0px;
  padding: 3%;
  background-color: #fff;
}

.modal-2 {
  display: none;
  width: 50%;
  min-height: 30%;
  padding: 3%;
  background-color: #fff;
}

.modal-3 {
  display: none;
  width: 50%;
  min-height: 30%;
  padding: 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: #fff;
}

.modal-wrapper2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -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: rgba(17, 17, 17, 0.9);
}

.modal-wrapper2.box1 {
  display: none;
}

.content-section-presentation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 24px 3% 39px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

@media screen and (min-width: 1440px) {
  .title-wrap-left {
    max-width: 605px;
  }

  .button.button-space-below {
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 10px 20px;
  }

  .content-image-wrap {
    width: 80%;
  }

  .content-image {
    max-width: 100%;
  }

  .accent---hero {
    top: 8%;
    right: -11%;
    width: 42%;
  }

  .content-section-large {
    padding-top: 61px;
    padding-bottom: 26px;
  }

  .heading-5 {
    font-size: 59px;
  }

  .paragraph-7 {
    font-size: 20px;
  }

  .h-title {
    font-size: 51px;
  }

  .heading-12 {
    font-size: 51px;
  }

  .heading-13 {
    font-size: 51px;
  }

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

  .container-footer {
    padding-right: 5%;
    padding-left: 5%;
  }

  .paragraph-9 {
    font-size: 20px;
  }

  .paragraph-10 {
    font-size: 20px;
  }

  .paragraph-11 {
    font-size: 20px;
  }

  .image-6 {
    max-width: 210%;
  }

  .modal-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -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: rgba(17, 17, 17, 0.9);
    opacity: 1;
  }

  .modal-wrapper.blocked {
    display: none;
  }

  .modal-4 {
    width: 50%;
    min-height: 30%;
    margin-top: 0px;
    padding: 3%;
    background-color: #fffefe;
  }

  .close-box {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 30px;
    margin-left: auto;
    padding: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .box1 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .openmore {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .modal-1 {
    width: 50%;
    min-height: 30%;
    margin-top: 0px;
    padding: 3%;
    background-color: #fffefe;
  }

  .box2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .box3 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .box4 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .modal-2 {
    width: 50%;
    min-height: 30%;
    margin-top: 0px;
    padding: 3%;
    background-color: #fffefe;
  }

  .modal-3 {
    width: 50%;
    min-height: 30%;
    margin-top: 0px;
    padding: 3%;
    background-color: #fffefe;
  }

  .modal-wrapper2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -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: rgba(17, 17, 17, 0.9);
    opacity: 1;
  }

  .content-section-presentation {
    padding-top: 61px;
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 991px) {
  .colour-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .title-wrap-left {
    max-width: 380px;
    margin-top: -36px;
    margin-bottom: 111px;
    text-align: left;
  }

  .style-guide-header {
    min-height: 420px;
  }

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

  .nav-menu {
    position: absolute;
    z-index: 9999;
    display: none;
    height: auto;
    background-color: #fff;
  }

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

  .navigation-container {
    min-height: auto;
  }

  .brand {
    margin-right: 10px;
    padding: 0px;
  }

  .nav-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation {
    padding-right: 5%;
    padding-left: 5%;
  }

  .menu-button {
    margin-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(17, 17, 17, 0.1);
    border-radius: 10px;
    color: #000;
  }

  .menu-button.w--open {
    border-color: #111;
    background-color: #111;
  }

  .container {
    display: block;
  }

  .pricing-block-content {
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .pricing-block-dark {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .check-wrapper {
    min-height: 250px;
  }

  .accent---cta {
    display: none;
  }

  .grid---feature {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .faq-column-large {
    width: 100%;
    padding-right: 0px;
  }

  .accent---faq {
    display: none;
  }

  .arrow-right {
    right: -10px;
  }

  .arrow-left {
    left: -10px;
  }

  .bg-block-dark {
    min-height: 150px;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle.w--open {
    width: 100%;
  }

  .navigation-drop-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-list-full-wrapper {
    box-shadow: none;
  }

  .dropdown-list.w--open {
    position: relative;
    top: 0px;
    padding-top: 0px;
  }

  .navigation-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .footer-bottom {
    position: relative;
    width: 49%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-style: none;
  }

  .footer-top {
    position: relative;
    width: 50%;
    margin-bottom: 41px;
    padding-bottom: 0px;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom-style: none;
  }

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

  .footer-logo {
    width: 180px;
  }

  .blank-price-block {
    display: none;
  }

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

  .pricing-compare-grid.title-row {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .pricing-grid-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-card {
    padding: 32px 16px;
  }

  .grid---contact {
    grid-column-gap: 32px;
  }

  .quote-box {
    padding: 20px;
  }

  .office-image-wrap {
    height: 160px;
  }

  .office-content {
    padding: 24px;
  }

  .blog-content {
    height: 100%;
  }

  .blog-image-large {
    height: 240px;
  }

  .hero-column-image {
    padding: 0px;
  }

  .office-content-centre {
    padding: 24px;
  }

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

  .licence-card {
    padding: 24px;
  }

  .hero-accent-left {
    display: none;
  }

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

  .title-column {
    padding-right: 0px;
  }

  .grid---content {
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bg-block-content {
    height: 40%;
    max-width: 80%;
  }

  .hero-grid-full {
    margin-top: 120px;
    grid-column-gap: 22px;
  }

  .hero-image-01 {
    height: 190px;
  }

  .hero-image-02 {
    height: 250px;
  }

  .hero-image-03 {
    height: 100px;
  }

  .hero-image-04 {
    height: 230px;
  }

  .content-image {
    margin-top: -58px;
  }

  .accent---cta-left {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
    max-width: 100px;
  }

  .accent---cta-right {
    display: none;
  }

  .hero-grid-01 {
    height: 300px;
  }

  .hero-grid-02 {
    height: 190px;
  }

  .hero-grid-03 {
    height: 190px;
  }

  .hero-grid-04 {
    height: 300px;
  }

  .hero-grid-top {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .featured-base {
    padding-right: 24px;
    padding-left: 24px;
  }

  .blog-column {
    padding-bottom: 20px;
  }

  .blog-image-column {
    padding: 0px;
  }

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

  .accent---feature-cards {
    display: none;
    max-width: 90px;
  }

  .accent---home-feature {
    display: none;
    max-width: 150px;
  }

  .accent---heart-left {
    display: none;
  }

  .accent---feature {
    display: none;
  }

  .accent---heart-right {
    top: 0%;
    right: -5%;
  }

  .accent---feature-right {
    display: none;
  }

  .accent---hero {
    top: 18%;
    right: -173px;
    display: block;
    overflow: visible;
    width: 60%;
  }

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

  .slide-card {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .slider-small {
    height: auto;
  }

  .arrow-left-fixed {
    left: -10px;
    bottom: -15%;
  }

  .arrow-right-fixed {
    bottom: -15%;
  }

  .bg-square-testimonial {
    height: 50%;
    max-width: 80%;
  }

  .header-landing-2 {
    padding-left: 5%;
  }

  .accent---heart-right-bottom {
    display: none;
  }

  .grid---content-relative {
    top: 0px;
    grid-column-gap: 24px;
  }

  .content-large-wrap {
    padding-top: 32px;
  }

  .content-image-wrap-large {
    width: 88%;
  }

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

  .tab-link {
    margin-right: 8px;
    margin-left: 8px;
    padding: 12px 25px;
    border-radius: 10px;
  }

  .tab-link.w--current {
    background-color: #000;
    color: #fff;
  }

  .tab-content {
    padding: 40px;
  }

  .team-item {
    width: 50%;
  }

  .team-item-full {
    width: 50%;
  }

  .accent---feature-top-right {
    display: none;
  }

  .nav-menu-mobile {
    position: absolute;
    z-index: 9999;
    display: block;
    height: auto;
    background-color: #fff;
  }

  .content-detail-wrap {
    text-align: left;
  }

  .contact-card {
    padding: 32px 16px;
  }

  .bg-square-landing-2 {
    max-width: 58%;
    min-width: 300px;
  }

  .testimonial-h2 {
    color: #111;
  }

  .paragraph-testimonial {
    color: rgba(17, 17, 17, 0.8);
  }

  .hero-image-corner {
    display: none;
  }

  .title-wrap-landing-4 {
    max-width: none;
    text-align: left;
  }

  .bg-block-short {
    height: 40%;
  }

  .grid---content-short {
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid---content-right-short {
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-line {
    padding: 32px;
  }

  .accent---recent-article {
    display: none;
  }

  .bg_visual {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
  }

  .jobs-wrap {
    width: 100%;
    padding-right: 0px;
  }

  .accent---about {
    display: none;
  }

  .accent---about-feature {
    display: none;
  }

  .bg-short-block-dark {
    min-height: 150px;
  }

  .accent---price-card {
    max-width: 90px;
  }

  .accent---price {
    display: none;
  }

  .grid---content-top {
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title-wrap-left-slogan {
    text-align: left;
  }

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

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

  .heading-5 {
    font-size: 40px;
  }

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

  .heading-10 {
    font-size: 18px;
  }

  .heading-12 {
    font-size: 40px;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .container-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid---engagement {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-4 {
    width: 80%;
  }

  .close-box {
    width: 20px;
    margin-top: 0px;
    margin-right: 0px;
  }

  .bold-text-4 {
    font-size: 16px;
  }

  .modal-1 {
    display: none;
    width: 80%;
  }

  .modal-2 {
    width: 80%;
  }

  .modal-3 {
    width: 80%;
  }

  .modal-wrapper2 {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }

  .colour {
    margin-bottom: 25px;
  }

  .title-wrap-left {
    max-width: 315px;
    margin-top: -92px;
    margin-bottom: 35px;
  }

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

  .navigation-left {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container {
    display: block;
  }

  .title-wrap {
    margin-bottom: 64px;
  }

  .title {
    font-size: 13px;
  }

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

  .pricing-block-content {
    padding: 32px;
  }

  .content-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .pricing-block-dark {
    padding: 32px;
  }

  .check-wrapper {
    min-height: auto;
    margin-bottom: 40px;
  }

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

  .grid---feature {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slide-wrap {
    padding: 50px;
  }

  .banner {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .quote-text-large {
    font-size: 32px;
  }

  .footer-bottom {
    margin-top: 40px;
    -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;
  }

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

  .footer-title-button {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .secondary-link {
    margin-right: 0px;
    margin-bottom: 20px;
  }

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

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

  .footer-logo {
    margin-bottom: 20px;
  }

  .bg-block-white {
    min-height: 250px;
  }

  .feature-grid {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .bg-square {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 6%;
    max-height: 30%;
    max-width: 70%;
  }

  .hero-image-wrap {
    height: 360px;
  }

  .notice-bar {
    max-width: 350px;
  }

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

  .grid---offce {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .office-image-wrap {
    height: 240px;
  }

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

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

  .blog-image-block {
    max-width: none;
  }

  .blog-card-long {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .licence-grid {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bg-square-left {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 3%;
    max-height: 30%;
  }

  .feature-centre {
    margin-right: 0%;
  }

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

  .grid---content.grid-space-below {
    margin-bottom: 60px;
  }

  .bg-block-content {
    height: 40%;
    max-width: 80%;
  }

  .hero-grid-full {
    margin-top: 120px;
    grid-row-gap: 22px;
    -ms-grid-columns: 0.8fr 1fr;
    grid-template-columns: 0.8fr 1fr;
  }

  .hero-column {
    padding-top: 40px;
  }

  .hero-column.image-03 {
    padding-top: 0px;
  }

  .hero-column.image-04 {
    padding-top: 0px;
  }

  .hero-image-03 {
    height: 190px;
  }

  .content-image {
    margin-top: -36px;
  }

  .hero-grid-01 {
    height: 240px;
  }

  .hero-grid-02 {
    height: 170px;
  }

  .hero-grid-03 {
    height: 170px;
  }

  .hero-grid-04 {
    height: 240px;
  }

  .blog-hero-image-section {
    padding-bottom: 0px;
  }

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

  .accent---feature-cards {
    display: none;
  }

  .accent---home-feature {
    display: none;
  }

  .accent---heart-left {
    display: none;
  }

  .slide-base {
    min-height: auto;
    padding-right: 50px;
    padding-left: 50px;
  }

  .accent---heart-right {
    top: 26%;
  }

  .accent---hero {
    top: 28%;
  }

  .cta-newsletter {
    padding-top: 62px;
    padding-bottom: 62px;
  }

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

  .bg-square-testimonial {
    top: 4%;
    max-height: 30%;
  }

  .feature-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

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

  .content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-background {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 3%;
    max-height: 30%;
  }

  .content-wrap-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-image-wrap-large {
    width: 100%;
    height: 370px;
  }

  .content-square-1 {
    position: relative;
  }

  .content-section-large {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .content-square-2 {
    position: relative;
    padding: 40px;
  }

  .tab-pane {
    padding-top: 20px;
  }

  .tab-content-image {
    height: 270px;
  }

  .tab-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .bg-square-bottom-right {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 3%;
    max-height: 30%;
  }

  .about-hero-image-wrap {
    height: 460px;
  }

  .bg-square-team {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 3%;
    max-height: 30%;
  }

  .grid---feature-large {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-centre-wrap {
    margin-bottom: 64px;
  }

  .team-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .button-navigation {
    display: none;
  }

  .home-hero-wrap {
    height: 430px;
  }

  .title-wrap-short {
    margin-bottom: 64px;
  }

  .testimonial-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .directory-grid {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-wrap-plain {
    margin-right: 5%;
    margin-left: 5%;
  }

  .paragraph {
    -webkit-column-count: 1;
    column-count: 1;
  }

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

  .image-wrapper {
    height: 300px;
  }

  .pricing-feature-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .bg-square-landing-2 {
    max-width: 64%;
  }

  .hero-image-corner {
    display: none;
  }

  .title-wrap-landing-4 {
    max-width: none;
  }

  .bg-block-short {
    height: 40%;
    max-width: 80%;
  }

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

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

  .grid---feature-white {
    max-width: 450px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-feature-section {
    padding-bottom: 62px;
  }

  .value-section {
    display: block;
    padding-top: 82px;
    padding-bottom: 82px;
  }

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

  .accent---price-card {
    display: none;
  }

  .content-pricing {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .team-quote-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

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

  .heading-5 {
    font-size: 34px;
  }

  .h-title {
    font-size: 34px;
  }

  .heading-13 {
    text-align: center;
  }

  .grid---engagement {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-4 {
    width: 90%;
  }

  .close-box {
    width: 18px;
  }

  .modal-1 {
    width: 90%;
  }

  .modal-2 {
    width: 90%;
  }

  .modal-3 {
    width: 90%;
  }

  .modal-wrapper2 {
    display: none;
  }

  .content-section-presentation {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
  }

  h3 {
    font-size: 34px;
  }

  figure {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .title-wrap-left {
    margin-top: 36px;
    margin-right: 0%;
    margin-bottom: 75px;
    padding-top: 0px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 1.3;
  }

  .button-wrap-style-guide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .navigation-left {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo {
    width: 250px;
  }

  .navigation-right {
    width: 20%;
  }

  .button.button-space {
    margin-top: 10px;
  }

  .header {
    padding-top: 220px;
  }

  .container {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .title-wrap {
    margin-top: -61px;
  }

  .title {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .content-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .arrow-right {
    width: 55px;
    height: 55px;
  }

  .arrow-left {
    width: 55px;
    height: 55px;
  }

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

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

  .footer {
    padding-top: 30px;
  }

  .navigation-bottom-link {
    display: none;
  }

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

  .page-grid {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .quote-text-large {
    font-size: 28px;
  }

  .social-link {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-bottom {
    width: 100%;
    margin-top: 0px;
    margin-left: -13px;
    -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;
    border-bottom-style: none;
    text-align: center;
  }

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

  .footer-wrapper {
    clear: left;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-title-button {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .secondary-link {
    text-align: left;
  }

  .footer-top {
    width: 100%;
    margin-bottom: 0px;
    -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;
  }

  .footer-logo {
    width: 170px;
    margin-bottom: 32px;
  }

  .pricing-title-wrap {
    padding: 9px;
    font-size: 14px;
  }

  .pricing-grid-block {
    padding: 28px 9px;
    font-size: 15px;
  }

  .pricing-grid-block.price-block-1 {
    border-radius: 0px;
  }

  .pricing-grid-block.price-block-3 {
    border-radius: 0px;
  }

  .bg-square {
    max-height: 20%;
    max-width: 50%;
    min-width: auto;
  }

  .quote-box {
    margin: 0px 20px;
  }

  .button-white.button-space {
    margin-bottom: 10px;
  }

  .home-header {
    padding-top: 220px;
  }

  .hero-image-wrap {
    height: 280px;
  }

  .notice-bar {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .line-base {
    margin-top: 72px;
    margin-bottom: 72px;
  }

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

  .blog-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .detail-text {
    margin-bottom: 8px;
  }

  .blog-image-large {
    height: 200px;
  }

  .blog-hero-image {
    height: 310px;
  }

  .blog-image-block {
    height: 280px;
  }

  .change-log-wrap {
    padding: 24px;
  }

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

  .bg-block-content {
    height: 27%;
  }

  .avatar-circle {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .author-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-grid-full {
    margin-top: 60px;
  }

  .hero-grid-03 {
    display: none;
  }

  .hero-grid-04 {
    display: none;
  }

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

  .header-landing-3 {
    padding-top: 220px;
  }

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

  .newsletter-field {
    margin-bottom: 20px;
  }

  .submit-button-large {
    width: 100%;
    margin-left: 0px;
  }

  .blog-column {
    padding-bottom: 40px;
  }

  .author-wrap-stacked {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .accent---heart-right {
    top: 43%;
  }

  .accent---hero {
    position: relative;
    right: 0px;
    display: none;
    overflow: hidden;
    width: 100%;
  }

  .footer-sub-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-landing-2 {
    padding-top: 220px;
    padding-right: 5%;
  }

  .header-landing-4 {
    padding-top: 220px;
  }

  .content-image-large {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .content-square-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .tab-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tab-content {
    padding-right: 32px;
    padding-left: 32px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .h1-cta {
    font-size: 42px;
  }

  .about-hero-image-wrap {
    height: 400px;
  }

  .team-item {
    width: 100%;
  }

  .team-item-full {
    width: 100%;
  }

  .category-type-wrap {
    -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;
    text-align: center;
  }

  .blog-article-type {
    margin-bottom: 0px;
  }

  .home-hero-wrap {
    height: 340px;
  }

  .testimonial-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .button-wrap-centre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

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

  .image-wrapper {
    height: 250px;
  }

  .pricing-feature-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .button-hero {
    margin-right: 0px;
    margin-left: 0px;
  }

  .bg-square-landing-2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 61%;
    max-height: 80%;
    max-width: none;
  }

  .button-white-hero {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .hero-button-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .author-circle {
    margin-bottom: 14px;
  }

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

  .feature-check-wrap {
    margin-bottom: 28px;
  }

  .newsletter-field-hero {
    margin-bottom: 10px;
    background-color: #fff;
  }

  .submit-button-hero {
    width: 100%;
    margin-left: 0px;
  }

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

  .value-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-pricing {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-quote-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-dark-default {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .paragraph-7 {
    font-size: 18px;
  }

  .h-title {
    display: block;
    clear: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-size: 30px;
    text-align: left;
  }

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

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

  .heading-17 {
    text-align: left;
  }

  .contact-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-2 {
    height: 281px;
    margin-top: 12px;
    background-image: url('../images/squared_pattern2x.png');
    background-position: 0px 0px;
    background-size: cover;
    background-clip: border-box;
  }

  .container-team {
    position: relative;
    width: 100%;
    margin-top: 0px;
  }

  .container-hero {
    position: relative;
    margin-top: -111px;
  }

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

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

  .container-footer {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-4 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .modal-1 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .modal-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .modal-3 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .modal-wrapper2 {
    display: none;
  }

  .content-section-presentation {
    padding-bottom: 0px;
  }
}

#w-node-baf2a4bcb3a8-65348cb1 {
  -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-5fd275627070-4a348cc5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-36ebfd223252-e393de63 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-36ebfd223252-ce090a01 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-36c5be77640f-65348cb1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-36c5be77641e-65348cb1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-36c5be77642d-65348cb1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-36c5be77643c-65348cb1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-36c5be77644b-65348cb1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-36c5be77645a-65348cb1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-36c5be776469-65348cb1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-36c5be776478-65348cb1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-baf2a4bcb3a8-65348cb1 {
    -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;
  }

  #w-node-0bc26a5f7491-39348cc3 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-9cb8caa03760-36348cc6 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-694feebda2c9-ce348cc2 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-f3b02480f524-ce348cc2 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-df14ab424bca-ce348cc2 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-1d2cd58ee154-39348cc3 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-168cad76625d-6e79a271 {
    -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;
  }

  #w-node-168cad766277-6e79a271 {
    -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;
  }

  #w-node-baf2a4bcb3a8-65348cb1 {
    -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;
  }

  #w-node-f6043a5ab000-e393de63 {
    -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;
  }

  #w-node-f6043a5ab019-e393de63 {
    -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;
  }

  #w-node-f6043a5ab000-ce090a01 {
    -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;
  }

  #w-node-f6043a5ab019-ce090a01 {
    -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: 'Wonderunitsans';
  src: url('../fonts/WonderUnitSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Wonderunitsans';
  src: url('../fonts/WonderUnitSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Wonderunitsans';
  src: url('../fonts/WonderUnitSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Wonderunitsans';
  src: url('../fonts/WonderUnitSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Wonderunitsans';
  src: url('../fonts/WonderUnitSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}