div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
ol,
ul,
li,
figcaption,
textarea,
input {
    font: inherit;
}

* {
    box-sizing: border-box;
    outline: none;
}

*:focus {
    outline: none;
}

body {
    position: relative;
    font-style: normal;
    line-height: 1.6875;
    color: #404040;
}

body p {
    letter-spacing: 0;
}

section {
    background-color: #ffffff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 30px 0;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p,
li,
blockquote {
    letter-spacing: 0.5px;
    line-height: 1.6875;
}

ul,
ol,
blockquote,
p {
    margin-bottom: 0;
    margin-top: 0;
}

a {
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7 {
    word-break: break-word;
    word-wrap: break-word;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    padding: 10px 0 10px 20px;
    position: relative;
    border-left: 3px solid;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    transition-property: background-color, color;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.mbr-section-title {
    line-height: 1.4em;
}

.divider {
    height: 3px;
    display: inline-block;
    border-radius: 2px;
    margin: 10px 0;
}

.mbr-section-subtitle {
    margin-bottom: 1.7em;
}

.mbr-text {
    width: 100%;
}

#scrollToTopMarker {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 300px;
}

#scrollToTopButton {
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 5000;
    width: 40px;
    height: 40px;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    border: none;
    border-radius: 7px;
    transition: bottom 0.3s ease-in-out;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
}

#scrollToTopButton a:before {
    content: "";
    display: inline-block;
    border-top: 3px solid;
    border-right: 3px solid;
    height: 8px;
    width: 8px;
    transition: all 0.3s;
    transform: rotate(-45deg);
}

.btn {
    text-align: center;
    position: relative;
    margin: 0 0.8rem;
    font-weight: 600;
    border-width: 1px;
    border-style: solid;
    font-style: normal;
    white-space: nowrap;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

form .btn {
    margin: 0;
}

form .btn:hover {
    cursor: pointer;
}

.card-title {
    margin: 0;
}

.card-img {
    border-radius: 0;
    width: auto;
    flex-shrink: 0;
}

.card-img img {
    width: 100%;
}

.card {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (max-width: 767px) {
    .card:not(.last-child) {
        padding-bottom: 2rem;
    }
}

.card .card-wrapper {
    height: 100%;
}

@media (max-width: 767px) {
    .card .card-wrapper {
        flex-direction: column;
    }
}

.card img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {
    .md-pb {
        padding-bottom: 2rem;
    }
}

.gallery-img-wrap {
    position: relative;
    height: 100%;
}

.gallery-img-wrap amp-img {
    height: 100%;
}

.gallery-img-wrap .icon-wrap,
.gallery-img-wrap .img-caption {
    position: absolute;
    z-index: 3;
    pointer-events: none;
}

.gallery-img-wrap .img-caption {
    left: 0;
    right: 0;
}

.gallery-img-wrap .img-caption.caption-top {
    top: 0;
}

.gallery-img-wrap .img-caption.caption-bottom {
    bottom: 0;
}

.gallery-img-wrap .img-caption:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    transition: opacity 0.3s;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 767px) {
    .gallery-img-wrap:after,
    .gallery-img-wrap:hover:after,
    .gallery-img-wrap .icon-wrap {
        display: none;
    }
    .gallery-img-wrap .caption-on-hover {
        opacity: 1;
    }
}

.is-builder .gallery-img-wrap .icon-wrap {
    pointer-events: all;
}

.is-builder .gallery-img-wrap .img-caption>* {
    pointer-events: all;
}

amp-image-lightbox a.control {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 48px;
    top: 32px;
    z-index: 1000;
}

amp-image-lightbox a.control .close {
    position: relative;
}

amp-image-lightbox a.control .close:before,
amp-image-lightbox a.control .close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: #fff;
}

amp-image-lightbox a.control .close:before {
    transform: rotate(45deg);
}

amp-image-lightbox a.control .close:after {
    transform: rotate(-45deg);
}

.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #000000;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-left,
    .align-center,
    .align-right {
        text-align: center;
    }
}

.mbr-regular {
    font-weight: 400;
}

.mbr-medium {
    font-weight: 500;
}

.mbr-semibold {
    font-weight: 600;
}

.mbr-bold {
    font-weight: 700;
}

.mbr-section-btn {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    font-size: 0;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    cursor: pointer;
    order: 1;
}

[type="submit"] {
    -webkit-appearance: none;
}

.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mbr-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

section.menu {
    min-height: 83px;
}

.menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 83px;
}

@media (max-width: 991px) {
    .menu-container {
        max-width: 100%;
        padding: 0 2rem;
    }
}

@media (max-width: 767px) {
    .menu-container {
        padding: 0 1rem;
    }
}

.navbar {
    z-index: 100;
    width: 100%;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    word-break: break-word;
    z-index: 1;
}

.navbar-logo {
    margin-right: 0.8rem;
}

@media (max-width: 767px) {
    .navbar-logo amp-img {
        max-height: 55px;
        max-width: 55px;
    }
}

.navbar-caption-wrap {
    display: flex;
}

.navbar .navbar-collapse {
    display: flex;
    flex-basis: auto;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .navbar .navbar-collapse {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        min-height: 100vh;
        padding: 70px 2rem 1rem;
        z-index: 1;
    }
}

@media (max-width: 991px) {
    .navbar.opened .navbar-collapse.show,
    .navbar.opened .navbar-collapse.collapsing {
        display: block;
    }
    .is-builder .navbar-collapse {
        position: fixed;
    }
}

.navbar-nav {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    min-width: 10rem;
}

@media (max-width: 991px) {
    .navbar-nav {
        flex-direction: column;
    }
}

.navbar-nav .mbr-iconfont {
    margin-right: 0.2rem;
}

.nav-item {
    word-break: break-all;
}

.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link,
.navbar-caption {
    transition: all 0.2s;
}

.nav-dropdown .dropdown-menu {
    min-width: 10rem;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    left: 0;
}

.nav-dropdown .dropdown-menu .dropdown-item {
    line-height: 1.6875;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 11px 0;
    white-space: nowrap;
}

