

.app-position{
  
    background: black;

}

@font-face {
    font-family: 'FontAwesome';
    src: url('https://www.cooplive.com/platform/fonts/fontawesome-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal
}
@font-face {
    font-family: "Knockout69"; 
    src: url("fonts/Knockout%20HTF69-FullLiteweight%20Regular.otf")format('otf'),url("fonts/Knockout HTF69-FullLiteweight Regular.woff")format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Knockout69";
    src: url("https://www.cooplive.com/Fonts/Knockout-69.otf");
    font-weight: 400;
    font-style: normal;
  }

@font-face {
    font-family: "AvenirNext";
    src: url("https://www.cooplive.com/Fonts/AvenirNextLTPro-Regular.otf");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "AvenirNext";
    src: url("https://www.cooplive.com/Fonts/AvenirNextLTPro-It.otf");
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: "AvenirNext";
    src: url("https://www.cooplive.com/Fonts/AvenirNextLTPro-Medium.otf");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "AvenirNext";
    src: url("https://www.cooplive.com/Fonts/AvenirNextLTPro-Demi.otf");
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: "AvenirNext";
    src: url("https://www.cooplive.com/Fonts/AvenirNextLTPro-Bold.otf");
    font-weight: 700;
    font-style: normal;
  }
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}


:root {
    --ts-pr-clear-button: 0;
    --ts-pr-caret: 0;
    --ts-pr-min: .75rem;
}
:root {
    --fs-tiny: 12px;
    --fs-small: 14px;
    --fs-normal: 16px;
    --fs-large: 32px;
    --fs-small-title: 32px;
    --fs-medium-title: 32px;
    --fs-large-title: 40px;
    --fs-large-subtitle: 18px;
    --fs-huge-title: 56px;
    --fs-huge-subtitle: 24px;
    --fs-showcase-title: 88px;
    --fs-showcase-subtitle: 19px;
}
:root {
    --sa-uid: '';
}
:root {
    --satisfi-mobile-body-top: 0;
}
:root {
    --chatContainerBgColor: #F5F5F5;
    --chatBorder: solid 0px #000;
    --chatBorderRadius: 0px;
    --chatWidth: 375px;
    --chatHeight: 95%;
    --chatPositionLeft: auto;
    --chatPositionTop: auto;
    --chatPositionRight: 50px;
    --chatPositionBottom: 0px;
    --chatShadow: #bbb 0 0 10px;
    --chatButtonPositionLeft: auto;
    --chatButtonPositionTop: auto;
    --chatButtonPositionRight: 10px;
    --chatButtonPositionBottom: 10px;
    --chatButtonFontSize: 0px;
    --chatButtonBackground: transparent;
    --chatButtonBackgroundMobile: transparent;
    --chatButtonFocusColor: #ffffff;
    --chatButtonFontColor: #ffffff;
    --chatButtonFontWeight: bold;
    --chatButtonAnimation: none;
    --chatButtonBoxShadow: #111 0 0px 0px;
    --chatButtonBoxShadowHover: #111 0 0px 0px;
    --chatButtonBorderRadius: 0px;
    --chatButtonPadding: 0px;
    --chatButtonBorder: 0px;
    --chatButtonPositionLeftMobile: auto;
    --chatButtonPositionTopMobile: auto;
    --chatButtonPositionRightMobile: 0px;
    --chatButtonPositionBottomMobile: 0px;
    --chatButtonFontSizeMobile: 12px;
    --chatButtonFontColorMobile: #000000;
    --chatButtonBackgroundColorMobile: transparent;
    --chatButtonFontWeightMobile: bold;
    --chatButtonBorderRadiusMobile: 5px;
    --chatButtonPaddingMobile: 10px;
    --chatButtonImageWidth: 200px;
    --chatButtonImageHeight: 80px;
    --chatButtonImageMargin: 0;
    --chatButtonImageWidthMobile: 120px;
    --chatButtonImageHeightMobile: 60px;
    --chatButtonImageMarginMobile: 0 0.5rem 0 0;
    --chatButtonCustomFont: no-custom;
    --promptPositionLeft: auto;
    --promptPositionTop: auto;
    --promptPositionRight: 50px;
    --promptPositionBottom: 100px;
    --promptFontSize: 12px;
    --promptPositionLeftMobile: auto;
    --promptPositionTopMobile: auto;
    --promptPositionRightMobile: 50px;
    --promptPositionBottomMobile: 95px;
    --promptFontSizeMobile: 10px;
    --promptWidth: auto;
    --promptheight: auto;
    --promptWidthMobile: auto;
    --promptheightMobile: auto;
    --chatFontFamily: Roboto-Regular;
    --chatLineHeight: 1.5;
}


 .nav1,.s1{
    display: block;
}
header {
    position: relative;
    z-index: 1000;
}



