#__nuxt[data-v-3a5ef0f0] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.material-icons[data-v-3a5ef0f0] {
    cursor: pointer
}

.main-container[data-v-3a5ef0f0] {
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 16px!important;
    width: 100%
}

@media(max-width: 1460px) {
    .main-container[data-v-3a5ef0f0] {
        max-width:1200px
    }
}

@media(min-width: 768px)and (max-width:1632px) {
    .main-container[data-v-3a5ef0f0] {
        padding:42px 56px
    }
}

@media(max-width: 769px) {
    .main-container[data-v-3a5ef0f0] {
        max-width:100%;
        min-width: 100%
    }
}

.main-category-heading[data-v-3a5ef0f0] {
    border-bottom: 3px solid #ff3a18;
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    position: relative;
    text-transform: uppercase
}

@media(max-width: 769px) {
    .main-category-heading[data-v-3a5ef0f0] {
        font-size:24px;
        line-height: 30px
    }
}

.rectangle[data-v-3a5ef0f0] {
    align-items: center;
    color: #e2e2e2;
    display: flex!important;
    font-size: 25px;
    font-weight: 600;
    justify-content: center;
    margin: 0 auto 20px
}

.rectangle.bilboard[data-v-3a5ef0f0],.rectangle[data-v-3a5ef0f0] {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.rectangle.bilboard[data-v-3a5ef0f0] {
    max-width: 970px
}

@media(max-width: 769px) {
    .rectangle.bilboard[data-v-3a5ef0f0] {
        width:90%
    }
}

.rectangle.bilboard-large[data-v-3a5ef0f0] {
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto 20px;
    max-width: 970px;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 769px) {
    .rectangle.bilboard-large[data-v-3a5ef0f0] {
        margin:32px auto;
        width: 90%
    }
}

.sidebar-section[data-v-3a5ef0f0] {
    max-width: 377px;
    min-width: 377px;
    width: 377px
}

@media only screen and (min-width: 768px)and (max-width:1368px) {
    .sidebar-section[data-v-3a5ef0f0] {
        max-width:none;
        min-width: auto;
        width: 100%
    }

    .sidebar-section>a[data-v-3a5ef0f0] {
        display: none
    }
}

@media(max-width: 769px) {
    .sidebar-section[data-v-3a5ef0f0] {
        max-width:100%;
        min-width: 100%;
        width: 100%
    }
}

.grid-wrapper[data-v-3a5ef0f0] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-row-start: 1
}

.grid-wrapper .col3[data-v-3a5ef0f0] {
    flex: 1 0 100%;
    margin-bottom: 24px
}

.grid-wrapper .col4[data-v-3a5ef0f0] {
    padding-right: 24px
}

.grid-wrapper .col4[data-v-3a5ef0f0],.grid-wrapper .col5[data-v-3a5ef0f0] {
    flex: 1 1 50%
}

.grid-wrapper .col4 img[data-v-3a5ef0f0],.grid-wrapper .col5 img[data-v-3a5ef0f0] {
    max-height: 181px
}

.grid-wrapper .col4 h1[data-v-3a5ef0f0],.grid-wrapper .col5 h1[data-v-3a5ef0f0] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: Nunito Sans,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-height: 50px;
    min-width: 100%;
    overflow: hidden
}

@media(max-width: 769px) {
    #__nuxt[data-v-3a5ef0f0] {
        overflow-x:hidden
    }
}

.divider[data-v-3a5ef0f0] {
    border-bottom: 1px solid #e2e2e2
}

.image-wrapper-standard[data-v-3a5ef0f0] {
    padding-bottom: 56.2%;
    position: relative
}

