.btn-vx {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    width: fit-content;
    color: #FFFAF0;
    border: 2px solid #007bff;
}

.btn-vx:hover {
    background: #FFFAF0;
    border: 2px solid #007bff;
    color: #fff;
}

.sp-32 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.tb-item {
    position: relative;
    padding: 16px;
    margin-top: 16px;
    box-shadow: 0px 0 30px rgba(40, 61, 80, 0.08);
}

.tb-item .cnt {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.tb-item .cnt img {
    max-width: 108px;
    position: relative;
    margin-left: auto;
}

.tb-item .cnt h3 {
    color: #f8f8f8;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16pt;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

.tb-item h4 {
    color: #222;
    text-align: center;
    font-weight: 600;
    margin-top: 16px;
    font-size: 14pt;
}

#rwx {
    padding: 32px;
}

#ssx input {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 20px 10px 0;
    width: fit-content;
    color: #007bff;
    border: 2px solid #888;
}

.ppx {
    position: relative;
    padding: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    box-shadow: 0px 0 30px rgba(40, 61, 80, 0.08);
}

.ppx .cnt {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.ppx .cnt img {
    max-width: 108px;
    position: relative;
    margin-left: auto;
}

.ppx .cnt h3 {
    color: #f8f8f8;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16pt;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

.ppx h4 {
    color: #222;
    text-align: center;
    font-weight: 500;
    margin-top: 16px;
    font-size: 12pt;
}

.ppx h6 {
    color: #f8f8f8;
    font-weight: 600;
    font-size: small;
    padding: 4px;
    width: fit-content;
    border-radius: 4px;
    position: absolute;
    right: 16px;
    top: 16px;
    background-color: #ee081f;
    position: absolute;
}

.ct {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.ffx {
    padding: 4px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.ffx input {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 0px 8px 0;
    width: fit-content;
    color: #007bff;
    border: 1.75px solid #333;
}

.ffx input:active {
    border: 2px solid #007bff;
}

.rsx {
    position: relative;
}

.rsx .img-bx {
    position: relative;
    z-index: 0;
}

.rsx .img-bx img {
    max-width: 100%;
    border-radius: 16px;
}

.rsx .text {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    padding-top: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-left: 32px;
}

.rsx:hover .text a {
    background-color: #ee081f;
    border: solid 2px #ee081f;

}

.rsx .text h4 {
    color: #f8f8f8;
    font-size: 18pt;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0px;
    padding-left: 8px;
    padding-bottom: 8px;
}

.rsx .text a {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    width: fit-content;
    color: #f8f8f8;
    border: 2px solid #f8f8f8;
}

.rsx .text a:hover {
    border: solid 2px #ee081f;
}

.rsx .trp {
    position: absolute;
    background: #fff;
    border-radius: 25px;
    padding: 8px;
    visibility: hidden;
    right: 16px;
    top: 16px;
    z-index: 10;
}

.rsx .trp img {
    width: 36px;
    height: 36px;
}

.rsx .trp h4 {
    position: absolute;
    text-align: center;
    width: 36px;
    font-weight: 600;
    font-size: 12px;
    margin: 0px;
    top: 35%;
    color: #fff;
    transform: translateY(-50%);
}

.rsx:hover .trp {
    visibility: visible;
    transition-duration: 0.25s;
}

.rsx2 {
    position: relative;
}

.rsx2 .img-bx {
    position: relative;
    z-index: 0;
}

.rsx2 .img-bx img {
    max-width: 100%;
    border-radius: 16px;
}

.rsx2 .text {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    padding-top: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.rsx2 .text h4 {
    color: #f8f8f8;
    font-size: 18pt;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0px;
    padding-bottom: 8px;
}

.rsx2 .text p {
    font-family: "Montserrat", sans-serif;
    font-size: 11.5pt;
    font-weight: 500;
    letter-spacing: 0.25px;
    text-align: left;
    transition: 0.5s;
    width: fit-content;
    color: rgba(255, 255, 255, 0.75);
}

.rsx2 .trp {
    position: absolute;
    background: #fff;
    border-radius: 25px;
    padding: 8px;
    visibility: hidden;
    right: 16px;
    top: 16px;
    z-index: 10;
}

.rsx2 .trp img {
    width: 36px;
    height: 36px;
}

.rsx2 .trp h4 {
    position: absolute;
    text-align: center;
    width: 36px;
    font-weight: 600;
    font-size: 12px;
    margin: 0px;
    top: 35%;
    color: #fff;
    transform: translateY(-50%);
}

.rsx2:hover .trp {
    visibility: visible;
    transition-duration: 0.25s;
}

#upa2 img {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#dropper {
    height: 320px;
    width: 100%;
    border: solid 2px #233747;
    top: 0;
    position: absolute;
    background: #de354c;
    opacity: 0;
}

.fcard1 {
    background-color: #fff;
    border-radius: 16px;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 64px;
}

.fcard1 h3 {
    font-weight: 600;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    background-color: #ee081f;
}

.fcard1 h4 {
    text-align: center;
}

.fcard1 ul {
    list-style-type: none;
    padding: 0;
}

.fcard1 ul li {
    text-align: center;
}

.ev-card {
    background-color: #fff;
    border-radius: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 8px;
    display: flex;
}

.ev-card .dt {
    background-color: #ee081f;
    margin-left: 16px;
    height: fit-content;
    padding: 16px;
}

.ev-card .dt h4 {
    color: #f8f8f8;
    font-weight: 600;
    padding: 0;
    font-size: 18pt;
    text-align: center;
    margin: 0px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.ev-card .dt h6 {
    color: #f8f8f8;
    background-color: #222;
    border-radius: 8px;
    padding: 4px;
    font-size: 11pt;
    font-weight: 500;
    text-align: center;
    margin: 0px;
}

.ev-card .tt {
    padding-left: 16px;
    padding-right: 16px;
}

.ev-card .tt h3 {
    font-size: 16pt;
    margin: 0;
}

.ev-card .tt h6 {
    font-size: 12pt;
    font-weight: bold;
    color: #007bff;
    margin: 0;
}

.ev-card .tt p {
    margin: 0 0 8px 0;
}

.n-card {
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 16px;
}

.n-card img {
    max-width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.n-card .tt {
    padding: 16px;
}

.n-card .tt h4 {
    font-size: 16pt;
    font-weight: 500;
    margin-bottom: 4px;
}

.n-card .tt h5 {
    font-size: 11pt;
    margin-bottom: 4px;
}

.n-card .tt h6 {
    font-size: 11pt;
}

.n-card p {
    text-align: left;
    padding-left: 16px;
    margin-right: 16px;
    margin-left: 0;
}

.pff {
    background-color: #fff;
}

.pff .rw {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto;
    padding: 16px;
}

.pff .rw h4 {
    font-size: 16pt;
    margin-bottom: 0;
    padding: 0;
}

#lg2 {
    max-width: 320px;
}

#mt {
    color: #f8f8f8;
    font-size: 16px;
    margin-bottom: 8px;
}

#wl {
    color: #f8f8f8;
    font-size: 18px;
    font-weight: 600;
}

.e61 .inner {
    padding: 12px;
    display: flex;
    flex-direction: row;
    border: solid 2px #007bff;
    margin: 8px;
}

.e61 .inner div {
    width: 56px;
    height: 56px;
    background-color: #007bff;
    margin: 0;
    padding: 8px;
}

.e61 .inner div img {
    width: 30px;
    height: 30px;
    margin: 6px;
}

.e61 .inner h5 {
    color: #007bff;
    font-size: 16pt;
    margin: 0;
    padding-top: 16px;
    margin-left: 12px;
}

.e62 .inner {
    padding: 12px;
    display: flex;
    flex-direction: row;
    background-color: #ee081f;
    border: solid 2px #ee081f;
    margin: 8px;
}

.e62 .inner div {
    width: 56px;
    height: 56px;
    background-color: #007bff;
    margin: 0;
    padding: 8px;
}

.e62 .inner div img {
    width: 30px;
    height: 30px;
    margin: 6px;
}

.e62 .inner h5 {
    color: #f8f8f8;
    font-weight: 600;
    font-size: 16pt;
    margin: 0;
    padding-top: 16px;
    margin-left: 12px;
}


.e61:hover>.inner {
    background-color: #007bff;
}

.e61:hover>div {
    background-color: #f8f8f8;
    color: #007bff;
}

.e61 .inner:hover>h5 {
    color: #f8f8f8;
    font-weight: 600;
}

.d11 {
    height: fit-content;
    position: relative;
}

.d11 .inner {
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(40, 61, 80, 0.08);
    padding: 16px;
}

.d11 .inner h6 {
    color: #fff;
    background-color: #ee081f;
    position:absolute;
    font-weight: 600;
    font-size: 11pt;
    top: 16px;
    right: 16px;
    padding: 8px;
    z-index: 10;
}

.d11 .inner .icx {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}

.d11 .inner .icx img {
    width: 128px;
    height: 128px;
}

.d11 .inner h5 {
    font-size: 14pt;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.d11 .inner .acc {
    width:fit-content;
    margin-left: auto;
    margin-right: auto;
}

.d11 .inner .acc input{
    color: #222;
    border: solid 2px #007bff;
    background-color: #f8f8f8;
    font-size: 12pt;
    padding: 4px;
}

.d11 .inner .acc input:hover {
    color: #f8f8f8;
    background-color: #007bff;
}

#prv1 {
    position: absolute;
    visibility: hidden;
    width: 50%;
    height: 100vh;
    z-index: 100;
    right: 0;
    top: 84px;
}

#prv1 .prv {
    position: relative;
    background-color: #fff;
    height: 100vh;
    padding: 16px;
}

.prv .top {
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(40, 61, 80, 0.08);
    display: flex;
    z-index: 120;
    position:relative;
    /*visibility: visible;*/
}

.prv .top img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    padding: 8px;
    margin: 16px;
}

.prv .top h4 {
    font-size: 18pt;
    margin-top: 26px;
}

.prv .top .icc{
    position:absolute;
    right: 16px;
}

.prv .top .icc img{
    padding: 8px;
    width: 48px;
    height: 48px;
    margin-left: 4px;
    margin-right: 0px;
}

#ppy2{
    width:100%;
    height:100%;
    margin-top: 16px;
    position:relative;
}

