@charset "utf-8";
::-moz-selection{background-color:var(--theme-ui-colors-main);color:var(--theme-ui-colors-white);}
::selection{background-color:var(--theme-ui-colors-main);color:var(--theme-ui-colors-white);}
html{
--theme-ui-colors-theme:#a50134;
--theme-ui-colors-light-theme:#ffb5cc;
--theme-ui-colors-mute-theme:#fff2f6;
--theme-ui-colors-black:#000;
--theme-ui-colors-white:#fff;
--theme-ui-colors-main:#E90044; /* Corporate Red */
--theme-ui-colors-submain:#A80034; /* Dark Red */
--theme-ui-colors-error:#f70044; /* Error */
--theme-ui-colors-focus:#FFB500; /* Yellow */
--theme-ui-colors-primary:#4f4f50; /* Dark Grey */
--theme-ui-colors-grey:#a1a1a1; /* Light Grey */
--theme-ui-colors-light-grey:#d1d1d1; /* Light Grey */
--theme-ui-colors-secondary:#003866; /* Dark Blue */
--theme-ui-colors-surreal:#6AD9D4; /* Light Blue */
--theme-ui-colors-muted:#F4F7F8; /* Muted */
}

.view-desktop,.view-mobile{display:none!important;}
.scroller{height:1000px;overflow:auto;background:var(--theme-ui-colors-white);}
.scroller::-webkit-scrollbar{width:6px;background-color:#F5F5F5;}
.scroller::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.1);background-color:#F5F5F5;border-radius:10px;}
.scroller::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.1);background:#ff818c;}

@media screen and (min-width:769px){
.view-desktop{display:block!important;}
}

@media screen and (max-width:768px){
.view-mobile{display:block!important;}
.scroller{height:600px;}
}

.responsive-img{width:100%;}
.fluid-iframe{position:relative;padding-bottom:56.25%;margin:0 auto;height:0;z-index:1000;overflow:hidden;background:none;-webkit-overflow-scrolling:touch;}
.fluid-iframe iframe{min-height:auto!important;margin:0 auto!important;position:absolute;top:0;left:0;width:100%!important;height:100%!important;}

#ROOT,#fboZoRABU9,.bus-com-free-form-view{background:transparent!important;}
#fboZoRABU9{padding:0!important;margin-top:0!important;}
.template-com-template-a-view,.template-com-template-a-view-con1,.common-business-component-container.bus-com-free-form-view{background:none!important;}
.rotator2-view-component-wrap,.bus-com-article-list-2-view{background:#fff!important;padding:1em!important;}
.template-com-template-b-view-con1 div:nth-child(1){background:none!important;}
.template-com-template-b-view-con2{margin-top:0;background:#fff!important;padding:1em;}
.rotator2-view-component-wrap,.bus-com-article-list-2-view{margin:0!important;}

@media screen and (max-width:1000px){
#fboZoRABU9{padding:1em!important;}
.template-com-template-b-view-con2-top .top-right{display:none!important;}
}

small{font-size:14px;}
a{transition:all .5s;}
body{background:#fdfaf0;}


