* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Objective';
    font-size: 1.5rem;
    line-height: 2.6rem;
    color: #373A3C;
}

ul {
    padding-left: 2rem;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.post,
.page {
    margin-bottom: 0;
}

@font-face {
    font-family: 'Objective';
    src: url("../fonts/Objective-Regular.eot");
    src: url("../fonts/Objective-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Objective-Regular.woff2") format("woff2"), url("../fonts/Objective-Regular.woff") format("woff"), url("../fonts/Objective-Regular.ttf") format("truetype"), url("../fonts/Objective-Regular.svg#Objective-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Objective';
    src: url("../fonts/Objective-Medium.eot");
    src: url("../fonts/Objective-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Objective-Medium.woff2") format("woff2"), url("../fonts/Objective-Medium.woff") format("woff"), url("../fonts/Objective-Medium.ttf") format("truetype"), url("../fonts/Objective-Medium.svg#Objective-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-size: 3.4rem;
    line-height: 4.6rem;
    font-weight: 500;
}

h2 {
    font-size: 2.6rem;
    line-height: 3.5rem;
    font-weight: 500;
}

h3 {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 500;
}

h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 500;
}

h5 {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 500;
}

h6 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
}

p {
    font-size: 1.5rem;
    line-height: 2.4rem;
}

a {
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #4A69BD;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}

    a:hover {
        color: #081451;
    }

.font-18 {
    font-size: 1.8rem;
}

.font-medium {
    font-weight: 500;
}

.font-15 {
    font-size: 1.5rem;
}

.font-12 {
    font-size: 1.2rem !important;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

select {
    -moz-appearance: none;
}

@-moz-document url-prefix() {
    select.home__input {
        color: #000;
        padding-top: 10px;
    }

        select.home__input::placeholder {
            color: #f0f0f0;
        }
}

.header {
    background-color: #FFFFFF;
    padding: 18.5px 20px;
}

    .header .navbar {
        width: 100%;
        padding: 0;
    }

        .header .navbar .nav-link {
            display: inline;
        }

            .header .navbar .nav-link.dropdown-toggle::after {
                border: 0;
            }

    .header .navbar-toggler {
        border: none;
        padding: 0;
    }

        .header .navbar-toggler:focus {
            outline: none;
            box-shadow: none;
        }

    .header .navbar-light .navbar-toggler-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC4yMDIiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzMC4yMDIgMjQiPg0KICA8cGF0aCBpZD0iYmFycy1saWdodCIgZD0iTTI5LjgsODAuNDI3SC40YS40LjQsMCwwLDEtLjQtLjRWNzguNEEuNC40LDAsMCwxLC40LDc4SDI5LjhhLjQuNCwwLDAsMSwuNC40djEuNjE4YS40LjQsMCwwLDEtLjQuNFptMCwxMC43ODdILjRhLjQuNCwwLDAsMS0uNC0uNFY4OS4xOTFhLjQuNCwwLDAsMSwuNC0uNEgyOS44YS40LjQsMCwwLDEsLjQuNHYxLjYxOGEuNC40LDAsMCwxLS40LjRaTTI5LjgsMTAySC40YS40LjQsMCwwLDEtLjQtLjRWOTkuOTc4YS40LjQsMCwwLDEsLjQtLjRIMjkuOGEuNC40LDAsMCwxLC40LjRWMTAxLjZhLjQuNCwwLDAsMS0uNC40WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNzgpIiBmaWxsPSIjMjEyNTI5Ii8+DQo8L3N2Zz4NCg==);
    }

    .header.header--scroll .navbar-light .navbar-nav .nav-link:focus, .header.header--scroll .navbar-light .navbar-nav .nav-link:hover, .header.header--default-white .navbar-light .navbar-nav .nav-link:focus, .header.header--default-white .navbar-light .navbar-nav .nav-link:hover {
        color: #212529;
    }

    .header .navbar-light .navbar-nav .nav-link:focus, .header .navbar-light .navbar-nav .nav-link:hover {
        color: #212529;
    }

    .header .container-fluid {
        padding: 0;
    }

        .header .container-fluid .row {
            width: 100%;
        }

.header__mobile-menu svg {
    display: none;
}

.header.header--default .header__menu .navbar-nav li .dropdown-menu {
    top: 52px;
}

    .header.header--default .header__menu .navbar-nav li .dropdown-menu li a {
        text-shadow: none;
        color: #212529;
    }

    .header.header--default .header__menu .navbar-nav li .dropdown-menu li:hover a {
        color: #496abd !important;
    }

.header.header--default .navbar-nav li a {
    color: #212529;
    text-shadow: none;
}

    .header.header--default .navbar-nav li a.active {
        color: #212529;
    }

.header.header--default .navbar-nav li .dropdown-menu li a {
    color: #212529;
}

.header.header--clear {
    background-color: transparent;
    box-shadow: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .header.header--clear .header__menu, .header.header--clear .header__right-logo {
        display: none !important;
    }

    .header.header--clear.header--scroll {
        background-color: transparent;
    }

.header .navbar-nav {
    flex-direction: row;
}

    .header .navbar-nav li.nav-item.dropdown a {
        text-transform: uppercase;
    }

        .header .navbar-nav li.nav-item.dropdown a::after {
            bottom: -22px;
        }

    .header .navbar-nav li.nav-item.dropdown .dropdown-menu {
        padding: 0;
    }

        .header .navbar-nav li.nav-item.dropdown .dropdown-menu li {
            border-bottom: 1px solid #DDDDDD;
        }

            .header .navbar-nav li.nav-item.dropdown .dropdown-menu li:last-child {
                border-bottom: 0;
            }

    .header .navbar-nav li.nav-item.dropdown a {
        text-align: right;
        text-transform: capitalize;
        padding: 1.4rem 1.5rem !important;
    }

        .header .navbar-nav li.nav-item.dropdown a.active:after {
            opacity: 1;
        }

        .header .navbar-nav li.nav-item.dropdown a.dropdown-item::after {
            display: none;
        }

        .header .navbar-nav li.nav-item.dropdown a.dropdown-item:focus, .header .navbar-nav li.nav-item.dropdown a.dropdown-item:hover {
            background-color: transparent;
            color: #496abd;
        }

    .header .navbar-nav li a {
        font-size: 1.2rem;
        color: #212529;
        font-weight: 500;
        text-transform: uppercase;
        padding: 1rem 1.85rem !important;
        position: relative;
    }

        .header .navbar-nav li a::after {
            content: "";
            position: absolute;
            bottom: -26px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #496abd;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }

        .header .navbar-nav li a:hover {
            color: #212529;
        }

            .header .navbar-nav li a:hover::after {
                opacity: 1;
            }

        .header .navbar-nav li a.active::after {
            opacity: 1;
        }

.header.header--default {
    background-color: #fff;
}

    .header.header--default .navbar-nav {
        display: flex !important;
    }

    .header.header--default.header--default-white {
        background-color: #fff !important;
    }

        .header.header--default.header--default-white .navbar-nav li a {
            color: #212529;
            text-shadow: none;
        }

            .header.header--default.header--default-white .navbar-nav li a:hover {
                color: #212529 !important;
            }

    .header.header--default.header--default-no-nav .navbar-nav {
        display: none !important;
    }

    .header.header--default.header--scroll .navbar-nav li a {
        color: #212529;
        text-shadow: none;
    }

        .header.header--default.header--scroll .navbar-nav li a:hover {
            color: #212529 !important;
        }

.header.header--scroll {
    background-color: #fff;
}

    .header.header--scroll .navbar-nav li a {
        color: #212529;
    }

.header__right-logo img {
    max-height: 5rem;
}

@media screen and (max-width: 767px) {
    .header.header--default .header__right-logo {
        display: none;
    }

    .header.header--default .navbar-collapse.show .navbar-nav {
        right: 20px;
    }

    .header.header--default .navbar-collapse .navbar-nav {
        flex-direction: column;
        background-color: #fff;
        position: fixed;
        right: -100%;
        top: 64px;
        padding: 0;
        transition: right 0.3s ease-in-out;
        min-width: 25.2rem;
    }

        .header.header--default .navbar-collapse .navbar-nav li {
            text-align: right;
            border: 1px solid #DDDDDD;
            border-bottom: 0;
        }

            .header.header--default .navbar-collapse .navbar-nav li a {
                color: #212529;
                padding: 1.4rem 1.5rem !important;
                display: block;
                text-shadow: none;
            }

                .header.header--default .navbar-collapse .navbar-nav li a::after {
                    display: none;
                }

                .header.header--default .navbar-collapse .navbar-nav li a.active {
                    background-color: transparent;
                    color: #496abd;
                }

            .header.header--default .navbar-collapse .navbar-nav li:last-child {
                border-bottom: 1px solid #DDDDDD;
            }

            .header.header--default .navbar-collapse .navbar-nav li .dropdown-menu {
                border-radius: 0;
                border: 0;
            }

                .header.header--default .navbar-collapse .navbar-nav li .dropdown-menu li {
                    border: 0;
                    border-bottom: 1px solid #DDDDDD;
                }

                    .header.header--default .navbar-collapse .navbar-nav li .dropdown-menu li:first-child {
                        border-top: 1px solid #DDDDDD;
                    }

                    .header.header--default .navbar-collapse .navbar-nav li .dropdown-menu li:last-child {
                        border-bottom: 0;
                    }
}

.header__logo .navbar-nav {
    flex-direction: row;
}

    .header__logo .navbar-nav li a::after {
        display: none;
    }

    .header__logo .navbar-nav li.nav-item.dropdown > a {
        padding: 0;
    }

    .header__logo .navbar-nav li.nav-item.dropdown a {
        text-transform: uppercase;
    }

        .header__logo .navbar-nav li.nav-item.dropdown a::after {
            display: none;
        }

    .header__logo .navbar-nav li.nav-item.dropdown .dropdown-menu {
        padding: 0;
        min-width: 25.2rem;
        position: absolute;
        top: 63px;
    }

        .header__logo .navbar-nav li.nav-item.dropdown .dropdown-menu li {
            border-bottom: 1px solid #DDDDDD;
        }

            .header__logo .navbar-nav li.nav-item.dropdown .dropdown-menu li:last-child {
                border-bottom: 0;
            }

            .header__logo .navbar-nav li.nav-item.dropdown .dropdown-menu li:hover a {
                color: #496abd !important;
            }

    .header__logo .navbar-nav li.nav-item.dropdown a {
        text-align: left;
        text-transform: capitalize;
        padding: 1.45rem 1.5rem;
        color: #212529;
        text-shadow: none;
    }

        .header__logo .navbar-nav li.nav-item.dropdown a.nav-logo {
            padding: 0 !important;
        }

            .header__logo .navbar-nav li.nav-item.dropdown a.nav-logo img {
                max-height: 5rem;
            }

        .header__logo .navbar-nav li.nav-item.dropdown a.dropdown-item::after {
            display: none;
        }

        .header__logo .navbar-nav li.nav-item.dropdown a.dropdown-item:focus, .header__logo .navbar-nav li.nav-item.dropdown a.dropdown-item:hover {
            background-color: transparent;
            color: #496abd;
        }

.header__logo .nav-item.active {
    position: relative;
    height: 5rem;
    display: flex;
    align-items: center;
}

    .header__logo .nav-item.active::after {
        content: "";
        position: absolute;
        bottom: -18px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #496abd;
        transition: opacity 0.3s ease-in-out;
    }

.header__right-logo a.active {
    position: relative;
}

    .header__right-logo a.active::after {
        content: "";
        position: absolute;
        bottom: -39px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #496abd;
        transition: opacity 0.3s ease-in-out;
    }

.footer {
    background-color: #343a40;
    padding: 8.3rem 0 13.6rem;
    position: relative;
}

    .footer::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% auto;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='white' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='white' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='white' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='white' fill-opacity='0.06'></path></svg>");
    }

    .footer::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% auto;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='white' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='white' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='white' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='white' fill-opacity='0.06'></path></svg>");
    }

    .footer .container {
        max-width: 133.7rem;
        padding: 0 2.4rem;
        position: relative;
        z-index: 1;
    }

.footer__logo {
    margin-bottom: 1.4rem;
}

    .footer__logo img {
        max-width: 100%;
        max-height: 9rem;
    }

.footer__copyright {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.3rem;
}

.footer__menu-top {
    display: flex;
    flex-wrap: wrap;
}

    .footer__menu-top span {
        color: #fff;
    }

        .footer__menu-top span img {
            margin-left: 1.3rem;
        }

.footer__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .footer__menu li {
        margin-right: 1.4rem;
    }

        .footer__menu li a {
            text-decoration: none;
            color: #fff;
            transition: color 0.3s ease-in-out;
        }

            .footer__menu li a:hover {
                color: #4A69BD;
            }

.footer__social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

    .footer__social li {
        margin-right: 3.2rem;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }

        .footer__social li:hover {
            opacity: 0.7;
        }

        .footer__social li:last-child {
            margin-right: 0;
        }

@media screen and (max-width: 991px) {
    .footer {
        padding: 5rem 0;
    }

    .footer__logo {
        margin-bottom: 2.6rem;
    }

    .footer__social {
        margin-top: 1.9rem;
    }

    .footer__copyright {
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 680px) {
    .footer__logo {
        width: 50%;
    }
}

@media screen and (max-width: 502px) {
    .footer__menu {
        margin-bottom: 1.7rem;
    }
}

.btn {
    height: 5.2rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #373A3C;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0 2.3rem;
}

    .btn.btn-outline-primary {
        border: 1px solid #4A69BD;
        transition: all 0.3s ease-in-out;
    }

        .btn.btn-outline-primary:disabled {
            color: #818A91;
            border: 1px solid #DDDDDD;
            cursor: not-allowed !important;
        }

        .btn.btn-outline-primary:hover {
            background-color: #4A69BD;
            color: #fff;
        }

    .btn.btn-outline-primary--clear {
        border: none;
        background-color: transparent;
    }

        .btn.btn-outline-primary--clear:hover {
            background-color: transparent;
            color: #4A69BD;
        }

    .btn.btn-outline-primary--plan {
        display: block;
        width: 100%;
        margin-bottom: 1.5rem;
        background-color: transparent;
        padding: 1.9rem 0 1.9rem;
    }

    .btn.btn-outline-primary--price {
        width: 9.4rem;
        height: 4rem;
    }

    .btn.btn-outline-primary--back {
        padding: 0;
        width: 100%;
    }

        .btn.btn-outline-primary--back svg {
            position: relative;
            top: -2px;
            margin-right: 1.1rem;
        }

            .btn.btn-outline-primary--back svg path {
                transition: all 0.3s ease-in-out;
            }

        .btn.btn-outline-primary--back:hover svg path {
            fill: #fff;
        }

    .btn.btn-outline-primary--prev {
        padding: 1.9rem 1.9rem 0;
    }

        .btn.btn-outline-primary--prev svg {
            position: relative;
            top: -2px;
            margin-right: 1.1rem;
        }

            .btn.btn-outline-primary--prev svg path {
                transition: all 0.3s ease-in-out;
            }

        .btn.btn-outline-primary--prev:hover svg path {
            fill: #fff;
        }

    .btn.btn-outline-primary--next {
        padding: 1.9rem 1.9rem 0;
    }

        .btn.btn-outline-primary--next svg {
            position: relative;
            top: -2px;
            margin-left: 1.1rem;
        }

            .btn.btn-outline-primary--next svg path {
                transition: all 0.3s ease-in-out;
            }

        .btn.btn-outline-primary--next:hover svg path {
            fill: #fff;
        }

.btn--remove {
    padding: 0;
}

    .btn--remove:focus {
        outline: none;
    }

a.btn {
    padding-top: 1.9rem;
}

a.btn-video {
    display: flex;
    align-items: center;
    text-decoration: none;
}

    a.btn-video .button-video {
        height: 5.2rem;
        width: 5.2rem;
        border-radius: 50%;
        border: 1px solid #4A69BD;
        margin-right: 2rem;
    }

    a.btn-video .button-video__wrapper {
        display: flex;
        align-items: center;
    }

        a.btn-video .button-video__wrapper span {
            font-size: 1.1rem;
            font-weight: 500;
            color: #4A69BD;
            text-transform: uppercase;
        }

    a.btn-video .button-video i {
        position: relative;
        top: 2px;
        font-size: 1.8rem;
        color: #4A69BD;
    }

    a.btn-video:hover span {
        color: #4A69BD;
    }

.btn-close {
    color: #000 !important;
}

.btn-close--white {
    color: #fff !important;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAQAAACWCLlpAAAH2ElEQVR42uWd3WscVRjGT760lep/4I0UFaQoglQqWrHWr5ZoW8QkF0p6k+A/4FVveqUXeiH+JaIUpVTwK0TTgiYFeyEobdPaChYKqUl29vF87GxmNpvszsz7znnfcZam2WbPpOe35zn7nHfOPmuMPWBv9usoRu3XcTyDD/AlfsEN3MZlnMdZvIg93Z/7x+o/cn2+H8/hDL7GMm7hJlZwzt47hIk+fe42G8EYjuIbrKH3WMdFvIMJ+8gx/9imoBqzfR7Fm/gR/27r8z0sYNL3edSkfU6b2T8P44vOA1tI0O7cEnvP/Q17yidMI3CFHvg+P2KVA9+/3j6H4wL2Bzq+VRfVQfzuMbU8mPyRNr+NY/pxZVAdxtWBfV7FkQ4hs4Xqjv3BJnY7XNMNTOvGlUE15cXX2rXPjsgaXu6MLox4AV4Z2MwdbqCue1zjOnF1UI3br9O2J270DDoclat43M3qAdbnA0dVFteGVlw5VBtDoUpH17e4L5zi1aFGVRZXS6MYMwKc9rNUMnSfHa6pcJILHgEK4dpwjTWNrsyomiowqtIeA0vWd+FZ3PVzPwrjmtGDK4NqpjCqQKeF14x160VEmMWVaBFjToBJYVTpNP+h8Ua0eOPQRoWRyKHaqNDbBWPXgEVFqMpIlDALOwnxmrHL5bKwAq5NybhyqDZLo+qskI1dwpSHlcUlUIw5AVZFZftqcLkSLMFGopJZ6CfDG8avuisSl2gkKpqFfrAuGZwtZR2Eu/oKbn1n6/CpwRH7GlFNiOKMBIlZyI8rx+ekk84SwekEGQkis9A7FH7Dg8ZruroQxYiRXIDpQvr9cPoJfE+IK6qRIDYLW/PVchhX7urFAW9NEyJc0cTIIMBA5Q4OBVLheXijU6inwRWlPFiytDdoandnmUnLyimueVJctc9dLHNVuN4z371gkfkl890XSXWji2lUORbzuSfdfzPSxZWQ4Vqvy9Xn3Po6qQADqhGTvSbd/WW0YqylPEhQ2ttNgNuf7G242kSvI+xGoscsgEyAO6FiFiPj3MViFnYSYC242MqDpKW9IqgYxcjk6lnc+iAB7jK6KI0EcXmQtLTXzyyMDPE/ZRMjaXmQuLRXTIC7ilGckajdLBTCRWUkSMqD5KW9onOVHiMRzSxEwVVpic2yXK6Kquc5nJNhJBjNwlzlFx9ZRkKEWYhkJArOXYylPRpUrEai0NzFXNqjM8tM5UEMP7p6RhXYSntkuKIZCZFmoYAYk/pcPZNbT8gFGL88GKW0p1OM6gQYrzwYtbQnWIx9jATTwoZfgPW7evFuXYCr75YHhZT2WMRIbiTElPZEG4nU1Y+LKe3JNxIqzUIUXAlO2lvSIFRsYnTnuGdvIDpbXAGyG4k2Ifi2iFHFKkYqVIkoVGxGQrdZqL08KLO0J1aMzRJgH1y05cHqpb0RoW8aZbnOGO864P9AjNIFKAiXJlRsrl6fW4/q6vW5dcFi1CbAiK4+USjASHNXWzmqGsWoWYA142oKqhrE2AQB7jK66I9mjKo+uGa7hWOa8jMw2yhUuWrXKT/D0MFKcMo0JpXXbNveAcJZq93dsNSgGWtr0xDIJ3jozk3tL0C6nTBD7MDRjopq116J3YP6BMi5OtQeYsyyxX/QhiWduGqYq5oyd7Hs2iuxe1AXqpkaUfXZPQhVAkxqv5SvKcSY5Q25ZXcPjsm/aliPWdBuJFi2+JfHJXnNyPKGXApcQvfQ1G8WNBqJiGZBm5Fge49N81w9Y3pHu2FGgun9gO3OB1K1G2QkGAV42t6aJEbe9A45KSWSBZheB6R/P2MsMfKnd8hIKZE6V/VsGpKQUiJ3VPVs8W9EiHF9wbzqQ4zrzdpTHWJcf3qH2hDjOOkdKkOM46V3qAsxjhvMqyrEOH56h5oQYxnBvCpCjOUE84o3ErKCeUWHGMuL+hJrJGQG84oMMZYbzCsuxFh21JcoIyE/mFdMiLGOYF4RIcZ6gnmjhxjrygWNaiT0BfNGCzHWGcwbpTyoN5i3djHqDuattTyoP5i3thDjzjU65cG8zK4+xdX9AFvlwbzM5cGxdGy5b14gs6DR0jsYy4PH049Gdh+6vR9/oAHBvGxG4i885UnZk4/iK9B8nHv0SAoWMToyi9gbfsGJpqBiw+VM+ulw4h9IJCgmvYNBjI7Or3Zs4TBJjrGoqC9yIxHaTxqcIRChuPgccjE6Qh8bP7knOs1CjUbCwV4yWK4oQrHBvKTlQdf2usGtSrBE51cRi7FlcLMCLPHBvKQhxpsGK6VhqQjmJbrO6FqtGpwrOcGrCZAjEaNrs1jWOqjK2iPA1bEOz2OtsBDVZe1VdPVt/+d4meWOymDeSq7e0VnGA+4UbxUSotqwywpidAvp2XCSUZzv/INSt87s6h2Zn32Jxhf/HsWfQ40u7s8yrRvXML7LUbmNpwOpsCB4ydceWgOa6QwR30mMc50rOINQJTiRlpVTXK94L7/ZV8vuOXDN7obive5c0AyuSfztgezUZyfAf1JU6L4Hy915DN8hfUN32jzcC68dyzjYjJjLzBL7AH7q6WU6NMK9JTzZc+XQN3Vz1x68jYt9BmYbV6zG9zUnQDWDay/es0u+dh8BruBdZxfsC2D+mjTCq2IAdhQfYQHXsG4J38AlfGbNxUPpz5sSzJvr8z4cwyd2FF23iDaxikV773U/OHJ9/g8h5k/PhCpeTgAAAABJRU5ErkJggg==") center/1em auto no-repeat;
    opacity: 1;
}

.hero {
    height: 100vh;
    background-size: cover;
}

.hero__content {
    padding: 0 2.4rem;
}

    .hero__content h2 {
        font-size: 3.4rem;
        line-height: 4.6rem;
        font-weight: 500;
        margin-bottom: 1rem;
        text-shadow: 0 0 8px black;
    }

    .hero__content h1 {
        font-size: 4.8rem;
        line-height: 6.4rem;
        font-weight: 400;
        margin-bottom: 2.9rem;
        text-shadow: 0 0 8px black;
    }

    .hero__content p {
        font-size: 2.2rem;
        line-height: 3rem;
        font-weight: 500;
        text-shadow: 0 0 8px black;
    }

@media screen and (max-width: 680px) {
    .hero h2 {
        font-size: 2.8rem;
        line-height: 3.8rem;
    }

    .hero h1 {
        font-size: 3.8rem;
        line-height: 5rem;
    }

    .hero p {
        font-size: 2rem;
        line-height: 2.6rem;
        font-weight: 500;
    }
}

.hero--video {
    position: relative;
    overflow: hidden;
}

    .hero--video video {
        min-width: 100%;
        min-height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
    }

    .hero--video .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

.two-column-profile {
    padding: 12rem 0;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

    .two-column-profile .container {
        max-width: 109.8rem;
        padding: 0 2.4rem;
    }

.two-column-profile__left-content {
    padding-right: 13.137%;
}

.two-column-profile__right-content {
    padding-left: 13.137%;
}

.two-column-profile__image {
    position: relative;
    padding-right: 6.9%;
    padding-left: 16.69%;
    margin-bottom: 6rem;
}

    .two-column-profile__image img {
        position: relative;
        z-index: 1;
    }

    .two-column-profile__image::before {
        
    }

.agent-profile-background {
    position: absolute;
    bottom: 10%;
    top: 35%;
    left: 0;
    right: 0;
    background-color: #4A69BD;
    width: 100%;
}

.two-column-profile__info {
    line-height: 2.6rem;
}

.two-column-profile__description {
    padding-top: 2.8rem;
}

    .two-column-profile__description h2 {
        font-size: 2.4rem;
        line-height: 3.9rem;
        margin-bottom: 6.9rem;
        font-weight: 500;
        color: #15283F;
    }

    .two-column-profile__description p {
        line-height: 2.6rem;
    }

.two-column-profile__links {
    margin: 10rem 0 0 0;
    padding: 0;
    list-style: none;
}

    .two-column-profile__links li {
        margin-bottom: 2.5rem;
    }

        .two-column-profile__links li a {
            display: flex;
            align-items: center;
            text-decoration: none;
        }

            .two-column-profile__links li a:first-child i {
                position: relative;
                top: 2px;
            }

            .two-column-profile__links li a:last-child {
                margin-bottom: 0;
            }

            .two-column-profile__links li a span {
                font-size: 1.1rem;
                font-weight: 500;
                color: #4A69BD;
                text-transform: uppercase;
            }


.two-column-profile__links-icon {
    height: 5.2rem;
    width: 5.2rem;
    border-radius: 50%;
    border: 1px solid #4A69BD;
    margin-right: 2rem;
}

    .two-column-profile__links-icon i {
        font-size: 1.8rem;
        color: #4A69BD;
    }

.bi.bi-play-fill {
    color: #4A69BD;
}

.bi .bi-file-earmark-pdf {
    color: #4A69BD;
}

@media screen and (max-width: 1080px) {
    .two-column-profile__left-content {
        padding-right: 5%;
    }

    .two-column-profile__right-content {
        padding-left: 5%;
    }
}

@media screen and (max-width: 767px) {
    .two-column-profile {
        padding: 8rem 0;
    }

    .two-column-profile__left-content {
        padding-right: 0;
        margin-bottom: 3rem;
    }

    .two-column-profile__right-content {
        padding-left: 0;
    }

    .two-column-profile__description {
        padding-top: 0;
    }

        .two-column-profile__description h2 {
            margin-bottom: 3rem;
        }

    .two-column-profile__links {
        margin-top: 6rem;
    }
}

.contact {
    padding: 9.2rem 0;
}

.contact--map {
    padding: 0;
}

    .contact--map .contact__map {
        margin-bottom: 0;
        padding-bottom: 11.3rem;
    }

.contact .container {
    max-width: 120rem;
    padding: 0 2.4rem;
}

.contact h2 {
    font-size: 2.5rem;
    line-height: 3.3rem;
    color: #373A3C;
    margin-bottom: 3.8rem;
}

.contact__map {
    margin-bottom: 9.2rem;
}

    .contact__map iframe {
        width: 100%;
        height: 28.8rem;
    }

.contact__form h2 {
    line-height: 3.9rem;
    margin-bottom: 3.5rem;
    color: #15283F;
}

.contact__form p {
    line-height: 2.6rem;
    color: #373A3C;
}

.contact__form form {
    padding-top: 6.9rem;
}

@media screen and (max-width: 767px) {
    .contact {
        padding: 8rem 0;
    }

    .contact--map {
        padding: 0;
    }

        .contact--map .contact__map {
            padding-bottom: 8rem;
        }

    .contact__map {
        margin-bottom: 5rem;
    }
}

.faq {
    background-color: #F7F8F9;
    padding: 9.2rem 0 10.2rem;
}

    .faq .container {
        max-width: 120rem;
        padding: 0 2.4rem;
    }

.faq__text {
    margin-bottom: 7rem;
}

    .faq__text h2 {
        font-size: 2.4rem;
        line-height: 3.9rem;
        color: #15283F;
        margin-bottom: 2.6rem;
    }

    .faq__text p {
        line-height: 2.6rem;
    }

@media screen and (max-width: 767px) {
    .faq {
        padding: 8rem 0;
    }

    .faq__text {
        margin-bottom: 4rem;
    }
}

.table {
    margin-top: 7px !important;
    margin-bottom: 4.3rem !important;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border-color: #DDDDDD !important;
    color: #373A3C;
}

    .table > :not(:first-child) {
        border-top: 0 !important;
    }

    .table > :not(caption) > * > * {
        padding: .55rem .5rem !important;
    }

    .table.dataTable.no-footer {
        border-bottom: 0;
    }

    .table.dataTable thead th, .table table.dataTable thead td {
        border-color: #DDDDDD !important;
        border-top: 1px solid #DDD;
    }

    .table tbody tr td:first-child {
        width: 48px;
    }

    .table tr td img {
        height: 28px;
        width: 28px;
        border-radius: 50%;
    }

    .table tr td:last-child {
        font-family: Objective;
        text-align: right;
    }

        .table tr td:last-child a {
            font-size: 1.1rem;
            font-weight: 500;
            color: #4A69BD;
            text-transform: uppercase;
        }

            .table tr td:last-child a i {
                margin-left: 1.6rem;
            }

    .table thead tr {
        border-top: 1px solid #DDDDDD !important;
    }

        .table thead tr th {
            color: #373A3C !important;
        }

.pagination {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

    .pagination .page-link {
        padding: 0.7rem 1.512rem;
        color: #4A69BD;
    }

    .pagination .page-item.active .page-link {
        background-color: #4A69BD;
        color: #fff;
    }

    .pagination .page-item:first-child .page-link {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pagination .page-item:last-child .page-link {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.page--dashboard .dataTables_wrapper .dataTables_paginate {
    font-size: 1.6rem !important;
    line-height: 2.4rem !important;
}

    .page--dashboard .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0.7rem 1.512rem !important;
        color: #4A69BD !important;
        border: 1px solid #dee2e6 !important;
        margin-left: 0 !important;
        border-radius: 0 !important;
    }

        .page--dashboard .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            background: #e9ecef !important;
            border-color: #dee2e6 !important;
            color: #4A69BD !important;
        }

        .page--dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
            border-top-left-radius: 4px !important;
            border-bottom-left-radius: 4px !important;
        }

        .page--dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.next {
            border-top-right-radius: 4px !important;
            border-bottom-right-radius: 4px !important;
        }

        .page--dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current {
            background: #4A69BD !important;
            color: #fff !important;
            border-color: #0d6efd !important;
        }

            .page--dashboard .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                background: #4A69BD !important;
                color: #fff !important;
                border-color: #0d6efd !important;
            }

.current-listing {
    background-color: #F7F8F9;
    padding: 10.85rem 0 5rem;
}

    .current-listing .container {
        max-width: 120rem;
        padding: 0 2.4rem;
    }

    .current-listing h2 {
        color: #373A3C;
        font-size: 2.5rem;
        line-height: 3.3rem;
    }

    .current-listing img {
        max-width: 100%;
    }

.current-listing__list {
    margin-top: 5.2rem;
}

.current-listing__image {
    margin-bottom: 3.7rem;
}

.current-listing__description p {
    font-size: 1.7rem;
    line-height: 3.3rem;
    font-weight: 500;
    margin-bottom: 1.4rem;
}

.current-listing__description a {
    color: #373A3C;
    line-height: 3.3rem;
    font-weight: 500;
    margin-bottom: 1.4rem;
}

.current-listing__description span {
    font-size: 1.5rem;
    line-height: 2.6rem;
    color: #4A69BD;
}

@media screen and (max-width: 767px) {
    .current-listing {
        padding: 5rem 0;
    }

    .current-listing__description {
        margin-bottom: 4.8rem;
    }

    .current-listing .col-md-4:last-child .current-listing__description {
        margin-bottom: 0;
    }
}

.testimonial {
    background-color: #F7F8F9;
    padding: 12rem 0;
}

    .testimonial .container {
        max-width: 120rem;
        padding: 0 2.4rem;
    }

.testimonial__text {
    max-width: 53.1rem;
    margin: 0 auto 5rem;
}

    .testimonial__text h2 {
        font-size: 2.4rem;
        line-height: 3.9rem;
        color: #15283F;
        margin-bottom: 3.6rem;
    }

    .testimonial__text p {
        line-height: 2.6rem;
    }

.testimonial blockquote {
    margin-bottom: 0;
}

.testimonial .quote {
    display: flex;
}

.testimonial .quote__text {
    margin-bottom: 3.2rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
}

.testimonial .quote__author {
    font-size: 1.3rem;
}

.testimonial .quote::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f10d";
    font-weight: 900;
    min-width: 5.5rem;
    font-size: 2.6rem;
    line-height: 1.5;
}

.testimonial__slider-item {
    width: 50.088%;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    padding: 0 2.35rem;
}

    /*.testimonial__slider-item:not(.is-selected) {
        opacity: .25;
    }*/

.testimonial__slider-inner {
    padding: 4.6rem 3.3rem 1.7rem;
    border: 1px solid #4A69BD;
    background-color: #FFFFFF;
    color: #212529;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .testimonial__slider-item {
        width: 100%;
        padding: 0 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .testimonial {
        padding: 8rem 0;
    }
}

.sales {
    background-color: #F7F8F9;
    padding: 10rem 0;
}

    .sales .container {
        max-width: 118.8rem;
        padding: 0 2.4rem;
    }

        .sales .container h2 {
            font-size: 2.5rem;
            line-height: 3.3rem;
            font-weight: 500;
            margin-bottom: 4.7rem;
        }

.sales__gallery-description {
    padding: 1.4rem 3rem;
    background-color: #fff;
    margin-bottom: 1.5rem;
}

    .sales__gallery-description p {
        font-weight: 500;
    }

.sales__gallery-image img {
    max-width: 100%;
}

.sales__gallery-item {
    width: 100%;
    margin: 0 0.5rem;
    position: relative;
}

    .sales__gallery-item img {
        max-width: 100%;
        height: 185px;
        cursor: pointer;
        object-fit: cover;
    }

    .sales__gallery-item.is-active::before {
        content: "";
        width: 100%;
        height: 3px;
        background-color: #F5BA4B;
        position: absolute;
        top: 0;
        left: 0;
    }

@media screen and (max-width: 767px) {
    .sales {
        padding: 8rem 0;
    }

    .sales__gallery-description .button-video__wrapper {
        margin-top: 2rem;
    }

    .sales__gallery-item {
        max-width: 50%;
    }

        .sales__gallery-item img {
            height: auto;
        }
}

.why-choose-us {
    background-color: #F8F9FA;
    padding: 10.85rem 0 5rem;
}

    .why-choose-us .container {
        max-width: 120rem;
        padding: 0 2.4rem;
    }

.why-choose-us__text {
    margin-bottom: 11.7rem;
}

    .why-choose-us__text h2 {
        color: #373A3C;
        font-size: 2.4rem;
        line-height: 3.9rem;
        margin-bottom: 3.4rem;
    }

    .why-choose-us__text p {
        line-height: 2.6rem;
        max-width: 60.4rem;
        margin: 0 auto;
    }

.why-choose-us__listing {
    text-align: center;
}

    .why-choose-us__listing h4 {
        color: #4A69BD;
        font-size: 1.9rem;
        line-height: 3.9rem;
        margin-bottom: 2.9rem;
    }

    .why-choose-us__listing p {
        line-height: 2.6rem;
        max-width: 31rem;
        margin: 0 auto;
    }

.why-choose-us__col {
    margin-bottom: 8.5rem;
}

@media screen and (max-width: 767px) {
    .why-choose-us {
        padding: 8rem 0;
    }

    .why-choose-us__text {
        margin-bottom: 6rem;
    }

    .why-choose-us__col {
        margin-bottom: 4.5rem;
    }

        .why-choose-us__col:last-child {
            margin-bottom: 0;
        }
}

.two-column-image-text .h2 {
    margin: 4.7rem 0;
}

.two-column-image-text--reverse .col-md-6:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

    .two-column-image-text--reverse .col-md-6:nth-child(2) .two-column-image-text__content {
        padding-left: 2.4rem;
        padding-right: 8.5rem;
    }

.two-column-image-text-hover:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.1);
}

