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: #000000;
}
section {
    background-color: #ffffff;
    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: #000000;
}
.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;
}
@media (max-width: 767px) {
    .align-left,
    .align-center,
    .align-right {
        text-align: center;
    }
    .align-left .list-item,
    .align-center .list-item,
    .align-right .list-item {
        justify-content: center;
    }
}
.mbr-light {
    font-weight: 300;
}
.mbr-regular {
    font-weight: 400;
}
.mbr-semibold {
    font-weight: 600;
}
.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;
}
.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: 400px;
}
@media (max-width: 992px) {
    .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-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,
.cont,
.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;
}
.cont {
    padding: 0 1rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 767px) {
    .cont {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .cont {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .cont {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .cont {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding: 0 1rem;
}
.btn {
    position: relative;
    font-weight: 600;
    margin: 0 0.5rem;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.2s ease-in-out, box-shadow 2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    line-height: 1.4;
    letter-spacing: 0px;
}
.btn-form {
    padding: 1rem 2rem;
}
.btn-form:hover {
    cursor: pointer;
}
.btn {
    padding: 14px 30px;
    border-radius: 0px;
}
.btn-sm {
    padding: 10px 30px;
    border-radius: 0px;
}
.btn-md {
    padding: 10px 30px;
    border-radius: 0px;
}
.btn-lg {
    padding: 10px 30px;
    border-radius: 0px;
}
form .btn,
form .mbr-section-btn {
    margin: 0;
}
.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: 77px;
    overflow: visible;
    padding: 0;
}
.menu-container {
    /*display: flex;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    min-height: 77px;
}
@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%;
    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;
}
@media (max-width: 767px) {
    .navbar-logo amp-img {
        max-height: 55px;
        max-width: 55px;
    }
}
.navbar-caption-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    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 2rem 1rem;
        z-index: 1;
    }
}
@media (max-width: 991px) {
    .navbar.opened .navbar-collapse.show,
    .navbar.opened .navbar-collapse.collapsing {
        display: block;
    }
    .is-builder .navbar-collapse {
        position: fixed;
    }
}
.navbar-nav {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    min-width: 10rem;
}
@media (max-width: 991px) {
    .navbar-nav {
        flex-direction: column;
    }
}
.navbar-nav .mbr-iconfont {
    margin: 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 {
    min-width: 10rem;
    position: absolute;
    left: 0;
    padding: 1.25rem 0;
}
.nav-dropdown .dropdown-menu .dropdown-item {
    line-height: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.25rem 1.5rem;
    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:after {
    content: "";
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
}
.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.25rem 1.5rem;
        margin: 0;
        justify-content: center;
    }
    .nav-dropdown .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .navbar.opened .dropdown-menu {
        top: 0;
    }
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        content: "";
        margin-left: 0.25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 55%;
    }
}
.navbar-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .navbar-buttons {
        flex-direction: column;
    }
}
.menu-social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.menu-social-list a {
    margin: 0 15px 0 0;
}
.menu-social-list a span {
    font-size: 1.5rem;
}
button.navbar-toggler {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 31px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    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(1) {
    top: 8px;
    transform: rotate(-45deg);
}
nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(2),
nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(3) {
    opacity: 0;
}
nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(4) {
    top: 8px;
    transform: rotate(45deg);
}
.ampstart-btn.hamburger {
    position: absolute;
    top: 25px;
    right: 15px;
    margin-left: auto;
    height: 30px;
    width: 30px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
}
@media (min-width: 992px) {
    .ampstart-btn,
    amp-sidebar {
        display: none;
    }
    .dropdown-menu .dropdown-toggle:after {
        content: "";
        border-bottom: 0.35em solid transparent;
        border-left: 0.35em solid;
        border-right: 0;
        border-top: 0.35em solid transparent;
        margin-left: 0.3rem;
        margin-top: -0.3077em;
        position: absolute;
        right: 1.1538em;
        top: 50%;
    }
}
.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: 8px;
}
.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: 10rem;
    z-index: 1030;
    padding: 1rem 2rem;
    max-width: 20rem;
}
.builder-sidebar .dropdown:hover > .dropdown-menu {
    position: relative;
    text-align: center;
}
section.sidebar-open:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1040;
}
#sidebar {
    background: transparent;
}
.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;
}
.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 {
    height: 100%;
}
@media (max-width: 767px) {
    .card .card-wrapper {
        flex-direction: column;
    }
}
.card img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -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: #232323;
    left: calc(49%);
    height: calc(80%);
    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 {
    position: absolute;
    z-index: 3;
    pointer-events: none;
}
.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;
}
.amp-carousel-button,
.dots-wrapper .dots span {
    transition: all 0.3s;
    cursor: pointer;
}
.dots-wrapper .dots {
    display: inline-block;
    margin: 0 1px;
}
.dots-wrapper .dots span {
    display: block;
    border-radius: 100%;
    width: 0.6em;
    height: 0.6em;
    opacity: 0.4;
    background-color: #ffffff;
}
.dots-wrapper .dots span.current {
    opacity: 1;
}
.amp-carousel-button {
    width: 40px;
    height: 40px;
    padding: 12px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.09);
    background-size: 12px;
    border-radius: 4px;
}
.amp-carousel-button-next {
    right: 15px;
}
.amp-carousel-button-prev {
    left: 15px;
}
button.btn-img {
    cursor: pointer;
}
.is-builder .preview button.btn-img {
    opacity: 0.5;
    position: relative;
    pointer-events: none;
}
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: 15px;
    right: 25px;
    height: 33px;
    width: 33px;
    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: 15px;
    content: ' ';
    height: 33px;
    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: 3rem;
    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: 1rem;
    line-height: 1;
    width: 100%;
    background: #f3f4f5;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    border-radius: 0;
    color: #000000;
}
form input:focus,
form textarea:focus,
form select:focus {
    outline: none;
}
form input[type="checkbox"],
form input[type="radio"] {
    border: none;
    background: none;
    width: auto;
}
form .field {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
form textarea.field-input {
    height: 200px;
}
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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    }
}
.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: 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;
    }
}
@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: 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(49%);
}
#scrollToTopButton a:after {
    content: '';
    position: absolute;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 40%;
    height: 40%;
    left: calc(29%);
    bottom: 30%;
    transform: rotate(-45deg);
}
.is-builder #scrollToTopButton a:after {
    left: 30%;
}
.mbr-extralight {
    font-weight: 200;
}
.mbr-extrabold {
    font-weight: 800;
}
@media (max-width: 767px) {
    .mbr-py-2 {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
}
.line .line-line-gray {
    display: inline-block;
    width: 20%;
    height: 1px;
    border-top: 1px solid transparent;
    background-color: #e4e4e4;
}
.line .line-line-gray .line-line-color {
    display: block;
    width: 25%;
    margin: -2px auto 0;
    border-bottom: 3px solid #7567f8;
}
@keyframes btnPlay {
    from {
        transform: scale(1, 1);
        opacity: 1;
        border-width: 5px;
    }
    to {
        transform: scale(1.7, 1.7);
        opacity: 0;
        border-width: 2px;
    }
}
.btn-play {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.btn-play span.amp-iconfont {
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.btn-play .test-animation-1 {
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 5px solid #ffffff;
    -webkit-animation: btnPlay 1.5s ease infinite;
    -moz-animation: btnPlay 1.5s ease infinite;
    -o-animation: btnPlay 1.5s ease infinite;
    animation: btnPlay 1.5s ease infinite;
}
.btn-play .test-animation-2 {
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #7567f8;
    border: 5px solid #ffffff;
}
h2.mbr-section-subtitle {
    letter-spacing: 3px;
}
body {
    font-family: Muli;
}
blockquote {
    border-color: #7567f8;
}
div[submit-success] > * {
    background: #9096a4;
    color: #ffffff;
}
div[submit-error] > * {
    background: #c900fc;
    color: #ffffff;
}
.display-1 {
    font-family: 'Muli', sans-serif;
    font-size: 3.6rem;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 800;
}
.display-2 {
    font-family: 'Muli', sans-serif;
    font-size: 2.45rem;
    line-height: 1.2;
}
.display-4 {
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}
.display-5 {
    font-family: 'Muli', sans-serif;
    font-size: 2rem;
    line-height: 1.2;
}
.display-7 {
    font-family: 'Muli', sans-serif;
    font-size: 1.3rem;
    line-height: 1.6;
}
.display-1 .mbr-iconfont-btn {
    font-size: 3.6rem;
    width: 3.6rem;
}
.display-2 .mbr-iconfont-btn {
    font-size: 2.45rem;
    width: 2.45rem;
}
.display-4 .mbr-iconfont-btn {
    font-size: 1rem;
    width: 1rem;
}
.display-5 .mbr-iconfont-btn {
    font-size: 2rem;
    width: 2rem;
}
.display-7 .mbr-iconfont-btn {
    font-size: 1.3rem;
    width: 1.3rem;
}
.mbr-form input,
.mbr-form textarea,
.mbr-form select {
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    line-height: 1;
}
@media (max-width: 768px) {
    .display-1 {
        font-size: 2.88rem;
        font-size: calc(6.738571428571429rem);
        line-height: calc(9.434000000000001rem);
    }
    .display-2 {
        font-size: 1.96rem;
        font-size: calc( 1.5075rem + (2.45 - 1.5075) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.5075rem + (2.45 - 1.5075) * ((100vw - 20rem) / 28)));
    }
    .display-4 {
        font-size: 0.8rem;
        font-size: calc(1rem);
        line-height: calc(1.4rem);
    }
    .display-5 {
        font-size: 1.6rem;
        font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / 28)));
    }
    .display-7 {
        font-size: 1.04rem;
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / 28)));
    }
}
.bg-primary {
    background-color: #7567f8;
}
.bg-success {
    background-color: #9096a4;
}
.bg-info {
    background-color: #75757c;
}
.bg-warning {
    background-color: #c1c1fc;
}
.bg-danger {
    background-color: #c900fc;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
    background-color: #212127;
    border-color: #212127;
    color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
    background-color: #0a0a0b;
    border-color: #0a0a0b;
    color: #ffffff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff;
    background-color: #0a0a0b;
    border-color: #0a0a0b;
}
.btn-info,
.btn-info:active,
.btn-info.active {
    background-color: #75757c;
    border-color: #75757c;
    color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
    background-color: #5c5c62;
    border-color: #5c5c62;
    color: #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff;
    background-color: #5c5c62;
    border-color: #5c5c62;
}
.btn-success,
.btn-success:active,
.btn-success.active {
    background-color: #9096a4;
    border-color: #9096a4;
    color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
    background-color: #747b8d;
    border-color: #747b8d;
    color: #ffffff;
}
.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff;
    background-color: #747b8d;
    border-color: #747b8d;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
    background-color: #c1c1fc;
    border-color: #c1c1fc;
    color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
    background-color: #9090fa;
    border-color: #9090fa;
    color: #ffffff;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff;
    background-color: #9090fa;
    border-color: #9090fa;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
    background-color: #c900fc;
    border-color: #c900fc;
    color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
    background-color: #a000c9;
    border-color: #a000c9;
    color: #ffffff;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff;
    background-color: #a000c9;
    border-color: #a000c9;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
    background-color: #7567f8;
    border-color: #7567f8;
    color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    background-color: #4936f6;
    border-color: #4936f6;
    color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff;
    background-color: #4936f6;
    border-color: #4936f6;
}
.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: #000000;
    color: #ffffff;
}
.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-white,
.btn-white:active,
.btn-white.active {
    background-color: #fcfcfc;
    border-color: #fcfcfc;
    color: #7d7d7d;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    color: #7d7d7d;
}
.btn-white.disabled,
.btn-white:disabled {
    color: #7d7d7d;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
    background: none;
    border-color: #7567f8;
    color: #7567f8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
    color: #ffffff;
    background-color: #7567f8;
    border-color: #7567f8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff;
    background-color: #7567f8;
    border-color: #7567f8;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
    background: none;
    border-color: #212127;
    color: #212127;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
    color: #ffffff;
    background-color: #212127;
    border-color: #212127;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff;
    background-color: #212127;
    border-color: #212127;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
    background: none;
    border-color: #75757c;
    color: #75757c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
    color: #ffffff;
    background-color: #75757c;
    border-color: #75757c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff;
    background-color: #75757c;
    border-color: #75757c;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
    background: none;
    border-color: #9096a4;
    color: #9096a4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
    color: #ffffff;
    background-color: #9096a4;
    border-color: #9096a4;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff;
    background-color: #9096a4;
    border-color: #9096a4;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
    background: none;
    border-color: #c1c1fc;
    color: #c1c1fc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
    color: #ffffff;
    background-color: #c1c1fc;
    border-color: #c1c1fc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff;
    background-color: #c1c1fc;
    border-color: #c1c1fc;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
    background: none;
    border-color: #c900fc;
    color: #c900fc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
    color: #ffffff;
    background-color: #c900fc;
    border-color: #c900fc;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff;
    background-color: #c900fc;
    border-color: #c900fc;
}
.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,
.btn-white-outline:active,
.btn-white-outline.active {
    background: none;
    border-color: #fcfcfc;
    color: #fcfcfc;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
    color: #7d7d7d;
    background-color: #fcfcfc;
    border-color: #fcfcfc;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #7d7d7d;
    background-color: #fcfcfc;
    border-color: #fcfcfc;
}
.text-primary {
    color: #7567f8;
}
.text-secondary {
    color: #212127;
}
.text-success {
    color: #9096a4;
}
.text-info {
    color: #75757c;
}
.text-warning {
    color: #c1c1fc;
}
.text-danger {
    color: #c900fc;
}
.text-white {
    color: #fcfcfc;
}
.text-black {
    color: #010101;
}
a[class*="text-"],
.amp-iconfont {
    transition: 0.2s ease-in-out;
}
.amp-iconfont {
    color: #7567f8;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #1a09bd;
}
a.text-secondary:hover,
a.text-secondary:focus {
    color: #000000;
}
a.text-success:hover,
a.text-success:focus {
    color: #464a55;
}
a.text-info:hover,
a.text-info:focus {
    color: #2b2b2d;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #2f2ff5;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #4f0063;
}
a.text-white:hover,
a.text-white:focus {
    color: #e6e6e6;
}
a.text-black:hover,
a.text-black:focus {
    color: #cccccc;
}
.alert-success {
    background-color: #9096a4;
}
.alert-info {
    background-color: #75757c;
}
.alert-warning {
    background-color: #c1c1fc;
}
.alert-danger {
    background-color: #c900fc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #d6d8dd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #b6b6ba;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #f4c9ff;
}
.mobirise-spinner em:nth-child(1) {
    background: #7567f8;
}
.mobirise-spinner em:nth-child(2) {
    background: #212127;
}
.mobirise-spinner em:nth-child(3) {
    background: #9096a4;
}
#scrollToTopMarker {
    display: none;
}
#scrollToTopButton {
    background-color: #7567f8;
    border-radius: 50%;
}
#scrollToTopButton a:before {
    background: #ffffff;
}
#scrollToTopButton a:after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}
.btn {
    border-radius: 100px;
}
h1.mbr-section-title,
h3.mbr-section-title,
h4.block-title,
h5.block-title,
p.text-column,
h5.card-title,
p.text-btn {
    color: #212127;
}
h2.mbr-section-subtitle,
h4.mbr-section-subtitle,
h5.title-column,
.main-color {
    color: #7567f8;
}
p.card-text,
.card-title h6,
p.mbr-text,
h5.card-subtitle {
    color: #75757c;
}
p.item-title,
p.accordion-text,
p.item-text {
    color: #9096a4;
}
.cid-scxxJr3OCC {
    padding: 0;
}
.cid-scxxJr3OCC .navbar {
    min-height: 77px;
    background-color: #ffffff;
}
.cid-scxxJr3OCC .navbar.navbar-short {
    background-color: #ffffff;
}
.cid-scxxJr3OCC .navbar.navbar-short .navbar-brand {
    padding: 0;
}
.cid-scxxJr3OCC .navbar.opened {
    transition: all .3s;
    background-color: #ffffff;
}
.cid-scxxJr3OCC .navbar .navbar-collapse {
    min-width: 300px;
    z-index: 1;
    flex-basis: 100%;
}
.cid-scxxJr3OCC .navbar.collapsed button.navbar-toggler {
    display: block;
}
.cid-scxxJr3OCC .navbar.collapsed .navbar-collapse {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100vh;
    background: #ffffff;
    padding: 1.5rem 2rem 1rem;
}
.cid-scxxJr3OCC .navbar.collapsed.opened .navbar-collapse.show,
.cid-scxxJr3OCC .navbar.collapsed.opened .navbar-collapse.collapsing {
    display: block;
}
.cid-scxxJr3OCC .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
.cid-scxxJr3OCC .navbar.collapsed .dropdown-menu {
    position: relative;
    background: transparent;
}
.cid-scxxJr3OCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0;
}
.cid-scxxJr3OCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-scxxJr3OCC .navbar.collapsed .navbar-brand {
    flex-shrink: initial;
}
.cid-scxxJr3OCC .navbar-brand {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s;
}
.cid-scxxJr3OCC .navbar-brand .navbar-caption {
    line-height: inherit;
    font-weight: normal;
}
.cid-scxxJr3OCC .navbar-nav .nav-item .nav-link {
    margin: .667em 1em;
    font-weight: normal;
}
@media (max-width: 991px) {
    .cid-scxxJr3OCC ul.navbar-nav li {
        margin: auto;
    }
    .cid-scxxJr3OCC .navbar-collapse {
        background: #ffffff;
    }
}
.cid-scxxJr3OCC .nav-dropdown .dropdown-menu .dropdown-item {
    font-weight: 400;
    width: 100%;
    clear: both;
    text-align: inherit;
}
.cid-scxxJr3OCC .nav-item.dropdown .dropdown-menu {
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}
.cid-scxxJr3OCC .nav-item.dropdown:hover > .dropdown-menu {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
}
.cid-scxxJr3OCC .dropdown-item.active,
.cid-scxxJr3OCC .dropdown-item:active {
    background-color: transparent;
}
.cid-scxxJr3OCC .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.cid-scxxJr3OCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #ffffff;
}
.cid-scxxJr3OCC .navbar-buttons {
    text-align: center;
}
.cid-scxxJr3OCC .hamburger span {
    background-color: #232323;
}
.cid-scxxJr3OCC .navbar-dropdown {
    padding: .5rem 1rem;
    display: flex;
    position: fixed;
}
.cid-scxxJr3OCC .ampstart-btn {
    display: flex;
    align-self: center;
}
.cid-scxxJr3OCC .ampstart-btn.hamburger.sticky-but {
    position: fixed;
}
@media (min-width: 992px) {
    .cid-scxxJr3OCC .ampstart-btn,
    .cid-scxxJr3OCC amp-sidebar {
        display: none;
    }
}
.cid-scxxJr3OCC amp-sidebar {
    background-color: #ffffff;
}
.cid-scxxJr3OCC .open {
    transform: translateX(0%);
    display: block;
}
.cid-scxxJr3OCC .builder-sidebar {
    min-width: 300px;
    background-color: #ffffff;
    position: relative;
}
.cid-scxxJr3OCC .sidebar {
    padding: 1rem 0;
    margin: 0;
}
.cid-scxxJr3OCC .sidebar > li {
    list-style: none;
    display: flex;
    flex-direction: column;
}
.cid-scxxJr3OCC .sidebar a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
}
.cid-scxxJr3OCC .close-sidebar:focus {
    outline: 2px auto #7567f8;
}
.cid-scxxJr3OCC .close-sidebar span {
    background-color: #232323;
}
.cid-scxxJr3OCC amp-img,
.cid-scxxJr3OCC img {
    width: 45px;
}
.cid-scxxLueA5c {
    background-image: url("../image/background18.jpg");
}
.cid-scxxLueA5c .mbr-overlay {
    background: #ffffff;
    opacity: 0.5;
}
@media (max-width: 767px) {
    .cid-scxxLueA5c .title-wrap,
    .cid-scxxLueA5c .title-block {
        padding-left: 0;
        padding-right: 0;
    }
}
.cid-scxykVjYH7 {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
}
.cid-scxykVjYH7 .card-wrapper {
    height: 100%;
}
.cid-scxykVjYH7 .card-wrapper .card {
    height: 100%;
    align-items: center;
}
.cid-scxykVjYH7 .card-box h5 {
    letter-spacing: 1px;
}
.cid-scxykVjYH7 .card-img .iconfont-wrapper {
    width: 2rem;
    height: 2rem;
}
.cid-scxykVjYH7 .card-img .iconfont-wrapper .amp-iconfont {
    color: #7567f8;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    /*font-size: 2rem;*/
}
.cid-scxykVjYH7 .wrapper-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.cid-scxykVjYH7 .card {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-scxykVjYH7 .wrapper-content > div:first-child .card {
    border-left: none;
}
@media (max-width: 767px) {
    .cid-scxykVjYH7 .cont .wrapper-content {
        border: none;
        border-radius: unset;
    }
    .cid-scxykVjYH7 .cont .wrapper-content > div {
        margin-bottom: 15px;
    }
    .cid-scxykVjYH7 .cont .wrapper-content .card-wrapper {
        padding: 0 20px;
    }
    .cid-scxykVjYH7 .cont .wrapper-content .card-wrapper .card {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        padding: 20px 5px;
    }
}
.cid-scxykVjYH7 .p-0 {
    padding-left: 0;
    padding-right: 0;
}
.cid-scxy7NZaYB {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-scxy7NZaYB .mbr-text {
    text-align: left;
}
.cid-scxyQe4nvq {
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-image: url("../image/background3.jpg");
}
.cid-scxyQe4nvq .mbr-overlay {
    background-color: #7567f8;
    opacity: 0.9;
}
.cid-scxyQe4nvq .lc-stats .title-item {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cid-scxyQe4nvq .lc-stats .stats-outer {
    width: 100%;
    height: 15px;
    background-color: #4949b4;
    padding: 4px;
    text-align: right;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.cid-scxyQe4nvq .lc-stats .stats-outer .stats-inner {
    height: 100%;
    background-color: #fff;
}
.cid-scxyQe4nvq .lc-stats .item-1 .percent:before {
    content: "93%";
}
.cid-scxyQe4nvq .lc-stats .item-1 .stats-inner {
    width: 93%;
}
.cid-scxyQe4nvq .lc-stats .item-2 .percent:before {
    content: "66%";
}
.cid-scxyQe4nvq .lc-stats .item-2 .stats-inner {
    width: 66%;
}
.cid-scxyQe4nvq .lc-stats .item-3 .percent:before {
    content: "74%";
}
.cid-scxyQe4nvq .lc-stats .item-3 .stats-inner {
    width: 74%;
}
.cid-scxyQe4nvq .lc-stats .item-4 .percent:before {
    content: "41%";
}
.cid-scxyQe4nvq .lc-stats .item-4 .stats-inner {
    width: 41%;
}
.cid-scxyQe4nvq .block .block-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.cid-scxyQe4nvq .block .block-title .box-for-icon {
    min-width: 50px;
    height: 50px;
    background-color: #FFF;
    border-radius: 10px;
    margin-right: 10px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.cid-scxyQe4nvq .block .block-title .box-for-icon .iconfont-wrapper {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
}
.cid-scxyQe4nvq .block .block-title .box-for-icon .iconfont-wrapper .amp-iconfont {
    color: #7567f8;
    font-size: 1.5rem;
}
.cid-scxyQe4nvq .block .block-title .title {
    letter-spacing: 2px;
}
@media (max-width: 767px) {
    .cid-scxyQe4nvq .block3,
    .cid-scxyQe4nvq .block4 {
        padding-bottom: 3rem;
    }
}
.cid-scxz93ZnDc {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}
.cid-scxz93ZnDc .card-img {
    width: 46%;
}
.cid-scxz93ZnDc .icons-list .iconfont-wrapper {
    width: 1.9rem;
    height: 1.9rem;
}
.cid-scxz93ZnDc .icons-list .iconfont-wrapper span.amp-iconfont {
    font-size: 1.9rem;
    color: #75757c;
}
.cid-scxz93ZnDc .title-wrap {
    width: 100%;
}
.cid-scxz93ZnDc .line .line-line-color {
    border-bottom-color: #7567f8;
}
.cid-scxzmzJA0G {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f7f7f7;
}
.cid-scxzmzJA0G .col-text {
    text-align: left;
    color: #212127;
}
.cid-scxzmzJA0G H3 {
    color: #212127;
}
.cid-scxzKdS6Gc {
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: url("../image/background15.png");
}
.cid-scxzKdS6Gc .mbr-overlay {
    background-color: #7567f8;
    opacity: 0.9;
}
.cid-scxzKdS6Gc h3.mbr-section-title,
.cid-scxzKdS6Gc h4.mbr-section-subtitle {
    color: #fff;
}
.cid-scxzKdS6Gc .line .line-line-color {
    border-bottom-color: #ffffff;
}
.cid-scxzKdS6Gc h6 {
    color: #c1c1fc;
}
.cid-scxzKdS6Gc .slider-wrapper {
    justify-content: space-between;
    width: 75%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
.cid-scxzKdS6Gc .text-wrapper {
    height: 60%;
    align-items: center;
}
.cid-scxzKdS6Gc .author-review {
    height: 35%;
    align-items: center;
}
.cid-scxzKdS6Gc .author-review .img {
    width: 80px;
    height: 80px;
}
.cid-scxzKdS6Gc .author-review .img amp-img,
.cid-scxzKdS6Gc .author-review .img img {
    border-radius: 100%;
}
.cid-scxzKdS6Gc .amp-carousel-button-prev {
    left: 15px;
    background-image: url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22512px%22%20height%3D%22512px%22%20enable-background%3D%22new%200%200%20492%20492%22%20version%3D%221.1%22%20viewBox%3D%220%200%20492%20492%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%09%3Cpath%20d%3D%22m198.61%20246.1l184.06-184.06c5.068-5.056%207.856-11.816%207.856-19.024%200-7.212-2.788-13.968-7.856-19.032l-16.128-16.12c-5.06-5.072-11.824-7.864-19.032-7.864s-13.964%202.792-19.028%207.864l-219.15%20219.14c-5.084%205.08-7.868%2011.868-7.848%2019.084-0.02%207.248%202.76%2014.028%207.848%2019.112l218.94%20218.93c5.064%205.072%2011.82%207.864%2019.032%207.864%207.208%200%2013.964-2.792%2019.032-7.864l16.124-16.12c10.492-10.492%2010.492-27.572%200-38.06l-183.85-183.85z%22%20fill%3D%22%237567f8%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}
.cid-scxzKdS6Gc .amp-carousel-button-next {
    right: 15px;
    background-image: url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22512px%22%20height%3D%22512px%22%20enable-background%3D%22new%200%200%20492.004%20492.004%22%20version%3D%221.1%22%20viewBox%3D%220%200%20492.004%20492.004%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%09%3Cpath%20d%3D%22m382.68%20226.8l-218.95-218.94c-5.064-5.068-11.824-7.86-19.032-7.86s-13.968%202.792-19.032%207.86l-16.124%2016.12c-10.492%2010.504-10.492%2027.576%200%2038.064l183.86%20183.86-184.06%20184.06c-5.064%205.068-7.86%2011.824-7.86%2019.028%200%207.212%202.796%2013.968%207.86%2019.04l16.124%2016.116c5.068%205.068%2011.824%207.86%2019.032%207.86s13.968-2.792%2019.032-7.86l219.15-219.14c5.076-5.084%207.864-11.872%207.848-19.088%200.016-7.244-2.772-14.028-7.848-19.108z%22%20fill%3D%22%237567f8%22%2F%3E%0A%3C%2Fsvg%3E');
}
@media (max-width: 767px) {
    .cid-scxzKdS6Gc .amp-carousel-button {
        display: none;
    }
    .cid-scxzKdS6Gc .dots-wrapper {
        padding-top: 10px;
    }
}
.cid-scxzNYvNQN {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f7f7f7;
}
.cid-scxzNYvNQN .img amp-img {
    width: 100%;
    height: 550px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.cid-scxzNYvNQN .img amp-img img {
    object-fit: cover;
}
.cid-scxzNYvNQN .accordion {
    width: 100%;
}
.cid-scxzNYvNQN .accordion section {
    background-color: unset;
    margin-bottom: 10px;
    padding: 0;
}
.cid-scxzNYvNQN .accordion section header {
    display: block;
    width: 100%;
    border: 1px solid #ededed;
    padding: 25px 30px;
    background-color: #FFF;
    color: #717177;
}
.cid-scxzNYvNQN .accordion section header .wrapper {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.cid-scxzNYvNQN .accordion section header .wrapper .iconfont-wrapper {
    display: flex;
    width: 1rem;
    height: 1rem;
}
.cid-scxzNYvNQN .accordion section header .wrapper .iconfont-wrapper .mbr-iconfont {
    color: #717177;
    font-size: 1rem;
}
.cid-scxzNYvNQN .accordion section p {
    border: 1px solid #ededed;
    padding: 30px;
}
.cid-scxzNYvNQN .accordion h3 {
    display: inline-block;
    letter-spacing: 2px;
}
.cid-scxzNYvNQN amp-accordion section[expanded] .wrap-angle-down {
    display: none;
}
.cid-scxzNYvNQN amp-accordion section:not([expanded]) .wrap-angle-up {
    display: none;
}
@media (max-width: 767px) {
    .cid-scxzNYvNQN .img amp-img {
        width: 100%;
        height: 300px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
    .cid-scxzNYvNQN .accordion h3 {
        letter-spacing: 0;
    }
}
.cid-scxJyJSnfT {
    /*padding-top: 5rem;*/
    /*padding-bottom: 5rem;*/
    background-color: #ffffff;
}
.cid-scxJyJSnfT H3 {
    color: #212127;
    text-align: left;
}
.cid-scxJyJSnfT .col-text {
    color: #212127;
    text-align: left;
}
.cid-scxJzu9yXG {
    padding-top: 0rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-scxJzu9yXG H3 {
    color: #212127;
    text-align: left;
}
.cid-scxJzu9yXG .col-text {
    color: #212127;
    text-align: left;
}
.cid-scxJAvTdfz {
    padding-top: 0rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-scxJAvTdfz H3 {
    color: #212127;
    text-align: left;
}
.cid-scxJAvTdfz .col-text {
    color: #212127;
    text-align: left;
}
.cid-scxJB1g6qH {
    padding-top: 0rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-scxJB1g6qH H3 {
    color: #212127;
    text-align: left;
}
.cid-scxJB1g6qH .col-text {
    color: #212127;
    text-align: left;
}
.cid-scxFIqwaAc {
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: visible;
    background-image: url("../image/background15.png");
}
.cid-scxFIqwaAc .mbr-overlay {
    background-color: #7567f8;
    opacity: 0.9;
}
.cid-scxFIqwaAc .mbr-section-subtitle {
    padding-top: 1rem;
}
.cid-scxFIqwaAc h3 {
    padding-bottom: 0.25rem;
}
.cid-scxFIqwaAc .dragArea {
    justify-content: center;
}
.cid-scxFIqwaAc .field {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}
.cid-scxFIqwaAc .field-input {
    height: 100%;
}
.cid-scxFIqwaAc .field-input:not([type="checkbox"]):not([type="radio"]) {
    border-radius: 40px;
    border: 2px solid #ffffff;
}
.cid-scxFIqwaAc input::-webkit-input-placeholder {
    color: #cccccc;
}
.cid-scxFIqwaAc input::-moz-placeholder {
    color: #cccccc;
}
.cid-scxFIqwaAc .mbr-section-btn {
    margin-left: -75px;
}
.cid-scxFIqwaAc .mbr-section-btn .btn {
    border: 2px solid #ffffff;
    height: 100%;
    padding: 16px 30px;
}
@media (max-width: 991px) {
    .cid-scxFIqwaAc .title-wrap {
        margin-bottom: 2rem;
    }
    .cid-scxFIqwaAc .title-wrap h3,
    .cid-scxFIqwaAc .title-wrap p {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .cid-scxFIqwaAc .title-wrap h3,
    .cid-scxFIqwaAc .title-wrap p {
        text-align: center;
    }
    .cid-scxFIqwaAc .mbr-section-btn {
        margin: 10px 0 0;
    }
    .cid-scxFIqwaAc .mbr-section-btn .btn {
        width: 100%;
    }
}
.cid-scxA72wYLt {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-scxAaCN2La {
    padding-top: 0rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-scxAaCN2La a {
    color: #212127;
}
.cid-scxAaCN2La a:hover {
    text-decoration: underline;
}
.cid-scxAaCN2La .social-wrap a {
    text-decoration: none;
}
.cid-scxAaCN2La .social .iconfont-wrapper {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}
.cid-scxAaCN2La .social .iconfont-wrapper span.amp-iconfont {
    color: #75757c;
    font-size: 2rem;
}
.cid-scxAaCN2La .b-article {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cid-scxAaCN2La .b-article .img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
}
.cid-scxAaCN2La .b-article .img amp-img img {
    object-fit: contain;
}
.cid-scxAaCN2La .b-article .text-wrapper .text {
    color: #75757c;
}
@media (min-width: 992px) {
    .cid-scxAaCN2La .column1 p {
        width: 60%;
    }
}
@media (max-width: 991px) {
    .cid-scxAaCN2La .column {
        padding: 20px;
    }
    .cid-scxAaCN2La .column h5,
    .cid-scxAaCN2La .column p,
    .cid-scxAaCN2La .column .social-wrap {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .cid-scxAaCN2La .column {
        padding: 0 20px 30px;
        text-align: center;
    }
    .cid-scxAaCN2La .column h5 {
        padding-bottom: 0.5rem;
    }
}
.cid-scxGycEKcy {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f1f1f7;
}
.cid-scxGycEKcy .link-items .fLink {
    width: auto;
    line-height: 2;
}
.cid-scxGycEKcy .mbr-row {
    margin: 0;
}
.cid-scxGycEKcy .mbr-row:nth-child(1) {
    margin-bottom: 1rem;
}
.engine {
    position: absolute;
    text-indent: -2400px;
    text-align: center;
    padding: 0;
    top: 0;
    left: -2400px;
}
[class*="-iconfont"] {
    display: inline-flex;
}
html {
    overflow-x: hidden !important;
}
html.i-amphtml-fie {
    height: 100%!important;
    width: 100% !important;
}
html:not([amp4ads]),
html:not([amp4ads]) body {
    height: auto !important;
}
html:not([amp4ads]) body {
    margin: 0 !important;
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
html.i-amphtml-singledoc.i-amphtml-embedded {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
html.i-amphtml-fie > body,
html.i-amphtml-singledoc > body {
    overflow: visible !important;
}
html.i-amphtml-fie:not(.i-amphtml-inabox) > body,
html.i-amphtml-singledoc:not(.i-amphtml-inabox) > body {
    position: relative !important;
}
html.i-amphtml-webview > body {
    overflow-x: hidden!important;
    overflow-y: visible!important;
    min-height: 100vh !important;
}
html.i-amphtml-ios-embed-legacy > body {
    overflow-x: hidden!important;
    overflow-y: auto!important;
    position: absolute !important;
}
html.i-amphtml-ios-embed {
    overflow-y: auto!important;
    position: static;
}
#i-amphtml-wrapper {
    overflow-x: hidden!important;
    overflow-y: auto!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    margin: 0!important;
    display: block !important;
}
html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,
html.i-amphtml-ios-embed.i-amphtml-ios-overscroll > #i-amphtml-wrapper {
    -webkit-overflow-scrolling: touch !important;
}
#i-amphtml-wrapper > body {
    position: relative!important;
    border-top: 1px solid transparent !important;
}
#i-amphtml-wrapper + body {
    visibility: visible;
}
#i-amphtml-wrapper + body .i-amphtml-lightbox-element,
#i-amphtml-wrapper + body[i-amphtml-lightbox] {
    visibility: hidden;
}
#i-amphtml-wrapper + body[i-amphtml-lightbox] .i-amphtml-lightbox-element {
    visibility: visible;
}
#i-amphtml-wrapper.i-amphtml-scroll-disabled,
.i-amphtml-scroll-disabled {
    overflow-x: hidden!important;
    overflow-y: hidden !important;
}
amp-instagram {
    padding: 54px 0px 0px!important;
    background-color: #ffffff;
}
amp-iframe iframe {
    box-sizing: border-box !important;
}
[amp-access][amp-access-hide] {
    display: none;
}
[subscriptions-dialog],
body:not(.i-amphtml-subs-ready) [subscriptions-action],
body:not(.i-amphtml-subs-ready) [subscriptions-section] {
    display: none !important;
}
amp-experiment,
amp-live-list > [update] {
    display: none;
}
.i-amphtml-jank-meter {
    position: fixed;
    background-color: rgba(232, 72, 95, 0.5);
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 16px;
    z-index: 1000;
    padding: 5px;
}
amp-list[resizable-children] > .i-amphtml-loading-container.amp-hidden {
    display: none !important;
}
amp-list [fetch-error],
amp-list[load-more] [load-more-button],
amp-list[load-more] [load-more-end],
amp-list[load-more] [load-more-failed],
amp-list[load-more] [load-more-loading] {
    display: none;
}
amp-list[diffable] div[role=list] {
    display: block;
}
amp-story-page,
amp-story[standalone] {
    min-height: 1px!important;
    display: block!important;
    height: 100%!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    width: 100% !important;
}
amp-story[standalone] {
    background-color: #202125!important;
    position: relative !important;
}
amp-story-page {
    background-color: #757575;
}
amp-story .amp-active > div,
amp-story .i-amphtml-loader-background {
    display: none !important;
}
amp-story-page:not(:first-of-type):not([distance]):not([active]) {
    transform: translateY(1000vh) !important;
}
amp-autocomplete {
    position: relative!important;
    display: inline-block !important;
}
amp-autocomplete > input,
amp-autocomplete > textarea {
    padding: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.33);
}
.i-amphtml-autocomplete-results,
amp-autocomplete > input,
amp-autocomplete > textarea {
    font-size: 1rem;
    line-height: 1.5rem;
}
[amp-fx^=fly-in] {
    visibility: hidden;
}
amp-script[nodom] {
    position: fixed!important;
    top: 0!important;
    width: 1px!important;
    height: 1px!important;
    overflow: hidden!important;
    visibility: hidden;
}
/*# sourceURL=/css/ampdoc.css*/[hidden] {
                                   display: none !important;
                               }
.i-amphtml-element {
    display: inline-block;
}
.i-amphtml-blurry-placeholder {
    transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
    pointer-events: none;
}
[layout=nodisplay]:not(.i-amphtml-element) {
    display: none !important;
}
.i-amphtml-layout-fixed,
[layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {
    display: inline-block;
    position: relative;
}
.i-amphtml-layout-responsive,
[layout=responsive][width][height]:not(.i-amphtml-layout-responsive),
[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),
[width][height][sizes]:not([layout]):not(.i-amphtml-layout-responsive) {
    display: block;
    position: relative;
}
.i-amphtml-layout-intrinsic,
[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {
    display: inline-block;
    position: relative;
    max-width: 100%;
}
.i-amphtml-layout-intrinsic .i-amphtml-sizer {
    max-width: 100%;
}
.i-amphtml-intrinsic-sizer {
    max-width: 100%;
    display: block !important;
}
.i-amphtml-layout-container,
.i-amphtml-layout-fixed-height,
[layout=container],
[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {
    display: block;
    position: relative;
}
.i-amphtml-layout-fill,
.i-amphtml-layout-fill.i-amphtml-notbuilt,
[layout=fill]:not(.i-amphtml-layout-fill) {
    display: block;
    overflow: hidden!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.i-amphtml-layout-flex-item,
[layout=flex-item]:not(.i-amphtml-layout-flex-item) {
    display: block;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.i-amphtml-layout-fluid {
    position: relative;
}
.i-amphtml-layout-size-defined {
    overflow: hidden !important;
}
.i-amphtml-layout-awaiting-size {
    position: absolute!important;
    top: auto!important;
    bottom: auto !important;
}
i-amphtml-sizer {
    display: block !important;
}
.i-amphtml-blurry-placeholder,
.i-amphtml-fill-content {
    display: block;
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
    margin: auto;
}
.i-amphtml-layout-size-defined .i-amphtml-fill-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.i-amphtml-replaced-content,
.i-amphtml-screen-reader {
    padding: 0!important;
    border: none !important;
}
.i-amphtml-screen-reader {
    position: fixed!important;
    top: 0px!important;
    left: 0px!important;
    width: 4px!important;
    height: 4px!important;
    opacity: 0!important;
    overflow: hidden!important;
    margin: 0!important;
    display: block!important;
    visibility: visible !important;
}
.i-amphtml-screen-reader ~ .i-amphtml-screen-reader {
    left: 8px !important;
}
.i-amphtml-screen-reader ~ .i-amphtml-screen-reader ~ .i-amphtml-screen-reader {
    left: 12px !important;
}
.i-amphtml-screen-reader ~ .i-amphtml-screen-reader ~ .i-amphtml-screen-reader ~ .i-amphtml-screen-reader {
    left: 16px !important;
}
.i-amphtml-unresolved {
    position: relative;
    overflow: hidden !important;
}
.i-amphtml-select-disabled {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none !important;
}
.i-amphtml-notbuilt,
[layout]:not(.i-amphtml-element),
[width][height][heights]:not([layout]):not(.i-amphtml-element),
[width][height][sizes]:not([layout]):not(.i-amphtml-element) {
    position: relative;
    overflow: hidden!important;
    color: transparent !important;
}
.i-amphtml-notbuilt:not(.i-amphtml-layout-container) > *,
[layout]:not([layout=container]):not(.i-amphtml-element) > *,
[width][height][heights]:not([layout]):not(.i-amphtml-element) > *,
[width][height][sizes]:not([layout]):not(.i-amphtml-element) > * {
    display: none;
}
amp-img:not(.i-amphtml-element)[i-amphtml-ssr] > img.i-amphtml-fill-content {
    display: block;
}
.i-amphtml-notbuilt:not(.i-amphtml-layout-container),
[layout]:not([layout=container]):not(.i-amphtml-element),
[width][height][heights]:not([layout]):not(.i-amphtml-element),
[width][height][sizes]:not([layout]):not(.i-amphtml-element) {
    color: transparent!important;
    line-height: 0 !important;
}
.i-amphtml-ghost {
    visibility: hidden !important;
}
.i-amphtml-element > [placeholder],
[layout]:not(.i-amphtml-element) > [placeholder],
[width][height][heights]:not([layout]):not(.i-amphtml-element) > [placeholder],
[width][height][sizes]:not([layout]):not(.i-amphtml-element) > [placeholder] {
    display: block;
}
.i-amphtml-element > [placeholder].amp-hidden,
.i-amphtml-element > [placeholder].hidden {
    visibility: hidden;
}
.i-amphtml-element:not(.amp-notsupported) > [fallback],
.i-amphtml-layout-container > [placeholder].amp-hidden,
.i-amphtml-layout-container > [placeholder].hidden {
    display: none;
}
.i-amphtml-layout-size-defined > [fallback],
.i-amphtml-layout-size-defined > [placeholder] {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    z-index: 1;
}
.i-amphtml-notbuilt > [placeholder] {
    display: block !important;
}
.i-amphtml-hidden-by-media-query {
    display: none !important;
}
.i-amphtml-element-error {
    background: red!important;
    color: #fff!important;
    position: relative !important;
}
.i-amphtml-element-error:before {
    content: attr(error-message);
}
i-amp-scroll-container,
i-amphtml-scroll-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
i-amp-scroll-container.amp-active,
i-amphtml-scroll-container.amp-active {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.i-amphtml-loading-container {
    display: block!important;
    pointer-events: none;
    z-index: 1;
}
.i-amphtml-notbuilt > .i-amphtml-loading-container {
    display: block !important;
}
.i-amphtml-loading-container.amp-hidden {
    visibility: hidden;
}
.i-amphtml-element > [overflow] {
    cursor: pointer;
    position: relative;
    z-index: 2;
    visibility: hidden;
    display: initial;
    line-height: normal;
}
.i-amphtml-element > [overflow].amp-visible {
    visibility: visible;
}
template {
    display: none !important;
}
.amp-border-box,
.amp-border-box *,
.amp-border-box :after,
.amp-border-box :before {
    box-sizing: border-box;
}
amp-pixel {
    display: none !important;
}
amp-analytics,
amp-auto-ads,
amp-story-auto-ads {
    position: fixed!important;
    top: 0!important;
    width: 1px!important;
    height: 1px!important;
    overflow: hidden!important;
    visibility: hidden;
}
html.i-amphtml-fie > amp-analytics {
    position: initial !important;
}
[visible-when-invalid]:not(.visible),
form [submit-error],
form [submit-success],
form [submitting] {
    display: none;
}
amp-accordion {
    display: block !important;
}
amp-accordion > section {
    float: none !important;
}
amp-accordion > section > * {
    float: none!important;
    display: block!important;
    overflow: hidden!important;
    position: relative !important;
}
amp-accordion,
amp-accordion > section {
    margin: 0;
}
amp-accordion > section > :last-child {
    display: none !important;
}
amp-accordion > section[expanded] > :last-child {
    display: block !important;
}
