            body {
                font-family: "Roboto", sans-serif;
                font-weight: 300;
                font-style: normal;
                color: #595959;
            }
            h1 {
                font-family: "Oswald", sans-serif;
                font-optical-sizing: auto;
                font-weight: 900;
            }
            .dropdown-menu {
                background: #3F4196;
                border-radius: 0px 0px 5px 5px;
            }
            .w--50 {
                width: 50px;
            }
            .mr--20 {
                margin-right: 20px;
            }

            .shapedividers_com-9661{
            overflow:hidden;
            position:relative;
            }
            .shapedividers_com-9661::before{
            content:'';
            font-family:'shape divider from ShapeDividers.com';
            position: absolute;
            bottom: -1px;
            left: -1px;
            right: -1px;
            top: -1px;
            z-index: 3;
            pointer-events: none;
            background-repeat: no-repeat; 
            background-size: 100% 62px;
            background-position: 50% 100%;    
            transform: rotateY(180deg);
            background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 381 77.25" preserveAspectRatio="none"><g fill="%23ffffff"><path d="M0 68.78l381-33.86v42.33H0z"/><path d="M0 43.38l381-25.4v59.27H0z" opacity=".33"/><path d="M0 17.98L381 0v77.25H0z" opacity=".33"/></g></svg>'); 
            }

            @media (min-width:768px){
            .shapedividers_com-9661::before{
            background-size: 100% 62px;
            background-position: 50% 100%;  
            transform: rotateY(180deg); 
            }  
            }
             
            @media (min-width:1025px){
            .shapedividers_com-9661::before{ 
            bottom: -0.1vw;
            left: -0.1vw;
            right: -0.1vw;
            top: -0.1vw; 
            background-size: 100% 62px;
            background-position: 50% 100%; 
            transform: rotateY(180deg); 
            }
            }
            @media (min-width:2100px){
            .shapedividers_com-9661::before{
            background-size: 100% calc(2vw + 62px);
            }
            }








            .shapedividers_com-2263{
            overflow:hidden;
            position:relative;
            }
            .shapedividers_com-2263::before{ 
            content:'';
            font-family:'shape divider from ShapeDividers.com';
            position: absolute;
            z-index: 3;
            pointer-events: none;
            background-repeat: no-repeat;
            bottom: -0.1vw;
            left: -0.1vw;
            right: -0.1vw;
            top: -0.1vw; 
            background-size: 100% 90px;
            background-position: 50% 0%; 
            transform: rotateY(180deg); background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 381 59.27" preserveAspectRatio="none"><g fill="%23ffffff"><path d="M381 8.47L0 42.33V0h381z"/><path d="M381 33.87L0 59.27V0h381z" opacity=".66"/></g></svg>'); 
            }

            @media (min-width:2100px){
            .shapedividers_com-2263::before{
            background-size: 100% calc(2vw + 90px);
            }
            }
             
             
 
 
             
            .circle-sticker {
                border-radius: 50%;
                background: rgba(0,0,0,.4);

                font-family: 'Playfair Display', serif;
                color: #fff;
                font-size: 30px;
                text-align: center;

                transform: rotate(10deg);
                border: 5px solid #fff;
                transition-timing-function: ease-in-out;
                transition-duration: .3s;

                width: 250px;
                height: 250px;
                
                display: flex;
                align-items: center;
                justify-content: center;

                box-shadow: 0px 0px 25px rgba(0,0,0,1);

                position: absolute;
                top: -130px;
                right: -300px;
            }
            .circle-sticker:hover {
                background: rgba(0,0,0,.8);
                transition-timing-function: ease-in-out;
                transition-duration: .1s;
                transform: rotate(13deg);
            }
            @media only screen and (max-width: 1900px) {.circle-sticker {right: -200px;}}
            @media only screen and (max-width: 1600px) {.circle-sticker {right: 0px;}}
            @media only screen and (max-width: 992px) {.circle-sticker {right: 0px;}}
            @media only screen and (max-width: 768px) {.circle-sticker {
                right: 0px;
                font-size: 20px;
                width: 150px;
                height: 150px;
            }}
        