.custom-cards-section:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.1);
}

.current-listings-section:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.1);
}

.two-column-image-text__content {
    padding: 13.2rem 7.5rem 14.2rem 13.2rem;
}

    .two-column-image-text__content h3 {
        line-height: 3.6rem;
        max-width: 54.2rem;
        margin-bottom: 3.2rem;
    }

    .two-column-image-text__content p {
        line-height: 2.8rem;
        max-width: 48.1rem;
        margin-bottom: 2.6rem;
    }

.two-column-image-text__bg {
    width: 100%;
    height: 100%;
    position: relative;
}

    .two-column-image-text__bg img {
      /*  position: absolute;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
       /* object-fit: cover;*/
    }

@media screen and (max-width: 1200px) {
    .two-column-image-text__content {
        padding: 7.5rem 2.4rem;
    }

    .two-column-image-text--reverse .col-md-6:nth-child(2) .two-column-image-text__content {
        padding: 7.5rem 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .two-column-image-text {
        padding-top: 8rem;
    }

    .two-column-image-text__bg {
        padding-top: 61.2%;
    }

    .two-column-image-text__content h3, .two-column-image-text__content p {
        max-width: 100%;
    }

    .two-column-image-text .col-md-6:nth-child(1) {
        padding: 0 2.4rem;
    }

    .two-column-image-text--reverse {
        padding-top: 0;
    }

        .two-column-image-text--reverse .col-md-6:nth-child(2) .two-column-image-text__content {
            padding-bottom: 8rem;
        }
}

.packages {
    padding-top: 4rem;
}

    .packages .accordion-item__button[aria-expanded=true] .accordion-button:before {
        content: '-' !important;
    }

    .packages .accordion-item__button[aria-expanded=false] .accordion-button:before {
        content: '+' !important;
    }

    .packages .accordion-item__button:hover .accordion-button {
        background-color: #4A69BD;
    }

    .packages .accordion-item__button:hover p {
        color: #4A69BD;
    }

    .packages .accordion-button {
        background-color: #343A40;
        width: 24px;
        height: 24px;
        color: #fff;
        padding: 0;
        position: relative;
        margin-right: 1.8rem;
    }

        .packages .accordion-button::before {
            content: "+";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -45%);
            font-size: 1.8rem;
        }

        .packages .accordion-button::after {
            display: none;
        }

    .packages .accordion-item {
        border: 0;
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }

    .packages .accordion-body {
        padding: 2.1rem 0 0;
    }

    .packages .accordion__header label {
        margin-bottom: 0;
        margin-left: 6px;
    }

        .packages .accordion__header label.form-check-label {
            font-size: 1.6rem;
        }

