/*Fonts Set Up*/

@font-face {font-family: 'Roboto';src: url('/fonts/Roboto-Thin.ttf') format('truetype');font-weight: 100;font-style: normal;font-display: swap;}
@font-face {font-family: 'Roboto';src: url('/fonts/Roboto-Light.ttf') format('truetype');font-weight: 300;font-style: normal;font-display: swap;}
@font-face {font-family: 'Roboto';src: url('/fonts/Roboto-Regular.ttf') format('truetype');font-weight: 400;font-style: normal;font-display: swap;}
@font-face {font-family: 'Roboto';src: url('/fonts/Roboto-Medium.ttf') format('truetype');font-weight: 500;font-style: normal;font-display: swap;}
@font-face {font-family: 'Roboto';src: url('/fonts/Roboto-Bold.ttf') format('truetype');font-weight: 700;font-style: normal;font-display: swap;}
@font-face {font-family: 'Roboto';src: url('/fonts/Roboto-Black.ttf') format('truetype');font-weight: 900;font-style: normal;font-display: swap;}

html {font-family: 'Roboto'; scroll-behavior: smooth;}
::-webkit-scrollbar {width: 7px !important;}
::-webkit-scrollbar-track {background-color: #1a2c38;border-radius: 0px;margin-top: 60px;}
::-webkit-scrollbar-thumb {background-color: #2f4553;border-right: 0px;border-radius: 5px;border-top: 1px solid #1a2c38;}
#header {display: none;}
body {background: #1a2c38;color: #fff;margin: 0;padding: 0;overflow-x: hidden;}

img {pointer-events: none;}


@media only screen and (max-width: 359px) { #mobile_header {justify-content: center !important;} .stake_href_btn {margin-right: 0 !important;} .st_logo {display: none !important;} .actions_r {width: 100%;display: flex; justify-content: space-between; padding: 0 15px;} }


#mobile_header, #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
        justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 100%;
    background: #1a2c38;
    box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
    z-index: 100;
}

#mobile_header {display: flex;}

.st_logo {
    display: flex;
    height: 48px;
    font-size: 27px;
    font-weight: 800;
    line-height: 1;
    margin: 0 15px;
    margin-right: 10px;
    align-items: center;
    justify-content: flex-start;
}

.actions_r {
    display: flex;
    align-items: center;
}

.ccode-block {
    display: flex;
    height: 38px;
}

.code_input {
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    padding: 5px;
    width: 100px;
    background: #0f212e;
    border-radius: 5px 0 0 5px;
    border: 2px solid #00e701;
    border-right: none;
}

.copy_pc {
    background: #00e701;
    height: 38px;
    width: 38px;
    border-radius: 0 5px 5px 0;
    border: 2px solid #00e701;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23043108' d='M320 448v40c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V120c0-13.3 10.7-24 24-24h72v296c0 30.9 25.1 56 56 56h168zm0-344V0H152c-13.3 0-24 10.7-24 24v368c0 13.3 10.7 24 24 24h272c13.3 0 24-10.7 24-24V128H344c-13.2 0-24-10.8-24-24zm121-31L375 7A24 24 0 0 0 358.1 0H352v96h96v-6.1a24 24 0 0 0 -7-17z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.stake_href_btn {
    border-radius: 5px !important;
    color: #fff !important;
    text-shadow: 0 0 5px #0f212e;
    background-color: #1475e1 !important;
    border: none !important;
    font-size: 16px;
    font-weight: 600;
    height: 38px;
    line-height: 1;
    padding: 0 15px;
    margin-right: 15px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}








a {
  text-decoration: none;
  color: #fff;
}

h1 {
  font-size: 28px;
}






#footer {
    display: flex;
    background: #071d2a;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 40px;
}


#footer_links {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid #1a2c38;
    border-top: 2px solid #1a2c38;
    padding: 20px 0;
}

#footer_links li, .footr_link {
    height: 35px;
    max-width: 180px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    transition-duration: 0.4s;
    color: #b1bad3;
}



#resp_gam_block {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}



.rg_link {
    display: flex;
    height: 40px;
    width: 40%;
    margin: 3px 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition-duration: 0.4s;
}

#bgba_img_l {
    background-image: url(/imgs/begambleaware_ds.webp);
}

#gs_img_l {
    background-image: url(/imgs/gamstop_ds.webp);
}

