@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto:300,400,500&subset=latin-ext);
/* Common, default styles for the notification box */

.s-alert-box,
.s-alert-box * {
    box-sizing: border-box;
}

.s-alert-box {
    position: fixed;
    background: rgba(42,45,50,0.85);
    padding: 22px;
    line-height: 1.4;
    z-index: 1000;
    pointer-events: none;
    color: rgba(250,251,255,0.95);
    font-size: 100%;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
    max-width: 300px;
    transition: top .4s, bottom .4s;
}

.s-alert-box.s-alert-show {
    pointer-events: auto;
}

.s-alert-box a {
    color: inherit;
    opacity: 0.7;
    font-weight: 700;
}

.s-alert-box a:hover,
.s-alert-box a:focus {
    opacity: 1;
}

.s-alert-box p {
    margin: 0;
}

.s-alert-box.s-alert-show,
.s-alert-box.s-alert-visible {
    pointer-events: auto;
}

.s-alert-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.s-alert-close:hover,
.s-alert-close:focus {
    outline: none;
}

.s-alert-close::before,
.s-alert-close::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 60%;
    top: 50%;
    left: 50%;
    background: #fff;
}

.s-alert-close:hover::before,
.s-alert-close:hover::after {
    background: #fff;
}

.s-alert-close::before {
    transform: translate(-50%,-50%) rotate(45deg);
}

.s-alert-close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

/* positions */

.s-alert-bottom-left {
    top: auto;
    right: auto;
    bottom: 30px;
    left: 30px;
}
.s-alert-top-left {
    top: 30px;
    right: auto;
    bottom: auto;
    left: 30px;
}
.s-alert-top-right {
    top: 30px;
    right: 30px;
    bottom: auto;
    left: auto;
}
.s-alert-bottom-right { /*default*/
    top: auto;
    right: 30px;
    bottom: 30px;
    left: auto;
}
.s-alert-bottom {
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}
.s-alert-top {
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
}

/* conditions */

.s-alert-info {
    background: #00A2D3;
    color: #fff;
}
.s-alert-success {
    background: #27AE60;
    color: #fff;
}
.s-alert-warning {
    background: #F1C40F;
    color: #fff;
}
.s-alert-error {
    background: #E74C3C;
    color: #fff;
}

[class^="s-alert-effect-"].s-alert-hide,
[class*=" s-alert-effect-"].s-alert-hide {
    animation-direction: reverse;
}

/* height measurement helper */
.s-alert-box-height {
    visibility: hidden;
    position: fixed;
}

/* Slide */

.s-alert-effect-slide .s-alert-close::before,
.s-alert-effect-slide .s-alert-close::after {
    background: #fff;
}

.s-alert-effect-slide .s-alert-close:hover::before,
.s-alert-effect-slide .s-alert-close:hover::after {
    background: #fff;
}

.s-alert-top-left.s-alert-effect-slide.s-alert-show,
.s-alert-bottom-left.s-alert-effect-slide.s-alert-show,
.s-alert-top.s-alert-effect-slide.s-alert-show,
.s-alert-bottom.s-alert-effect-slide.s-alert-show {
    animation-name: animSlideElastic;
    animation-duration: 1s;
    animation-timing-function: linear;
}

/* Generated with Bounce.js. Edit at http://goo.gl/akZHSq */

@keyframes animSlideElastic {
    0% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1); }
    1.666667% { transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1); }
    3.333333% { transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1); }
    5% { transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1); }
    6.666667% { transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1); }
    8.333333% { transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1); }
    10% { transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1); }
    11.666667% { transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1); }
    13.333333% { transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1); }
    15% { transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1); }
    16.666667% { transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1); }
    18.333333% { transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1); }
    20% { transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1); }
    21.666667% { transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1); }
    23.333333% { transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1); }
    25% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1); }
    26.666667% { transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1); }
    28.333333% { transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1); }
    30% { transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1); }
    31.666667% { transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1); }
    33.333333% { transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1); }
    35% { transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1); }
    36.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1); }
    38.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1); }
    40% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1); }
    41.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1); }
    43.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1); }
    45% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1); }
    46.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1); }
    48.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1); }
    50% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1); }
    51.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1); }
    53.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1); }
    55% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1); }
    56.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1); }
    58.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1); }
    60% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1); }
    61.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1); }
    63.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1); }
    65% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1); }
    66.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1); }
    68.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1); }
    70% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1); }
    71.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1); }
    73.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1); }
    75% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1); }
    76.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1); }
    78.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1); }
    80% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1); }
    81.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1); }
    83.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1); }
    85% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1); }
    86.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1); }
    88.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1); }
    90% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1); }
    91.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1); }
    93.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1); }
    95% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1); }
    96.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1); }
    98.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1); }
    100% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

.s-alert-top-right.s-alert-effect-slide.s-alert-show,
.s-alert-bottom-right.s-alert-effect-slide.s-alert-show {
    animation-name: animSlideElasticRight;
    animation-duration: 1s;
    animation-timing-function: linear;
}

/* Generated with Bounce.js. Edit at http://goo.gl/tf9GOc */