.packages__item {
    background-color: #F8F9FA;
    margin-bottom: 2rem;
}

.packages__inner {
    padding: 3.6rem 2.2rem 4.1rem 3.2rem;
    position: relative;
}

    .packages__inner.row .packages__icon {
        width: auto;
    }

.packages__icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
}

.packages__thumbnails img {
    max-width: 100%;
}

.packages__info {
    position: relative;
}

.packages__type {
    margin-bottom: 3.5rem;
}

    .packages__type p {
        font-size: 1.6rem;
        font-weight: 500;
    }

.packages__description {
    margin-bottom: 7.3rem;
}

    .packages__description p {
        max-width: 37.2rem;
    }

    .packages__description ul {
        padding-left: 1.5rem;
    }

        .packages__description ul li {
            font-size: 1.5rem;
            line-height: 2.4rem;
            color: #373A3C;
            padding-left: 1.7rem;
        }

.packages__checkbox label {
    margin-bottom: 0;
    font-size: 1.6rem;
}

.packages__checkbox .form-check-input {
    margin-top: 0;
    margin-right: 8px;
}

.packages--web .accordion__header .input__form.form-control, .packages--other .accordion__header .input__form.form-control {
    margin-bottom: 0;
    max-width: 53.8rem;
}

.packages--web .packages__description, .packages--other .packages__description {
    margin-bottom: 4rem;
}