.image-wrapper-standard img[data-v-3a5ef0f0] {
    height: 100%;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.example[data-v-3a5ef0f0] {
    display: block;
    height: 85vh;
    letter-spacing: .5px;
    position: relative
}

@media(max-width: 1024px) {
    .example[data-v-3a5ef0f0] {
        height:85vh
    }
}

.label[data-v-3a5ef0f0] {
    color: hsla(0,0%,100%,.8);
    display: block;
    font-family: PT Sans,sans-serif;
    font-size: .8rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.spinner[data-v-3a5ef0f0]:after {
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 40px;
    left: calc(50% - 20px);
    position: absolute;
    top: calc(50% - 20px);
    width: 40px
}

.spinner.grow-pulse[data-v-3a5ef0f0]:after {
    animation: grow-pulse-3a5ef0f0 1s ease-out infinite;
    background-color: #ff3a18
}

@keyframes grow-pulse-3a5ef0f0 {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    30% {
        opacity: .5
    }

    60% {
        opacity: 0;
        transform: scale(1.2)
    }

    to {
        opacity: 0
    }
}

embed[data-v-3a5ef0f0] {
    margin: 0 auto
}

.error[data-v-3a5ef0f0] {
    display: flex;
    flex-direction: column;
    margin: 0 auto 48px;
    max-width: 1260px
}

.error__image[data-v-3a5ef0f0] {
    align-self: center;
    flex: 1 1 auto;
    height: auto;
    width: 400px
}

.error__title[data-v-3a5ef0f0] {
    color: #ff3a18;
    flex: 1 1 auto;
    font-size: 62px;
    font-weight: 600;
    text-align: center
}

@media(max-width: 1024px) {
    .error__title[data-v-3a5ef0f0] {
        font-size:42px
    }
}

.error__subtitle[data-v-3a5ef0f0] {
    color: #8b8b8b;
    flex: 1 1 auto;
    font-size: 28px;
    font-weight: 600;
    text-align: center
}

@media(max-width: 1024px) {
    .error__subtitle[data-v-3a5ef0f0] {
        font-size:24px
    }
}

.error__btn[data-v-3a5ef0f0] {
    align-self: center;
    background-color: #ff3a18;
    border-radius: 7px;
    color: #fff;
    flex: 1 1 auto;
    margin-top: 15px;
    padding: 10px 20px;
    width: -moz-fit-content;
    width: fit-content
}

.nuxt-progress {
    background-color: #ff3a18;
    height: 3px;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: width .1s,opacity .4s;
    width: 0;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com*/
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;
    margin: 0
}

hr {
    color: inherit;
    height: 0
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,select {
    text-transform: none
}

[type=button],[type=submit],button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

fieldset,ol,ul {
    margin: 0;
    padding: 0
}

ol,ul {
    list-style: none
}

html {
    font-family: ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5;
    height: 100%;
}

body {
    font-family: inherit;
    line-height: inherit;
    height: 100%;
}

*,:after,:before {
    border: 0 solid;
    box-sizing: border-box
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::placeholder,textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button],button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,input,optgroup,select,textarea {
    color: inherit;
    line-height: inherit;
    padding: 0
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    height: auto;
    max-width: 100%
}

[hidden] {
    display: none
}

*,:after,:before {
    --tw-border-opacity: 1;
    border-color: #e5e7eb;
    border-color: rgba(229,231,235,var(--tw-border-opacity))
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.top-12 {
    top: 3rem
}

.bottom-12 {
    bottom: 3rem
}

.left-4 {
    left: 1rem
}

.m-0 {
    margin: 0
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.my-3 {
    margin-bottom: .75rem;
    margin-top: .75rem
}

.my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.my-12 {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.my-md {
    margin-bottom: 16px;
    margin-top: 16px
}

.mt-0 {
    margin-top: 0
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.-mt-8 {
    margin-top: -2rem
}

.mt-md {
    margin-top: 16px
}

.mt-lg {
    margin-top: 24px
}

.mr-2 {
    margin-right: .5rem
}

.mr-16 {
    margin-right: 4rem
}

.mr-sm {
    margin-right: 8px
}

.mr-md {
    margin-right: 16px
}

.mr-lg {
    margin-right: 24px
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-md {
    margin-bottom: 16px
}

.mb-lg {
    margin-bottom: 24px
}

.mb-xl {
    margin-bottom: 48px
}

.ml-3 {
    margin-left: .75rem
}

.-ml-px {
    margin-left: -1px
}

.ml-sm {
    margin-left: 8px
}

.ml-md {
    margin-left: 16px
}

.last\:mb-0:last-child {
    margin-bottom: 0
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.flow-root {
    display: flow-root
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-14 {
    height: 3.5rem
}

.h-20 {
    height: 20px
}

.h-full {
    height: 100%
}

.w-0 {
    width: 0
}

.w-8 {
    width: 2rem
}

.w-14 {
    width: 3.5rem
}

.w-144 {
    width: 144px
}

.w-0\.5 {
    width: .125rem
}

.w-full {
    width: 100%
}

.max-w-6xl {
    max-width: 72rem
}

.flex-shrink {
    flex-shrink: 1
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes ping {
    75%,to {
        opacity: 0;
        transform: scale(2)
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {
    0%,to {
        animation-timing-function: cubic-bezier(.8,0,1,1);
        transform: translateY(-25%)
    }

    50% {
        animation-timing-function: cubic-bezier(0,0,.2,1);
        transform: none
    }
}

.cursor-pointer {
    cursor: pointer;
    color: #000;
}

.resize {
    resize: both
}

.list-none {
    list-style-type: none
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.content-start {
    align-content: flex-start
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-4 {
    gap: 1rem
}

.gap-7 {
    gap: 1.75rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: .5rem;
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: 0;
    margin-right: calc(.5rem*var(--tw-space-x-reverse))
}

.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: .75rem;
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: 0;
    margin-right: calc(.75rem*var(--tw-space-x-reverse))
}

.space-x-10>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: 2.5rem;
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse))
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: 0;
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
    margin-top: .5rem;
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)))
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.truncate,.whitespace-nowrap {
    white-space: nowrap
}

.rounded {
    border-radius: .25rem
}

.border {
    border-width: 1px
}

.last\:border-0:last-child {
    border-width: 0
}

.border-t {
    border-top-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b {
    border-bottom-width: 1px
}

.border-white {
    --tw-border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255,255,255,var(--tw-border-opacity))
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: #f3f4f6;
    border-color: rgba(243,244,246,var(--tw-border-opacity))
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: #e5e7eb;
    border-color: rgba(229,231,235,var(--tw-border-opacity))
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: #9ca3af;
    border-color: rgba(156,163,175,var(--tw-border-opacity))
}

.border-red-600 {
    --tw-border-opacity: 1;
    border-color: #dc2626;
    border-color: rgba(220,38,38,var(--tw-border-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--tw-bg-opacity))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243,244,246,var(--tw-bg-opacity))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: #e5e7eb;
    background-color: rgba(229,231,235,var(--tw-bg-opacity))
}

.p-0 {
    padding: 0
}

.p-2 {
    padding: .5rem
}

.p-4 {
    padding: 1rem
}

.p-md {
    padding: 16px
}

.px-md {
    padding-left: 16px;
    padding-right: 16px
}

.px-lg {
    padding-left: 24px;
    padding-right: 24px
}

.py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.py-md {
    padding-bottom: 16px;
    padding-top: 16px
}

.pt-0 {
    padding-top: 0
}

.pt-md {
    padding-top: 16px
}

.pt-up {
    padding-top: 64px
}

.pr-md {
    padding-right: 16px
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pb-md {
    padding-bottom: 16px
}

.pb-lg {
    padding-bottom: 24px
}

.pl-md {
    padding-left: 16px
}

.last\:pb-sm:last-child {
    padding-bottom: 8px
}

.text-center {
    text-align: center
}

.align-middle {
    vertical-align: middle
}

.text-13 {
    font-size: 13px
}

.text-16 {
    font-size: 16px
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem
}

.text-lg,.text-xl {
    line-height: 1.75rem
}

.text-xl {
    font-size: 1.25rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-small {
    font-size: 10px
}

.text-standard {
    font-size: 14px
}

.font-light {
    font-weight: 300
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-black {
    font-weight: 900
}

.uppercase {
    text-transform: uppercase
}

.text-black {
    --tw-text-opacity: 1;
    color: #000;
    color: rgba(0,0,0,var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: #6b7280;
    color: rgba(107,114,128,var(--tw-text-opacity))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: #374151;
    color: rgba(55,65,81,var(--tw-text-opacity))
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: #dc2626;
    color: rgba(220,38,38,var(--tw-text-opacity))
}

.text-blue-900 {
    --tw-text-opacity: 1;
    color: #1e3a8a;
    color: rgba(30,58,138,var(--tw-text-opacity))
}

*,:after,:before {
    --tw-shadow: 0 0 transparent
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

*,:after,:before {
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.invert {
    --tw-invert: invert(100%)
}

.transition {
    transition-duration: .15s;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

@media (max-width: 767px) {
    .sm\:mx-auto {
        margin-left:auto;
        margin-right: auto
    }

    .sm\:my-5 {
        margin-bottom: 1.25rem;
        margin-top: 1.25rem
    }

    .sm\:my-md {
        margin-bottom: 16px;
        margin-top: 16px
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:mt-2 {
        margin-top: .5rem
    }

    .sm\:mt-sm {
        margin-top: 8px
    }

    .sm\:mt-md {
        margin-top: 16px
    }

    .sm\:mt-lg {
        margin-top: 24px
    }

    .sm\:mr-4 {
        margin-right: 1rem
    }

    .sm\:mb-2 {
        margin-bottom: .5rem
    }

    .sm\:mb-5 {
        margin-bottom: 1.25rem
    }

    .sm\:mb-sm {
        margin-bottom: 8px
    }

    .sm\:mb-md {
        margin-bottom: 16px
    }

    .sm\:mb-lg {
        margin-bottom: 24px
    }

    .sm\:ml-0 {
        margin-left: 0
    }

    .sm\:ml-lg {
        margin-left: 24px
    }

    .sm\:flex {
        display: flex
    }

    .sm\:hidden {
        display: none
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1,minmax(0,1fr))
    }

    .sm\:flex-col {
        flex-direction: column
    }

    .sm\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .sm\:items-start {
        align-items: flex-start
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:justify-center {
        justify-content: center
    }

    .sm\:gap-2 {
        gap: .5rem
    }

    .sm\:border-0 {
        border-width: 0
    }

    .sm\:border-t {
        border-top-width: 1px
    }

    .sm\:border-b {
        border-bottom-width: 1px
    }

    .sm\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: #e5e7eb;
        border-color: rgba(229,231,235,var(--tw-border-opacity))
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .sm\:px-md {
        padding-left: 16px;
        padding-right: 16px
    }

    .sm\:py-md {
        padding-bottom: 16px;
        padding-top: 16px
    }

    .sm\:py-lg {
        padding-bottom: 24px;
        padding-top: 24px
    }

    .sm\:pb-sm {
        padding-bottom: 8px
    }

    .sm\:pb-md {
        padding-bottom: 16px
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .md\:my-10 {
        margin-bottom:2.5rem;
        margin-top: 2.5rem
    }

    .md\:mt-5 {
        margin-top: 1.25rem
    }

    .md\:mt-md {
        margin-top: 16px
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem
    }

    .md\:mb-md {
        margin-bottom: 16px
    }

    .md\:ml-lg {
        margin-left: 24px
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:space-x-5>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: 1.25rem;
        margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
        margin-right: 0;
        margin-right: calc(1.25rem*var(--tw-space-x-reverse))
    }

    .md\:text-center {
        text-align: center
    }
}

@media (min-width: 1025px) and (max-width:1279px) {
    .lg\:mt-md {
        margin-top:16px
    }

    .lg\:mb-14 {
        margin-bottom: 3.5rem
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:space-x-5>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: 1.25rem;
        margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
        margin-right: 0;
        margin-right: calc(1.25rem*var(--tw-space-x-reverse))
    }

    .lg\:last\:border-0:last-child {
        border-width: 0
    }
}

@media (min-width: 1280px) and (max-width:1460px) {
    .xl\:mt-md {
        margin-top:16px
    }

    .xl\:mr-md {
        margin-right: 16px
    }

    .xl\:mb-14 {
        margin-bottom: 3.5rem
    }

    .xl\:flex {
        display: flex
    }

    .xl\:hidden {
        display: none
    }

    .xl\:flex-row {
        flex-direction: row
    }

    .xl\:space-x-5>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: 1.25rem;
        margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
        margin-right: 0;
        margin-right: calc(1.25rem*var(--tw-space-x-reverse))
    }

    .xl\:last\:border-0:last-child {
        border-width: 0
    }

    .xl\:pr-md {
        padding-right: 16px
    }
}

@media (min-width: 1461px) {
    .up\:mt-md {
        margin-top:16px
    }

    .up\:mt-lg {
        margin-top: 24px
    }

    .up\:flex {
        display: flex
    }

    .up\:hidden {
        display: none
    }

    .up\:flex-row {
        flex-direction: row
    }

    .up\:last\:border-0:last-child {
        border-width: 0
    }

    .up\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

#__nuxt {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.material-icons {
    cursor: pointer
}

.main-container {
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 16px!important;
    width: 100%
}

@media(max-width: 1460px) {
    .main-container {
        max-width:1200px
    }
}

@media(min-width: 768px)and (max-width:1632px) {
    .main-container {
        padding:42px 56px
    }
}

@media(max-width: 769px) {
    .main-container {
        max-width:100%;
        min-width: 100%
    }
}

.main-category-heading {
    border-bottom: 3px solid #ff3a18;
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    position: relative;
    text-transform: uppercase
}

@media(max-width: 769px) {
    .main-category-heading {
        font-size:24px;
        line-height: 30px
    }
}

.rectangle {
    align-items: center;
    color: #e2e2e2;
    display: flex!important;
    font-size: 25px;
    font-weight: 600;
    justify-content: center;
    margin: 0 auto 20px
}

.rectangle,.rectangle.bilboard {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.rectangle.bilboard {
    max-width: 970px
}

@media(max-width: 769px) {
    .rectangle.bilboard {
        width:90%
    }
}

.rectangle.bilboard-large {
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto 20px;
    max-width: 970px;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 769px) {
    .rectangle.bilboard-large {
        margin:32px auto;
        width: 90%
    }
}

.sidebar-section {
    max-width: 377px;
    min-width: 377px;
    width: 377px
}

@media only screen and (min-width: 768px)and (max-width:1368px) {
    .sidebar-section {
        max-width:none;
        min-width: auto;
        width: 100%
    }

    .sidebar-section>a {
        display: none
    }
}

@media(max-width: 769px) {
    .sidebar-section {
        max-width:100%;
        min-width: 100%;
        width: 100%
    }
}

.grid-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-row-start: 1
}

.grid-wrapper .col3 {
    flex: 1 0 100%;
    margin-bottom: 24px
}

.grid-wrapper .col4 {
    padding-right: 24px
}

.grid-wrapper .col4,.grid-wrapper .col5 {
    flex: 1 1 50%
}

.grid-wrapper .col4 img,.grid-wrapper .col5 img {
    max-height: 181px
}

.grid-wrapper .col4 h1,.grid-wrapper .col5 h1 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: Nunito Sans,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-height: 50px;
    min-width: 100%;
    overflow: hidden
}

@media(max-width: 769px) {
    #__nuxt {
        overflow-x:hidden
    }
}

.divider {
    border-bottom: 1px solid #e2e2e2
}

.image-wrapper-standard {
    padding-bottom: 56.2%;
    position: relative
}

.image-wrapper-standard img {
    height: 100%;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.example {
    display: block;
    height: 85vh;
    letter-spacing: .5px;
    position: relative
}

@media(max-width: 1024px) {
    .example {
        height:85vh
    }
}

.label {
    color: hsla(0,0%,100%,.8);
    display: block;
    font-family: PT Sans,sans-serif;
    font-size: .8rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.spinner:after {
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 40px;
    left: calc(50% - 20px);
    position: absolute;
    top: calc(50% - 20px);
    width: 40px
}

.spinner.grow-pulse:after {
    animation: grow-pulse 1s ease-out infinite;
    background-color: #ff3a18
}

@keyframes grow-pulse {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    30% {
        opacity: .5
    }

    60% {
        opacity: 0;
        transform: scale(1.2)
    }

    to {
        opacity: 0
    }
}

embed {
    margin: 0 auto
}

.active[data-v-65dbcc12] {
    font-weight: 700;
    color: #000;
}

#__nuxt[data-v-96a4cb72] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.material-icons[data-v-96a4cb72] {
    cursor: pointer
}

.main-container[data-v-96a4cb72] {
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 16px!important;
    width: 100%
}

@media(max-width: 1460px) {
    .main-container[data-v-96a4cb72] {
        max-width:1200px
    }
}

@media(min-width: 768px)and (max-width:1632px) {
    .main-container[data-v-96a4cb72] {
        padding:42px 56px
    }
}

@media(max-width: 769px) {
    .main-container[data-v-96a4cb72] {
        max-width:100%;
        min-width: 100%
    }
}

.main-category-heading[data-v-96a4cb72] {
    border-bottom: 3px solid #ff3a18;
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    position: relative;
    text-transform: uppercase
}

@media(max-width: 769px) {
    .main-category-heading[data-v-96a4cb72] {
        font-size:24px;
        line-height: 30px
    }
}

.rectangle[data-v-96a4cb72] {
    align-items: center;
    color: #e2e2e2;
    display: flex!important;
    font-size: 25px;
    font-weight: 600;
    justify-content: center;
    margin: 0 auto 20px
}

.rectangle.bilboard[data-v-96a4cb72],.rectangle[data-v-96a4cb72] {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.rectangle.bilboard[data-v-96a4cb72] {
    max-width: 970px
}

@media(max-width: 769px) {
    .rectangle.bilboard[data-v-96a4cb72] {
        width:90%
    }
}

.rectangle.bilboard-large[data-v-96a4cb72] {
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto 20px;
    max-width: 970px;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 769px) {
    .rectangle.bilboard-large[data-v-96a4cb72] {
        margin:32px auto;
        width: 90%
    }
}

.sidebar-section[data-v-96a4cb72] {
    max-width: 377px;
    min-width: 377px;
    width: 377px
}

@media only screen and (min-width: 768px)and (max-width:1368px) {
    .sidebar-section[data-v-96a4cb72] {
        max-width:none;
        min-width: auto;
        width: 100%
    }

    .sidebar-section>a[data-v-96a4cb72] {
        display: none
    }
}

@media(max-width: 769px) {
    .sidebar-section[data-v-96a4cb72] {
        max-width:100%;
        min-width: 100%;
        width: 100%
    }
}

.grid-wrapper[data-v-96a4cb72] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-row-start: 1
}

.grid-wrapper .col3[data-v-96a4cb72] {
    flex: 1 0 100%;
    margin-bottom: 24px
}

.grid-wrapper .col4[data-v-96a4cb72] {
    padding-right: 24px
}

.grid-wrapper .col4[data-v-96a4cb72],.grid-wrapper .col5[data-v-96a4cb72] {
    flex: 1 1 50%
}

.grid-wrapper .col4 img[data-v-96a4cb72],.grid-wrapper .col5 img[data-v-96a4cb72] {
    max-height: 181px
}

.grid-wrapper .col4 h1[data-v-96a4cb72],.grid-wrapper .col5 h1[data-v-96a4cb72] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: Nunito Sans,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-height: 50px;
    min-width: 100%;
    overflow: hidden
}

@media(max-width: 769px) {
    #__nuxt[data-v-96a4cb72] {
        overflow-x:hidden
    }
}

.divider[data-v-96a4cb72] {
    border-bottom: 1px solid #e2e2e2
}

.image-wrapper-standard[data-v-96a4cb72] {
    padding-bottom: 56.2%;
    position: relative
}

.image-wrapper-standard img[data-v-96a4cb72] {
    height: 100%;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.example[data-v-96a4cb72] {
    display: block;
    height: 85vh;
    letter-spacing: .5px;
    position: relative
}

@media(max-width: 1024px) {
    .example[data-v-96a4cb72] {
        height:85vh
    }
}

.label[data-v-96a4cb72] {
    color: hsla(0,0%,100%,.8);
    display: block;
    font-family: PT Sans,sans-serif;
    font-size: .8rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.spinner[data-v-96a4cb72]:after {
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 40px;
    left: calc(50% - 20px);
    position: absolute;
    top: calc(50% - 20px);
    width: 40px
}

.spinner.grow-pulse[data-v-96a4cb72]:after {
    animation: grow-pulse-96a4cb72 1s ease-out infinite;
    background-color: #ff3a18
}

@keyframes grow-pulse-96a4cb72 {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    30% {
        opacity: .5
    }

    60% {
        opacity: 0;
        transform: scale(1.2)
    }

    to {
        opacity: 0
    }
}

embed[data-v-96a4cb72] {
    margin: 0 auto
}

.navigation__btn[data-v-96a4cb72] {
    cursor: pointer;
    height: 18px;
    margin-left: 24px;
    margin-top: 5px;
    width: 18px
}

.headerbar-wrapper[data-v-96a4cb72] {
    align-items: flex-start;
    border-bottom: 1px solid #eeefef;
    display: flex;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.headerbar-wrapper .main-container[data-v-96a4cb72] {
    padding: 0
}

@media(min-width: 1632px) {
    .headerbar-wrapper .main-container[data-v-96a4cb72] {
        padding:0 56px
    }
}

.headerbar-wrapper__logo[data-v-96a4cb72] {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #eeefef;
    display: flex;
    height: 80px;
    justify-content: space-between;
    transition: all .3s ease;
    width: 100%
}

.headerbar-wrapper__logo .top-logo[data-v-96a4cb72] {
    transition: all .6s ease;
    width: 160px
}

.headerbar-wrapper__logo.shrink[data-v-96a4cb72] {
    height: 57px
}

.headerbar-wrapper__logo.shrink .top-logo[data-v-96a4cb72] {
    width: 80px
}

.headerbar-wrapper .social-share a[data-v-96a4cb72] {
    margin-right: 8px
}

.headerbar-wrapper .social-share a[data-v-96a4cb72]:last-child {
    margin-right: 0
}

.headerbar-wrapper .social-share a img[data-v-96a4cb72] {
    transition: all .3s ease
}

.headerbar-wrapper .social-share a:hover img[data-v-96a4cb72] {
    opacity: .8
}

.headerbar-wrapper__main[data-v-96a4cb72] {
    background: #fff;
    color: #000;
    height: 59px
}

@media(max-width: 1460px) {
    .headerbar-wrapper__main[data-v-96a4cb72] {
        height:-moz-min-content;
        height: min-content;
        padding: 10px 0
    }
}

.headerbar-wrapper__main__navigation[data-v-96a4cb72] {
    list-style: none;
    padding: 0
}

@media(max-width: 1460px) {
    .headerbar-wrapper__main__navigation[data-v-96a4cb72] {
        /* align-items:flex-start; */
        /* display: flex; */
        /* flex-direction: column; */
        /* flex-wrap: wrap; */
        /* margin-left: 20px; */
    }
}

.headerbar-wrapper__main__navigation li[data-v-96a4cb72] {
    color: #fff;
    margin-right: 34px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 1460px) {
    .headerbar-wrapper__main__navigation li[data-v-96a4cb72] {
        padding-bottom:7px
    }
}

.headerbar-wrapper__main__navigation li[data-v-96a4cb72]:after {
    background: red;
    border-radius: 2px;
    content: "";
    height: 4px;
    left: -19px;
    position: absolute;
    top: 17px;
    width: 4px
}

.headerbar-wrapper__main__navigation li[data-v-96a4cb72]:first-child:after {
    display: none
}

@media(max-width: 1460px) {
    .headerbar-wrapper__main__navigation li[data-v-96a4cb72]:first-child:after {
        display:block
    }
}

.headerbar-wrapper__main__navigation li a[data-v-96a4cb72] {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

.headerbar-wrapper__main__right[data-v-96a4cb72] {
    justify-content: flex-end;
    width: 100%
}

.headerbar-wrapper__main__right img[data-v-96a4cb72] {
    height: 23px;
    margin-right: 8px
}

.headerbar-wrapper__main__right img[data-v-96a4cb72]:last-child {
    margin-right: 0
}

.headerbar-wrapper .categories-dropdown[data-v-96a4cb72] {
    background: #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,.161);
    display: flex;
    height: 700px;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    top: 134px;
    width: 100%;
    z-index: 1
}

.headerbar-wrapper .categories-dropdown .inner[data-v-96a4cb72] {
    display: flex;
    justify-content: space-between;
    padding: 48px
}

.headerbar-wrapper .categories-dropdown .inner a[data-v-96a4cb72] {
    color: #000;
    font-weight: 700;
    padding-left: 12px;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase
}

.headerbar-wrapper .categories-dropdown .inner a[data-v-96a4cb72]:before {
    background: red;
    border-radius: 2px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 4px
}

.headerbar-wrapper .categories-dropdown .inner ul[data-v-96a4cb72] {
    list-style: none;
    padding-left: 12px
}

.headerbar-wrapper .categories-dropdown .inner ul li[data-v-96a4cb72] {
    font-size: 14px;
    margin-bottom: 12px
}

.search-input-wrapper[data-v-96a4cb72] {
    align-items: center;
    background: #f1f1f1;
    display: flex;
    flex: 1;
    height: 56px;
    margin-left: 20px;
    right: 0
}

.search-input-wrapper input[data-v-96a4cb72] {
    background: transparent;
    border: none;
    color: #000;
    height: 100%;
    outline: none;
    width: 100%
}

.search-input-wrapper input[data-v-96a4cb72]::-moz-placeholder {
    color: #080808
}

.search-input-wrapper input[data-v-96a4cb72]::placeholder {
    color: #080808
}

.border-r[data-v-96a4cb72] {
    border-right: 1px solid #ddd;
    margin-right: 16px;
    padding-right: 16px
}

.red-btn[data-v-96a4cb72] {
    align-items: center;
    background: red;
    color: #fff;
    display: flex;
    height: 56px;
    width: 57px
}

.header[data-v-96a4cb72] {
    background: red;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 1
}

.headroom[data-v-96a4cb72] {
    transition: transform .2s linear;
    will-change: transform
}

.headroom--pinned[data-v-96a4cb72] {
    transform: translateY(0)
}

.headroom--unpinned[data-v-96a4cb72] {
    transform: translateY(-100%)
}

#scroll-loader-container[data-v-96a4cb72] {
    background: #fff;
    position: sticky;
    width: 100%
}

a.nuxt-link-active[data-v-96a4cb72],a.nuxt-link-exact-active[data-v-96a4cb72] {
    font-weight: 700
}

.user-box[data-v-96a4cb72]:hover {
    background: red
}

.user-box:hover img[data-v-96a4cb72] {
    filter: brightness(100)
}

@media(max-width: 769px) {
    .user-box .logo_radio[data-v-96a4cb72] {
        width:100%
    }
}

.radio-logo[data-v-96a4cb72] {
    height: 32px!important
}

.add-button[data-v-96a4cb72] {
    background-color: #ff3a18;
    border-radius: 5px;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px
}

#__nuxt[data-v-652889d1] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.material-icons[data-v-652889d1] {
    cursor: pointer
}

.main-container[data-v-652889d1] {
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 16px!important;
    width: 100%
}

@media(max-width: 1460px) {
    .main-container[data-v-652889d1] {
        max-width:1200px
    }
}

@media(min-width: 768px)and (max-width:1632px) {
    .main-container[data-v-652889d1] {
        padding:42px 56px
    }
}

@media(max-width: 769px) {
    .main-container[data-v-652889d1] {
        max-width:100%;
        min-width: 100%
    }
}

.main-category-heading[data-v-652889d1] {
    border-bottom: 3px solid #ff3a18;
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    position: relative;
    text-transform: uppercase
}

@media(max-width: 769px) {
    .main-category-heading[data-v-652889d1] {
        font-size:24px;
        line-height: 30px
    }
}

.rectangle[data-v-652889d1] {
    align-items: center;
    color: #e2e2e2;
    display: flex!important;
    font-size: 25px;
    font-weight: 600;
    justify-content: center;
    margin: 0 auto 20px
}

.rectangle.bilboard[data-v-652889d1],.rectangle[data-v-652889d1] {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.rectangle.bilboard[data-v-652889d1] {
    max-width: 970px
}

@media(max-width: 769px) {
    .rectangle.bilboard[data-v-652889d1] {
        width:90%
    }
}

.rectangle.bilboard-large[data-v-652889d1] {
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto 20px;
    max-width: 970px;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 769px) {
    .rectangle.bilboard-large[data-v-652889d1] {
        margin:32px auto;
        width: 90%
    }
}

.sidebar-section[data-v-652889d1] {
    max-width: 377px;
    min-width: 377px;
    width: 377px
}

@media only screen and (min-width: 768px)and (max-width:1368px) {
    .sidebar-section[data-v-652889d1] {
        max-width:none;
        min-width: auto;
        width: 100%
    }

    .sidebar-section>a[data-v-652889d1] {
        display: none
    }
}

@media(max-width: 769px) {
    .sidebar-section[data-v-652889d1] {
        max-width:100%;
        min-width: 100%;
        width: 100%
    }
}

.grid-wrapper[data-v-652889d1] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-row-start: 1
}

.grid-wrapper .col3[data-v-652889d1] {
    flex: 1 0 100%;
    margin-bottom: 24px
}

.grid-wrapper .col4[data-v-652889d1] {
    padding-right: 24px
}

.grid-wrapper .col4[data-v-652889d1],.grid-wrapper .col5[data-v-652889d1] {
    flex: 1 1 50%
}

.grid-wrapper .col4 img[data-v-652889d1],.grid-wrapper .col5 img[data-v-652889d1] {
    max-height: 181px
}

.grid-wrapper .col4 h1[data-v-652889d1],.grid-wrapper .col5 h1[data-v-652889d1] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: Nunito Sans,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-height: 50px;
    min-width: 100%;
    overflow: hidden
}

@media(max-width: 769px) {
    #__nuxt[data-v-652889d1] {
        overflow-x:hidden
    }
}

.divider[data-v-652889d1] {
    border-bottom: 1px solid #e2e2e2
}

.image-wrapper-standard[data-v-652889d1] {
    padding-bottom: 56.2%;
    position: relative
}

.image-wrapper-standard img[data-v-652889d1] {
    height: 100%;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.example[data-v-652889d1] {
    display: block;
    height: 85vh;
    letter-spacing: .5px;
    position: relative
}

@media(max-width: 1024px) {
    .example[data-v-652889d1] {
        height:85vh
    }
}

.label[data-v-652889d1] {
    color: hsla(0,0%,100%,.8);
    display: block;
    font-family: PT Sans,sans-serif;
    font-size: .8rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.spinner[data-v-652889d1]:after {
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 40px;
    left: calc(50% - 20px);
    position: absolute;
    top: calc(50% - 20px);
    width: 40px
}

.spinner.grow-pulse[data-v-652889d1]:after {
    animation: grow-pulse-652889d1 1s ease-out infinite;
    background-color: #ff3a18
}

@keyframes grow-pulse-652889d1 {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    30% {
        opacity: .5
    }

    60% {
        opacity: 0;
        transform: scale(1.2)
    }

    to {
        opacity: 0
    }
}

embed[data-v-652889d1] {
    margin: 0 auto
}

.cookie-consent[data-v-652889d1] {
    align-items: center;
    align-self: center;
    background: #ff3a18;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 16px;
    position: fixed;
    width: 100%;
    z-index: 1000
}

@media(max-width: 769px) {
    .cookie-consent[data-v-652889d1] {
        flex-direction:column;
        text-align: center
    }
}

.cookie-consent-link[data-v-652889d1] {
    margin-left: 6px;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.cookie-consent button[data-v-652889d1] {
    background: #012027;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    height: 42px;
    margin-left: 12px;
    outline: none;
    padding: 0 22px;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 769px) {
    .cookie-consent button[data-v-652889d1] {
        margin-top:12px
    }
}

#__nuxt[data-v-51f75236] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.material-icons[data-v-51f75236] {
    cursor: pointer
}

.main-container[data-v-51f75236] {
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 16px!important;
    width: 100%
}

@media(max-width: 1460px) {
    .main-container[data-v-51f75236] {
        max-width:1200px
    }
}

@media(min-width: 768px)and (max-width:1632px) {
    .main-container[data-v-51f75236] {
        padding:42px 56px
    }
}

@media(max-width: 769px) {
    .main-container[data-v-51f75236] {
        max-width:100%;
        min-width: 100%
    }
}

.main-category-heading[data-v-51f75236] {
    border-bottom: 3px solid #ff3a18;
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    position: relative;
    text-transform: uppercase
}

@media(max-width: 769px) {
    .main-category-heading[data-v-51f75236] {
        font-size:24px;
        line-height: 30px
    }
}

.rectangle[data-v-51f75236] {
    align-items: center;
    color: #e2e2e2;
    display: flex!important;
    font-size: 25px;
    font-weight: 600;
    justify-content: center;
    margin: 0 auto 20px
}

.rectangle.bilboard[data-v-51f75236],.rectangle[data-v-51f75236] {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.rectangle.bilboard[data-v-51f75236] {
    max-width: 970px
}

@media(max-width: 769px) {
    .rectangle.bilboard[data-v-51f75236] {
        width:90%
    }
}

.rectangle.bilboard-large[data-v-51f75236] {
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto 20px;
    max-width: 970px;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 769px) {
    .rectangle.bilboard-large[data-v-51f75236] {
        margin:32px auto;
        width: 90%
    }
}

.sidebar-section[data-v-51f75236] {
    max-width: 377px;
    min-width: 377px;
    width: 377px
}

@media only screen and (min-width: 768px)and (max-width:1368px) {
    .sidebar-section[data-v-51f75236] {
        max-width:none;
        min-width: auto;
        width: 100%
    }

    .sidebar-section>a[data-v-51f75236] {
        display: none
    }
}

@media(max-width: 769px) {
    .sidebar-section[data-v-51f75236] {
        max-width:100%;
        min-width: 100%;
        width: 100%
    }
}

.grid-wrapper[data-v-51f75236] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-row-start: 1
}

.grid-wrapper .col3[data-v-51f75236] {
    flex: 1 0 100%;
    margin-bottom: 24px
}

.grid-wrapper .col4[data-v-51f75236] {
    padding-right: 24px
}

.grid-wrapper .col4[data-v-51f75236],.grid-wrapper .col5[data-v-51f75236] {
    flex: 1 1 50%
}

.grid-wrapper .col4 img[data-v-51f75236],.grid-wrapper .col5 img[data-v-51f75236] {
    max-height: 181px
}

.grid-wrapper .col4 h1[data-v-51f75236],.grid-wrapper .col5 h1[data-v-51f75236] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: Nunito Sans,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-height: 50px;
    min-width: 100%;
    overflow: hidden
}

@media(max-width: 769px) {
    #__nuxt[data-v-51f75236] {
        overflow-x:hidden
    }
}

.divider[data-v-51f75236] {
    border-bottom: 1px solid #e2e2e2
}

.image-wrapper-standard[data-v-51f75236] {
    padding-bottom: 56.2%;
    position: relative
}

.image-wrapper-standard img[data-v-51f75236] {
    height: 100%;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.example[data-v-51f75236] {
    display: block;
    height: 85vh;
    letter-spacing: .5px;
    position: relative
}

@media(max-width: 1024px) {
    .example[data-v-51f75236] {
        height:85vh
    }
}

.label[data-v-51f75236] {
    color: hsla(0,0%,100%,.8);
    display: block;
    font-family: PT Sans,sans-serif;
    font-size: .8rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.spinner[data-v-51f75236]:after {
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 40px;
    left: calc(50% - 20px);
    position: absolute;
    top: calc(50% - 20px);
    width: 40px
}

.spinner.grow-pulse[data-v-51f75236]:after {
    animation: grow-pulse-51f75236 1s ease-out infinite;
    background-color: #ff3a18
}

@keyframes grow-pulse-51f75236 {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    30% {
        opacity: .5
    }

    60% {
        opacity: 0;
        transform: scale(1.2)
    }

    to {
        opacity: 0
    }
}

embed[data-v-51f75236] {
    margin: 0 auto
}

.footer-wrapper[data-v-51f75236] {
    align-items: flex-start;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: flex-start;
    width: 100%
}

.footer-wrapper__newsletter[data-v-51f75236] {
    align-items: center;
    background: #ff3a18;
    display: flex;
    justify-content: center;
    min-height: 125px;
    width: 100%
}

@media(min-width: 768px)and (max-width:1632px) {
    .footer-wrapper__newsletter>div[data-v-51f75236] {
        padding:14px 56px
    }
}

@media(max-width: 769px) {
    .footer-wrapper__newsletter[data-v-51f75236] {
        height:-moz-fit-content;
        height: fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        padding: 32px 16px
    }
}

.footer-wrapper__newsletter p[data-v-51f75236] {
    color: #fff;
    font-family: "Source Serif Pro",serif;
    font-size: 23px;
    line-height: 33px
}

@media(max-width: 1279px) {
    .footer-wrapper__newsletter p[data-v-51f75236] {
        font-size:18px;
        line-height: 24px
    }
}

@media(max-width: 769px) {
    .footer-wrapper__newsletter p[data-v-51f75236] {
        font-size:16px
    }
}

.footer-wrapper__newsletter p[data-v-51f75236]:first-child {
    font-size: 28px
}

@media(max-width: 769px) {
    .footer-wrapper__newsletter p[data-v-51f75236]:first-child {
        font-size:24px
    }
}

.footer-wrapper__newsletter input[data-v-51f75236] {
    background: #fff;
    border: none;
    border-radius: 4px;
    height: 42px;
    outline: none;
    padding: 0 16px;
    width: 400px
}

@media(max-width: 769px) {
    .footer-wrapper__newsletter input[data-v-51f75236] {
        margin-bottom:16px;
        width: 100%
    }
}

.footer-wrapper__newsletter button[data-v-51f75236] {
    background: #012027;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    height: 42px;
    outline: none;
    padding: 0 16px;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 1279px) {
    .footer-wrapper__newsletter button[data-v-51f75236] {
        font-size:14px;
        white-space: nowrap
    }
}

@media(max-width: 769px) {
    .footer-wrapper__newsletter button[data-v-51f75236] {
        min-width:100%
    }
}

.footer-wrapper__main[data-v-51f75236] {
    background: #212121;
    height: 100%;
    padding: 32px 0 0;
    width: 100%
}

@media(max-width: 769px) {
    .footer-wrapper__main[data-v-51f75236] {
        padding:32px 16px
    }
}

.footer-wrapper__main .first-row[data-v-51f75236] {
    border-bottom: 1px solid #313131;
    padding-bottom: 32px
}

@media(max-width: 769px) {
    .footer-wrapper__main .first-row[data-v-51f75236] {
        align-items:center;
        justify-content: center;
        padding-bottom: 32px
    }
}

.footer-wrapper__main .footer-box[data-v-51f75236] {
    align-items: center;
    border-bottom: 1px solid #313131;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
    padding: 32px 0
}

@media(max-width: 769px) {
    .footer-wrapper__main .footer-box[data-v-51f75236] {
        gap:0;
        justify-content: center
    }
}

.footer-wrapper__main .footer-pages[data-v-51f75236] {
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    list-style: none;
    margin: 0;
    padding: 0
}

@media(max-width: 1279px) {
    .footer-wrapper__main .footer-pages[data-v-51f75236] {
        border-bottom:1px solid #313131;
        padding-bottom: 32px;
        width: 100%
    }
}

@media(max-width: 769px) {
    .footer-wrapper__main .footer-pages[data-v-51f75236] {
        align-items:flex-start;
        align-items: center;
        border-bottom: 1px solid #313131;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 32px;
        padding-bottom: 32px;
        width: 100%
    }
}

.footer-wrapper__main .footer-pages li[data-v-51f75236] {
    border-right: 1px solid #ff3a18;
    color: #fff;
    font-size: 16px;
    margin-right: 24px;
    padding-right: 24px;
    transition: all .2s ease
}

.footer-wrapper__main .footer-pages li[data-v-51f75236]:hover {
    color: #e3e3e3
}

@media(max-width: 769px) {
    .footer-wrapper__main .footer-pages li[data-v-51f75236] {
        border-right:none;
        margin-bottom: 12px;
        margin-right: 0;
        padding-right: 0
    }
}

.footer-wrapper__main .footer-pages li[data-v-51f75236]:last-child {
    border-right: 0
}

.footer-wrapper__main .copyrights[data-v-51f75236] {
    display: flex;
    flex-direction: column
}

.footer-wrapper__main .copyrights p[data-v-51f75236] {
    color: #fff;
    font-family: "Source Serif Pro",serif;
    font-size: 16px
}

@media(max-width: 769px) {
    .footer-wrapper__main .copyrights p[data-v-51f75236] {
        text-align:center
    }
}

.social-share img[data-v-51f75236] {
    filter: brightness(0) invert(1);
    height: 32px;
    transition: all .3s ease;
    width: 32px
}

.social-share img[data-v-51f75236]:hover {
    filter: none;
    opacity: .7
}

.footer-logo[data-v-51f75236] {
    max-width: 120px;
    width: 100%
}

#__nuxt[data-v-eeaec04e] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.material-icons[data-v-eeaec04e] {
    cursor: pointer
}

.main-container[data-v-eeaec04e] {
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 16px!important;
    width: 100%
}

@media(max-width: 1460px) {
    .main-container[data-v-eeaec04e] {
        max-width:1200px
    }
}

@media(min-width: 768px)and (max-width:1632px) {
    .main-container[data-v-eeaec04e] {
        padding:42px 56px
    }
}

@media(max-width: 769px) {
    .main-container[data-v-eeaec04e] {
        max-width:100%;
        min-width: 100%
    }
}

.main-category-heading[data-v-eeaec04e] {
    border-bottom: 3px solid #ff3a18;
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    position: relative;
    text-transform: uppercase
}

@media(max-width: 769px) {
    .main-category-heading[data-v-eeaec04e] {
        font-size:24px;
        line-height: 30px
    }
}

.rectangle[data-v-eeaec04e] {
    align-items: center;
    color: #e2e2e2;
    display: flex!important;
    font-size: 25px;
    font-weight: 600;
    justify-content: center;
    margin: 0 auto 20px
}

.rectangle.bilboard[data-v-eeaec04e],.rectangle[data-v-eeaec04e] {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.rectangle.bilboard[data-v-eeaec04e] {
    max-width: 970px
}

@media(max-width: 769px) {
    .rectangle.bilboard[data-v-eeaec04e] {
        width:90%
    }
}

.rectangle.bilboard-large[data-v-eeaec04e] {
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto 20px;
    max-width: 970px;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 769px) {
    .rectangle.bilboard-large[data-v-eeaec04e] {
        margin:32px auto;
        width: 90%
    }
}

.sidebar-section[data-v-eeaec04e] {
    max-width: 377px;
    min-width: 377px;
    width: 377px
}

@media only screen and (min-width: 768px)and (max-width:1368px) {
    .sidebar-section[data-v-eeaec04e] {
        max-width:none;
        min-width: auto;
        width: 100%
    }

    .sidebar-section>a[data-v-eeaec04e] {
        display: none
    }
}

@media(max-width: 769px) {
    .sidebar-section[data-v-eeaec04e] {
        max-width:100%;
        min-width: 100%;
        width: 100%
    }
}

.grid-wrapper[data-v-eeaec04e] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-row-start: 1
}

.grid-wrapper .col3[data-v-eeaec04e] {
    flex: 1 0 100%;
    margin-bottom: 24px
}

.grid-wrapper .col4[data-v-eeaec04e] {
    padding-right: 24px
}

.grid-wrapper .col4[data-v-eeaec04e],.grid-wrapper .col5[data-v-eeaec04e] {
    flex: 1 1 50%
}

.grid-wrapper .col4 img[data-v-eeaec04e],.grid-wrapper .col5 img[data-v-eeaec04e] {
    max-height: 181px
}

.grid-wrapper .col4 h1[data-v-eeaec04e],.grid-wrapper .col5 h1[data-v-eeaec04e] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: Nunito Sans,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-height: 50px;
    min-width: 100%;
    overflow: hidden
}

@media(max-width: 769px) {
    #__nuxt[data-v-eeaec04e] {
        overflow-x:hidden
    }
}

.divider[data-v-eeaec04e] {
    border-bottom: 1px solid #e2e2e2
}

.image-wrapper-standard[data-v-eeaec04e] {
    padding-bottom: 56.2%;
    position: relative
}

.image-wrapper-standard img[data-v-eeaec04e] {
    height: 100%;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.example[data-v-eeaec04e] {
    display: block;
    height: 85vh;
    letter-spacing: .5px;
    position: relative
}

@media(max-width: 1024px) {
    .example[data-v-eeaec04e] {
        height:85vh
    }
}

.label[data-v-eeaec04e] {
    color: hsla(0,0%,100%,.8);
    display: block;
    font-family: PT Sans,sans-serif;
    font-size: .8rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.spinner[data-v-eeaec04e]:after {
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 40px;
    left: calc(50% - 20px);
    position: absolute;
    top: calc(50% - 20px);
    width: 40px
}

.spinner.grow-pulse[data-v-eeaec04e]:after {
    animation: grow-pulse-eeaec04e 1s ease-out infinite;
    background-color: #ff3a18
}

@keyframes grow-pulse-eeaec04e {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    30% {
        opacity: .5
    }

    60% {
        opacity: 0;
        transform: scale(1.2)
    }

    to {
        opacity: 0
    }
}

embed[data-v-eeaec04e] {
    margin: 0 auto
}

.headerbar-wrapper[data-v-eeaec04e] {
    background: #fff;
    border-bottom: 1px solid #eeefef;
    flex-direction: column;
    height: auto;
    padding: 16px;
    position: fixed;
    top: 0;
    z-index: 999
}

.headerbar-wrapper .inner[data-v-eeaec04e],.headerbar-wrapper[data-v-eeaec04e] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.headerbar-wrapper .inner[data-v-eeaec04e] {
    flex-direction: row
}

.headerbar-wrapper .top-logo[data-v-eeaec04e] {
    height: 27px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto
}

.headerbar-wrapper__main[data-v-eeaec04e] {
    background: #fff;
    color: #000;
    height: 59px
}

.headerbar-wrapper__main__navigation[data-v-eeaec04e] {
    list-style: none;
    padding: 0
}

.headerbar-wrapper__main__navigation li[data-v-eeaec04e] {
    color: #fff;
    margin-right: 34px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.headerbar-wrapper__main__navigation li[data-v-eeaec04e]:after {
    background: red;
    border-radius: 2px;
    content: "";
    height: 4px;
    position: absolute;
    right: -19px;
    top: 12px;
    width: 4px
}

.headerbar-wrapper__main__navigation li a[data-v-eeaec04e] {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase
}

.headerbar-wrapper__main__navigation li[data-v-eeaec04e]:last-child:after {
    display: none
}

.headerbar-wrapper__main__right[data-v-eeaec04e] {
    justify-content: flex-end;
    width: 100%
}

.headerbar-wrapper__main__right img[data-v-eeaec04e] {
    height: 23px;
    margin-right: 8px
}

.headerbar-wrapper__main__right img[data-v-eeaec04e]:last-child {
    margin-right: 0
}

.headerbar-wrapper .categories-dropdown[data-v-eeaec04e] {
    background: #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,.161);
    display: flex;
    flex-direction: column;
    height: calc(100vh - 57px);
    left: 0;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    top: 57px;
    width: 100%;
    z-index: 1
}

.search-input-wrapper[data-v-eeaec04e] {
    align-items: center;
    background: #fff;
    display: flex;
    flex: 1;
    height: 56px;
    left: 0;
    position: absolute;
    width: 70%
}

.search-input-wrapper input[data-v-eeaec04e] {
    background: transparent;
    border: none;
    color: #fff;
    height: 100%;
    outline: none;
    width: 100%
}

.search-input-wrapper input[data-v-eeaec04e]::-moz-placeholder {
    color: #080808
}

.search-input-wrapper input[data-v-eeaec04e]::placeholder {
    color: #080808
}

.border-r[data-v-eeaec04e] {
    border-right: none
}

.search-btn[data-v-eeaec04e] {
    align-items: center;
    display: flex;
    height: 58px;
    justify-content: center;
    width: 58px
}

.search-btn.red-btn[data-v-eeaec04e] {
    background-color: #ff3a18;
    color: #fff
}

.search-btn.white-btn[data-v-eeaec04e] {
    background: none;
    color: #000
}

.header[data-v-eeaec04e] {
    background: red;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 1
}

.headroom[data-v-eeaec04e] {
    transition: transform .2s linear;
    will-change: transform
}

.headroom--pinned[data-v-eeaec04e] {
    transform: translateY(0)
}

.headroom--unpinned[data-v-eeaec04e] {
    transform: translateY(-100%)
}

#scroll-loader-container[data-v-eeaec04e] {
    background: #fff;
    position: sticky;
    width: 100%
}

.radio-mobile[data-v-eeaec04e] {
    background: #ff3a18;
    height: 57px
}

.social[data-v-eeaec04e] {
    height: 32px;
    width: 32px
}

.language[data-v-eeaec04e] {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

#scroll-loader-container[data-v-eeaec04e] {
    position: absolute;
    top: 55px
}

.radio-logo[data-v-eeaec04e] {
    max-height: 30px
}

.add-button[data-v-eeaec04e] {
    background-color: #ff3a18;
    border-radius: 5px;
    color: #fff;
    font-family: inherit;
    font-size: 9px;
    font-weight: 600;
    padding: 5px 10px
}

#__nuxt[data-v-4cf8b9e3] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.material-icons[data-v-4cf8b9e3] {
    cursor: pointer
}

.main-container[data-v-4cf8b9e3] {
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 16px!important;
    width: 100%
}

@media(max-width: 1460px) {
    .main-container[data-v-4cf8b9e3] {
        max-width:1200px
    }
}

@media(min-width: 768px)and (max-width:1632px) {
    .main-container[data-v-4cf8b9e3] {
        padding:42px 56px
    }
}

@media(max-width: 769px) {
    .main-container[data-v-4cf8b9e3] {
        max-width:100%;
        min-width: 100%
    }
}

.main-category-heading[data-v-4cf8b9e3] {
    border-bottom: 3px solid #ff3a18;
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    position: relative;
    text-transform: uppercase
}

@media(max-width: 769px) {
    .main-category-heading[data-v-4cf8b9e3] {
        font-size:24px;
        line-height: 30px
    }
}

.rectangle[data-v-4cf8b9e3] {
    align-items: center;
    color: #e2e2e2;
    display: flex!important;
    font-size: 25px;
    font-weight: 600;
    justify-content: center;
    margin: 0 auto 20px
}

.rectangle.bilboard[data-v-4cf8b9e3],.rectangle[data-v-4cf8b9e3] {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.rectangle.bilboard[data-v-4cf8b9e3] {
    max-width: 970px
}

@media(max-width: 769px) {
    .rectangle.bilboard[data-v-4cf8b9e3] {
        width:90%
    }
}

.rectangle.bilboard-large[data-v-4cf8b9e3] {
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto 20px;
    max-width: 970px;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 769px) {
    .rectangle.bilboard-large[data-v-4cf8b9e3] {
        margin:32px auto;
        width: 90%
    }
}

.sidebar-section[data-v-4cf8b9e3] {
    max-width: 377px;
    min-width: 377px;
    width: 377px
}

@media only screen and (min-width: 768px)and (max-width:1368px) {
    .sidebar-section[data-v-4cf8b9e3] {
        max-width:none;
        min-width: auto;
        width: 100%
    }

    .sidebar-section>a[data-v-4cf8b9e3] {
        display: none
    }
}

@media(max-width: 769px) {
    .sidebar-section[data-v-4cf8b9e3] {
        max-width:100%;
        min-width: 100%;
        width: 100%
    }
}

.grid-wrapper[data-v-4cf8b9e3] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-row-start: 1
}

.grid-wrapper .col3[data-v-4cf8b9e3] {
    flex: 1 0 100%;
    margin-bottom: 24px
}

.grid-wrapper .col4[data-v-4cf8b9e3] {
    padding-right: 24px
}

.grid-wrapper .col4[data-v-4cf8b9e3],.grid-wrapper .col5[data-v-4cf8b9e3] {
    flex: 1 1 50%
}

.grid-wrapper .col4 img[data-v-4cf8b9e3],.grid-wrapper .col5 img[data-v-4cf8b9e3] {
    max-height: 181px
}

.grid-wrapper .col4 h1[data-v-4cf8b9e3],.grid-wrapper .col5 h1[data-v-4cf8b9e3] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: Nunito Sans,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-height: 50px;
    min-width: 100%;
    overflow: hidden
}

@media(max-width: 769px) {
    #__nuxt[data-v-4cf8b9e3] {
        overflow-x:hidden
    }
}

.divider[data-v-4cf8b9e3] {
    border-bottom: 1px solid #e2e2e2
}

.image-wrapper-standard[data-v-4cf8b9e3] {
    padding-bottom: 56.2%;
    position: relative
}

.image-wrapper-standard img[data-v-4cf8b9e3] {
    height: 100%;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.example[data-v-4cf8b9e3] {
    display: block;
    height: 85vh;
    letter-spacing: .5px;
    position: relative
}

@media(max-width: 1024px) {
    .example[data-v-4cf8b9e3] {
        height:85vh
    }
}

.label[data-v-4cf8b9e3] {
    color: hsla(0,0%,100%,.8);
    display: block;
    font-family: PT Sans,sans-serif;
    font-size: .8rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.spinner[data-v-4cf8b9e3]:after {
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 40px;
    left: calc(50% - 20px);
    position: absolute;
    top: calc(50% - 20px);
    width: 40px
}

.spinner.grow-pulse[data-v-4cf8b9e3]:after {
    animation: grow-pulse-4cf8b9e3 1s ease-out infinite;
    background-color: #ff3a18
}

@keyframes grow-pulse-4cf8b9e3 {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    30% {
        opacity: .5
    }

    60% {
        opacity: 0;
        transform: scale(1.2)
    }

    to {
        opacity: 0
    }
}

embed[data-v-4cf8b9e3] {
    margin: 0 auto
}

.landing-page[data-v-4cf8b9e3] {
    padding-top: 180px
}

@media(max-width: 1460px) {
    .landing-page[data-v-4cf8b9e3] {
        padding-top:110px
    }
}

@media(max-width: 769px) {
    .landing-page[data-v-4cf8b9e3] {
        padding-top:73px
    }
}

#__nuxt[data-v-6843e992] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.material-icons[data-v-6843e992] {
    cursor: pointer
}

.main-container[data-v-6843e992] {
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 16px!important;
    width: 100%
}

@media(max-width: 1460px) {
    .main-container[data-v-6843e992] {
        max-width:1200px
    }
}

@media(min-width: 768px)and (max-width:1632px) {
    .main-container[data-v-6843e992] {
        padding:42px 56px
    }
}

@media(max-width: 769px) {
    .main-container[data-v-6843e992] {
        max-width:100%;
        min-width: 100%
    }
}

.main-category-heading[data-v-6843e992] {
    border-bottom: 3px solid #ff3a18;
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    position: relative;
    text-transform: uppercase
}

@media(max-width: 769px) {
    .main-category-heading[data-v-6843e992] {
        font-size:24px;
        line-height: 30px
    }
}

.rectangle[data-v-6843e992] {
    align-items: center;
    color: #e2e2e2;
    display: flex!important;
    font-size: 25px;
    font-weight: 600;
    justify-content: center;
    margin: 0 auto 20px
}

.rectangle.bilboard[data-v-6843e992],.rectangle[data-v-6843e992] {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.rectangle.bilboard[data-v-6843e992] {
    max-width: 970px
}

@media(max-width: 769px) {
    .rectangle.bilboard[data-v-6843e992] {
        width:90%
    }
}

.rectangle.bilboard-large[data-v-6843e992] {
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto 20px;
    max-width: 970px;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 769px) {
    .rectangle.bilboard-large[data-v-6843e992] {
        margin:32px auto;
        width: 90%
    }
}

.sidebar-section[data-v-6843e992] {
    max-width: 377px;
    min-width: 377px;
    width: 377px
}

@media only screen and (min-width: 768px)and (max-width:1368px) {
    .sidebar-section[data-v-6843e992] {
        max-width:none;
        min-width: auto;
        width: 100%
    }

    .sidebar-section>a[data-v-6843e992] {
        display: none
    }
}

@media(max-width: 769px) {
    .sidebar-section[data-v-6843e992] {
        max-width:100%;
        min-width: 100%;
        width: 100%
    }
}

.grid-wrapper[data-v-6843e992] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-row-start: 1
}

.grid-wrapper .col3[data-v-6843e992] {
    flex: 1 0 100%;
    margin-bottom: 24px
}

.grid-wrapper .col4[data-v-6843e992] {
    padding-right: 24px
}

.grid-wrapper .col4[data-v-6843e992],.grid-wrapper .col5[data-v-6843e992] {
    flex: 1 1 50%
}

.grid-wrapper .col4 img[data-v-6843e992],.grid-wrapper .col5 img[data-v-6843e992] {
    max-height: 181px
}

.grid-wrapper .col4 h1[data-v-6843e992],.grid-wrapper .col5 h1[data-v-6843e992] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: Nunito Sans,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-height: 50px;
    min-width: 100%;
    overflow: hidden
}

@media(max-width: 769px) {
    #__nuxt[data-v-6843e992] {
        overflow-x:hidden
    }
}

.divider[data-v-6843e992] {
    border-bottom: 1px solid #e2e2e2
}

.image-wrapper-standard[data-v-6843e992] {
    padding-bottom: 56.2%;
    position: relative
}

.image-wrapper-standard img[data-v-6843e992] {
    height: 100%;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.example[data-v-6843e992] {
    display: block;
    height: 85vh;
    letter-spacing: .5px;
    position: relative
}

@media(max-width: 1024px) {
    .example[data-v-6843e992] {
        height:85vh
    }
}

.label[data-v-6843e992] {
    color: hsla(0,0%,100%,.8);
    display: block;
    font-family: PT Sans,sans-serif;
    font-size: .8rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.spinner[data-v-6843e992]:after {
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 40px;
    left: calc(50% - 20px);
    position: absolute;
    top: calc(50% - 20px);
    width: 40px
}

.spinner.grow-pulse[data-v-6843e992]:after {
    animation: grow-pulse-6843e992 1s ease-out infinite;
    background-color: #ff3a18
}

@keyframes grow-pulse-6843e992 {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    30% {
        opacity: .5
    }

    60% {
        opacity: 0;
        transform: scale(1.2)
    }

    to {
        opacity: 0
    }
}

embed[data-v-6843e992] {
    margin: 0 auto
}

[data-v-6843e992] .swiper {
    width: 100%!important
}

@media(max-width: 1279px) {
    [data-v-6843e992] .swiper {
        height:auto!important;
        width: 100%!important
    }
}

@media(max-width: 769px) {
    [data-v-6843e992] .swiper {
        height:auto!important;
        margin-left: calc(-50vw + 50%);
        width: 100vw!important
    }

    [data-v-6843e992] #silentbox-overlay__close-button {
        height: 3.75rem;
        width: 4.75rem
    }
}

[data-v-6843e992] #silentbox-overlay__close-button .icon:hover:after,[data-v-6843e992] #silentbox-overlay__close-button .icon:hover:before {
    background: #ff3a18
}

@media(max-width: 769px) {
    [data-v-6843e992] #silentbox-overlay__close-button .icon {
        left:50%;
        margin: 0;
        top: 50%;
        transform: translate(-50%,-50%)
    }
}

[data-v-6843e992] #silentbox-overlay__background {
    background-color: #222
}

[data-v-6843e992] #silentbox-overlay__description {
    left: -15%;
    position: absolute;
    top: -14%
}

@media(max-width: 1279px) {
    [data-v-6843e992] #silentbox-overlay__description {
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        left: 10px;
        margin-right: 120px;
        overflow: hidden;
        text-align: left;
        top: -110px
    }
}

@media(max-width: 769px) {
    [data-v-6843e992] #silentbox-overlay__description {
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        left: 10px;
        margin-right: 65px;
        overflow: hidden;
        text-align: left;
        top: -80px
    }
}

[data-v-6843e992] #silentbox-overlay__embed {
    top: 0
}

[data-v-6843e992] #silentbox-overlay__embed img {
    width: auto
}

@media(max-width: 769px) {
    [data-v-6843e992] #silentbox-overlay__embed {
        height:80%;
        width: 100%
    }

    [data-v-6843e992] #silentbox-overlay__embed img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media(max-width: 1279px) {
    [data-v-6843e992] #silentbox-overlay__embed {
        height:80%;
        width: 100%
    }

    [data-v-6843e992] #silentbox-overlay__embed img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

[data-v-6843e992] .swiper-slide,[data-v-6843e992] .swiper-slide img {
    height: 100%!important;
    width: 100%!important
}

[data-v-6843e992] .swiper-slide img {
    -o-object-fit: cover!important;
    object-fit: cover!important
}

[data-v-6843e992] .swiper-button-prev {
    left: 0
}

[data-v-6843e992] .swiper-button-next {
    right: 0
}

[data-v-6843e992] .swiper-button-next,[data-v-6843e992] .swiper-button-prev {
    background-color: rgba(0,0,0,.4);
    color: #fff;
    height: 100%;
    top: 21px;
    width: 40px
}

[data-v-6843e992] .swiper-button-next:active,[data-v-6843e992] .swiper-button-next:focus,[data-v-6843e992] .swiper-button-next:hover,[data-v-6843e992] .swiper-button-prev:active,[data-v-6843e992] .swiper-button-prev:focus,[data-v-6843e992] .swiper-button-prev:hover {
    color: #ff3a18
}

[data-v-6843e992] .swiper-pagination {
    text-align: right
}

[data-v-6843e992] .swiper-pagination-fraction {
    color: #fff!important;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    left: inherit;
    right: 50px;
    width: -moz-fit-content;
    width: fit-content
}

#silentbox-overlay__content[data-v-6843e992] {
    position: relative
}

[data-v-6843e992] #silentbox-overlay__arrow-buttons .arrow:active,[data-v-6843e992] #silentbox-overlay__arrow-buttons .arrow:focus,[data-v-6843e992] #silentbox-overlay__arrow-buttons .arrow:hover {
    border-color: #ff3a18
}