.nav-dropdown .dropdown-menu .dropdown {
    position: relative;
}

.dropdown-menu .dropdown:hover>.dropdown-menu {
    opacity: 1;
    pointer-events: all;
}

.nav-dropdown .dropdown-submenu {
    top: 0;
    left: 100%;
    margin: 0;
}

.nav-item.dropdown {
    position: relative;
}

.nav-item.dropdown .dropdown-menu {
    opacity: 0;
    pointer-events: none;
}

.nav-item.dropdown:hover>.dropdown-menu {
    opacity: 1;
    pointer-events: all;
}

.navbar .dropdown.open>.dropdown-menu {
    display: block;
}

@media (max-width: 991px) {
    .is-builder .nav-dropdown .dropdown-menu {
        position: relative;
    }
    .nav-dropdown .dropdown-submenu {
        left: 0;
    }
    .dropdown-item {
        padding: 0.25rem 1.5rem;
        margin: 0;
        justify-content: center;
    }
    .dropdown-item:after {
        right: auto;
    }
    .navbar.opened .dropdown-menu {
        top: 0;
    }
}

.navbar-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .navbar-buttons {
        flex-direction: column;
    }
}

.menu-social-list {
    display: flex;
    justify-content: center;
}

.menu-social-list a {
    margin-right: 11px;
}

button.navbar-toggler {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    align-self: center;
}

.hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
}

.hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.25s;
}

nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.25s;
}

nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.ampstart-btn.hamburger {
    position: absolute;
    top: 25px;
    right: 15px;
    margin-left: auto;
    width: 30px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

@media (min-width: 992px) {
    .ampstart-btn,
    amp-sidebar {
        display: none;
    }
}

.close-sidebar {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.close-sidebar span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
}

.close-sidebar span:nth-child(1) {
    transform: rotate(45deg);
}

.close-sidebar span:nth-child(2) {
    transform: rotate(-45deg);
}

.builder-sidebar {
    position: relative;
    min-height: 100vh;
    z-index: 1030;
    padding: 1rem 2rem;
    max-width: 20rem;
}

.builder-sidebar .dropdown:hover>.dropdown-menu {
    position: relative;
    text-align: center;
}

section.sidebar-open:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1040;
}

.map-placeholder {
    display: none;
}

.map-placeholder h4 {
    padding-top: 5rem;
    color: #767676;
    text-align: center;
}

.google-map {
    position: relative;
    width: 100%;
}

@media (max-width: 992px) {
    .google-map {
        padding: 0;
        margin: 0;
    }
}

