/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

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

h1 {
    margin-top: 24px;
    margin-bottom: 10px;
    font-family: "Playfair Display", sans-serif;
    color: #23272a;
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Playfair Display", sans-serif;
    color: #23272a;
    font-size: 42px;
    line-height: 48px;
    font-weight: 400;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Playfair Display", sans-serif;
    color: #23272a;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Playfair Display", sans-serif;
    color: #23272a;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Playfair Display", sans-serif;
    color: #23272a;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Playfair Display", sans-serif;
    color: #23272a;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

p {
    margin-bottom: 10px;
    color: #23272a;
    font-size: 1.1em;
    line-height: 1.6rem;
    text-align: justify;
}

.card-body {
    text-align: justify;
}

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

ul {
    margin-top: 0px;
    margin-bottom: 16px;
    padding-left: 40px;
}

ol {
    margin-top: 0px;
    margin-bottom: 16px;
    padding-left: 40px;
}

li {
    font-size: 1.1em;
    line-height: 1.6rem;
}

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

blockquote {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px 24px;
    border-left: 5px solid #e4a86d;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

figure {
    margin-top: 32px;
    margin-bottom: 16px;
}

.gray-body {
    background-color: #f9f9f9;
}

.container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

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

.section.with-header {
    padding-top: 104px;
}

.section.gray-body.extra-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

.style-guide-block-wrapper {
    margin-bottom: 80px;
}

.style-guide-block-wrapper.last {
    margin-bottom: 0px;
}

.style-guide-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 104px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e8e9e9;
    border-radius: 0px 0px 4px 4px;
    background-color: #fff;
}

.style-guide-block.block {
    display: block;
}

.style-guide-block.narrow {
    padding-top: 24px;
    padding-bottom: 24px;
}

.colors-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.color-block {
    height: 88px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.color-block.white {
    border: 1px solid #e8e9e9;
    background-color: #fff;
}

.color-block.titanium-black {
    background-color: #23272a;
}

.color-block.gold {
    background-color: #e5a96c;
}

.color-block.light-grey {
    border: 1px solid #e8e9e9;
    background-color: #fcfcfc;
}

.color-block.border-color {
    background-color: #e8e9e9;
}

.color-block.subtitles {
    background-color: #909294;
}

.color-block.paragraphs {
    background-color: #646769;
}

.color-block-wrapper {
    width: 20%;
    margin-right: 28px;
    margin-left: 28px;
    border-radius: 4px;
}

.color-title {
    margin-top: 10px;
    color: #23272a;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.color-title.margin-bottom {
    margin-bottom: 10px;
}

.style-guide-block-title {
    margin-bottom: -1px;
    padding: 32px 104px;
    border: 1px solid #e8e9e9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff;
}

.style-guide-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
}

.grayscale-block {
    height: 88px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #23272a;
}

.grayscale-block._100 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.grayscale-block._90 {
    background-color: #383c3e;
}

.grayscale-block._80 {
    background-color: #4f5254;
}

.grayscale-block._70 {
    background-color: #646769;
}

.grayscale-block._60 {
    background-color: #7b7d7f;
}

.grayscale-block._50 {
    background-color: #909294;
}

.grayscale-block._40 {
    background-color: #a7a8a9;
}

.grayscale-block._30 {
    background-color: #bcbdbe;
}

.grayscale-block._20 {
    background-color: #d3d3d4;
}

.grayscale-block._10 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #e8e9e9;
}

.greyscale-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 4px;
}

.greyscales-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.greyscale-title {
    margin-bottom: 10px;
    color: #23272a;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.headings-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.heading-block {
    margin-bottom: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.heading-subtitle {
    padding-left: 4px;
    color: #8f9193;
}

.sub-paragraph {
    color: #636668;
}

.buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button-block-wrapper {
    width: 33.334%;
    margin-right: 28px;
    margin-left: 28px;
    border-radius: 4px;
}

.button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 176px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e8e8;
}