#gc_img_l {
    background-image: url(/imgs/gamblingcare_ds.webp);
}

#gcer_img_l {
    background-image: url(/imgs/gamcare_ds.webp);
}




#icos_box {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}


.footer_ico {
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.5;
    margin-top: 10px;
    margin-bottom: 10px;
}


#ico_dice {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%23fff' d='M592 192H473.3c12.7 29.6 7.1 65.2-17 89.3L320 417.6V464c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V240c0-26.5-21.5-48-48-48zM480 376c-13.3 0-24-10.8-24-24 0-13.3 10.8-24 24-24s24 10.7 24 24c0 13.3-10.8 24-24 24zm-46.4-186.7L258.7 14.4c-19.2-19.2-50.2-19.2-69.4 0L14.4 189.3c-19.2 19.2-19.2 50.2 0 69.4L189.3 433.6c19.2 19.2 50.2 19.2 69.4 0L433.6 258.7c19.2-19.2 19.2-50.2 0-69.4zM96 248c-13.3 0-24-10.8-24-24 0-13.3 10.8-24 24-24s24 10.7 24 24c0 13.3-10.8 24-24 24zm128 128c-13.3 0-24-10.8-24-24 0-13.3 10.8-24 24-24s24 10.7 24 24c0 13.3-10.8 24-24 24zm0-128c-13.3 0-24-10.8-24-24 0-13.3 10.8-24 24-24s24 10.7 24 24c0 13.3-10.8 24-24 24zm0-128c-13.3 0-24-10.8-24-24 0-13.3 10.8-24 24-24s24 10.7 24 24c0 13.3-10.8 24-24 24zm128 128c-13.3 0-24-10.8-24-24 0-13.3 10.8-24 24-24s24 10.7 24 24c0 13.3-10.8 24-24 24z'/%3E%3C/svg%3E");
}


#ico_y18_plus {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1.833331in' height='1.833331in' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd'%0AviewBox='0 0 833.33 833.33'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'/%3E%3Cpath fill='%23fff' class='fil0' d='M333.74 258.9l-0.21 0 -71.78 0 -52.55 0 0 63.54 52.55 0 0 249.54 72 0 0 -313.07zm168.23 174.64c29.56,0 53.53,18.62 53.53,41.58 0,22.97 -23.97,41.58 -53.53,41.58 -29.57,0 -53.53,-18.61 -53.53,-41.58 0,-22.96 23.96,-41.58 53.53,-41.58zm0 -127.33c25.48,0 46.15,16.47 46.15,36.79 0,20.32 -20.66,36.79 -46.15,36.79 -25.49,0 -46.15,-16.46 -46.15,-36.79 0,-20.32 20.66,-36.79 46.15,-36.79zm0 -47.3c54.94,0 99.49,35.51 99.49,79.32 0,27.29 -17.28,51.35 -43.59,65.63 35.49,15.29 59.51,44.69 59.51,78.45 0,49.52 -51.67,89.66 -115.41,89.66 -63.74,0 -115.41,-40.14 -115.41,-89.66 0,-33.76 24.03,-63.16 59.51,-78.45 -26.31,-14.28 -43.59,-38.34 -43.59,-65.63 0,-43.81 44.54,-79.32 99.49,-79.32zm316.33 46.45c9.8,35.43 15.04,72.76 15.04,111.31 0,230.12 -186.55,416.67 -416.67,416.67 -230.12,0 -416.67,-186.55 -416.67,-416.67 0,-230.12 186.55,-416.67 416.67,-416.67 36.48,0 71.87,4.7 105.58,13.5l0 72.78c-33.29,-10.62 -68.76,-16.37 -105.58,-16.37 -191.51,0 -346.76,155.25 -346.76,346.76 0,191.51 155.25,346.76 346.76,346.76 191.51,0 346.76,-155.25 346.76,-346.76 0,-38.94 -6.42,-76.38 -18.25,-111.31l73.12 0zm-93.43 -277.59l-58.76 0 0 80.03 -80.03 0 0 58.76 80.03 0 0 80.04 58.76 0 0 -80.04 80.04 0 0 -58.76 -80.04 0 0 -80.03z'/%3E%3C/g%3E%3C/svg%3E%0A");
    }
    
    
    #ico_game_pad {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%23fff' d='M480.1 96H160a160 160 0 1 0 114.2 272h91.5A160 160 0 1 0 480.1 96zM248 268a12 12 0 0 1 -12 12h-52v52a12 12 0 0 1 -12 12h-24a12 12 0 0 1 -12-12v-52H84a12 12 0 0 1 -12-12v-24a12 12 0 0 1 12-12h52v-52a12 12 0 0 1 12-12h24a12 12 0 0 1 12 12v52h52a12 12 0 0 1 12 12zm216 76a40 40 0 1 1 40-40 40 40 0 0 1 -40 40zm64-96a40 40 0 1 1 40-40 40 40 0 0 1 -40 40z'/%3E%3C/svg%3E%0A");
    }


