amp-iframe iframe,
amp-iframe noscript,
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(.wp-block-term-description) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

: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
    }
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

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
}

@media (min-width: 768px) {
    .container {
        margin-left: 48px;
        margin-right: 48px
    }

    .padding-container {
        padding-left: 48px;
        padding-right: 48px
    }
}

@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,
p {
    margin: 0
}

amp-img>img {
    -o-object-fit: contain;
    object-fit: contain
}

amp-carousel>div:first-child {
    outline: none
}

amp-carousel .amp-carousel-button {
    z-index: 2;
    background: transparent;
    cursor: pointer;
    height: 25px;
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

amp-carousel .amp-carousel-button:after {
    content: "";
    display: inline-block;
    padding: 7.5px;
    border: solid #000;
    border-width: 0 2px 2px 0
}

amp-carousel .amp-carousel-button-next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

amp-carousel .amp-carousel-button-prev:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.tracking-pixel {
    position: absolute
}

@media (min-width: 768px) {
    amp-carousel .amp-carousel-button {
        height: 33px;
        width: 33px
    }

    amp-carousel .amp-carousel-button:after {
        padding: 10.5px;
        border-width: 0 2.5px 2.5px 0
    }


}

@media (min-width: 1366px) {
    .mobile {
        display: none
    }

    amp-carousel .amp-carousel-button {
        height: 47px;
        width: 47px
    }

    amp-carousel .amp-carousel-button:after {
        padding: 15.5px;
        border-width: 0 4px 4px 0
    }
}

html {
    font-size: 12px;
    font-family: "SpaceGrotesk", sans-serif
}

h1,
h2,
h3 {
    font-family: "Helvetica", sans-serif
}

@media (min-width: 768px) {
    html {
        font-size: 14px
    }
}

@media (min-width: 1366px) {
    html {
        font-size: 16px
    }
}

.header-container {
    margin-left: 24px;
    margin-right: 24px
}

@media (min-width: 768px) {
    .header-container {
        margin-left: 48px;
        margin-right: 48px
    }
}

@media (min-width: 1366px) {
    .header-container {
        margin-left: 96px;
        margin-right: 96px
    }
}

.header .header-wrapper {
    position: relative;
    width: 100%;
    height: 60px
}

.header .header-default {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header .logo .mobile-logo {
    width: 48px
}

.header .logo .mobile-logo svg {
    height: 40px;
    width: 40px
}

.header .logo .desktop-logo {
    display: none
}

.header .toggle-menu {
    height: 48px;
    width: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    -webkit-transform: translateY(22px);
    transform: translateY(22px);
    padding-left: 18px
}

.header .toggle-menu .burger-icon,
.header .toggle-menu .burger-icon:before,
.header .toggle-menu .burger-icon:after {
    display: block;
    width: 30px;
    height: 3px;
    outline: 1px solid transparent;
    background-color: #fff;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.header .toggle-menu .burger-icon:before,
.header .toggle-menu .burger-icon:after {
    position: absolute;
    content: ""
}

.header .toggle-menu .burger-icon:after {
    top: 8px
}

.header .toggle-menu .burger-icon:before {
    top: -8px
}

.header .toggle-menu.active .burger-icon {
    background-color: transparent;
    outline: none
}

.header .toggle-menu.active .burger-icon:after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg)
}

.header .toggle-menu.active .burger-icon:before {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg)
}

.header .desktop-menu {
    display: none
}

.header .header-sidebar {
    position: absolute;
    top: 60px;
    left: 100%;
    height: calc(100vh - 60px);
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#ff6500), to(#ff8600));
    background: linear-gradient(0deg, #ff6500 0%, #ff8600 100%);
    -webkit-transition: left .2s linear;
    transition: left .2s linear;
    overflow: scroll
}

.header .header-sidebar.open {
    left: 0;
    -webkit-transition: left .2s linear;
    transition: left .2s linear
}

.header .header-sidebar .inner-search {
    position: relative
}

.header .header-sidebar .inner-search input {
    border: none;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .568);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 40px 13px 53px;
    width: 100%;
    margin: 25px 0 37px;
    color: #ff7e00
}

.header .header-sidebar .inner-search input::-webkit-input-placeholder {
    color: #ff7e00
}

.header .header-sidebar .inner-search input::-moz-placeholder {
    color: #ff7e00
}

.header .header-sidebar .inner-search input:-ms-input-placeholder {
    color: #ff7e00
}

.header .header-sidebar .inner-search input::-ms-input-placeholder {
    color: #ff7e00
}

.header .header-sidebar .inner-search input::placeholder {
    color: #ff7e00
}

.header .header-sidebar .inner-search .form-search-icon {
    width: 16px;
    height: 16px;
    fill: #ff7f00;
    position: absolute;
    top: 36px;
    left: 13px
}

.header .header-sidebar .inner-search .form-reset-icon {
    width: 13px;
    height: 13px;
    fill: #ff7f00;
    position: absolute;
    top: 30px;
    right: 9px;
    border: 7px solid rgba(255, 255, 255, .493);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .788)
}

