@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold.woff2') format('woff2'),
    url('../fonts/roboto-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light.woff2') format('woff2'),
    url('../fonts/roboto-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium.woff2') format('woff2'),
    url('../fonts/roboto-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular.woff2') format('woff2'),
    url('../fonts/roboto-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin.woff2') format('woff2'),
    url('../fonts/roboto-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black.woff2') format('woff2'),
    url('../fonts/roboto-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    height: 100%;
}

body {
    background: #FFFFFF;
    color: #617083;
    position: relative;
    line-height: 24px;
    font-family: 'robotoregular';
}

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

a:hover, a:focus {
    color: #21a9e1;
    text-decoration: none;
}

.get-started {
    margin-top: 15px;
}

.get-started button {
    width: 200px;
    color: #fff;
    background-color: #1180b0;
    height: 40px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;;
}

.dlist--design-trends {
    height: 100%;
}

.dlist-main {
    width: 100%;
    position: relative;
}

.dlist-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    background: #FFF;
}

.dlist-logo {
    display: inline-block;
}

.dlist-header-right {
    float: right;
}

.dlist-header-right ul li {
    float: left;
    display: inline-block;
    padding: 18px 10px;
    line-height: 48px;
}

.dlist-header-right ul li i {
    font-size: 18px;
}

.dlist-profile-top a {
    color: #21a9e1;
}

.dlist-profile-pic {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: solid 1px #21a9e1;
    display: inline-block;;
    margin-right: 7px;
}

.dlist-profile-pic img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
}

.dlist-about {

}

.dlist-wrapper {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100%;
    max-width: 1521px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-transition: -webkit-transform 800ms ease-in-out;
    transition: -webkit-transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out, -webkit-transform 800ms ease-in-out;
}

.dlist-slide {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #ced9ee;
    border-left: 1px solid #ced9ee;
}

.dlist-slide-column.dlist-slide-column-homepage {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
}

.dlist-slide-column {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    padding-right: 50px;
    padding-left: 70px;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #e5e5e5;
    border-left-width: 1px;
    border-left-color: #e5e5e5;
}

.dlist-slide-container.dlist-slide-container-homepage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.dlist-slide-h1 {
    margin-bottom: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    color: #3c495b;
    font-size: 70px;
    line-height: 70px;
    font-family: 'robotoblack';
}

.dlist-slide-h1 span {
    color: #1180b0;
    font-size: 50px;
}

.dlist-section-line {
    width: 56px;
    height: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #1180b0;
    margin-right: auto;
    margin-left: auto;

}

.dlist-section-line-homepage {
    margin-right: auto;
    margin-left: auto;
}

.dlist-trends-icon.dlist-trends-icon-arrow-bottom.dlist-trends-icon-arrow-header {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 40px;
    background-position: 50% 47%;
}

.dlist-trends-icon.dlist-trends-icon-arrow-bottom {
    position: absolute;
    right: -20px;
    bottom: 100px;
    z-index: 9999;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    background-image: url('https://assets.abraacdn.com/assets/images/arrow-top.png');
    background-position: 50% 45%;
    background-size: 16px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dlist-trends-icon.dlist-trends-icon-arrow-top {
    position: absolute;
    top: 100px;
    right: -21px;
    z-index: 999;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    background-image: url('https://assets.abraacdn.com/assets/images/arrow-top.png');
    background-position: 50% 47%;
    background-size: 16px;
    background-repeat: no-repeat;
}

.dlist-trends-icon {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #1180b0;
    -webkit-transition: box-shadow 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out;
}

.dlist-trends-icon:hover {
    box-shadow: 0 0 15px 2px rgba(77, 161, 255, 0.47);
}

#slide-homepage-link:after, #arrow-up:after {
    content: "";
    width: 1px;
    height: 284px;
    background: #ced9ee;
    position: absolute;
    left: -1px;
    right: 0;
    margin: auto;
    bottom: 39px;
    z-index: 0;
}

.dlist-slide-h2 {
    margin-top: 0;
    color: #1180b0;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'robotoblack';
    letter-spacing: 1px;
}

.dlist-slide-h3 {
    margin-top: 34px;
    margin-bottom: 30px;
    font-family: 'robotoblack';
    color: #3c495b;
    font-size: 60px;
    text-align: left;
    text-transform: none;
    letter-spacing: 2px;
}

.dlist-slide-column.dlist-slide-column-right {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none none none solid;
}

.dlist-slide-container.dlist-slide-container-right {
    position: relative;
    z-index: -1;
}

.dlist-slide-img {
    width: 500px;
    height: 500px;
}

.dlist-slide-img img {
    width: 100%;
}

.dlist-trends-navigation {
    position: fixed;
    top: 0;
    right: 12.85%;
    bottom: 0;
    width: 17px;
    height: 177px;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 99;
}

.dlist-trends-navigation-step {
    position: relative;
    z-index: 1;
    height: 5px;
    margin-bottom: 26px;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    width: 5px;
    display: inline-block;
    padding: 9px;
}

