    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
    }

    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
    }

    [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 (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)
        }
    }

    a {
        text-decoration: none
    }

    h1,
    h2,
    h3,
    h4,
    p {
        margin: 0
    }

    amp-img>img {
        -o-object-fit: contain;
        object-fit: contain
    }

    .tracking-pixel {
        position: absolute
    }


    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 .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 .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 .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: 70px;
        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
        }
    }

    @font-face {
        font-family: "HelveticaNowforMonks";
        src: url("https://raccoon.ag/wp-content/themes/tema-raccoon/fonts/HelveticaNowforMonks.otf")
    }

    @font-face {
        font-family: "HelveticaNowforMonks-Md";
        src: url("https://raccoon.ag/wp-content/themes/tema-raccoon/fonts/HelveticaNowforMonks-Md.otf")
    }

    @font-face {
        font-family: "HelveticaNowforMonksBold";
        src: url("https://raccoon.ag/wp-content/themes/tema-raccoon/fonts/HelveticaNowforMonks-Bold.otf")
    }

    .hero__container {
        padding: 0 20px
    }

    .hero {
        background: #232323;
        padding-top: 100px;
        padding-bottom: 100px
    }

    .hero .hero__texts h1 {
        font-size: 20px;
        font-family: "HelveticaNowforMonksBold", sans-serif;
        color: #fff
    }

    .hero .hero__texts h1 .title {
        margin: 24px 0;
        display: block;
        background: url("https://raccoon.ag/wp-content/themes/tema-raccoon/assets/rectangle.svg");
        padding: 10px 7px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover
    }

    .hero .hero__texts h1 .title p {
        color: #232323;
        font-size: 27px;
        margin-left: 5px
    }

    @media screen and (min-width: 400px) {
        .hero .hero__texts h1 .title p {
            font-size: 28px
        }
    }

    .hero .hero__texts h3 {
        font-size: 16px;
        line-height: 1.3;
        font-family: "HelveticaNowforMonksBold", sans-serif;
        color: #fff
    }

    .hero .hero__texts a {
        padding: 10px 40px;
        background: #ff8d00;
        font-family: "HelveticaNowforMonksBold", sans-serif;
        font-weight: 600;
        color: #fff;
        border-radius: 30px;
        display: inline-block;
        text-decoration: none;
        margin-top: 40px
    }

    .hero .hero__image {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .hero .hero__image svg {
        margin-left: 30%;
        margin-top: -20px
    }

    .hero .hero__image .hero__image--tablet,
    .hero .hero__image .hero__image--desk-md,
    .hero .hero__image .hero__image--desk-lg {
        display: none
    }

    @media screen and (min-width: 768px) {
        .hero__container {
            padding: 0 30px;
            display: flex;
            justify-content: space-between
        }

        .hero {
            padding-top: 120px;
            padding-bottom: 120px
        }

        .hero .hero__texts {
            width: 58%
        }

        .hero .hero__texts h1 {
            font-size: 26px
        }

        .hero .hero__texts h1 .title {
            background-size: 100%;
            background-position: center
        }

        .hero .hero__texts h1 .title p {
            font-size: 39px;
            padding: 10px
        }

        .hero .hero__texts h3 {
            font-size: 20px;
            line-height: 1.5
        }

        .hero .hero__image {
            justify-content: flex-start;
            width: 40%
        }

        .hero .hero__image svg {
            margin: 0
        }

        .hero .hero__image .hero__image--mobile {
            display: none
        }

        .hero .hero__image .hero__image--tablet {
            display: block
        }
    }

    @media screen and (min-width: 1024px) {
        .hero__container {
            padding: 50px
        }

        .hero {
            padding-top: 90px;
            padding-bottom: 90px
        }

        .hero .hero__texts h1 {
            font-size: 34px
        }

        .hero .hero__texts h1 .title {
            margin: 40px 0;
            padding: 10px 0
        }

        .hero .hero__texts h1 .title p {
            font-size: 54px;
            padding: 10px
        }

        .hero .hero__texts h3 {
            font-size: 24px;
            line-height: 1.5
        }

        .hero .hero__image {
            justify-content: flex-start;
            width: 40%
        }

        .hero .hero__image svg {
            margin: 0
        }

        .hero .hero__image .hero__image--tablet {
            display: none
        }

        .hero .hero__image .hero__image--desk-md {
            display: block
        }
    }

    @media screen and (min-width: 1280px) {
        .hero .hero__texts h1 {
            font-size: 45px
        }

        .hero .hero__texts h1 .title p {
            color: #232323;
            font-size: 65px;
            margin-left: 20px
        }

        .hero .hero__texts h3 {
            font-size: 26px;
            line-height: 1.5
        }
    }

    @media screen and (min-width: 1440px) {
        .hero__container {
            padding: 95px
        }

        .hero {
            padding-top: 70px;
            padding-bottom: 70px
        }

        .hero .hero__texts h1 {
            font-size: 46px
        }

        .hero .hero__texts h1 .title {
            margin: 40px 0
        }

        .hero .hero__texts h1 .title p {
            color: #232323;
            font-size: 70px;
            margin-left: 20px
        }

        .hero .hero__image {
            justify-content: flex-start;
            width: 40%
        }

        .hero .hero__image svg {
            margin: -140px 0 0
        }

        .hero .hero__image .hero__image--tablet {
            display: none
        }

        .hero .hero__image .hero__image--desk-lg {
            display: block
        }

        .hero .hero__image .hero__image--desk-md {
            display: none
        }
    }

    @media screen and (min-width: 1700px) {
        .hero__container {
            padding: 0 95px;
            max-width: 1920px;
            margin: 0 auto
        }

        .hero {
            margin: 0 auto 110px;
            padding-top: 170px;
            padding-bottom: 170px
        }

        .hero .hero__texts h1 {
            font-size: 56px
        }

        .hero .hero__texts h1 .title {
            margin: 40px 0;
            padding: 10px 0
        }

        .hero .hero__texts h1 .title p {
            color: #232323;
            font-size: 86px;
            margin-left: 20px
        }

        .hero .hero__image {
            justify-content: flex-start;
            width: 40%
        }

        .hero .hero__image svg {
            margin: -140px 0 0
        }

        .hero .hero__image .hero__image--tablet {
            display: none
        }

        .hero .hero__image .hero__image--desk-lg {
            display: block
        }

        .hero .hero__image .hero__image--desk-md {
            display: none
        }
    }

    @media screen and (min-width: 1920px) {
        .hero .hero__texts h1 .title p {
            color: #232323;
            font-size: 90px;
            margin-left: 20px
        }
    }

    .awards {
        padding: 45px 0 45px;
        background-color: #f1f1f1
    }

    .awards amp-img img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .awards .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: 40px auto 0
    }

    .awards .cta:hover {
        background-color: #f89c2b
    }

    @media (min-width: 768px) {
        .awards {
            padding: 65px 0 100px
        }
    }

    @media (min-width: 1024px) {
        .awards {
            position: relative
        }

        .awards .cta {
            font-size: 18px
        }
    }

    @media (min-width: 1100px) {
        .awards {
            max-width: 100%;
            width: 100%;
            margin: 0 auto
        }
    }

    @font-face {
        font-family: "Helvetica Now for Monks";
        src: url("https://raccoon.ag/wp-content/themes/tema-raccoon/fonts/HelveticaNowforMonks-TextMd.otf")
    }

    @font-face {
        font-family: "HelveticaNowforMonksBold";
        src: url("https://raccoon.ag/wp-content/themes/tema-raccoon/fonts/HelveticaNowforMonks-Bold.otf")
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box
    }

    .awards-desk {
        display: none
    }

    .awards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 96px 23px;
        background-color: #232323
    }

    .awards h2 {
        font-family: "Helvetica Now for Monks";
        font-size: 24px;
        color: #fff;
        text-align: center
    }

    .awards .awards-group1 {
        margin-top: 54px
    }

    .awards .awards-group1 .awards-individual {
        padding: 0 0 64px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 40%
    }

    .awards .awards-group1 .awards-individual amp-img {
        width: 140px
    }

    body>div.homepage.top-header-distance>section.awards>div.awards-group1>div:nth-child(1)>div:nth-child(1)>amp-img>img {
        object-fit: contain
    }

    .awards .awards-group1 .awards-individual p {
        color: rgba(255, 255, 255, 1);
        font-size: 20px;
        font-family: "Helvetica Now for Monks";
        margin-top: 23px;
        text-align: center
    }

    .awards .awards-group1 .awards-cta {
        border-radius: 35px;
        background-color: rgba(255, 255, 255, 1);
        padding: 10px 30px;
        text-align: center;
        color: #232323;
        font-family: "HelveticaNowforMonksBold", sans-serif;
        font-weight: 600
    }

    .awards .awards-bar {
        width: 100%;
        margin: 88px 0 108px 0;
        height: 1px;
        background-color: rgba(255, 255, 255, 1)
    }

    .awards .awards-group2 .awards-individual {
        padding: 0 0 64px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 40%
    }

    body>div.homepage.top-header-distance>section.awards-desk>div>div.awards-desk-group1>div.awards-individual-cta>a {
        text-decoration: none;
        color: #232323;
        font-size: 15px;
        font-family: "HelveticaNowforMonksBold", sans-serif;
        font-weight: 600
    }

    .awards .awards-group2 .awards-individual amp-img {
        width: 140px;
        object-fit: contain
    }

    .awards-individual-group {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    @media (min-width: 426px) {
        .awards h2 {
            font-size: 32px
        }

        .awards .awards-individual-group {
            flex-direction: row;
            margin-right: 20px
        }

        .awards .awards-group2 {
            width: 75%
        }
    }

    @media (min-width: 900px) {
        .awards {
            display: none
        }

        .awards-container {
            max-width: 1920px;
            margin: 0 auto
        }

        .awards-desk {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: revert;
            background-color: #232323;
            width: 100%;
            overflow: hidden;
            padding: 100px 40px
        }

        .awards-desk .awards-desk-group1 {
            display: flex;
            justify-content: space-between;
            align-items: end
        }

        .awards-desk .awards-desk-group1 .awards-individual-cta {
            display: flex;
            flex-direction: column;
            max-width: 286px
        }

        .awards-desk .awards-desk-group1 .awards-individual-cta h2 {
            font-family: "Helvetica Now for Monks";
            font-size: 24px;
            color: #fff
        }

        .awards-desk .awards-desk-group1 .awards-individual-cta .awards-cta {
            border-radius: 35px;
            background-color: rgba(255, 255, 255, 1);
            padding: 10px 30px;
            text-align: center;
            margin-top: 40px;
            width: 140px
        }

        .awards-desk .awards-desk-group1 .awards-individual {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            width: 15%;
            max-width: 185px
        }

        .awards-desk .awards-desk-group1 .awards-individual p {
            color: rgba(255, 255, 255, 1);
            font-size: 18px;
            font-family: "Helvetica Now for Monks";
            text-align: center;
            margin-top: 23px
        }

        .awards-desk .awards-desk-group1 .awards-individual amp-img {
            width: 84px
        }

        .awards-desk .awards-bar {
            width: 100%;
            margin: 88px 0 108px 0;
            height: 1px;
            background-color: rgba(255, 255, 255, 1)
        }

        .awards-desk .awards-desk-group2 {
            display: flex;
            justify-content: space-between
        }

        .awards-desk .awards-desk-group2 .awards-individual {
            display: flex;
            align-items: center
        }

        .awards-desk .awards-desk-group2 .awards-individual amp-img {
            width: 120px
        }

        .awards-desk .awards-desk-group1 .awards-individual amp-img,
        .awards-desk .awards-desk-group2 .awards-individual amp-img {
            width: 180px
        }
    }

    @media (min-width: 1500px) {
        .awards-desk {
            padding: 100px 108px
        }

        .awards-desk .awards-individual {
            padding: 10px
        }
    }

    .client-card {
        width: calc((100% / 3) - 20px);
        margin-right: 30px;
        position: relative;
        margin-bottom: 15px;
        cursor: not-allowed
    }

    .client-card amp-img img {
        -o-object-fit: contain;
        object-fit: contain
    }

    .client-card:nth-of-type(3n) {
        margin-right: 0
    }

    @media (min-width: 600px) {
        .client-card {
            width: calc((100% / 5) - 25px)
        }

        .client-card:nth-of-type(3n) {
            margin-right: 30px
        }

        .client-card:nth-of-type(5n) {
            margin-right: 0px
        }
    }

    @media (min-width: 1024px) {
        .client-card {
            position: relative;
            margin-bottom: 30px
        }

        .client-card amp-img {
            -o-object-fit: contain;
            object-fit: contain;
            max-height: 70px
        }
    }

    @font-face {
        font-family: "HelveticaMonks";
        font-weight: normal;
        src: url("https://raccoon.ag/wp-content/themes/tema-raccoon/fonts/HelveticaNowforMonks.otf")
    }

    @font-face {
        font-family: "HelveticaMonks";
        font-weight: bold;
        src: url("https://raccoon.ag/wp-content/themes/tema-raccoon/fonts/HelveticaNowforMonks-ExtXBd.otf")
    }

    @font-face {
        font-family: "SpaceGrotesk";
        src: url("https://raccoon.ag/wp-content/themes/tema-raccoon/fonts/SpaceGrotesk-VariableFont_wght.ttf")
    }

    .partner {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 87px 23px
    }

    .partner h2 {
        color: #ff8d00;
        text-align: center;
        margin-bottom: 8px;
        font-family: "HelveticaMonks", sans-serif;
        font-weight: bold;
        line-height: 34px;
        font-size: 24px
    }

    .partner p {
        color: #ff8d00;
        text-align: center;
        font-size: 12px;
        font-family: "HelveticaMonks", sans-serif;
        font-weight: normal
    }

    .partner .ornament-text {
        background-image: url("https://raccoon.ag/wp-content/themes/tema-raccoon/assets/ornament.png");
        background-size: contain;
        background-repeat: no-repeat;
        padding: 5px;
        background-position: center
    }

    .partner .partner-logo-area {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 42px
    }

    .partner .partner-cta {
        padding: 10px 18px;
        text-align: center;
        background-color: #ff8d00;
        color: rgba(255, 255, 255, 1);
        border-radius: 30px;
        font-family: "SpaceGrotesk", sans-serif;
        font-weight: bold
    }

    @media (min-width: 426px) {
        .partner h2 {
            font-size: 28px
        }

        .partner p {
            font-size: 16px
        }
    }

    @media (min-width: 765px) {
        .partner .ornament-text {
            background-image: url("https://raccoon.ag/wp-content/themes/tema-raccoon/assets/ornament.png");
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            padding: 5px
        }

        .partner h2 {
            color: #ff8d00;
            text-align: center;
            margin-bottom: 8px;
            font-size: 32px;
            font-family: "HelveticaMonks";
            font-weight: bold
        }

        .partner p {
            color: #ff8d00;
            margin-bottom: 32px;
            text-align: center;
            font-size: 24px;
            font-family: "HelveticaNowforMonks", sans-serif
        }

        .partner .partner-cta {
            padding: 10px 18px;
            text-align: center;
            background-color: #ff8d00;
            color: rgba(255, 255, 255, 1);
            border-radius: 30px;
            margin-top: 70px
        }
    }

    @media (min-width: 1024px) {
        .partner h2 {
            color: #ff8d00;
            margin-bottom: 20px;
            font-size: 46px
        }

        .partner .partner-cta {
            font-size: 16px
        }
    }

    @media (min-width: 1440px) {
        .partner-logo-area {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap
        }

        .partner .ornament-text {
            background-image: url("https://raccoon.ag/wp-content/themes/tema-raccoon/assets/ornament.png");
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat
        }

        .partner h2 {
            color: #ff8d00;
            text-align: center;
            margin-bottom: 8px;
            font-size: 60px;
            line-height: 85px;
            font-family: "HelveticaMonks";
            font-weight: bold
        }

        .partner p {
            color: #ff8d00;
            text-align: center;
            font-size: 24px;
            font-family: "HelveticaMonks", sans-serif;
            font-weight: normal
        }

        .partner .partner-cta {
            padding: 10px 18px;
            text-align: center;
            background-color: #ff8d00;
            color: rgba(255, 255, 255, 1);
            border-radius: 30px;
            margin-top: 70px
        }
    }

    .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: 1
    }

    @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
    }

    .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
    }

    .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 .section-title {
        color: #343f4b;
        font-weight: 700;
        font-size: 32px;
        text-align: center;
        margin-bottom: 33px
    }

    .related-case amp-img img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .related-case .case-card {
        margin-bottom: 15px
    }

    .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
    }

    .related-case .cta:hover {
        background-color: #f89c2b
    }

    @media (min-width: 1000px) {
        .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
        }

        .related-case .case-card .case-card-button {
            padding: 10px 30px
        }

        .related-case .case-card:last-of-type {
            margin-right: 0
        }

        .related-case .case-card:hover {
            -webkit-transform: scale(1.01);
            transform: scale(1.01)
        }

        .related-case .cta {
            margin-top: 50px
        }
    }

    .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
        }
    }

    .homepage .related-case {
        margin-bottom: 100px
    }

    .homepage .awards {
        padding-bottom: 70px
    }

    .homepage .contact-background {
        background-color: #f1f1f1;
        padding-bottom: 55px
    }

    @media (min-width: 1366px) {
        .homepage .contact-background {
            padding-bottom: 0
        }
    }

    .homepage .contact-background .contact {
        margin-bottom: 0
    }

    .homepage .service-display {
        margin-bottom: 80px
    }

    @media (min-width: 1024px) {
        .homepage .related-case {
            margin-bottom: 100px
        }

        .homepage .awards {
            padding-bottom: 110px
        }

        .homepage .service-display {
            margin-bottom: 0px
        }
    }

    .rede-social {
        display: none
    }

    @media (min-width: 1360px) {
        .rede-social {
            background-color: #f2f2f2;
            box-sizing: border-box;
            border: 1px solid rgba(0, 0, 0, .13);
            border-radius: 15px;
            width: 72px;
            margin: 16px 12px;
            position: fixed;
            left: 5px;
            top: 50%;
            transform: translate(0, -50%);
            display: block;
            z-index: 999;
            transition: all .2s ease-in-out
        }

        .rede-social ul {
            display: flex;
            flex-direction: column;
            align-items: center
        }

        .rede-social ul:first-child {
            margin-top: 10px
        }

        .rede-social ul a {
            margin: 0 0 10px;
            background: rgba(35, 35, 35, .34);
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 30px
        }

        .rede-social a amp-img {
            width: 22px;
            height: 22px;
            align-items: center
        }
    }

    @media screen and (min-width: 1600px) {
        .rede-social {
            background-color: #f2f2f2;
            box-sizing: border-box;
            border: 1px solid rgba(0, 0, 0, .13);
            border-radius: 15px;
            position: fixed;
            left: 5px;
            top: 50%;
            transform: translate(0, -50%);
            padding: 10px 13px;
            display: block;
            z-index: 999;
            transition: all .2s ease-in-out
        }

        .rede-social ul {
            display: flex;
            flex-direction: column
        }

        .rede-social ul:first-child {
            margin-top: 20px
        }

        .rede-social ul a {
            margin: 0 0 20px;
            background: rgba(35, 35, 35, .34);
            width: 48px;
            height: 48px;
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .rede-social ul a amp-img {
            width: 28px;
            height: 28px;
            align-items: center;
            padding: 10px
        }
    }

    amp-img#wpstats {
        display: none
    }

    .case-56147 {
        color: #000
    }

    .case-55994 {
        color: #d33
    }

    .case-55926 {
        color: #777
    }

    .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-8bafad3:not(#_#_#_#_#_) {
        fill: #ff8d00
    }

    .amp-wp-781f6d7:not(#_#_#_#_#_) {
        fill: #ff8d00
    }

    .amp-wp-925b8b0:not(#_#_#_#_#_) {
        enable-background: new 0 0 98.372 98.372
    }