.packages--web .packages__thumbnails ul, .packages--other .packages__thumbnails ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

    .packages--web .packages__thumbnails ul li, .packages--other .packages__thumbnails ul li {
        margin-right: 1.6rem;
    }

        .packages--web .packages__thumbnails ul li img, .packages--other .packages__thumbnails ul li img {
            max-width: 100%;
        }

        .packages--web .packages__thumbnails ul li:last-child, .packages--other .packages__thumbnails ul li:last-child {
            margin-right: 0;
        }

.packages--web .packages__checkbox, .packages--other .packages__checkbox {
    position: absolute;
    left: 10px;
    bottom: 0;
}

.packages--other .packages__description ul li {
    margin-bottom: 22px;
}

    .packages--other .packages__description ul li span small {
        font-size: 1rem;
        line-height: 1.4rem;
    }

.packages--other .packages__type {
    margin-bottom: 7px;
}

.packages__web-logo {
    margin-right: 2rem;
}

@media screen and (max-width: 767px) {
    .packages__thumbnails {
        margin-bottom: 3rem;
        text-align: center;
        padding: 0 2rem;
    }

    .packages__inner {
        padding: 3rem 2.5rem;
    }

    .packages--web .accordion-item__button {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 576px) {
    .packages--web .accordion__header .form-group {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .packages--web .accordion__header .input__form.form-control {
        max-width: 100%;
        margin-top: 2rem;
    }

    .packages--other .packages__description ul li {
        margin-bottom: 1rem;
    }

        .packages--other .packages__description ul li .form-group {
            flex-direction: column;
            align-items: flex-start !important;
        }

            .packages--other .packages__description ul li .form-group span {
                margin-bottom: 1rem;
            }

    .packages--other .packages__type {
        margin-bottom: 2rem;
    }

    .packages__icon {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .packages .accordion__header {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .packages .accordion-item__button {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .agent-settings .packages--web .accordion-item__button {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 400px) {
    .agent-settings .packages--web .accordion-item__button {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 576px) {
    .agent-settings .packages--web .accordion__header .form-group {
        flex-direction: row;
    }
}

.packages.packages--agency-setting {
    padding-top: 3rem;
}

    .packages.packages--agency-setting .accordion-item {
        border-top: 1px solid #DDDDDD !important;
    }

        .packages.packages--agency-setting .accordion-item:first-child {
            border-top: 0 !important;
        }

    .packages.packages--agency-setting form .invalid-feedback, .packages.packages--agency-setting form .valid-feedback {
        position: relative;
        top: -15px;
    }

.packages.packages--web .accordion-item, .packages.packages--print .accordion-item {
    border-top: 1px solid #DDDDDD !important;
}

    .packages.packages--web .accordion-item:first-child, .packages.packages--print .accordion-item:first-child {
        border-top: 0 !important;
    }

.plans {
    padding-top: 4.2rem;
}

    .plans .row {
        margin: 0 -2.4rem;
    }

    .plans .col-lg-3 {
        padding: 0 2.4rem;
    }

.plans__cards {
    border: 2px solid #DDDDDD;
    padding: 5.7rem 3.8rem 3.7rem;
    max-width: 25rem;
    width: 100%;
    height: 100%;
    position: relative;
}

    .plans__cards.active {
        box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.14);
    }

        .plans__cards.active::before {
            content: "";
            width: 100%;
            height: 2px;
            background-color: #4A69BD;
            position: absolute;
            top: -2px;
            left: 0;
        }

    .plans__cards .form-check-label {
        font-size: 1.5rem;
    }

    .plans__cards .form-check {
        margin-bottom: 1.2rem;
    }

    .plans__cards h4 {
        font-size: 1.8rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }

    .plans__cards h3 {
        font-size: 2.2rem;
        line-height: 2.6rem;
        color: #4A69BD;
        margin-bottom: 2.7rem;
    }

    .plans__cards ul {
        margin: 0;
        list-style: none;
    }

        .plans__cards ul li {
            position: relative;
            margin-bottom: 1.5rem;
        }

            .plans__cards ul li:last-child {
                margin-bottom: 2.9rem;
            }

            .plans__cards ul li p {
                font-size: 1.5rem;
                line-height: 2.6rem;
            }

                .plans__cards ul li p span {
                    color: #4A69BD;
                }

            .plans__cards ul li::before {
                content: url(../images/chevron-right.svg);
                position: absolute;
                top: 0;
                left: -20px;
            }

@media screen and (max-width: 1180px) {
    .plans__cards {
        padding: 5.7rem 2.4rem 3.7rem;
    }
}

@media screen and (max-width: 991px) {
    .plans__cards {
        margin: 0 auto 3rem;
    }
}

.modal {
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-footer {
    justify-content: start !important;
    padding: 1.5rem;
    border-top: 1px solid #DDDDDD;
}

.modal--wide .modal-body {
    padding: 4.8rem 4.84rem 2.3rem;
}

.modal--wide .modal-footer {
    padding: 1.5rem;
}

.modal .modal-body {
    border-top: 1px solid #818A91;
    border-bottom: 1px solid #818A91;
}

.modal-content {
    border: 1px solid #818A91;
}

.modal-footer {
    padding: 1.5rem;
}

.modal-header {
    border-bottom: 1px solid #DDDDDD;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 1.6rem;
}

.modal-body {
    padding: 2.3rem 1.6rem 2.3rem;
}

.modal-title {
    font-size: 1.8rem;
    color: #373A3C;
    font-weight: 500;
}

.faq__accordion .accordion-button {
    background-color: transparent;
    font-size: 1.5rem;
    line-height: 2.6rem;
    color: #373A3C;
    padding: 1.55rem 1.25rem;
    padding-left: 0;
    transition: color 0.3s ease-in-out;
}

    .faq__accordion .accordion-button:focus {
        outline: none;
        box-shadow: none;
    }

    .faq__accordion .accordion-button:hover {
        color: #4A69BD;
    }

        .faq__accordion .accordion-button:hover::before {
            background-color: #4A69BD;
        }

    .faq__accordion .accordion-button::after {
        display: none;
    }

    .faq__accordion .accordion-button p {
        margin-left: 1rem;
    }

    .faq__accordion .accordion-button::before {
        content: '+';
        display: -webkit-inline-box;
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: 2.4rem;
        height: 2.4rem;
        background-color: #343A40;
        font-weight: 700;
        color: #fff;
        -webkit-transition: inherit;
        transition: inherit;
    }

.faq__accordion .accordion-body {
    padding: 1.55rem 1.25rem;
    padding-left: 0;
}

.faq__accordion .accordion-item {
    background-color: transparent;
}

.faq__accordion .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.manage-marketing .accordion-item__button[aria-expanded=true] .accordion-button:before {
    content: '-' !important;
}

.manage-marketing .accordion-item__button[aria-expanded=false] .accordion-button:before {
    content: '+' !important;
}

.manage-marketing .accordion-item__button:hover .accordion-button {
    background-color: #4A69BD;
}

.manage-marketing .accordion-item__button:hover p {
    color: #4A69BD;
}

.manage-marketing .accordion-button {
    background-color: #343A40;
    width: 24px;
    height: 24px;
    color: #fff;
    padding: 0;
    position: relative;
    margin-right: 1.8rem;
}

    .manage-marketing .accordion-button::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -45%);
        font-size: 1.8rem;
    }

    .manage-marketing .accordion-button::after {
        display: none;
    }

.manage-marketing .accordion {
    margin-top: 2.7rem;
}

.manage-marketing .accordion-item {
    border: 0;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.manage-marketing .accordion-body {
    padding: 2.1rem 0 0;
}

.manage-marketing .accordion__header label {
    margin-bottom: 0;
    margin-left: 6px;
}

.accordion__header .form-check-input {
    margin-top: 0;
}

.accordion__header .form-check-label {
    margin-top: 1px;
}

.agency-general-details .accordion-item {
    border-top: 1px solid #DDDDDD !important;
}

    .agency-general-details .accordion-item:first-child {
        border-top: 0 !important;
    }

.agency-general-details .accordion-item__button:hover .accordion-button {
    background-color: #4A69BD;
}

.agency-general-details .accordion-item__button:hover p {
    color: #4A69BD;
}

.agency-general-details .accordion-item__button[aria-expanded=true] .accordion-button:before {
    content: '-' !important;
}

.agency-general-details .accordion-item__button[aria-expanded=false] .accordion-button:before {
    content: '+' !important;
}

.agency-general-details .accordion-button {
    background-color: #343A40;
    width: 24px;
    height: 24px;
    color: #fff;
    padding: 0;
    position: relative;
    margin-right: 1.8rem;
}

    .agency-general-details .accordion-button::before {
        content: '+';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -45%);
        font-size: 1.8rem;
    }

    .agency-general-details .accordion-button::after {
        display: none;
    }

.agency-general-details .accordion-item {
    border: 0;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.agency-general-details .accordion-body {
    padding: 2.1rem 0 0;
}

.agency-general-details .accordion__header label {
    margin-bottom: 0;
    margin-left: 6px;
}

    .agency-general-details .accordion__header label.form-check-label {
        font-size: 1.6rem;
    }

.agent-general-details .accordion-item__button[aria-expanded=true] .accordion-button:before {
    content: '-' !important;
}

.agent-general-details .accordion-item__button[aria-expanded=false] .accordion-button:before {
    content: '+' !important;
}

.agent-general-details .accordion-item__button:hover .accordion-button {
    background-color: #4A69BD;
}

.agent-general-details .accordion-item__button:hover p {
    color: #4A69BD;
}

.agent-general-details .accordion-button {
    background-color: #343A40;
    width: 24px;
    height: 24px;
    color: #fff;
    padding: 0;
    position: relative;
    margin-right: 1.8rem;
}

    .agent-general-details .accordion-button::before {
        content: '+';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -45%);
        font-size: 1.8rem;
    }

    .agent-general-details .accordion-button::after {
        display: none;
    }

.agent-general-details .accordion-item {
    border: 0;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.agent-general-details .accordion-body {
    padding: 2.1rem 0 0;
}

.agent-general-details .accordion__header label {
    margin-bottom: 0;
    margin-left: 6px;
}

    .agent-general-details .accordion__header label.form-check-label {
        font-size: 1.6rem;
    }

.accordion-header p {
    max-width: calc( 100% - 34px);
}

.accordion-header button p {
    max-width: calc( 100% - 34px);
}

.accordion-item__button p {
    cursor: pointer;
}

.accordion-button[aria-expanded=false]:before {
    content: '+' !important;
}

.accordion-button[aria-expanded=true]:before {
    content: '-' !important;
}

.office {
    padding: 11.8rem 0 33.5rem;
}

    .office .container {
        max-width: 118.8rem;
        padding: 0 2.4rem;
    }

.office__icon {
    margin-bottom: 2.9rem;
}

    .office__icon svg {
        width: 34.28px;
    }

.office__image {
    position: relative;
}

.office__content {
    max-width: 55.3rem;
    width: 100%;
    background-color: #fff;
    min-height: 33.8rem;
    position: absolute;
    bottom: -152px;
    left: 50%;
    padding: 2rem 3rem;
    transform: translateX(-50%);
    box-shadow: 1px 26px 98px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 26px 98px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 26px 98px 0px rgba(0, 0, 0, 0.15);
}

    .office__content h3 {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-bottom: 3.4rem;
    }

    .office__content p {
        font-size: 1.5rem;
        line-height: 2.6rem;
    }

        .office__content p a {
            color: #4A69BD;
            text-decoration: none;
        }

            .office__content p a:hover {
                color: #373A3C;
            }

@media screen and (max-width: 768px) {
    .office {
        padding: 8rem 0 8rem;
    }

    .office__image img {
        margin-bottom: 4.8rem;
    }

    .office__content {
        position: relative;
        left: auto;
        bottom: auto;
        transform: translate(0);
        max-width: 100%;
    }
}

.progress__nav {
    max-width: 57.8rem;
    width: 100%;
    margin: 0 auto;
    padding: 1.8rem 0;
}

    .progress__nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .progress__nav ul li {
            position: relative;
        }

            .progress__nav ul li.done svg path {
                fill: #4A69BD;
            }

            .progress__nav ul li span {
                display: block;
                text-align: center;
                margin-bottom: 6px;
            }

            .progress__nav ul li p {
                font-size: 1.2rem;
                font-weight: 500;
                line-height: 1.6rem;
            }

            .progress__nav ul li:last-child {
                margin-right: 0;
                text-align: right;
            }

                .progress__nav ul li:last-child::after {
                    display: none;
                }

            .progress__nav ul li::after {
                content: "";
                width: 82px;
                height: 1px;
                background-color: #DDDDDD;
                display: block;
                position: absolute;
                bottom: 8px;
                right: -93px;
            }

            .progress__nav .small-nav li:not(:first-child)::before {
                content: "";
                width: 40px;
                height: 1px;
                background-color: #DDDDDD;
                display: block;
                position: absolute;
                bottom: 8px;
                right: 110px;
            }

            @media screen and (max-width: 680px) {
                .progress__nav {
        padding: 4rem 0 0;
    }

        .progress__nav ul li::after {
            width: 2rem;
            right: -33px;
        }
}

@media screen and (max-width: 500px) {
    .progress__nav ul {
        flex-direction: column;
    }

        .progress__nav ul li {
            margin-bottom: 4rem;
        }

            .progress__nav ul li::after {
                width: 1px;
                height: 2rem;
                right: 50%;
                bottom: -3.5rem;
            }
}

.toast-body p {
    font-size: 1.3rem;
}

.toast-header {
    background-color: #4A69BD;
    color: #fff;
}

    .toast-header p {
        font-size: 1.2rem;
    }

label {
    font-size: 1.3rem;
    line-height: 1.7rem;
    color: #373A3C;
    margin-bottom: 6px;
}

.input__form--clear.form-control {
    background-color: #fff !important;
}

.input__form.form-control {
    width: 100%;
    height: 5.2rem;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #F8F9FA;
    font-size: 1.5rem;
    color: #818A91;
    padding-left: 1.1rem;
    margin-bottom: 1.8rem;
}

    .input__form.form-control::placeholder {
        font-size: 1.5rem;
        color: #818A91;
    }

.input__form.form-control--novalidation {
    background-image: none !important;
}

.input__form--price.form-control {
    width: 9.5rem;
    background-color: #fff;
    margin-bottom: 0;
    color: #373A3C;
}

    .input__form--price.form-control::placeholder {
        color: #373A3C;
    }

.input__form--contribution {
    max-width: 293.53px;
    margin-left: 3rem;
    margin-bottom: 0 !important;
}

.input__form--min {
    max-width: 91px;
    margin-bottom: 0 !important;
}

.date__form {
    width: 100%;
    height: 5.2rem;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #F8F9FA;
    font-size: 1.5rem;
    color: #818A91;
    padding-left: 2.8rem;
    padding-top: 1.5rem;
    margin-bottom: 1.8rem;
    position: relative;
}

.file__form {
    display: block;
}

    .file__form.form-control {
        width: 100%;
        height: 5.2rem;
        border: 1px solid #DDDDDD;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        background-color: #F8F9FA;
        font-size: 1.5rem;
        color: #818A91;
        padding-left: 2.8rem;
        padding-top: 1.5rem;
        margin-bottom: 1.8rem;
        position: relative;
    }

        .file__form.form-control::before {
            content: "CHOOSE FILE";
            width: 12.5rem;
            background-color: #fff;
            height: 50px;
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #4A69BD;
            z-index: 3;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            font-size: 1.1rem;
        }

        .file__form.form-control::placeholder {
            font-size: 1.5rem;
            color: #818A91;
        }

.select__form.form-select {
    width: 100%;
    height: 5.2rem;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #F8F9FA;
    font-size: 1.5rem;
    color: #818A91;
    padding-left: 1.1rem;
    margin-bottom: 1.8rem;
}

.textarea__form {
    resize: none;
    height: 14.2rem;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #F8F9FA;
    font-size: 1.5rem;
    color: #818A91;
    padding-left: 1.1rem;
    margin-bottom: 1.8rem;
    padding-top: 1.6rem;
}

    .textarea__form::placeholder {
        font-size: 1.5rem;
        color: #818A91;
    }

.input-group .input__form--icon.form-control {
    width: calc(100% - 42px);
    border-right: 0;
}

.input-group .input-group-append {
    height: 5.2rem;
    border: 1px solid #DDDDDD;
    border-left: 0;
    background-color: #F8F9FA;
    padding: 1.5rem 1.3rem 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group .input-group-text {
    border: 0;
    font-size: 1.6rem;
    color: #000000;
    padding: 0;
}

.input-group--date .date__form.form-control {
    width: calc(100% - 37px);
    border-right: 0;
    padding-left: 1.2rem;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.input-group--date .input-group-text {
    background-color: transparent;
    height: 5.2rem;
    background-color: #F8F9FA;
    border: 1px solid #DDDDDD;
    border-left: 0;
    padding: 0 1.1rem;
}

.input-group--color .input__form.form-control {
    width: calc(100% - 68px);
}

.input-group--color .color__form.form-control {
    width: 68px;
    height: 52px;
    background-color: #F8F9FA;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 1rem 1.8rem;
}

.input-group--color input[type="color"] {
    opacity: 0;
    display: block;
}

.input-group--color .color__form-wrapper {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.input-group--color .color__form-button {
    background-color: #F8F9FA;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 1rem 1.8rem;
    border: 1px solid #DDDDDD;
    position: relative;
    width: 68px;
    height: 52px;
}

.validation-summary-errors ul {
    padding: 0;
    list-style: none;
}

    .validation-summary-errors ul li {
        font-size: 1.3rem;
        line-height: 1.7rem;
        color: #dc3545;
    }

.form-check-input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 4px;
}

.form-check {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

    .form-check.form-check-inline {
        display: inline-block;
    }

        .form-check.form-check-inline.form-check-inline--f15 label {
            font-size: 1.5rem;
        }

    .form-check label {
        margin-bottom: 0;
        margin-left: 7px;
    }

    .form-check .form-check-input[type=checkbox] {
        margin-top: 0;
    }

.form-check--payment {
    padding: 0;
    position: relative;
}

    .form-check--payment.checked label {
        border: 1px solid #4A69BD;
    }

    .form-check--payment label {
        width: 16.2rem;
        height: 5.2rem;
        border: 1px solid #DDDDDD;
        margin-left: 0;
        position: relative;
        transition: border 0.3s ease-in-out;
        cursor: pointer;
    }

        .form-check--payment label:hover {
            border: 1px solid #4A69BD;
        }

        .form-check--payment label img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .form-check--payment label p {
            text-transform: uppercase;
            font-size: 1.1rem;
            font-weight: 500;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            text-align: center;
        }

    .form-check--payment .form-check-input {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
    }

@media screen and (max-width: 396px) {
    .form-check--payment {
        display: block !important;
        margin-right: 0;
    }

        .form-check--payment label {
            width: 100%;
        }
}

.form-check-input:checked[type=radio] {
    background-color: #fff;
    border-color: #4A69BD;
    background-size: 19px;
    background-image: url(data:image/svg+xml;base64,DQo8c3ZnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgdmlld0JveD0nLTQgLTQgOCA4Jz48Y2lyY2xlIHI9JzInIGZpbGw9JyM0QTY5QkQnLz48L3N2Zz4=);
}

.form-check-input[type=checkbox]:checked {
    background-color: #4A69BD;
}

.form-row.form-row-last {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 2.4rem;
    margin-bottom: 2.6rem;
}

@media screen and (max-width: 767px) {
    .form-row.form-row-last {
        padding-bottom: 4px;
    }

        .form-row.form-row-last button {
            margin-bottom: 2rem;
        }
}

.form-group--price {
    border-bottom: 1px solid #DDDDDD;
}

    .form-group--price label {
        font-size: 1.7rem;
        font-weight: 500;
        line-height: 4.5rem;
    }

.form-group--total label {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 4.5rem;
}

.form-group--file {
    position: relative;
}

    .form-group--file .input__form-file {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 125px);
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: 0;
    }

.label-or {
    font-size: 1.5rem !important;
}

.text-field-only {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 27px;
}

.valid-feedback, .invalid-feedback {
    position: relative;
    top: -15px;
}

.admin-agents-page .container {
    max-width: 120rem;
    padding: 0 2.4rem;
}

.agency-listing__table .table tr td:first-child {
    width: 12.8rem;
}

    .agency-listing__table .table tr td:first-child img {
        max-height: 4rem;
    }

.agent-register .container {
    max-width: 120rem;
    padding: 0 2.4rem;
}

.agent-register__form {
    max-width: 60rem;
}

    .agent-register__form h3 {
        font-size: 2rem;
        line-height: 4.5rem;
        margin-bottom: 3.8rem;
    }

@media screen and (max-width: 521px) {
    .agent-register__form h3 {
        line-height: 3.5rem;
    }
}

.agent-settings {
    padding-bottom: 7.8rem !important;
    min-height: calc( 100vh - 84px);
}

    .agent-settings .container {
        max-width: 120rem;
        padding: 0 2.4rem;
    }

    .agent-settings .settings__tab .nav-tabs .nav-link {
        text-transform: uppercase;
        font-size: 1.1rem;
        padding: 1.5rem 3rem 1.5rem 1.5rem;
        color: #212529;
        margin-right: 0;
    }

        .agent-settings .settings__tab .nav-tabs .nav-item.show .nav-link, .agent-settings .settings__tab .nav-tabs .nav-link.active {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

    .agent-settings .agent-marketing-analysis-properties {
        padding-top: 3.6rem;
    }

        .agent-settings .agent-marketing-analysis-properties .form-check-inline {
            margin-right: 2rem;
        }

        .agent-settings .agent-marketing-analysis-properties .form-check-label {
            font-size: 1.5rem;
            margin-left: 0;
        }

        .agent-settings .agent-marketing-analysis-properties .form-row-last {
            border-bottom: 1px solid #DDDDDD;
            padding-bottom: 2.4rem;
            margin-bottom: 2.6rem;
        }

@media screen and (max-width: 767px) {
    .agent-settings .agent-marketing-analysis-properties .form-row-last {
        padding-bottom: 4px;
    }

        .agent-settings .agent-marketing-analysis-properties .form-row-last button {
            margin-bottom: 0;
        }

        .agent-settings .agent-marketing-analysis-properties .form-row-last .col-md-6 {
            margin-bottom: 2rem;
        }
}

.agent-settings .agent-general-details {
    padding-top: 3.6rem;
}

    .agent-settings .agent-general-details .form-row-last {
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 2.4rem;
        margin-bottom: 2.6rem;
    }

        .agent-settings .agent-general-details .form-row-last button {
            margin-right: 9px;
        }

@media screen and (max-width: 767px) {
    .agent-settings .agent-general-details .form-row-last {
        padding-bottom: 4px;
    }

        .agent-settings .agent-general-details .form-row-last button {
            margin-bottom: 2rem;
        }
}

.agent-settings .agent-general-details .accordion-button {
    background-color: #343A40;
    width: 24px;
    height: 24px;
    color: #fff;
    padding: 0;
    position: relative;
    margin-right: 1.8rem;
}

    .agent-settings .agent-general-details .accordion-button::before {
        content: "-";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.8rem;
    }

    .agent-settings .agent-general-details .accordion-button::after {
        display: none;
    }

.agent-settings .agent-general-details .accordion-item {
    border: 0;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.agent-settings .agent-general-details .accordion-body {
    padding: 2.1rem 0 0;
}

.agent-settings .agent-general-details .accordion__header label {
    margin-bottom: 0;
    margin-left: 6px;
}

    .agent-settings .agent-general-details .accordion__header label.form-check-label {
        font-size: 1.6rem;
    }

@media screen and (max-width: 767px) {
    .agent-settings {
        padding-bottom: 5rem !important;
    }
}

.agent-market-analysis .container {
    max-width: 120rem;
    padding: 0 2.4rem;
}

.agent-market-analysis__button button#nextBtn:disabled {
    padding-top: 0 !important;
    border: 1px solid #4A69BD;
}

.agent-market-analysis .commision-fee-calculator, .agent-market-analysis .market-analysis {
    padding-top: 10rem;
}

.agent-market-analysis .choose-package {
    padding-top: 3.2rem;
}

    .agent-market-analysis .choose-package .plans {
        padding-top: 3.1rem;
    }

    .agent-market-analysis .choose-package .custom-investment-plans {
        padding-top: 3.1rem;
        min-height: 25.9rem;
    }

        .agent-market-analysis .choose-package .custom-investment-plans p {
            line-height: 2.6rem;
        }

            .agent-market-analysis .choose-package .custom-investment-plans p#ManagePlanName {
                font-size: 1.8rem;
                font-weight: 500;
                line-height: 2rem;
            }

    .agent-market-analysis .choose-package .custom-investment-plans--web .custom-investment-plans__side {
        margin-top: 3rem;
    }

    .agent-market-analysis .choose-package .custom-investment-plans--web .custom-investment-plans__cart {
        margin-top: 4.8rem;
    }

    .agent-market-analysis .choose-package .custom-investment-plans__form {
        width: 100%;
    }

    .agent-market-analysis .choose-package .custom-investment-plans__side {
        width: 100%;
        padding-left: 1.7rem;
        margin-top: 11.8rem;
    }

    .agent-market-analysis .choose-package .custom-investment-plans__field .input__form.form-control {
        margin-bottom: 0;
    }

@media screen and (max-width: 768px) {
    .agent-market-analysis .choose-package .custom-investment-plans__field .input__form.form-control {
        margin-bottom: 2rem;
    }
}

.agent-market-analysis .choose-package .custom-investment-plans__logo-video {
    padding-top: 3rem;
    padding-left: 1.7rem;
}

    .agent-market-analysis .choose-package .custom-investment-plans__logo-video .packages__logo {
        margin-bottom: 4.7rem;
    }

.agent-market-analysis .choose-package .custom-investment-plans__back-button {
    padding-left: 1.7rem;
    margin-top: 2.5rem;
}

.agent-market-analysis .choose-package .custom-investment-plans__side-logo {
    margin-bottom: 4.8rem;
}

.agent-market-analysis .choose-package .custom-investment-plans__cart {
    border: 1px solid #DDDDDD;
    min-height: 56.9rem;
    position: relative;
    padding: 6rem 3rem 5.6rem 4.1rem;
}

    .agent-market-analysis .choose-package .custom-investment-plans__cart .btn.btn-outline-primary {
        max-width: 16.2rem;
        width: 100%;
    }

    .agent-market-analysis .choose-package .custom-investment-plans__cart h4 {
        line-height: 2rem;
        margin-bottom: 2.4rem;
    }

    .agent-market-analysis .choose-package .custom-investment-plans__cart h3 {
        line-height: 2.6rem;
        margin-bottom: 3.5rem;
    }

    .agent-market-analysis .choose-package .custom-investment-plans__cart::before {
        content: "";
        width: calc(100% + 2px);
        height: 2px;
        background-color: #4A69BD;
        position: absolute;
        top: -3px;
        left: 0;
    }

.agent-market-analysis .choose-package .custom-investment-plans__cart-list {
    margin: 0 0 3.2rem;
    list-style: none;
}

    .agent-market-analysis .choose-package .custom-investment-plans__cart-list li {
        position: relative;
        margin-bottom: 1.5rem;
        padding-right: 1.5rem;
    }

        .agent-market-analysis .choose-package .custom-investment-plans__cart-list li .btn--remove {
            position: absolute;
            top: 0;
            right: 0;
        }

        .agent-market-analysis .choose-package .custom-investment-plans__cart-list li:last-child {
            margin-bottom: 2.9rem;
        }

        .agent-market-analysis .choose-package .custom-investment-plans__cart-list li p {
            font-size: 1.5rem;
            line-height: 2.6rem;
        }

            .agent-market-analysis .choose-package .custom-investment-plans__cart-list li p span {
                color: #4A69BD;
            }

        .agent-market-analysis .choose-package .custom-investment-plans__cart-list li::before {
            content: url(../image/chevron-right.svg);
            position: absolute;
            top: 0;
            left: -20px;
        }

.agent-market-analysis .choose-package .custom-investment-plans__row {
    border-bottom: 1px solid #DDDDDD;
    padding: 3.4rem 0 3rem;
}

    .agent-market-analysis .choose-package .custom-investment-plans__row img {
        width: 100%;
        max-width: 100%;
    }

    .agent-market-analysis .choose-package .custom-investment-plans__row:first-child {
        padding-top: 1.4rem;
    }

    .agent-market-analysis .choose-package .custom-investment-plans__row:last-child {
        border-bottom: 0;
    }

.agent-market-analysis .choose-package .custom-investment-plans__name {
    color: #4A69BD;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.6rem;
    margin-bottom: 3.4rem;
}

.agent-market-analysis .choose-package .custom-investment-plans__text {
    font-size: 1.5rem;
    line-height: 2.6rem;
}

.agent-market-analysis .choose-package .custom-investment-plans__list-text {
    margin-bottom: 1.8rem;
    padding-left: 1.5rem;
}

    .agent-market-analysis .choose-package .custom-investment-plans__list-text li {
        font-size: 1.5rem;
        line-height: 2.4rem;
        color: #373A3C;
        padding-left: 1.7rem;
    }

.agent-market-analysis .choose-package .custom-investment-plans__text-price {
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
    font-weight: 500;
}

.agent-market-analysis .choose-package .custom-investment-plans__field .date__form {
    margin-bottom: 0;
}

.agent-market-analysis .choose-package .custom-investment-plans__plan--web .custom-investment-plans__text {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 500;
    margin-bottom: 2.8rem;
}

.agent-market-analysis .choose-package .custom-investment-plans__plan--other .custom-investment-plans__list-text {
    padding: 0;
    list-style: none;
}

    .agent-market-analysis .choose-package .custom-investment-plans__plan--other .custom-investment-plans__list-text li {
        padding: 0;
        display: flex;
        justify-content: space-between;
        line-height: 4.5rem;
    }

        .agent-market-analysis .choose-package .custom-investment-plans__plan--other .custom-investment-plans__list-text li label {
            font-size: 1.6rem;
            margin-bottom: 0;
        }

        .agent-market-analysis .choose-package .custom-investment-plans__plan--other .custom-investment-plans__list-text li span {
            font-size: 1.6rem;
            font-weight: 500;
        }

@media screen and (max-width: 991px) {
    .agent-market-analysis .choose-package .custom-investment-plans__side {
        margin-top: 3rem;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .agent-market-analysis .choose-package .custom-investment-plans__side {
        margin-top: 3rem;
        padding-left: 0;
    }

    .agent-market-analysis .choose-package .custom-investment-plans__description {
        margin-top: 4rem;
    }

    .agent-market-analysis .choose-package .custom-investment-plans__text {
        margin-bottom: 4rem;
    }
}

.agent-market-analysis.page--dashboard {
    padding-top: 8.4rem;
}

.agent-market-analysis__main .form-group {
    margin-bottom: 3.2rem;
}

    .agent-market-analysis__main .form-group label {
        font-size: 1.3rem;
        line-height: 1.7rem;
        margin-bottom: 1.7rem;
    }

    .agent-market-analysis__main .form-group p {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 2rem;
    }

.agent-market-analysis__main img {
    margin-bottom: 6.3rem;
    max-height: 50rem;
}

.agent-market-analysis__main h3 {
    margin-bottom: 2.4rem;
    color: #212529;
}

.agent-market-analysis__main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .agent-market-analysis__main ul li {
        margin-bottom: 2.5rem;
    }

        .agent-market-analysis__main ul li a {
            text-decoration: underline;
            font-size: 1.1rem;
            line-height: 2.4rem;
            font-weight: 500;
        }

.agent-market-analysis__side {
    padding-left: 3rem;
}

    .agent-market-analysis__side h4 {
        margin-bottom: 3.1rem;
    }

    .agent-market-analysis__side h3 {
        line-height: 3.3rem;
        margin-bottom: 3rem;
        color: #212529;
    }

    .agent-market-analysis__side a.btn-video {
        margin-bottom: 3rem;
    }

.agent-market-analysis__presented {
    margin: 3.3rem 0 0;
    padding: 0;
    list-style: none;
}

.agent-market-analysis__presented-title {
    font-weight: 500;
    line-height: 2.1rem;
    color: #4A69BD;
}

.agent-market-analysis__presented li {
    display: flex;
    align-items: center;
    margin-bottom: 2.4rem;
}

    .agent-market-analysis__presented li a {
        color: #4A69BD;
    }

.agent-market-analysis__thumbnail {
    margin-right: 2rem;
}

    .agent-market-analysis__thumbnail img {
        height: 100px;
        width: 100px;
        object-fit: cover;
        border-radius: 50%;
    }

.agent-market-analysis__info-name {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-bottom: 2.3rem;
    font-weight: 500;
}

.agent-market-analysis__info-email, .agent-market-analysis__info-phone {
    font-size: 1.5rem;
    line-height: 2.6rem;
}

.agent-market-analysis__button {
    padding-top: 4rem;
}

.agent-market-analysis .modal-body p {
    font-weight: 500;
    line-height: 2rem;
    color: #212529;
}

.agent-market-analysis .modal-body label {
    font-size: 1.3rem;
    line-height: 1.7rem;
}

@media screen and (max-width: 767px) {
    .agent-market-analysis .commision-fee-calculator, .agent-market-analysis .market-analysis {
        padding-top: 3rem;
    }

    .agent-market-analysis__side {
        padding-left: 0;
    }

    .agent-market-analysis__main {
        margin-bottom: 5rem;
    }
}

.agent-market-analysis-cart .container {
    max-width: 120rem;
    padding: 0 2.4rem;
}

.agent-market-analysis-cart__title {
    margin-bottom: 2.6rem;
}

    .agent-market-analysis-cart__title h3 {
        font-size: 2rem;
        font-weight: 500;
        line-height: 4.5rem;
        margin-bottom: 5.3rem;
    }

    .agent-market-analysis-cart__title p {
        font-size: 1.5rem;
        line-height: 2.2rem;
        color: #4A69BD;
    }

.agent-market-analysis-cart__list {
    padding-top: 3rem;
    border-top: 1px solid #DDDDDD;
}

.agent-market-analysis-cart__item {
    margin-bottom: 2.4rem;
}

    .agent-market-analysis-cart__item img {
        width: 180px;
        object-fit: cover;
        max-width: 100%;
    }

.agent-market-analysis-cart__item-description h3 {
    margin-bottom: 1.7rem;
    font-size: 1.8rem;
}

.agent-market-analysis-cart__item-description p {
    max-width: 51.6rem;
    font-size: 13px;
    line-height: 22px;
}

.agent-market-analysis-cart__item-price {
}

    .agent-market-analysis-cart__item-price span {
        font-weight: 500;
    }

.agent-market-analysis-cart__item .row {
    position: relative;
}

    .agent-market-analysis-cart__item .row .btn--remove {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%)
    }

@media screen and (max-width: 767px) {
    .agent-market-analysis-cart__item {
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 2rem;
    }

        .agent-market-analysis-cart__item:last-child {
            border-bottom: 0;
        }

        .agent-market-analysis-cart__item img {
            width: 270px;
        }
}

.agent-market-analysis-cart__field {
    border-top: 1px solid #DDDDDD;
    padding: 2.5rem 0;
}

    .agent-market-analysis-cart__field:last-child {
        border-bottom: 1px solid #DDDDDD;
    }

    .agent-market-analysis-cart__field .agent-market-analysis-cart__item-price {
        padding-right: 0;
    }

    .agent-market-analysis-cart__field p {
        font-size: 1.5rem;
        line-height: 2.2rem;
        color: #4A69BD;
    }

    .agent-market-analysis-cart__field span {
        color: #4A69BD;
        font-size: 1.7rem;
        font-weight: 500;
    }

@media screen and (max-width: 575px) {
    .agent-market-analysis-cart__field .agent-market-analysis-cart__item-price {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .agent-market-analysis-cart__field .col-sm-9 {
        max-width: 70% !important;
        width: 100%;
    }

    .agent-market-analysis-cart__field .col-sm-3 {
        max-width: 30% !important;
        width: 100%;
        align-items: flex-end !important;
    }
}

.agent-market-analysis-cart__field--fields {
    padding: 1.2rem 0;
}

    .agent-market-analysis-cart__field--fields .agent-market-analysis-cart__item-price-field .input__form.form-control {
        text-align: right;
        font-size: 1.7rem;
        font-weight: 500;
    }

@media screen and (max-width: 575px) {
    .agent-market-analysis-cart__field--fields .agent-market-analysis-cart__item-price-field {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding-top: 3.3rem;
    }

    .agent-market-analysis-cart__field--fields .col-sm-9 {
        max-width: 70% !important;
        width: 100%;
    }

    .agent-market-analysis-cart__field--fields .col-sm-3 {
        max-width: 30% !important;
        width: 100%;
    }
}

.agent-market-analysis-cart__field-w-input .input__form.input__form--contribution {
    font-size: 1.7rem;
    font-weight: 500;
}

@media screen and (max-width: 575px) {
    .agent-market-analysis-cart__field-w-input {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

        .agent-market-analysis-cart__field-w-input .input__form {
            margin-left: 0;
            margin-top: 10px;
        }
}

.agent-market-analysis-cart__button {
    margin-top: 5.8rem;
}

@media screen and (max-width: 767px) {
    .agent-market-analysis-cart__button .col-md-4 {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 452px) {
    .agent-market-analysis-cart__button .col-md-4 .btn {
        width: 100%;
    }

    .agent-market-analysis-cart__button .col-md-8 {
        max-width: 100%;
        text-align: left !important;
    }

        .agent-market-analysis-cart__button .col-md-8 .btn {
            margin-bottom: 2rem;
            width: 100%;
        }
}

@media screen and (max-width: 1280px) {
    .agent-market-analysis-cart__item-price {
        padding-right: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .agent-market-analysis-cart__item-price {
        padding-right: 0;
    }

    .agent-market-analysis-cart__item-image {
        margin-bottom: 2rem;
    }

    .agent-market-analysis-cart__item .row {
        position: relative;
    }

        .agent-market-analysis-cart__item .row .btn--remove {
            position: absolute;
            right: 1rem;
            top: 1rem;
        }
}

.agent-market-analysis-cart.agent-market-analysis-cart--public {
    padding-top: 8.1rem;
}

    .agent-market-analysis-cart.agent-market-analysis-cart--public .progress__nav {
        margin-bottom: 8rem;
    }

@media screen and (max-width: 500px) {
    .agent-market-analysis-cart.agent-market-analysis-cart--public .progress__nav {
        margin-bottom: 2rem;
    }
}

.agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__item-price {
    padding-right: 0;
}

.agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__field .agent-market-analysis-cart__item-price {
    padding-left: 0;
    text-align: right;
}

    .agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__field .agent-market-analysis-cart__item-price span {
        color: #373A3C;
    }

.agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__item-title {
    display: flex;
}

    .agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__item-title h3 {
        margin-right: 3.5rem;
    }

    .agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__item-title .info-tooltip {
        position: relative;
    }

    .agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__item-title .info-tooltip__icon {
        position: relative;
        top: -10px;
        cursor: pointer;
    }

        .agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__item-title .info-tooltip__icon:hover + .info-tooltip__text {
            display: block;
        }

    .agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__item-title .info-tooltip__text {
        background-color: #4A69BD;
        padding: 0.5rem 1rem;
        border-radius: 5px;
        position: absolute;
        left: 25px;
        top: 0;
        transform: translateY(-50%);
        min-width: 250px;
        display: none;
    }

        .agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__item-title .info-tooltip__text::after {
            content: "";
            position: absolute;
            top: 50%;
            left: -5px;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent #4A69BD transparent transparent;
        }

        .agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__item-title .info-tooltip__text p {
            color: #fff;
            font-size: 1rem;
            line-height: 1.5rem;
        }

@media screen and (max-width: 500px) {
    .agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__item-title .info-tooltip__text {
        left: -125px;
        top: 50px;
    }

        .agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__item-title .info-tooltip__text::after {
            border-color: transparent transparent #4A69BD transparent;
            top: -10px;
            left: 54%;
            transform: translateX(-50%);
        }
}

@media screen and (max-width: 768px) {
    .agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__button .col-md-8 {
        max-width: 100%;
        text-align: left !important;
    }
}

@media screen and (max-width: 530px) {
    .agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__button .col-md-8 .btn, .agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__button .col-md-4 .btn {
        width: 100%;
    }

    .agent-market-analysis-cart.agent-market-analysis-cart--public .agent-market-analysis-cart__button .col-md-8 .btn {
        margin-bottom: 2rem;
    }
}

.agent-market-analysis-checkout .container {
    max-width: 120rem;
    padding: 0 2.4rem;
}

.agent-market-analysis-checkout__text {
    margin-bottom: 4.3rem;
}

    .agent-market-analysis-checkout__text h4 {
        font-size: 2rem;
        line-height: 4.5rem;
        font-weight: 500;
        margin-bottom: 4.3rem;
    }

    .agent-market-analysis-checkout__text p {
        max-width: 70.4rem;
    }

.agent-market-analysis-checkout__button {
    margin-top: 5.4rem;
}

    .agent-market-analysis-checkout__button button {
        margin-right: 1.6rem;
    }

.agent-market-analysis-checkout__main {
    padding-right: 5.1rem;
}

.agent-market-analysis-checkout__side {
    margin-left: 2.6rem;
}

.agent-market-analysis-checkout__checkout-cart {
    border: 1px solid #DDDDDD;
    min-height: 56.9rem;
    position: relative;
    padding: 6rem 3rem 5.6rem 3rem;
}

    .agent-market-analysis-checkout__checkout-cart .btn.btn-outline-primary {
        max-width: 16.2rem;
        width: 100%;
    }

    .agent-market-analysis-checkout__checkout-cart h4 {
        line-height: 2rem;
        margin-bottom: 2.4rem;
    }

    .agent-market-analysis-checkout__checkout-cart h3 {
        line-height: 2.6rem;
        margin-bottom: 3.5rem;
    }

    .agent-market-analysis-checkout__checkout-cart::before {
        content: "";
        width: calc(100% + 2px);
        height: 2px;
        background-color: #4A69BD;
        position: absolute;
        top: -3px;
        left: 0;
    }

.agent-market-analysis-checkout__checkout-cart-list {
    margin: 0 0 3.2rem;
    list-style: none;
}

    .agent-market-analysis-checkout__checkout-cart-list li {
        position: relative;
        margin-bottom: 1.5rem;
    }

        .agent-market-analysis-checkout__checkout-cart-list li .btn--remove {
            position: absolute;
            top: 0;
            right: 0;
        }

        .agent-market-analysis-checkout__checkout-cart-list li:last-child {
            margin-bottom: 2.9rem;
        }

        .agent-market-analysis-checkout__checkout-cart-list li p {
            font-size: 1.5rem;
            line-height: 2.6rem;
        }

            .agent-market-analysis-checkout__checkout-cart-list li p span {
                color: #4A69BD;
            }

        .agent-market-analysis-checkout__checkout-cart-list li::before {
            content: url(../images/chevron-right.svg);
            position: absolute;
            top: 0;
            left: -20px;
        }

@media screen and (max-width: 1180px) {
    .agent-market-analysis-checkout__side {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .agent-market-analysis-checkout__main {
        margin-bottom: 5rem;
        padding-right: 0;
    }

    .agent-market-analysis-checkout__side {
        margin-left: 0;
    }
}

@media screen and (max-width: 436px) {
    .agent-market-analysis-checkout button {
        margin-bottom: 2rem;
    }
}

.agent-invoice .container-fluid {
    max-width: 90%;
    margin: 0 auto;
}

.agent-invoice__header {
    background-color: #F8F9FA;
    min-height: 75.5rem;
}

    .agent-invoice__header p {
        font-size: 2.6rem;
        line-height: 3.9rem;
        font-weight: 500;
    }

        .agent-invoice__header p a {
            font-size: 2.6rem;
            text-decoration: none;
            color: #373A3C;
        }

    .agent-invoice__header img {
        margin-bottom: 3.7rem;
    }

.agent-invoice__main {
    padding: 13.4rem 0;
}

    .agent-invoice__main h2 {
        color: #4A69BD;
        margin-bottom: 3.6rem;
    }

.agent-invoice__items {
    border-top: 1px solid #DDDDDD;
    padding-top: 3rem;
}

.agent-invoice__thumbnail {
    margin-right: 2rem;
}

.agent-invoice__description h2 {
    font-size: 4.5rem;
    margin-bottom: 1rem;
}

.agent-invoice__description p {
    font-size: 2.2rem;
}

.agent-invoice__price p {
    font-size: 2.2rem;
    font-weight: 500;
}

.agent-invoice__unit p {
    font-size: 2.2rem;
}

.agent-invoice__computation {
    padding-top: 2rem;
}

    .agent-invoice__computation label {
        font-size: 2.2rem;
        color: #4A69BD;
    }

    .agent-invoice__computation .row:last-child .agent-invoice__computation-field {
        border-bottom: 1px solid #DDDDDD;
    }

.agent-invoice__computation-field {
    border-top: 1px solid #DDDDDD;
    padding: 2.6rem 0;
}

.agent-invoice__fee p {
    font-size: 2.2rem;
    font-weight: 500;
}

.agent-invoice__text {
    padding-top: 38.3rem;
}

    .agent-invoice__text p {
        font-size: 2.2rem;
        line-height: 3.3rem;
    }

.agent-invoice__footer {
    background-color: #4A69BD;
    padding: 16.3rem 0;
}

    .agent-invoice__footer p {
        font-size: 2.2rem;
        line-height: 3.3rem;
        font-weight: 500;
        color: #fff;
    }

        .agent-invoice__footer p a {
            text-decoration: none;
            font-size: 2.2rem;
            color: #fff;
        }

.agent-market-analysis__button {
    padding-top: 4rem;
}

.agent-contact-page .contact {
    padding: 0;
}

    .agent-contact-page .contact h2 {
        font-weight: bold;
    }

.agent-market-analysis-checkout-confirmation p.text-with-svg, .agent-market-analysis-checkout p.text-with-svg {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .agent-market-analysis-checkout-confirmation p.text-with-svg svg, .agent-market-analysis-checkout p.text-with-svg svg {
        width: 16px;
        margin-right: 5px;
    }

.agent-market-analysis-checkout-confirmation .form-group.form-group--price p, .agent-market-analysis-checkout .form-group.form-group--price p {
    font-weight: 500;
    margin-bottom: 1.7rem;
}

    .agent-market-analysis-checkout-confirmation .form-group.form-group--price p:last-child, .agent-market-analysis-checkout .form-group.form-group--price p:last-child {
        margin-bottom: 2rem;
    }

.agent-market-analysis-checkout-confirmation .form-group.form-group--total, .agent-market-analysis-checkout .form-group.form-group--total {
    padding-top: 2.8rem;
}

    .agent-market-analysis-checkout-confirmation .form-group.form-group--total p, .agent-market-analysis-checkout .form-group.form-group--total p {
        font-weight: bold;
    }

.admin-agency-page .container {
    max-width: 120rem;
    padding: 0 2.4rem;
}

.agency-settings {
    padding-bottom: 7.8rem !important;
    min-height: calc( 100vh - 84px);
}

    .agency-settings .container {
        max-width: 120rem;
        padding: 0 2.4rem;
    }

    .agency-settings .settings__tab .nav-tabs .nav-link {
        text-transform: uppercase;
        font-size: 1.1rem;
        padding: 1.5rem 3rem 1.5rem 1.5rem;
        color: #212529;
        margin-right: 1rem;
    }

        .agency-settings .settings__tab .nav-tabs .nav-item.show .nav-link, .agency-settings .settings__tab .nav-tabs .nav-link.active {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

    .agency-settings .payment-gateway {
        padding-top: 3.6rem;
    }

        .agency-settings .payment-gateway .form-row-last {
            border-bottom: 1px solid #DDDDDD;
            padding-bottom: 2.4rem;
            margin-bottom: 2.6rem;
        }

            .agency-settings .payment-gateway .form-row-last button {
                margin-right: 9px;
            }

@media screen and (max-width: 767px) {
    .agency-settings .payment-gateway .form-row-last {
        padding-bottom: 4px;
    }

        .agency-settings .payment-gateway .form-row-last button {
            margin-bottom: 2rem;
        }
}

.agency-settings .payment-gateway .divider {
    border-top: 1px solid #DDDDDD;
    padding: 2.2rem 7.5px 0;
    margin-top: 7px;
}

.agency-settings .manage-marketing {
    padding-top: 3.6rem;
}

    .agency-settings .manage-marketing .form-button-row {
        padding-top: 6px;
    }

        .agency-settings .manage-marketing .form-button-row input[type=submit] {
            margin-right: 0.6rem;
        }

    .agency-settings .manage-marketing .accordion-item form:first-child .accordion-body {
        border-top: 1px solid #DDDDDD !important;
        margin-top: 1.6rem;
    }

    .agency-settings .manage-marketing .form-row-last {
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 2.4rem;
        margin-bottom: 2.6rem;
    }

        .agency-settings .manage-marketing .form-row-last button {
            margin-right: 9px;
        }

@media screen and (max-width: 767px) {
    .agency-settings .manage-marketing .form-row-last {
        padding-bottom: 4px;
    }

        .agency-settings .manage-marketing .form-row-last button {
            margin-bottom: 2rem;
        }
}

.agency-settings .manage-marketing .form-group.max-w .input__form.form-control {
    max-width: 15rem;
}

.agency-settings .manage-marketing .form-group.max-w label {
    padding: 2.5rem 1.3rem 0;
    width: 4.9rem;
}

.agency-settings .agency-general-details {
    padding-top: 3.6rem;
}

    .agency-settings .agency-general-details .form-row-last {
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 2.4rem;
        margin-bottom: 2.6rem;
    }

        .agency-settings .agency-general-details .form-row-last button {
            margin-right: 9px;
        }

@media screen and (max-width: 767px) {
    .agency-settings .agency-general-details .form-row-last {
        padding-bottom: 4px;
    }

        .agency-settings .agency-general-details .form-row-last button {
            margin-bottom: 2rem;
        }
}

@media screen and (max-width: 767px) {
    .agency-settings {
        padding-bottom: 5rem !important;
    }
}

@media screen and (max-width: 400px) {
    .agency-settings .accordion__header {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .agency-settings .accordion-item__button {
        margin-bottom: 2rem;
    }
}

.agency-agents-page .container {
    max-width: 120rem;
    padding: 0 2.4rem;
}

.agency-agents-page .packages .accordion-item {
    border-top: 1px solid #DDDDDD;
}

    .agency-agents-page .packages .accordion-item:first-child {
        border-top: none;
    }

.agency-agents-page .agents-list__items {
    background-color: #F8F9FA;
    margin-bottom: 2rem;
}

.agency-agents-page .agents-list__thumbnail img {
    max-width: 100%;
}

.agency-agents-page .agents-list__inner {
    padding: 4rem 2.2rem 0.4rem 3.2rem;
}

.agency-agents-page .agents-list__button button {
    margin-right: 1.1rem;
}

    .agency-agents-page .agents-list__button button:last-child {
        margin-right: 0;
    }

.agency-agents-page .agents-list__description {
    margin-bottom: 2.5rem;
}

    .agency-agents-page .agents-list__description span {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 500;
        display: block;
        margin-bottom: 1.8rem;
    }

    .agency-agents-page .agents-list__description p {
        font-size: 1.6rem;
        line-height: 2.1rem;
    }

    .agency-agents-page .agents-list__description ul {
        padding-left: 1.5rem;
    }

        .agency-agents-page .agents-list__description ul li {
            font-size: 1.5rem;
            line-height: 4.5rem;
            color: #373A3C;
            padding-left: 1.7rem;
        }

.agency-agents-page .agents-list__name {
    font-weight: 500;
    margin-bottom: 2.3rem;
}

.agency-agents-page .agents-list__position {
    font-size: 1.5rem;
    margin-bottom: 1.1rem;
}

@media screen and (max-width: 767px) {
    .agency-agents-page .agents-list__thumbnail {
        margin-bottom: 3rem;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .agency-agents-page .agents-list__button button {
        margin-bottom: 2rem;
    }
}

.agency-manage-profile-manage-package .container {
    max-width: 120rem;
    padding: 0 2.4rem;
}

.agency-manage-profile-manage-package .custom-investment-plans__back-button {
    margin-top: 3.4rem;
}

.agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__plan--print .input__form.form-control {
    margin-bottom: 0;
}

.agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__row, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__row, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__row {
    border-bottom: 1px solid #DDDDDD;
    padding: 3.4rem 0 3rem;
    padding-right: 8px;
}

    .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__row img, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__row img, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__row img {
        max-width: 100%;
        width: 100%;
    }

.agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__name, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__name, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__name {
    color: #4A69BD;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.6rem;
    margin-bottom: 3.4rem;
}

.agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__text, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__text, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__text {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 500;
    margin-bottom: 2.8rem;
}

.agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__list-text, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__list-text, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__list-text {
    margin-bottom: 1.8rem;
    padding-left: 1.5rem;
}

    .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__list-text li, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__list-text li, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__list-text li {
        font-size: 1.5rem;
        line-height: 2.4rem;
        color: #373A3C;
        padding-left: 1.7rem;
    }

.agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__text-price, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__text-price, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__text-price {
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
    font-weight: 500;
}

.agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__form, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__form, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__form {
    width: 100%;
}

.agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__side, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__side, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__side {
    width: 100%;
}

.agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__cart, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__cart, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__cart {
    border: 1px solid #DDDDDD;
    min-height: 56.9rem;
    position: relative;
    padding: 6rem 1.5rem 5.6rem 1.5rem;
}

    .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__cart .btn.btn-outline-primary, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__cart .btn.btn-outline-primary, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__cart .btn.btn-outline-primary {
        max-width: 16.2rem;
        width: 100%;
        padding: 0 2rem;
    }

    .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__cart .input__form.form-control, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__cart .input__form.form-control, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__cart .input__form.form-control {
        font-size: 1.8rem;
        font-weight: 500;
        color: #373A3C;
    }

    .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__cart h4, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__cart h4, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__cart h4 {
        line-height: 2rem;
        margin-bottom: 2.4rem;
    }

    .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__cart h3, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__cart h3, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__cart h3 {
        line-height: 2.6rem;
        margin-bottom: 3.5rem;
    }

    .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__cart::before, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__cart::before, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__cart::before {
        content: "";
        width: calc(100% + 2px);
        height: 2px;
        background-color: #4A69BD;
        position: absolute;
        top: -3px;
        left: 0;
    }

.agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__cart-list, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__cart-list, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__cart-list {
    margin: 0 1.5rem 3.2rem 2.5rem;
    list-style: none;
}

    .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__cart-list li, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__cart-list li, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__cart-list li {
        position: relative;
        margin-bottom: 1.5rem;
        padding-right: 1.5rem;
    }

        .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__cart-list li .btn--remove, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__cart-list li .btn--remove, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__cart-list li .btn--remove {
            position: absolute;
            top: 0;
            right: 0;
        }

        .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__cart-list li:last-child, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__cart-list li:last-child, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__cart-list li:last-child {
            margin-bottom: 2.9rem;
        }

        .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__cart-list li p, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__cart-list li p, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__cart-list li p {
            font-size: 1.5rem;
            line-height: 2.6rem;
        }

            .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__cart-list li p span, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__cart-list li p span, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__cart-list li p span {
                color: #4A69BD;
            }

        .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__cart-list li::before, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__cart-list li::before, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__cart-list li::before {
            content: url(../images/chevron-right.svg);
            position: absolute;
            top: 0;
            left: -20px;
        }

.agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__cart-button button, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__cart-button button, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__cart-button button {
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
    .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__side, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__side, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__side {
        margin-top: 3rem;
        padding-left: 0;
    }

    .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__row, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__row, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__row {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__side, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__side, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__side {
        margin-top: 3rem;
        padding-left: 0;
    }

    .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__description, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__description, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__description {
        margin-top: 4rem;
    }

    .agency-manage-profile-manage-package .custom-investment-plans--web .custom-investment-plans__text, .agency-manage-profile-manage-package .custom-investment-plans--print .custom-investment-plans__text, .agency-manage-profile-manage-package .custom-investment-plans--other .custom-investment-plans__text {
        margin-bottom: 4rem;
    }
}

.agency-agents-page h2 {
    font-size: 2.2rem;
    line-height: 3rem;
}

@media screen and (max-width: 605px) {
    .agency-agents-page__header h2 {
        margin-bottom: 2rem;
    }
}

.form-group.form-row-last input[type=submit] {
    margin-right: 0.6rem;
}

.agency-general-details #agency-item-2 .accordion-body:nth-child(4) {
    padding-top: 0;
}

.admin-settings {
    padding-bottom: 7.8rem !important;
    min-height: calc( 100vh - 84px);
}

    .admin-settings .container {
        max-width: 120rem;
        padding: 0 2.4rem;
    }

    .admin-settings .settings__tab .nav-tabs .nav-link {
        text-transform: uppercase;
        font-size: 1.1rem;
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
        color: #212529;
        margin-right: 1rem;
    }

        .admin-settings .settings__tab .nav-tabs .nav-item.show .nav-link, .admin-settings .settings__tab .nav-tabs .nav-link.active {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

    .admin-settings .maxi-settings, .admin-settings .home-settings {
        padding-top: 4rem;
    }

@media screen and (max-width: 767px) {
    .admin-settings {
        padding-bottom: 5rem !important;
    }
}

.login, .create-account {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .login .container, .create-account .container {
        height: 100%;
    }

@media screen and (max-width: 1366px) {
    .login, .create-account {
        height: auto;
        padding: 10rem 0 4rem;
    }
}

@media screen and (max-width: 380px) {
    .login__button .col-6, .create-account__button .col-6 {
        width: 100%;
    }

        .login__button .col-6:last-child button, .create-account__button .col-6:last-child button {
            margin-top: 2rem;
        }
}

.login-form {
    max-width: 55.1rem;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 5.7rem 4rem;
    align-self: center;
    border-top: 2px #4A69BD;
    min-height: 56.9rem;
}

.login-form__header-text {
    margin-bottom: 5rem;
}

    .login-form__header-text h4 {
        line-height: 2.6rem;
        margin-bottom: 2.4rem;
    }

    .login-form__header-text p {
        line-height: 2.6rem;
    }

.login-form__form label a {
    font-size: 1.3rem;
}

@media screen and (max-width: 680px) {
    .login-form {
        padding: 4rem 2rem;
    }
}

@media screen and (max-width: 591px) {
    .login-form {
        max-width: calc(100% - 48px);
    }
}

.create-account .login-form {
    padding: 6.9rem 4rem 6.2rem;
}

@media screen and (max-width: 680px) {
    .create-account .login-form {
        padding: 4rem 2rem;
    }
}

.create-account .login-form__form label a {
    font-size: 1.3rem;
}

.page--dashboard {
    padding: 17.3rem 0;
}

@media screen and (max-width: 768px) {
    .page--dashboard {
        padding: 13rem 0 5rem;
    }
}

.color-lb {
    color: #4A69BD;
}

.color-gray {
    color: #373A3C;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-15 {
    margin-bottom: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.ml-40p {
    margin-left: 40px !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.pb-35 {
    padding-bottom: 2.5rem;
}

.pt-0 {
    padding-top: 0 !important;
}

.bg-color-white {
    background-color: #fff;
}

.settings-spinner {
    max-height: 15px;
    max-width: 15px;
}

.settings-check i {
    max-height: 15px;
    max-width: 15px;
    height: 100%;
    width: 100%;
}

.spinner-check {
    max-height: 15px;
}

.sort-icon-container {
    max-width: 10px;
    margin-left: 1rem;
    max-height: 26px;
}

    .sort-icon-container i {
        color: #4a69bd;
    }

    .sort-icon-up {
        position: relative;
        bottom: 3px;
        cursor: pointer;
    }

.sort-icon-down {
    position: relative;
    bottom: 22px;
    cursor: pointer;
}

.invisible {
    opacity: 0;
}

.new-section-heading {
    color: #4a69bd;
}

.new-section-option {
    display: flex;
    justify-content: center;
}

.new-section-option div {
    border: 1px solid #4a69bd;
    cursor: pointer;
    padding: 10px 0px;
    width: 200px;
}

    .new-section-image {
        margin-top: 5px;
        margin-bottom: 10px;
    }

.help-file-link {
    margin-right: 1rem;
    font-size: 2.5rem;
}

    .help-file-link .help-file {
        position: relative;
        top: 8px;
    }

    .help-file-link .alone-help-file {
        height: 25px;
        position: relative;
        top: 2px;
    }

    .error {
        color: red;
    }

.ui-datepicker {
    display: none !important;
}