body {
    margin: 0;
    padding: 0;
}

* p {
    margin: 0;
}

.main_cont {
    width: 728px;
    height: 90px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    box-sizing: border-box;
}

.border {
    width: 728px;
    height: 90px;
    position: absolute;
    z-index: 10;
    border: solid 1px #000000;
    top: 0;
    left: 0;
    box-sizing: border-box;
    pointer-events: none;
}

/* ------ TOP CONTAINER START ------ */
.f1_img {
    box-sizing: border-box;
    width: 238px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.f1_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.yellow_cont {
    z-index: 2;
    background-color: #ffe744;
    position: absolute;
    top: 0;
    right: 0;
    width: 490px;
    height: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blue_cont {
    background-color: #50a5ff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 728px;
    height: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}

.yellow_img1,
.yellow_img2,
.yellow_img3,
.yellow_img4,
.yellow_img5,
.blue_img1,
.blue_img2,
.blue_img4,
.blue_img5,
.button {
    display: none;
    opacity: 0;
}

.blue_img3 {
    opacity: 0;
}

.f3_img {
    display: none;
    box-sizing: border-box;
    width: 52px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 248px;
    overflow: hidden;
}

.f3_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.blue_cont2 {
    background-color: #50a5ff;
    position: absolute;
    top: 90px;
    width: 186px;
    height: 90px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.yellow_cont2 {
    background-color: #ffe744;
    position: absolute;
    top: 90px;
    left: 186px;
    width: 114px;
    height: 90px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.f5_img {
    box-sizing: border-box;
    width: 55px;
    height: 70px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: -70px;
    overflow: hidden;
}

.f5_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.blue_cont3 {
    opacity: 0;
    background-color: #50a5ff;
    position: absolute;
    top: 70px;
    width: 300px;
    height: 20px;
    z-index: 4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}

.button {
    position: relative;
    background-color: #ffe744;
    width: 135px;
    height: 23px;
    overflow: hidden;
}

.button img {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateX(-50%) translateY(-50%);
    transition: 0.5s;
}

.button img:hover {
    left: 60%;
}

/* ------ TOP CONTAINER END ------ */

/* ------ LEGAL CONTAINER START ------ */
.legal_cont {
    background-color: #ffffff;
    width: 428px;
    height: 90px;
    z-index: 1;
    position: absolute;
    top: 90px;
    right: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: solid 1px #000000;
    box-sizing: border-box;
}

.isi_title {
    width: 300px;
    height: 22px;
    box-sizing: border-box;
    z-index: 3;
}

.isi_cont {
    font-family: "Open Sans", sans-serif;
    font-size: 9.4pt;
    color: #000000;
    padding: 0 19px 7px 7px;
}

.isi_title {
    font-weight: bolder;
    font-size: 14px;
}

.isi_cont a {
    color: inherit;
    outline: none;
    text-decoration: none;
}

.isi_cont strong {
    letter-spacing: -0.1px;
}

.isi_list {
    padding: 0 0 0 11px;
    margin: 5px 0 0 0;
}

.logo_cont {
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 15px;
    margin: 15px 0 0 0;
}

.nexplanon_logo {
    background-image: url(assets/images/nexplanon_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 122px;
    height: 39px;
}

.organon_logo {
    background-image: url(assets/images/organon_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 129px;
    height: 19px;
}

.swiper-container {
    width: 427px;
    height: 35px;
    bottom: 16px;
    left: 0;
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 100%);
    z-index: 4;
}

.swiper-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    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 {
    background-color: #ffe744;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    width: 16px;
    height: 58px;
    opacity: 1;
    z-index: 5;
    cursor: pointer
}

.swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #f8dc1f;
    cursor: pointer;
    z-index: 6;
    width: 16px;
    position: relative;
    right: 0;
}

.swiper-scrollbar.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0s linear 0s
}

.top-button {
    background-image: url(assets/images/arrow_up.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 14px;
    z-index: 6;
    cursor: pointer;
}

.bottom-button {
    background-image: url(assets/images/arrow_down.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 36px;
    right: 0;
    width: 16px;
    height: 14px;
    z-index: 6;
    cursor: pointer;

}

.swiper-wrapper {
    width: 100%;
    transition: all linear;
}

.swiper-wrapper.autoplay {
    transition: all linear;
}

/* ------ LEGAL LINKS START ------ */
.legal_links {
    background-color: #ffe744;
    width: 427px;
    height: 32px;
    box-sizing: border-box;
    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: 5px 0;
}

.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;
}

/* ------ LEGAL LINKS END ------ */