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

.floating-wpp-button-image {
    width: 65px;
    height: 65px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8' standalone='no'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='isolation:isolate' viewBox='0 0 800 800' width='65px' height='65px'%3e%3cdefs%3e%3cclipPath id='_clipPath_A3g8G5hPEGG2L0B6hFCxamU4cc8rfqzQ'%3e%3crect width='800' height='800'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23_clipPath_A3g8G5hPEGG2L0B6hFCxamU4cc8rfqzQ)'%3e%3cg%3e%3cpath d=' M 787.59 800 L 12.41 800 C 5.556 800 0 793.332 0 785.108 L 0 14.892 C 0 6.667 5.556 0 12.41 0 L 787.59 0 C 794.444 0 800 6.667 800 14.892 L 800 785.108 C 800 793.332 794.444 800 787.59 800 Z ' fill='rgb(37,211,102)'/%3e%3c/g%3e%3cg%3e%3cpath d=' M 508.558 450.429 C 502.67 447.483 473.723 433.24 468.325 431.273 C 462.929 429.308 459.003 428.328 455.078 434.22 C 451.153 440.114 439.869 453.377 436.434 457.307 C 433 461.236 429.565 461.729 423.677 458.78 C 417.79 455.834 398.818 449.617 376.328 429.556 C 358.825 413.943 347.008 394.663 343.574 388.768 C 340.139 382.873 343.207 379.687 346.155 376.752 C 348.804 374.113 352.044 369.874 354.987 366.436 C 357.931 362.999 358.912 360.541 360.875 356.614 C 362.837 352.683 361.857 349.246 360.383 346.299 C 358.912 343.352 347.136 314.369 342.231 302.579 C 337.451 291.099 332.597 292.654 328.983 292.472 C 325.552 292.301 321.622 292.265 317.698 292.265 C 313.773 292.265 307.394 293.739 301.996 299.632 C 296.6 305.527 281.389 319.772 281.389 348.752 C 281.389 377.735 302.487 405.731 305.431 409.661 C 308.376 413.592 346.949 473.062 406.015 498.566 C 420.062 504.634 431.03 508.256 439.581 510.969 C 453.685 515.451 466.521 514.818 476.666 513.302 C 487.978 511.613 511.502 499.06 516.409 485.307 C 521.315 471.55 521.315 459.762 519.842 457.307 C 518.371 454.851 514.446 453.377 508.558 450.429 Z M 401.126 597.117 L 401.047 597.117 C 365.902 597.104 331.431 587.661 301.36 569.817 L 294.208 565.572 L 220.08 585.017 L 239.866 512.743 L 235.21 505.332 C 215.604 474.149 205.248 438.108 205.264 401.1 C 205.307 293.113 293.17 205.257 401.204 205.257 C 453.518 205.275 502.693 225.674 539.673 262.696 C 576.651 299.716 597.004 348.925 596.983 401.258 C 596.939 509.254 509.078 597.117 401.126 597.117 Z M 567.816 234.565 C 523.327 190.024 464.161 165.484 401.124 165.458 C 271.24 165.458 165.529 271.161 165.477 401.085 C 165.46 442.617 176.311 483.154 196.932 518.892 L 163.502 641 L 288.421 608.232 C 322.839 627.005 361.591 636.901 401.03 636.913 L 401.126 636.913 L 401.127 636.913 C 530.998 636.913 636.717 531.2 636.77 401.274 C 636.794 338.309 612.306 279.105 567.816 234.565' fill-rule='evenodd' fill='rgb(255,255,255)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

#chatbutton-wa {
    position: fixed;
}

.floating-wpp-button-image amp-img,
.floating-wpp-button-image amp-img img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
ol,
ul,
li,
figcaption,
textarea,
input {
    font: inherit;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

*:focus {
    outline: none;
}

body {
    position: relative;
    font-style: normal;
    line-height: 1.5;
    color: #616161;
}

section {
    background-color: #eeeeee;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p,
li,
blockquote {
    letter-spacing: 0.5px;
    line-height: 1.7;
}

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 {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.mbr-section-title {
    margin: 0;
    padding: 0;
    font-style: normal;
    line-height: 1.2;
    width: 100%;
}

.mbr-section-subtitle {
    line-height: 1.3;
    width: 100%;
}

.mbr-text {
    font-style: normal;
    line-height: 1.6;
    width: 100%;
}

.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #222222;
}

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

.align-left .list-item {
    justify-content: flex-start;
}

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

.align-center .list-item {
    justify-content: center;
}

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

.align-right .list-item {
    justify-content: flex-end;
}

.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

.icons-list a {
    margin: 0 1rem 0 0;
}

.icons-list a:last-child {
    margin: 0;
}

.mbr-figure {
    align-self: center;
}

.hidden {
    visibility: hidden;
}

.super-hide {
    display: none;
}

.inactive {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.mbr-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.map-placeholder {
    display: none;
}

.google-map,
.google-map iframe {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {

    .google-map,
    .google-map iframe {
        padding: 0;
        margin: 0;
    }
}

amp-img {
    width: 100%;
}

amp-img img {
    max-height: 100%;
    max-width: 100%;
}

img.mbr-temp {
    width: 100%;
}

.rounded {
    border-radius: 50%;
}

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

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

.mobirise-spinner em:nth-child(1) {
    -webkit-animation-delay: 0.1s;
}

.mobirise-spinner em:nth-child(2) {
    -webkit-animation-delay: 0.2s;
}

.mobirise-spinner em:nth-child(3) {
    -webkit-animation-delay: 0.3s;
}

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

.iconfont-wrapper {
    display: inline-block;
}

.mbr-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mbr-jc-s {
    justify-content: flex-start;
}

.mbr-jc-c {
    justify-content: center;
}

.mbr-jc-e {
    justify-content: flex-end;
}

.mbr-ai-c {
    align-items: center;
}

.mbr-row-reverse {
    flex-direction: row-reverse;
}

.mbr-column {
    flex-direction: column;
}

amp-img,
img {
    height: 100%;
    width: 100%;
}

.hidden-slide {
    display: none;
}

.visible-slide {
    display: flex;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    align-items: center;
    height: 100vh;
    min-height: 100vh;
    padding: 3rem 0;
}

.container {
    padding: 0 2rem;
    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: 1230px;
    }
}

.container-fluid {
    width: 100%;
    padding: 0 1rem;
}

.btn {
    position: relative;
    font-weight: 700;
    margin: 0.4rem 0.8rem;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s ease-in-out, box-shadow 2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    line-height: 1;
    letter-spacing: 0px;
}

.btn-form {
    padding: 1rem 2rem;
}

.btn-form:hover {
    cursor: pointer;
}

.btn {
    padding: 15px 36px;
    border-radius: 3px;
}

.btn-sm {
    padding: 0px 30px;
    border-radius: 0px;
}

.btn-md {
    padding: 0px 30px;
    border-radius: 0px;
}

.btn-lg {
    padding: 0px 48px;
    border-radius: 0px;
}

.note-popover .btn:after {
    display: none;
}

.mbr-section-btn {
    margin: 0 -0.8rem;
    font-size: 0;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

.btn .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    cursor: pointer;
    margin: 0 0.8rem 0 0;
}

.btn-sm .mbr-iconfont {
    margin: 0 0.5rem 0 0;
}

[type="submit"] {
    -webkit-appearance: none;
}

section.menu {
    min-height: 100px;
    overflow: visible;
    padding: 0;
}

.menu-container {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

@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%;
    height: 100px;
    position: absolute;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    word-break: break-word;
    z-index: 1;
}

.navbar-logo {
    margin: 0 0.8rem 0 0;
}

.navbar-caption-wrap {
    display: flex;
}

.navbar .navbar-collapse {
    display: flex;
    -ms-flex-preferred-size: auto;
    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;
        height: 100vh;
        padding: 70px 0rem 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: 12rem;
}

@media (max-width: 991px) {
    .navbar-nav {
        flex-direction: column;
    }
}

.navbar-nav .mbr-iconfont {
    margin: 0 0.2rem 0 0;
}

.nav-item {
    word-break: break-all;
}

.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link,
.navbar-caption {
    transition: all 0.2s;
    letter-spacing: 1px;
}

.nav-dropdown .dropdown-menu {
    border-radius: 5px;
    min-width: 12rem;
    position: absolute;
    left: 0;
    padding: 1rem 0 0.5rem;
}

.nav-dropdown .dropdown-menu .dropdown-item {
    line-height: 2;
    padding: 0 0rem;
    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;
}

.link.dropdown-toggle {
    position: relative;
}

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

    .nav-dropdown .dropdown-menu .dropdown-item {
        padding: 0;
    }

    .navbar.opened .dropdown-menu {
        top: 0;
    }
}

.menu-social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.menu-social-list a {
    margin: 0 0.5rem;
}

.menu-social-list a span {
    font-size: 1.3rem;
}

button.navbar-toggler {
    position: absolute;
    right: 25px;
    top: 40px;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    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 .2s;
}

.hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}

.hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}

.hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}

nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(4),
nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(2) {
    transform: rotate(-45deg);
    transition: all .25s;
}

nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(3) {
    transform: rotate(45deg);
    transition: all .25s;
}

.ampstart-btn.hamburger {
    position: absolute;
    top: 40px;
    right: 25px;
    margin-left: auto;
    height: 20px;
    width: 30px;
    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;
    top: 14px;
}

.close-sidebar span:nth-child(1) {
    transform: rotate(-45deg);
}

.close-sidebar span:nth-child(2) {
    transform: rotate(45deg);
}

.builder-sidebar {
    position: relative;
    height: 100vh;
    min-width: 12rem;
    z-index: 1030;
    overflow-y: auto;
    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;
}

.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 .menu {
    overflow: visible;
}

#sidebar {
    background-color: transparent;
}

.card-title {
    margin: 0;
}

.card {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 0 1rem;
}

@media (max-width: 767px) {
    .card:not(.last-child) {
        padding-bottom: 2rem;
    }
}

.card .card-img {
    width: auto;
    border-radius: 0;
}

.card .card-wrapper {
    border-radius: 10px;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
    height: 100%;
}

@media (max-width: 767px) {
    .card .card-wrapper {
        flex-direction: column;
    }
}

.card img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.card-inner,
.items-list {
    display: flex;
    flex-direction: column;
}

.items-list {
    list-style-type: none;
    padding: 0;
}

.items-list .list-item {
    padding: 1rem 2rem;
}