.dlist-trends-navigation-step.active.dlist-trends-navigation-step:before {
    background: #fdd257;
}

.dlist-trends-navigation-step:before {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 0;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
}

.dlist-trends-navigation-step.dlist-trends-navigation-step-last {
    margin-bottom: 0;
}

.dlist-trends-navigation-step:hover .dlist-step-text {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.dlist-step-text-active {
    animation: slideLeft .7s ease-in-out 0s 2 alternate;
}

.dlist-step-text {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(20px, 0, 0);
    transition: .3s ease-in-out;
}

.dlist-step-text {
    position: absolute;
    right: 25px;
    bottom: -5px;
    display: block;
    margin-bottom: 1px;
    padding: 5px 10px;
    opacity: 0;
    font-family: 'robotomedium';
    font-size: 15px;
    line-height: 15px;
    text-align: right;
    letter-spacing: 2px;
    color: #fff;
    background: rgba(78, 160, 255, 0.8);
}

.dlist-slide-column.dlist-slide-column-footer {
    width: 100%;
    float: none;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dlist-slide-h4-footer {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'robotoblack';
    color: #3c495b;
    font-size: 20px;
    line-height: 16px;
    font-weight: 600;
    text-transform: none;
}

.dlist-footer-subscribe {
    margin-top: 30px;
    margin-bottom: 30px;
}

input.dlist-subscribe-text {
    width: 300px;
    height: 39px;
    border-radius: 4px;
    border: solid 1px #ced9ee;
    outline: none;
    padding: 10px;
    color: #3c495b;
    font-family: 'robotomedium';
    letter-spacing: 1px;
    display: inline-table;
    float: left;
}

input.dlist-subscribe-text:focus {
    border: solid 1px #2da6de !important;
    box-shadow: 0 0 7px #8dc9ff !important;
    font-size: 16px;
}

button.dlist-subscribe-button {
    background: #1180b0;
    color: #FFF;
    font-family: 'robotomedium';
    font-size: 13px;
    border: 0;
    padding: 9px 15px;
    letter-spacing: 1px;
    height: 39px;
    width: 102px;
    float: left;
    margin-left: 15px;
}

button.dlist-subscribe-button:hover {
    background: #fdd257;
    box-shadow: 0 6px 9px #fdd257 !important;
    color: #FFF;
}

.dlist-trends-click-footer {
    position: absolute !important;
    left: 2px !important;
    top: 90px !important;
    right: 0 !important;
}

.dlist-footer.container {
    width: 1000px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.fmlists {
    list-style: circle;
    margin-left: 0;
    text-align: left;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.2px;
}

footer {
    padding-bottom: 20px !important;

}

ul.dlist-footer-ul li {
    line-height: 24px;
    color: #617083;
    font-size: 14px;
    font-family: 'robotomedium';
}

.dlist-footer-copyright {
    font-family: 'robotomedium';
    font-size: 14px;
    margin-top: 30px;
}

.dlist-footer-social-media li {
    float: left;
    display: inline-block;
    padding: 0 20px;
    font-size: 20px;
}

.socialbar {
    position: fixed;
    left: 12.2%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.dlist-trends-icon.dlist-trends-icon-facebook {
    margin-bottom: 20px;
    background-image: url('https://cdn.avocode.com/static/webflow/mobile/images/fb-icon.svg');
    background-position: 47% 50%;
    background-size: 11px;
    background-repeat: no-repeat;
}

.dlist-trends-icon.dlist-trends-icon-twitter {
    background-image: url('https://cdn.avocode.com/static/webflow/mobile/images/twitter-icon.svg');
    background-position: 50% 50%;
    background-size: 21px;
    background-repeat: no-repeat;
}

.dlist-slide-last {
    height: auto;

}

/*h3.dlist-slide-h3-footer {*/
/*padding-top: 80px;*/
/*}*/

/*.dlist-slide-paragraph.dlist-slide-paragraph-homepage {*/
/*max-width: 581px;*/
/*display: inline-block;*/
/*text-align: center;*/
/*}*/

/*.dlist-slide-paragraph {*/
/*width: 100%;*/
/*margin-bottom: 0;*/
/*font-family: 'robotomedium';*/
/*color: #617083;*/
/*font-size: 16px;*/
/*line-height: 26px;*/
/*text-align: left;;*/
/*letter-spacing: 1px;*/
/*}*/

/*.dlist-footer-input{*/
/*display: inline-block;*/
/*}*/

/*ul.dlist-footer-ul {*/
/*padding-left: 28px;*/
/*}*/

/*.dlist-col h4 {*/
/*font-family: 'robotomedium';*/
/*font-size: 20px;*/
/*color: #1180b0;*/
/*letter-spacing: 1px;*/
/*margin-bottom: 15px;*/
/*}*/

/*.dlist-col h4 i {*/
/*margin-right: 10px;*/
/*}*/

/*.dlist-col {*/
/*text-align: left;;*/
/*}*/