.google-map [data-state-details] {
    color: #6b6763;
    font-family: Montserrat;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.google-map[data-state] {
    background: #e9e5dc;
}

.google-map[data-state="loading"] [data-state-details] {
    display: none;
}

.lightbox {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.lightbox .video-block {
    width: 100%;
}

div[submit-success]>* {
    padding: 1rem;
    margin-bottom: 1rem;
}

div[submit-error]>* {
    padding: 1rem;
    margin-bottom: 1rem;
}

textarea[type="hidden"] {
    display: none;
}

amp-img {
    width: 100%;
}

amp-img img {
    max-height: 100%;
    max-width: 100%;
}

img.mbr-temp {
    width: 100%;
}

.rounded {
    border-radius: 50%;
}

.rounded__7 {
    border-radius: 7px;
}

.rounded__10 {
    border-radius: 10px;
}

.is-builder .nodisplay+img[async],
.is-builder .nodisplay+img[decoding="async"],
.is-builder amp-img>a+img[async],
.is-builder amp-img>a+img[decoding="async"] {
    display: none;
}

html:not(.is-builder) amp-img>a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.is-builder .temp-amp-sizer {
    position: absolute;
}

.is-builder amp-youtube .temp-amp-sizer,
.is-builder amp-vimeo .temp-amp-sizer {
    position: static;
}

.is-builder section.horizontal-menu .ampstart-btn {
    display: none;
}

.is-builder section.horizontal-menu .dropdown-menu {
    z-index: auto;
    opacity: 1;
    pointer-events: auto;
}

.is-builder section.horizontal-menu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1em;
}

.mobirise-spinner {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    z-index: 4;
}

.mobirise-spinner em {
    width: 24px;
    height: 24px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: slide 1s infinite;
}

@-moz-keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-o-keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.mobirise-loader .amp-active>div {
    display: none;
}

.container {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.mbr-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mbr-align-center {
    align-items: center;
}

.mbr-jc-s {
    justify-content: flex-start;
}

.mbr-jc-c {
    justify-content: center;
}

.mbr-jc-e {
    justify-content: flex-end;
}

.mbr-jc-sb {
    justify-content: space-between;
}

.mbr-row,
.mbr-form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.mbr-row-reverse {
    flex-direction: row-reverse;
}

.mbr-column {
    flex-direction: column;
}

@media (max-width: 767px) {
    .mbr-col,
    .mbr-col-auto {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.mbr-col {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}

.mbr-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 768px) {
    .mbr-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .mbr-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .mbr-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 992px) {
    .mbr-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-4 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-5 {
        -ms-flex: 0 0 41.666%;
        flex: 0 0 41.666%;
        max-width: 41.666%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .mbr-col-lg-10 {
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 1200px) {
    .mbr-col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-xl-4 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.mbr-px-0 {
    padding-left: 0;
    padding-right: 0;
}

.mbr-pt-1 {
    padding-top: 10px;
}

.mbr-pt-3 {
    padding-top: 1.5rem;
}

.mbr-pb-4 {
    padding-bottom: 30px;
}

.mbr-px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.mbr-ml-2 {
    margin-left: 40%;
}

.mbr-m-auto {
    margin: auto;
}

.mbr-mt-1 {
    margin-top: 9px;
}

.mbr-mt-2 {
    margin-top: 35px;
}

.mbr-mb-1 {
    margin-bottom: 10px;
}

form input,
form textarea,
form select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5d2e2;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form textarea.field-input {
    height: 120px;
}

amp-img,
img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

amp-sidebar {
    background: transparent;
}

.is-builder .menu {
    overflow: visible;
}

.is-builder .preview button {
    opacity: 0.5;
    position: relative;
    pointer-events: none;
}

.is-builder .preview button:before {
    display: block;
    position: absolute;
    content: "";
    background-color: #efefef;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.dots-wrapper .dots {
    margin: 4px 3px;
    display: inline-block;
}

.dots-wrapper .dots span {
    cursor: pointer;
    border-radius: 12px;
    display: block;
    height: 4px;
    width: 4px;
    transition: 0.3s;
}

.dots-wrapper .dots span:hover {
    opacity: 1;
}

.dots-wrapper .dots span.current {
    outline: none;
    width: 20px;
    opacity: 1;
}

.amp-carousel-button {
    outline: none;
    transform: scale(1.5) translateY(-50%);
    height: 40px;
    width: 40px;
    transition: 0.3s;
    cursor: pointer;
}

.amp-carousel-button:hover {
    opacity: 1;
}

.amp-carousel-button-next {
    background-position: 75% 50%;
}

.amp-carousel-button-prev {
    background-position: 25% 50%;
}

form input[type="checkbox"],
form input[type="radio"] {
    border: none;
    background: none;
    display: inline-block;
    width: auto;
}

form .fieldset {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.form-check {
    margin-bottom: 0;
}

.form-check-label {
    padding-left: 0;
}

.form-check-input {
    position: relative;
    margin: 4px;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

body {
    font-family: Poppins;
}

blockquote {
    border-color: #313e5b;
}

div[submit-success] {
    background: #525f81;
}

div[submit-error] {
    background: #4c4c4d;
}

.display-1 {
    font-family: "Poppins", sans-serif;
    font-size: 4.625rem;
    line-height: 83px;
}

.display-2 {
    font-family: "Poppins", sans-serif;
    font-size: 2.25rem;
    line-height: 1.4em;
}

.display-4 {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
}

.display-5 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    line-height: 1.4;
}

.display-6 {
    font-family: "Poppins", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
}

.form-block input,
.form-block textarea {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 3.7rem;
        font-size: calc( 2.26875rem + (4.625 - 2.26875) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * ( 2.26875rem + (4.625 - 2.26875) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 1.8rem;
        font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * ( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
        font-size: 0.8rem;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 1.2rem;
        font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * ( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }
}

.display-1 .mbr-iconfont-btn {
    font-size: 4.625rem;
    width: 4.625rem;
}

.display-2 .mbr-iconfont-btn {
    font-size: 2.25rem;
    width: 2.25rem;
}

.display-4 .mbr-iconfont-btn {
    font-size: 1rem;
    width: 1rem;
}

.display-5 .mbr-iconfont-btn {
    font-size: 1.5rem;
    width: 1.5rem;
}

.display-6 .mbr-iconfont-btn {
    font-size: 1.125rem;
    width: 1.125rem;
}

.btn {
    padding: 0px 25px;
    border-radius: 7px;
}

.btn-sm {
    padding: 0px 20px;
    border-radius: 7px;
}

.btn-md {
    padding: 0px 25px;
    border-radius: 7px;
}

.btn-md .mbr-iconfont {
    transform: translateX(0);
    opacity: 1;
    margin-left: 8px;
    transition: all 0.3s ease;
    color: currentColor;
    width: 15px;
    height: 15px;
}

.btn-md .btn__hover {
    transition: transform 0.3s ease;
}

.btn-md.btn:hover .mbr-iconfont {
    transform: translateX(24px);
    opacity: 0;
}

.btn-md.btn:hover .btn__hover {
    transform: translateX(10px);
}

.btn-lg {
    padding: 16px 35px;
    border-radius: 5px;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
    background-color: #437eeb;
    border-color: #437eeb;
    color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
    background-color: #437eeb;
    border-color: #437eeb;
    color: #ffffff;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff;
    background-color: #437eeb;
    border-color: #437eeb;
}

.btn-info,
.btn-info:active,
.btn-info.active {
    background-color: #eff1fe;
    border-color: #eff1fe;
    color: #0e2ae0;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
    background-color: #eff1fe;
    border-color: #eff1fe;
    color: #0e2ae0;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #0e2ae0;
    background-color: #eff1fe;
    border-color: #eff1fe;
}

.btn-success,
.btn-success:active,
.btn-success.active {
    background-color: #525f81;
    border-color: #525f81;
    color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
    background-color: #525f81;
    border-color: #525f81;
    color: #ffffff;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff;
    background-color: #525f81;
    border-color: #525f81;
}

.btn-warning,
.btn-warning:active,
.btn-warning.active {
    background-color: #eef3f9;
    border-color: #eef3f9;
    color: #3d6fab;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
    background-color: #eef3f9;
    border-color: #eef3f9;
    color: #3d6fab;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #3d6fab;
    background-color: #eef3f9;
    border-color: #eef3f9;
}

.btn-warning:hover {
    background-color: #c8d8ec;
    border-color: #c8d8ec;
}

.btn-danger,
.btn-danger:active,
.btn-danger.active {
    background-color: #4c4c4d;
    border-color: #4c4c4d;
    color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
    background-color: #4c4c4d;
    border-color: #4c4c4d;
    color: #ffffff;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff;
    background-color: #4c4c4d;
    border-color: #4c4c4d;
}

.btn-danger.btn {
    color: #000;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

.btn-primary,
.btn-primary:active,
.btn-primary.active {
    background-color: #313e5b;
    border-color: #313e5b;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    background-color: #313e5b;
    border-color: #313e5b;
    color: #ffffff;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff;
    background-color: #313e5b;
    border-color: #313e5b;
}

.btn-primary.btn {
    background-color: #0154f7;
    border-color: #0154f7;
    color: #fff;
}

.btn-primary:hover {
    background-color: #313e5b;
    border-color: #313e5b;
}

.btn-black,
.btn-black:active,
.btn-black.active {
    background-color: #404040;
    border-color: #404040;
    color: #ffffff;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
    background-color: #404040;
    border-color: #404040;
    color: #ffffff;
}

.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff;
    background-color: #404040;
    border-color: #404040;
}

.btn-black:hover {
    background-color: #5a5a5a;
    border-color: #5a5a5a;
}

.btn-white,
.btn-white:active,
.btn-white.active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #808080;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #808080;
}

.btn-white.disabled,
.btn-white:disabled {
    color: #808080;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white.btn {
    color: #000;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #313e5b;
    border-color: #313e5b;
    color: #ffffff;
}

.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
    background: none;
    border-color: #313e5b;
    color: #313e5b;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
    color: #ffffff;
    background-color: #313e5b;
    border-color: #313e5b;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff;
    background-color: #313e5b;
    border-color: #313e5b;
}

.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
    background: none;
    border-color: #437eeb;
    color: #437eeb;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
    color: #ffffff;
    background-color: #437eeb;
    border-color: #437eeb;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff;
    background-color: #437eeb;
    border-color: #437eeb;
}

.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
    background: none;
    border-color: #eff1fe;
    color: #eff1fe;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
    color: #0e2ae0;
    background-color: #eff1fe;
    border-color: #eff1fe;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #0e2ae0;
    background-color: #eff1fe;
    border-color: #eff1fe;
}

.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
    background: none;
    border-color: #525f81;
    color: #525f81;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
    color: #ffffff;
    background-color: #525f81;
    border-color: #525f81;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff;
    background-color: #525f81;
    border-color: #525f81;
}

.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
    background: none;
    border-color: #eef3f9;
    color: #eef3f9;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
    color: #3d6fab;
    background-color: #eef3f9;
    border-color: #eef3f9;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #3d6fab;
    background-color: #eef3f9;
    border-color: #eef3f9;
}

.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
    background: none;
    border-color: #4c4c4d;
    color: #4c4c4d;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
    color: #ffffff;
    background-color: #4c4c4d;
    border-color: #4c4c4d;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff;
    background-color: #4c4c4d;
    border-color: #4c4c4d;
}

.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
    background: none;
    border-color: #000000;
    color: #000000;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-black-outline.btn {
    border-color: #dadce2;
}

.btn-black-outline:hover,
.btn-black-outline:focus {
    background-color: #313e5b;
    border-color: #313e5b;
    color: #ffffff;
}

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
    color: #808080;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #808080;
    background-color: #ffffff;
    border-color: #ffffff;
}

.text-primary {
    color: #313e5b;
}

.text-secondary {
    color: #437eeb;
}

.text-success {
    color: #525f81;
}

.text-info {
    color: #eff1fe;
}

.text-warning {
    color: #eef3f9;
}

.text-danger {
    color: #4c4c4d;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #404040;
}

a[class*="text-"],
.amp-iconfont,
.mbr-iconfont {
    transition: 0.2s ease-in-out;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #0e3987;
}

a.text-success:hover,
a.text-success:focus {
    color: #171a23;
}

a.text-info:hover,
a.text-info:focus {
    color: #5f73f5;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #7da3d1;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #000000;
}

a.text-white:hover,
a.text-white:focus {
    color: #bfbfbf;
}

a.text-black:hover,
a.text-black:focus {
    color: #c0c0c0;
}

#scrollToTopButton {
    background-color: #b4bfd7;
}