.card-head {
    padding: 1.5rem 2rem;
}

.card-price-wrap {
    padding: 1rem 2rem;
}

.card-button {
    padding: 1rem;
    margin: 0;
}

.timeline-wrap {
    position: relative;
}

.timeline-wrap .iconBackground {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    display: inline-block;
    background-color: #232323;
    top: 20px;
    margin: 0 0 0 -10px;
}

@media (max-width: 767px) {
    .timeline-wrap .iconBackground {
        left: 0;
    }
}

.separline {
    position: relative;
}

@media (max-width: 767px) {
    .separline:not(.last-child) {
        padding-bottom: 2rem;
    }
}

.separline:before {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #000000;
    left: calc(50% - 1px);
    height: calc(100% - 20px);
    top: 40px;
}

@media (max-width: 767px) {
    .separline:before {
        left: 0;
    }
}

.gallery-img-wrap {
    position: relative;
    height: 100%;
}

.gallery-img-wrap:hover {
    cursor: pointer;
}

.gallery-img-wrap:hover .icon-wrap,
.gallery-img-wrap:hover .caption-on-hover {
    opacity: 1;
}

.gallery-img-wrap:hover:after {
    opacity: .5;
}

.gallery-img-wrap amp-img {
    height: 100%;
}

.gallery-img-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.gallery-img-wrap .icon-wrap,
.gallery-img-wrap .img-caption {
    z-index: 3;
    pointer-events: none;
    position: absolute;
}

.gallery-img-wrap .icon-wrap,
.gallery-img-wrap .caption-on-hover {
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery-img-wrap .icon-wrap {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: .5rem;
    border-radius: 50%;
}

.gallery-img-wrap .amp-iconfont {
    color: #000;
    font-size: 1rem;
    width: 1rem;
    display: block;
}

.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:not(.caption-on-hover):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,
.is-builder .gallery-img-wrap .img-caption>* {
    pointer-events: all;
}

.dots-wrapper .dots {
    display: inline-block;
    margin: 4px 8px;
}

.dots-wrapper .dots span {
    display: block;
    border-radius: 12px;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    border: 10px solid #cccccc;
    opacity: 0.5;
}

.dots-wrapper .dots span.current {
    width: 40px;
}

.dots-wrapper .dots span:hover,
.dots-wrapper .dots span.current {
    opacity: 1;
}

button.btn-img {
    cursor: pointer;
}

.is-builder .preview button.btn-img {
    opacity: 0.5;
    position: relative;
    pointer-events: none;
}

.amp-carousel-button-prev {
    transform: matrix(1, 0, 0, 1, 45, 25);
    display: block;
    position: absolute;
    border-radius: 0;
    cursor: pointer;
    width: 50px;
    transition: 0.5s;
    height: 30px;
    border: 14px solid rgba(255, 255, 255, 0);
    border-left: unset;
    border-right: unset;
    background-clip: padding-box;
    background-image: none;
}

.amp-carousel-button-prev::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transition: 0.4s;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    transform-origin: 0% 100%;
}

.amp-carousel-button-prev::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transition: 0.4s;
    top: 0;
    left: 0;
    border-top: 2px solid;
    transform: rotate(45deg);
    transform-origin: 0% 0%;
}

.amp-carousel-button-prev:hover::before {
    width: 15px;
    transform: rotate(-20deg);
}

.amp-carousel-button-prev:hover::after {
    width: 15px;
    transform: rotate(20deg);
}

.amp-carousel-button-next {
    transform: matrix(1, 0, 0, 1, -95, 25);
    display: block;
    position: absolute;
    border-radius: 0;
    cursor: pointer;
    width: 50px;
    transition: 0.5s;
    height: 30px;
    border: 14px solid rgba(255, 255, 255, 0);
    border-left: unset;
    border-right: unset;
    background-clip: padding-box;
    background-image: none;
}

.amp-carousel-button-next::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
    transition: 0.5s;
}

.amp-carousel-button-next::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transition: 0.4s;
    top: 0;
    right: 0;
    border-top: 2px solid;
    transform: rotate(-45deg);
    transform-origin: 100% 0;
    transition: 0.5s;
}

.amp-carousel-button-next:hover::before {
    transform: rotate(20deg);
    width: 15px;
    transition: 0.5s;
}

.amp-carousel-button-next:hover::after {
    transform: rotate(-20deg);
    width: 15px;
    transition: 0.5s;
}

amp-image-lightbox,
.lightbox {
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: auto;
}

amp-image-lightbox a.control,
.lightbox a.control {
    position: absolute;
    cursor: default;
    top: 0;
    right: 0;
}

amp-image-lightbox .close,
.lightbox .close {
    background: none;
    border: none;
    position: absolute;
    top: 16px;
    right: 16px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    z-index: 1000;
}

amp-image-lightbox .close:before,
amp-image-lightbox .close:after,
.lightbox .close:before,
.lightbox .close:after {
    position: absolute;
    top: 0;
    right: 16px;
    content: ' ';
    height: 32px;
    width: 2px;
    background-color: #fff;
}

amp-image-lightbox .close:before,
.lightbox .close:before {
    transform: rotate(45deg);
}

amp-image-lightbox .close:after,
.lightbox .close:after {
    transform: rotate(-45deg);
}

amp-image-lightbox .video-block,
.lightbox .video-block {
    width: 100%;
}

div[submit-success]>*,
div[submit-error]>* {
    padding: 1rem;
    margin-bottom: 1rem;
}

.form-block {
    z-index: 1;
    background-color: transparent;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.form-block .mbr-overlay {
    z-index: -1;
}

@media (max-width: 991px) {
    .form-block {
        padding: 1rem;
    }
}

form input,
form textarea,
form select {
    padding: 0.5rem 1rem;
    line-height: 1.6;
    width: 100%;
    background: #f5f5f5;
    border-width: 0px;
    border-style: solid;
    border-color: #ced4da;
    border-radius: 3px;
    color: #616161;
}

form input[type="checkbox"],
form input[type="radio"] {
    border: none;
    background: none;
    width: auto;
}

form .field {
    padding-bottom: 0rem;
    padding-top: 1.2rem;
}

form textarea.field-input {
    height: 120px;
}

form .fieldset {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

textarea[type="hidden"] {
    display: none;
}

.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: .75rem;
}

.mbr-row,
.mbr-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}

