body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

p {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

sup {
    font-size: .5rem;
}

.buttons {
    position: relative;
    margin-top: 20px;
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    box-shadow: none; 
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: transparent; 
    border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
    background: transparent; 
}

#merkAdd {
    width: 728px;
    height: 90px;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: row;
}

.border {
    position: absolute;
    border: 1px solid #000000;
    width: 726px;
    height: 88px;
    z-index: 10000;
    pointer-events: none;
}

#animation {
    width: 364px;
    height: 90px;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
}

#ssi {
    width: 515px;
    height: 90px;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    background-color: #ffffff;
    border-left: 1px solid #585858;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top:90px;
    right: 1px;
    z-index: 2;
}

#clickTag {
    position: absolute;
    width: 728px;
    height: 90px;
    cursor: pointer;
    z-index: 2100;
    right: 0px;
}

/*SSI style*/

#ssi .title {
    height: 16px;
    background-color: #ffffff;
    color: #000000;
    display: flex;
    align-items: center;
    padding: 5px 0px 5px 0px;
}

#ssi .title h3 {
    font-size: 14px;
    font-weight: bolder;
    margin: 0;
    padding: 0 10px;
    letter-spacing: .2px;
}

#ssi .content {
    height: 58px;
    overflow: auto;
}

.legal_cont {
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: -215px;
    height: 215px;
    width: 428px;
}

.legal_cont li {
    margin: 3px 0 0 0;
}

.legal_links {
    background-color: #ffafd3;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: bolder;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 2px;
    margin-top: 0px;
    letter-spacing: .25px;
    line-height: 14px;
    position: relative;
    z-index: 2;
}

.legal_links_left {
    flex-wrap: 1;
    text-align: center;
    padding: 0 5px 0 0;
    border-right: solid 1px #000000;
}

.legal_links_right {
    flex-wrap: 1;
    text-align: center;
    padding: 0 0 0 5px;
}

.legal_links a {
    color: inherit;
}

.logo_cont {
    width: calc(100% - 16px);
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin: 0px 0 15px 0;
}

.nexplanon_logo {
    width: 122px;
    height: 39px;
}

.organon_logo {
    width: 129px;
    height: 19px;
}

/*Animation*/
#animation .frame {
    position: absolute;
    width: 364px;
    height: 90px;
    top: 0;
    right: 0;
    left: 0;
}

.swiper-container {position: absolute;width: 414px;height: 32px;bottom: 37px;left: 0px;overflow: hidden;opacity: 1;transform: translate(0, 100%);z-index: 1000;background-color: #fff;}
.swiper-container::before {content: "";position: absolute;width: 100%;height: 4px;display: block;background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));z-index: 1}
.swiper-container.active {opacity: 1;visibility: visible;transform: translate(0, 0);transition: opacity 0s linear, transform 0s linear}
        
.swiper-scrollbar {position: absolute;right: 0px;top: 1px;z-index: 50;width: 14px;height: 55px;background: rgba(88,88,88,.2)!important;opacity: 1;z-index: 1001;cursor: pointer}
.swiper-scrollbar .swiper-scrollbar-drag {background-color: #fac1a9; cursor: pointer;z-index: 1002; width: 14px;  position: relative; right: 0;}
.swiper-scrollbar.active {background-color: #FFDACA !important; opacity: 1;visibility: visible;transition: opacity 0s linear 0s}
        
.top-button {position: absolute;top: 5px;right: 2px;height: 0;border-width: 0 5px 5px;border-style: solid;border-color: transparent transparent #000000;cursor: pointer;z-index: 1003}
.bottom-button {top: 46px;right: 2px;position: absolute;width: 0;height: 0;border-width: 0 5px 5px;border-style: solid;transform: scaleY(-1);border-color: transparent transparent #000000;cursor: pointer;z-index: 1004}
        
.swiper-wrapper {width: 100%; transition: all linear;}
.swiper-wrapper.autoplay {transition: all linear;}
.slide-inner img.icon{position: relative;width: 110px;margin-bottom: 0.8em; margin-top: 1.4em;}
.top-title {position: absolute;width: 453px;top: 0;overflow: hidden;background-color: #fff;z-index: 1}
.title1-2 {padding: 1px 0}
.title2-2 {position: absolute}
.slide-inner {width: 95%;}

#ssi .content .slide-inner {
    padding: 5px 5px 5px 10px;
    color: #000000;
}

#ssi .content .slide-inner p {
    font-size: 12px;
    line-height: 13.5px;
    margin-bottom: 5px;
}

#ssi .content .slide-inner ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

#ssi .content .slide-inner ul li {
    font-size: 12px;
    line-height: 11px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 14px;
}

#ssi .content .slide-inner ul li::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #000000;
    top: 4px;
    left: 2px;
    border-radius: 50%;
}

.no-line-break {
    hyphens: none;
    white-space: nowrap;
}

#ssi .content .slide-inner img {
    margin-left: 5px;
    width: auto;
    margin-top: 10px;
}