@keyframes animSlideElasticRight {
  0% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 1); }
  3.333333% { transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 521.82545, 0, 0, 1); }
  6.666667% { transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 218.3238, 0, 0, 1); }
  10% { transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.59273, 0, 0, 1); }
  13.333333% { transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.12794, 0, 0, 1); }
  16.666667% { transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30.40503, 0, 0, 1); }
  20% { transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -28.10141, 0, 0, 1); }
  23.333333% { transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.40752, 0, 0, 1); }
  26.666667% { transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.08575, 0, 0, 1); }
  30% { transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.23737, 0, 0, 1); }
  33.333333% { transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.84893, 0, 0, 1); }
  36.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22079, 0, 0, 1); }
  40% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.37284, 0, 0, 1); }
  43.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.46116, 0, 0, 1); }
  46.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.35963, 0, 0, 1); }
  50% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22487, 0, 0, 1); }
  53.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.11734, 0, 0, 1); }
  56.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.04909, 0, 0, 1); }
  60% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.01295, 0, 0, 1); }
  63.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0025, 0, 0, 1); }
  66.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00684, 0, 0, 1); }
  70% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00632, 0, 0, 1); }
  73.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00436, 0, 0, 1); }
  76.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00249, 0, 0, 1); }
  80% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00118, 0, 0, 1); }
  83.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00042, 0, 0, 1); }
  86.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00005, 0, 0, 1); }
  90% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00008, 0, 0, 1); }
  93.333333% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0001, 0, 0, 1); }
  96.666667% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00008, 0, 0, 1); }
  100% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

.s-alert-top-left.s-alert-effect-slide.s-alert-hide,
.s-alert-bottom-left.s-alert-effect-slide.s-alert-hide,
.s-alert-top.s-alert-effect-slide.s-alert-hide,
.s-alert-bottom.s-alert-effect-slide.s-alert-hide {
    animation-name: animSlide;
    animation-duration: 0.25s;
}

@keyframes animSlide {
    0% { transform: translate3d(-30px,0,0) translate3d(-100%,0,0); }
    100% { transform: translate3d(0,0,0); }
}

.s-alert-top-right.s-alert-effect-slide.s-alert-hide,
.s-alert-bottom-right.s-alert-effect-slide.s-alert-hide,
.s-alert-top-right.s-alert-effect-slide.s-alert-hide,
.s-alert-bottom-right.s-alert-effect-slide.s-alert-hide {
    animation-name: animSlideRight;
    animation-duration: 0.25s;
}