.image-description[data-v-6843e992] {
    color: #bfbfbf;
    font-size: 14px
}

.image-description-swiper[data-v-6843e992] {
    background-color: rgba(0,0,0,.4);
    bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 50px;
    margin-bottom: 0!important;
    max-width: 700px;
    padding: 2px 8px;
    position: absolute
}

@media(max-width: 1279px) {
    .image-description-swiper[data-v-6843e992] {
        max-width:500px
    }
}

@media(max-width: 769px) {
    .image-description-swiper[data-v-6843e992] {
        max-width:215px
    }
}

.errorMsg[data-v-6843e992] {
    color: #ff3a18;
    font-size: 14px;
    font-style: italic;
    font-weight: 300
}

.silentbox-placeholder[data-v-6843e992] {
    display: none;
    height: 0!important;
    max-height: 0!important;
    max-width: 0!important;
    width: 0!important
}

@media(max-width: 769px) {
    .image-wrapper-standard[data-v-6843e992] {
        margin-left:calc(-50vw + 50%);
        max-width: 100vw;
        width: 100vw
    }
}

#__nuxt[data-v-1939085b] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.material-icons[data-v-1939085b] {
    cursor: pointer
}

.main-container[data-v-1939085b] {
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 16px!important;
    width: 100%
}

@media(max-width: 1460px) {
    .main-container[data-v-1939085b] {
        max-width:1200px
    }
}