header #fixed-box {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    background: linear-gradient(#000000, rgba(255, 0, 0, 0));
    color: inherit;
    box-shadow: none;
    will-change: background;
    transition: all 0.2sease-in-out;
}
header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #fixed-box {
    background: #030303;
    color: #fff;
    box-shadow: none;
}


header #topbar {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 2;
    border-bottom: none;
    font-family: inherit;
    font-weight: normal;
    text-transform: none;
    background: inherit;
    color: inherit;
    font-size: inherit;
}
@media (min-width: 768px) {
    header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar {
        height: 100px;
    }
}
header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar {
    border-bottom: none;
}

header #topbar > .inner {
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
@media (min-width: 768px) {
    header #topbar > .inner {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    header #topbar > .inner {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    header #topbar > .inner {
        max-width: 1170px;
    }
}



header #topbar > .inner > .inside {
    display: flex;
    align-items: flex-start;
    height: 100%;
    /* padding: 20px 0; */
    border-bottom: none;
}
header.variant-shortcuts-unified #topbar > .inner > .inside, header.variant-shortcuts-unified-alt #topbar > .inner > .inside, header.variant-suckerfish.suckerfish-unified:not(.suckerfish-right) #topbar > .inner > .inside, header.variant-suckerfish.is-scrolled:not(.suckerfish-right) #topbar > .inner > .inside {
    align-items: center;
}
header.has-showcase:not(.is-scrolled).variant-suckerfish.suckerfish-unified:not(.suckerfish-right) #topbar > .inner > .inside {
    align-items: center;
}

header a {
    display: inline-block;
    text-decoration: none;
}
header #topbar .brand {
    display: block;
    height: 120px;
    max-height: 100%;
    margin: 0;
}
header #topbar a, header #topbar a:link, header #topbar a:visited {
    color: inherit;
}
@media (min-width: 768px) {
    header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar .brand {
        height: 60px;
        margin: 0;
    }
}
@media (min-width: 768px) {
    header.variant-shortcuts-unified #topbar .brand, header.variant-shortcuts-unified-alt #topbar .brand, header.variant-suckerfish.suckerfish-unified:not(.suckerfish-right) #topbar .brand, header.variant-suckerfish.is-scrolled:not(.suckerfish-right) #topbar .brand {
        position: absolute;
        top: auto;
        left: 20px;
    }
}
header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar a, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar a:link, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar a:visited {
    color: inherit;
}
#header-v2 #topbar .inner a.brand {
    display: block;
    position: static;
    margin-right: 30px;
}


img {
    vertical-align: middle;
}
img {
    border: 0;
}
/* a img {
    border: none;
} */
header #topbar .brand img {
    max-width: 100%;
    height: 100%;
    float: left;
    padding: 0;
}
header #topbar .brand img.mobile-logo, header #topbar .brand img.mobile-showcase-logo, header #topbar .brand img.mobile-sticky-logo, header #topbar .brand img.sticky-logo, header #topbar .brand img.showcase-logo {
    display: none;
}
@media (min-width: 768px) {
    header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar .brand img {
        display: none;
    }
}

@media (min-width: 768px) {
    header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar .brand img.showcase-logo {
        display: inline-block;
    }
}

header #topbar .menus {
    display: flex;
    /* flex-direction: column;
    align-items: flex-end; */
    justify-content: space-between;
    line-height: 1;
    flex: 1;
    overflow: hidden;
}
@media (min-width: 1200px) {
    header.variant-shortcuts-unified #topbar .menus, header.variant-shortcuts-unified-alt #topbar .menus, header.variant-suckerfish.suckerfish-unified:not(.suckerfish-right) #topbar .menus, header.variant-suckerfish.is-scrolled:not(.suckerfish-right) #topbar .menus {
        flex-direction: row;
        align-items: center;
        /* justify-content: center; */
    }
}

header .shortcuts-menu, header #topbar .shortcuts-menu {
    font-family: "AvenirNext", sans-serif;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: var(--fs-small);
}


.nav2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.nav2, .nav2 li {
    margin: 0;
    padding: 0;
}
.nav2{
    margin-bottom: var(--var-default-margins, 30px);
}
header .shortcuts-menu ul, header #topbar .shortcuts-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    padding: 15px 0;
    gap: 35px;
}
header .shortcuts-menu li, header #topbar .shortcuts-menu li {
    display: inline-block;
}

