.cc_bw_wrapper {display: block; padding:0; position:relative; z-index:10; word-wrap: break-word; word-break: break-word; max-width: 936px; margin-left: auto; margin-right: auto; }
.cc_bw_wrapper p:empty {display: none;}
.cc_bw_wrapper::before,
.cc_bw_wrapper::after {display:table; content:" ";}
.cc_bw_wrapper::after {clear:both;}
.cc_bw_button_blue {padding: 12px 15px;display: inline-block;vertical-align: middle;background-color: #0072c3;color: #fff !important;border: 0;text-decoration: none !important;cursor: pointer;}

.post-single__content,
.single__content {margin-top: 0;}
.cc_bw {margin-bottom: 40px;position: relative;overflow: hidden;}

@media ( min-width: 768px ) {
    .cc_bw {margin-bottom: 60px;}
}

@media ( min-width: 1200px ) {
    .cc_bw {margin-bottom: 90px;} 
}


/* Are you quick enough */

/* Slider */
.slick-slider { position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent; }
.slick-list { position: relative;display: block;overflow: hidden;margin: 0;padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; }
.slick-slider .slick-track,
.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
.slick-track { position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto; }
.slick-track:before,
.slick-track:after { display: table;content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none;float: left;height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block;height: auto;border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }


html, body { min-width: 320px; }
.cc_ay, .cc_ay *, .cc_ay ::after, .cc_ay ::before{-webkit-box-sizing: border-box; box-sizing: border-box;}

.cc_ay-btn-wrapper{ font-size: 10px; line-height: normal;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; justify-content: center; }
.cc_ay-btn { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-weight: 700; font-size: 16px; line-height: 1.5; cursor: pointer; padding: 6px 15px; border: transparent solid 2px; border-radius: 100px; min-width: 10px; text-align: center; -webkit-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; transition: all .1s ease-in-out; margin: 4px; text-transform: none; will-change: background-color, border-color, color; -webkit-box-shadow: none !important; box-shadow: none !important; outline: 0 !important; text-decoration: none !important; }

.cc_ay-btn-text { display: block; margin: 0 6px; position: relative; top: -0.1em; }

.cc_ay-btn > :first-child { margin-left: 0; }
.cc_ay-btn > :last-child { margin-right: 0; }

.cc_ay-btn:not(:disabled),
.cc_ay-btn:not(.disabled) { opacity: 1 !important; }

.cc_ay-btn:not(:disabled)::before,
.cc_ay-btn:not(.disabled)::before { outline: none; opacity: 0; border-radius: 100px; display: block; content: ''; position: absolute; top: -4px; left: -4px; right: -4px; bottom: -4px; will-change: box-shadow, opacity; -webkit-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; transition: all .1s ease-in-out; }

.cc_ay-btn:disabled,
.cc_ay-btn.disabled { opacity: 0.5; pointer-events: none; opacity: 1; background-color: var(--psin-gray-300); border-color: var(--psin-gray-300); }

.cc_ay-btn:hover::before,
.cc_ay-btn:focus::before,
.cc_ay-btn:active::before { opacity: 1; }

.cc_ay-btn::before,
.cc_ay-btn:hover::before { -webkit-box-shadow: 0 0 0 2px #0064b7; box-shadow: 0 0 0 2px #0064b7; }
.cc_ay-btn:focus::before { -webkit-box-shadow: 0 0 0 2px #0059a3; box-shadow: 0 0 0 2px #0059a3; }
.cc_ay-btn:active::before { -webkit-box-shadow: 0 0 0 2px #0059a3; box-shadow: 0 0 0 2px #0059a3; }
.cc_ay-btn:disabled,
.cc_ay-btn.disabled { opacity: 0.5; background-color: #d1d1d1; border-color: #d1d1d1; }

.cc_ay-btn-orange { color: #ffffff !important; background-color: #cd3d0f; border-color: transparent !important; }
.cc_ay-btn-orange:focus { opacity: 1; background-color: #cd3d0f; }
.cc_ay-btn-orange:hover { opacity: 1; background-color: #cd3d0f; }
.cc_ay-btn-orange:active { opacity: 1; background-color: #6e2108; }

.cc_ay-btn-orange::before,
.cc_ay-btn-orange:hover::before,
.cc_ay-btn-orange:focus::before { -webkit-box-shadow: 0 0 0 2px #cd3d0f; box-shadow: 0 0 0 2px #cd3d0f; }
.cc_ay-btn-orange:active::before { -webkit-box-shadow: 0 0 0 2px #6e2108; box-shadow: 0 0 0 2px #6e2108; }
.cc_ay-btn-orange:disabled,
.cc_ay-btn-orange.disabled { opacity: 0.5; background-color: #6e2108; border-color: #6e2108; }


.cc_ay-btn-blue { color: #ffffff;background-color: #0070CC;border-color: #0070CC; }
.cc_ay-btn-blue:hover { opacity: 1; background-color: #0064b7; color: #ffffff; border-color: transparent; }
.cc_ay-btn-blue:focus { opacity: 1; background-color: #0059a3; color: #ffffff; border-color: transparent; }
.cc_ay-btn-blue:active { opacity: 1; background-color: #0059a3; color: #ffffff; border-color: transparent; }

.cc_ay-btn-blue-outline {color: #0070CC;border-color: #0070CC;background-color: transparent; text-decoration: none !important; }
.cc_ay-btn-blue-outline:not(:disabled):not(.disabled):hover,
.cc_ay-btn-blue-outline:not(:disabled):not(.disabled):focus {color: #fff; background-color: #0070CC; border-color: #0070CC;}
.cc_ay-btn-blue-outline:not(:disabled):not(.disabled):hover::before,
.cc_ay-btn-blue-outline:not(:disabled):not(.disabled):focus::before {border-color: #0070CC;opacity: 1;}
.cc_ay-btn-blue-outline:not(:disabled):not(.disabled):active { color: #fff; background-color: #0059a3; border-color: #0059a3; }
.cc_ay-btn-blue-outline:not(:disabled):not(.disabled):active::before {border-color: #0059a3;}
.cc_ay-btn-blue-outline.disabled, .cc_ay-btn-blue-outline:disabled { opacity: 0.5; color: #d1d1d1;border-color: #d1d1d1;background-color: transparent;}

.cc_ay-btn-black-outline {color: #363636;border-color: #363636;background-color: transparent; text-decoration: none !important; }
.cc_ay-btn-black-outline:not(:disabled):not(.disabled):hover,
.cc_ay-btn-black-outline:not(:disabled):not(.disabled):focus {color: #fff; background-color: #363636; border-color: #363636;}
.cc_ay-btn-black-outline:not(:disabled):not(.disabled):hover::before,
.cc_ay-btn-black-outline:not(:disabled):not(.disabled):focus::before {border-color: #363636;opacity: 1;}
.cc_ay-btn-black-outline:not(:disabled):not(.disabled):active { color: #fff; background-color: #000000; border-color: #000000; }
.cc_ay-btn-black-outline:not(:disabled):not(.disabled):active::before {border-color: #363636;}
.cc_ay-btn-black-outline.disabled, .cc_ay-btn-black-outline:disabled { opacity: 0.5; color: #363636;border-color: #363636;background-color: transparent;}

html.prefers-color-mode-dark .cc_ay-btn-black-outline {color: #ffffff;border-color: #ffffff;background-color: transparent; text-decoration: none !important; }
html.prefers-color-mode-dark .cc_ay-btn-black-outline:not(:disabled):not(.disabled):hover,
html.prefers-color-mode-dark .cc_ay-btn-black-outline:not(:disabled):not(.disabled):focus {color: #363636; background-color: #ffffff; border-color: #ffffff;}
html.prefers-color-mode-dark .cc_ay-btn-black-outline:not(:disabled):not(.disabled):hover::before,
html.prefers-color-mode-dark .cc_ay-btn-black-outline:not(:disabled):not(.disabled):focus::before {border-color: #ffffff;opacity: 1;}
html.prefers-color-mode-dark .cc_ay-btn-black-outline:not(:disabled):not(.disabled):active { color: #363636; background-color: #f5f5f5; border-color: #f5f5f5; }
html.prefers-color-mode-dark .cc_ay-btn-black-outline:not(:disabled):not(.disabled):active::before {border-color: #ffffff;}
html.prefers-color-mode-dark .cc_ay-btn-black-outline.disabled, html.prefers-color-mode-dark .cc_ay-btn-black-outline:disabled { opacity: 0.5; color: #ffffff;border-color: #ffffff;background-color: transparent;}

.cc_ay-btn-black-outline::before,
.cc_ay-btn-black-outline:hover::before,
.cc_ay-btn-black-outline:focus::before { -webkit-box-shadow: 0 0 0 2px #363636; box-shadow: 0 0 0 2px #363636; }
.cc_ay-btn-black-outline:active::before { -webkit-box-shadow: 0 0 0 2px #363636; box-shadow: 0 0 0 2px #363636; }
.cc_ay-btn-black-outline:disabled,
.cc_ay-btn-black-outline.disabled { opacity: 0.5 !important; background-color: transparent; border-color: #363636; }

html.prefers-color-mode-dark .cc_ay-btn-black-outline::before,
html.prefers-color-mode-dark .cc_ay-btn-black-outline:hover::before,
html.prefers-color-mode-dark .cc_ay-btn-black-outline:focus::before { -webkit-box-shadow: 0 0 0 2px #ffffff; box-shadow: 0 0 0 2px #ffffff; }
html.prefers-color-mode-dark .cc_ay-btn-black-outline:active::before { -webkit-box-shadow: 0 0 0 2px #ffffff; box-shadow: 0 0 0 2px #ffffff; }
html.prefers-color-mode-dark .cc_ay-btn-black-outline:disabled,
html.prefers-color-mode-dark .cc_ay-btn-black-outline.disabled { opacity: 0.5 !important; background-color: transparent; border-color: #ffffff; }

/* cc_ay_icon */
[class*="cc_ay_icon-"] {font-size: 1em; width: 1em; max-width: 1em; -webkit-box-flex: 0; -ms-flex: 0 0 1em; flex: 0 0 1em; display: block; position: relative; }
[class*="cc_ay_icon-"]::before { content: ""; display: block; padding-top: 100%; position: relative; width: 100%; z-index: 1; }
[class*="cc_ay_icon-"] svg,
[class*="cc_ay_icon-"] img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 0; -webkit-transition: -webkit-transform 0.150s; transition: -webkit-transform 0.150s; -o-transition: transform 0.150s; transition: transform 0.150s; transition: transform 0.150s, -webkit-transform 0.150s; }

.cc_ay { margin-bottom: 52px; position: relative; }
.cc_ay .d-none { display: none !important; }
.cc_ay-tabs { position: relative; width: 100%; max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
.cc_ay-tab { position: relative; width: 100%; display: none; z-index: 0; top: 0; left: 0; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: 190ms ease-out; -o-transition: 190ms ease-out; transition: 190ms ease-out; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0; }
.cc_ay-tab.active { z-index: 1; display: block; opacity: 1; }
.cc_ay-tab.d-block { z-index: 2; display: block; }

.cc_ay-btn { height: 50px; }
.cc_ay-blog-box { display: none; position: relative; z-index: 0; opacity: 0; padding: 25px 16px 32px 16px; background: rgba(150, 150, 150, 0.25);border-radius: 10px; }
.cc_ay-blog-box.active { display: block; z-index: 1; opacity: 1; }
.cc_ay-blog-box.d-block { display: block; z-index: 2; }
.cc_ay-blog-box-inr { display: flex; flex-direction: column; }
.cc_ay-blog-box-left { width: 100%; max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; border-radius: 5px; overflow: hidden; }
.cc_ay-blog-box-right { flex: 1; }
.cc_ay-blog-box-left-imgbox { width: 100%; max-width: 260px; margin: 0 auto; display: block; border-radius: 5px; overflow: hidden; background-color: #fff; }
.cc_ay-blog-box-left-imgbox img { width: 100%; height: auto; display: block; }
.cc_ay-blog-content { padding: 20px 0; }
.cc_ay-blog-tab-inner { font-weight: 300; }
.cc_ay-blog-tab-inner h3 { margin: 0 0 20px 0; font-weight: 300;font-size: 35.1562px;line-height: 1.252; display: block; }
.cc_ay-blog-tab-inner p { margin: 0 0 28px 0; line-height: 1.688; }

.cc_ay-slider-a-wrapper {padding: 0;position: relative; overflow: hidden; margin:0; padding: 0; }
.cc_ay-slider-a { pointer-events: none; position: relative; width: 100%; max-width: 260px; padding: 0; margin: 0 auto; overflow: hidden;border-radius: 5px; background-color: #fff; }
.cc_ay-slider-a:not(.slick-initialized) { display: -webkit-box; display: -ms-flexbox; display: flex; }
.cc_ay-slider-a:not(.slick-initialized) .cc_ay-slider-a-slide { width: 100%; max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
.cc_ay-slider-a-slide { padding: 0;}

.cc_ay-form-a .cc_ay-form-label { margin-bottom: 4px; font-size: 16px;line-height: 1.5; font-style: normal; font-weight: bold; display: block; }
html.prefers-color-mode-dark .cc_ay-form-a .cc_ay-form-label { color: #fff; }
.cc_ay-form-a .cc_ay-choose-system .cc_ay-form-label { margin-bottom: 8px; }
.cc_ay-form-a .cc_ay-form-group { margin-bottom: 15px; }
.cc_ay-form-a .cc_ay-form-control { padding: 12px 19px; height: 50px; font-size: 16px;line-height: 1.333; font-weight: 300; font-style: normal; color: #363636; width: 100%; background: #FFFFFF;border: 1px solid rgba(54, 54, 54, 0.5);border-radius: 3px; }
html.prefers-color-mode-dark .cc_ay-form-control { background: rgba(150, 150, 150, 0.25);border: 1px solid rgba(150, 150, 150, 0.5); color: #ffffff; }
.cc_ay-form-a .cc_ay-form-control:focus { outline: none; }
.cc_ay-form-a .cc_ay-form-group.has-error .cc_ay-form-control { border-color: #E70000; }

.cc_ay-contest-form .cc_ay-btn-wrapper { padding-top: 4px; }

.cc_ay-checkbox-a-wrapper { padding-top: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.cc_ay-checkbox-a { display: -webkit-box;display: -ms-flexbox;display: flex; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; position: relative;font-weight: 400;cursor: pointer; color: #fff; }
.cc_ay-checkbox-a input {width: 1px;height: 1px;position: absolute;top: 0;left: 0;opacity: 0 !important; padding: 0; border: 0; display: block;}
.cc_ay-checkbox-a-ui {background-color: transparent; width: 15px; max-width: 15px; -webkit-box-flex: 0; -ms-flex: 0 0 15px; flex: 0 0 15px; height: 15px; cursor: pointer; border:  1px solid rgba(54, 54, 54, 0.7);; border-radius: 3px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 15px; color: #363636; margin: 0 12px 0 0; }
html.prefers-color-mode-dark .cc_ay-checkbox-a-ui { border: 1px solid rgba(150, 150, 150, 0.5); }
.cc_ay-checkbox-a-ui i { opacity: 0;}
.cc_ay-checkbox-a input:checked ~ .cc_ay-checkbox-a-ui i { opacity: 1;color: #47B1F9; }
html.prefers-color-mode-dark .cc_ay-checkbox-a input:checked ~ .cc_ay-checkbox-a-ui i { color: #3caeff; }
.cc_ay-checkbox-a:not(:hover) input:focus ~ .cc_ay-checkbox-a-ui { outline: thin dotted; outline-offset: -1px; }
.cc_ay-checkbox-a-text { -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; display: block; position: relative; top: 0; font-weight: 300;font-size: 13px;line-height: 1.231; color: #363636; }
html.prefers-color-mode-dark .cc_ay-checkbox-a-text { color: #ffffff; }
.cc_ay-checkbox-a-text a { color: #47B1F9; text-decoration: underline;}
html.prefers-color-mode-dark .cc_ay-checkbox-a-text a { color: #3caeff; }
.cc_ay-checkbox-a-text a:hover { text-decoration: none; }
.cc_ay-form-group.has-error .cc_ay-checkbox-a-ui { border-color: #E70000; }

@media (prefers-color-scheme: dark) {
    html.prefers-color-mode-dark .cc_ay-checkbox-a input:checked ~ .cc_ay-checkbox-a-ui i { color: #3caeff; }
    html.prefers-color-mode-dark .cc_ay-checkbox-a-text a { color: #3caeff; }
}

.cc_ay_thankyou-social-lbl { margin: 0 0 10px 0; font-size: 16px;line-height: 1.33; font-weight: 700; color: #363636; text-align: center; display: block; }
html.prefers-color-mode-dark .cc_ay_thankyou-social-lbl { color: #ffffff; }
.cc_ay_thankyou-social-nav .cc_ay-btn-blue { margin-right: 6px; padding: 6px 11px; color: #fff; }
.cc_ay_thankyou-social-nav .cc_ay-btn-blue i { font-size: 24px; color: #fff; }
.cc_ay_thankyou-share .cc_ay-btn-blue { height: 50px; }
.cc_ay_thankyou-share .cc_ay-btn-blue i { font-size: 24px; color: #fff; }
.cc_ay_thankyou-share .cc_ay-btn-blue { min-width: 151px; }

@media (min-width: 768px) {
    .cc_ay-btn { font-size: 20px; }
    .cc_ay { margin-bottom: 39px; }
    .cc_ay-blog-box { padding: 18px; }
    .cc_ay-blog-box-inr { display: flex; flex-direction: row; }
    .cc_ay-blog-box-left { width: 260px; max-width: 260px; -webkit-box-flex: 0; -ms-flex: 0 0 260px; flex: 0 0 260px; }
    .cc_ay-blog-content { padding: 0px 10px 0 30px; }
    .cc_ay-slider-a { max-width: 260px; }
    .cc_ay-btn-wrapper{ justify-content: flex-start; }
    .cc_ay_thankyou-social-lbl { text-align: left; }
}

@media (min-width: 960px) {
    .cc_ay-blog-content { padding: 0px 0px 0 20px; }
}

@media (min-width: 1170px) {
    .cc_ay-blog-box-left { width: 320px; max-width: 320px; -webkit-box-flex: 0; -ms-flex: 0 0 320px; flex: 0 0 320px; }
    .cc_ay-blog-box-left-imgbox { max-width: 320px; }
    .cc_ay-blog-content { padding: 20px 20px 20px 30px; }
    .cc_ay-slider-a { max-width: 320px; }
    .cc_ay-blog-tab-inner .cc_tq-btn { margin-right: 16px; }
    .cc_ay-blog-tab-inner .cc_tq-btn:last-child { margin-right: 0; }
    .cc_ay-contest-form .cc_ay-btn-wrapper { padding-top: 20px; }
}

@media (min-width: 1480px) {
    .cc_ay-blog-content { padding: 20px 44px 20px 56px; }
}


/* cc_ay-tnb */
.cc_ay-tnb { display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; padding: 40px 20px 0 20px; background-color: rgba(0, 0, 0, .5); -webkit-backface-visibility: hidden; backface-visibility: hidden; opacity: 0; -webkit-transition: 250ms ease-out; -o-transition: 250ms ease-out; transition: 250ms ease-out; }
.cc_ay-tnb.active { display: -webkit-box; display: -ms-flexbox; display: flex; }
.cc_ay-tnb .pdc-container { width: 100%; height: calc(100% - 40px); }
.cc_ay-tnb .row,
.cc_ay-tnb .col-xs-12 { height: 100%; }
.cc_ay-tnb-content { height: 100%; display: block; position: relative; width: 100%; max-width: 720px; margin: 0 auto; background-color: #fff; padding: 20px; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); opacity: 0; }
html.prefers-color-mode-dark .cc_ay-tnb-content { background-color: #363636; }

.cc_ay-tnb .sr-only {position: absolute;width: 1px;height: 1px;padding: 0;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0;}
.cc_ay-tnb-close { color: #fff; position: absolute; top: -46px; right: 0; z-index: 1; width: 32px; height: 32px; opacity: 1; background: url(../images/cc_ay-tnb_close.svg) no-repeat center center; background-size: 26.95px auto; padding: 0; border: 0 !important; margin: 0; -webkit-transition: -webkit-transform 0.150s; transition: -webkit-transform 0.150s; -o-transition: transform 0.150s; transition: transform 0.150s; transition: transform 0.150s, -webkit-transform 0.150s; -webkit-box-shadow: none !important; box-shadow: none !important; }
.cc_ay-tnb-close:hover,
.cc_ay-tnb-close:focus { opacity: 0.9; }
.cc_ay-tnb-close:focus { outline: dotted thin; outline: -1px; }
.cc_ay-tnb-close:active { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }

.cc_ay-tnb-body { display: block; position: relative; z-index: 1; height: 100%; overflow: hidden; overflow-y: auto; word-wrap: break-word; scrollbar-color: #eaeffc; scrollbar-width: thin; padding-right: 1em; }
.cc_ay-tnb-body::-webkit-scrollbar { width: 11px; }
.cc_ay-tnb-body::-webkit-scrollbar-track {background-color: #eaeffc;}
.cc_ay-tnb-body::-webkit-scrollbar-thumb {background-color: #0070CC;}

html.prefers-color-mode-dark .cc_ay-tnb-body::-webkit-scrollbar-track {background-color: rgba(255,255,255,0.15);}
html.prefers-color-mode-dark .cc_ay-tnb-body::-webkit-scrollbar-thumb {background-color: #fff;}

.cc_ay-tnb-body > *,
.cc_ay-tnb-body li { margin: 0 0 20px 0; }
.cc_ay-tnb-body > :first-child { margin-top: 0; }
.cc_ay-tnb-body > :last-child,
.cc_ay-tnb-body li:last-child { margin-bottom: 0; }

.cc_ay-tnb-animation-a { -webkit-transition: 250ms ease-out;-o-transition: 250ms ease-out;transition: 250ms ease-out; }
.cc_ay-tnb-page.in-active .cc_ay-tnb-animation-a { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }


@media ( min-width: 1400px ) {
    .cc_ay-tnb { padding: 20px 0; }
    .cc_ay-tnb .pdc-container { height: 100%; }
    .cc_ay-tnb-close { top: 0; right: -46px; }
}

@media ( max-width: 767px ) {
    .cc_ay-tab-stop-a .cc_ay-blog-tab-inner { display: flex; flex-direction: column; }
    .cc_ay-tab-stop-a .cc_ay-btn-wrapper { order: -1; margin-bottom: 10px; }
    .cc_ay-tab-stop-a .cc_ay-blog-tab-inner p { margin-bottom: 0; }
}

.cc_ay_error_message { color: #E70000; text-align: center; }