@keyframes animSlideRight {
    0% { transform: translate3d(30px,0,0) translate3d(100%,0,0); }
    100% { transform: translate3d(0,0,0); }
}
html{margin:0px;overflow-x:hidden}html body{margin:0px;padding:0px !important;background:#282828}html body #root{height:100%}.accent_2L{color:#a4876b}.clearfix_10{clear:both;height:1px}.fullscreenWrapper_1Y{width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;position:fixed !important;top:0px !important;left:0px !important}.app_11{margin:0px;display:inline-block;width:100%;height:100%;color:white;font-family:'Roboto',sans-serif;background:transparent !important}.app_11 .header_16{position:fixed;top:0px;z-index:65537}.app_11 .header_16 .toolbar_3H{padding-right:12px}.app_11 .header_16 .title_3Z{flex:1;font-size:1.3rem;font-weight:500}.app_11 .header_16 .title_3Z span{color:#a4876b}.app_11 .header_16 a{text-decoration:none}.app_11 .header_16 .headerUserMenu_1E>ul{padding:0px}.app_11 .header_16 .headerUserMenu_1E .headerUserMenuBox_jv{padding:8px}.app_11 .header_16 .headerUserMenu_1E .headerUserMenuBox_jv .boxText_2_{padding-left:0px}.app_11 .page_12{position:relative;margin:84px 20px 20px 240px}.app_11 .page_12.withoutMenuBar_2U{margin:84px 20px 20px 20px}.app_11 .page_12.fullpage_2c{height:calc(100vh - 104px)}@media (max-width:1024px){.app_11 .page_12{margin:64px 0 20px 220px}.app_11 .page_12.withoutMenuBar_2U{margin:64px 0px 20px 0px}.app_11 .page_12.fullpage_2c{height:calc(100vh - 84px)}}@media (max-width:599px){.app_11 .page_12{margin:56px 0 20px 220px}.app_11 .page_12.withoutMenuBar_2U{margin:56px 0px 20px 0px}.app_11 .page_12.fullpage_2c{height:calc(100vh - 76px)}}.app_11 .page_12>.title_3Z{color:#a4876b;font-weight:400;font-family:"Open Sans";margin:20px auto 50px 30px;display:inline-block;width:100%;text-shadow:2px 2px 2px rgba(0,0,0,0.2);font-size:40px}@media (max-width:1599px){.app_11 .page_12>.title_3Z{font-size:32px}}.app_11 .page_12 .pageContent_24{margin:0px 20px 20px}.app_11 .page_12 .pageContent_24>.title_3Z{color:#a4876b;font-weight:500;font-family:"Open Sans";text-align:center;text-transform:uppercase;color:white;margin:20px auto 20px;display:inline-block;width:100%}.app_11 .page_12 .pageContent_24 .box_el{width:calc(50% - 10px);background-color:rgba(255,255,255,0.1);box-shadow:2px 2px 2px rgba(0,0,0,0.2);display:inline-block;vertical-align:top;padding:10px;box-sizing:border-box;margin-bottom:20px;font-family:'Open Sans';color:#eee}.app_11 .page_12 .pageContent_24 .box_el:nth-child(2n){margin-left:20px}@media (max-width:1279px){.app_11 .page_12 .pageContent_24 .box_el{width:100%;margin:0px 0px 20px}.app_11 .page_12 .pageContent_24 .box_el:nth-child(2n){margin-left:0px}}.app_11 .page_12 .pageContent_24 .box_el>.title_3Z{color:#a4876b;font-weight:400;font-family:"Open Sans";margin:0px auto 20px 0px;font-size:20px;text-shadow:2px 2px 3px #444}.app_11 .page_12 .pageMessageContainer_24{text-align:center;display:block;width:100%}.app_11 .page_12 .pageMessageContainer_24 .pageMessage_2H{padding:.75rem;margin:0rem auto 2rem;width:auto;display:inline-block;max-width:800px}.app_11 .page_12 .pageMessageContainer_24 .pageMessage_2H.withGutter_2R{margin:2rem auto 4rem}.app_11 .page_12 .pageMessageContainer_24 .pageMessage_2H .icon_1Q{display:block;float:left;width:2rem;height:2rem;margin-right:1rem}.app_11 .page_12 .pageMessageContainer_24 .pageMessage_2H .icon_1Q svg{width:2rem;height:2rem}.app_11 .page_12 .pageMessageContainer_24 .pageMessage_2H .message_jW{display:block;line-height:1.5rem;text-align:justify;vertical-align:top;padding:.3rem 1rem .2rem 3rem}.app_11 .page_12 .frontendLangSwitch_1u{display:inline-block;position:absolute;top:0px;right:0px}.app_11 .page_12 .koresContainer_LG{height:100%}.app_11 .list_f-{background:rgba(255,255,255,0.1)}.app_11 .list_f- .tableFilters_2X{padding:12px 24px}.app_11 .list_f- .tableFilters_2X .chipFilter_1O .title_3Z{display:inline-block}.app_11 .list_f- .tableFilters_2X .chipFilter_1O .chip_UP{margin-left:8px}.app_11 .list_f- .tableFilters_2X .chipFilter_1O .chip_UP .icon_1Q{color:white}.app_11 .list_f- .toolbar_3H.highlight_1D{background:#a4876b}.app_11 .list_f- .toolbar_3H .title_3Z{flex:0 0 auto}.app_11 .list_f- .toolbar_3H .spacer_34{flex:1 1 0%}.app_11 .list_f- .toolbar_3H .actions_72 .filterIcon_2U{float:right}.app_11 .list_f- .toolbar_3H .actions_72 .filterExpander_2v{transition:width .5s cubic-bezier(0, .5, 0, 1) 0s;width:1px;display:inline-block;vertical-align:text-bottom}.app_11 .list_f- .toolbar_3H .actions_72 .filterExpander_2v.expanded_1I{width:200px}.app_11 .list_f- .tableRow_1K{transition:background .3s ease 0s}.app_11 .list_f- .tableRow_1K:hover{background:rgba(255,255,255,0.1)}.app_11 .list_f- .tableRow_1K.selected_22{background:#a4876b}.app_11 .list_f- .tableRow_1K .tableCell_3y.data_3S{cursor:pointer}.app_11 .list_f- .tableRow_1K .tableCell_3y.data_3S.columnPaddingNone_L2{padding-right:10px}.app_11 .list_f- .tableRow_1K .tableCell_3y.readOnly_aB{cursor:auto}.app_11 .list_f- .tableRow_1K .tableCell_3y,.app_11 .list_f- .tableRow_1K .tableHeadCell_2n{border-color:rgba(255,255,255,0.075)}.app_11 .list_f- .tableRow_1K .tableHeadCell_2n{cursor:pointer}.app_11 .list_f- .tableRow_1K .tableHeadCell_2n.columnPaddingNone_L2{padding-right:10px}.app_11 .list_f- .addButton_34{position:fixed;right:50px;bottom:10px}@media (max-width:1024px){.app_11 .list_f- .addButton_34{right:30px}}.app_11 .list_f- .status_1v,.app_11 .list_f- .mainRenderer_3e{height:24px}.app_11 .list_f- .status_1v.status-D_21,.app_11 .list_f- .mainRenderer_3e.status-D_21{color:#888}.app_11 .list_f- .tableFooterButtons_2s .exportButton_32 .icon_1Q{margin-right:8px}.app_11 .tabMenu_iU{margin-bottom:40px}.app_11 .tabContainer_3g{margin:25px auto 0px;padding:20px;max-width:1200px}.app_11 .exportTab_L4 .exportButton_32{margin-right:25px}.app_11 .exportTab_L4 .exportButton_32 .icon_1Q{margin-right:8px}.app_11 .exportTab_L4 .exportButton_32.GDPRRedButton_2W{background:red}.app_11 .detailActions_2k{text-align:right;padding:20px;padding-right:45px}.app_11 .detailActions_2k>*{margin:0 5px}.app_11 .documentTypeHint_I0{margin:10px 0px;background:rgba(255,255,255,0.1);padding:20px;box-sizing:border-box;box-shadow:3px 3px 10px rgba(0,0,0,0.2)}.app_11 .documentTypeHint_I0 .heading_VI{font-size:120%}.app_11 .documentTypeHint_I0 .description_1_{margin:30px 0px 20px}.app_11 .documentTypeHint_I0 .varsIntro_3C,.app_11 .documentTypeHint_I0 .var_2A{font-family:'Roboto';font-weight:500}.app_11 .documentTypeHint_I0 .var_2A{color:#a4876b;display:inline-block;margin-right:8px}.app_11 .documentTypeHint_I0 .var_2A::after{color:white;content:', '}.app_11 .documentTypeHint_I0 .var_2A:last-child::after{content:''}.app_11 .login_4T{background:transparent;box-shadow:none;text-align:center}.app_11 .login_4T .title_3Z{margin:40px 0 20px}.app_11 .login_4T .loginBox_3H{background:black;color:white;max-width:240px;text-align:center;margin:50px auto;padding:25px 40px}.app_11 .login_4T .loginBox_3H .textField_3p{margin:10px auto}.app_11 .login_4T .loginBox_3H .textField_3p input{text-align:center}.app_11 .login_4T .loginBox_3H .textField_3p input:-webkit-autofill{box-shadow:0px 1000px 0px black inset;-webkit-text-fill-color:#a4876b !important}.app_11 .login_4T .loginBox_3H .textField_3p .label_3c{line-height:24px;display:inline-block}.app_11 .login_4T .loginBox_3H .textField_3p .label_3c svg{height:20px;vertical-align:top}.app_11 .login_4T .loginBox_3H .checkBoxLabel_A8{margin:20px 15px 0px 0px}.app_11 .login_4T .loginBox_3H .checkBoxLabel_A8 p{vertical-align:super;display:inline-block}.app_11 .login_4T .loginBox_3H .loginButton_10{margin-top:20px}.app_11 .login_4T .loginBox_3H .warning_Cj{margin:-20px}.app_11.dialogWrapper_5L{width:auto}.app_11.dialogWrapper_5L .list_f-{background-color:transparent}.ImageCropper_23 .actions_72{display:flex;justify-content:flex-end}.PreferredSizeImageCropper_3H table tr{height:36px}.PreferredSizeImageCropper_3H table tr td{font-size:.8em}.PreferredSizeImageCropper_3H table tr:last-child td{border-bottom:none}.sortableItemPicker_pS{text-align:center}.sortableItemPicker_pS .sortableList_3q{text-align:left;max-width:600px;margin:20px auto;padding:10px}.sortableItemPicker_pS .pickerOptions_YF strong{font-weight:500}.sortableItem_2k{z-index:1502}.sortableItem_2k .listItem_1O{background:#1e1e1e;box-shadow:0 2px 4px -1px rgba(0,0,0,0.2),0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12)}.sortableItem_2k .listItem_1O .sortIcon_zZ{cursor:row-resize}.sortableItem_2k .listItem_1O .text_2f{padding:0px 40px}.sortableItem_2k .listItem_1O .deleteIcon_3l{z-index:1500}.eventContractorItemPicker_1z .sortableList_3q{max-width:800px}.eventContractorItemPicker_1z .contractTemplateSelector_3_{max-width:300px;margin-top:12px}.eventContractorItemPicker_1z input,.eventContractorItemPicker_1z p,.eventContractorItemPicker_1z label[data-shrink="false"]{font-size:14px}.eventContractorItemPicker_1z .contractorsFinancialOverview_1r{margin:10px auto}.eventContractorItemPicker_1z .contractorsFinancialOverview_1r th,.eventContractorItemPicker_1z .contractorsFinancialOverview_1r td{padding:4px 10px}.eventContractorItemPicker_1z .contractorsFinancialOverview_1r th{font-weight:500}.eventContractorItemPicker_1z .contractorsFinancialOverview_1r th:first-child{text-align:left}.eventContractorItemPicker_1z .contractorsFinancialOverview_1r td{font-weight:500;color:#a4876b}.eventContractorItemPicker_1z .contractorsFinancialOverview_1r tr.subtotal_1X td{color:#bbb;font-size:90%}.eventContractorItemPicker_1z .contractorsFinancialOverview_1r tr.total_2J th{color:#a4876b}.eventContractorItemPicker_1z .sortButtons_2y{text-align:left;max-width:800px;padding:0px 10px;margin:20px auto -15px}.eventContractorItemPicker_1z .infoButton_pF{position:absolute;top:0;right:4px}.eventContractorPickerItem_xg .moneyField_1-,.eventContractorPickerItem_xg .rateField_1P,.eventContractorPickerItem_xg .dateField_BZ,.eventContractorPickerItem_xg .selectField_25,.eventContractorPickerItem_xg .checkboxLabel_3w{margin:10px 15px 10px 0px;font-size:14px}.eventContractorPickerItem_xg .moneyField_1- input,.eventContractorPickerItem_xg .rateField_1P input,.eventContractorPickerItem_xg .dateField_BZ input,.eventContractorPickerItem_xg .selectField_25 input,.eventContractorPickerItem_xg .checkboxLabel_3w input,.eventContractorPickerItem_xg .moneyField_1- label[data-shrink="false"],.eventContractorPickerItem_xg .rateField_1P label[data-shrink="false"],.eventContractorPickerItem_xg .dateField_BZ label[data-shrink="false"],.eventContractorPickerItem_xg .selectField_25 label[data-shrink="false"],.eventContractorPickerItem_xg .checkboxLabel_3w label[data-shrink="false"]{font-size:14px}.eventContractorPickerItem_xg .moneyField_1-{width:125px}.eventContractorPickerItem_xg .rateField_1P{width:100px}.eventContractorPickerItem_xg .dateField_BZ{width:100px}.eventContractorPickerItem_xg .selectField_25{width:250px}.eventContractorPickerItem_xg.details_3L{padding:8px 16px 16px;margin-bottom:16px}.eventContractorPickerItem_xg .contract_mY{padding:10px 40px 0px 0px;box-sizing:border-box}.eventContractorPickerItem_xg .contract_mY .noContract_2k{line-height:24px;vertical-align:middle;color:#777}.eventContractorPickerItem_xg .contract_mY .existingContract_1W .document_3E{border-bottom:1px dashed white;margin-bottom:10px}.eventContractorPickerItem_xg .contract_mY .existingContract_1W .document_3E .documentIcon_2u{margin-right:4px}.eventContractorPickerItem_xg .contract_mY .existingContract_1W .document_3E .documentName_2-{line-height:24px;padding-top:6px;font-size:14px;box-sizing:border-box;vertical-align:bottom;display:inline-block;width:calc(100% - 140px)}.eventContractorPickerItem_xg .contract_mY .existingContract_1W .document_3E .downloadButton_3a,.eventContractorPickerItem_xg .contract_mY .existingContract_1W .document_3E .previewButton_3w{float:right;vertical-align:top;min-width:48px;width:48px;padding:2px 16px;box-sizing:border-box}.eventContractorPickerItem_xg .contract_mY .existingContract_1W .document_3E .downloadButton_3a:last-child,.eventContractorPickerItem_xg .contract_mY .existingContract_1W .document_3E .previewButton_3w:last-child{margin-right:8px}.eventContractorPickerItem_xg .contract_mY .generate_30{display:inline-block}.eventContractorPickerItem_xg .contract_mY .generate_30 .generateButton_12 .icon_1Q{margin-right:8px}.reservationSeatItemPicker_sH .sortableList_3q{max-width:800px}.reservationSeatItemPicker_sH input,.reservationSeatItemPicker_sH p,.reservationSeatItemPicker_sH label[data-shrink="false"]{font-size:14px}.reservationSeatPickerItem_1M{padding:8px 16px 16px;margin-bottom:16px}.reservationSeatPickerItem_1M .moneyField_1-,.reservationSeatPickerItem_1M .miniField__W,.reservationSeatPickerItem_1M .checkboxLabel_3w{margin:10px 15px 10px 0px;font-size:14px}.reservationSeatPickerItem_1M .moneyField_1- input,.reservationSeatPickerItem_1M .miniField__W input,.reservationSeatPickerItem_1M .checkboxLabel_3w input,.reservationSeatPickerItem_1M .moneyField_1- label[data-shrink="false"],.reservationSeatPickerItem_1M .miniField__W label[data-shrink="false"],.reservationSeatPickerItem_1M .checkboxLabel_3w label[data-shrink="false"]{font-size:14px}.reservationSeatPickerItem_1M .moneyField_1-{width:125px}.reservationSeatPickerItem_1M .miniField__W{width:50px}.galleryEditor_Id .dropzone_fS{cursor:pointer;width:200px;height:200px;border-width:5px;border-color:#5d5d5d;border-style:dashed;border-radius:5px;display:inline-block;vertical-align:middle}.galleryEditor_Id .dropzone_fS .card_3J{overflow:hidden;height:100%;box-shadow:none}.galleryEditor_Id .dropzone_fS .card_3J.dropActive_2f{animation:acceptAnimation 1s ease-in-out infinite alternate}.galleryEditor_Id .dropzone_fS .card_3J.dropReject_1u{animation:rejectAnimation 1s ease-in-out infinite alternate}.galleryEditor_Id .dropzone_fS .card_3J .content_2N{text-align:center;height:100%;box-sizing:border-box;padding-top:52px;font-size:24px;line-height:32px;color:#aaa;font-family:'Roboto'}.galleryEditor_Id .dropzone_fS .card_3J .actions_72{float:right;justify-content:flex-end}.galleryEditorPhoto_1H{width:210px;height:210px;margin:0px 10px 10px 0px;display:inline-block;transition:all .3s cubic-bezier(0, .5, 0, 1) 0s;cursor:move;vertical-align:middle}.galleryEditorPhoto_1H.dragged_sg{z-index:1500;transition:none}.galleryEditorPhoto_1H .image_1T{box-sizing:border-box;height:calc(100% - 56px);width:100%;background-size:contain;background-repeat:no-repeat;background-position:50% 100%}.galleryEditorPhoto_1H .content_2N .photoDescriptionField_1b{width:calc(100% - 30px)}.galleryEditorPhoto_1H .actions_72{float:right;padding:0px;height:40px}.galleryEditorPhoto_1H .actions_72 .edit_3r,.galleryEditorPhoto_1H .actions_72 .delete_a9{margin:0px;width:40px;height:40px}.galleryEditorPhoto_1H .actions_72 .delete_a9{color:#ff2020}.galleryEditorPhoto_1H.edited_2j{width:100%;height:250px}.galleryEditorPhoto_1H.edited_2j .content_2N{padding-top:0px}.galleryEditorPhoto_1H.edited_2j .actions_72{height:56px}.permissionTab_2_{color:white}.permissionTab_2_ .tableHeadRow_1- .tableHeadCell_2n{background:#333;color:white;padding-right:5px;text-align:center}.permissionTab_2_ .tableRow_1K .tableCell_3y.tableCheckboxCell_1w{padding-right:5px;text-align:center}.permissionTab_2_ .tableLegendCell_3q{background:#333;color:white}.documentGeneratorTab_TU .existingDocument_3O{margin:10px 0px 30px;background:rgba(255,255,255,0.1);padding:20px;box-sizing:border-box;box-shadow:3px 3px 10px rgba(0,0,0,0.2)}.documentGeneratorTab_TU .existingDocument_3O h3{margin:0px auto 30px;text-align:center;font-weight:500;color:#a4876b;font-size:21px;text-transform:uppercase}.documentGeneratorTab_TU .existingDocument_3O .document_3E{border-bottom:1px dashed white;margin-bottom:20px}.documentGeneratorTab_TU .existingDocument_3O .document_3E .documentName_2-{font-size:120%;font-weight:500;line-height:28px;padding-top:8px;box-sizing:border-box;vertical-align:bottom;display:inline-block;width:calc(100% - 136px)}.documentGeneratorTab_TU .existingDocument_3O .document_3E .downloadButton_3a,.documentGeneratorTab_TU .existingDocument_3O .document_3E .previewButton_3w{float:right;vertical-align:top;min-width:48px;width:56px;padding:4px 16px;box-sizing:border-box}.documentGeneratorTab_TU .existingDocument_3O .document_3E .downloadButton_3a:last-child,.documentGeneratorTab_TU .existingDocument_3O .document_3E .previewButton_3w:last-child{margin-right:12px}.documentGeneratorTab_TU .generateForm_3Z .generateButton_12{margin:12px 0px 10px 10px}.documentGeneratorTab_TU .generateForm_3Z .generateButton_12 .icon_1Q{margin-right:8px}.eventRoyaltyPaymentsTab_1F .exportForm_39{margin:10px 0px 30px;background:rgba(255,255,255,0.1);padding:20px;box-sizing:border-box;box-shadow:3px 3px 10px rgba(0,0,0,0.2)}.eventRoyaltyPaymentsTab_1F .exportForm_39 h3{margin:0px auto 30px;text-align:center;font-weight:500;color:#a4876b;font-size:21px;text-transform:uppercase}.eventRoyaltyPaymentsTab_1F .exportForm_39 .autocheckButtons_kQ{text-align:center}.eventRoyaltyPaymentsTab_1F .exportForm_39 .checkboxTable_3z{margin:24px 0px 24px}.eventRoyaltyPaymentsTab_1F .exportForm_39 .contractorLine_2J .checkbox_3R{padding-top:0px;padding-bottom:0px}.eventRoyaltyPaymentsTab_1F .exportForm_39 .contractorLine_2J .checkboxLabelExtra_2W{padding-left:6px}.eventRoyaltyPaymentsTab_1F .exportForm_39 .contractorLine_2J .checkboxLabelExtra_2W .checkboxExtra_1Q{padding-right:8px}.eventRoyaltyPaymentsTab_1F .exportForm_39 .exportButtons_2x{text-align:right}.documentGenerationView_1N{text-align:center}.documentGenerationView_1N .pickers_2O{display:block;margin:0px auto 40px}.documentGenerationView_1N .pickers_2O .searchableSelectField_1j .selectMenu_1Y{z-index:1001}.documentGenerationView_1N .pickers_2O .searchableSelectField_1j .disabled_HV{color:rgba(255,255,255,0.5)}.documentGenerationView_1N .pickers_2O .yearPicker_20{width:300px;display:inline-block;margin:10px 15px}.documentGenerationView_1N .pickers_2O .templatePicker_1b{width:400px;display:inline-block;margin:5px 15px 0px}.documentGenerationView_1N .documentCheckboxLabelIcon_3w{display:inline-block;vertical-align:middle;margin-left:10px}.documentGenerationView_1N .documentCheckboxLabelIcon_3w a{color:white;transition:color .3s ease-out}.documentGenerationView_1N .documentCheckboxLabelIcon_3w a:hover{color:#a4876b}.documentGenerationView_1N .dataTable_1A .icon_1Q{color:white;transition:color .3s ease-out}.documentGenerationView_1N .dataTable_1A a{color:white;transition:color .3s ease-out}.documentGenerationView_1N .dataTable_1A a:hover{color:#a4876b}.documentGenerationView_1N .dataTable_1A a:hover .icon_1Q{color:#a4876b}.selectableActionListing_3K{margin:10px 0px 30px;background:rgba(255,255,255,0.1);padding:20px;box-sizing:border-box;box-shadow:3px 3px 10px rgba(0,0,0,0.2)}.selectableActionListing_3K h3{margin:0px auto 30px;text-align:center;font-weight:500;color:#a4876b;font-size:21px;text-transform:uppercase}.selectableActionListing_3K .autocheckButtons_kQ{text-align:center}.selectableActionListing_3K .checkboxTable_3z{margin:24px 0px 24px}.selectableActionListing_3K .checkboxLine_3Y{text-align:left}.selectableActionListing_3K .checkboxLine_3Y .checkbox_3R{padding-top:0px;padding-bottom:0px}.selectableActionListing_3K .exportButtons_2x{text-align:right}.dataTable_1A h3{margin:0px auto 30px;text-align:center;font-weight:500;color:#a4876b;font-size:21px;text-transform:uppercase}.dataTable_1A .list_f-{padding-top:20px}.dataTable_1A .list_f- .tableRow_1K .icon_1Q{color:white}.dataTable_1A .list_f- .tableRow_1K .icon_1Q.falseIcon_2t{color:#888}.dataTable_1A .actionButtons_1T{text-align:right;padding:10px 10px 15px}.dataTable_1A .actionButtons_1T .actionButton_13{margin:5px 10px;display:inline-block}.dataTable_1A .actionButtons_1T .actionButton_13 .icon_1Q{margin-right:8px}.menuBar_1z .menuItem_Z0{padding:11px}.menuBar_1z .menuItem_Z0.active_19{background-color:rgba(255,255,255,0.12)}.menuBar_1z .menuItem_Z0.active_19 *{color:white}.menuBar_1z .menuItem_Z0 .menuItemText_TJ{padding:2px 4px}.menuBar_1z .menuItem_Z0 .menuItemText_TJ>span{line-height:1.25}.menuBar_1z .subMenuItem_3C{padding:10px 10px 10px 30px}.menuBar_1z .subMenuItem_3C.active_19{background-color:rgba(255,255,255,0.12)}.menuBar_1z .subMenuItem_3C.active_19 *{color:white}.menuBar_1z .subMenuItem_3C .menuItemText_TJ{padding:0px}.menuBar_1z .subMenuItem_3C .menuItemText_TJ>span{font-size:.9rem}.menuBar_1z>div{margin-top:64px;max-height:calc(100% - 64px);width:220px;background:#0a0a0a;box-shadow:2px 2px 4px rgba(0,0,0,0.3)}@media (max-width:599px){.menuBar_1z>div{margin-top:56px;max-height:calc(100% - 56px)}}.form_3U .formField_Ev{display:inline-block;width:calc(50% - 20px);margin:0px 10px 20px;vertical-align:top;box-sizing:border-box}.form_3U .formField_Ev.checkboxField_2N{margin:8px 10px 12px}.form_3U .formField_Ev>div{width:100%}.form_3U .formField_Ev>div:after{background-color:#a4876b}@media (max-width:639px){.form_3U .formField_Ev{width:100%;margin:0px 0px 20px}.form_3U .formField_Ev.checkboxField_2N{margin:8px 0px 12px}}.form_3U .formField_Ev .buttonLink_3h{display:block;margin:0px auto}.form_3U .formField_Ev.fullwidth_1Z{width:calc(100% - 20px)}@media (max-width:639px){.form_3U .formField_Ev.fullwidth_1Z{width:100%}}.form_3U .imageField_GA .card_3J,.form_3U .fileField_96 .card_3J,.form_3U .colorField_2l .card_3J{background-color:rgba(0,0,0,0.1)}.form_3U .imageField_GA .card_3J.dropActive_2f,.form_3U .fileField_96 .card_3J.dropActive_2f,.form_3U .colorField_2l .card_3J.dropActive_2f{animation:acceptAnimation_3M 1s ease-in-out infinite alternate}.form_3U .imageField_GA .card_3J.dropReject_1u,.form_3U .fileField_96 .card_3J.dropReject_1u,.form_3U .colorField_2l .card_3J.dropReject_1u{animation:rejectAnimation_17 1s ease-in-out infinite alternate}.form_3U .imageField_GA .card_3J .image_1T,.form_3U .fileField_96 .card_3J .image_1T,.form_3U .colorField_2l .card_3J .image_1T{cursor:pointer}.form_3U .imageField_GA .card_3J .image_1T.full_2Q,.form_3U .fileField_96 .card_3J .image_1T.full_2Q,.form_3U .colorField_2l .card_3J .image_1T.full_2Q{height:160px;background-position:50% 50%;background-size:cover}.form_3U .imageField_GA .card_3J .content_2N,.form_3U .fileField_96 .card_3J .content_2N,.form_3U .colorField_2l .card_3J .content_2N{display:inline-block}.form_3U .imageField_GA .card_3J .actions_72,.form_3U .fileField_96 .card_3J .actions_72,.form_3U .colorField_2l .card_3J .actions_72{float:right;justify-content:flex-end;padding:12px 12px}.form_3U .imageField_GA .card_3J .fileName_2f,.form_3U .fileField_96 .card_3J .fileName_2f,.form_3U .colorField_2l .card_3J .fileName_2f{color:white}.form_3U .imageField_GA .card_3J .deleteIcon_3l,.form_3U .fileField_96 .card_3J .deleteIcon_3l,.form_3U .colorField_2l .card_3J .deleteIcon_3l{color:#ff2020;cursor:pointer;vertical-align:bottom}.form_3U .selectField_25{margin:0px 10px 20px;text-align:left}.form_3U .selectField_25 .Select{font-family:'Roboto';margin-top:14px;cursor:text;color:white}.form_3U .selectField_25 .Select .Select-control{border:none !important;border-bottom:1px solid rgba(255,255,255,0.7) !important;border-radius:0px;background:transparent;box-shadow:none;cursor:text;color:white}.form_3U .selectField_25 .Select .Select-control .Select-value{padding:0px}.form_3U .selectField_25 .Select .Select-control .Select-value .Select-value-label{color:white !important}.form_3U .selectField_25 .Select .Select-control .Select-input{padding:0px}.form_3U .selectField_25 .Select .Select-control .Select-input input{color:white !important}.form_3U .selectField_25 .Select:after{left:0;right:0;bottom:-2px;height:2px;content:"";position:absolute;transform:scaleX(0);transition:transform 200ms cubic-bezier(0, 0, .2, 1) 0ms;background-color:#a4876b}.form_3U .selectField_25 .Select .Select-menu-outer{z-index:150;border:none;border-radius:0px}.form_3U .selectField_25 .Select .Select-menu-outer .Select-menu{border-radius:0px}.form_3U .selectField_25 .Select .Select-menu-outer .Select-menu .Select-option{border-radius:0px}.form_3U .selectField_25 .Select .Select-menu-outer .Select-menu .Select-option.is-focused{background-color:#a4876b;color:white}.form_3U .searchableSelectField_1j .selectMenu_1Y{z-index:1001}.form_3U .searchableSelectField_1j .disabled_HV{color:rgba(255,255,255,0.5)}.form_3U .colorField_2l .colors_2f{display:flex;padding-top:0}.form_3U .colorField_2l .colors_2f .colorBox_1R{flex:1;height:30px;cursor:pointer;transition:all .3s}.form_3U .colorField_2l .colors_2f .colorBox_1R.selected_22{margin-top:-10px}@keyframes acceptAnimation_3M{from{box-shadow:0 0 10px white}to{box-shadow:0 0 10px white, 0 0 30px white}}@keyframes rejectAnimation_17{from{box-shadow:0 0 10px red}to{box-shadow:0 0 10px red, 0 0 30px red}}.confirmationDialog_24>div:nth-child(2){min-width:320px;padding:10px}.confirmationDialog_24 .dialogTitle_2R{min-height:50px}.loaderButton_2m{vertical-align:bottom}.loaderButton_2m .loaderButtonInner_j4{margin:-5px 10px -5px 0}.loaderButton_2m .loaderButtonInner_j4 .loader_sw{color:white}.loaderButton_2m .icon_1Q{padding-right:4px}.loaderButton_2m.red_2O{background:#db0000;color:white}.loaderButton_2m.red_2O:hover{background:red}.loaderContainer_1o{text-align:center;margin:20px auto}.loaderContainer_1o .loader_sw{color:#a4876b}.tinyMceWrap_2e{padding:0 10px;position:relative;margin-bottom:24px}.textCenter_2j{text-align:center}.textRight_1H{text-align:right}.highlight_1D{color:#a4876b}strong{font-weight:600}strong.highlight_1D{color:#a4876b;margin-left:4px}.tableRightIcon_15{display:inline-block;padding:2px 8px 2px 3px;float:right;height:16px;box-sizing:border-box;margin-top:-7px}.tableRightIcon_15 a{color:white;transition:color .4s ease-out 0s}.tableRightIcon_15 a:hover{color:#a4876b}.tableRightIcon_15 svg{font-size:28px}.s-alert-box{z-index:100000 !important}.mce-menubar.mce-toolbar.mce-first>.mce-container-body .mce-menubtn.mce-btn.mce-btn-has-text:first-child button{padding-left:0px}.mce-menubar.mce-toolbar.mce-first>.mce-container-body .mce-menubtn.mce-btn.mce-btn-has-text:first-child .mce-txt{color:white;font-weight:500;padding-right:10px;font-family:'Roboto'}.mce-menubar.mce-toolbar.mce-first>.mce-container-body .mce-menubtn.mce-btn.mce-btn-has-text:first-child .mce-caret{display:none}