@media(min-width: 768px)and (max-width:1632px) {
    .main-container[data-v-1939085b] {
        padding:42px 56px
    }
}

@media(max-width: 769px) {
    .main-container[data-v-1939085b] {
        max-width:100%;
        min-width: 100%
    }
}

.main-category-heading[data-v-1939085b] {
    border-bottom: 3px solid #ff3a18;
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    position: relative;
    text-transform: uppercase
}

@media(max-width: 769px) {
    .main-category-heading[data-v-1939085b] {
        font-size:24px;
        line-height: 30px
    }
}

.rectangle[data-v-1939085b] {
    align-items: center;
    color: #e2e2e2;
    display: flex!important;
    font-size: 25px;
    font-weight: 600;
    justify-content: center;
    margin: 0 auto 20px
}

.rectangle.bilboard[data-v-1939085b],.rectangle[data-v-1939085b] {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.rectangle.bilboard[data-v-1939085b] {
    max-width: 970px
}

@media(max-width: 769px) {
    .rectangle.bilboard[data-v-1939085b] {
        width:90%
    }
}

.rectangle.bilboard-large[data-v-1939085b] {
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto 20px;
    max-width: 970px;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 769px) {
    .rectangle.bilboard-large[data-v-1939085b] {
        margin:32px auto;
        width: 90%
    }
}

.sidebar-section[data-v-1939085b] {
    max-width: 377px;
    min-width: 377px;
    width: 377px
}

@media only screen and (min-width: 768px)and (max-width:1368px) {
    .sidebar-section[data-v-1939085b] {
        max-width:none;
        min-width: auto;
        width: 100%
    }

    .sidebar-section>a[data-v-1939085b] {
        display: none
    }
}

@media(max-width: 769px) {
    .sidebar-section[data-v-1939085b] {
        max-width:100%;
        min-width: 100%;
        width: 100%
    }
}

.grid-wrapper[data-v-1939085b] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-row-start: 1
}