#rwx .itx{
    background-color: #fff;
    box-shadow: 0px 0 30px rgba(40, 61, 80, 0.08);
    border-radius: 4px;
    padding: 16px;
    display: flex;
}

#rwx .itx {
    margin-bottom: 24px;
}

#rwx .itx .icx {
    width: 80px;
    height: 80px;
    background: #007bff;
    border-radius: 100%;
}

#rwx .itx .icx img {
    width: 36px;
    height: 36px;
    margin: 22px;
}

#rwx .itx .txt{
    margin-left: 16px;
    margin-top: 22px;
}

#rwx .itx .txt h5{
    color: #444;
    font-size: 18px;
    margin: 0px;
}

#rwx .itx .txt h6{
    color: #ee081f;
    opacity: 0.75;
    font-size: 14px;
    margin: 0px;
    margin-top: 4px;
}

#rwx .itx:hover {
    border: solid 1px #de354c;
    transition:all;
    transition-delay: .05s;
}

#rwx .itx:hover > .txt h6 {
    font-weight: 600;
}

.ovl {
    background: #fff;
    position:absolute;
    visibility: hidden;
    top: 0;
}

.ovl .top {
    border: solid 1.75px #007bff;
    padding: 8px;
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
}

.ovl .top img {
    height: 50px;
    width: 50px;
    background-color: #007bff;
    padding: 8px;
}