.mbr-form-row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.mbr-form-row>[class*="mbr-col"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (max-width: 767px) {

    .mbr-col,
    .mbr-col-auto {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 768px) {

    .mbr-col,
    .mbr-col-auto {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-2 {
        -ms-flex: 0 0 16.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-5 {
        -ms-flex: 0 0 41.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-7 {
        -ms-flex: 0 0 58.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-10 {
        -ms-flex: 0 0 83.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        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%;
}

.mbr-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

@media (min-width: 992px) {

    .mbr-col,
    .mbr-col-auto {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-2 {
        -ms-flex: 0 0 16.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-4 {
        -ms-flex: 0 0 33.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-7 {
        -ms-flex: 0 0 58.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-8 {
        -ms-flex: 0 0 66.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-10 {
        -ms-flex: 0 0 83.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 1200px) {

    .mbr-col,
    .mbr-col-auto {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-xl-2 {
        -ms-flex: 0 0 16.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-xl-4 {
        -ms-flex: 0 0 33.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-xl-5 {
        -ms-flex: 0 0 41.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-xl-7 {
        -ms-flex: 0 0 58.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-xl-8 {
        -ms-flex: 0 0 66.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-xl-10 {
        -ms-flex: 0 0 83.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-xl-11 {
        -ms-flex: 0 0 91.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 992px) {
    .lg-pb {
        padding-bottom: 3rem;
    }
}

@media (max-width: 991px) {
    .md-pb {
        padding-bottom: 2rem;
    }
}

.mbr-pt-1,
.mbr-py-1 {
    padding-top: 0.5rem;
}

.mbr-pb-1,
.mbr-py-1 {
    padding-bottom: 0.5rem;
}

.mbr-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.mbr-p-1 {
    padding: 0.5rem;
}

.mbr-pt-2,
.mbr-py-2 {
    padding-top: 1rem;
}

.mbr-pb-2,
.mbr-py-2 {
    padding-bottom: 1rem;
}

.mbr-px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.mbr-p-2 {
    padding: 1rem;
}

.mbr-pt-3,
.mbr-py-3 {
    padding-top: 1.5rem;
}

.mbr-pb-3,
.mbr-py-3 {
    padding-bottom: 1.5rem;
}

.mbr-px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.mbr-p-3 {
    padding: 1.5rem;
}

.mbr-pt-4,
.mbr-py-4 {
    padding-top: 2rem;
}

.mbr-pb-4,
.mbr-py-4 {
    padding-bottom: 2rem;
}

.mbr-px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.mbr-p-4 {
    padding: 2rem;
}

.mbr-pt-5,
.mbr-py-5 {
    padding-top: 3rem;
}

.mbr-pb-5,
.mbr-py-5 {
    padding-bottom: 3rem;
}

.mbr-px-5 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.mbr-p-5 {
    padding: 3rem;
}

@media (max-width: 991px) {

    .mbr-py-3,
    .mbr-py-4,
    .mbr-py-5 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .mbr-px-4,
    .mbr-px-5 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mbr-p-3,
    .mbr-p-4,
    .mbr-p-5 {
        padding: 1rem;
    }
}

.mbr-ml-auto {
    margin-left: auto;
}

.mbr-mr-auto {
    margin-right: auto;
}

.mbr-m-auto {
    margin: auto;
}

#scrollToTopMarker {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 300px;
}

#scrollToTopButton {
    position: fixed;
    bottom: 25px;
    right: 25px;
    opacity: .4;
    z-index: 5000;
    font-size: 32px;
    height: 60px;
    width: 60px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#scrollToTopButton:focus {
    outline: none;
}

#scrollToTopButton a:before {
    content: '';
    position: absolute;
    height: 40%;
    top: 36%;
    width: 2px;
    left: calc(50% - 1px);
}

#scrollToTopButton a:after {
    content: '';
    position: absolute;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 40%;
    height: 40%;
    left: calc(30% - 1px);
    bottom: 30%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mbr-gray {
    color: #445a69;
}

@media (max-width: 767px) {
    .container {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.field-input {
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 991px) {
    .mbr-col {
        min-width: 50%;
    }
}

@media (max-width: 991px) {
    .mbr-col {
        min-width: 100%;
    }
}

amp-img,
img {
    object-fit: contain;
}

.animation-link {
    display: inline-block;
    overflow: hidden;
}

.read-more-arrow {
    width: 0px;
    transition-delay: 0s;
    position: relative;
    background: currentColor;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    transition: 0.5s;
}

.read-more-arrow::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    transition: 0.4s;
    border-color: currentColor;
    bottom: 0;
    border-bottom: 2px solid;
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}

.read-more-arrow::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    transition: 0.4s;
    border-color: currentColor;
    top: 0;
    border-top: 2px solid;
    transform: rotate(0deg);
    transform-origin: 100% 0;
}

.animation-link:hover .read-more-arrow {
    width: 50px;
    margin-right: 13px;
}

.animation-link:hover .read-more-arrow::before {
    transform: rotate(45deg);
    transition-delay: 0.4s;
}

.animation-link:hover .read-more-arrow::after {
    transform: rotate(-45deg);
    transition-delay: 0.4s;
}

.arrow-card {
    display: block;
    position: absolute;
    bottom: 0rem;
    border-radius: 0;
    cursor: pointer;
    background: #bdbdbd;
    width: 50px;
    transition: 0.4s;
    height: 30px;
    border: 14px solid rgba(255, 255, 255, 0);
    border-left: unset;
    border-right: unset;
    background-clip: padding-box;
    opacity: 1;
}

.arrow-card::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    color: #bdbdbd;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
    transition: 0.4s;
}

.arrow-card::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transition: 0.4s;
    color: #bdbdbd;
    top: 0;
    right: 0;
    border-top: 2px solid;
    transform: rotate(-45deg);
    transform-origin: 100% 0;
}

.arrow-card-2 {
    display: block;
    position: absolute;
    bottom: 0rem;
    border-radius: 0;
    cursor: pointer;
    background: #ffffff;
    width: 50px;
    transition: 0.4s;
    height: 30px;
    border: 14px solid rgba(255, 255, 255, 0);
    border-left: unset;
    border-right: unset;
    background-clip: padding-box;
    opacity: 1;
}

.arrow-card-2::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    color: #ffffff;
    bottom: 0px;
    left: 4px;
    border-top: 2px solid;
    transform: rotate(-45deg);
    transform-origin: 100% 100%;
    transition: 0.4s;
}

.arrow-card-2::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transition: 0.4s;
    color: #ffffff;
    top: -1px;
    left: 4px;
    border-bottom: 2px solid;
    transform: rotate(38deg);
    transform-origin: 100% 0;
}

.iconfont-wrapper-custom {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: all, transform;
    transition-duration: 0.5s;
    margin-bottom: 0.6rem;
    opacity: 0;
    box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
}

.iconfont-wrapper-custom:nth-child(1) .amp-iconfont {
    color: #1da1f2;
}

.iconfont-wrapper-custom:nth-child(2) .amp-iconfont {
    color: #3b5998;
}

.iconfont-wrapper-custom:nth-child(3) .amp-iconfont {
    color: #e40000;
}

.iconfont-wrapper-custom:nth-child(4) .amp-iconfont {
    color: #c32aa3;
}

.iconfont-wrapper-custom:nth-child(1):hover {
    background-color: #1da1f2;
}

.iconfont-wrapper-custom:nth-child(1):hover .amp-iconfont {
    color: #ffffff;
}

.iconfont-wrapper-custom:nth-child(2) {
    transition-delay: 0s, 0.1s;
}

.iconfont-wrapper-custom:nth-child(2):hover {
    background-color: #3b5998;
}

.iconfont-wrapper-custom:nth-child(2):hover .amp-iconfont {
    color: #ffffff;
}

.iconfont-wrapper-custom:nth-child(3) {
    transition-delay: 0s, 0.2s;
}

.iconfont-wrapper-custom:nth-child(3):hover {
    background-color: #e40000;
}

.iconfont-wrapper-custom:nth-child(3):hover .amp-iconfont {
    color: #ffffff;
}

.iconfont-wrapper-custom:nth-child(4) {
    transition-delay: 0s, 0.3s;
}

.iconfont-wrapper-custom:nth-child(4):hover {
    background-color: #c32aa3;
}

.iconfont-wrapper-custom:nth-child(4):hover .amp-iconfont {
    color: #ffffff;
}

progressbar-number .progress1 .progressbar-number:before,
.progress2 .progressbar-number:before,
.progress3 .progressbar-number:before,
.progress4 .progressbar-number:before,
.progress5 .progressbar-number:before {
    top: 0;
}

progress[value]::-webkit-progress-bar {
    background: transparent;
}

body {
    font-family: Nunito Sans;
}

blockquote {
    border-color: #39a1a4;
}

div[submit-success] {
    background: #dddfe1;
    color: #000000;
}

div[submit-error] {
    background: #2c4a98;
    color: #ffffff;
}

.display-1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 5.6rem;
    line-height: 1.1;
    font-weight: 700;
}

.display-2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 700;
}

.display-4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    line-height: 1.9;
}

.display-5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.875rem;
    line-height: 1.4;
    font-weight: 700;
}

.display-7 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
}

.form-block input,
.form-block textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 4.48rem;
        font-size: calc(2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.1 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-2 {
        font-size: 2.4rem;
        font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-4 {
        font-size: 0.64rem;
        font-size: calc(0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.8 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 1.5rem;
        font-size: calc(1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-7 {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }
}

.display-1 .mbr-iconfont-btn {
    font-size: 5.6rem;
    width: 5.6rem;
}

.display-2 .mbr-iconfont-btn {
    font-size: 3rem;
    width: 3rem;
}

.display-4 .mbr-iconfont-btn {
    font-size: 0.8rem;
    width: 0.8rem;
}

.display-5 .mbr-iconfont-btn {
    font-size: 1.875rem;
    width: 1.875rem;
}

.display-7 .mbr-iconfont-btn {
    font-size: 1rem;
    width: 1rem;
}

.bg-primary {
    background-color: #39a1a4;
}

.bg-success {
    background-color: #dddfe1;
}

.bg-info {
    background-color: #39a1a4;
}

.bg-warning {
    background-color: #00c2cb;
}

.bg-danger {
    background-color: #2c4a98;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
    background-color: #767676;
    border-color: #767676;
    color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
    background-color: #434343;
    border-color: #767676;
    color: #ffffff;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff;
    background-color: #434343;
    border-color: #767676;
}

.btn-secondary:hover {
    background-color: #39a1a4;
    border-color: #39a1a4;
}

.btn-info,
.btn-info:active,
.btn-info.active {
    background-color: #39a1a4;
    border-color: #39a1a4;
    color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
    background-color: #1f5758;
    border-color: #39a1a4;
    color: #ffffff;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff;
    background-color: #1f5758;
    border-color: #39a1a4;
}

.btn-success,
.btn-success:active,
.btn-success.active {
    background-color: #dddfe1;
    border-color: #dddfe1;
    color: #5a6065;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
    background-color: #a7acb1;
    border-color: #dddfe1;
    color: #5a6065;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #5a6065;
    background-color: #a7acb1;
    border-color: #dddfe1;
}

.btn-warning,
.btn-warning:active,
.btn-warning.active {
    background-color: #00c2cb;
    border-color: #00c2cb;
    color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
    background-color: #006165;
    border-color: #00c2cb;
    color: #ffffff;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff;
    background-color: #006165;
    border-color: #00c2cb;
}

.btn-danger,
.btn-danger:active,
.btn-danger.active {
    background-color: #2c4a98;
    border-color: #2c4a98;
    color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
    background-color: #152349;
    border-color: #2c4a98;
    color: #ffffff;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff;
    background-color: #152349;
    border-color: #2c4a98;
}

.btn-primary {
    border-color: #39a1a4;
    background-color: #39a1a4;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #ffffff;
    color: #14212B;
    border-color: #ffffff;
}

.btn-black,
.btn-black:active,
.btn-black.active {
    background-color: #010101;
    border-color: #010101;
    color: #ffffff;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
    background-color: #000000;
    border-color: #010101;
    color: #ffffff;
}

.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff;
    background-color: #000000;
    border-color: #010101;
}

.btn-white {
    color: #222222;
    border-color: #ffffff;
    background-color: #ffffff;
}

.btn-white:hover {
    border-color: #ffffff80;
    background-color: transparent;
    color: #ffffff;
}

.btn-primary-outline {
    color: #222222;
    border-color: #39a1a4;
}

.btn-primary-outline:hover {
    background-color: #767676;
    color: #ffffff;
    border-color: #767676;
}

.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
    background: none;
    border-color: #767676;
    color: #767676;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
    color: #ffffff;
    background-color: #767676;
    border-color: #767676;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff;
    background-color: #767676;
    border-color: #767676;
}

.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
    background: none;
    border-color: #39a1a4;
    color: #39a1a4;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
    color: #ffffff;
    background-color: #39a1a4;
    border-color: #39a1a4;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff;
    background-color: #39a1a4;
    border-color: #39a1a4;
}

.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
    background: none;
    border-color: #dddfe1;
    color: #dddfe1;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
    color: #5a6065;
    background-color: #dddfe1;
    border-color: #dddfe1;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #5a6065;
    background-color: #dddfe1;
    border-color: #dddfe1;
}

.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
    background: none;
    border-color: #00c2cb;
    color: #00c2cb;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
    color: #ffffff;
    background-color: #00c2cb;
    border-color: #00c2cb;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff;
    background-color: #00c2cb;
    border-color: #00c2cb;
}

.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
    background: none;
    border-color: #2c4a98;
    color: #2c4a98;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
    color: #ffffff;
    background-color: #2c4a98;
    border-color: #2c4a98;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff;
    background-color: #2c4a98;
    border-color: #2c4a98;
}

.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
    background: none;
    border-color: #010101;
    color: #010101;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
    color: #ffffff;
    background-color: #010101;
    border-color: #010101;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff;
    background-color: #010101;
    border-color: #010101;
}

.btn-white-outline {
    border-color: #ffffff80;
}

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

.btn-white-outline:hover {
    color: #222222;
}

.text-primary {
    color: #39a1a4;
}

.text-secondary {
    color: #767676;
}

.text-success {
    color: #dddfe1;
}

.text-info {
    color: #39a1a4;
}

.text-warning {
    color: #00c2cb;
}

.text-danger {
    color: #2c4a98;
}

.text-white {
    color: #fcfcfc;
}

.text-black {
    color: #010101;
}

.mbr-primary {
    color: #39a1a4;
}

a[class*="text-"],
.amp-iconfont,
.mbr-iconfont {
    transition: 0.2s ease-in-out;
}

.amp-iconfont {
    color: #39a1a4;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #39a1a4;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #2a2a2a;
}

a.text-success:hover,
a.text-success:focus {
    color: #dddfe1;
}

a.text-info:hover,
a.text-info:focus {
    color: #39a1a4;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #003032;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #0a1021;
}

a.text-white:hover,
a.text-white:focus {
    color: #ffffff;
}

a.text-black:hover,
a.text-black:focus {
    color: #cccccc;
}

.alert-success {
    background-color: #dddfe1;
}

.alert-info {
    background-color: #39a1a4;
}

.alert-warning {
    background-color: #00c2cb;
}

.alert-danger {
    background-color: #2c4a98;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #87d3d5;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #87d3d5;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #98faff;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #6e8bd5;
}

amp-carousel {
    overflow: hidden;
}

#scrollToTopMarker {
    display: none;
}

#scrollToTopButton {
    background-color: #000000;
}

#scrollToTopButton a:before {
    background: #ffffff;
}

#scrollToTopButton a:after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}

.link-wrap {
    width: fit-content;
    display: inline-block;
}

.link_rotate {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.link_rotate h2 {
    width: fit-content;
}

.link_rotate .icon-wrap {
    background: #39a1a4;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}

.link_rotate span {
    transform-origin: center;
    content: "\e960";
    color: #ffffff;
    font-size: 1.1rem;
    transition: all 0.3s;
    width: 1.1rem;
}

.link_rotate:hover span {
    transform: rotate(180deg);
}

.link_rotate:hover a {
    color: #123232;
}

.link-line {
    position: relative;
}

.link-line::before {
    background: currentColor;
    left: 0;
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: 0s;
}

.link-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background: currentColor;
    transition: width 0.4s;
    right: 0;
    width: 0;
}

.link-line:hover::before {
    width: 100%;
    transition: width 0.4s;
}

.link-line:hover::after {
    width: 100%;
    transition: 0s;
    background: transparent;
}

.cid-s9X5WuVL4m {
    background-color: #ffffff;
    overflow: visible;
}

.cid-s9X5WuVL4m .navbar {
    background: #ffffff;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
}

.cid-s9X5WuVL4m .navbar-brand .navbar-logo {
    width: 290px;
}

.cid-s9X5WuVL4m .navbar-brand .navbar-logo amp-img,
.cid-s9X5WuVL4m .navbar-brand .navbar-logo img {
    object-fit: contain;
}

.cid-s9X5WuVL4m .navbar-brand {
    margin-right: 0rem;
}

.cid-s9X5WuVL4m ul {
    height: 100%;
    align-items: center;
}

.cid-s9X5WuVL4m .nav-item {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.cid-s9X5WuVL4m .navbar-short .navbar-logo img {
    height: 2.125rem;
}

.cid-s9X5WuVL4m .wrap-1 {
    margin: auto;
}

.cid-s9X5WuVL4m .link.dropdown-toggle:after {
    margin-top: 2px;
}

.cid-s9X5WuVL4m .display-5 {
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    .cid-s9X5WuVL4m .display-5 {
        font-size: 1.2rem;
    }
}

.cid-s9X5WuVL4m .btn {
    padding: 1rem 1rem;
}

.cid-s9X5WuVL4m .iconfont-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    transition: all 0.3s;
    justify-content: center;
    align-items: center;
}

.cid-s9X5WuVL4m .iconfont-wrapper .amp-iconfont {
    vertical-align: middle;
    font-size: 1.5rem;
    width: 1.3rem;
    color: #222222;
}

.cid-s9X5WuVL4m .btn-white {
    background: white;
    color: #767676;
    border-color: #ebf1f4;
}

.cid-s9X5WuVL4m .btn-white:active {
    background: white;
    color: #767676;
}

.cid-s9X5WuVL4m .btn-white:hover {
    background: #39a1a4;
    color: white;
    border-color: #39a1a4;
}

.cid-s9X5WuVL4m .btn-white:hover span {
    transition: all 0s;
}

.cid-s9X5WuVL4m .navbar .navbar-collapse {
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .cid-s9X5WuVL4m .navbar .navbar-collapse {
        background: #ffffff;
        right: auto;
        left: 0;
    }
}

@media (min-width: 992px) {
    .cid-s9X5WuVL4m .wrap {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .cid-s9X5WuVL4m .navbar-brand {
        min-width: 265px;
    }

    .cid-s9X5WuVL4m .container-fluid {
        padding: 0 0.3rem;
    }

    .cid-s9X5WuVL4m .menu-social-list {
        margin-right: 0.8rem;
    }

    .cid-s9X5WuVL4m .dropdown-item {
        color: #ffffff;
    }

    .cid-s9X5WuVL4m .dropdown-item:hover,
    .cid-s9X5WuVL4m .dropdown-item:focus {
        color: #ffffff;
    }

    .cid-s9X5WuVL4m .nav-item::before {
        background: #39a1a4;
        top: 0;
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 0;
        transition: 0s;
    }

    .cid-s9X5WuVL4m .nav-item::after {
        background: #39a1a4;
        bottom: 67%;
        transition: height 0.4s;
        content: '';
        position: absolute;
        left: 30%;
        margin-left: -1px;
        width: 2px;
        height: 0;
    }

    .cid-s9X5WuVL4m .nav-item:hover::before {
        height: 33%;
        transition: height 0.4s;
    }

    .cid-s9X5WuVL4m .nav-item:hover::after {
        height: 33%;
        transition: 0s;
        background: transparent;
    }

    .cid-s9X5WuVL4m .dropdown-menu {
        padding: 1.8rem 1.2rem 1rem 1.2rem;
        background: #15222b;
    }
}

@media (max-width: 992px) {
    .cid-s9X5WuVL4m .phone {
        padding-bottom: 1rem;
    }

    .cid-s9X5WuVL4m .navbar-buttons {
        text-align: center;
    }

    .cid-s9X5WuVL4m .nav-item {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .cid-s9X5WuVL4m .dropdown-item {
        color: #39a1a4;
        margin: 0 1.4rem 0.5rem 1.4rem;
    }

    .cid-s9X5WuVL4m .dropdown-menu {
        background: #ffffff;
        text-align: center;
        max-width: 10rem;
    }
}

.cid-s9X5WuVL4m .nav-link {
    color: #39a1a4;
}

.cid-s9X5WuVL4m .nav-link {
    margin: 0em 2rem;
    padding: 0;
}

.cid-s9X5WuVL4m .dropdown-item.active,
.cid-s9X5WuVL4m .dropdown-item:active {
    background-color: transparent;
}

.cid-s9X5WuVL4m .hamburger span {
    background-color: #222222;
}

.cid-s9X5WuVL4m .builder-sidebar {
    background-color: #ffffff;
}

.cid-s9X5WuVL4m .close-sidebar:focus {
    outline: 2px auto #39a1a4;
}

.cid-s9X5WuVL4m .close-sidebar span {
    background-color: #222222;
}

.cid-s9X5WuVL4m .phone {
    text-align: center;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1200px) {
    .cid-s9X5WuVL4m .display-5 {
        font-size: 1.2rem;
    }

    .cid-s9X5WuVL4m .navbar-brand {
        min-width: 210px;
    }
}

.cid-s9X5WuVL4m .dropdown-menu {
    top: 100%;
}

.cid-s9X5WuVL4m .link.dropdown-toggle::before {
    transform: rotate(135deg) translateX(-2px);
    transform-origin: 50% 100%;
    content: '';
    border-bottom: 2px solid currentColor;
    opacity: 0.8;
    width: 9px;
    height: 9px;
    margin: 1px;
    position: absolute;
    background: transparent;
    transition: 0.4s;
    right: -1rem;
    top: 3px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.cid-s9X5WuVL4m .link.dropdown-toggle::after {
    content: '';
    border-bottom: 2px solid currentColor;
    opacity: 0.8;
    width: 9px;
    height: 9px;
    margin: 1px;
    right: -1rem;
    top: 3px;
    position: absolute;
    background: transparent;
    transition: 0.4s;
    transform: rotate(-135deg) translateX(2px);
    transform-origin: 50% 100%;
    border-top: none;
    border-left: none;
    border-right: none;
}

.cid-s9X5WuVL4m .nav-item:hover .link.dropdown-toggle::before {
    transform: rotate(45deg) translateX(2px);
}

.cid-s9X5WuVL4m .nav-item:hover .link.dropdown-toggle::after {
    transform: rotate(-45deg) translateX(-2px);
}

.cid-s9X5WuVL4m .dropdown-item {
    position: relative;
    margin: 0 1.4rem 1rem 1.4rem;
    display: inline-block;
    width: auto;
}

.cid-s9X5WuVL4m .dropdown-item::before {
    background: #39a1a4;
    left: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: 0.4s;
}

.cid-s9X5WuVL4m .dropdown-item::after {
    right: -2rem;
}

.cid-s9X5WuVL4m .dropdown-item:hover::before {
    width: 100%;
    transition: width 0.4s;
}

.cid-sMqTdbyKXk {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
    align-items: center;
    display: flex;
    background-color: #ffffff;
}

.cid-sMqTdbyKXk .wrapper {
    padding: 0rem;
}

.cid-sMqTdbyKXk .image-block {
    width: 100%;
}

.cid-sMqTdbyKXk amp-img,
.cid-sMqTdbyKXk img {
    border-radius: 10px;
}

.cid-sMqQQhVccP {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #2c4a98;
}

.cid-sMqQQhVccP amp-img,
.cid-sMqQQhVccP img {
    object-fit: cover;
}

.cid-sMqQQhVccP .card-wrapper {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .cid-sMqQQhVccP .card-wrapper {
        flex-wrap: wrap;
    }
}

.cid-sMqQQhVccP .card-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: 1;
    z-index: -1;
}

.cid-sMqQQhVccP .card-box {
    width: 100%;
}

.cid-sMqQQhVccP .custom-card-text3 {
    display: inline-block;
    padding-bottom: 10px;
    color: #39a1a4;
}

.cid-sMqQQhVccP .card-title {
    cursor: pointer;
    transition: 0.4s;
}

.cid-sMqQQhVccP .card-title:hover {
    color: #39a1a4;
}

.cid-sM7AshdttY {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}

.cid-sM7AshdttY .mbr-row {
    padding: 1rem;
}

.cid-sM7AshdttY .bg {
    background-image: url("../images/captura-de-tela-2021-10-17-as-15.08.06-1690x950.png");
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
    position: relative;
}

.cid-sM7AshdttY .iconfont-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}

.cid-sM7AshdttY .iconfont-wrapper:hover {
    transform: scale(1.5);
}

.cid-sM7AshdttY .amp-iconfont {
    font-size: 2rem;
    width: 2rem;
    color: #ffffff;
    height: auto;
    padding-left: 4px;
}

.cid-sM7AshdttY .btn-wrap {
    background-color: #ff5500;
    position: absolute;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    margin: auto;
}

.cid-sM7AshdttY .mbr-section-title {
    color: #ff5500;
}

@media (max-width: 767px) {
    .cid-sM7AshdttY .bg {
        height: 300px;
    }
}

.cid-sc0KXkr9vH {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #123948;
}

.cid-sc0KXkr9vH .card {
    margin-bottom: 2rem;
}

.cid-sc0KXkr9vH .card-wrapper {
    padding: 2rem;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.cid-sc0KXkr9vH .card-subtitle,
.cid-sc0KXkr9vH .card-text {
    transition: 0.5s;
}

.cid-sc0KXkr9vH .card-wrapper:hover {
    background: #14212B;
}

.cid-sc0KXkr9vH .card-wrapper:hover .card-subtitle {
    color: #ffffff;
}

.cid-sc0KXkr9vH .card-wrapper:hover .card-text {
    color: #ffffff;
}

.cid-sc0KXkr9vH .icon__item {
    background-color: transparent;
    margin-right: 30px;
}

.cid-sc0KXkr9vH .icon__item .mbr-iconfont {
    width: 40px;
    font-size: 40px;
    color: #00c2cb;
}

@media (max-width: 768px) {
    .cid-sc0KXkr9vH .card-img {
        margin-bottom: 23px;
        margin-right: auto;
    }

    .cid-sc0KXkr9vH .card-wrapper {
        align-items: center;
        padding: 1rem 1rem 1rem 1rem;
    }

    .cid-sc0KXkr9vH .card {
        margin-bottom: 0rem;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .cid-sc0KXkr9vH .container-fluid {
        max-width: 720px;
    }
}

@media (min-width: 767px) {
    .cid-sc0KXkr9vH .left-block {
        padding: 0;
    }
}

.cid-sc0KXkr9vH .card-subtitle {
    color: #00c2cb;
    text-align: center;
}

.cid-sc0KXkr9vH .card-text {
    color: #ffffff;
    text-align: center;
}

.cid-sM7FVZTuvd {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #1a5d76;
}

.cid-sM7FVZTuvd .social-wrap a {
    text-decoration: none;
}

.cid-sM7FVZTuvd .mbr-section-title,
.cid-sM7FVZTuvd .group-title {
    margin-bottom: 20px;
}

.cid-sM7FVZTuvd .social__wrap {
    margin-top: 20px;
}

@media (max-width: 992px) {

    .cid-sM7FVZTuvd .items-col,
    .cid-sM7FVZTuvd .about__footer {
        margin-bottom: 30px;
    }
}

.cid-sM7FVZTuvd .item,
.cid-sM7FVZTuvd .items {
    color: #ffffff;
}

.cid-sM7FVZTuvd .group-title {
    color: #00c2cb;
}

.cid-sM7FVZTuvd .mbr-text {
    color: #ffffff;
}

.cid-sM7FVZTuvd .mbr-section-title {
    color: #00c2cb;
}

.cid-sj3BmJniSu {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #14212b;
}

.cid-sj3BmJniSu .icons-list .icon {
    font-size: 2rem;
    color: #00c2cb;
    width: 2rem;
}

.cid-sj3BmJniSu .cont {
    justify-content: space-between;
    align-items: center;
}

.cid-sj3BmJniSu .title {
    width: 70%;
}

@media (max-width: 767px) {
    .cid-sj3BmJniSu .mbr-flex {
        display: block;
    }

    .cid-sj3BmJniSu .align-left {
        text-align: center;
    }

    .cid-sj3BmJniSu .title {
        width: 100%;
        padding-bottom: 2rem;
    }
}

.cid-sj3BmJniSu .mbr-section-title {
    color: #00c2cb;
}

[class*="-iconfont"] {
    display: inline-flex;
}

/*--------------*/


.cid-s96OhhjA9p {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #00c2cb;
}

.cid-s96OhhjA9p .right-block {
    background-color: #15222B;
    border-radius: 0px 0px 0px 10px;
}

.cid-s96OhhjA9p .card {
    padding: 0;
    flex-direction: column;
}

.cid-s96OhhjA9p .card:hover .icon {
    background-color: #39a1a4;
}

.cid-s96OhhjA9p h2 {
    padding-bottom: 1rem;
}

.cid-s96OhhjA9p amp-img {
    border-radius: 0px 10px 0px 0px;
}

.cid-s96OhhjA9p .card-box {
    width: 100%;
    margin: auto;
}

.cid-s96OhhjA9p .card-box p {
    margin: 0;
}

.cid-s96OhhjA9p .icon-row {
    flex-direction: column;
}

.cid-s96OhhjA9p img {
    object-fit: cover;
}

.cid-s96OhhjA9p .quote-text {
    color: #cccccc;
}

.cid-s96OhhjA9p .mbr-text {
    color: #DDDFE1;
    position: relative;
    z-index: 5;
}

.cid-s96OhhjA9p .mbr-section-subtitle {
    color: #d2bea6;
}

.cid-s96OhhjA9p .container {
    padding: 0rem;
}

.cid-s96OhhjA9p .icon-wrapper {
    display: flex;
    justify-content: center;
}

.cid-s96OhhjA9p .icon-wrapper .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 2rem;
    border-radius: 50%;
    background: #00c2cb;
    transition: 0.5s;
}

.cid-s96OhhjA9p .icon-wrapper .icon .iconfont-wrapper {
    display: flex;
    justify-content: center;
    width: 1rem;
    height: 1rem;
}

.cid-s96OhhjA9p .icon-wrapper .icon .iconfont-wrapper .amp-iconfont {
    color: #000000;
    font-size: 1rem;
}

.cid-s96OhhjA9p .mbr-section-card-subtitle {
    line-height: 1;
    position: relative;
    color: #ffffff;
}

.cid-s96OhhjA9p .left-block {
    padding-right: 0rem;
    padding-left: 0rem;
    position: relative;
}

.cid-s96OhhjA9p .block-square {
    perspective: 500px;
}

.cid-s96OhhjA9p .text-square {
    position: absolute;
    bottom: 0;
    left: 10rem;
}

.cid-s96OhhjA9p .square {
    position: absolute;
    bottom: 0rem;
    left: 5rem;
    background-color: #39a1a4;
    width: 400px;
    height: 210px;
    border-radius: 20px;
    transform: rotateX(14deg) rotateY(10deg) rotateZ(-30deg);
}

.cid-s96OhhjA9p .amp-iconfont-2 {
    position: absolute;
    top: -0.2rem;
    right: -0.6rem;
    font-size: 15px;
    color: currentColor;
}

.cid-s96OhhjA9p .card-wrapper {
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 767px) {
    .cid-s96OhhjA9p .icon-row {
        flex-direction: column;
        padding: 2rem 1rem;
    }

    .cid-s96OhhjA9p .card-wrapper {
        flex-direction: row;
    }

    .cid-s96OhhjA9p .wrapper-square {
        display: none;
    }

    .cid-s96OhhjA9p .line-1,
    .cid-s96OhhjA9p .line-2 {
        display: none;
    }

    .cid-s96OhhjA9p .right-block {
        border-radius: 0px;
    }

    .cid-s96OhhjA9p amp-img {
        border-radius: 0px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .cid-s96OhhjA9p .icon-row {
        flex-direction: column;
        padding: 4rem 3.8rem;
    }

    .cid-s96OhhjA9p .wrapper-square {
        width: 400px;
        position: absolute;
        bottom: 3rem;
    }

    .cid-s96OhhjA9p .mbr-text {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .cid-s96OhhjA9p .left-block {
        padding: 0rem 0rem 3rem 0rem;
    }

    .cid-s96OhhjA9p .right-block {
        margin-top: 2.5rem;
    }

    .cid-s96OhhjA9p .icon-row {
        flex-direction: column;
        padding: 7.5rem 0rem 7rem 4rem;
    }

    .cid-s96OhhjA9p .wrapper-square {
        width: 400px;
        position: relative;
    }
}

@media (min-width: 1200px) {
    .cid-s96OhhjA9p .wrapper-square {
        margin-left: 8rem;
    }

    .cid-s96OhhjA9p .icon-row {
        padding: 7.5rem 2rem 7rem 6.3rem;
    }
}

@media (min-width: 1500px) {
    .cid-s96OhhjA9p .icon-row {
        width: 60%;
        padding: 7.5rem 0rem 7rem 6.3rem;
    }
}

.cid-s96OhhjA9p .title {
    color: #00c2cb;
}

.cid-s96OhhjA9p .mbr-text,
.cid-s96OhhjA9p .mbr-section-btn {
    color: #ffffff;
}

.cid-s96OhhjA9p .bottom-name {
    color: #00c2cb;
}

.cid-sMujpPs4kN {
    padding-top: 15rem;
    padding-bottom: 6rem;
    align-items: center;
    display: flex;
    background-color: #ffffff;
}

@media (min-width: 992px) {
    .cid-sMujpPs4kN {
        padding-right: 0rem;
        padding-left: 6rem;
    }
}

.cid-sMujpPs4kN .mbr-row {
    background-image: url("../images/whatsapp-image-2021-10-19-at-16.05.27-1-1024x768.jpg");
    background-size: cover;
}

.cid-sMujpPs4kN .image-wrap {
    position: relative;
    min-height: 650px;
}

.cid-sMujpPs4kN .img-2 {
    position: absolute;
    top: -10rem;
    left: -1rem;
    width: 70%;
}

.cid-sMujpPs4kN .img-3 {
    position: absolute;
    bottom: -6rem;
    left: 0rem;
    width: 80%;
}

.cid-sMujpPs4kN .link {
    text-decoration: underline;
    font-style: italic;
}

@media (max-width: 1200px) {
    .cid-sMujpPs4kN .img-2 {
        width: 90%;
    }

    .cid-sMujpPs4kN .img-3 {
        width: 90%;
    }
}

@media (max-width: 992px) {
    .cid-sMujpPs4kN .image-wrap {
        min-height: 600px;
    }

    .cid-sMujpPs4kN .img-2 {
        width: 70%;
        top: 0rem;
        left: -1rem;
    }

    .cid-sMujpPs4kN .img-3 {
        width: 80%;
        bottom: 0rem;
        right: -1rem;
        left: auto;
    }
}

@media (max-width: 576px) {
    .cid-sMujpPs4kN .image-wrap {
        min-height: 220px;
    }
}

.cid-sMujpPs4kN .mbr-section-title {
    max-width: 650px;
    text-align: center;
}

/*--------------*/

/** GESTAO **/

.cid-s96QptmGf7 {
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.cid-s96QptmGf7 .mbr-row {
    margin: 0;
}

.cid-s96QptmGf7 .mbr-section-subtitle {
    color: #1c2830;
    padding-bottom: 0.7rem;
}

.cid-s96QptmGf7 .amp-iconfont {
    font-size: 60px;
    color: #057689;
}

.cid-s96QptmGf7 .card-title {
    margin-top: 1.3rem;
}

.cid-s96QptmGf7 .card-text {
    margin-top: 0.4rem;
}

.cid-s96QptmGf7 .link-bottom {
    margin-top: 0.8rem;
}

.cid-s96QptmGf7 .image {
    width: 100%;
    padding-left: 0rem;
}

.cid-s96QptmGf7 .image amp-img,
.cid-s96QptmGf7 .image img {
    object-fit: contain;
}

.cid-s96QptmGf7 .card:first-child {
    padding-left: 0rem;
}

.cid-s96QptmGf7 .wrapper-main {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .cid-s96QptmGf7 .wrapper-main {
        margin-top: 2rem;
        padding: 0;
    }

    .cid-s96QptmGf7 .card {
        padding-left: 0;
        padding-right: 0;
    }

    .cid-s96QptmGf7 .image {
        padding-left: 1rem;
        padding: 0;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .cid-s96QptmGf7 .wrapper-main {
        margin-top: 2rem;
    }

    .cid-s96QptmGf7 .container-fluid {
        max-width: 720px;
    }

    .cid-s96QptmGf7 .image {
        padding-left: 1rem;
    }
}

@media (max-width: 991px) {
    .cid-s96QptmGf7 .text-block {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .cid-s96QptmGf7 .container-fluid {
        padding-left: 0rem;
    }
}

@media (min-width: 1500px) {
    .cid-s96QptmGf7 .wrapper-main {
        padding-right: 15rem;
        padding-left: 7rem;
    }
}

.cid-s96QptmGf7 .mbr-section-title {
    color: #00c2cb;
}

.cid-sc0Xplfxvg {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #00c2cb;
}

.cid-sc0Xplfxvg .mbr-overlay {
    padding: 0;
    background: #123948;
    opacity: 1;
}

.cid-sc0Xplfxvg .card-title {
    padding-bottom: 40px;
}

.cid-sc0Xplfxvg .card-wrapper,
.cid-sc0Xplfxvg .card-wrapper>*:not(.mbr-overlay) {
    position: relative;
}

.cid-sc0Xplfxvg .card-wrapper .mbr-overlay {
    background: #1c2830;
    opacity: 1;
}

.cid-sc0Xplfxvg .card-img .amp-iconfont {
    font-size: 6rem;
    width: 6rem;
    color: #0eb7de;
}

@media (min-width: 992px) {
    .cid-sc0Xplfxvg .card-wrapper {
        padding: 40px 30px;
    }

    .cid-sc0Xplfxvg .card-text {
        padding-top: 40px;
    }
}

.cid-sc0Xplfxvg .card-wrapper .card-box {
    padding-left: 45px;
    position: relative;
}

.cid-sc0Xplfxvg .card-wrapper .card-box:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 25px;
    height: 3px;
    background-color: #bbd085;
}

@media (min-width: 768px) {
    .cid-sc0Xplfxvg .card-wrapper .card-box:before {
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }

    .cid-sc0Xplfxvg .card-wrapper:hover .card-box:before {
        top: calc(100% - 24px);
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }
}

@media (min-width: 768px) {

    .cid-sc0Xplfxvg .card-wrapper:hover,
    .cid-sc0Xplfxvg .card-wrapper:hover>*,
    .cid-sc0Xplfxvg .card-wrapper:hover .card-img .amp-iconfont,
    .cid-sc0Xplfxvg .card-wrapper:hover .card-box>*,
    .cid-sc0Xplfxvg .card-wrapper:hover .card-box:before,
    .cid-sc0Xplfxvg .card-wrapper:hover svg {
        -webkit-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .cid-sc0Xplfxvg .card-wrapper:hover .mbr-overlay {
        background-color: #39a1a4;
    }

    .cid-sc0Xplfxvg .card-wrapper:hover .card-title,
    .cid-sc0Xplfxvg .card-wrapper:hover .card-img .amp-iconfont,
    .cid-sc0Xplfxvg .card-wrapper:hover .card-box>* {
        color: #ffffff;
    }

    .cid-sc0Xplfxvg .card-wrapper:hover svg {
        fill: #ffffff;
    }

    .cid-sc0Xplfxvg .card-wrapper:hover .card-box .btn[class*="-outline"],
    .cid-sc0Xplfxvg .card-wrapper:hover .card-box .btn[class*="-outline"]:hover {
        color: #ffffff;
        border-color: #ffffff;
    }

    .cid-sc0Xplfxvg .card-wrapper:hover .card-box:before {
        background-color: #ffffff;
    }
}

@media (max-width: 767px) {
    .cid-sc0Xplfxvg .card {
        text-align: center;
    }

    .cid-sc0Xplfxvg .card .card-box {
        padding-left: 0;
    }

    .cid-sc0Xplfxvg .card .card-box:before {
        display: none;
    }
}

.cid-sc0Xplfxvg .mbr-text {
    color: #ffffff;
}

.cid-sc0Xplfxvg .title-wrap .mbr-section-title {
    text-align: left;
    color: #00c2cb;
}

.cid-sc0Xplfxvg .card-title {
    color: #ffffff;
}

.cid-sc0Xplfxvg .title-wrap .mbr-section-subtitle {
    color: #ffffff;
    text-align: left;
}

/** Padroes **/

.cid-s9UL3EVswK {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #ffffff;
}

.cid-s9UL3EVswK .divider {
    width: 30px;
    background-color: #3b7eff;
}

@media (max-width: 767px) {
    .cid-s9UL3EVswK .service__icon {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cid-s9UL3EVswK .right {
        flex-direction: column;
    }
}

.cid-s9UL3EVswK .title__block,
.cid-s9UL3EVswK .title {
    color: #000000;
}

.cid-s9UL3EVswK .mbr-section-subtitle {
    color: #767676;
}

.cid-sbYnpvAV9I {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
    align-items: center;
    display: flex;
    background-color: #ffffff;
}

.cid-sbYnpvAV9I .image-block {
    width: 100%;
}

.cid-sbYnpvAV9I amp-img,
.cid-sbYnpvAV9I img {
    border-radius: 10px;
}

.cid-sbYq2m9Xz4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

.cid-sbYq9KZZuU {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #00c2cb;
}

.cid-sbYq9KZZuU .mbr-section-subtitle,
.cid-sbYq9KZZuU .mbr-section-btn {
    color: #ffffff;
}

.cid-sbYq9KZZuU .mbr-section-title,
.cid-sbYq9KZZuU .mbr-section-btn {
    color: #ffffff;
}

.cid-sbYqlocjpX {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #425563;
}

.cid-sbYqlocjpX .mbr-section-subtitle,
.cid-sbYqlocjpX .mbr-section-btn {
    color: #ffffff;
}

.cid-sbYqlocjpX .mbr-section-title,
.cid-sbYqlocjpX .mbr-section-btn {
    color: #ffffff;
}


/*** diferencial **/
.cid-s9W5Out5v9 {
    padding-top: 60px;
    padding-bottom: 0px;
    background-image: url("../images/-1280x958.jpg");
}

.cid-s9W5Out5v9 .mbr-overlay {
    background-color: #123948;
    opacity: 0.6;
}

.cid-s9W5Out5v9 .mbr-section-subtitle {
    margin-bottom: 5px;
    color: #00c2cb;
}

.cid-s9W5Out5v9 .mbr-text {
    margin-bottom: 40px;
    margin-top: 20px;
    line-height: 1.5em;
    text-align: right;
    color: #ffffff;
}

/***** Limpeza de automoveis ***/
.cid-s9WS4hu8FJ {
    padding-top: 0rem;
    padding-bottom: 0rem;
    align-items: center;
    display: flex;
    background-image: url("../images/whatsapp-image-2021-07-29-at-12.07.25-1280x958.jpg");
}

.cid-s9WS4hu8FJ .mbr-overlay {
    background: #123948;
    opacity: 0.4;
}

.cid-s9WS4hu8FJ .title-wrap {
    background-color: rgba(28, 40, 48, 0.7);
    padding: 10rem 3rem;
}

.cid-s9WS4hu8FJ .btn,
.cid-s9WS4hu8FJ .btn.active,
.cid-s9WS4hu8FJ .btn:active {
    border-bottom: 3px solid #bbd085;
}

.cid-s9WS4hu8FJ .mbr-section-btn {
    margin: 0 -0.4rem;
}

.cid-s9WS4hu8FJ .mbr-section-subtitle,
.cid-s9WS4hu8FJ .mbr-section-btn {
    color: #ffffff;
}

@media (max-width: 992px) {
    .cid-s9WS4hu8FJ .title-wrap {
        padding: 6rem 2rem;
    }
}

@media (max-width: 767px) {
    .cid-s9WS4hu8FJ .title-wrap {
        padding: 6rem 1rem;
    }
}

.cid-s9WS4hu8FJ .mbr-section-title,
.cid-s9WS4hu8FJ .mbr-section-btn,
.cid-s9WS4hu8FJ .line-wrap {
    color: #00c2cb;
}

.cid-s9WS4hu8FJ .mbr-section-btn,
.cid-s9WS4hu8FJ .mbr-text {
    color: #ffffff;
}

.cid-sM7XICHMzt {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.cid-sM7XICHMzt .item {
    margin-bottom: 2rem;
    cursor: pointer;
}

.cid-sM7XICHMzt .item-wrapper {
    width: 100%;
    position: relative;
}

.cid-sM9aUzRuHK {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}

.cid-sM9aUzRuHK .mbr-row {
    padding: 1rem;
}

.cid-sM9aUzRuHK .bg {
    background-image: url("../images/whatsapp-image-2021-07-29-at-11.33.35-2-1280x960.jpg");
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
    position: relative;
}

.cid-sM9aUzRuHK .iconfont-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}

.cid-sM9aUzRuHK .iconfont-wrapper:hover {
    transform: scale(1.5);
}

.cid-sM9aUzRuHK .amp-iconfont {
    font-size: 2rem;
    width: 2rem;
    color: #ffffff;
    height: auto;
    padding-left: 4px;
}

.cid-sM9aUzRuHK .btn-wrap {
    background-color: #ff5500;
    position: absolute;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    margin: auto;
}

.cid-sM9aUzRuHK .mbr-section-title {
    color: #ff5500;
}

@media (max-width: 767px) {
    .cid-sM9aUzRuHK .bg {
        height: 300px;
    }
}

.cid-sM8144jiqe {
    padding-top: 0rem;
    padding-bottom: 0rem;
    align-items: center;
    display: flex;
    background-image: url("../images/limpezaestofados-1920x780.jpg");
}

.cid-sM8144jiqe .mbr-overlay {
    background: #123948;
    opacity: 0.4;
}

.cid-sM8144jiqe .title-wrap {
    background-color: rgba(28, 40, 48, 0.7);
    padding: 10rem 3rem;
}

.cid-sM8144jiqe .btn,
.cid-sM8144jiqe .btn.active,
.cid-sM8144jiqe .btn:active {
    border-bottom: 3px solid #bbd085;
}

.cid-sM8144jiqe .mbr-section-btn {
    margin: 0 -0.4rem;
}

.cid-sM8144jiqe .mbr-section-subtitle,
.cid-sM8144jiqe .mbr-section-btn {
    color: #ffffff;
}

@media (max-width: 992px) {
    .cid-sM8144jiqe .title-wrap {
        padding: 6rem 2rem;
    }
}

@media (max-width: 767px) {
    .cid-sM8144jiqe .title-wrap {
        padding: 6rem 1rem;
    }
}

.cid-sM8144jiqe .mbr-section-title,
.cid-sM8144jiqe .mbr-section-btn,
.cid-sM8144jiqe .line-wrap {
    color: #00c2cb;
}

.cid-sM8144jiqe .mbr-section-btn,
.cid-sM8144jiqe .mbr-text {
    color: #ffffff;
}

.cid-sM8145BxJh {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.cid-sM8145BxJh .item {
    margin-bottom: 2rem;
    cursor: pointer;
}

.cid-sM8145BxJh .item-wrapper {
    width: 100%;
    position: relative;
}


.cid-sM81BFpha7 {
    padding-top: 0rem;
    padding-bottom: 0rem;
    align-items: center;
    display: flex;
    background-image: url("../images/colchao-1920x780.jpg");
}

.cid-sM81BFpha7 .mbr-overlay {
    background: #123948;
    opacity: 0.4;
}

.cid-sM81BFpha7 .title-wrap {
    background-color: rgba(28, 40, 48, 0.7);
    padding: 10rem 3rem;
}

.cid-sM81BFpha7 .btn,
.cid-sM81BFpha7 .btn.active,
.cid-sM81BFpha7 .btn:active {
    border-bottom: 3px solid #bbd085;
}

.cid-sM81BFpha7 .mbr-section-btn {
    margin: 0 -0.4rem;
}

.cid-sM81BFpha7 .mbr-section-subtitle,
.cid-sM81BFpha7 .mbr-section-btn {
    color: #ffffff;
}

@media (max-width: 992px) {
    .cid-sM81BFpha7 .title-wrap {
        padding: 6rem 2rem;
    }
}

@media (max-width: 767px) {
    .cid-sM81BFpha7 .title-wrap {
        padding: 6rem 1rem;
    }
}

.cid-sM81BFpha7 .mbr-section-title,
.cid-sM81BFpha7 .mbr-section-btn,
.cid-sM81BFpha7 .line-wrap {
    color: #00c2cb;
}

.cid-sM81BFpha7 .mbr-section-btn,
.cid-sM81BFpha7 .mbr-text {
    color: #ffffff;
}

.cid-sM81BFZm8Y {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.cid-sM81BFZm8Y .item {
    margin-bottom: 2rem;
    cursor: pointer;
}

.cid-sM81BFZm8Y .item-wrapper {
    width: 100%;
    position: relative;
}


.cid-sM81yoU5wq {
    padding-top: 0rem;
    padding-bottom: 0rem;
    align-items: center;
    display: flex;
    background-image: url("../images/whatsapp-image-2021-10-20-at-19.30.05-1024x768.jpg");
}

.cid-sM81yoU5wq .mbr-overlay {
    background: #123948;
    opacity: 0.4;
}

.cid-sM81yoU5wq .title-wrap {
    background-color: rgba(28, 40, 48, 0.7);
    padding: 10rem 3rem;
}

.cid-sM81yoU5wq .btn,
.cid-sM81yoU5wq .btn.active,
.cid-sM81yoU5wq .btn:active {
    border-bottom: 3px solid #bbd085;
}

.cid-sM81yoU5wq .mbr-section-btn {
    margin: 0 -0.4rem;
}

.cid-sM81yoU5wq .mbr-section-subtitle,
.cid-sM81yoU5wq .mbr-section-btn {
    color: #ffffff;
}

@media (max-width: 992px) {
    .cid-sM81yoU5wq .title-wrap {
        padding: 6rem 2rem;
    }
}

@media (max-width: 767px) {
    .cid-sM81yoU5wq .title-wrap {
        padding: 6rem 1rem;
    }
}

.cid-sM81yoU5wq .mbr-section-title,
.cid-sM81yoU5wq .mbr-section-btn,
.cid-sM81yoU5wq .line-wrap {
    color: #00c2cb;
}

.cid-sM81yoU5wq .mbr-section-btn,
.cid-sM81yoU5wq .mbr-text {
    color: #ffffff;
}

.cid-sM81ypsYZh {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.cid-sM81ypsYZh .item {
    margin-bottom: 2rem;
    cursor: pointer;
}

.cid-sM81ypsYZh .item-wrapper {
    width: 100%;
    position: relative;
}

.cid-sM9atzdl6d {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}

.cid-sM9atzdl6d .mbr-row {
    padding: 1rem;
}

.cid-sM9atzdl6d .bg {
    background-image: url("../images/whatsapp-image-2021-07-29-at-11.39.21-1-1280x1280.jpg");
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
    position: relative;
}

.cid-sM9atzdl6d .iconfont-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}

.cid-sM9atzdl6d .iconfont-wrapper:hover {
    transform: scale(1.5);
}

.cid-sM9atzdl6d .amp-iconfont {
    font-size: 2rem;
    width: 2rem;
    color: #ffffff;
    height: auto;
    padding-left: 4px;
}

.cid-sM9atzdl6d .btn-wrap {
    background-color: #ff5500;
    position: absolute;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    margin: auto;
}

.cid-sM9atzdl6d .mbr-section-title {
    color: #ff5500;
}

@media (max-width: 767px) {
    .cid-sM9atzdl6d .bg {
        height: 300px;
    }
}

.cid-sM81F6A7Pb {
    padding-top: 0rem;
    padding-bottom: 0rem;
    align-items: center;
    display: flex;
    background-image: url("../images/carpete-1920x780.jpg");
}

.cid-sM81F6A7Pb .mbr-overlay {
    background: #123948;
    opacity: 0.4;
}

.cid-sM81F6A7Pb .title-wrap {
    background-color: rgba(28, 40, 48, 0.7);
    padding: 10rem 3rem;
}

.cid-sM81F6A7Pb .btn,
.cid-sM81F6A7Pb .btn.active,
.cid-sM81F6A7Pb .btn:active {
    border-bottom: 3px solid #bbd085;
}

.cid-sM81F6A7Pb .mbr-section-btn {
    margin: 0 -0.4rem;
}

.cid-sM81F6A7Pb .mbr-section-subtitle,
.cid-sM81F6A7Pb .mbr-section-btn {
    color: #ffffff;
}

@media (max-width: 992px) {
    .cid-sM81F6A7Pb .title-wrap {
        padding: 6rem 2rem;
    }
}

@media (max-width: 767px) {
    .cid-sM81F6A7Pb .title-wrap {
        padding: 6rem 1rem;
    }
}

.cid-sM81F6A7Pb .mbr-section-title,
.cid-sM81F6A7Pb .mbr-section-btn,
.cid-sM81F6A7Pb .line-wrap {
    color: #00c2cb;
}

.cid-sM81F6A7Pb .mbr-section-btn,
.cid-sM81F6A7Pb .mbr-text {
    color: #ffffff;
}

.cid-sM81F7azJn {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.cid-sM81F7azJn .item {
    margin-bottom: 2rem;
    cursor: pointer;
}

.cid-sM81F7azJn .item-wrapper {
    width: 100%;
    position: relative;
}


.cid-sM81Kr9uQi {
    padding-top: 0rem;
    padding-bottom: 0rem;
    align-items: center;
    display: flex;
    background-image: url("../images/sofa-1-1920x780.jpg");
}

.cid-sM81Kr9uQi .mbr-overlay {
    background: #123948;
    opacity: 0.4;
}

.cid-sM81Kr9uQi .title-wrap {
    background-color: rgba(28, 40, 48, 0.7);
    padding: 10rem 3rem;
}

.cid-sM81Kr9uQi .btn,
.cid-sM81Kr9uQi .btn.active,
.cid-sM81Kr9uQi .btn:active {
    border-bottom: 3px solid #bbd085;
}

.cid-sM81Kr9uQi .mbr-section-btn {
    margin: 0 -0.4rem;
}

.cid-sM81Kr9uQi .mbr-section-subtitle,
.cid-sM81Kr9uQi .mbr-section-btn {
    color: #ffffff;
}

@media (max-width: 992px) {
    .cid-sM81Kr9uQi .title-wrap {
        padding: 6rem 2rem;
    }
}

@media (max-width: 767px) {
    .cid-sM81Kr9uQi .title-wrap {
        padding: 6rem 1rem;
    }
}

.cid-sM81Kr9uQi .mbr-section-title,
.cid-sM81Kr9uQi .mbr-section-btn,
.cid-sM81Kr9uQi .line-wrap {
    color: #00c2cb;
}

.cid-sM81Kr9uQi .mbr-section-btn,
.cid-sM81Kr9uQi .mbr-text {
    color: #ffffff;
}


.cid-sM9aG4KZ3S {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #00c2cb;
}

.cid-sM9aG4KZ3S .mbr-row {
    padding: 1rem;
}

.cid-sM9aG4KZ3S .bg {
    background-image: url("../images/impermeabilizacao-1000x667.jpg");
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
    position: relative;
}

.cid-sM9aG4KZ3S .iconfont-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}

.cid-sM9aG4KZ3S .iconfont-wrapper:hover {
    transform: scale(1.5);
}

.cid-sM9aG4KZ3S .amp-iconfont {
    font-size: 2rem;
    width: 2rem;
    color: #ffffff;
    height: auto;
    padding-left: 4px;
}

.cid-sM9aG4KZ3S .btn-wrap {
    background-color: #ff5500;
    position: absolute;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    margin: auto;
}

.cid-sM9aG4KZ3S .mbr-section-title {
    color: #ff5500;
}

@media (max-width: 767px) {
    .cid-sM9aG4KZ3S .bg {
        height: 300px;
    }
}


.cid-sFg8R2HGVE {
    padding-top: 5rem;
    padding-bottom: 0rem;
    background-color: #123948;
}

.cid-sFg8R2HGVE a {
    border-bottom: 2px solid #39a1a4;
}

.cid-sFg8R2HGVE a:before {
    content: none;
}

.cid-sFg8R2HGVE .amp-iconfont {
    font-size: 30px;
    width: 30px;
    height: 30px;
    color: #123948;
}

.cid-sFg8R2HGVE amp-img,
.cid-sFg8R2HGVE img {
    object-fit: cover;
}

.cid-sFg8R2HGVE .right-block {
    background-color: #00c2cb;
    display: flex;
    align-items: center;
}

.cid-sFg8R2HGVE .card-img {
    width: 66px;
    height: 66px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -0.2rem;
}

.cid-sFg8R2HGVE amp-img {
    border-radius: 10px 0px 0px 10px;
}

.cid-sFg8R2HGVE .inner-wrapper {
    border-radius: 10px;
    margin-right: 0rem;
}

@media (max-width: 767px) {
    .cid-sFg8R2HGVE amp-img {
        border-radius: 10px 10px 0px 0px;
    }

    .cid-sFg8R2HGVE .right-block {
        border-radius: 0px 0px 10px 10px;
        padding: 2rem 2rem 2rem 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .cid-sFg8R2HGVE .left-block {
        padding: 0;
    }

    .cid-sFg8R2HGVE .mbr-row {
        margin: 0rem;
    }

    .cid-sFg8R2HGVE .card-img {
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .cid-sFg8R2HGVE amp-img {
        border-radius: 10px 10px 0px 0px;
    }

    .cid-sFg8R2HGVE .right-block {
        border-radius: 0px 0px 10px 10px;
        padding: 2rem 2rem 2rem 1rem;
    }

    .cid-sFg8R2HGVE .left-block {
        padding: 0;
    }

    .cid-sFg8R2HGVE .mbr-row {
        margin: 0rem;
    }

    .cid-sFg8R2HGVE .card-img {
        margin-right: 1rem;
    }
}

@media (min-width: 992px) {
    .cid-sFg8R2HGVE .right-block {
        border-radius: 0px 10px 10px 0px;
        padding: 2rem 3rem 2rem 0rem;
    }

    .cid-sFg8R2HGVE .card-img {
        transform: translateX(-50%);
    }

    .cid-sFg8R2HGVE .left-block {
        padding-right: 0rem;
    }
}

.cid-sFg8R2HGVE H5 {
    color: #123948;
}

.cid-sFg8R2HGVE .mbr-section-btn,
.cid-sFg8R2HGVE .mbr-text {
    color: #123948;
}

.cid-sM8K0oAgpL {
    padding-top: 1rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
}

.cid-sM8K0oAgpL .card-box-wrapper {
    height: 100%;
}

.cid-sM8K0oAgpL .card-box1 {
    padding: 50px;
    background-color: #f6f9f8;
}

@media (max-width: 767px) {
    .cid-sM8K0oAgpL .card-box1 {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .cid-sM8K0oAgpL .card-box1 {
        margin-bottom: 2rem;
    }
}

.cid-sM8K0oAgpL .card-box2 {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 50px;
    background-color: #56bdbd;
}

@media (max-width: 767px) {
    .cid-sM8K0oAgpL .card-box2 {
        padding: 30px;
    }
}

.cid-sM8K0oAgpL .order-col-1 {
    order: 2;
}

.cid-sM8K0oAgpL .order-col-2 {
    order: 1;
}

@media (max-width: 991px) {
    .cid-sM8K0oAgpL .card-box1 {
        margin-top: 2rem;
    }
}

.cid-sM8KqyPTCM {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url("../images/impermeabilizacao-1000x667.jpg");
}

.cid-sM8KqyPTCM .mbr-overlay {
    background: #242222;
    opacity: 0.5;
}

.cid-sM8Md6CmV7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    align-items: center;
    display: flex;
    background-color: #123948;
}

.cid-sM8Md6CmV7 .line {
    background-color: #e0cfcb;
    height: 3px;
    width: 120%;
    margin-top: 1.5rem;
    display: inline-block;
}

@media (min-width: 992px) {
    .cid-sM8Md6CmV7 .line {
        transform: translateX(-20%);
    }
}

.cid-sM8Md6CmV7 .line-wrap {
    width: 100%;
}

.cid-sM8Md6CmV7 .image-block {
    width: 100%;
}

.cid-sM8Md6CmV7 .image-block img {
    object-fit: cover;
}

.cid-sM8Md6CmV7 .mbr-section-btn,
.cid-sM8Md6CmV7 .mbr-text {
    color: #ffffff;
}

.cid-sM8Md6CmV7 H2 {
    color: #ffffff;
}

.cid-sM8Md6CmV7 .mbr-section-title,
.cid-sM8Md6CmV7 .mbr-section-btn,
.cid-sM8Md6CmV7 .line-wrap {
    color: #ffffff;
}

.cid-sM8NndxD7v {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

@media (max-width: 992px) {
    .cid-sM8NndxD7v .md-pb {
        padding-bottom: 3rem;
    }
}

.cid-sM8NndxD7v .tab {
    padding: 30px 0 20px;
    border-bottom: 1px solid #000000;
    background-color: #ffffff;
    transition: 0.4s;
}

.cid-sM8NndxD7v .tab:hover {
    border-bottom-color: #56bdbd;
}

.cid-sM8NndxD7v .tab:hover .tab-title {
    color: #56bdbd;
}

.cid-sM8NndxD7v .tab-title {
    position: relative;
    min-height: 35px;
    max-height: 110px;
    padding-left: 45px;
    background: none;
    border: none;
    transition: 0.4s;
}

.cid-sM8NndxD7v .tab-title::before {
    content: '+';
    position: absolute;
    transition: all .6s;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #56bdbd;
    font-weight: 700;
    font-size: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    left: 0;
    padding-bottom: 2px;
    padding-left: 1px;
}

.cid-sM8NndxD7v .tab[expanded] .tab-title::before {
    content: "-";
    padding-bottom: 4px;
}

.cid-sM8NndxD7v H3 {
    color: #00c2cb;
}

.cid-sM8Myqs99i {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .cid-sM8Myqs99i .title-wrap {
        padding-bottom: 2rem;
    }

    .cid-sM8Myqs99i .text-box {
        padding-right: 0;
    }
}

.cid-sM8Myqs99i .custom-col-1 {
    padding-right: 39px;
    border-right: 1px solid #373734;
}

@media (max-width: 768px) {
    .cid-sM8Myqs99i .custom-col-1 {
        padding-right: 1rem;
        border-right: none;
    }
}

.cid-sM8Myqs99i .custom-col-2 {
    padding-left: 40px;
}

@media (max-width: 768px) {
    .cid-sM8Myqs99i .custom-col-2 {
        padding-left: 1rem;
        padding-top: 20px;
    }
}

.cid-sM8Myqs99i .btn {
    padding-right: 16px;
}

.cid-sM8Myqs99i .btn span {
    transition: none;
    margin-left: 5px;
}

.cid-sM8Myqs99i .btn span::before {
    position: relative;
    right: -5px;
}

.cid-sc01r9E6WE {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}

.cid-sc01r9E6WE .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.5;
}

.cid-sc01r9E6WE .col {
    padding: 0;
}

.cid-sc01r9E6WE .btn {
    padding: 1 1.5rem;
    margin-top: 0.8rem;
}

.cid-sc01r9E6WE .btn-primary:hover {
    background-color: #14212b;
    color: #ffffff;
}

.cid-sc01r9E6WE .wrapper {
    background-color: #ffffff;
    margin: 0rem;
    border-radius: 10px;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
}

.cid-sc01r9E6WE .block-wrapper {
    margin: 0;
}

.cid-sc01r9E6WE .mbr-section-title {
    color: #14212B;
}

@media (max-width: 767px) {
    .cid-sc01r9E6WE .wrapper {
        padding: 2rem 1rem;
    }

    .cid-sc01r9E6WE .btn {
        width: 100%;
    }

    .cid-sc01r9E6WE .mbr-section-btn {
        width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .cid-sc01r9E6WE .wrapper {
        padding: 3.5rem 2.8rem;
    }
}

@media (min-width: 992px) {
    .cid-sc01r9E6WE .wrapper-1 {
        padding-right: 0rem;
    }

    .cid-sc01r9E6WE .wrapper {
        padding: 3.5rem 2.8rem;
    }
}

.cid-sc01r9E6WE a:not([href]) {
    color: #ffffff;
}

.cid-sc01r9E6WE H3 {
    color: #1c2830;
}

.cid-sc0baZlm8N {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

.cid-sc0baZlm8N .mbr-section-subtitle,
.cid-sc0baZlm8N .mbr-section-btn {
    color: #000000;
}

.cid-sc0baZlm8N .mbr-section-title,
.cid-sc0baZlm8N .mbr-section-btn {
    color: #ff4a17;
}

.cid-sc0aFdvAwA {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

.cid-sc0aFdvAwA .mbr-section-subtitle,
.cid-sc0aFdvAwA .mbr-section-btn {
    color: #000000;
}

.cid-sc0aFdvAwA .mbr-section-title,
.cid-sc0aFdvAwA .mbr-section-btn {
    color: #ff4a17;
}