.grid-wrapper .col3[data-v-1939085b] {
    flex: 1 0 100%;
    margin-bottom: 24px
}

.grid-wrapper .col4[data-v-1939085b] {
    padding-right: 24px
}

.grid-wrapper .col4[data-v-1939085b],.grid-wrapper .col5[data-v-1939085b] {
    flex: 1 1 50%
}

.grid-wrapper .col4 img[data-v-1939085b],.grid-wrapper .col5 img[data-v-1939085b] {
    max-height: 181px
}

.grid-wrapper .col4 h1[data-v-1939085b],.grid-wrapper .col5 h1[data-v-1939085b] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: Nunito Sans,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-height: 50px;
    min-width: 100%;
    overflow: hidden
}

@media(max-width: 769px) {
    #__nuxt[data-v-1939085b] {
        overflow-x:hidden
    }
}

.divider[data-v-1939085b] {
    border-bottom: 1px solid #e2e2e2
}

.image-wrapper-standard[data-v-1939085b] {
    padding-bottom: 56.2%;
    position: relative
}

.image-wrapper-standard img[data-v-1939085b] {
    height: 100%;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.example[data-v-1939085b] {
    display: block;
    height: 85vh;
    letter-spacing: .5px;
    position: relative
}

@media(max-width: 1024px) {
    .example[data-v-1939085b] {
        height:85vh
    }
}

.label[data-v-1939085b] {
    color: hsla(0,0%,100%,.8);
    display: block;
    font-family: PT Sans,sans-serif;
    font-size: .8rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.spinner[data-v-1939085b]:after {
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 40px;
    left: calc(50% - 20px);
    position: absolute;
    top: calc(50% - 20px);
    width: 40px
}

.spinner.grow-pulse[data-v-1939085b]:after {
    animation: grow-pulse-1939085b 1s ease-out infinite;
    background-color: #ff3a18
}

@keyframes grow-pulse-1939085b {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    30% {
        opacity: .5
    }

    60% {
        opacity: 0;
        transform: scale(1.2)
    }

    to {
        opacity: 0
    }
}

embed[data-v-1939085b] {
    margin: 0 auto
}

[data-v-1939085b] .swiper {
    width: 100%!important
}

@media(max-width: 1279px) {
    [data-v-1939085b] .swiper {
        height:auto!important;
        width: 100%!important
    }
}

@media(max-width: 769px) {
    [data-v-1939085b] .swiper {
        height:auto!important;
        margin-left: calc(-50vw + 50%);
        width: 100vw!important
    }

    [data-v-1939085b] #silentbox-overlay__close-button {
        height: 3.75rem;
        width: 4.75rem
    }
}

[data-v-1939085b] #silentbox-overlay__close-button .icon:hover:after,[data-v-1939085b] #silentbox-overlay__close-button .icon:hover:before {
    background: #ff3a18
}