#y18_plus {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #b1bad3;
    margin: 10px 0;
    }



#cr_year {
    margin-left: 5px;
}







.social-share-button {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 5px;
    margin: 5px 0;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
    opacity: 0.9;
    transition-duration: 0.4s;
    font-size: 13px;
    font-weight: 100;
}

.social-share-button::before {
    content: "";
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 1px;
    padding-left: 3px;
    border-radius: 6px 0 0 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}


#fb {
    background: #4267B2;
    position: fixed;
    right: -135px;
    bottom: 230px;
    transition-duration: 0.4s;
    width: 155px;
}

#fb::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z'/%3E%3C/svg%3E");
    background-size: 36%;
}

#x {
    background: #14171A;
    border: 1px solid #ffffff2e;
    position: fixed;
    right: -136px;
    bottom: 200px;
    transition-duration: 0.4s;
    width: 155px;
}

#x::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E");
}

#in {
    background: #0e76a8;
    position: fixed;
    right: -135px;
    bottom: 170px;
    transition-duration: 0.4s;
    width: 155px;
}

#in::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z'/%3E%3C/svg%3E");
}

#rd {
    background: #FF5700;
    position: fixed;
    right: -135px;
    bottom: 140px;
    transition-duration: 0.4s;
    width: 155px;
    text-shadow: 1px 1px 2px #0000008c;
}

#rd::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M373 138.6c-25.2 0-46.3-17.5-51.9-41l0 0c-30.6 4.3-54.2 30.7-54.2 62.4l0 .2c47.4 1.8 90.6 15.1 124.9 36.3c12.6-9.7 28.4-15.5 45.5-15.5c41.3 0 74.7 33.4 74.7 74.7c0 29.8-17.4 55.5-42.7 67.5c-2.4 86.8-97 156.6-213.2 156.6S45.5 410.1 43 323.4C17.6 311.5 0 285.7 0 255.7c0-41.3 33.4-74.7 74.7-74.7c17.2 0 33 5.8 45.7 15.6c34-21.1 76.8-34.4 123.7-36.4l0-.3c0-44.3 33.7-80.9 76.8-85.5C325.8 50.2 347.2 32 373 32c29.4 0 53.3 23.9 53.3 53.3s-23.9 53.3-53.3 53.3zM157.5 255.3c-20.9 0-38.9 20.8-40.2 47.9s17.1 38.1 38 38.1s36.6-9.8 37.8-36.9s-14.7-49.1-35.7-49.1zM395 303.1c-1.2-27.1-19.2-47.9-40.2-47.9s-36.9 22-35.7 49.1c1.2 27.1 16.9 36.9 37.8 36.9s39.3-11 38-38.1zm-60.1 70.8c1.5-3.6-1-7.7-4.9-8.1c-23-2.3-47.9-3.6-73.8-3.6s-50.8 1.3-73.8 3.6c-3.9 .4-6.4 4.5-4.9 8.1c12.9 30.8 43.3 52.4 78.7 52.4s65.8-21.6 78.7-52.4z'/%3E%3C/svg%3E");
}

#tg {
    background: #0088cc;
    position: fixed;
    right: -135px;
    bottom: 110px;
    transition-duration: 0.4s;
    width: 155px;
    text-shadow: 1px 1px 2px #0000008c;
}