.header .header-sidebar .header-menu ul {
    padding: 0
}

.header .header-sidebar .header-menu li {
    list-style: none;
    text-align: center;
    margin-bottom: 35px
}

.header .header-sidebar .header-menu a {
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem
}

.header .header-sidebar .open-sub-menu {
    font-size: 0
}

.header .header-sidebar .inner-cta {
    font-weight: 700;
    color: #ff5d00;
    text-align: center;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 55px
}

.social-networks {
    text-align: center
}

.social-networks p {
    margin-bottom: 18px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    color: #fff
}

.social-networks ul {
    padding: 0;
    margin: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-networks ul li {
    list-style: none
}

.social-networks ul li:not(:last-of-type) {
    margin-right: 22px
}

.header .header-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-cta .cta-button {
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    background-color: #ff8d00;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    position: relative
}

.header .header-cta .cta-button:hover {
    background-color: #f89c2b
}

.header .form-modal {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: 0;
    overflow: scroll;
    z-index: 2
}

.header .form-modal.open {
    display: block
}

.header .form-modal .form-modal-wrapper {
    position: relative;
    max-width: 420px
}

.header .close-icon {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -60px;
    right: -12px;
    cursor: pointer
}

.header .close-icon svg {
    width: 13px;
    height: 13px;
    fill: #ff4f00
}

.header .form-modal .title {
    text-align: center;
    color: #404040;
    font-size: 20px;
    font-weight: 700;
    margin-top: 70px;
    margin-bottom: 35px
}

.header .form-modal input[type=text],
.header .form-modal input[type=email] {
    width: 100%;
    color: #404040;
    padding: 8px 18px;
    margin-bottom: 10px;
    background: #e1e1e1 0% 0% no-repeat padding-box;
    border-radius: 28px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header .form-modal textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px;
    color: #404040;
    background: #e1e1e1 0% 0% no-repeat padding-box;
    border-radius: 13px;
    margin-bottom: 15px;
    border: none;
    resize: none
}

.header .form-modal input[type=text]::-webkit-input-placeholder,
.header .form-modal input[type=email]::-webkit-input-placeholder,
.header .form-modal textarea::-webkit-input-placeholder {
    color: #404040
}

.header .form-modal input[type=text]::-moz-placeholder,
.header .form-modal input[type=email]::-moz-placeholder,
.header .form-modal textarea::-moz-placeholder {
    color: #404040
}

.header .form-modal input[type=text]:-ms-input-placeholder,
.header .form-modal input[type=email]:-ms-input-placeholder,
.header .form-modal textarea:-ms-input-placeholder {
    color: #404040
}

.header .form-modal input[type=text]::-ms-input-placeholder,
.header .form-modal input[type=email]::-ms-input-placeholder,
.header .form-modal textarea::-ms-input-placeholder {
    color: #404040
}

.header .form-modal input[type=text]::placeholder,
.header .form-modal input[type=email]::placeholder,
.header .form-modal textarea::placeholder {
    color: #404040
}

.header .form-modal .select {
    width: 100%;
    background-color: #e9e9e9;
    border-radius: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 10px
}

.header .form-modal .label {
    padding-bottom: 8px;
    background-color: #e1e1e1;
    border-radius: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 28px 8px 18px;
    position: relative;
    z-index: 5;
    color: #404040;
    cursor: pointer
}

.header .form-modal .select:last-of-type .label {
    z-index: 3
}

.header .form-modal .label::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 15px;
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #888;
    border-right: 2px solid #888;
    z-index: 5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .form-modal .options {
    padding: 14px 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e1e1e1;
    width: 100%;
    padding-top: 20px;
    display: none;
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
    z-index: 8;
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: 0px 8px 5px -2px rgba(0, 0, 0, .2);
    box-shadow: 0px 8px 5px -2px rgba(0, 0, 0, .2)
}

.header .form-modal .select.open .options {
    display: block;
    position: absolute
}

.header .form-modal .select:last-of-type .options {
    z-index: 2
}

.header .form-modal .select.open .options.knowing .option {
    padding: 7px 18px 7px 37px
}

.header .form-modal .select.open .options.knowing .option::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    left: 17px;
    cursor: pointer
}

.header .form-modal .select.open .options.knowing .option.checked::after {
    content: "✓";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #707070
}

.header .form-modal .option {
    padding: 7px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #404040;
    border-bottom: 1px solid rgba(133, 133, 133, .11);
    cursor: pointer;
    position: relative
}

.header .form-modal .option:last-of-type {
    border: none
}

.header .form-modal .option:hover {
    background-color: #c7c7c7
}

.header .form-modal input[type=submit] {
    font-size: 14px;
    background-color: #ff8d00;
    color: #fff;
    border-radius: 18px;
    font-weight: bold;
    text-align: center;
    padding: 8px 70px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
    cursor: pointer
}

.header .form-modal .alert-msg[class$=visible] {
    color: red;
    display: block;
    margin-bottom: 7px
}