@media(max-width: 769px) {
    [data-v-1939085b] #silentbox-overlay__close-button .icon {
        left:50%;
        margin: 0;
        top: 50%;
        transform: translate(-50%,-50%)
    }
}

[data-v-1939085b] #silentbox-overlay__background {
    background-color: #222
}

[data-v-1939085b] #silentbox-overlay__description {
    left: -15%;
    position: absolute;
    top: -14%
}

@media(max-width: 1279px) {
    [data-v-1939085b] #silentbox-overlay__description {
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        left: 10px;
        margin-right: 120px;
        overflow: hidden;
        text-align: left;
        top: -110px
    }
}

@media(max-width: 769px) {
    [data-v-1939085b] #silentbox-overlay__description {
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        left: 10px;
        margin-right: 65px;
        overflow: hidden;
        text-align: left;
        top: -80px
    }
}

[data-v-1939085b] #silentbox-overlay__embed {
    top: 0
}

[data-v-1939085b] #silentbox-overlay__embed img {
    width: auto
}

@media(max-width: 769px) {
    [data-v-1939085b] #silentbox-overlay__embed {
        height:80%;
        width: 100%
    }

    [data-v-1939085b] #silentbox-overlay__embed img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media(max-width: 1279px) {
    [data-v-1939085b] #silentbox-overlay__embed {
        height:80%;
        width: 100%
    }

    [data-v-1939085b] #silentbox-overlay__embed img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