.button-block.bg-img {
    background-image: url("../images/andrew-neel-369701.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.button-subtitle {
    margin-top: 10px;
    color: #8f9193;
    text-align: center;
}

.filled-btn {
    margin-top: 16px;
    margin-right: 16px;
    padding: 12px 24px;
    border: 2px solid transparent;
    background-color: #e62825;
    -webkit-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-decoration: none;
}

.filled-btn.small {
    padding: 8px 16px;
}

.filled-btn.no-margin-top {
    margin-top: 0px;
}

.filled-btn.no-margin-top.no-margin-right {
    margin-right: 0px;
}

.filled-btn.submit {
    width: 100%;
    margin-right: 0px;
}

.transparent-btn {
    margin-top: 16px;
    margin-right: 16px;
    padding: 12px 24px;
    border: 2px solid transparent;
    background-color: hsla(0, 0%, 100%, 0.3);
    -webkit-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-shadow: 0 0 10px rgba(35, 39, 42, 0.3);
}

.transparent-btn:hover {
    background-color: hsla(0, 0%, 100%, 0.5);
}

.transparent-btn:active {
    background-color: hsla(0, 0%, 100%, 0.3);
}

.transparent-btn.no-margin-top {
    margin-top: 0px;
}

.transparent-btn.no-margin-top.no-margin-right {
    margin-right: 0px;
}

.transparent-btn.small {
    padding: 8px 16px;
}

.transparent-btn.small.in-nav-bar {
    margin: 20px 0px 20px 12px;
    font-size: 15px;
}

.transparent-btn.small.go-home {
    margin-top: 0px;
    margin-right: 0px;
}

.page-title {
    margin-top: 24px;
    margin-bottom: 80px;
    text-align: center;
}

.page-title.section-header {
    margin-bottom: 16px;
}

.hero-section {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.897)),
            to(transparent)
        ),
        url("../images/home-3.jpg");
    background-image:
        -o-linear-gradient(top, rgba(0, 0, 0, 0.897), transparent),
        url("../images/home-3.jpg");
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.897), transparent),
        url("../images/home-3.jpg");
    background-position:
        0px 0px,
        50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.hero-section._404 {
    background-image:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(transparent),
            to(transparent)
        ),
        url("../images/home-3.jpg");
    background-image:
        -o-linear-gradient(top, transparent, transparent),
        url("../images/home-3.jpg");
    background-image:
        linear-gradient(180deg, transparent, transparent),
        url("../images/home-3.jpg");
    background-position:
        0px 0px,
        50% 50%;
    background-size: auto, cover;
}