.header .form-modal .input-hidden {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    pointer-events: none
}

.header .condition {
    color: #707070;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px 15px 30px;
    text-align: left
}

.header label.condition {
    margin-top: -20px;
    margin-bottom: 0
}

.header .condition label {
    margin-left: 10px;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block
}

.header .condition p {
    margin-bottom: 15px
}

.header .condition a {
    color: #000;
    text-decoration: underline
}

.header .condition input {
    position: relative
}

.header .condition input::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 100%;
    position: absolute;
    top: -3px;
    left: -3px;
    cursor: pointer
}

.header .condition input:checked::after {
    content: "✓";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    color: #707070;
    cursor: pointer;
    top: -3px
}

.header .error-message {
    color: red;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.header .success-message {
    color: #ff8d00;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px
}

.header .success-description {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px
}

.header .form-success .image-success {
    max-width: 320px;
    margin: 0 auto 15px
}

.header .close-select {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

@media (min-width: 448px) {
    .header .form-modal .form-modal-wrapper {
        margin: 0 auto
    }
}

@media (min-width: 1200px) {
    .header .logo .mobile-logo {
        display: none
    }

    .header .logo .desktop-logo {
        display: block
    }

    .header .logo .desktop-logo svg {
        height: 40px;
        width: 107px
    }

    .header .desktop-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto
    }

    .header .desktop-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0 45px 0 0
    }

    .header .desktop-menu li {
        margin-right: 50px
    }

    .header .desktop-menu .menu>li {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .header .desktop-menu li a {
        color: #f3f3f3;
        font-size: 16px
    }

    .header .desktop-menu .sub-menu {
        z-index: 20;
        display: none;
        margin-right: 0
    }

    .header .desktop-menu .open-sub-menu {
        color: #f3f3f3;
        font-size: 16px
    }

    .header .desktop-menu .open-sub-menu:after {
        content: "";
        display: inline-block;
        border: solid transparent;
        border-top: solid #fff;
        border-width: 6px 4px 0;
        margin: 2px 5px 6px;
        vertical-align: middle;
        -webkit-transition: -webkit-transform .1s linear;
        transition: -webkit-transform .1s linear;
        transition: transform .1s linear;
        transition: transform .1s linear, -webkit-transform .1s linear
    }

    .header .desktop-menu .menu-item-has-children:hover .open-sub-menu:after {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .header .desktop-menu .menu-item.menu-item-has-children:hover .sub-menu,
    .header .desktop-menu .menu-item.menu-item-has-children .sub-menu:hover {
        display: block;
        position: absolute;
        top: 51px;
        padding: 15px 20px;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        background-color: #232323;
        border-radius: 0 0 5px 5px
    }

    .header .desktop-menu .sub-menu .menu-item {
        margin-right: 0
    }

    .header .desktop-menu .sub-menu .menu-item a {
        padding: 5px 15px;
        display: block
    }

    .header .desktop-menu .current-menu-item a,
    .header .desktop-menu .current_page_item a {
        font-weight: 700
    }

    .header .desktop-menu li a:hover {
        text-decoration: underline
    }

    .header .desktop-menu li:last-of-type {
        margin-right: 0
    }

    .header .desktop-menu .search-icon {
        width: 48px;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 20px;
        cursor: pointer
    }

    .header .desktop-menu .search-icon svg {
        fill: #fff;
        width: 18px;
        height: 18px
    }

    .header .toggle-menu {
        display: none
    }

    .header .form-modal {
        width: 632px;
        left: unset;
        right: -100%;
        top: 60px;
        display: block;
        -webkit-transition: right .4s linear;
        transition: right .4s linear;
        overflow: auto
    }

    .header .form-modal.open {
        right: 0;
        left: unset;
        -webkit-transition: right .4s linear;
        transition: right .4s linear
    }

    .header .modal-backdrop {
        position: fixed;
        top: 60px;
        right: 0;
        width: 100vw;
        height: calc(100vh - 60px);
        background-color: rgba(43, 43, 43, .702);
        z-index: 1;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .header .modal-backdrop.show {
        opacity: 1;
        pointer-events: all;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .header .form-modal input[type=text]::-webkit-input-placeholder,
    .header .form-modal textarea::-webkit-input-placeholder {
        font-size: 18px
    }

    .header .form-modal input[type=text]::-moz-placeholder,
    .header .form-modal textarea::-moz-placeholder {
        font-size: 18px
    }

    .header .form-modal input[type=text]:-ms-input-placeholder,
    .header .form-modal textarea:-ms-input-placeholder {
        font-size: 18px
    }

    .header .form-modal input[type=text]::-ms-input-placeholder,
    .header .form-modal textarea::-ms-input-placeholder {
        font-size: 18px
    }

    .header .form-modal input[type=text],
    .header .form-modal input[type=text]::placeholder,
    .header .form-modal textarea::placeholder,
    .header .form-modal .label {
        font-size: 18px
    }

    .header .form-modal {
        height: calc(100vh - 60px)
    }

    .header .form-modal::-webkit-scrollbar {
        width: 2px;
        height: 2px
    }

    .header .form-modal::-webkit-scrollbar-button {
        width: 0px;
        height: 0px
    }

    .header .form-modal::-webkit-scrollbar-thumb {
        background: #ff6a00;
        border: 0px none #fff;
        border-radius: 50px
    }

    .header .form-modal::-webkit-scrollbar-thumb:hover {
        background: #fff
    }

    .header .form-modal::-webkit-scrollbar-thumb:active {
        background: #ff6a00
    }

    .header .form-modal::-webkit-scrollbar-track {
        background: #fff;
        border: 0px none #fff;
        border-radius: 50px
    }

    .header .form-modal::-webkit-scrollbar-track:hover {
        background: #fff
    }

    .header .form-modal::-webkit-scrollbar-track:active {
        background: #fff
    }

    .header .form-modal::-webkit-scrollbar-corner {
        background: transparent
    }
}

.header .dynamic-search {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100vw;
    height: calc(100vh - 60px);
    background: -webkit-gradient(linear, left top, right top, from(#ff9d1c), to(#ff7f21));
    background: linear-gradient(90deg, #ff9d1c 0%, #ff7f21 100%);
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.header .dynamic-search .dynamic-close {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 100px;
    right: 50%;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
    cursor: pointer
}

@media (min-width: 1024px) {
    .header .dynamic-search .dynamic-close {
        right: 200px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 1024px) {
    .header .dynamic-search .dynamic-close {
        right: 250px
    }
}

.header .dynamic-search .dynamic-close svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.header .dynamic-search .dynamic-search-title {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-top: 220px;
    font-weight: 600;
    margin-bottom: 70px
}

.header .dynamic-search .dynamic-search-form {
    text-align: center;
    position: relative
}

.header .dynamic-search .input-text {
    width: 800px;
    height: 55px;
    background-color: #ffcd9c;
    border: none;
    border-radius: 25px;
    padding-left: 190px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    color: #232323;
    font-weight: 700
}

.header .dynamic-search .input-text::-webkit-input-placeholder {
    color: #fff
}

.header .dynamic-search .input-text::-moz-placeholder {
    color: #fff
}

.header .dynamic-search .input-text:-ms-input-placeholder {
    color: #fff
}

.header .dynamic-search .input-text::-ms-input-placeholder {
    color: #fff
}

.header .dynamic-search .input-text::placeholder {
    color: #fff
}

.header .dynamic-search .input-submit {
    height: 44px;
    width: 46px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 50%;
    -webkit-transform: translateX(394px);
    transform: translateX(394px);
    cursor: pointer
}

.header .dynamic-search .input-submit svg {
    width: 23px;
    fill: #ff8d1c
}

.header .dynamic-search .select {
    position: absolute;
    top: 1px;
    left: 50%;
    -webkit-transform: translateX(-399px);
    transform: translateX(-399px);
    background-color: rgba(255, 218, 173, .62);
    padding: 5px;
    border-radius: 25px 25px 20px 20px
}

.header .dynamic-search .select .selected {
    font-size: 24px;
    color: #ff8d00;
    background-color: #fff;
    padding-left: 20px;
    border-radius: 20px;
    padding-right: 50px;
    border: 1px solid #ff8d00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer
}

.header .dynamic-search .select .arrow {
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #ff8d00;
    border-left: 2px solid #ff8d00;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.header .dynamic-search .select .arrow.up {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.header .dynamic-search .select .options {
    position: relative;
    display: none;
    z-index: 1
}

.header .dynamic-search .select .options.open {
    display: block
}

.header .dynamic-search .select .invisible-options {
    display: none;
    position: fixed;
    width: 200vw;
    height: 200vh;
    top: -1000px;
    left: -1000px;
    z-index: 0
}

.header .dynamic-search .select .invisible-options.show {
    display: block
}

.header .dynamic-search .select .option {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 20px;
    cursor: pointer
}

.header .dynamic-search .select .option:first-of-type {
    margin-top: 20px
}

.header .dynamic-search .select .option:hover {
    font-weight: 700
}

.header .dynamic-search.show {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    pointer-events: all
}

.footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 42px;
    background-color: #232323;
    text-align: center;
    line-height: 1.6
}

.footer .title-footer {
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    pointer-events: none;
    line-height: 23.48px;
    color: #fff
}

.footer .title-footer .sub-menu {
    pointer-events: auto;
    padding-top: 16px;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px
}

.footer .social-networks p {
    margin-bottom: 18px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: left
}

.footer .social-networks ul {
    padding: 0;
    margin: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .social-networks ul li {
    list-style: none
}

.footer .social-networks ul li:not(:last-of-type) {
    margin-right: 22px
}


.footer .menu {
    font-size: 14px;
    padding: 0;
    margin: 0
}

.footer .menu li {
    list-style: none;
    margin-bottom: 20px
}

.footer .footer-contact {
    text-align: left
}

.footer .footer-contact h3 {
    padding-bottom: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.48px;
    color: #fff
}

.footer .footer-contact p,
.footer .footer-contact a {
    pointer-events: auto;
    padding-top: 16px;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px
}

.footer .footer-contact .phone-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px
}

.footer .footer-contact .phone-wraper svg {
    width: 14px;
    height: 14px;
    margin-right: 10px
}

.footer .footer-contact .adress-wraper p,
.footer .footer-contact .phone-wraper a {
    color: #fff;
    max-width: 250px
}

.footer .footer-contact .adress-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px
}

.footer .footer-contact .adress-wraper svg {
    width: 10px;
    height: 17px;
    margin-right: 10px
}

.footer .footer-contact .adress-wraper p:not(:last-of-type) {
    margin-bottom: 10px
}

.footer .copyright-text {
    text-align: center;
    padding: 31px 0;
    background-color: #141414;
    color: #707070;
    font-size: 16px;
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    width: 100vw
}

@media (min-width: 768px) {
    .footer .copyright-text {
        -webkit-transform: translateX(-48px);
        transform: translateX(-48px)
    }
}

@media (min-width: 1366px) {
    .footer .copyright-text {
        -webkit-transform: translateX(-96px);
        transform: translateX(-96px)
    }
}

@media (min-width: 1440px) {
    .footer .copyright-text {
        -webkit-transform: translateX(calc(-1 * ((100% - 1174px) / 2)));
        transform: translateX(calc(-1 * ((100% - 1174px) / 2)))
    }
}

@media (min-width: 1024px) {
    .footer {
        padding-top: 50px
    }

    .footer .footer-layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .footer .title-footer {
        padding-bottom: 20px;
        text-align: left;
        font-size: 24px;
        font-weight: 700;
        pointer-events: none;
        line-height: 28.18px
    }

    .footer .title-footer .sub-menu {
        pointer-events: auto;
        padding-top: 21px;
        padding-left: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 18.78px
    }

    .footer .social-networks p {
        text-align: center;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400
    }

    .footer .social-networks ul {
        margin-bottom: 32px;
        justify-content: flex-start
    }

    .footer .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 16px
    }

    .footer .menu li:not(:last-child) {
        margin: 0 38px 30px 0
    }

    .footer .footer-contact {
        margin-left: 60px
    }

    .footer .contacts-wraper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 800px;
        margin: -15px auto 16px auto;
        font-size: 16px
    }

    .footer .contacts-wraper .phone-wraper,
    .footer .contacts-wraper .adress-wraper {
        margin-bottom: 20px
    }

    .footer .contacts-wraper .phone-wraper *,
    .footer .contacts-wraper .adress-wraper * {
        display: inline-block
    }

    .footer .contacts-wraper .phone-wraper svg,
    .footer .contacts-wraper .adress-wraper svg {
        margin: 0 12px 0 0
    }

    .footer .contacts-wraper .phone-wraper p,
    .footer .contacts-wraper .adress-wraper p {
        margin-bottom: 0
    }

    .footer .contacts-wraper .phone-wraper {
        margin-right: 30px
    }

    .footer .copyright-text {
        font-size: 18px;
        padding: 23px 0
    }
}

.amp-consent {
    background-color: transparent;
    bottom: 20px;
    position: relative
}

.amp-consent svg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0
}

.amp-consent .consent-cookie {
    background-color: #312d2d;
    padding: 80px 31px 50px;
    border-radius: 26px;
    height: calc(100% - 35px);
    margin-top: 35px
}

.amp-consent .consent-cookie .text {
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    text-align: justify
}

.amp-consent .consent-cookie .text a {
    font-weight: 600;
    color: #fff
}

.amp-consent .consent-cookie .text a:hover {
    text-decoration: underline
}

.amp-consent .consent-cookie .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.amp-consent .consent-cookie .buttons button {
    padding: 14px 12px;
    border: 1px solid #ff8d00;
    border-radius: 26px;
    width: calc(50% - 6px);
    max-width: 180px;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    color: #ff8d00;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

.amp-consent .consent-cookie .buttons button:first-child {
    margin-right: 14px
}

.amp-consent .consent-cookie .buttons button:hover {
    background-color: #ff8d00;
    color: #f5f5f5
}

@media (min-width: 1024px) {
    .amp-consent .consent-cookie {
        padding: 53px 82px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .amp-consent .consent-cookie .text {
        font-size: 18px;
        margin: 0 43px 0 0;
        width: calc(100% - 283px)
    }

    .amp-consent .consent-cookie .buttons {
        width: 240px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .amp-consent .consent-cookie .buttons button {
        padding: 15px 30px;
        font-size: 18px;
        width: 100%;
        max-width: 100%;
        cursor: pointer
    }

    .amp-consent .consent-cookie .buttons button:first-child {
        margin: 0 0 13px
    }
}

.home-hero {
    padding-top: 54px;
    padding-bottom: 54px;
    margin-bottom: -80px;
    position: relative;
    overflow: hidden
}

.home-hero .hero-background-wrapper {
    background-color: #232323;
    position: absolute;
    z-index: -1;
    height: calc(100% + 80px);
    width: calc(100% + 175px);
    top: 0;
    left: -100px;
    border-radius: 0 0 90% 100%
}

@media (min-width: 1024px) {
    .home-hero .hero-background-wrapper {
        top: -40px
    }
}

@media (min-width: 1024px) {
    .home-hero .hero-podcast {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1024px) {
    .home-hero .hero-podcast .img-wrapper {
        min-width: 200px;
        margin-right: 60px
    }
}

.home-hero .hero-podcast .img-wrapper amp-img {
    max-height: 101px;
    margin-bottom: 10px
}

@media (min-width: 1024px) {
    .home-hero .hero-podcast .img-wrapper amp-img {
        min-height: 389px
    }
}

.home-hero .hero-podcast .hero-content .subtitle {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: left
}

.home-hero .hero-podcast .hero-content .title {
    font-size: 2.66rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
    text-transform: uppercase
}

@media (min-width: 1024px) {
    .home-hero .hero-podcast .hero-content .title {
        font-size: 48px;
    }
}

.home-hero .hero-podcast .hero-content .title span {
    color: #ff8d00
}

.container-socialIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-socialIcons a {
    margin-right: 25px;
}


.home-hero .hero-podcast .hero-content .description {
    color: #fff;
    min-height: 90px;
    line-height: 1.5;
    font-size: 1.25rem;
    margin: 15px 0
}

@media (min-width: 1024px) {
    .home-hero .hero-podcast .hero-content .description {
        margin: 24px 0 50px
    }
}

.home-hero .hero-podcast .hero-content .call {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px
}

@media (min-width: 1024px) {
    .home-hero .hero-podcast .hero-content .call {
        margin-bottom: 15px
    }
}

.home-hero .hero-podcast .hero-content .streams {
    margin-bottom: 60px
}

@media (min-width: 1024px) {
    .home-hero .hero-podcast .hero-content .streams {
        margin-bottom: 90px
    }
}

.home-hero .hero-podcast .hero-content .streams p {
    color: #fff;
    margin-bottom: 15px
}

.home-hero .hero-podcast .hero-content .streams .wrapper-streams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-hero .hero-podcast .hero-content .streams .wrapper-streams a {
    display: inline-block;
    width: 33px;
    height: 33px;
    position: relative;
    margin-bottom: 16px
}

.home-hero .hero-podcast .hero-content .streams .wrapper-streams a:not(:last-child) {
    margin-right: 31px
}

.home-hero .hero-podcast .hero-content .watch-text {
    font-size: 2.25rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center
}

@media (min-width: 1024px) {
    .home-hero .hero-podcast .hero-content .watch-text {
        text-align: left
    }
}

.iframe {
    margin-bottom: 70px
}

@media (min-width: 768px) {
    .iframe {
        margin-bottom: 100px
    }
}

.podcasts h2 {
    font-size: 2.25rem;
    color: #343f4b;
    font-weight: 700;
    margin-bottom: 32px;
    text-align: center
}

.podcasts .filter {
    position: relative;
    margin: 0 24px
}

@media (min-width: 768px) {
    .podcasts .filter {
        max-width: 900px;
        margin: 0 auto
    }
}

.podcasts .filter .category-filter {
    margin: 0 auto -31px;
    padding-left: 0;
    text-align: center;
    position: relative;
    border-radius: 13px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    overflow: hidden;
    height: 62px
}

.podcasts .filter .category-filter::after {
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    width: 20%;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(40%, rgba(255, 255, 255, .97)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, .97) 40%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    border-radius: 13px;
    max-width: 100px
}

.podcasts .filter .category-filter li {
    padding: 19px 10px;
    color: #363636;
    font-size: 16px;
    border-radius: 50px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    margin-left: 0
}

.podcasts .filter .category-filter li.active {
    font-weight: 700
}

.podcasts .filter .category-filter li.active::after {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f70;
    border-radius: 18px
}

.podcasts .filter .category-filter a:last-child {
    margin-right: 40px
}

@media (min-width: 768px) {
    .podcasts .filter .category-filter a:last-child {
        margin-right: 0
    }
}

.podcasts .filter .category-filter a:not(:last-child) {
    margin: 0;
    margin-right: 5px
}

.podcasts .filter .category-filter .amp-carousel-button {
    display: none
}

.podcasts .filter .category-filter .amp-carousel-button:after {
    border-color: #f70;
    border-width: 0 4px 4px 0
}

.podcasts .search-section,
.podcasts .grid {
    background-color: #f2f2f2;
    padding-top: 68px;
    font-size: 16px;
    color: #2e2e2e
}

@media (min-width: 768px) {
    .podcasts .search-section .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        max-width: 900px;
        margin: 0 auto
    }
}

.podcasts .search-section span,
.podcasts .grid span.total-found {
    color: #292929;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 24px 0
}

@media (min-width: 768px) {

    .podcasts .search-section span,
    .podcasts .grid span.total-found {
        margin: 40px 0px
    }
}

.podcasts .search-section .search {
    position: relative;
    width: 100%
}

.podcasts .search-section .search .input-submit {
    position: absolute;
    width: 36px;
    min-height: 36px;
    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;
    border-radius: 50%;
    top: 4px;
    right: 16px
}

.podcasts .search-section .search .input-submit svg {
    -o-object-fit: contain;
    object-fit: contain;
    width: 16px;
    height: 16px;
    fill: #ff8d1c
}

.podcasts .search-section .search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #929292;
    background-color: #f2f2f2;
    border-radius: 25px;
    padding: 12px 24px
}

.podcasts .search-section .order-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #929292;
    background-color: #f2f2f2;
    border-radius: 25px;
    padding: 0;
    cursor: pointer;
    position: relative;
    margin-top: 16px
}

@media (min-width: 768px) {
    .podcasts .search-section .order-select {
        margin-top: 0;
        max-width: 264px;
        margin-left: 32px
    }
}

.podcasts .search-section .order-select::after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 2px solid #929292;
    bottom: 16px;
    right: 24px;
    position: absolute;
    border-top: none;
    border-left: none
}

@media (min-width: 768px) {
    .podcasts .search-section .order-select::after {
        bottom: 20px
    }
}

.podcasts .search-section .order-select p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    padding: 6px 24px;
    display: inline-block;
    width: 100%;
    color: #2e2e2e
}

.podcasts .search-section .order-select p:hover {
    font-weight: 900
}

.podcasts .search-section .order-select .options-wrapper {
    display: none
}

.podcasts .search-section .order-select .selected {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 24px;
    border-radius: 24px;
    text-align: left
}

.podcasts .search-section .order-select .selected:hover {
    background-color: transparent
}

@media (min-width: 768px) {
    .podcasts .search-section .order-select.open {
        margin-bottom: -59px;
        z-index: 1
    }
}

.podcasts .search-section .order-select.open .options-wrapper {
    display: block;
    padding: 18px 0
}

.podcasts .search-section .order-select.open .selected {
    display: none
}

.podcasts .search-section .order-select.open::after {
    bottom: auto;
    top: 16px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

@media (min-width: 768px) {
    .podcasts .search-section .order-select.open::after {
        top: 20px
    }
}

.podcasts .grid {
    padding-top: 0;
    padding-bottom: 67px;
    background-color: #f2f2f2
}

.podcasts .grid .podcast {
    background-color: #fff;
    border-radius: 20px;
    padding: 32px 16px;
    max-width: 350px;
    margin: 0 auto;
    line-height: 1.6
}

@media (min-width: 768px) {
    .podcasts .grid .podcast {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1174px
    }
}

.podcasts .grid .podcast:not(:last-child) {
    margin-bottom: 32px
}

.podcasts .grid .podcast .top-wrapper a {
    color: #f70;
    font-weight: 700
}

.podcasts .grid .podcast .title {
    font-size: 1.5rem;
    color: #292929;
    margin-bottom: 16px
}

.podcasts .grid .podcast .image {
    background-color: #ff9000;
    border-radius: 10px;
    margin: 0 11px 16px;
    padding: 0 48px;
    position: relative
}

.podcasts .grid .podcast .image span {
    position: absolute;
    bottom: -10px;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    cursor: pointer
}

.podcasts .grid .podcast .image span svg {
    height: 48px;
    width: 48px
}

.podcasts .grid .podcast .image amp-img {
    max-height: 135px;
    border-radius: 20px
}

.podcasts .grid .podcast .image.desk {
    display: none
}

@media (min-width: 768px) {
    .podcasts .grid .podcast .image {
        width: 259px;
        height: 259px;
        margin-right: 54px;
        background-color: transparent;
        padding: 0
    }

    .podcasts .grid .podcast .image.mobile {
        display: none
    }

    .podcasts .grid .podcast .image.desk {
        display: block
    }

    .podcasts .grid .podcast .image amp-img {
        width: 259px;
        max-height: 259px
    }

    .podcasts .grid .podcast .image span svg {
        height: 79px;
        width: 79px
    }
}

.podcasts .grid .podcast .excerpt,
.podcasts .grid .podcast .text-complete {
    color: #292929;
    font-size: 1.25rem;
    margin-bottom: 32px
}

.podcasts .grid .podcast .listen-now {
    cursor: pointer;
    display: inline-block;
    padding: 12px 32px;
    background-color: #ff8d00;
    margin-bottom: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 26px
}

.podcasts .grid .podcast .streams .text {
    font-size: 1.25rem;
    color: #292929;
    margin-bottom: 8px;
    font-weight: 700
}

.podcasts .grid .podcast .streams .wrapper-streams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.podcasts .grid .podcast .streams .wrapper-streams a {
    display: inline-block;
    width: 33px;
    height: 33px;
    position: relative;
    margin-bottom: 16px
}

.podcasts .grid .podcast .streams .wrapper-streams a:not(:last-child) {
    margin-right: 31px
}

.podcasts .grid .podcast .recommendation,
.podcasts .grid .podcast .guests {
    font-size: 1.25rem;
    color: #292929;
    margin-bottom: 24px
}

.podcasts .grid .podcast .recommendation p,
.podcasts .grid .podcast .guests p {
    margin-bottom: 8px
}

.podcasts .grid .podcast .recommendation a,
.podcasts .grid .podcast .guests a {
    color: #292929;
    text-decoration: underline
}

.podcasts .grid .podcast .recommendation .text,
.podcasts .grid .podcast .guests .text {
    font-weight: 700
}

.podcasts .grid .podcast .guests a {
    margin-left: 24px;
    vertical-align: middle
}

.podcasts .grid .podcast .guests a svg {
    max-width: 15px
}

.podcasts .grid .podcast .recommendation p {
    font-weight: 700
}

.podcasts .grid .podcast .social {
    margin-bottom: 32px
}

.podcasts .grid .podcast .social h3 {
    font-size: 1.25rem;
    color: #292929;
    margin-bottom: 16px
}

.podcasts .grid .podcast .social div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.podcasts .grid .podcast .social div a {
    height: 18px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.podcasts .grid .podcast .social div a svg {
    height: 28px
}

.podcasts .grid .podcast .social div a:last-of-type {
    margin-right: 0
}

@media (min-width: 768px) {
    .podcasts .grid .podcast .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .podcasts .grid .podcast .social h3 {
        margin-bottom: 0;
        margin-right: 24px
    }
}

.podcasts .grid .podcast .content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.podcasts .grid .podcast .content.open {
    max-height: 100%
}

.podcasts .grid .podcast .meta-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.podcasts .grid .podcast .meta-values p {
    color: #747474;
    font-weight: 700
}

.podcasts .grid .podcast .meta-values button {
    color: #f70;
    font-size: 1.25rem;
    font-weight: 700;
    background-color: unset;
    border: none;
    text-decoration: underline;
    display: none;
    cursor: pointer
}

.podcasts .grid .podcast .meta-values button.open {
    display: inline-block
}

.podcasts .iframe.fixed-podcast {
    position: fixed;
    bottom: 8px;
    width: calc(100% - 48px);
    left: 0;
    z-index: 40;
    opacity: 0;
    pointer-events: none;
    margin-bottom: 0;
    display: none
}

.podcasts .iframe.fixed-podcast.open {
    opacity: 1;
    pointer-events: all;
    display: block
}

.podcasts .iframe.fixed-podcast span {
    position: absolute;
    top: -5px;
    right: -5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    z-index: 50;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    cursor: pointer
}

.podcasts .iframe.fixed-podcast span::after,
.podcasts .iframe.fixed-podcast span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #000;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg)
}

.podcasts .iframe.fixed-podcast span::before {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) rotate(-45deg)
}

@media (min-width: 768px) {
    .podcasts .iframe.fixed-podcast {
        width: calc(100% - 96px)
    }
}

@media (min-width: 1366px) {
    .podcasts .iframe.fixed-podcast {
        width: calc(100% - 192px)
    }
}

@media (min-width: 1440px) {
    .podcasts .iframe.fixed-podcast {
        width: 1174px
    }
}

.podcasts .grid .pagination {
    max-width: 400px;
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0
}


.podcasts .grid .pagination a {
    color: #808080;
    font-size: 18px;
    cursor: pointer;
    padding: 6px
}

.podcasts .grid .pagination .current {
    color: #ff8d00;
    font-weight: 700;
    cursor: default
}

.podcasts .grid .pagination .prev {
    display: inline-block;
    padding: 0;
    width: 16px;
    height: 16px;
    border-color: #c5c5c5;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.podcasts .grid .pagination .next {
    display: inline-block;
    padding: 0;
    width: 16px;
    height: 16px;
    border-color: #c5c5c5;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.podcasts .grid .pagination ul .arrow.previous {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.podcasts .grid .pagination ul .arrow.hidden {
    border-color: transparent;
    pointer-events: none
}

amp-img#wpstats {
    display: none
}

.c {
    filter: url("#a")
}

.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-3c5b507:not(#_#_#_#_#_) {
    enable-background: new 0 0 512 512
}

.amp-wp-925b8b0:not(#_#_#_#_#_) {
    enable-background: new 0 0 98.372 98.372
}


/* VIDEO MODAL */
.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000000cb;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
}

.video-container .close {
    color: #ffffff;
    position: absolute;
    top: 10%;
    right: 25px;
    font-size: 20px;
    cursor: pointer;
}

.video-container iframe {
    width: 90%;
    max-width: 800px;
    transform: scale(0);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    outline: none;
}

.video-container.show {
    pointer-events: all;
    opacity: 1;
}

.video-container.show iframe {
    transform: scale(1);
}