[data-v-1939085b] .swiper-slide,[data-v-1939085b] .swiper-slide img {
    height: 100%!important;
    width: 100%!important
}

[data-v-1939085b] .swiper-slide img {
    -o-object-fit: cover!important;
    object-fit: cover!important
}

[data-v-1939085b] .swiper-button-prev {
    left: 0
}

[data-v-1939085b] .swiper-button-next {
    right: 0
}

[data-v-1939085b] .swiper-button-next,[data-v-1939085b] .swiper-button-prev {
    background-color: rgba(0,0,0,.4);
    color: #fff;
    height: 100%;
    top: 21px;
    width: 40px
}

[data-v-1939085b] .swiper-button-next:active,[data-v-1939085b] .swiper-button-next:focus,[data-v-1939085b] .swiper-button-next:hover,[data-v-1939085b] .swiper-button-prev:active,[data-v-1939085b] .swiper-button-prev:focus,[data-v-1939085b] .swiper-button-prev:hover {
    color: #ff3a18
}

[data-v-1939085b] .swiper-pagination {
    text-align: right
}

[data-v-1939085b] .swiper-pagination-fraction {
    color: #fff!important;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    left: inherit;
    right: 50px;
    width: -moz-fit-content;
    width: fit-content
}

#silentbox-overlay__content[data-v-1939085b] {
    position: relative
}