.hero-section._401 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fcfcfc),
        to(#fcfcfc)
    );
    background-image: -o-linear-gradient(top, #fcfcfc, #fcfcfc);
    background-image: linear-gradient(180deg, #fcfcfc, #fcfcfc);
    background-position: 0px 0px;
}

.hero-title {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 4em;
    line-height: 4.5rem;
}

.hero-paragraph {
    margin-bottom: 48px;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.5rem;
}

.nav-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding-right: 56px;
    padding-left: 56px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-bar.bg {
    background-color: #23272a;
}

.nav-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.logo {
    height: 60px;
}

.logo.footer {
    display: block;
    height: 60px;
}

.brand {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.logo-wrapper {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-link {
    padding: 30px 12px;
    border-bottom: 1px solid transparent;
    -webkit-transition:
        opacity 200ms ease,
        color 200ms ease;
    -o-transition:
        opacity 200ms ease,
        color 200ms ease;
    transition:
        opacity 200ms ease,
        color 200ms ease;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.4px;
}

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

.nav-link.w--current {
    border-bottom: 1px solid #fff;
    opacity: 0.5;
    color: #fff;
}

.nav-link.w--current:hover {
    opacity: 0.8;
}

.dropbtn {
    background: transparent;
    outline: 0;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 200px;
    z-index: 9999999;
    background: #fff;
}

.dropdown-content a {
    display: block;
    color: #e62825 !important;
    width: 100%;
    padding: 1rem 12px;
    text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.section-header.margin-bottom {
    margin-bottom: 80px;
}

.section-subheading {
    margin-top: 0px;
    font-family: Lato, sans-serif;
    color: #e62825;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.section-subheading.left {
    text-align: left;
}

.section-title {
    font-family: "Playfair Display", sans-serif;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    text-transform: capitalize;
}

.section-title.left {
    text-align: left;
}

.section-title.white {
    color: #fff;
}

.section-title.extra-margin {
    margin-top: 24px;
    margin-bottom: 24px;
}

.section-header-paragraph {
    width: 50%;
    margin: 16px auto 0px;
    color: #636668;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.services-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 80px;
    grid-auto-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
iframe {
    width: 100% !important;
}
.contact-grids {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

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

.logos-grids {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
}

.logos-grids img {
    display: block;
    margin: auto;
    margin-bottom: 1.5rem;
    width: 180px;
}

.imf-logo img {
    margin-bottom: 0.5rem;
}

.our-grop-info {
    margin: 2rem 0;
}

.our-grop-page.polices h3 {
    margin-top: 2rem;
}

.our-grop-page .page-title {
    margin-bottom: 2.4rem;
}

.our-grop-info p {
    text-align: center;
}

.logo-grid span {
    color: #23272a;
    font-weight: bold;
    margin-right: 0.2rem;
}

.contact-form-wrapper {
    margin-top: 5rem;
}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.contact-info li {
    margin-bottom: 1.3rem;
    list-style: none;
    padding-right: 1rem;
}

.contact-info a {
    color: #23272a;
}

.contact-info img {
    width: 30px;
    margin-right: 0.5rem;
}

.contact-info span {
    color: #23272a;
    font-weight: bold;
    margin-right: 0.4rem;
}

.service-box {
    padding: 1.5rem 0.8rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e9e9;
    background-color: #fafafa;
}

.service-box li {
    list-style: none;
    margin-bottom: 0.3rem;
}

.service-box li::before {
    content: "o";
    font-weight: 700;
    color: #e62825;
    margin-right: 0.5rem;
}

.service-icon {
    width: 80px;
}

.service-title {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 30px;
    cursor: default;
}

#ppp-service .service-title {
    margin-top: 0rem;
}

.finance-box .service-title {
    margin-top: 1rem;
}

.insurance-service .service-icon {
    width: 120px;
}

.insurance-service .service-title {
    margin-top: 0;
}

.service-text {
    color: #636668;
    font-size: 15px;
    cursor: default;
}

.about-us-text {
    margin-top: 40px;
    margin-bottom: 0px;
}

.about-img {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-img-wrapper {
    position: relative;
    left: -32px;
}

.about-img-border {
    position: absolute;
    left: 32px;
    top: 32px;
    right: -32px;
    bottom: -32px;
    z-index: 0;
    border-style: solid;
    border-width: 8px;
    border-color: #e62825;
}

.polices a:focus,
.polices button:focus {
    outline: none;
    border: 0;
    -webkit-box-shadow: 0 0 0.2rem transparent;
    box-shadow: 0 0 0.2rem transparent;
    text-decoration: none;
}

.polices .btn-link {
    color: #23272a;
}

.polices h3 {
    margin-top: 5rem;
    color: #e62825;
}

.about-page li {
    font-size: 1.2em;
    margin-bottom: 1rem;
}

.about-page .quote-grid p {
    font-size: 1.3em;
    line-height: 1.8rem;
}

.polices a:hover,
.polices button:hover {
    text-decoration: none;
}

.footer-link:hover,
.copyright-text a:hover {
    text-decoration: none;
    color: #e62825;
}

.quote-title {
    z-index: 1;
    font-size: 36px;
    line-height: 50px;
}

.logos {
    text-align: center;
}

.logos img {
    width: 200px;
}

.quote-img {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.quote-img-border {
    position: absolute;
    left: -32px;
    top: 32px;
    right: 32px;
    bottom: -32px;
    z-index: 0;
    border-style: solid;
    border-width: 8px;
    border-color: #e62825;
}

.quote-img-wrapper {
    position: relative;
    right: -32px;
}

.signature-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
}

.signature {
    height: 56px;
    margin-right: 10px;
}

.vertical-divider {
    display: inline-block;
    width: 1px;
    height: 56px;
    background-color: #23272a;
    opacity: 0.5;
}

.quote-name {
    margin-top: 4px;
    margin-left: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: capitalize;
}

.quote-subtitle {
    margin-top: 4px;
    margin-left: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #909294;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
}

.quote-subtitles-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.quote-icon {
    position: absolute;
    left: -80px;
    top: -32px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/quote.svg");
    background-position: 0px 0px;
    background-size: 160px;
    background-repeat: no-repeat;
    opacity: 0.2;
}

.team-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e9e9;
    background-color: #fff;
    -webkit-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.team-block-wrapper:hover {
    background-color: #fafafa;
}

.team-img {
    width: 100%;
    min-height: 240px;
}

.team-img.member-1 {
    min-height: 272px;
    background-image: url("../images/ali-morshedlou-584053-unsplash2.jpg");
    background-position: 50% 32%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.team-img.member-2 {
    min-height: 272px;
    background-image: url("../images/adult-blurred-background-checkered-shirt-936072v3.jpg");
    background-position: 50% 30%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.team-img.member-3 {
    min-height: 272px;
    background-image: url("../images/adult-blur-books-842567v3.jpg");
    background-position: 50% 5%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.team-img.member-4 {
    min-height: 272px;
    background-image: url("../images/beautiful-blur-casual-935756v2.jpg");
    background-position: 50% 30%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.team-card-bottom {
    width: 100%;
    padding: 16px;
    border-top: 1px solid #e8e9e9;
}

.team-title {
    margin-top: 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    cursor: default;
}

.team-subtitle {
    padding-left: 4px;
    color: #8f9193;
    text-align: center;
    cursor: default;
}

.half-fields-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.div-block {
    width: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.text-field {
    height: 48px;
    margin-bottom: 32px;
    padding: 16px;
    border: 1px solid #e8e9e9;
    background-color: #fcfcfc;
    -webkit-transition: border-color 200ms ease;
    -o-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    color: #23272a;
}

.text-field:focus {
    border-color: #e4a86d;
}

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

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

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

.text-field::-moz-placeholder {
    color: #909294;
}

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

.select-field {
    height: 48px;
    margin-bottom: 32px;
    padding: 14px 16px;
    border: 1px solid #e8e9e9;
    background-color: #fcfcfc;
    -webkit-transition: border-color 200ms ease;
    -o-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    color: #909294;
}

.select-field:focus {
    border-color: #e4a86d;
}

.textarea {
    min-height: 240px;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid #e9e8e8;
    background-color: #fcfcfc;
    -webkit-transition: border-color 200ms ease;
    -o-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    color: #23272a;
}

.textarea:focus {
    border-color: #e4a86d;
}

.textarea::-webkit-input-placeholder {
    color: #909294;
}

.textarea:-ms-input-placeholder {
    color: #909294;
}

.textarea::-ms-input-placeholder {
    color: #909294;
}

.textarea::-moz-placeholder {
    color: #909294;
}

.textarea::placeholder {
    color: #909294;
}

.textarea.small {
    min-height: 120px;
}

.footer {
    background-color: #23272a;
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.footer-link {
    display: block;
    margin-bottom: 10px;
    -webkit-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-decoration: none;
    cursor: pointer;
}

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

.copyright-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    padding: 32px 56px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #383c3e;
}

.footer-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 64px;
    padding-right: 56px;
    padding-left: 56px;
}

.copyright-text {
    display: inline-block;
    color: #909294;
}

.map {
    width: 100%;
    margin-top: 80px;
}

.subtext {
    font-family: Lato, sans-serif;
    color: #23272a;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.subtext.white {
    color: #fff;
}

.subtext.white.small {
    font-size: 14px;
    line-height: 20px;
}

.modal-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    display: none;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(35, 39, 42, 0.5);
    opacity: 0;
}

.modal {
    position: static;
    padding: 32px;
    background-color: #fff;
}

.modal-form {
    margin-top: 56px;
}

.whatsapp-wrapper {
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

.whatsapp-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

.whatsapp-divider-line {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background-color: #d0d0d0;
}

.whatsapp-divider-text {
    padding: 0 20px;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.whatsapp-btn {
    display: inline-block;
    background-color: #25d366;
    text-decoration: none;
    margin-top: 0;
    margin-right: 0;
    padding: 14px 32px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover {
    background-color: #1fb855;
    -webkit-box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.whatsapp-btn:active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 2px 6px rgba(37, 211, 102, 0.3);
    box-shadow: 0 2px 6px rgba(37, 211, 102, 0.3);
}

.close-modal-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #e62825;
    background-color: #e62825;
    -webkit-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    cursor: pointer;
}

.cross-line {
    width: 2px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    -webkit-transform: translate(-1px, -1px) rotate(45deg);
    -ms-transform: translate(-1px, -1px) rotate(45deg);
    transform: translate(-1px, -1px) rotate(45deg);
}

.cross-line.mirror {
    -webkit-transform: translate(1px, -1px) rotate(-45deg);
    -ms-transform: translate(1px, -1px) rotate(-45deg);
    transform: translate(1px, -1px) rotate(-45deg);
}

.big-error-text {
    font-family: "Playfair Display", sans-serif;
    color: #e62825;
    font-size: 120px;
    line-height: 126px;
    text-align: center;
}

._401-form {
    width: 33.333%;
}

.form {
    width: auto;
}

.success-message {
    background-color: #e4a86d;
    color: #fff;
}

.error-message {
    background-color: #f6e3d2;
    color: #23272a;
}

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

.source-block {
    display: block;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e8e9e9;
}

.source-block.last {
    border-bottom-style: none;
}

.btn-container {
    margin-top: 32px;
}

.btn-container.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-col {
    width: 25%;
    padding-right: 16px;
    padding-left: 16px;
}

.footer-col.first {
    padding-right: 32px;
    padding-left: 0px;
}

.footer-info-text {
    display: inline-block;
    margin-top: 24px;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 14px;
    line-height: 20px;
}

.footer-title {
    margin-bottom: 16px;
    font-family: "Playfair Display", sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.footer-text {
    display: inline-block;
    margin-bottom: 10px;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 16px;
    line-height: 20px;
}

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

.about-grid {
    display: -ms-grid;
    display: grid;
    padding-right: 32px;
    padding-left: 32px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 41.667% 8.334% 50%;
    grid-template-columns: 41.667% 8.334% 50%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.quote-block-left {
    position: relative;
}

.quote-grid {
    display: -ms-grid;
    display: grid;
    padding-right: 32px;
    padding-left: 32px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 50% 8.334% 41.667%;
    grid-template-columns: 50% 8.334% 41.667%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

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

.changelog-text {
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 46px;
        line-height: 52px;
    }
    h2 {
        font-size: 40px;
        line-height: 46px;
    }
    h3 {
        font-size: 34px;
        line-height: 40px;
    }
    h4 {
        font-size: 28px;
        line-height: 34px;
    }
    h5 {
        font-size: 22px;
        line-height: 28px;
    }
    h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .section {
        padding-top: 104px;
        padding-bottom: 104px;
    }
    .section.gray-body.extra-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .style-guide-block-wrapper {
        margin-bottom: 64px;
    }
    .style-guide-block {
        padding: 64px 88px;
    }
    .colors-wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .color-block-wrapper {
        width: 25%;
        margin-right: 20px;
        margin-left: 20px;
    }
    .color-title {
        font-size: 12px;
    }
    .style-guide-block-title {
        padding-right: 88px;
        padding-left: 88px;
    }
    .style-guide-title {
        font-size: 22px;
        line-height: 30px;
    }
    .heading-block {
        margin-bottom: 16px;
    }
    .button-block-wrapper {
        margin-right: 8px;
        margin-left: 8px;
    }
    .hero-title {
        font-size: 70px;
        line-height: 76px;
    }
    .nav-bar {
        padding-right: 16px;
        padding-left: 32px;
    }
    .nav-menu {
        background-color: #383c3e;
    }
    .nav-link {
        text-align: center;
    }
    .nav-link.w--current {
        border-bottom-color: transparent;
    }
    .section-title {
        font-size: 40px;
        line-height: 46px;
    }
    .section-header-paragraph {
        width: 80%;
    }
    .logos-grids {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .logo-grid {
        margin-bottom: 4rem;
    }
    .services-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .about-us-text {
        margin-top: 32px;
        font-size: 14px;
        line-height: 20px;
    }
    .team-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .quote-title {
        font-size: 22px;
        line-height: 38px;
    }
    .quote-icon {
        left: -32px;
        top: -8px;
        width: 80%;
        height: 80%;
        background-size: 80px;
    }
    .text-field.small {
        margin-bottom: 16px;
    }
    .select-field.small {
        margin-bottom: 16px;
    }
    .textarea.small {
        margin-bottom: 0px;
    }
    .copyright-text.right {
        font-size: 12px;
        line-height: 18px;
    }
    .copyright-text.left {
        font-size: 12px;
        line-height: 18px;
    }
    .icon {
        color: #fff;
        font-size: 32px;
        line-height: 32px;
        text-align: center;
    }
    .menu-button {
        padding: 24px;
    }
    .menu-button.w--open {
        background-color: #383c3e;
    }
    .modal-form {
        margin-top: 40px;
    }
    .whatsapp-wrapper {
        margin-top: 32px;
    }
    .hero-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .quote-grid {
        -ms-grid-columns: 41.667fr 50%;
        grid-template-columns: 41.667fr 50%;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 44px;
        line-height: 50px;
    }
    h2 {
        font-size: 38px;
        line-height: 44px;
    }
    h3 {
        font-size: 32px;
        line-height: 38px;
    }
    h4 {
        font-size: 26px;
        line-height: 32px;
    }
    h5 {
        font-size: 20px;
        line-height: 26px;
    }
    h6 {
        font-size: 14px;
        line-height: 22px;
    }
    .section {
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .section.gray-body.extra-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .style-guide-block-wrapper {
        margin-bottom: 48px;
    }
    .style-guide-block {
        padding: 48px 72px;
    }
    .colors-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .color-block-wrapper {
        width: 100%;
        margin: 16px 0px;
    }
    .style-guide-block-title {
        padding: 16px 72px;
    }
    .style-guide-title {
        font-size: 18px;
        line-height: 24px;
    }
    .buttons-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .button-block-wrapper {
        width: 100%;
        margin-bottom: 32px;
    }
    .hero-title {
        font-size: 64px;
        line-height: 70px;
    }
    .nav-bar {
        padding-right: 8px;
        padding-left: 24px;
    }
    .logo {
        height: 55px;
    }
    .logo.footer {
        margin-left: -10px;
    }
    .section-title {
        font-size: 36px;
        line-height: 42px;
    }
    .section-header-paragraph {
        width: 100%;
    }
    .about-img-wrapper {
        left: -32px;
        padding-left: 32px;
    }
    .about-img-border {
        left: 56px;
        top: 24px;
        right: -32px;
        bottom: -32px;
    }
    .quote-title {
        font-size: 32px;
        line-height: 38px;
    }
    .quote-img-border {
        left: -32px;
        top: 24px;
        right: 56px;
        bottom: -32px;
    }
    .quote-img-wrapper {
        right: -32px;
        padding-right: 32px;
    }
    .quote-name {
        margin-top: 0px;
        font-size: 14px;
        line-height: 20px;
    }
    .quote-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-link {
        margin-bottom: 16px;
    }
    .copyright-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .copyright-text.right {
        margin-top: 4px;
    }
    .copyright-text.left {
        margin-top: 4px;
    }
    .modal {
        padding: 24px;
    }
    .modal-form {
        margin-top: 32px;
    }
    .whatsapp-wrapper {
        margin-top: 28px;
    }
    .whatsapp-divider {
        margin-bottom: 24px;
    }
    .footer-col {
        width: 100%;
        margin-bottom: 16px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .footer-col.first {
        padding-right: 0px;
    }
    .footer-title {
        margin-bottom: 24px;
    }
    .footer-text {
        margin-bottom: 16px;
    }
    .about-grid {
        padding-right: 0px;
        padding-left: 0px;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .about-block-right {
        margin-bottom: 32px;
    }
    .quote-block-left {
        padding-bottom: 12px;
    }
    .quote-grid {
        padding-right: 0px;
        padding-left: 0px;
        grid-row-gap: 32px;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .changelog-text-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 479px) {
    .section.gray-body.extra-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contact-grids {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .hero-title {
        font-size: 8vw;
        line-height: 10.5vw;
    }
    .nav-bar {
        padding-right: 8px;
        padding-left: 16px;
    }
    .filled-btn.submit {
        width: 50%;
    }
    .contact-info img {
        width: 24px;
        margin-right: 0.3rem;
    }
    .modal .filled-btn.submit {
        width: 100%;
    }
    .whatsapp-wrapper {
        margin-top: 24px;
    }
    .whatsapp-divider {
        margin-bottom: 20px;
    }
    .whatsapp-btn {
        width: 90%;
        padding: 12px 24px;
        font-size: 15px;
    }
    .logo {
        height: 50px;
    }
    .about-img-border {
        top: 24px;
        right: -24px;
        bottom: -24px;
    }
    .team-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }
    .quote-title {
        font-size: 22px;
    }
    .quote-img-border {
        left: 24px;
        top: 24px;
        right: 1rem;
        bottom: -24px;
    }
    .quote-img-wrapper {
        top: 32px;
    }
    .half-fields-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .div-block {
        display: none;
    }
    .footer-links {
        margin-top: 32px;
    }
    .footer-link {
        margin-right: 0px;
        margin-left: 0px;
    }
    .footer-section {
        padding-top: 48px;
        padding-right: 40px;
        padding-left: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .copyright-text.right {
        line-height: 26px;
        text-align: center;
    }
    .copyright-text.left {
        margin-top: 8px;
    }
    .modal {
        margin-right: 8px;
        margin-left: 8px;
        padding: 16px;
    }
    .modal-form {
        margin-top: 16px;
    }
    .close-modal-btn {
        z-index: 0;
        padding: 16px 24px;
    }
}

#w-node-e7d0f29580bb-03fe3acd {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-e98f6e10d33b-03fe3acd {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-264e2b4b227b-03fe3acd {
    grid-column: 3;
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-099509ee46f2-03fe3acd {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

#w-node-201538ac5008-03fe3acd {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    grid-column: 3;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-22a8835ac5ee-03fe3acd {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-ab6d50002152-03fe3acd {
    grid-column: 4;
    -ms-grid-column: 4;
    grid-column-start: 4;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-9a331811027d-03fe3acd {
    grid-column: 3;
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-1f3cf5a7d840-03fe3acd {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-6cb6c740ed8f-03fe3acd {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-91591364f67d-03fe3acd {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    grid-column: 3;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.thanks .subtext,
._404 .subtext {
    text-transform: unset;
}

@media screen and (max-width: 991px) {
    #w-node-e98f6e10d33b-03fe3acd {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }
    #w-node-264e2b4b227b-03fe3acd {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }
    #w-node-099509ee46f2-03fe3acd {
        -webkit-align-self: start;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    }
    #w-node-ab6d50002152-03fe3acd {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }
    #w-node-9a331811027d-03fe3acd {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }
    #w-node-91591364f67d-03fe3acd {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }
}

@media screen and (max-width: 767px) {
    #w-node-201538ac5008-03fe3acd {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: center;
        align-self: center;
    }
    #w-node-91591364f67d-03fe3acd {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
    }
}

@media screen and (max-width: 479px) {
    #w-node-ab6d50002152-03fe3acd {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 4;
        grid-row-start: 4;
        -ms-grid-row-span: 1;
        grid-row-end: 5;
    }
    #w-node-9a331811027d-03fe3acd {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }
    #w-node-1f3cf5a7d840-03fe3acd {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }
}
