amp-img.amp-wp-enforced-sizes {
    object-fit: contain
}

amp-img img,
amp-img noscript {
    image-rendering: inherit;
    object-fit: inherit;
    object-position: inherit
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }

    99% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

:where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

ul {
    box-sizing: border-box
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

:where(.wp-block-post-excerpt) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

:where(.wp-block-pullquote) {
    margin: 0 0 1em
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([data-amp-original-style*=border-top-color]) {
    border-top-style: solid
}

html :where([data-amp-original-style*=border-right-color]) {
    border-right-style: solid
}

html :where([data-amp-original-style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([data-amp-original-style*=border-left-color]) {
    border-left-style: solid
}

html :where([data-amp-original-style*=border-width]) {
    border-style: solid
}

html :where([data-amp-original-style*=border-top-width]) {
    border-top-style: solid
}

html :where([data-amp-original-style*=border-right-width]) {
    border-right-style: solid
}

html :where([data-amp-original-style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([data-amp-original-style*=border-left-width]) {
    border-left-style: solid
}

html :where(amp-img[class*=wp-image-]),
html :where(amp-anim[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

body {
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-family--albert-sans: "Albert Sans";
    --wp--preset--font-family--alegreya: Alegreya;
    --wp--preset--font-family--arvo: Arvo;
    --wp--preset--font-family--bodoni-moda: "Bodoni Moda";
    --wp--preset--font-family--cabin: Cabin;
    --wp--preset--font-family--chivo: Chivo;
    --wp--preset--font-family--commissioner: Commissioner;
    --wp--preset--font-family--cormorant: Cormorant;
    --wp--preset--font-family--courier-prime: "Courier Prime";
    --wp--preset--font-family--crimson-pro: "Crimson Pro";
    --wp--preset--font-family--dm-mono: "DM Mono";
    --wp--preset--font-family--dm-sans: "DM Sans";
    --wp--preset--font-family--domine: Domine;
    --wp--preset--font-family--eb-garamond: "EB Garamond";
    --wp--preset--font-family--epilogue: Epilogue;
    --wp--preset--font-family--figtree: Figtree;
    --wp--preset--font-family--fira-sans: "Fira Sans";
    --wp--preset--font-family--fraunces: Fraunces;
    --wp--preset--font-family--ibm-plex-mono: "IBM Plex Mono";
    --wp--preset--font-family--ibm-plex-sans: "IBM Plex Sans";
    --wp--preset--font-family--inter: Inter;
    --wp--preset--font-family--josefin-sans: "Josefin Sans";
    --wp--preset--font-family--jost: Jost;
    --wp--preset--font-family--libre-baskerville: "Libre Baskerville";
    --wp--preset--font-family--libre-franklin: "Libre Franklin";
    --wp--preset--font-family--literata: Literata;
    --wp--preset--font-family--lora: Lora;
    --wp--preset--font-family--merriweather: Merriweather;
    --wp--preset--font-family--montserrat: Montserrat;
    --wp--preset--font-family--newsreader: Newsreader;
    --wp--preset--font-family--nunito: Nunito;
    --wp--preset--font-family--open-sans: "Open Sans";
    --wp--preset--font-family--overpass: Overpass;
    --wp--preset--font-family--petrona: Petrona;
    --wp--preset--font-family--piazzolla: Piazzolla;
    --wp--preset--font-family--playfair-display: "Playfair Display";
    --wp--preset--font-family--plus-jakarta-sans: "Plus Jakarta Sans";
    --wp--preset--font-family--poppins: Poppins;
    --wp--preset--font-family--raleway: Raleway;
    --wp--preset--font-family--roboto-slab: "Roboto Slab";
    --wp--preset--font-family--roboto: Roboto;
    --wp--preset--font-family--rubik: Rubik;
    --wp--preset--font-family--sora: Sora;
    --wp--preset--font-family--source-sans-pro: "Source Sans Pro";
    --wp--preset--font-family--source-serif-pro: "Source Serif Pro";
    --wp--preset--font-family--space-mono: "Space Mono";
    --wp--preset--font-family--texturina: Texturina;
    --wp--preset--font-family--work-sans: "Work Sans";
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

strong {
    font-weight: bolder
}

amp-img {
    border-style: none
}

button,
input,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

.related-case .cta {
    display: inline-block;
    color: #f5f5f5;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 33px;
    background-color: #ff8d00;
    border-radius: 26px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 20px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: "SpaceGrotesk";
    src: url("https://raccoon.ag/wp-content/themes/tema-raccoon/fonts/SpaceGrotesk-VariableFont_wght.ttf") format("truetype");
    font-weight: 300 700;
    font-display: swap
}

@font-face {
    font-family: "Helvetica";
    src: url("https://raccoon.ag/wp-content/themes/tema-raccoon/fonts/HelveticaNowforMonks-Light.otf") format("opentype");
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: "Helvetica";
    src: url("https://raccoon.ag/wp-content/themes/tema-raccoon/fonts/HelveticaNowforMonks.otf") format("opentype");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Helvetica";
    src: url("https://raccoon.ag/wp-content/themes/tema-raccoon/fonts/HelveticaNowforMonks-Md.otf") format("opentype");
    font-display: swap;
    font-weight: 500
}

@font-face {
    font-family: "Helvetica";
    src: url("https://raccoon.ag/wp-content/themes/tema-raccoon/fonts/HelveticaNowforMonks-TextMd.otf") format("opentype");
    font-display: swap;
    font-weight: 600
}

@font-face {
    font-family: "Helvetica";
    src: url("https://raccoon.ag/wp-content/themes/tema-raccoon/fonts/HelveticaNowforMonks-Bold.otf") format("opentype");
    font-display: swap;
    font-weight: 700
}

.container {
    margin-left: 24px;
    margin-right: 24px
}

.padding-container {
    padding-left: 24px;
    padding-right: 24px
}

.fixed-container {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 425px) {
    .negative-container {
        margin-left: -24px;
        margin-right: -24px
    }
}

@media (min-width: 768px) {
    .container {
        margin-left: 48px;
        margin-right: 48px
    }

    .padding-container {
        padding-left: 48px;
        padding-right: 48px
    }

    .fixed-container {
        max-width: 100%
    }
}

@media (min-width: 1366px) {
    .container {
        margin-left: 96px;
        margin-right: 96px
    }

    .padding-container {
        padding-left: 96px;
        padding-right: 96px
    }
}

@media (min-width: 1440px) {
    .container {
        margin-left: calc((100% - 1174px) / 2);
        margin-right: calc((100% - 1174px) / 2)
    }

    .padding-container {
        padding-left: calc((100% - 1174px) / 2);
        padding-right: calc((100% - 1174px) / 2)
    }
}

.desktop,
.tablet {
    display: none
}

a {
    text-decoration: none
}

h1,
h2,
h3,
h4,
p {
    margin: 0
}

amp-img>img {
    -o-object-fit: contain;
    object-fit: contain
}

.carousel-button {
    z-index: 2;
    background: transparent;
    cursor: pointer;
    height: 25px;
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.carousel-button:after {
    content: "";
    display: inline-block;
    padding: 7.5px;
    border: solid #000;
    border-width: 0 2px 2px 0
}

.carousel-button.next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.carousel-button.prev:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.carousel-dots div[class$="inline-gallery-pagination-dot"] {
    position: relative;
    cursor: pointer;
    min-width: 18px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    border: 1px solid #0d487c;
    background-clip: padding-box
}

.carousel-dots div[class$="inline-gallery-pagination-dots"] {
    border-radius: 50%
}

.carousel-dots div[class$="inline-gallery-pagination-dot-progress"] {
    background-color: #0d487c;
    width: 10px;
    min-width: 10px;
    height: 10px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.carousel-dots div[class$="inline-gallery-pagination-dot-container"] {
    margin: 0 6px
}

.tracking-pixel {
    position: absolute
}



@media (min-width: 768px) {
    .carousel-button {
        height: 33px;
        width: 33px
    }

    .carousel-button:after {
        padding: 10.5px;
        border-width: 0 2.5px 2.5px 0
    }


    .tablet {
        display: block
    }
}

@media (min-width: 1366px) {
    .desktop {
        display: block
    }

    .mobile {
        display: none
    }

    .carousel-button {
        height: 47px;
        width: 47px
    }

    .carousel-button:after {
        padding: 15.5px;
        border-width: 0 4px 4px 0
    }
}

html {
    font-size: 12px;
    font-family: "SpaceGrotesk", sans-serif
}

h1,
h2,
h3,
h4 {
    font-family: "Helvetica", sans-serif
}

@media (min-width: 768px) {
    html {
        font-size: 14px
    }
}

@media (min-width: 1366px) {
    html {
        font-size: 16px
    }
}

.header-container {
    margin-left: 24px;
    margin-right: 24px
}

@media (min-width: 768px) {
    .header-container {
        margin-left: 48px;
        margin-right: 48px
    }
}

@media (min-width: 1366px) {
    .header-container {
        margin-left: 96px;
        margin-right: 96px
    }
}

.header .header-wrapper {
    position: relative;
    width: 100%;
    height: 60px
}

.header .header-default {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header .logo .mobile-logo {
    width: 48px
}

.header .logo .mobile-logo svg {
    height: 40px;
    width: 40px
}

.header .logo .desktop-logo {
    display: none
}

.header .toggle-menu {
    height: 48px;
    width: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    -webkit-transform: translateY(22px);
    transform: translateY(22px);
    padding-left: 18px
}

.header .toggle-menu .burger-icon,
.header .toggle-menu .burger-icon:before,
.header .toggle-menu .burger-icon:after {
    display: block;
    width: 30px;
    height: 3px;
    outline: 1px solid transparent;
    background-color: #fff;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.header .toggle-menu .burger-icon:before,
.header .toggle-menu .burger-icon:after {
    position: absolute;
    content: ""
}

.header .toggle-menu .burger-icon:after {
    top: 8px
}

.header .toggle-menu .burger-icon:before {
    top: -8px
}

.header .toggle-menu.active .burger-icon {
    background-color: transparent;
    outline: none
}

.header .toggle-menu.active .burger-icon:after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg)
}

.header .toggle-menu.active .burger-icon:before {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg)
}

.header .desktop-menu {
    display: none
}

.header .header-sidebar {
    position: absolute;
    top: 60px;
    left: 100%;
    height: calc(100vh - 60px);
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#ff6500), to(#ff8600));
    background: linear-gradient(0deg, #ff6500 0%, #ff8600 100%);
    -webkit-transition: left .2s linear;
    transition: left .2s linear;
    overflow: scroll
}

.header .header-sidebar.open {
    left: 0;
    -webkit-transition: left .2s linear;
    transition: left .2s linear
}

.header .header-sidebar .inner-search {
    position: relative
}

.header .header-sidebar .inner-search input {
    border: none;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .568);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 40px 13px 53px;
    width: 100%;
    margin: 25px 0 37px;
    color: #ff7e00
}

.header .header-sidebar .inner-search input::-webkit-input-placeholder {
    color: #ff7e00
}

.header .header-sidebar .inner-search input::-moz-placeholder {
    color: #ff7e00
}

.header .header-sidebar .inner-search input:-ms-input-placeholder {
    color: #ff7e00
}

.header .header-sidebar .inner-search input::-ms-input-placeholder {
    color: #ff7e00
}

.header .header-sidebar .inner-search input::placeholder {
    color: #ff7e00
}

.header .header-sidebar .inner-search .form-search-icon {
    width: 16px;
    height: 16px;
    fill: #ff7f00;
    position: absolute;
    top: 36px;
    left: 13px
}

.header .header-sidebar .inner-search .form-reset-icon {
    width: 13px;
    height: 13px;
    fill: #ff7f00;
    position: absolute;
    top: 30px;
    right: 9px;
    border: 7px solid rgba(255, 255, 255, .493);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .788)
}

.header .header-sidebar .header-menu ul {
    padding: 0
}

.header .header-sidebar .header-menu li {
    list-style: none;
    text-align: center;
    margin-bottom: 35px
}

.header .header-sidebar .header-menu a {
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem
}

.header .header-sidebar .open-sub-menu {
    font-size: 0
}

.header .header-sidebar .inner-cta {
    font-weight: 700;
    color: #ff5d00;
    text-align: center;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 55px
}

.social-networks {
    text-align: center
}

.social-networks p {
    margin-bottom: 18px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    color: #fff
}

.social-networks ul {
    padding: 0;
    margin: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-networks ul li {
    list-style: none
}

.social-networks ul li:not(:last-of-type) {
    margin-right: 22px
}


.header .header-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-cta .cta-button {
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    background-color: #ff8d00;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    position: relative
}

.header .header-cta .cta-button:hover {
    background-color: #f89c2b
}

.header .form-modal {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: 0;
    overflow: scroll;
    z-index: 2
}

.header .form-modal.open {
    display: block
}

.header .form-modal .form-modal-wrapper {
    position: relative;
    max-width: 420px
}

.header .close-icon {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -60px;
    right: -12px;
    cursor: pointer
}

.header .close-icon svg {
    width: 13px;
    height: 13px;
    fill: #ff4f00
}

.header .form-modal .title {
    text-align: center;
    color: #404040;
    font-size: 20px;
    font-weight: 700;
    margin-top: 70px;
    margin-bottom: 35px
}

.header .form-modal input[type=text],
.header .form-modal input[type=email] {
    width: 100%;
    color: #404040;
    padding: 8px 18px;
    margin-bottom: 10px;
    background: #e1e1e1 0% 0% no-repeat padding-box;
    border-radius: 28px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header .form-modal textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px;
    color: #404040;
    background: #e1e1e1 0% 0% no-repeat padding-box;
    border-radius: 13px;
    margin-bottom: 15px;
    border: none;
    resize: none
}

.header .form-modal input[type=text]::-webkit-input-placeholder,
.header .form-modal input[type=email]::-webkit-input-placeholder,
.header .form-modal textarea::-webkit-input-placeholder {
    color: #404040
}

.header .form-modal input[type=text]::-moz-placeholder,
.header .form-modal input[type=email]::-moz-placeholder,
.header .form-modal textarea::-moz-placeholder {
    color: #404040
}

.header .form-modal input[type=text]:-ms-input-placeholder,
.header .form-modal input[type=email]:-ms-input-placeholder,
.header .form-modal textarea:-ms-input-placeholder {
    color: #404040
}

.header .form-modal input[type=text]::-ms-input-placeholder,
.header .form-modal input[type=email]::-ms-input-placeholder,
.header .form-modal textarea::-ms-input-placeholder {
    color: #404040
}

.header .form-modal input[type=text]::placeholder,
.header .form-modal input[type=email]::placeholder,
.header .form-modal textarea::placeholder {
    color: #404040
}

.header .form-modal .select {
    width: 100%;
    background-color: #e9e9e9;
    border-radius: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 10px
}

.header .form-modal .label {
    padding-bottom: 8px;
    background-color: #e1e1e1;
    border-radius: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 28px 8px 18px;
    position: relative;
    z-index: 5;
    color: #404040;
    cursor: pointer
}

.header .form-modal .select:last-of-type .label {
    z-index: 3
}

.header .form-modal .label::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 15px;
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #888;
    border-right: 2px solid #888;
    z-index: 5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .form-modal .options {
    padding: 14px 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e1e1e1;
    width: 100%;
    padding-top: 20px;
    display: none;
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
    z-index: 8;
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: 0px 8px 5px -2px rgba(0, 0, 0, .2);
    box-shadow: 0px 8px 5px -2px rgba(0, 0, 0, .2)
}

.header .form-modal .select.open .options {
    display: block;
    position: absolute
}

.header .form-modal .select:last-of-type .options {
    z-index: 2
}

.header .form-modal .select.open .options.knowing .option {
    padding: 7px 18px 7px 37px
}

.header .form-modal .select.open .options.knowing .option::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    left: 17px;
    cursor: pointer
}

.header .form-modal .select.open .options.knowing .option.checked::after {
    content: "✓";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #707070
}

.header .form-modal .option {
    padding: 7px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #404040;
    border-bottom: 1px solid rgba(133, 133, 133, .11);
    cursor: pointer;
    position: relative
}

.header .form-modal .option:last-of-type {
    border: none
}

.header .form-modal .option:hover {
    background-color: #c7c7c7
}

.header .form-modal input[type=submit] {
    font-size: 14px;
    background-color: #ff8d00;
    color: #fff;
    border-radius: 18px;
    font-weight: bold;
    text-align: center;
    padding: 8px 70px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
    cursor: pointer
}

.header .form-modal .alert-msg[class$=visible] {
    color: red;
    display: block;
    margin-bottom: 7px
}

.header .form-modal .input-hidden {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    pointer-events: none
}

.header .condition {
    color: #707070;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px 15px 30px;
    text-align: left
}

.header label.condition {
    margin-top: -20px;
    margin-bottom: 0
}

.header .condition label {
    margin-left: 10px;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block
}

.header .condition p {
    margin-bottom: 15px
}

.header .condition a {
    color: #000;
    text-decoration: underline
}

.header .condition input {
    position: relative
}

.header .condition input::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 100%;
    position: absolute;
    top: -3px;
    left: -3px;
    cursor: pointer
}

.header .condition input:checked::after {
    content: "✓";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    color: #707070;
    cursor: pointer;
    top: -3px
}

.header .error-message {
    color: red;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.header .success-message {
    color: #ff8d00;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px
}

.header .success-description {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px
}

.header .form-success .image-success {
    max-width: 320px;
    margin: 0 auto 15px
}

.header .close-select {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

@media (min-width: 448px) {
    .header .form-modal .form-modal-wrapper {
        margin: 0 auto
    }
}

@media (min-width: 1200px) {
    .header .logo .mobile-logo {
        display: none
    }

    .header .logo .desktop-logo {
        display: block
    }

    .header .logo .desktop-logo svg {
        height: 40px;
        width: 107px
    }

    .header .desktop-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto
    }

    .header .desktop-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0 45px 0 0
    }

    .header .desktop-menu li {
        margin-right: 50px
    }

    .header .desktop-menu .menu>li {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .header .desktop-menu li a {
        color: #f3f3f3;
        font-size: 16px
    }

    .header .desktop-menu .sub-menu {
        z-index: 20;
        display: none;
        margin-right: 0
    }

    .header .desktop-menu .open-sub-menu {
        color: #f3f3f3;
        font-size: 16px
    }

    .header .desktop-menu .open-sub-menu:after {
        content: "";
        display: inline-block;
        border: solid transparent;
        border-top: solid #fff;
        border-width: 6px 4px 0;
        margin: 2px 5px 6px;
        vertical-align: middle;
        -webkit-transition: -webkit-transform .1s linear;
        transition: -webkit-transform .1s linear;
        transition: transform .1s linear;
        transition: transform .1s linear, -webkit-transform .1s linear
    }

    .header .desktop-menu .menu-item-has-children:hover .open-sub-menu:after {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .header .desktop-menu .menu-item.menu-item-has-children:hover .sub-menu,
    .header .desktop-menu .menu-item.menu-item-has-children .sub-menu:hover {
        display: block;
        position: absolute;
        top: 51px;
        padding: 15px 20px;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        background-color: #232323;
        border-radius: 0 0 5px 5px
    }

    .header .desktop-menu .sub-menu .menu-item {
        margin-right: 0
    }

    .header .desktop-menu .sub-menu .menu-item a {
        padding: 5px 15px;
        display: block
    }

    .header .desktop-menu .current-menu-item a,
    .header .desktop-menu .current_page_item a {
        font-weight: 700
    }

    .header .desktop-menu li a:hover {
        text-decoration: underline
    }

    .header .desktop-menu li:last-of-type {
        margin-right: 0
    }

    .header .desktop-menu .search-icon {
        width: 48px;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 20px;
        cursor: pointer
    }

    .header .desktop-menu .search-icon svg {
        fill: #fff;
        width: 18px;
        height: 18px
    }

    .header .toggle-menu {
        display: none
    }

    .header .form-modal {
        width: 632px;
        left: unset;
        right: -100%;
        top: 60px;
        display: block;
        -webkit-transition: right .4s linear;
        transition: right .4s linear;
        overflow: auto
    }

    .header .form-modal.open {
        right: 0;
        left: unset;
        -webkit-transition: right .4s linear;
        transition: right .4s linear
    }

    .header .modal-backdrop {
        position: fixed;
        top: 60px;
        right: 0;
        width: 100vw;
        height: calc(100vh - 60px);
        background-color: rgba(43, 43, 43, .702);
        z-index: 1;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .header .modal-backdrop.show {
        opacity: 1;
        pointer-events: all;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .header .form-modal input[type=text]::-webkit-input-placeholder,
    .header .form-modal textarea::-webkit-input-placeholder {
        font-size: 18px
    }

    .header .form-modal input[type=text]::-moz-placeholder,
    .header .form-modal textarea::-moz-placeholder {
        font-size: 18px
    }

    .header .form-modal input[type=text]:-ms-input-placeholder,
    .header .form-modal textarea:-ms-input-placeholder {
        font-size: 18px
    }

    .header .form-modal input[type=text]::-ms-input-placeholder,
    .header .form-modal textarea::-ms-input-placeholder {
        font-size: 18px
    }

    .header .form-modal input[type=text],
    .header .form-modal input[type=text]::placeholder,
    .header .form-modal textarea::placeholder,
    .header .form-modal .label {
        font-size: 18px
    }

    .header .form-modal {
        height: calc(100vh - 60px)
    }

    .header .form-modal::-webkit-scrollbar {
        width: 2px;
        height: 2px
    }

    .header .form-modal::-webkit-scrollbar-button {
        width: 0px;
        height: 0px
    }

    .header .form-modal::-webkit-scrollbar-thumb {
        background: #ff6a00;
        border: 0px none #fff;
        border-radius: 50px
    }

    .header .form-modal::-webkit-scrollbar-thumb:hover {
        background: #fff
    }

    .header .form-modal::-webkit-scrollbar-thumb:active {
        background: #ff6a00
    }

    .header .form-modal::-webkit-scrollbar-track {
        background: #fff;
        border: 0px none #fff;
        border-radius: 50px
    }

    .header .form-modal::-webkit-scrollbar-track:hover {
        background: #fff
    }

    .header .form-modal::-webkit-scrollbar-track:active {
        background: #fff
    }

    .header .form-modal::-webkit-scrollbar-corner {
        background: transparent
    }
}

.header .dynamic-search {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100vw;
    height: calc(100vh - 60px);
    background: -webkit-gradient(linear, left top, right top, from(#ff9d1c), to(#ff7f21));
    background: linear-gradient(90deg, #ff9d1c 0%, #ff7f21 100%);
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.header .dynamic-search .dynamic-close {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 100px;
    right: 50%;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
    cursor: pointer
}

@media (min-width: 1024px) {
    .header .dynamic-search .dynamic-close {
        right: 200px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 1024px) {
    .header .dynamic-search .dynamic-close {
        right: 250px
    }
}

.header .dynamic-search .dynamic-close svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.header .dynamic-search .dynamic-search-title {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-top: 220px;
    font-weight: 600;
    margin-bottom: 70px
}

.header .dynamic-search .dynamic-search-form {
    text-align: center;
    position: relative
}

.header .dynamic-search .input-text {
    width: 800px;
    height: 55px;
    background-color: #ffcd9c;
    border: none;
    border-radius: 25px;
    padding-left: 190px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    color: #232323;
    font-weight: 700
}

.header .dynamic-search .input-text::-webkit-input-placeholder {
    color: #fff
}

.header .dynamic-search .input-text::-moz-placeholder {
    color: #fff
}

.header .dynamic-search .input-text:-ms-input-placeholder {
    color: #fff
}

.header .dynamic-search .input-text::-ms-input-placeholder {
    color: #fff
}

.header .dynamic-search .input-text::placeholder {
    color: #fff
}

.header .dynamic-search .input-submit {
    height: 44px;
    width: 46px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 50%;
    -webkit-transform: translateX(394px);
    transform: translateX(394px);
    cursor: pointer
}

.header .dynamic-search .input-submit svg {
    width: 23px;
    fill: #ff8d1c
}

.header .dynamic-search .select {
    position: absolute;
    top: 1px;
    left: 50%;
    -webkit-transform: translateX(-399px);
    transform: translateX(-399px);
    background-color: rgba(255, 218, 173, .62);
    padding: 5px;
    border-radius: 25px 25px 20px 20px
}

.header .dynamic-search .select .selected {
    font-size: 24px;
    color: #ff8d00;
    background-color: #fff;
    padding-left: 20px;
    border-radius: 20px;
    padding-right: 50px;
    border: 1px solid #ff8d00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer
}

.header .dynamic-search .select .arrow {
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #ff8d00;
    border-left: 2px solid #ff8d00;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.header .dynamic-search .select .arrow.up {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.header .dynamic-search .select .options {
    position: relative;
    display: none;
    z-index: 1
}

.header .dynamic-search .select .options.open {
    display: block
}

.header .dynamic-search .select .invisible-options {
    display: none;
    position: fixed;
    width: 200vw;
    height: 200vh;
    top: -1000px;
    left: -1000px;
    z-index: 0
}

.header .dynamic-search .select .invisible-options.show {
    display: block
}

.header .dynamic-search .select .option {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 20px;
    cursor: pointer
}

.header .dynamic-search .select .option:first-of-type {
    margin-top: 20px
}

.header .dynamic-search .select .option:hover {
    font-weight: 700
}

.header .dynamic-search.show {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    pointer-events: all
}

.footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 42px;
    background-color: #232323;
    text-align: center;
    line-height: 1.6
}

.footer .title-footer {
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    pointer-events: none;
    line-height: 23.48px;
    color: #fff
}

.footer .title-footer .sub-menu {
    pointer-events: auto;
    padding-top: 16px;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px
}

.footer .social-networks p {
    margin-bottom: 18px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: left
}

.footer .social-networks ul {
    padding: 0;
    margin: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .social-networks ul li {
    list-style: none
}

.footer .social-networks ul li:not(:last-of-type) {
    margin-right: 22px
}

.footer .menu {
    font-size: 14px;
    padding: 0;
    margin: 0
}

.footer .menu li {
    list-style: none;
    margin-bottom: 20px
}


.footer .footer-contact {
    text-align: left
}

.footer .footer-contact h3 {
    padding-bottom: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.48px;
    color: #fff
}

.footer .footer-contact p,
.footer .footer-contact a {
    pointer-events: auto;
    padding-top: 16px;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px
}

.footer .footer-contact .phone-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px
}

.footer .footer-contact .phone-wraper svg {
    width: 14px;
    height: 14px;
    margin-right: 10px
}

.footer .footer-contact .adress-wraper p,
.footer .footer-contact .phone-wraper a {
    color: #fff;
    max-width: 250px
}

.footer .footer-contact .adress-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px
}

.footer .footer-contact .adress-wraper svg {
    width: 10px;
    height: 17px;
    margin-right: 10px
}

.footer .footer-contact .adress-wraper p:not(:last-of-type) {
    margin-bottom: 10px
}

.footer .copyright-text {
    text-align: center;
    padding: 31px 0;
    background-color: #141414;
    color: #707070;
    font-size: 16px;
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    width: 100vw
}

@media (min-width: 768px) {
    .footer .copyright-text {
        -webkit-transform: translateX(-48px);
        transform: translateX(-48px)
    }
}

@media (min-width: 1366px) {
    .footer .copyright-text {
        -webkit-transform: translateX(-96px);
        transform: translateX(-96px)
    }
}

@media (min-width: 1440px) {
    .footer .copyright-text {
        -webkit-transform: translateX(calc(-1 * ((100% - 1174px) / 2)));
        transform: translateX(calc(-1 * ((100% - 1174px) / 2)))
    }
}

@media (min-width: 1024px) {
    .footer {
        padding-top: 50px
    }

    .footer .footer-layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .footer .title-footer {
        padding-bottom: 20px;
        text-align: left;
        font-size: 24px;
        font-weight: 700;
        pointer-events: none;
        line-height: 28.18px
    }

    .footer .title-footer .sub-menu {
        pointer-events: auto;
        padding-top: 21px;
        padding-left: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 18.78px
    }

    .footer .social-networks p {
        text-align: center;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400
    }

    .footer .social-networks ul {
        margin-bottom: 32px;
        justify-content: flex-start
    }

    .footer .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 16px
    }

    .footer .menu li:not(:last-child) {
        margin: 0 38px 30px 0
    }

    .footer .footer-contact {
        margin-left: 60px
    }

    .footer .contacts-wraper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 800px;
        margin: -15px auto 16px auto;
        font-size: 16px
    }

    .footer .contacts-wraper .phone-wraper,
    .footer .contacts-wraper .adress-wraper {
        margin-bottom: 20px
    }

    .footer .contacts-wraper .phone-wraper *,
    .footer .contacts-wraper .adress-wraper * {
        display: inline-block
    }

    .footer .contacts-wraper .phone-wraper svg,
    .footer .contacts-wraper .adress-wraper svg {
        margin: 0 12px 0 0
    }

    .footer .contacts-wraper .phone-wraper p,
    .footer .contacts-wraper .adress-wraper p {
        margin-bottom: 0
    }

    .footer .contacts-wraper .phone-wraper {
        margin-right: 30px
    }

    .footer .copyright-text {
        font-size: 18px;
        padding: 23px 0
    }
}

.amp-consent {
    background-color: transparent;
    bottom: 20px;
    position: relative
}

.amp-consent svg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0
}

.amp-consent .consent-cookie {
    background-color: #312d2d;
    padding: 80px 31px 50px;
    border-radius: 26px;
    height: calc(100% - 35px);
    margin-top: 35px
}

.amp-consent .consent-cookie .text {
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    text-align: justify
}

.amp-consent .consent-cookie .text a {
    font-weight: 600;
    color: #fff
}

.amp-consent .consent-cookie .text a:hover {
    text-decoration: underline
}

.amp-consent .consent-cookie .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.amp-consent .consent-cookie .buttons button {
    padding: 14px 12px;
    border: 1px solid #ff8d00;
    border-radius: 26px;
    width: calc(50% - 6px);
    max-width: 180px;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    color: #ff8d00;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

.amp-consent .consent-cookie .buttons button:first-child {
    margin-right: 14px
}

.amp-consent .consent-cookie .buttons button:hover {
    background-color: #ff8d00;
    color: #f5f5f5
}

@media (min-width: 1024px) {
    .amp-consent .consent-cookie {
        padding: 53px 82px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .amp-consent .consent-cookie .text {
        font-size: 18px;
        margin: 0 43px 0 0;
        width: calc(100% - 283px)
    }

    .amp-consent .consent-cookie .buttons {
        width: 240px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .amp-consent .consent-cookie .buttons button {
        padding: 15px 30px;
        font-size: 18px;
        width: 100%;
        max-width: 100%;
        cursor: pointer
    }

    .amp-consent .consent-cookie .buttons button:first-child {
        margin: 0 0 13px
    }
}

.testimonial-section .testimonial-title {
    color: #343f4b;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center
}

@media (min-width: 1366px) {
    .testimonial-section .testimonial-title {
        font-size: 36px;
        margin-bottom: 48px
    }
}

.testimonial-section .testimonial {
    padding: 75px 25px 42px;
    color: #707070;
    max-width: 465px;
    margin: 0 auto;
    width: calc(100% - 48px);
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.testimonial-section .testimonial .text-testimonial {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.6
}

.testimonial-section .testimonial .text-testimonial p {
    font-size: 16px
}

.testimonial-section .testimonial .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.testimonial-section .testimonial .author .author-img {
    position: relative;
    width: 55px;
    height: 55px;
    margin-left: 10px;
    border-radius: 100%;
    overflow: hidden
}

.testimonial-section .testimonial .author .author-text {
    max-width: 130px;
    text-align: right
}

.testimonial-section .testimonial .author .author-text .author-name {
    font-size: 14px;
    font-weight: 700
}

.testimonial-section .testimonial .testimonial-background-2 svg,
.testimonial-section .testimonial .testimonial-background svg {
    width: 71px;
    height: 58px
}

.testimonial-section .testimonial .testimonial-background {
    position: absolute;
    left: 0;
    top: 0
}

.testimonial-section .testimonial .testimonial-background-2 {
    position: absolute;
    right: 0;
    bottom: -20px
}

.testimonial-section .testimonial .testimonial-background-2 svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media (min-width: 1024px) {
    .testimonial-section .testimonial {
        padding: 62px 0 0;
        max-width: 755px
    }

    .testimonial-section .testimonial .text-testimonial {
        margin-bottom: 53px;
        padding: 0 88px 0 45px
    }

    .testimonial-section .testimonial .text-testimonial p {
        font-size: 20px
    }

    .testimonial-section .testimonial .author .author-img {
        position: relative;
        width: 84px;
        height: 84px;
        margin-right: 22px;
        border-radius: 100%;
        overflow: hidden
    }

    .testimonial-section .testimonial .author .author-text {
        padding-top: 10px;
        max-width: 165px
    }

    .testimonial-section .testimonial .author .author-text .author-name {
        font-size: 18px
    }

    .testimonial-section .testimonial .testimonial-background-2 {
        bottom: 110px
    }
}

.breadcrumbs {
    color: #fff;
    font-size: 1.12rem;
    margin-bottom: 25px
}

.breadcrumbs a {
    color: #fff
}

.breadcrumbs .breadcrumb_last {
    font-weight: 700
}

.page-header {
    position: relative;
    width: 100%;
    padding-bottom: 130px
}

.page-header .breadcrumbs {
    padding-top: 55px;
    font-size: 1.15rem;
    color: #fff
}

.page-header .breadcrumbs a {
    color: #fff
}

.page-header .breadcrumbs .breadcrumb_last {
    font-weight: 700
}

.page-header .content {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.page-header .title {
    font-size: 48px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 300;
    width: 100%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page-header .description {
    font-size: 2rem;
    color: #fff;
    font-weight: 400;
    width: 100%;
    padding: 0 20px 240px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 34px
}

.page-header .img-wrapper {
    z-index: 1;
    position: absolute;
    bottom: 90px;
    width: 336px;
    width: 100%;
    height: 230px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    max-width: 336px
}

.page-header .background {
    background: -webkit-gradient(linear, left top, right top, from(#ff6500), to(#ff8400));
    background: linear-gradient(90deg, #ff6500 0%, #ff8400 100%);
    position: absolute;
    z-index: 0;
    height: 100%;
    width: calc(100% + 40px);
    bottom: 0;
    left: -40px;
    border-radius: 0 0 370px 280px
}

@media (min-width: 768px) {
    .page-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden
    }

    .page-header .breadcrumbs,
    .page-header .breadcrumbs a {
        color: #ff8d00
    }

    .page-header .content {
        width: 50%;
        padding-right: 0
    }

    .page-header .img-wrapper {
        position: relative;
        right: 0;
        bottom: -90px;
        -webkit-transform: unset;
        transform: unset;
        max-width: unset
    }

    .page-header .img-wrapper amp-img {
        max-height: 420px;
        max-width: 522px
    }

    .page-header .background {
        left: unset;
        right: -600px;
        border-radius: 50%;
        height: 600px
    }

    .page-header .title {
        color: #ff6a00;
        line-height: 1.1;
        font-weight: 400;
        margin-bottom: 30px;
        padding: 0;
        padding-right: 20px
    }

    .page-header .title strong {
        font-weight: 700
    }

    .page-header .description {
        color: #4e4e4e;
        font-size: 27px;
        margin-bottom: 20px;
        padding: 0
    }
}

@media (min-width: 1000px) {
    .page-header .background {
        right: -658px
    }

    .related-case .cases-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .related-case .case-card {
        margin: 0 15px 0 0;
    }

    .page-header .title {
        padding-right: 30px
    }

    .page-header .img-wrapper {
        bottom: -60px
    }
}

@media (min-width: 1180px) {
    .page-header .background {
        right: -760px
    }

    .page-header .img-wrapper {
        bottom: -20px
    }
}

@media (min-width: 1365px) {
    .page-header .breadcrumbs {
        margin-bottom: 111px
    }

    .page-header .content {
        max-width: 543px;
        margin-bottom: 80px;
        min-height: 500px;
    }

    .page-header .title {
        font-size: 63px;
    }

    .page-header .img-wrapper {
        position: relative;
        width: 667px;
        height: 384px;
        top: 150px
    }

    .page-header .img-wrapper amp-img {
        max-height: 530px;
        max-width: 618px
    }

    .page-header .img-wrapper amp-img img {
        -o-object-fit: contain;
        object-fit: contain
    }

    .page-header .background {
        border-radius: 90% 50% 50% 50%;
        background-image: linear-gradient(110deg, #ff4f00 0%, #ff5100 0%, #ff8d00 100%);
        height: 1200px;
        left: 56%
    }
}

.client-display h2 {
    color: #343f4b;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center
}

@media (min-width: 1366px) {
    .client-display h2 {
        font-size: 36px;
        margin-bottom: 48px
    }
}

.client-display .client-list-container {
    position: relative
}

.client-display .client-filter-market {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.client-display .client-filter-market .filter {
    margin: 0 13px 0 0;
    padding: 4px 5px 4px 10px;
    border-radius: 15px;
    background-color: #bbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
    cursor: pointer
}

.client-display .client-filter-market .filter:hover {
    background-color: #a5a1a1
}

.client-display .client-filter-market .filter.active {
    background-color: #ff8d00
}

.client-display .client-filter-market .filter:last-of-type {
    margin-right: 0
}

.client-display .client-filter-market .filter .text-item-filter {
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
    width: auto;
    margin-bottom: 0
}

.client-display .client-filter-market .filter .item-button {
    background-color: #fff;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    border-radius: 100%
}

.client-display .client-filter-market .filter .item-button::after,
.client-display .client-filter-market .filter .item-button::before {
    content: "";
    width: 8px;
    background-color: #bbb;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.client-display .client-filter-market .filter .item-button::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg)
}

.client-display .client-filter-market .filter .item-button.active::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.client-display .client-filter-market .filter .item-button.active::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    transform: translateX(-50%) translateY(-50%) rotate(135deg)
}

.client-display .client-list {
    margin: 0 10px
}

@media (min-width: 1024px) {
    .client-display .client-list {
        margin: 0 40px
    }
}

.client-display .client-list .item {
    padding: 10px;
    text-align: center
}

.client-display .client-list .item amp-img {
    max-width: 130px;
    margin: 0 auto
}

.client-display .client-list .item amp-img img {
    -o-object-fit: contain;
    object-fit: contain
}

.client-display .client-list button {
    margin: 0;
    position: relative
}

.client-display .client-list button::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    border: solid #ff4f00;
    border-width: 0 3px 3px 0;
    display: inline-block;
    background-color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: none
}

@media (min-width: 768px) {
    .client-display .client-list button::after {
        padding: 8px
    }
}

.client-display .client-list button div,
.client-display .client-list button svg {
    opacity: 0;
    pointer-events: none
}

.client-display .client-list button[disabled] {
    opacity: 1
}

.client-display .client-list button[disabled]::after {
    border-color: #cfcfcf
}

.client-display .client-list div[class$=base-carousel-arrow-next-slot] button {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.client-display .client-list div[class$=base-carousel-arrow-prev-slot] button {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.client-display .button-next,
.client-display .button-prev {
    display: none
}

.client-display .client-filters-container {
    margin-bottom: 90px
}

@media (min-width: 1024px) {
    .client-display .client-filters-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.client-display .client-filters-container .client-filter-market {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.client-display .client-filters-container .client-filter-market p {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    color: #707070;
    font-size: 14px
}

@media (min-width: 1024px) {
    .client-display .client-filters-container .client-filter-market p {
        width: auto;
        margin-bottom: 0;
        margin-right: 10px;
        font-size: 18px
    }
}

@media (min-width: 1024px) {
    .client-display .client-filters-container .client-filter-market {
        margin: 0 30px 0 0
    }
}

.client-display .client-filters-container p {
    font-size: 14px;
    color: #343f4b;
    margin: 0
}

@media (min-width: 1024px) {
    .client-display .client-filters-container p {
        font-size: 18px
    }
}

.client-display .client-filters-container .filter-select {
    margin: 0 auto;
    max-width: 200px;
    width: 100%
}

.client-display .client-filters-container .filter-select .filter-type {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    color: #707070;
    font-size: 14px
}

.client-display .client-filters-container .filter-select .select {
    position: relative;
    margin-bottom: 10px
}

.client-display .client-filters-container .filter-select .select .select-filter {
    padding: 7px 30px 7px 14px;
    margin: 0 26px;
    border: 1px solid #929292;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    background-color: #fff
}

.client-display .client-filters-container .filter-select .select .select-filter .text-select {
    text-align: left;
    color: #929292;
    font-size: 1.35rem;
    cursor: pointer
}

@media (min-width: 1366px) {
    .client-display .client-filters-container .filter-select .select .select-filter .text-select {
        font-size: 16px
    }
}

.client-display .client-filters-container .filter-select .select .select-filter .select-button {
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%) rotate(45deg);
    transform: translateY(-40%) rotate(45deg);
    right: 14px;
    border-bottom: 1px solid #929292;
    border-right: 1px solid #929292;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.client-display .client-filters-container .filter-select .select .select-filter .select-button.opened {
    -webkit-transform: translateY(-40%) rotate(-135deg);
    transform: translateY(-40%) rotate(-135deg)
}

.client-display .client-filters-container .filter-select .select .select-options {
    position: absolute;
    z-index: 1;
    left: 26px;
    padding: 55px 14px;
    width: calc(100% - 52px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    overflow: hidden;
    display: none;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.client-display .client-filters-container .filter-select .select .select-options.opened {
    display: block
}

.client-display .client-filters-container .filter-select .select .select-options>div {
    position: relative
}

.client-display .client-filters-container .filter-select .select .select-options .select-item {
    text-align: left;
    font-size: 1.35rem;
    color: #343f4b;
    margin-bottom: 5px;
    cursor: pointer;
    padding-right: 15px
}

@media (min-width: 1366px) {
    .client-display .client-filters-container .filter-select .select .select-options .select-item {
        font-size: 16px
    }
}

.client-display .client-filters-container .filter-select .select .select-options .circle {
    width: 12px;
    height: 12px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #707070;
    border-radius: 100%
}

.client-display .client-filters-container .filter-select .select .select-options .circle.active::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #707070;
    border-radius: 100%
}

.client-display .client-filters-container .filter-select .select .select-options::after {
    content: "";
    position: absolute;
    border-radius: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    background-image: -webkit-gradient(linear, left top, right top, from(#eee));
    background-image: linear-gradient(to right, #eee);
    z-index: -1
}

@media (min-width: 1024px) {
    .client-display .client-filters-container .filter-select {
        margin: 0;
        max-width: unset;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .client-display .client-filters-container .filter-select .filter-type {
        margin: 0 10px 0 0;
        font-size: 18px
    }

    .client-display .client-filters-container .filter-select .select {
        margin: 0
    }

    .client-display .client-filters-container .filter-select .select .select-filter {
        min-width: 160px;
        margin: 0
    }

    .client-display .client-filters-container .filter-select .select .select-options {
        width: 100%;
        left: 0
    }
}

.client-display .text-filter {
    font-size: 24px;
    color: #343f4b;
    margin-bottom: 35px;
    text-align: center
}

.client-display .text-filter strong {
    font-weight: 700
}

@media (min-width: 1024px) {
    .client-display .text-filter {
        padding: 0 50px;
        font-size: 27px
    }
}

.client-display .close-segment {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.client-display .close-segment.active {
    display: block
}

.case-card {
    position: relative;
    max-width: 317px;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 15px
}

.case-card .case-card-button {
    position: absolute;
    display: inline-block;
    padding: 10px 38px;
    bottom: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 1.42rem;
    background-color: #fff;
    border-radius: 24px;
    min-width: 100px;
    text-align: center
}

.case-card .case-img {
    height: 332px;
    max-width: 317px;
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden
}

@media (max-width: 360px) {
    .case-card .case-card-button {
        padding: 10px 28px
    }
}

@media (min-width: 1365px) {
    .case-card {
        max-width: 375px
    }

    .case-card .case-img {
        height: 393px;
        max-width: 375px
    }
}

.related-case {
    margin-bottom: 44px
}

.related-case .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #343f4b;
    margin-bottom: 47px;
    text-align: center
}

.related-case .case-carousel {
    height: 332px
}

.related-case .case-carousel .case-img {
    margin: 0 auto
}

.related-case .case-carousel .carousel-button {
    display: none
}

.related-case .carousel-dots div[class$=inline-gallery-pagination-dot] {
    height: 1px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    min-width: 35px;
    width: 35px
}

.related-case .carousel-dots div[class$=inline-gallery-pagination-dots] {
    border-radius: 0
}

.related-case .carousel-dots div[class$=inline-gallery-pagination-dot-container] {
    margin: 0;
    width: 35px;
    background-color: #232323
}

.related-case .carousel-dots div[class$=inline-gallery-pagination-dot-progress] {
    background-color: #ff8d00;
    width: 35px;
    min-width: 35px;
    height: 5px;
    position: relative;
    border-radius: 0;
    z-index: 10;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.related-case .tablet,
.related-case .desktop {
    display: none
}

@media (min-width: 768px) {
    .related-case .itens-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .related-case .itens-carousel .case-card {
        margin: 0
    }

    .related-case .itens-carousel .case-card:not(:last-of-type) {
        margin-right: 20px
    }

    .related-case .itens-carousel .case-card:hover {
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }

    .related-case .mobile {
        display: none
    }

    .related-case .tablet {
        display: block
    }
}

@media (min-width: 1024px) {
    .related-case {
        margin-bottom: 127px
    }

    .related-case .section-title {
        font-size: 36px;
        margin-bottom: 51px
    }

    .related-case .case-carousel {
        margin-bottom: 60px
    }

    .related-case .case-carousel .case-card-button {
        padding: 10px 30px
    }

    .related-case .tablet {
        display: none
    }

    .related-case .desktop {
        display: block
    }

    .related-case .carousel-dots div[class$=inline-gallery-pagination-dot] {
        border-radius: 100%;
        background-color: #ff4f00;
        width: 8px;
        min-width: 8px;
        height: 8px
    }

    .related-case .carousel-dots div[class$=inline-gallery-pagination-dot-container] {
        margin-right: 10px;
        width: 8px;
        background-color: transparent
    }

    .related-case .carousel-dots div[class$=inline-gallery-pagination-dot-progress] {
        background-color: #ff4f00;
        width: 21px;
        min-width: 21px;
        height: 10px;
        border-radius: 24px;
        z-index: 10;
        top: 50%;
        left: 100%;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%)
    }
}

@media (min-width: 1366px) {
    .related-case .case-carousel {
        height: 393px
    }

    .related-case .case-card-button {
        padding: 10px 38px
    }
}

.service-display {
    color: #363636;
    margin: 87px 0
}

.service-display .title {
    font-size: 32px;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 45px 0;
    font-weight: bold;
    color: #343f4b
}

@media (min-width: 1024px) {
    .service-display .title {
        font-size: 36px
    }
}

@media (min-width: 768px) {
    .service-display .container {
        text-align: center
    }
}

.service-display .services-nav {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    margin: 0 0 -30px 0;
    text-align: center;
    -webkit-box-shadow: 0px 6px 13px rgba(0, 0, 0, .14);
    box-shadow: 0px 6px 13px rgba(0, 0, 0, .14);
    border-radius: 18px;
    background-color: #fff;
    position: relative;
    z-index: 5
}

@media (min-width: 768px) {
    .service-display .services-nav {
        display: inline-block;
        padding: 0 120px
    }
}

.service-display .services-nav li {
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    padding: 20px 10px;
    border-radius: 21px;
    -webkit-transition: all .15s;
    transition: all .15s;
    outline: none;
    position: relative
}

.service-display .services-nav li.active {
    color: #363636;
    font-weight: bold
}

.service-display .services-nav li.active::after {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f70;
    border-radius: 18px
}

@media (min-width: 768px) {
    .service-display .services-nav li {
        padding: 20px 25px
    }
}

@media (min-width: 1024px) {
    .service-display .services-nav li {
        font-size: 24px
    }
}

.service-display .services-nav li:hover {
    color: #363636
}

.service-display .services-content {
    background-color: #f2f2f2
}

@media (min-width: 1024px) {
    .service-display .services-content {
        background-color: transparent;
        padding: 0 0 100px
    }

    .service-display .services-content .service-right {
        max-width: 50%
    }
}

.service-display .service-content {
    display: none
}

.service-display .service-content .service-title {
    font-size: 30px;
    margin: 0 0 25px 0;
    font-weight: bold
}

.service-display .service-content .service-description {
    font-size: 16px;

    line-height: 1.5;
    margin: 0 0 30px 0
}

.case-card fixed-container:hover {
    transform: scale(1.01);
}

.service-display .service-content .image-mobile {
    max-width: 320px;
    margin: 0 auto 45px auto;
    display: none
}

@media (min-width: 1024px) {
    .service-display .service-content .image-mobile {
        display: none
    }
}

.service-display .service-content.active {
    display: block;
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px
}

@media (min-width: 1024px) {
    .service-display .service-content.active {
        padding: 80px 80px 20px 30px;
        border-radius: 20px
    }
}

@media (min-width: 1024px) {
    .service-display .service-content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #f2f2f2
    }

    .service-display .service-content .service-title {
        display: block;
        color: #232323
    }

    .service-display .service-content.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }
}

.service-display .service-department {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 12px 0
}

.service-display .service-department[expanded] .department-title::after {
    -webkit-transform: scaleY(-1) rotate(45deg);
    transform: scaleY(-1) rotate(45deg)
}

.service-display .service-department .department-title {
    font-weight: bold;
    margin: 0;
    margin: 0;
    padding: 12px 28px;
    border: 1px solid #bfbfbf;
    border-radius: 21px;
    cursor: pointer;
    outline: none;
    position: relative;
    background-color: transparent;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

@media (min-width: 768px) {
    .service-display .service-department .department-title {
        font-size: 18px
    }

    .service-display .service-content .service-description {
        min-width: 563px;
    }
}

.service-display .service-department .department-title:after {
    content: " ";
    border: solid #888;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 28px;
    top: 20px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.service-display .service-department .department-title:hover {
    background-color: #e4e4e4
}

.service-display .service-department .department-description {
    margin: 25px 28px 30px 28px
}

@media (min-width: 768px) {
    .service-display .service-department .department-description {
        font-size: 16px
    }
}

.service-display .service-department .department-link {
    text-align: right;
    color: #ff8d00;
    font-weight: bold;
    display: block;
    margin: 0 28px 25px 28px
}

.service-display .service-department .department-link svg {
    margin-left: 5px
}

.contact {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 63px 23px 50px;
    background-color: #1c1c1c;
    margin-bottom: 50px
}

.contact h2,
.contact p {
    text-align: center;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.6
}

.contact p {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 30px
}

.contact .cta {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 33px;
    background-color: #ff8d00;
    border-radius: 26px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 56px);
    max-width: 260px;
    cursor: pointer
}

.contact .cta:hover {
    background-color: #ff8d00
}

@media (min-width: 768px) {
    .contact {
        padding: 63px 70px 50px
    }
}

@media (min-width: 1024px) {
    .contact {
        margin-bottom: 100px
    }
}

@media (min-width: 1366px) {
    .contact {
        margin: 0;
        border-radius: 0;
        overflow: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0 0 0
    }

    .contact .info-wrapper {
        width: calc(60% - 65px);
        max-width: 508px;
        margin-right: 100px
    }

    .contact h2 {
        margin-bottom: 15px;
        font-size: 28px
    }

    .contact p {
        margin-bottom: 20px;
        font-size: 16px
    }

    @-webkit-keyframes colorCycle {
        0% {
            opacity: 1
        }

        50% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes colorCycle {
        0% {
            opacity: 1
        }

        50% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @-webkit-keyframes reverseColorCycle {
        0% {
            opacity: 0
        }

        50% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }

    @keyframes reverseColorCycle {
        0% {
            opacity: 0
        }

        50% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }
}

.contact .imagem-1 {
    display: none
}

.contact .imagem-2 {
    display: none
}

@media (min-width: 1366px) {
    .contact {
        display: flex;
        flex-direction: row;
        background: #1c1c1c;
        height: 341px
    }

    .contact .imagem-1 {
        display: block;
        width: 365px;
        height: 258px;
        left: 150px;
        margin-right: 50px
    }

    .contact .imagem-2 {
        display: block;
        width: 336px;
        height: 249px;
        justify-content: right
    }
}

.client-page .page-header {
    margin-bottom: 30px
}

.client-page .testimonial {
    margin-bottom: 85px
}

.client-page .service-display {
    margin-bottom: 80px
}

@media (min-width: 400px) {
    .client-page .client-display {
        margin-bottom: 64px
    }
}

@media (min-width: 1024px) {
    .client-page .client-display {
        margin-bottom: 104px
    }

    .client-page .testimonial {
        margin-bottom: 140px
    }

    .client-page .related-case {
        margin-bottom: 80px
    }

    .client-page .service-display {}
}

@media (min-width: 1365px) {
    .client-page .page-header {
        margin-bottom: 60px
    }
}

amp-img#wpstats {
    display: none
}

.case-56147 {
    color: #000
}

.case-55994 {
    color: #d33
}

.case-55926 {
    color: #777
}

.case-55665 {
    color: #f2c974
}

.case-55597 {
    color: #00b5de
}

.case-55541 {
    color: #f90083
}

.case-55458 {
    color: #000
}

.case-55072 {
    color: #f60495
}

.case-55011 {
    color: #282828
}

.case-54836 {
    color: #5c402b
}

.case-54817 {
    color: #ff161f
}

.case-54768 {
    color: #ff7705
}

.cookie-cookie-a,
.cookie-cookie-b {
    fill: #f9b86e
}

.cookie-cookie-b {
    opacity: .62
}

.cookie-cookie-b,
.cookie-c,
.cookie-d {
    mix-blend-mode: multiply
}

.cookie-cookie-b,
.cookie-c,
.cookie-d,
.cookie-e {
    isolation: isolate
}

.cookie-c {
    fill: #542700
}

.cookie-e {
    fill: #fff;
    mix-blend-mode: soft-light
}

.a {
    fill: none;
    stroke: #fff
}

.a {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round
}

.amp-wp-e289bf8:not(#_#_#_#_#_) {
    width: -webkit-fill-available;
    margin-left: 10%
}

.amp-wp-a953925:not(#_#_#_#_#_) {
    enable-background: new 0 0 492 492
}

.amp-wp-3d54bf7:not(#_#_#_#_#_) {
    enable-background: new 0 0 373.12 373.12
}

.amp-wp-fe3f5cc:not(#_#_#_#_#_) {
    font-weight: 400
}

.amp-wp-3038c25:not(#_#_#_#_#_) {
    enable-background: new 0 0 95.333 95.332
}

.amp-wp-8bafad3:not(#_#_#_#_#_) {
    fill: #ff8d00
}

.amp-wp-781f6d7:not(#_#_#_#_#_) {
    fill: #ff8d00
}

.amp-wp-925b8b0:not(#_#_#_#_#_) {
    enable-background: new 0 0 98.372 98.372
}


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 pinch-zoom;
    touch-action: pan-y pinch-zoom
}

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-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: #fff
}

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
}

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: #000 !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],
amp-script[sandboxed] {
    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.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(img):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),
body noscript>* {
    display: block;
    overflow: hidden !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

body noscript>* {
    position: absolute !important;
    width: 100%;
    height: 100%;
    z-index: 2
}

body noscript {
    display: inline !important
}

.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
}

@supports (aspect-ratio: 1/1) {
    i-amphtml-sizer.i-amphtml-disable-ar {
        display: none !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;
    -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(img):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(img):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;
    line-height: normal
}

.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
}

amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {
    z-index: auto
}

.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-layout-size-defined>[overflow] {
    position: absolute
}

.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
}

amp-story {
    visibility: hidden !important
}

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
}

@media (min-width: 1px) {
    :where(amp-accordion>section)>:first-child {
        margin: 0;
        background-color: #efefef;
        padding-right: 20px;
        border: 1px solid #dfdfdf
    }

    :where(amp-accordion>section)>:last-child {
        margin: 0
    }
}

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:not(.i-amphtml-built)>section>:last-child {
    display: none !important
}

amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {
    display: block !important
}