#scrollToTopButton a:before {
    border-color: #313e5b;
}

.mobirise-spinner em:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    background: #313e5b;
}

.mobirise-spinner em:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    background: #437eeb;
}

.mobirise-spinner em:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    background: #525f81;
}

.cid-rIUU7c2QEy {
    overflow: visible;
    padding: 0;
}

.cid-rIUU7c2QEy .container-fluid {
    padding: 0;
}

.cid-rIUU7c2QEy .navbar {
    background-color: #ffffff;
}

.cid-rIUU7c2QEy .menu__block,
.cid-rIUU7c2QEy .contact__block {
    width: 100%;
    padding: 0 30px;
}

.cid-rIUU7c2QEy .navbar-logo amp-img,
.cid-rIUU7c2QEy .navbar-logo img {
    object-fit: contain;
    height: 70px;
    width: 150px;
    padding: auto;
}

@media (max-width: 991px) {
    .cid-rIUU7c2QEy .navbar .navbar-collapse {
        background: #ffffff;
    }
}

.cid-rIUU7c2QEy .nav-link {
    padding: 30px 16px 26px 16px;
    margin: 0;
    position: relative;
}

.cid-rIUU7c2QEy .dropdown-item.active,
.cid-rIUU7c2QEy .dropdown-item:active {
    background-color: transparent;
}