#ssi .content .slide-inner .footnote {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 10px;
}

#ssi .content .slide-inner a {
    color: #000000;
    text-decoration: underline;
}

.swiper-slide {
    padding-right: 10px;
}

/*Frames*/


.frame {
    height: 90px;
    width: 728px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.frame_1_copy {
    top: 3px;
    right: -146px;
    z-index: 2000 !important;
    opacity: 0;
    position: relative;
}

.frame_1_img {
    background-image: url(rsc/frame_1_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    opacity: 1;
    position: absolute;
}

.frame_2_copy {
    top: 13px;
    right: 102px;
    z-index: 2000 !important;
    opacity: 0;
    position: absolute;
}

.frame_2_img {
    background-image: url(rsc/frame_2_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    opacity: 1;
}

.frame_3_img {
    background-image: url(rsc/frame_3_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    left: -52px;
    top: 0px;
    z-index: 2;
    opacity: 1;
    position: absolute;
}

.pleca_1_copy_1 { 
    bottom: -6px;
    left: 13px;
    z-index: 2100;
    opacity: 0;
    position: absolute;
}

.pleca_2_copy_1 { 
    bottom: -5px;
    left: 16px;
    z-index: 2100;
    opacity: 0;
    position: absolute;
}

.pleca_3_copy_1 { 
    top: 0px;
    left: 52px;
    z-index: 2100;
    opacity: 0;
    position: absolute;
}

.pleca_4_copy_1 { 
    top: 0px;
    left: 154px;
    z-index: 2;
    opacity: 0;
    position: absolute;
}

.pleca_5_copy_1 { 
    top: 0px;
    left: -3px;
    z-index: 2;
    opacity: 0;
    position: absolute;
}

.pleca_5_copy_2 { 
    top: 0px;
    left: -3px;
    z-index: 2;
    opacity: 0;
    position: absolute;
}

.pleca_5_copy_3 { 
    top: 0px;
    left: -3px;
    z-index: 2;
    opacity: 0;
    position: absolute;
}

.pleca_azul, .pleca_azul_2 {
    background-color: #50a5ff;
    width: 728px;
    height: 15px;
    position: absolute;
    bottom: -18px;
    z-index: 2000;
}

.pleca_azul_2{
    bottom: 0px !important;
    left: 0px;
    opacity: 0;
    width: 300px !important;
    height: 15px !important;
}

.pleca_azul_3 {
    background-color: #50a5ff;
    width: 103px;
    height: 75px;
    top: 0px;
    left: -52px;
    z-index: 1;
    opacity: 0;
    position: absolute;
}

.pleca_crema_1 {
    background-color: #ffdaca;
    width: 147px;
    height: 75px;
    top: 0px;
    left: 298px;
    z-index: 1;
    opacity: 0;
    position: absolute;
}

.pleca_crema_2 {
    background-color: #ffdaca;
    width: 300px;
    height: 90px;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    position: absolute;
}

#mainBtn { 
    top: 40px;
    left: 70px;
    z-index: 2;
    opacity: 0;
    position: absolute;
}