#tg::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath fill='%23fff' d='M248 8C111 8 0 119 0 256S111 504 248 504 496 393 496 256 385 8 248 8zM363 176.7c-3.7 39.2-19.9 134.4-28.1 178.3-3.5 18.6-10.3 24.8-16.9 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.2-23.2-55.3-37.2-24.5-16.1-8.6-25 5.3-39.5 3.7-3.8 67.1-61.5 68.3-66.7 .2-.7 .3-3.1-1.2-4.4s-3.6-.8-5.1-.5q-3.3 .7-104.6 69.1-14.8 10.2-26.9 9.9c-8.9-.2-25.9-5-38.6-9.1-15.5-5-27.9-7.7-26.8-16.3q.8-6.7 18.5-13.7 108.4-47.2 144.6-62.3c68.9-28.6 83.2-33.6 92.5-33.8 2.1 0 6.6 .5 9.6 2.9a10.5 10.5 0 0 1 3.5 6.7A43.8 43.8 0 0 1 363 176.7z'/%3E%3C/svg%3E");
}

#wa {
    background: #075E54;
    position: fixed;
    right: -135px;
    bottom: 80px;
    transition-duration: 0.4s;
    width: 155px;
    text-shadow: 1px 1px 2px #0000008c;
}

#wa::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E");
}






#btt {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 0;
    z-index: 99;
    width: 35px;
    height: 35px;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1475e1;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 6px 0 0 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 47%;
}

#btt:hover {
  background-color: #0e59ad;
}








@media screen and (min-width: 500px) {

  #header {
    display: flex;
}

#pcp {
    display: flex;
    margin: 0;
    margin-right: 12px;
    align-items: flex-end;
    flex-direction: column;
    text-transform: uppercase;
    line-height: 1;
    justify-content: space-between;
    font-weight: 700;
    margin-top: 1.5px;
    transform: scale(1.08,0.95);
    color: #b1bad3;
}

#s_1 {font-size: 15.6px;}
#s_2 {font-size: 21.5px;font-weight: 500;}




.rg_link {
    background-size: 57%;
    margin: 10px 0;
    height: 30px;
}

#footer_links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer_links li {
    width: max-content;
}



}


@media screen and (min-width: 768px)  {
    
#btt {border-radius: 6px}

  #mobile_header {
    display: none;
}
  
  #header {
    display: flex;
}





#bgba_img_l:hover {
    background-image: url(/imgs/begambleaware.webp);
    transition-duration: 0.4s;
}

#gs_img_l:hover {
    background-image: url(/imgs/gamstop.webp);
    transition-duration: 0.4s;
}

#gc_img_l:hover {
    background-image: url(/imgs/gamblingcare.webp);
    transition-duration: 0.4s;
}

#gcer_img_l:hover {
    background-image: url(/imgs/gamcare.webp);
    transition-duration: 0.4s;
}







.social-share-button {opacity: 0.5;}
.social-share-button:hover {opacity: 1.0;}

#fb:hover {right: -16px;}
#x:hover {right: -13px;}
#in:hover {right: -22px;}
#rd:hover {right: -32px;}
#tg:hover {right: -18px;}
#wa:hover {right: -13px;}


.rg_link {
    background-size: 65%;
}

#resp_gam_block {
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#footer_links {
    display: flex;
    justify-content: space-evenly;
}

.footr_link:hover {
    color: #fff;
}

#y18_plus div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}


#y18_plus div {
    flex-direction: column;
}





  
}

@media screen and (min-width: 950px)  {  }


@media screen and (min-width: 1029px)  { 
    
    #footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#resp_gam_block {
    width: 30%;
    max-width: 406px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.rg_link {
    width: 45%;
    background-size: 80%;
    height: 40px;
}

#footer_links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 10%;
    max-width: 150px;
    border: none;
    flex-wrap: wrap;
}

#footer_links li, .footr_link {
    height: 22px;
    font-size: 14px;
}

#footer_links li {
}

#icos_box {
    display: flex;
    flex-direction: column;
    width: 7%;
}

.footer_ico {
    margin-top: 0;
    margin-bottom: 0;
    background-size: 70%;
}

#ico_dice, #ico_game_pad {
    display: none;
}

#ico_y18_plus {
    height: 100px;
    width: 100px;
}

#y18_plus {
    width: 20%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#y18_plus div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#y18_plus {
    width: 25%;
}

#y18_plus div p {
    line-height: 1.6;
    font-size: 14px;
    margin: 0 !important;
    font-weight: 500;
}



#yr_line {
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #1a2c38;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 15px;
}

#cr_year {
    margin-right: 5px;
}
}