.a1 {
    background-color: transparent;
}
.a1 {
    color: #337ab7;
    text-decoration: none;
}
.a1 {
    background: transparent;
}
.a1 {
    text-decoration: none;
    color: #00a1cc;
}
header a {
    display: inline-block;
    text-decoration: none;
}
header #topbar a, header #topbar a:link, header #topbar a:visited {
    color: inherit;
}
header .shortcuts-menu a, header .shortcuts-menu a:link, header .shortcuts-menu a:visited, header #topbar .shortcuts-menu a, header #topbar .shortcuts-menu a:link, header #topbar .shortcuts-menu a:visited {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar a, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar a:link, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar a:visited {
    color: inherit;
}
header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) .shortcuts-menu a, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) .shortcuts-menu a:link, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) .shortcuts-menu a:visited, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar .shortcuts-menu a, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar .shortcuts-menu a:link, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar .shortcuts-menu a:visited {
    color: inherit;
}

header .shortcuts-menu a > span, header .shortcuts-menu a:link > span, header .shortcuts-menu a:visited > span, header #topbar .shortcuts-menu a > span, header #topbar .shortcuts-menu a:link > span, header #topbar .shortcuts-menu a:visited > span {
    text-decoration: none;
}


.fa-angle-down:before {
    content: "\f107"
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header .submenu-toggle > i {
    width: 1em;
    height: 1em;
    position: relative;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: inherit;
    will-change: transform;
    transition: transform 0.14sease-in-out;
}
header .submenu-toggle.suckerfish > i {
    margin: 0 0 0 5px;
    color: currentcolor;
}

.fa-angle-down:before {
    content: "\f107";
}

header #service-menu {
    display: flex;
    align-items: center;
    position: relative;
}

header #service-menu {
    display: flex;
    font-weight: 600;
    font-family: "AvenirNext", sans-serif;
    font-size: var(--fs-small);
    text-transform: uppercase;
}
.a1>span{
    display: flex;
    font-weight: 600;
    font-family: "AvenirNext", sans-serif;
    font-size: var(--fs-small);
    text-transform: uppercase;
}

header #service-menu > * {
    display: flex;
    align-items: center;
    height: 30px;
    margin: 0;
    padding: 0;
}
header #service-menu button {
    margin: 0 10px;
    padding: 5px 5px 7px 5px;
    border: none;
    border-radius: 0;
    line-height: 1;
    background: none;
    color: #fff;
    -webkit-appearance: none;
}

.socials .peppered-icon {
    display: block;
}
.peppered-icon {
    display: inline-flex;
    align-items: center;
}

.peppered-icon svg {
    display: block;
}
.socials__link svg {
    width: 60px;
    height: 60px;
}
header #service-menu svg {
    width: 20px;
    height: 20px;
    position: relative;
}
.peppered-icon svg path {
    fill: currentcolor;
}

header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #service-menu button:hover, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #service-menu a:hover, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #service-menu a:active {
    color: #00a1cc;
}
header #topbar a, header #topbar a:link, header #topbar a:visited {
    color: inherit;
}
header #service-menu a, header #service-menu a:link, header #service-menu a:visited {
    margin: 0 10px;
    padding: 5px 5px 7px 5px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
}

header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar a, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar a:link, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar a:visited {
    color: inherit;
}
header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #service-menu button, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #service-menu a, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #service-menu a:link, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #service-menu a:visited {
    color: #fff;
}

header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) .shortcuts-menu a:hover, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) .shortcuts-menu a:active, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar .shortcuts-menu a:hover, header.has-showcase:not(.suckerfish-on-top):not(.is-scrolled) #topbar .shortcuts-menu a:active {
    color: #00a1cc;
}

header.is-scrolled #service-menu button:hover:not(.cart), header.is-scrolled #service-menu a:hover:not(.cart), header.is-scrolled #service-menu a:active:not(.cart) {
    color: #00a1cc;
}
header.is-scrolled #service-menu button:not(.cart), header.is-scrolled #service-menu a:not(.cart), header.is-scrolled #service-menu a:link:not(.cart), header.is-scrolled #service-menu a:visited:not(.cart) {
    color: inherit;
}



header ~ footer, header ~ main {
    position: relative;
}
header ~ footer {
    z-index: 0;
}

#sponsor-footer {
    padding: 15px 0;
    border-top: none;
    font-family: "AvenirNext", sans-serif;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    text-transform: none;
    background: #000;
    color: #fff;
    font-size: var(--fs-small);
}
#sponsor-footer {
    /* background: rgba(0, 0, 0, 0) !important; */
    background-color: black;
}

