
.post,
.page {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 0;
     color: #FFF;
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6{
    margin-top: 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    background: var(--Candy-Gradient, linear-gradient(180deg, #FF9FE5 0%, #FF1DAC 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1,
.h1 {
    font-family: var(--font-dm-sans);
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 12px;
}

h2,
.h2 {
    font-family: var(--font-dm-sans);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
}

h3,
.h3 {
   font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}


p {
    font-family: var(--font-dm-sans);
     color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    margin-bottom: 20px;
}
li {
      font-family: var(--font-dm-sans);
      color: #FFF;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20.8px;
}
a {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    font-family: var(--font-dm-sans);
}

.sub-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #FFF;
    display: inline-block;
    margin-bottom: 10px;
    font-family: var(--font-dm-mono);
    
}
a:hover{
    text-decoration: none;
    color: #D82577;
}
p:last-child,
li:last-child {
    margin-bottom: 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.column-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.slick-arrow {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #0C1015;
    border: 0;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.slick-arrow:hover {
   background-color: #5C0B30;
}
.slick-prev {
    left: 15px;
    background-image: url(../images/slick-left.svg);
}
.slick-prev:hover{
     background-image: url(../images/hover-left-arrow.svg);
}
.slick-next {
    right: 15px;
    background-image: url(../images/slick-right.svg);
}
.slick-next:hover{
    background-image: url(../images/hover-aright-arrow.svg);
}
.slick-arrow:hover svg path {
    fill: #D82577;
}
 .slick-slider .slick-track {
    display: flex;
}

 .slick-slider .slick-slide {
    height: auto;
}

.custom-arrow .slick-arrow {
    position: static;
    transform: unset;
}
.custom-arrow {
    display: flex;
    align-items: center;
    justify-content: end;
}
.custom-arrow .slick-arrow.next {
    margin-left: 8px;
}

.slick-disabled {
    opacity: 0.25;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

ul.slick-dots li {
    margin-bottom: 0;
    height: 10px;
    width: 10px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 17px;
    opacity: 1;
    list-style-type: none;
}

ul.slick-dots li button {
    font-size: 0;
    background: 0;
    border: 0;
    width: 0;
    box-shadow: unset;
}
ul.slick-dots li.slick-active {
    opacity: 1;
    outline: 5px solid rgb(232 36 45 / 20%);
    background: #D82577;
}
.custom-slick {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.custom-dots {
    position: relative;
}
.custom-dots .slick-dots {
    position: static;
    justify-content: start;
    margin-top: 0;
}
.custom-dots .slick-dots li {
    background-color: #093833;
}
.custom-slick .custom-arrow {
    margin-left: 30px;
}
.slick-list.draggable {
    margin-bottom: 30px;
    margin-top: 30px;
}
.home .trusted_financial_services {
    display: block;
}

/***********************************
           Responsive Css
************************************/

@media only screen and (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 720px;
    }
}
@media only screen and (min-width:992px) {
    .container {
        max-width: 910px;
    }
    
}