[data-v-1939085b] #silentbox-overlay__arrow-buttons .arrow:active,[data-v-1939085b] #silentbox-overlay__arrow-buttons .arrow:focus,[data-v-1939085b] #silentbox-overlay__arrow-buttons .arrow:hover {
    border-color: #ff3a18
}

.image-description[data-v-1939085b] {
    color: #bfbfbf;
    font-size: 14px
}

.image-description-swiper[data-v-1939085b] {
    background-color: rgba(0,0,0,.4);
    bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 50px;
    margin-bottom: 0!important;
    max-width: 700px;
    padding: 2px 8px;
    position: absolute
}
body {
	height: 100%;
}
@media(max-width: 1279px) {
    .image-description-swiper[data-v-1939085b] {
        max-width:500px
    }
}

@media(max-width: 769px) {
    .image-description-swiper[data-v-1939085b] {
        max-width:215px
    }
}

.errorMsg[data-v-1939085b] {
    color: #ff3a18;
    font-size: 14px;
    font-style: italic;
    font-weight: 300
}

.silentbox-placeholder[data-v-1939085b] {
    display: none;
    height: 0!important;
    max-height: 0!important;
    max-width: 0!important;
    width: 0!important
}

@media(max-width: 769px) {
    .image-wrapper-standard[data-v-1939085b] {
        margin-left:calc(-50vw + 50%);
        max-width: 100vw;
        width: 100vw
    }
}
