:root {
--cc-bg: #fff;
--cc-text: #1f1f1f;
--cc-border-radius: .35em;
--cc-btn-primary-bg: #3D839A;
--cc-btn-primary-text: var(--cc-bg);
--cc-btn-primary-hover-bg: #1d2e38;
--cc-btn-secondary-bg: #eaeff2;
--cc-btn-secondary-text: var(--cc-text);
--cc-btn-secondary-hover-bg: #d8e0e6;
--cc-btn-border-radius: 4px;
--cc-toggle-bg-off: #919ea6;
--cc-toggle-bg-on: var(--cc-btn-primary-bg);
--cc-toggle-bg-readonly: #d5dee2;
--cc-toggle-knob-bg: #fff;
--cc-toggle-knob-icon-color: #ecf2fa;
--cc-block-text: var(--cc-text);
--cc-cookie-category-block-bg: #f0f4f7;
--cc-cookie-category-block-bg-hover: #e9eff4;
--cc-section-border: #f1f3f5;
--cc-cookie-table-border: #e9edf2;
--cc-overlay-bg: rgba(4, 6, 8, .85);
--cc-webkit-scrollbar-bg: #cfd5db;
--cc-webkit-scrollbar-bg-hover: #9199a0
}
.c_darkmode {
--cc-bg: #181b1d;
--cc-text: #d8e5ea;
--cc-btn-primary-bg: #a6c4dd;
--cc-btn-primary-text: #000;
--cc-btn-primary-hover-bg: #c2dff7;
--cc-btn-secondary-bg: #33383c;
--cc-btn-secondary-text: var(--cc-text);
--cc-btn-secondary-hover-bg: #3e454a;
--cc-toggle-bg-off: #667481;
--cc-toggle-bg-on: var(--cc-btn-primary-bg);
--cc-toggle-bg-readonly: #454c54;
--cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
--cc-toggle-knob-icon-color: var(--cc-bg);
--cc-block-text: #b3bfc5;
--cc-cookie-category-block-bg: #23272a;
--cc-cookie-category-block-bg-hover: #2b3035;
--cc-section-border: #292d31;
--cc-cookie-table-border: #2b3035;
--cc-webkit-scrollbar-bg: #667481;
--cc-webkit-scrollbar-bg-hover: #9199a0
}
.cc_div *,
.cc_div :after,
.cc_div :before,
.cc_div :hover {
animation: none;
background: none;
border: none;
border-radius: unset;
box-shadow: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
float: none;
font-family: inherit;
font-size: 1em;
font-style: inherit;
font-variant: normal;
font-weight: inherit;
height: auto;
letter-spacing: unset;
line-height: 1.2;
margin: 0;
padding: 0;
text-align: left;
text-decoration: none;
text-transform: none;
transition: none;
vertical-align: baseline;
visibility: unset
}
.cc_div {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #3D839A;
color: var(--cc-text);
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
font-size: 16px;
font-weight: 400;
text-rendering: optimizeLegibility
}
#c-ttl,
#s-bl td:before,
#s-ttl,
.cc_div .b-tl,
.cc_div .c-bn {
font-weight: 600
}
#cm,
#s-bl .act .b-acc,
#s-inr,
.cc_div .b-tl,
.cc_div .c-bl {
border-radius: .35em;
border-radius: var(--cc-border-radius)
}
#s-bl .act .b-acc {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.cc_div a,
.cc_div button,
.cc_div input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
overflow: hidden
}
.cc_div a {
border-bottom: 1px solid
}
.cc_div a:hover {
border-color: transparent;
text-decoration: none
}
#cm-ov,
#cs-ov,
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr {
transition: visibility .25s linear, opacity .25s ease, transform .25s ease !important
}
.c--anim .c-bn {
transition: background-color .25s ease !important
}
.c--anim #cm.bar.slide,
.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide #s-inr,
.c--anim .bar.slide + #cs-ov {
transition: visibility .4s ease, opacity .4s ease, transform .4s ease !important
}
#cm.bar.slide,
.cc_div .bar.slide #s-inr {
opacity: 1;
transform: translateX(100%)
}
#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
opacity: 1;
transform: translateX(-100%)
}
#cm.slide,
.cc_div .slide #s-inr {
transform: translateY(1.6em)
}
#cm.top.slide {
transform: translateY(-1.6em)
}
#cm.bar.slide {
transform: translateY(100%)
}
#cm.bar.top.slide {
transform: translateY(-100%)
}
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
opacity: 1;
transform: scale(1);
visibility: visible !important
}
.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
transform: scale(1) translateY(-50%)
}
.show--settings .c--anim #s-cnt {
visibility: visible !important
}
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
opacity: 1 !important;
visibility: visible !important
}
#cm {
background: #fff;
background: var(--cc-bg);
bottom: 1.25em;
box-shadow: 0 .625em 1.875em #000;
box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .28);
font-family: inherit;
line-height: normal;
max-width: 24.2em;
opacity: 0;
padding: 1.1em 1.5em 1.4em;
position: fixed;
right: 1.25em;
transform: scale(.95);
visibility: hidden;
width: 100%;
z-index: 1
}
#cc_div #cm {
display: block !important
}
#c-ttl {
font-size: 1.05em;
margin-bottom: .7em
}
.cloud #c-ttl {
margin-top: -.15em
}
#c-txt {
font-size: .9em;
line-height: 1.5em
}
.cc_div #c-bns {
display: flex;
justify-content: space-between;
margin-top: 1.4em
}
.cc_div .c-bn {
background: #eaeff2;
background: var(--cc-btn-secondary-bg);
border-radius: 4px;
border-radius: var(--cc-btn-border-radius);
color: #3D839A;
color: var(--cc-btn-secondary-text);
cursor: pointer;
display: inline-block;
flex: 1;
font-size: .82em;
padding: 1em 1.7em;
text-align: center;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none
}
#c-bns button + button,
#s-c-bn,
#s-cnt button + button {
float: right;
margin-left: 1em
}
#s-cnt #s-rall-bn {
float: none
}
#cm .c_link:active,
#cm .c_link:hover,
#s-c-bn:active,
#s-c-bn:hover,
#s-cnt button + button:active,
#s-cnt button + button:hover {
background: #d8e0e6;
background: var(--cc-btn-secondary-hover-bg)
}
#s-cnt {
display: table;
height: 100%;
left: 0;
position: fixed;
top: 0;
visibility: hidden;
width: 100%;
z-index: 101
}
#s-bl {
outline: none
}
#s-bl .title {
margin-top: 1.4em
}
#s-bl .b-bn,
#s-bl .title:first-child {
margin-top: 0
}
#s-bl .b-acc .p {
margin-top: 0;
padding: 1em
}
#s-cnt .b-bn .b-tl {
background: none;
display: block;
font-family: inherit;
font-size: .95em;
padding: 1.3em 6.4em 1.3em 2.7em;
position: relative;
transition: background-color .25s ease;
width: 100%
}
#s-cnt .b-bn .b-tl.exp {
cursor: pointer
}
#s-cnt .act .b-bn .b-tl {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
background: #e9eff4;
background: var(--cc-cookie-category-block-bg-hover)
}
#s-bl .b-bn {
position: relative
}
#s-bl .c-bl {
border: 1px solid #f1f3f5;
border: 1px solid var(--cc-section-border);
margin-bottom: .5em;
padding: 1em;
transition: background-color .25s ease
}
#s-bl .c-bl:hover {
background: #f0f4f7;
background: var(--cc-cookie-category-block-bg)
}
#s-bl .c-bl:last-child {
margin-bottom: .5em
}
#s-bl .c-bl:first-child {
border: none;
margin-bottom: 2em;
margin-top: 0;
padding: 0;
transition: none
}
#s-bl .c-bl:not(.b-ex):first-child:hover {
background: transparent;
background: unset
}
#s-bl .c-bl.b-ex {
background: #f0f4f7;
background: var(--cc-cookie-category-block-bg);
border: none;
padding: 0;
transition: none
}
#s-bl .c-bl.b-ex + .c-bl {
margin-top: 2em
}
#s-bl .c-bl.b-ex + .c-bl.b-ex {
margin-top: 0
}
#s-bl .c-bl.b-ex:first-child {
margin-bottom: 1em;
margin-bottom: .5em
}
#s-bl .b-acc {
display: none;
margin-bottom: 0;
max-height: 0;
overflow: hidden;
padding-top: 0
}
#s-bl .act .b-acc {
display: block;
max-height: 100%;
overflow: hidden
}
#s-cnt .p {
color: #3D839A;
color: var(--cc-block-text);
font-size: .9em;
line-height: 1.5em;
margin-top: .85em
}
.cc_div .b-tg .c-tgl:disabled {
cursor: not-allowed
}
#c-vln {
display: table-cell;
position: relative;
vertical-align: middle
}
#cs {
bottom: 0;
left: 0;
padding: 0 1.7em;
position: fixed;
right: 0;
top: 0;
width: 100%
}
#cs,
#s-inr {
height: 100%
}
#s-inr {
box-shadow: 0 13px 27px -5px rgba(3, 6, 9, .26);
margin: 0 auto;
max-width: 45em;
opacity: 0;
overflow: hidden;
padding-bottom: 4.75em;
padding-top: 4.75em;
position: relative;
transform: scale(.96);
visibility: hidden
}
#s-bns,
#s-hdr,
#s-inr {
background: #fff;
background: var(--cc-bg)
}
#s-bl {
display: block;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
overflow-y: overlay;
padding: 1.3em 1.8em;
width: 100%
}
#s-bns {
border-top: 1px solid #f1f3f5;
border-top: 1px solid var(--cc-section-border);
bottom: 0;
height: 4.75em;
left: 0;
padding: 1em 1.8em;
position: absolute;
right: 0
}
.cc_div .cc-link {
border-bottom: 1px solid #3D839A;
border-bottom: 1px solid var(--cc-btn-primary-bg);
color: #3D839A;
color: var(--cc-btn-primary-bg);
cursor: pointer;
display: inline;
font-weight: 600;
padding-bottom: 0;
text-decoration: none
}
.cc_div .cc-link:active,
.cc_div .cc-link:hover {
border-color: transparent
}
#c-bns button:first-child,
#s-bns button:first-child {
background: #3D839A;
background: var(--cc-btn-primary-bg);
color: #fff;
color: var(--cc-btn-primary-text)
}
#c-bns.swap button:first-child {
background: #eaeff2;
background: var(--cc-btn-secondary-bg);
color: #3D839A;
color: var(--cc-btn-secondary-text)
}
#c-bns.swap button:last-child {
background: #3D839A;
background: var(--cc-btn-primary-bg);
color: #fff;
color: var(--cc-btn-primary-text)
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
background: #3D839A;
background: var(--cc-toggle-bg-on)
}
#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
background: #1d2e38;
background: var(--cc-btn-primary-hover-bg)
}
#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
background: #d8e0e6;
background: var(--cc-btn-secondary-hover-bg)
}
#s-hdr {
border-bottom: 1px solid #f1f3f5;
border-bottom: 1px solid var(--cc-section-border);
display: table;
height: 4.75em;
padding: 0 1.8em;
position: absolute;
top: 0;
width: 100%;
z-index: 2
}
#s-hdr,
#s-ttl {
vertical-align: middle
}
#s-ttl {
display: table-cell;
font-size: 1em
}
#s-c-bn {
font-size: 1.45em;
font-weight: 400;
height: 1.7em;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
width: 1.7em
}
#s-c-bnc {
display: table-cell;
vertical-align: middle
}
.cc_div span.t-lb {
opacity: 0;
overflow: hidden;
pointer-events: none;
position: absolute;
top: 0;
z-index: -1
}
#c_policy__text {
height: 31.25em;
margin-top: 1.25em;
overflow-y: auto
}
#c-s-in {
height: 100%;
height: calc(100% - 2.5em);
max-height: 37.5em;
position: relative;
top: 50%;
transform: translateY(-50%)
}
@media screen and (min-width:688px) {
#s-bl::-webkit-scrollbar {
background: transparent;
border-radius: 0 .25em .25em 0;
height: 100%;
width: .9em
}
#s-bl::-webkit-scrollbar-thumb {
background: #cfd5db;
background: var(--cc-webkit-scrollbar-bg);
border: .25em solid #fff;
border: .25em solid var(--cc-bg);
border-radius: 100em
}
#s-bl::-webkit-scrollbar-thumb:hover {
background: #9199a0;
background: var(--cc-webkit-scrollbar-bg-hover)
}
#s-bl::-webkit-scrollbar-button {
height: 5px;
width: 10px
}
}
.cc_div .b-tg {
bottom: 0;
display: inline-block;
margin: auto;
right: 0;
right: 1.2em;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle
}
.cc_div .b-tg,
.cc_div .b-tg .c-tgl {
cursor: pointer;
position: absolute;
top: 0
}
.cc_div .b-tg .c-tgl {
border: 0;
display: block;
left: 0;
margin: 0
}
.cc_div .b-tg .c-tg {
background: #919ea6;
background: var(--cc-toggle-bg-off);
pointer-events: none;
position: absolute;
transition: background-color .25s ease, box-shadow .25s ease
}
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div span.t-lb {
border-radius: 4em;
height: 1.5em;
width: 3.4em
}
.cc_div .b-tg .c-tg.c-ro {
cursor: not-allowed
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
background: #d5dee2;
background: var(--cc-toggle-bg-readonly)
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
box-shadow: none
}
.cc_div .b-tg .c-tg:after {
background: #fff;
background: var(--cc-toggle-knob-bg);
border: none;
border-radius: 100%;
box-shadow: 0 1px 2px rgba(24, 32, 35, .36);
box-sizing: content-box;
content: "";
display: block;
height: 1.25em;
left: .125em;
position: relative;
top: .125em;
transition: transform .25s ease;
width: 1.25em
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
transform: translateX(1.9em)
}
#s-bl table,
#s-bl td,
#s-bl th {
border: none
}
#s-bl tbody tr {
transition: background-color .25s ease
}
#s-bl tbody tr:hover {
background: #e9eff4;
background: var(--cc-cookie-category-block-bg-hover)
}
#s-bl table {
border-collapse: collapse;
margin: 0;
overflow: hidden;
padding: 0;
text-align: left;
width: 100%
}
#s-bl td,
#s-bl th {
font-size: .8em;
padding: .8em .625em .8em 1.2em;
text-align: left;
vertical-align: top
}
#s-bl th {
font-family: inherit;
padding: 1.2em
}
#s-bl thead tr:first-child {
border-bottom: 1px solid #e9edf2;
border-bottom: 1px solid var(--cc-cookie-table-border)
}
.force--consent #cs,
.force--consent #s-cnt {
width: 100vw
}
#cm-ov,
#cs-ov {
background: #070707;
background: rgba(4, 6, 8, .85);
background: var(--cc-overlay-bg);
bottom: 0;
display: none;
left: 0;
opacity: 0;
position: fixed;
right: 0;
top: 0;
transition: none;
visibility: hidden
}
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov,
.show--settings #cs-ov {
display: block
}
#cs-ov {
z-index: 2
}
.force--consent .cc_div {
bottom: 0;
left: 0;
position: fixed;
top: 0;
transition: visibility .25s linear;
visibility: hidden;
width: 100%;
width: 100vw
}
.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
visibility: visible
}
.force--consent #cm {
position: absolute
}
.force--consent #cm.bar {
max-width: 100vw;
width: 100vw
}
html.force--consent.show--consent {
overflow-y: hidden !important
}
html.force--consent.show--consent,
html.force--consent.show--consent body {
height: auto !important;
overflow-x: hidden !important
}
.cc_div .act .b-bn .exp:before,
.cc_div .b-bn .exp:before {
border: solid #3D839A;
border: solid var(--cc-btn-secondary-text);
border-width: 0 2px 2px 0;
content: "";
display: inline-block;
left: 1.2em;
margin-right: 15px;
padding: .2em;
position: absolute;
top: 50%;
transform: translateY(-50%) rotate(45deg)
}
.cc_div .act .b-bn .b-tl:before {
transform: translateY(-20%) rotate(225deg)
}
.cc_div .on-i:before {
border: solid #ecf2fa;
border: solid var(--cc-toggle-knob-icon-color);
border-width: 0 2px 2px 0;
display: inline-block;
left: .75em;
padding: .1em .1em .45em;
top: .37em
}
#s-c-bn:after,
#s-c-bn:before,
.cc_div .on-i:before {
content: "";
margin: 0 auto;
position: absolute;
transform: rotate(45deg)
}
#s-c-bn:after,
#s-c-bn:before {
background: #3D839A;
background: var(--cc-btn-secondary-text);
border-radius: 1em;
height: .6em;
left: .82em;
top: .58em;
width: 1.5px
}
#s-c-bn:after {
transform: rotate(-45deg)
}
.cc_div .off-i,
.cc_div .on-i {
display: block;
height: 100%;
position: absolute;
right: 0;
text-align: center;
transition: opacity .15s ease;
width: 50%
}
.cc_div .on-i {
left: 0;
opacity: 0
}
.cc_div .off-i:after,
.cc_div .off-i:before {
background: #ecf2fa;
background: var(--cc-toggle-knob-icon-color);
content: " ";
display: block;
height: .7em;
margin: 0 auto;
position: absolute;
right: .8em;
top: .42em;
transform-origin: center;
width: .09375em
}
.cc_div .off-i:before {
transform: rotate(45deg)
}
.cc_div .off-i:after {
transform: rotate(-45deg)
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
opacity: 1
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
opacity: 0
}
#cm.box.middle,
#cm.cloud.middle {
bottom: auto;
top: 50%;
transform: translateY(-37%)
}
#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
transform: scale(.95) translateY(-50%)
}
#cm.box.center,
#cm.cloud {
left: 1em;
margin: 0 auto;
right: 1em
}
#cm.cloud {
max-width: 50em;
overflow: hidden;
padding: 1.3em 2em;
text-align: center;
width: unset
}
.cc_div .cloud #c-inr {
display: table;
width: 100%
}
.cc_div .cloud #c-inr-i {
display: table-cell;
padding-right: 2.4em;
vertical-align: top;
width: 70%
}
.cc_div .cloud #c-txt {
font-size: .85em
}
.cc_div .cloud #c-bns {
display: table-cell;
min-width: 170px;
vertical-align: middle
}
#cm.cloud .c-bn {
margin: .625em 0 0;
width: 100%
}
#cm.cloud .c-bn:first-child {
margin: 0
}
#cm.cloud.left {
margin-right: 1.25em
}
#cm.cloud.right {
margin-left: 1.25em
}
#cm.bar {
border-radius: 0;
bottom: 0;
left: 0;
max-width: 100%;
padding: 2em;
position: fixed;
right: 0;
width: 100%
}
#cm.bar #c-inr {
margin: 0 auto;
max-width: 32em
}
#cm.bar #c-bns {
max-width: 33.75em
}
#cm.bar #cs {
padding: 0
}
.cc_div .bar #c-s-in {
height: 100%;
max-height: 100%;
top: 0;
transform: none
}
.cc_div .bar #s-bl,
.cc_div .bar #s-bns,
.cc_div .bar #s-hdr {
padding-left: 1.6em;
padding-right: 1.6em
}
.cc_div .bar #cs {
padding: 0
}
.cc_div .bar #s-inr {
border-radius: 0;
margin: 0 0 0 auto;
max-width: 32em
}
.cc_div .bar.left #s-inr {
margin-left: 0;
margin-right: auto
}
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
display: block
}
.cc_div .bar #s-bl thead tr {
left: -9999px;
position: absolute;
top: -9999px
}
.cc_div .bar #s-bl tr {
border-top: 1px solid #e9edf2;
border-top: 1px solid var(--cc-cookie-table-border)
}
.cc_div .bar #s-bl td {
border: none;
padding-left: 35%;
position: relative
}
.cc_div .bar #s-bl td:before {
color: #3D839A;
color: var(--cc-text);
content: attr(data-column);
left: 1em;
overflow: hidden;
padding-right: .625em;
position: absolute;
text-overflow: ellipsis;
white-space: nowrap
}
#cm.top {
bottom: auto;
top: 1.25em
}
#cm.left {
left: 1.25em;
right: auto
}
#cm.right {
left: auto;
right: 1.25em
}
#cm.bar.left,
#cm.bar.right {
left: 0;
right: 0
}
#cm.bar.top {
top: 0
}
@media screen and (max-width:688px) {
#cm,
#cm.cloud,
#cm.left,
#cm.right {
bottom: 1em;
display: block;
left: 1em;
margin: 0;
max-width: 100%;
padding: 1.4em !important;
right: 1em;
width: auto
}
.force--consent #cm,
.force--consent #cm.cloud {
max-width: 100vw;
width: auto
}
#cm.top {
bottom: auto;
top: 1em
}
#cm.bottom {
bottom: 1em;
top: auto
}
#cm.bar.bottom {
bottom: 0
}
#cm.cloud .c-bn {
font-size: .85em
}
#s-bns,
.cc_div .bar #s-bns {
padding: 1em 1.3em
}
.cc_div .bar #s-inr {
max-width: 100%;
width: 100%
}
.cc_div .cloud #c-inr-i {
padding-right: 0
}
#cs {
border-radius: 0;
padding: 0
}
#c-s-in {
height: 100%;
max-height: 100%;
top: 0;
transform: none
}
.cc_div .b-tg {
right: 1.1em;
transform: scale(1.1)
}
#s-inr {
border-radius: 0;
margin: 0;
padding-bottom: 7.9em
}
#s-bns {
height: 7.9em
}
#s-bl,
.cc_div .bar #s-bl {
padding: 1.3em
}
#s-hdr,
.cc_div .bar #s-hdr {
padding: 0 1.3em
}
#s-bl table {
width: 100%
}
#s-inr.bns-t {
padding-bottom: 10.5em
}
.bns-t #s-bns {
height: 10.5em
}
.cc_div .bns-t .c-bn {
font-size: .83em;
padding: .9em 1.6em
}
#s-cnt .b-bn .b-tl {
padding-bottom: 1.2em;
padding-top: 1.2em
}
#s-bl table,
#s-bl tbody,
#s-bl td,
#s-bl th,
#s-bl thead,
#s-bl tr,
#s-cnt {
display: block
}
#s-bl thead tr {
left: -9999px;
position: absolute;
top: -9999px
}
#s-bl tr {
border-top: 1px solid #e9edf2;
border-top: 1px solid var(--cc-cookie-table-border)
}
#s-bl td {
border: none;
padding-left: 35%;
position: relative
}
#s-bl td:before {
color: #3D839A;
color: var(--cc-text);
content: attr(data-column);
left: 1em;
overflow: hidden;
padding-right: .625em;
position: absolute;
text-overflow: ellipsis;
white-space: nowrap
}
#cm .c-bn,
.cc_div .c-bn {
margin-right: 0;
width: 100%
}
#s-cnt #s-rall-bn {
margin-left: 0
}
.cc_div #c-bns {
flex-direction: column
}
#c-bns button + button,
#s-cnt button + button {
float: unset;
margin-left: 0;
margin-top: .625em
}
#cm.box,
#cm.cloud {
left: 1em;
right: 1em;
width: auto
}
#cm.cloud.left,
#cm.cloud.right {
margin: 0
}
.cc_div .cloud #c-bns,
.cc_div .cloud #c-inr,
.cc_div .cloud #c-inr-i {
display: block;
min-width: unset;
width: auto
}
.cc_div .cloud #c-txt {
font-size: .9em
}
.cc_div .cloud #c-bns {
margin-top: 1.625em
}
}
.cc_div.ie #c-vln {
height: 100%;
padding-top: 5.62em
}
.cc_div.ie .bar #c-vln {
padding-top: 0
}
.cc_div.ie #cs {
margin-top: -5.625em;
max-height: 37.5em;
position: relative;
top: 0
}
.cc_div.ie .bar #cs {
margin-top: 0;
max-height: 100%
}
.cc_div.ie #cm {
border: 1px solid #dee6e9
}
.cc_div.ie #c-s-in {
top: 0
}
.cc_div.ie .b-tg {
margin-bottom: .7em;
padding-left: 1em
}
.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
left: 1.95em
}
.cc_div.ie #s-bl table {
overflow: auto
}
.cc_div.ie .b-tg .c-tg {
display: none
}
.cc_div.ie .b-tg .c-tgl {
display: inline-block;
height: auto;
margin-bottom: .2em;
position: relative;
vertical-align: middle
}
.cc_div.ie #s-cnt .b-bn .b-tl {
padding: 1.3em 6.4em 1.3em 1.4em
}
.cc_div.ie .bar #s-bl td:before {
display: none
}
.cc_div.ie .bar #s-bl td {
padding: .8em .625em .8em 1.2em
}
.cc_div.ie .bar #s-bl thead tr {
position: relative
}
.cc_div.ie .b-tg .t-lb {
filter: alpha(opacity=0)
}
.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
filter: alpha(opacity=80)
}.mailpoet_form_html p,.mailpoet_form_html ol,.mailpoet_form_html ul,.mailpoet_form_html li,.mailpoet_form_html dl,.mailpoet_form_html dt,.mailpoet_form_html dd,.mailpoet_form_html blockquote,.mailpoet_form_html figure,.mailpoet_form_html fieldset,.mailpoet_form_html form,.mailpoet_form_html legend,.mailpoet_form_html textarea,.mailpoet_form_html pre,.mailpoet_form_html iframe,.mailpoet_form_html hr,.mailpoet_form_html h1,.mailpoet_form_html h2,.mailpoet_form_html h3,.mailpoet_form_html h4,.mailpoet_form_html h5,.mailpoet_form_html h6,.mailpoet_form_iframe p,.mailpoet_form_iframe ol,.mailpoet_form_iframe ul,.mailpoet_form_iframe li,.mailpoet_form_iframe dl,.mailpoet_form_iframe dt,.mailpoet_form_iframe dd,.mailpoet_form_iframe blockquote,.mailpoet_form_iframe figure,.mailpoet_form_iframe fieldset,.mailpoet_form_iframe form,.mailpoet_form_iframe legend,.mailpoet_form_iframe textarea,.mailpoet_form_iframe pre,.mailpoet_form_iframe iframe,.mailpoet_form_iframe hr,.mailpoet_form_iframe h1,.mailpoet_form_iframe h2,.mailpoet_form_iframe h3,.mailpoet_form_iframe h4,.mailpoet_form_iframe h5,.mailpoet_form_iframe h6{font-family:Arial,Helvetica,sans-serif;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-synthesis:none;font-weight:normal;letter-spacing:normal}.mailpoet_form_html h1,.mailpoet_form_html .h1,.mailpoet_form_html h2,.mailpoet_form_html .h2,.mailpoet_form_html h3,.mailpoet_form_html .h3,.mailpoet_form_html h4,.mailpoet_form_html .h4,.mailpoet_form_html h5,.mailpoet_form_html .h5,.mailpoet_form_html h6,.mailpoet_form_html .h6,.mailpoet_form_iframe h1,.mailpoet_form_iframe .h1,.mailpoet_form_iframe h2,.mailpoet_form_iframe .h2,.mailpoet_form_iframe h3,.mailpoet_form_iframe .h3,.mailpoet_form_iframe h4,.mailpoet_form_iframe .h4,.mailpoet_form_iframe h5,.mailpoet_form_iframe .h5,.mailpoet_form_iframe h6,.mailpoet_form_iframe .h6{font-weight:700;letter-spacing:normal;padding-top:0}.mailpoet_form_html ul,.mailpoet_form_html ol,.mailpoet_form_iframe ul,.mailpoet_form_iframe ol{font-family:Arial,Helvetica,sans-serif}.mailpoet_form_html label,.mailpoet_form_iframe label{font-family:Arial,Helvetica,sans-serif;margin-bottom:10px}.mailpoet_form_html input,.mailpoet_form_iframe input{font-family:Arial,Helvetica,sans-serif}.mailpoet_form_html a,.mailpoet_form_iframe a{background-color:rgba(0,0,0,0);color:#28303d;cursor:pointer;-webkit-text-decoration-skip-ink:all;text-decoration-skip-ink:all;text-decoration-thickness:1px;text-underline-offset:3px}.mailpoet_form_html button,.mailpoet_form_html input[type=button],.mailpoet_form_html input[type=reset],.mailpoet_form_html input[type=submit],.mailpoet_form_iframe button,.mailpoet_form_iframe input[type=button],.mailpoet_form_iframe input[type=reset],.mailpoet_form_iframe input[type=submit]{text-transform:none}input.parsley-success,select.parsley-success,textarea.parsley-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}input.parsley-error,select.parsley-error,textarea.parsley-error{background-color:#f2dede;border-color:#eed3d7;color:#900}.parsley-errors-list{color:#900;font-size:.8rem;line-height:1em;list-style-type:none;margin:8px 0 3px;opacity:0;padding:0;transition:all .3s ease-in}.parsley-errors-list.filled{opacity:1}.mailpoet-form-input .parsley-errors-list{left:16px;margin-top:2px;position:absolute;top:100%}.parsley-required,.parsley-custom-error-message{color:#900}.mailpoet-form-errors{padding:0 16px}.mailpoet_text_label,.mailpoet_textarea_label,.mailpoet_select_label,.mailpoet_radio_label,.mailpoet_checkbox_label,.mailpoet_list_label,.mailpoet_date_label{display:block}@media screen and (max-width: 499px){.mailpoet_text_label,.mailpoet_textarea_label,.mailpoet_select_label,.mailpoet_radio_label,.mailpoet_checkbox_label,.mailpoet_list_label,.mailpoet_date_label{font-size:16px !important;line-height:1.4 !important}}@media screen and (max-width: 499px){.mailpoet_form{box-sizing:border-box}}.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph,.mailpoet_form .mailpoet_form_paragraph,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_form_image,.mailpoet_form .mailpoet_message,.mailpoet_form .mailpoet_paragraph select{max-width:100%}@media screen and (max-width: 499px){.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph,.mailpoet_form .mailpoet_form_paragraph,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_form_image,.mailpoet_form .mailpoet_message,.mailpoet_form .mailpoet_paragraph select{font-size:16px !important;line-height:1.4 !important}}.mailpoet_form.mailpoet_form_successfully_send{position:relative}.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%, -50%)}.mailpoet_form .mailpoet-has-background-color{padding:1.25em 2.375em}.mailpoet_form .mailpoet-has-font-size{line-height:1.4}.mailpoet_form .mailpoet_submit{white-space:normal;word-wrap:break-word}.mailpoet_paragraph fieldset,.mailpoet_paragraph legend{background:rgba(0,0,0,0);border:0;color:inherit;margin:0;padding:0}.mailpoet_textarea{height:auto}.mailpoet_form_sending .mailpoet_form_loading{display:block}.mailpoet_form_sending .mailpoet_submit{display:none}.mailpoet_form_loading{display:none;text-align:center;width:30px}.mailpoet_form_loading>span{animation:mailpoet-bouncedelay 1.4s infinite ease-in-out both;background-color:#5b5b5b;border-radius:100%;display:inline-block;height:5px;width:5px}.mailpoet_form_loading .mailpoet_bounce1{animation-delay:-0.32s}.mailpoet_form_loading .mailpoet_bounce2{animation-delay:-0.16s;margin:0 7px}.mailpoet_captcha_form .mailpoet_validate_success{color:#468847}.mailpoet_captcha_form .mailpoet_validate_error{color:#b94a48}.mailpoet_captcha_update{cursor:pointer}.mailpoet_recaptcha_noscript_container{height:422px;position:relative;width:302px}.mailpoet_recaptcha_noscript_container>div{height:422px;position:absolute;width:302px}.mailpoet_recaptcha_noscript_container>div iframe{border-style:none;height:422px;width:302px}.mailpoet_recaptcha_noscript_input{background:#f9f9f9;border:1px solid #c1c1c1;border-radius:3px;border-style:none;bottom:12px;height:60px;left:25px;margin:0;padding:0;right:25px;width:300px}.mailpoet_recaptcha_noscript_input textarea{border:1px solid #c1c1c1;height:40px;margin:10px 25px;padding:0;resize:none;width:250px}@keyframes mailpoet-bouncedelay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.mailpoet_form .mailpoet_paragraph{margin-bottom:20px}.mailpoet_column_with_background{padding:10px}.mailpoet_form_column:not(:first-child){margin-left:20px}@media screen and (min-width: 500px){.mailpoet_form_fixed_bar .mailpoet_form_columns .mailpoet_form_column .mailpoet_paragraph:last-child{margin-bottom:0}}@media screen and (min-width: 500px){div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph:last-child,div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph p:last-child{margin-bottom:0}}.mailpoet_form_columns_container{container-name:columns;container-type:inline-size}.mailpoet_form_columns{display:flex;flex-wrap:nowrap}.mailpoet_form_columns.mailpoet_vertically_align_top{align-items:flex-start}.mailpoet_form_columns.mailpoet_vertically_align_center{align-items:flex-start}.mailpoet_form_columns.mailpoet_vertically_align_bottom{align-items:flex-start}@container columns (width < 400px){.mailpoet_form_columns.mailpoet_stack_on_mobile{flex-wrap:wrap}.mailpoet_form_columns.mailpoet_stack_on_mobile.mailpoet_column_with_background .mailpoet_form_column:last-child .mailpoet_paragraph:last-child{margin-bottom:0 !important}.mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_column{flex-basis:100% !important}.mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_column:not(:first-child){margin-left:0 !important}}.mailpoet_form_column{container-name:column;container-type:inline-size;display:flex;flex-direction:column;flex-grow:1}.mailpoet_form_column.mailpoet_vertically_align_top{align-self:flex-start}.mailpoet_form_column.mailpoet_vertically_align_center{align-self:center}.mailpoet_form_column.mailpoet_vertically_align_bottom{align-self:flex-end}@container column (width > 400px){.mailpoet_paragraph:last-child{margin-bottom:0}}.mailpoet_widget_preview{align-items:center;background-color:#fff;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;max-width:100% !important;overflow-y:auto !important;position:fixed;top:0;width:100% !important;z-index:100000}.mailpoet_widget_preview .widget-area{display:block !important;float:none !important;margin:auto;position:static !important;width:600px}.mailpoet_form_popup_overlay{background-color:#000;display:none;height:100%;left:0;margin:0;max-width:100% !important;opacity:.7;position:fixed;top:0;width:100% !important;z-index:100000}div.mailpoet_form_popup{background-color:#fff;border-radius:10px;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);display:none;left:50%;max-height:calc(100vh - 60px);overflow-y:auto;position:fixed;top:50%;transform:translate(-50%, -50%);z-index:100001}.mailpoet_form_close_icon{cursor:pointer;display:block;height:20px;margin:0 0 0 auto;padding:0;position:absolute;right:10px;top:10px;width:20px;z-index:100002}div.mailpoet_form_fixed_bar{background-color:#fff;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);box-sizing:border-box;display:none;left:0;margin:0;max-height:calc(100vh - 60px);max-width:100% !important;overflow-y:auto;position:fixed;width:100% !important;z-index:100000}div.mailpoet_form_fixed_bar form{margin:0 auto}.mailpoet_form_position_top{top:0}.mailpoet_form_position_bottom{bottom:0}div.mailpoet_form_slide_in{background-color:#fff;bottom:0;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);display:none;max-height:calc(100vh - 60px);overflow-y:auto;position:fixed;z-index:100000}@media screen and (min-width: 500px){div.mailpoet_form_slide_in.mailpoet_form_position_left{border-top-right-radius:10px}div.mailpoet_form_slide_in.mailpoet_form_position_right{border-top-left-radius:10px}}.mailpoet_form_position_left{left:0}.mailpoet_form_position_right{right:0}.mailpoet_form_popup_overlay.active,div.mailpoet_form_popup.active,div.mailpoet_form_fixed_bar.active,div.mailpoet_form_slide_in.active{display:block}@media screen and (max-width: 500px){.mailpoet_form_popup_overlay.active{display:none}}.mailpoet_form_image.is-style-rounded img{border-radius:9999px}.mailpoet_form_image>figure{margin:0}.mailpoet_form_image img{margin:0;max-width:100%}.mailpoet_form_image .aligncenter{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:auto;margin-top:auto}.mailpoet_form_image .alignleft{float:left;margin-right:1em}.mailpoet_form_image .alignright{float:right;margin-left:1em}.mailpoet_form_image figcaption{text-align:center}@media screen and (max-width: 499px){.mailpoet_form_image{display:none}}.mailpoet_spacer{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;width:100%}@media screen and (max-width: 499px){.mailpoet_spacer:not(.mailpoet_has_divider){display:none}.mailpoet_spacer.mailpoet_has_divider{max-height:10px}}.mailpoet_message{clear:both}@media screen and (max-width: 499px){.mailpoet_form .mailpoet-heading{font-size:18px !important;line-height:1.4 !important;margin:12.6px 0 !important}}@media screen and (max-width: 499px){h1.mailpoet-heading{font-size:23px !important;line-height:1.4 !important;margin:16.1px 0 !important}}@media screen and (max-width: 499px){h2.mailpoet-heading{font-size:20px !important;line-height:1.4 !important;margin:14px 0 !important}}h2.mailpoet-heading:before{content:none}h2.mailpoet-heading:after{content:none}.mailpoet-manage-subscription .mailpoet_text_label,.mailpoet-manage-subscription .mailpoet_textarea_label,.mailpoet-manage-subscription .mailpoet_select_label,.mailpoet-manage-subscription .mailpoet_radio_label,.mailpoet-manage-subscription .mailpoet_checkbox_label,.mailpoet-manage-subscription .mailpoet_list_label,.mailpoet-manage-subscription .mailpoet_date_label{padding-right:10px}.mailpoet-manage-subscription .mailpoet-submit-success{color:#7ed321}.mailpoet-manage-subscription .mailpoet-change-email-info{font-size:85%}.mailpoet_form_overlay_animation{animation:fade-in-overlay 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes fade-in-overlay{0%{opacity:0}100%{opacity:.7}}.mailpoet_form_animation_slideup{animation:slide-up 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideup{animation:slide-up-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-up-popup{0%{opacity:0;transform:translate(-50%, -20%)}100%{opacity:1;transform:translate(-50%, -50%)}}@keyframes slide-up{0%{opacity:0;transform:translateY(30%)}100%{opacity:1;transform:translateY(0)}}.mailpoet_form_animation_fadein{animation:fade-in 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.mailpoet_form_animation_slideright{animation:slide-right 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideright{animation:slide-right-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-right{0%{opacity:0;transform:translateX(-30%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide-right-popup{0%{opacity:0;transform:translate(-80%, -50%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_slideleft{animation:slide-left 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideleft{animation:slide-left-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-left{0%{opacity:0;transform:translateX(30%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide-left-popup{0%{opacity:0;transform:translate(-20%, -50%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_slidedown{animation:slide-down 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slidedown{animation:slide-down-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-down{0%{opacity:0;transform:translateY(-30%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-down-popup{0%{opacity:0;transform:translate(-50%, -80%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_zoomout{animation:zoom-out 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_zoomout{animation:zoom-out-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes zoom-out{0%{opacity:0;transform:scale(1.3)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-out-popup{0%{transform:scale(1.3) translate(-35%, -35%)}100%{transform:scale(1) translate(-50%, -50%)}}.mailpoet_form_animation_zoomin{animation:zoom-in 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_zoomin{animation:zoom-in-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes zoom-in{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-in-popup{0%{transform:scale(0.8) translate(-60%, -60%)}100%{transform:scale(1) translate(-50%, -50%)}}.mailpoet_form_animation_flip{animation:flip 1s 1 ease-in-out;perspective:2000px}.mailpoet_form_popup.mailpoet_form_animation_flip{animation:flip-popup 1s 1 ease-in-out;perspective:2000px}@keyframes flip{0%{opacity:0;transform:rotateY(-60deg);transform-style:preserve-3d}100%{opacity:1;transform:rotateY(0deg)}}@keyframes flip-popup{0%{opacity:0;transform:rotateY(-60deg) translate(-59%, -50%);transform-style:preserve-3d}100%{opacity:1;transform:rotateY(0deg) translate(-50%, -50%)}}.mailpoet_form .has-black-color{color:#000}.mailpoet_form .has-black-background-color{background-color:#000}.mailpoet_form .has-cyan-bluish-gray-color{color:#abb8c3}.mailpoet_form .has-cyan-bluish-gray-background-color{background-color:#abb8c3}.mailpoet_form .has-white-color{color:#fff}.mailpoet_form .has-black-white-color{background-color:#fff}.mailpoet_form .has-pale-pink-color{color:#f78da7}.mailpoet_form .has-pale-pink-background-color{background-color:#f78da7}.mailpoet_form .has-vivid-red-color{color:#cf2e2e}.mailpoet_form .has-vivid-red-background-color{background-color:#cf2e2e}.mailpoet_form .has-luminous-vivid-orange-color{color:#ff6900}.mailpoet_form .has-luminous-vivid-orange-background-color{background-color:#ff6900}.mailpoet_form .has-luminous-vivid-amber-color{color:#fcb900}.mailpoet_form .has-luminous-vivid-amber-background-color{background-color:#fcb900}.mailpoet_form .has-light-green-cyan-color{color:#7bdcb5}.mailpoet_form .has-light-green-cyan-background-color{background-color:#7bdcb5}.mailpoet_form .has-vivid-green-cyan-color{color:#00d084}.mailpoet_form .has-vivid-green-cyan-background-color{background-color:#00d084}.mailpoet_form .has-pale-cyan-blue-color{color:#8ed1fc}.mailpoet_form .has-pale-cyan-blue-background-color{background-color:#8ed1fc}.mailpoet_form .has-vivid-cyan-blue-color{color:#0693e3}.mailpoet_form .has-vivid-cyan-blue-background-color{background-color:#0693e3}.mailpoet_form .has-vivid-purple-color{color:#9b51e0}.mailpoet_form .has--vivid-purple--background-color{background-color:#9b51e0}.mailpoet_captcha_form .mailpoet_icon_button{background:rgba(0,0,0,0);border:0;cursor:pointer}.mailpoet_captcha_form .mailpoet_icon_button img{height:20px;width:20px}form#registerform .g-recaptcha:not([data-size=invisible]){scale:.9;transform-origin:0 0}form.woocommerce-form-register .g-recaptcha{padding-inline-start:3px}