.cid-rIUU7c2QEy .dropdown-menu {
    background: #ffffff;
    z-index: 11;
    padding: 17px 30px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

.cid-rIUU7c2QEy .dropdown-toggle::after,
.cid-rIUU7c2QEy .link.dropdown-toggle:after {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 0.5rem;
    margin-top: -0.25rem;
    vertical-align: 0.255em;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
}

.cid-rIUU7c2QEy .dropdown-menu .dropdown-toggle::after {
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
}

.cid-rIUU7c2QEy .dropdown-item {
    border-bottom: 1px solid #ccc;
}

.cid-rIUU7c2QEy .dropdown-item:last-child {
    border-bottom: none;
}

.cid-rIUU7c2QEy .nav-item {
    position: relative;
    z-index: 5;
}

.cid-rIUU7c2QEy .nav-item .nav-link::before {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 3px;
    width: 100%;
    transition: all 0.2s ease;
}

.cid-rIUU7c2QEy .nav-item:hover .nav-link::before {
    background-color: #313e5b;
}

.cid-rIUU7c2QEy .hamburger span {
    background-color: #2d2626;
}

.cid-rIUU7c2QEy .builder-sidebar {
    background-color: #ffffff;
}

.cid-rIUU7c2QEy .amp-iconfont {
    font-size: 14px;
    width: 14px;
    text-align: center;
    display: inline-block;
    color: #000000;
    opacity: 0.5;
}

.cid-rIUU7c2QEy .amp-iconfont:hover {
    opacity: 1;
}

@media (min-width: 992px) {
    .cid-rIUU7c2QEy {
        height: 118px;
    }
}

.cid-rIUU7c2QEy .contact__block {
    height: 35px;
}

.cid-rIUU7c2QEy .border__bottom {
    border-bottom: 1px solid #000000;
    opacity: 0.2;
    width: 100%;
}

.cid-rIUU7c2QEy .contact__text {
    margin-right: 20px;
    transition: all 0.2s ease;
}

.cid-rIUU7c2QEy .contact__text:hover {
    color: #313e5b;
}

.cid-rIUU7c2QEy .mbr-iconfont {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    font-size: inherit;
    transition-duration: 0s;
    vertical-align: middle;
}

.cid-rIUU7c2QEy .questions:hover .phone {
    color: #313e5b;
    transition: color 0.3s ease;
}

.cid-rIUU7c2QEy .quest__icon {
    margin-right: 20px;
}

.cid-rIUU7c2QEy .quest__icon .mbr-iconfont {
    font-size: 35px;
    width: 35px;
    height: 40px;
    color: #313e5b;
}

@media (max-width: 991px) {
    .cid-rIUU7c2QEy .contact__block,
    .cid-rIUU7c2QEy .border__bottom,
    .cid-rIUU7c2QEy .menu-social-list,
    .cid-rIUU7c2QEy .questions {
        display: none;
    }
    .cid-rIUU7c2QEy .dropdown-menu {
        margin: 0;
    }
}

.cid-rIUU7c2QEy .contact__text {
    color: #437eeb;
}

.cid-rIUU7c2QEy .adress {
    color: #437eeb;
}

.cid-rIUU7c2QEy .text {
    color: #313e5b;
}

.cid-rIUU7c2QEy .phone {
    color: #437eeb;
}

.cid-rIUZcaTS2n {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

@media (min-width: 768px) {
    .cid-rIUZcaTS2n .container-fluid {
        padding: 0;
    }
}

.cid-rIUZcaTS2n .mbr-row {
    margin: 0;
}

.cid-rIUZcaTS2n .subtext {
    color: #437eeb;
    margin-bottom: 15px;
    background-color: #dbe6fb;
    line-height: 21px;
    padding: 8px 20px;
    display: inline-block;
}

.cid-rIUZcaTS2n .divider {
    width: 30px;
    background-color: #437eeb;
}

.cid-rIUZcaTS2n .image {
    width: 50vw;
    height: 85vh;
}

.cid-rIUZcaTS2n .title__block {
    padding: 50px 0 50px calc(30% - 100px);
}

@media (max-width: 768px) {
    .cid-rIUZcaTS2n .image {
        display: none;
    }
    .cid-rIUZcaTS2n .text__block {
        padding: 0;
    }
}

.cid-rIUZcaTS2n .mbr-section-title,
.cid-rIUZcaTS2n .divider {
    color: #313e5b;
}

.cid-rIUZcaTS2n .mbr-text {
    color: #525f81;
}

.cid-rIV0zQc7DE {
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.cid-rIV0zQc7DE .mbr-row {
    margin: 0;
}

.cid-rIV0zQc7DE .image {
    height: 550px;
    width: 100%;
    padding: 0;
}

.cid-rIV0zQc7DE .image amp-img,
.cid-rIV0zQc7DE .image img {
    border-radius: 10px;
}

.cid-rIV0zQc7DE .text__block {
    padding: 60px 0 60px 30px;
}

.cid-rIV0zQc7DE .content__wrapper .mbr-iconfont {
    margin: 7px 15px 0 0;
    color: #437eeb;
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.cid-rIV0zQc7DE .content__wrapper .item__service {
    width: 100%;
}

.cid-rIV0zQc7DE .blockquote .mbr-iconfont {
    margin: 7px 20px 0 0;
    color: #437eeb;
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.cid-rIV0zQc7DE .divider {
    width: 30px;
    background-color: #437eeb;
}

@media (max-width: 991px) {
    .cid-rIV0zQc7DE .text__block {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .cid-rIV0zQc7DE .image {
        height: 200px;
    }
}

.cid-rIV0zQc7DE .title,
.cid-rIV0zQc7DE .card__title {
    color: #313e5b;
}

.cid-rIV0zQc7DE .card__text {
    color: #525f81;
}

.cid-rIV0zQc7DE .item__service {
    color: #525f81;
}

.cid-rIVaCcYZwL {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.cid-rIVaCcYZwL .mbr-row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.cid-rIVaCcYZwL .mbr-row>[class*="mbr-col"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.cid-rIVaCcYZwL .card-wrapper {
    padding: 33px 35px 35px 90px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .cid-rIVaCcYZwL .card-wrapper {
        flex-wrap: wrap;
    }
}

.cid-rIVaCcYZwL .card-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: 1;
    z-index: -1;
    border-radius: 10px;
}

.cid-rIVaCcYZwL .art {
    top: 0;
    left: 0;
    position: absolute;
    width: 70px;
    height: 70px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

.cid-rIVaCcYZwL .mbr-iconfont {
    font-size: 35px;
    width: 35px;
    color: #ffffff;
}

.cid-rIVaCcYZwL .item1 {
    background-color: #122947;
}

.cid-rIVaCcYZwL .item2 {
    background-color: #313e5b;
}

.cid-rIVaCcYZwL .item3 {
    background-color: #525f81;
}

.cid-rIVaCcYZwL .item4 {
    background-color: #c5d2e2;
}

.cid-rIVaCcYZwL .icon {
    vertical-align: super;
    font-size: 0.6em;
    margin-left: 3px;
}

.cid-rIVaCcYZwL .image-text {
    white-space: nowrap;
}

.cid-rIVaCcYZwL .card-text {
    line-height: 1.7em;
    color: #4c4c4d;
}

@media (max-width: 991px) {
    .cid-rIVaCcYZwL .card {
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .cid-rIVaCcYZwL .card {
        margin-bottom: 0;
    }
}

.cid-rIV7xwykEs {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.cid-rIV7xwykEs .title {
    color: #313e5b;
}

.cid-rIV1Y0CzjR {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("home/images/bg2-1920x1280.jpg");
}

.cid-rIV1Y0CzjR .mbr-overlay {
    background: #ffffff;
    opacity: 0.7;
}

.cid-rIV1Y0CzjR .divider__bottom {
    background-color: #000000;
}

.cid-rIV1Y0CzjR .card-img {
    position: relative;
}

.cid-rIV1Y0CzjR .card-wrapper .card-img {
    width: 100%;
}

.cid-rIV1Y0CzjR .card-wrapper .card-img .icon__wrap {
    position: relative;
    width: 90px;
    height: 90px;
    background-color: #313e5b;
}

.cid-rIV1Y0CzjR .card-wrapper .card-img .amp-iconfont {
    font-size: 60px;
    width: 60px;
    color: #ffffff;
}

.cid-rIV1Y0CzjR .card-wrapper .card-img .number {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    background-color: #525f81;
    color: #ffffff;
}

.cid-rIV1Y0CzjR .card-wrapper .card-img .number>* {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.cid-rIV1Y0CzjR .card-wrapper .card-img>.mbr-iconfont {
    position: absolute;
    right: -15px;
    top: 57%;
    font-size: 20px;
    width: 20px;
    color: #313e5b;
}

.cid-rIV1Y0CzjR .card-wrapper .map__divider {
    position: absolute;
    left: 100px;
    top: 60px;
    width: calc(100% - 110px);
    height: 1px;
    background-image: linear-gradient( 90deg, #73778c, #73778c 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
}

.cid-rIV1Y0CzjR .card.last-child .card-img>span {
    display: none;
}

.cid-rIV1Y0CzjR .card-box {
    margin-top: 45px;
}

.cid-rIV1Y0CzjR .mbr-text {
    margin-top: 11px;
    opacity: 0.75;
    color: #525f81;
}

.cid-rIV1Y0CzjR .divider__bottom {
    width: 100%;
    height: 1px;
    border-radius: 2px;
    margin: 40px 0;
    opacity: 0.1;
}

.cid-rIV1Y0CzjR .text__bottom {
    width: 100%;
}

@media (max-width: 991px) {
    .cid-rIV1Y0CzjR .card {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .cid-rIV1Y0CzjR .card:not(.last-child) {
        padding-bottom: 20px;
    }
    .cid-rIV1Y0CzjR .map__divider,
    .cid-rIV1Y0CzjR .card-img>.mbr-iconfont {
        display: none;
    }
    .cid-rIV1Y0CzjR .card-img {
        justify-content: center;
    }
}

.cid-rIV1Y0CzjR .card-title {
    color: #313e5b;
}

.cid-rIV1Y0CzjR .text__bottom,
.cid-rIV1Y0CzjR .mbr-section-btn {
    color: #525f81;
}

.cid-rIVd4UgKwf {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #eef3f9;
}

.cid-rIVd4UgKwf .container-fluid,
.cid-rIVd4UgKwf .mbr-col-sm-12,
.cid-rIVd4UgKwf .mbr-col-md-6,
.cid-rIVd4UgKwf .mbr-col-lg-3 {
    padding: 0;
}

.cid-rIVd4UgKwf .mbr-row {
    margin: 0;
}

.cid-rIVd4UgKwf .image {
    height: 450px;
    min-height: 200px;
    width: 100%;
    position: relative;
}

.cid-rIVd4UgKwf .image amp-img,
.cid-rIVd4UgKwf .image img {
    filter: grayscale(100%);
}

.cid-rIVd4UgKwf .mbr-overlay {
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.cid-rIVd4UgKwf .item1 .mbr-overlay {
    background-color: #437eeb;
}

.cid-rIVd4UgKwf .item2 .mbr-overlay {
    background-color: #437eeb;
}

.cid-rIVd4UgKwf .mbr-section-title {
    margin-bottom: 18px;
    color: #313e5b;
}

.cid-rIVd4UgKwf .icon__text {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    display: inline-block;
    color: #3b7eff;
}

.cid-rIVd4UgKwf .text__block {
    padding: 30px;
}

.cid-rIVd4UgKwf .box {
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .cid-rIVd4UgKwf .image {
        height: 300px;
    }
}

.cid-rIVd4UgKwf .mbr-section-btn,
.cid-rIVd4UgKwf .card__text {
    color: #525f81;
}

.cid-rIV3LZ5r4B {
    padding-top: 100px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.cid-rIV3LZ5r4B .divider {
    width: 30px;
    background-color: #437eeb;
}

.cid-rIV3LZ5r4B .title {
    color: #313e5b;
}

.cid-rIV3LZ5r4B .subtitle {
    color: #525f81;
}

.cid-rIV3Ka4RDm {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.cid-rIV3Ka4RDm .card {
    margin-bottom: 30px;
}

.cid-rIV3Ka4RDm .card .inner-item {
    background-color: #ffffff;
    position: relative;
    height: 100%;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.cid-rIV3Ka4RDm .card .image {
    height: 200px;
    min-height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cid-rIV3Ka4RDm .card .image amp-img,
.cid-rIV3Ka4RDm .card .image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cid-rIV3Ka4RDm .card-text {
    padding: 0 35px 38px;
}

.cid-rIV3Ka4RDm .card__title {
    margin-top: 26px;
}

.cid-rIV3Ka4RDm .divider {
    width: 30px;
    background-color: #000000;
    opacity: 0.3;
}

.cid-rIV9WcRw7C {
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.cid-rIV9WcRw7C .item__icon {
    width: 50px;
    height: 50px;
    background-color: #eef3f9;
    margin-right: 25px;
}

.cid-rIV9WcRw7C .item__icon .mbr-iconfont {
    font-size: 20px;
    width: 20px;
    color: #313e5b;
}

.cid-rIV9WcRw7C .video__title {
    display: inline-flex;
    color: #313e5b;
}

.cid-rIV9WcRw7C .title__block,
.cid-rIV9WcRw7C .video-block {
    margin-bottom: 40px;
    padding: 0;
}

.cid-rIV79pmQnr {
    padding-top: 80px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.cid-rIV79pmQnr .service__icon {
    margin-right: 28px;
}

.cid-rIV79pmQnr .service__icon .mbr-iconfont {
    display: inline-block;
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: #313e5b;
}

@media (max-width: 767px) {
    .cid-rIV79pmQnr .service__icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .cid-rIV79pmQnr .mbr-ml-2 {
        margin: 0;
    }
    .cid-rIV79pmQnr .right {
        flex-direction: column;
    }
}

.cid-rIV79pmQnr .title__block,
.cid-rIV79pmQnr .title {
    color: #313e5b;
}

.cid-rIV79pmQnr .mbr-section-subtitle {
    color: #525f81;
}

.cid-rIV4Fd3Amy {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("home/images/bg2-1920x1280.jpg");
}

.cid-rIV4Fd3Amy .mbr-overlay {
    background: #ffffff;
    opacity: 0.8;
}

.cid-rIV4Fd3Amy .mbr-row {
    margin: 0;
}

.cid-rIV4Fd3Amy .slider-box,
.cid-rIV4Fd3Amy .slider-box .carousel {
    height: 440px;
}

.cid-rIV4Fd3Amy .slider-box .amp-carousel-button {
    background-color: transparent;
}

.cid-rIV4Fd3Amy .amp-carousel-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23313e5b' viewBox='0 0 24 24'%3E%3Cpath d='M4.6 22.6L15.2 12 4.6 1.4 6 0l12 12L6 24z'/%3E%3C/svg%3E");
    right: 2rem;
}

.cid-rIV4Fd3Amy .amp-carousel-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23313e5b' viewBox='0 0 24 24'%3E%3Cpath d='M19.4 1.4L8.8 12l10.6 10.6L18 24 6 12 18 0z'/%3E%3C/svg%3E");
    left: 2rem;
}

@media (max-width: 767px) {
    .cid-rIV4Fd3Amy .amp-carousel-button {
        display: none;
    }
}

.cid-rIV4Fd3Amy .dots-wrapper {
    width: 100%;
    bottom: 0;
    text-align: center;
    position: relative;
}

.cid-rIV4Fd3Amy .dots-wrapper .dots span {
    background-color: #313e5b;
    opacity: 0.8;
}

.cid-rIV4Fd3Amy .dots-wrapper span.current,
.cid-rIV4Fd3Amy .dots-wrapper span:hover {
    opacity: 1;
}

.cid-rIV4Fd3Amy .stars {
    margin-bottom: 15px;
}

.cid-rIV4Fd3Amy .stars .mbr-iconfont {
    color: #fabd4a;
    font-size: 15px;
    width: 15px;
    height: 15px;
}

.cid-rIV4Fd3Amy .quote-text {
    margin-bottom: 13px;
    color: #525f81;
}

.cid-rIV4Fd3Amy .author {
    font-style: italic;
}

.cid-rIV4Fd3Amy .author {
    color: #437eeb;
}

.cid-rIV9dEGVAu {
    padding-top: 100px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.cid-rIV9dEGVAu .title {
    color: #313e5b;
}

.cid-rIV56JFhnV {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("home/images/bg2-1920x1280.jpg");
}

.cid-rIV56JFhnV .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.7;
}

.cid-rIV56JFhnV .card {
    margin-bottom: 30px;
}

.cid-rIV56JFhnV .card .inner-item {
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
    transition: transform 0.5s ease;
}

.cid-rIV56JFhnV .card .inner-item:hover {
    transform: translateY(-15px);
}

.cid-rIV56JFhnV .card__title {
    border-bottom: 1px solid #dadce2;
}

.cid-rIV56JFhnV .card__title .title__text {
    padding: 10px 35px;
}

.cid-rIV56JFhnV .content__wrapper {
    padding: 0 35px;
    margin-top: 41px;
}

.cid-rIV56JFhnV .content__wrapper .mbr-iconfont {
    margin-right: 15px;
    color: #437eeb;
    width: 15px;
    font-size: inherit;
}

.cid-rIV56JFhnV .price__block {
    padding: 42px 30px 30px;
    border: 1px solid #dadce2;
}

.cid-rIV56JFhnV .box {
    padding: 40px 35px 35px;
}

.cid-rIV56JFhnV .price__dollar {
    position: relative;
    bottom: -30px;
    margin-right: 10px;
    color: #313e5b;
}

.cid-rIV56JFhnV .price__price {
    font-size: 60px;
    line-height: 1;
    color: #313e5b;
}

.cid-rIV56JFhnV .cols {
    margin-left: 10px;
}

.cid-rIV56JFhnV .price__mounth {
    color: #525f81;
}

.cid-rIV56JFhnV .item__target .card__title {
    border-color: #437eeb;
    background-color: #437eeb;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.cid-rIV56JFhnV .item__target .price__block {
    background-color: #dbe6fb;
    border-color: #dbe6fb;
}

.cid-rIV56JFhnV .btn {
    margin-top: 23px;
}

.cid-rIV56JFhnV .btn .mbr-iconfont {
    color: currentColor;
}

@media (max-width: 1200px) {
    .cid-rIV56JFhnV .price__block {
        padding: 42px 17px 30px;
    }
}

.cid-rIV56JFhnV .title__text {
    color: #313e5b;
}

.cid-rIV56JFhnV .item__service {
    color: #525f81;
}

.cid-rIV56JFhnV .price__subprice {
    color: #313e5b;
}

.cid-rIV8EQsLnX {
    padding-top: 80px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.cid-rIV8EQsLnX .item__icon {
    width: 50px;
    height: 50px;
    background-color: #eef3f9;
    margin-right: 25px;
}

.cid-rIV8EQsLnX .item__icon .mbr-iconfont {
    font-size: 20px;
    width: 20px;
    color: #313e5b;
}

.cid-rIV8EQsLnX .title__title {
    color: #313e5b;
}

.cid-rIVttOyR2x {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #ffffff;
    overflow: visible;
}

.cid-rIVttOyR2x .form__wrap {
    background-color: #ffffff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
    padding: 60px 35px;
}

.cid-rIVttOyR2x .field {
    position: relative;
    padding: 15px 25px 15px 25px;
}

.cid-rIVttOyR2x .field-input {
    font-size: 15px;
    height: 50px;
    margin-top: 15px;
    padding-left: 60px;
    background-color: #ffffff;
    border-color: #c5d2e2;
}

.cid-rIVttOyR2x .form-control-label {
    width: 100%;
    margin-bottom: 0;
}

.cid-rIVttOyR2x .field__btn {
    margin-top: 27px;
    padding: 15px 25px;
    align-items: flex-end;
}

.cid-rIVttOyR2x .field__btn .btn {
    width: 100%;
}

.cid-rIVttOyR2x .mbr-iconfont {
    position: absolute;
    left: 26px;
    bottom: 15.5px;
    color: #313e5b;
    z-index: 9;
    font-size: 18px;
    background-color: #eef3f9;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: 1px solid #c5d2e2;
    width: 48px;
    height: 48px;
    text-align: center;
}

.cid-rIV6G7Mt4O {
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.cid-rIV6G7Mt4O .title {
    color: #313e5b;
}

.cid-rIV5D0JJV0 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.cid-rIV5D0JJV0 .card {
    transition: transform 0.5s ease;
    margin-bottom: 30px;
}

.cid-rIV5D0JJV0 .card .inner-item {
    background-color: #ffffff;
    position: relative;
    height: 100%;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
}

.cid-rIV5D0JJV0 .card .image {
    height: 270px;
    min-height: 200px;
    width: 100%;
    position: relative;
}

.cid-rIV5D0JJV0 .card .image amp-img,
.cid-rIV5D0JJV0 .card .image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cid-rIV5D0JJV0 .card .post {
    position: absolute;
    left: 0;
    bottom: -1px;
    border-top-right-radius: 10px;
    background-color: #ffffff;
    z-index: 7;
}

.cid-rIV5D0JJV0 .card .post .post__text {
    padding: 12px 30px 0px;
}

.cid-rIV5D0JJV0 .card .post .mbr-iconfont {
    margin-right: 10px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    top: 2px;
    position: relative;
    color: #313e5b;
}

.cid-rIV5D0JJV0 .card:hover {
    transform: translateY(-15px);
}

.cid-rIV5D0JJV0 .card:hover .next {
    opacity: 1;
    top: -70px;
}

.cid-rIV5D0JJV0 .card-text {
    padding: 0 30px 20px;
    position: relative;
}

.cid-rIV5D0JJV0 .card__title {
    margin-top: 30px;
}

.cid-rIV5D0JJV0 .card__text {
    margin-top: 18px;
    color: #4c4c4d;
}

.cid-rIV5D0JJV0 .next {
    height: 55px;
    width: 55px;
    position: absolute;
    top: -65px;
    opacity: 0;
    right: 15px;
    transition: transform 0.2s ease-in, all 0.3s ease;
    background-color: #313e5b;
    z-index: 8;
}

.cid-rIV5D0JJV0 .next:hover {
    transform: translateY(-5px);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.cid-rIV5D0JJV0 .next .next__item {
    width: 55px;
    height: 55px;
}

.cid-rIV5D0JJV0 .next .next__item .mbr-iconfont {
    width: 20px;
    font-size: 20px;
    color: #ffffff;
    margin-left: 2px;
}

.cid-rIV5D0JJV0 .divider__card {
    height: 1px;
    background-color: #000000;
    margin-top: 30px;
    opacity: 0.2;
}

.cid-rIV5D0JJV0 .bottom__block {
    padding-top: 21px;
}

.cid-rIV5D0JJV0 .admin {
    width: 45%;
    margin-right: 10px;
}

.cid-rIV5D0JJV0 .admin {
    width: 100%;
}

.cid-rIV5D0JJV0 .post__text {
    color: #437eeb;
}

.cid-rIV5D0JJV0 .card__title {
    color: #313e5b;
}

.cid-rIV5D0JJV0 .card__text {
    color: #525f81;
}

.cid-rIV5D0JJV0 .admin__text {
    color: #437eeb;
}

.cid-rIV6mtnyQY {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eff1fe;
}

.cid-rIV6mtnyQY .fLink {
    margin: 10px;
    transition: opacity 0.3s ease;
}

.cid-rIV6mtnyQY .fLink:hover {
    opacity: 1;
}

.cid-rIV6mtnyQY .copyright,
.cid-rIV6mtnyQY .fLink {
    opacity: 0.75;
}

@media (max-width: 991px) {
    .cid-rIV6mtnyQY .footer-container {
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .cid-rIV6mtnyQY .link-items {
        justify-content: center;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .cid-rIV6mtnyQY .divider__foot {
        border-top: 1px solid #000000;
        opacity: 0.15;
        width: 100%;
        margin-top: 19px;
        margin-bottom: 19px;
    }
}

.cid-rIV6mtnyQY .copyright {
    color: #313e5b;
}

.cid-rIV6mtnyQY .fLink {
    color: #313e5b;
}

.engine {
    position: absolute;
    text-indent: -2400px;
    text-align: center;
    padding: 0;
    top: 0;
    left: -2400px;
}

[class*="-iconfont"] {
    display: inline-flex;
}


/* Section 2 */

body {
    -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    animation: -amp-start 8s steps(1, end) 0s 1 normal both;
}

@-webkit-keyframes -amp-start {
    from {
        visibility: hidden;
    }
    to {
        visibility: visible;
    }
}

@-moz-keyframes -amp-start {
    from {
        visibility: hidden;
    }
    to {
        visibility: visible;
    }
}

@-ms-keyframes -amp-start {
    from {
        visibility: hidden;
    }
    to {
        visibility: visible;
    }
}

@-o-keyframes -amp-start {
    from {
        visibility: hidden;
    }
    to {
        visibility: visible;
    }
}

@keyframes -amp-start {
    from {
        visibility: hidden;
    }
    to {
        visibility: visible;
    }
}

visibility: hidden;

}
to {
    visibility: visible;
}

}
@-o-keyframes -amp-start {
    from {
        visibility: hidden;
    }
    to {
        visibility: visible;
    }
}
@keyframes -amp-start {
    from {
        visibility: hidden;
    }
    to {
        visibility: visible;
    }
}