#sponsor-footer .inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    #sponsor-footer .inner {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    #sponsor-footer .inner {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    #sponsor-footer .inner {
        max-width: 1170px;
    }
}

@media (min-width: 1200px) {
    #sponsor-footer .inner {
        max-width: 1170px;
    }
}
#sponsor-footer .logos {
    display: flex;
    flex-wrap: wrap;
    max-width: 768px;
    margin: 0 auto;
}

#sponsor-footer .logos a {
    display: inline-block;
}
#sponsor-footer .logos a {
    display: flex;
    flex-grow: 0;
    flex-basis: 33.33%;
    align-items: center;
    flex-direction: column;
    margin: 0 0 40px;
}

#sponsor-footer .logos img {
    max-height: 50px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}
#sponsor-footer .logos a img {
    max-height: 60px;
}

#sponsor-footer .logos a {
    display: inline-block;
}
#sponsor-footer .logos a {
    display: flex;
    flex-grow: 0;
    flex-basis: 33.33%;
    align-items: center;
    flex-direction: column;
    margin: 0 0 40px;
}
#sponsor-footer .logos a + a {
    margin-left: 15px;
}
#sponsor-footer .logos a + a {
    margin: 0;
}


#sponsor-footer .logos a:nth-child(4), #sponsor-footer .logos a:nth-child(5) {
    justify-content: center;
    margin-left: auto;
    margin-right: 10px;
    flex-basis: calc(50% - 200px);
}

@media screen and (min-width: 768px) {
    #sponsor-footer .logos a:nth-child(4), #sponsor-footer .logos a:nth-child(5) {
        margin-right: 20px;
    }
}


#sponsor-footer .logos a:nth-child(4) img, #sponsor-footer .logos a:nth-child(5) img {
    max-height: 50px;
}
@media screen and (min-width: 768px) {
    #sponsor-footer .logos a:nth-child(4) img, #sponsor-footer .logos a:nth-child(5) img {
        max-height: 52px;
    }
}


#sponsor-footer .logos a:nth-child(5) {
    margin-left: 10px;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
    #sponsor-footer .logos a:nth-child(5) {
        margin-left: 20px;
    }
}

.footerWrapper {
    position: relative;
    font-family: inherit;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    text-transform: none;
    background: transparent;
    overflow: hidden;
    font-size: var(--fs-small);
background-color: black;
}

@media (min-width: 768px) {
    .footerWrapper {
        text-align: left;
    }
}



.footerWrapper .inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 15px;
}
@media (min-width: 768px) {
    .footerWrapper .inner {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .footerWrapper .inner {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .footerWrapper .inner {
        max-width: 1170px;
    }
}
@media (min-width: 768px) {
    .footerWrapper .inner {
        display: flex
;
    }
}
@media (min-width: 1200px) {
    .footerWrapper .inner {
        max-width: 1170px;
    }
}



.footerWrapper .column {
    margin: 30px 0;
    color: #fff;
    flex: 1;
}

@media (min-width: 768px) {
    .footerWrapper .column:not(:last-child) {
        padding-right: 15px;
    }
}

.footerWrapper h2, .footerWrapper h3 {
    margin: 0 0 15px 0;
    font-family: "Knockout69", sans-serif;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    font-size: var(--fs-huge-subtitle);
}

.footerWrapper p {
    margin: 0 0 10px 0;
}
.footerWrapper .column a:not(.btn) {
    text-decoration: none;
    color: #FFF;
}
.socials__wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}



.socials__link {
    color: #fff;
}
.footerWrapper .column a:not(.btn) {
    text-decoration: none;
    color: #FFF;
}


.footerWrapper .column a:not(.btn):hover {
    text-decoration: underline;
    color: #535353;
}

.screenreader {
    width: 1px;
    height: 1px;
    position: absolute;
    top: -999px;
    left: -999px;
    overflow: hidden;
}
.Return-Button.buttons ul {
    list-style: none;
    display: flex:
    background-color: #00a1cc;

    justify-content: flex-end;
    margin: 0 0 0 auto;
    padding: 0;
}
.Return-Button.buttons ul li {
    position: relative;
    margin: 0;
    padding: 0 0 0 2em;
    
}
.Return-Button {
    display: flex;
        justify-content: center;
        margin-top: 50px;
}
.richtext{
    display: flex;
        justify-content: center;
}
.btn-coop-live{
    font-size: 16px;
}