.ovl .top .txt {
    margin-top: 4px;
    margin-left: 16px;
}

.ovl .top .txt h4 {
    color: #444;
    font-size: 20px;
    margin: 0px;
}

.ovl .top .txt h6 {
    color: #ee081f;
    opacity: 0.75;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    margin-top: 2px;
}

.ovl .itx{
    background-color: #fff;
    box-shadow: 0px 0 30px rgba(40, 61, 80, 0.08);
    border-radius: 4px;
    padding: 16px;
    display: flex;
}

.ovl .itx {
    margin-bottom: 24px;
}

.ovl .itx .icx {
    width: 50px;
    height: 50px;
    background: #007bff;
    border-radius: 100%;
}

.ovl .itx .icx img {
    width: 24px;
    height: 24px;
    margin: 13px;
}

.ovl .itx .txt{
    margin-left: 8px;
    margin-top: 5px;
}

.ovl .itx .txt h5{
    color: #444;
    font-size: 18px;
    margin: 0px;
}

.ovl .itx .txt h6{
    color: #ee081f;
    opacity: 0.75;
    font-size: 14px;
    margin: 0px;
    margin-top: 2px;
}

.ovl input {
    color: #f8f8f8;
    background: #007bff;
    border-radius: 24px;
    font-weight: 500;
    padding: 8px 12px;
    border: solid 2px #007bff;
}

.ovl input:hover {
    font-weight: 600;
    color: #007bff;
    background: none;
}

.ovl .dvc {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.abs {
    left:0;
    padding: 32px;
    visibility: visible;
}

.abs .plx {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.abs .plx img {
    width: 200px;
    height: 200px;
}

.abs h3 {
    text-align: center;
    color: #ee081f;
    font-weight: 600;
}

.abs p {
    text-align: center;
    font-size: 14pt;
}

.abs h5 {
    color: #777;
    font-weight: 500;
    font-size: 11pt;
    text-align: center;
    border: solid 1.75px #555;
    padding: 8px;
}

.opp {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.opp .ity {
    width: fit-content;
    height: 64px;
    display: flex;
    background: #de354c;
    border-radius: 4px;
    margin-bottom: 16px;
}

.opp .ity img {
    height: 48px;
    width: 48px;
    margin: 8px;
}

.opp .ity h1 {
    color: #f8f8f8;
    font-weight: 500;
    font-size: 14pt;
    margin-top: 22px;
    padding-right: 16px;
    border:none;
}

.opp .ity:hover > h1 {
    font-weight: bold;
}

.dsc122 {
    display: flex;
}

.dsc122 h5{
    margin:0px;
    font-size: 12px;
    padding: 4px;
    font-weight: 600;
    border-radius: 4px;
    color: #007bff;
    border: solid 2px #007bff;
}

.dsc122 h6{
    font-size: 14px;
    margin-left: 8px;
    margin-right: 16px;
    margin-bottom: 0;
    padding-top: 5px;
}