a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus {
    border: none;
    outline: none;
    text-shadow: none;
    text-decoration: none;
}

.transition {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.animate__animated {
    -webkit-animation-duration: 0.85s;
    animation-duration: 0.85s;
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

body {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow-x: hidden;
}

body .container {
    padding: 0;
}


/* ====================================================================================================== */


/* Header */


/* ====================================================================================================== */

header {
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 0;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}

header.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 20px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(84, 115, 200, 0.08);
    -moz-box-shadow: 0 10px 30px 0 rgba(84, 115, 200, 0.08);
    -ms-box-shadow: 0 10px 30px 0 rgba(84, 115, 200, 0.08);
    -o-box-shadow: 0 10px 30px 0 rgba(84, 115, 200, 0.08);
    box-shadow: 0 10px 30px 0 rgba(84, 115, 200, 0.08);
}

header .text {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}

header .logo {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

header .logo img.mobile,
header .logo img.dark {
    display: none;
}

header.fixed .logo img.dark {
    display: inline-block;
}

header.fixed .logo img.dark.mobile,
header.fixed .logo img.white {
    display: none;
}

header .mobile-navigation {
    display: none;
}

header .menu {
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 40px 0 0;
    padding: 0;
}

header .menu ul {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header .menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 50px 0 0;
    padding: 0;
}

header .menu ul li:last-child {
    margin: 0;
}

header .menu ul li a {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    line-height: 54px;
    color: #ffffff;
}

header .menu ul li.dropdown:hover a,
header .menu ul li a:hover {
    color: #292373;
}

header.fixed .menu ul li a {
    color: #292373;
}

header.fixed .menu ul li.dropdown:hover a,
header.fixed .menu ul li a:hover {
    color: #048cf5;
}

header .menu ul li.dropdown {}

header .menu ul li.dropdown .dropdown {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 54px;
    display: none;
    width: auto;
    min-width: 150px;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(84, 115, 200, 0.08);
    -moz-box-shadow: 0 10px 30px 0 rgba(84, 115, 200, 0.08);
    -ms-box-shadow: 0 10px 30px 0 rgba(84, 115, 200, 0.08);
    -o-box-shadow: 0 10px 30px 0 rgba(84, 115, 200, 0.08);
    box-shadow: 0 10px 30px 0 rgba(84, 115, 200, 0.08);
}

header .menu ul li.dropdown:hover .dropdown,
header .menu ul li.dropdown.active .dropdown {
    display: inline-block;
}

header .menu ul li.dropdown .dropdown:after {
    position: absolute;
    z-index: 9;
    right: 25px;
    top: -5px;
    display: inline-block;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

header .menu ul li.dropdown .dropdown ul {}

header .menu ul li.dropdown .dropdown ul li {
    width: 100%;
    margin: 0;
}

header .menu ul li.dropdown .dropdown ul li:last-child {
    border-top: 1px solid #daeefe;
}

header .menu ul li.dropdown .dropdown ul li a {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    margin: 8px 0;
    white-space: nowrap;
    color: #048cf5;
}

header .menu ul li.dropdown .dropdown ul li a:hover {
    color: #fff;
    background-color: #a3a5fd;
    background-image: -webkit-linear-gradient(left, #d7b5da, #a3a5fd);
    background-image: -o-linear-gradient(right, #d7b5da, #a3a5fd);
    background-image: -moz-linear-gradient(right, #d7b5da, #a3a5fd);
    background-image: linear-gradient(to right, #d7b5da, #a3a5fd);
}

header .get-started {
    position: relative;
    display: inline-block;
    float: right;
    width: auto;
    height: 54px;
    margin: 0;
    padding: 0 45px;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    line-height: 54px;
    color: #048cf5;
    text-align: center;
    background-color: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

header .get-started:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(2, 97, 171, 0.55);
    -moz-box-shadow: 0 10px 30px 0 rgba(2, 97, 171, 0.55);
    -ms-box-shadow: 0 10px 30px 0 rgba(2, 97, 171, 0.55);
    -o-box-shadow: 0 10px 30px 0 rgba(2, 97, 171, 0.55);
    box-shadow: 0 10px 30px 0 rgba(2, 97, 171, 0.55);
}

header.fixed .get-started {
    color: #fff;
    background-color: #048cf5;
}

header .menu ul li.dropdown a img.blue,
header .menu ul li.dropdown:hover a img.white,
header .menu ul li.dropdown a img.dark {
    display: none;
}

header .menu ul li.dropdown:hover a img.dark,
header.fixed .menu ul li.dropdown a img.dark {
    display: inline-block;
}

header.fixed .menu ul li.dropdown a img.white {
    display: none;
}

header.fixed .menu ul li.dropdown:hover a img.dark,
header.fixed .menu ul li.dropdown a:hover img.dark,
header .menu ul li.dropdown a:hover img.white {
    display: none;
}

header.fixed .menu ul li.dropdown:hover a img.blue,
header.fixed .menu ul li.dropdown a:hover img.blue,
header .menu ul li.dropdown a:hover img.dark {
    display: inline-block;
}


/* ====================================================================================================== */


/* MAIN */


/* ====================================================================================================== */

main {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}


/* Section Hero */

.hero {
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 245px 0 0;
    background-image: url(../img/hero/background.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.hero .details {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.hero .details h1 {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 45px;
    padding: 0;
    font-size: 60px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    line-height: 66px;
    letter-spacing: -0.1px;
    color: #ffffff;
    text-align: center;
}

.hero .details h1 span {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    color: #f7cddd;
    text-align: center;
}

.hero .details p {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 50px;
    padding: 0;
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
}

.hero .details p span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    color: #f7cddd;
}

.hero .details .actions {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    width: 100%;
    height: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.hero .details .actions a {
    position: relative;
    display: inline-block;
    float: left;
    width: 235px;
    height: 54px;
    margin: 0 15px;
    padding: 0 45px;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background-color: transparent;
    border: 2px solid #ffffff;
}

.hero .details .actions a:hover {
    border: none;
    line-height: 54px;
    background-color: #a3a5fd;
    background-image: -webkit-linear-gradient(left, #d7b5da, #a3a5fd);
    background-image: -o-linear-gradient(right, #d7b5da, #a3a5fd);
    background-image: -moz-linear-gradient(right, #d7b5da, #a3a5fd);
    background-image: linear-gradient(to right, #d7b5da, #a3a5fd);
}

.hero .title {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 120px 0 80px;
    padding: 0 0 55px;
    font-size: 26px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.1px;
    color: #048cf5;
    text-align: center;
}

.hero .title:after {
    content: "";
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 0;
    display: inline-block;
    float: left;
    width: 86px;
    height: 5px;
    margin: 0 -43px;
    padding: 0;
    background-color: #0a8bfc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.hero .image {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.hero .image img {
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}


/* ---------------------------------------------------------------- */


/* Section Features */

.features {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 25px 0 150px;
    padding: 0;
    background-image: url(../img/features/background.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
}

.features .feature {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 150px;
    padding: 0;
}

.features .feature .image {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.features .feature .image img {
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.features .feature .details h2 {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 45px;
    padding: 30px 0 0;
    font-size: 60px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    line-height: 66px;
    letter-spacing: -0.1px;
    color: #292373;
    text-align: left;
}

.features .feature .details h2 span {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    color: #0a8bfc;
    text-align: left;
}

.features .feature .details h2:before {
    content: "";
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    display: inline-block;
    float: left;
    width: 86px;
    height: 5px;
    margin: 0;
    padding: 0;
    background-color: #0a8bfc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.features .feature .details p {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 25px 0 0;
    padding: 0;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    line-height: 32px;
    color: #586b7e;
    text-align: left;
}

.features .feature .details p span {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    color: #0a8bfc;
}

.features .box {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 40px 0;
    text-align: center;
    background-color: #ffffff;
}

.features .box img {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.features .box .content {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0 0;
    padding: 150px 0 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

.features .box .content h3 {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 35px;
    padding: 0 0 40px;
    font-size: 26px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: -0.1px;
    color: #292373;
    text-align: center;
}

.features .box .content h3:after {
    content: "";
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 0;
    display: inline-block;
    float: left;
    width: 86px;
    height: 5px;
    margin: 0 -43px;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.features .box.dark-blue .content h3:after {
    background-color: #5ab1fd;
}

.features .box.blue .content h3:after {
    background-color: #55bcdc;
}

.features .box.red .content h3:after {
    background-color: #f7cddd;
}

.features .box.dark-blue .content {
    background-image: url(../img/features/1-b.png);
}

.features .box.blue .content {
    background-image: url(../img/features/2-b.png);
}

.features .box.red .content {
    background-image: url(../img/features/3-b.png);
}

.features .box .content p {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    line-height: 32px;
    color: #586b7e;
    text-align: center;
}


/* ---------------------------------------------------------------- */


/* Section Register */

.register {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 -65px;
    padding: 200px 0 200px;
    background-image: url(../img/register/background.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.register .details {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.register .details h1 {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    font-size: 44px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    line-height: 52px;
    letter-spacing: -0.1px;
    color: #292373;
    text-align: center;
}

.register .details h1 span {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    color: #048cf5;
    text-align: center;
    font-weight: bold;
}

.register .details p {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 45px;
    padding: 0;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: #586b7e;
    text-align: center;
}

.register .details a {
    position: relative;
    display: inline-block;
    width: auto;
    height: 54px;
    margin: 0 0 50px;
    padding: 0 45px;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    line-height: 54px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background-color: #a3a5fd;
    background-image: -webkit-linear-gradient(left, #a3a5fd, #d7b5da);
    background-image: -o-linear-gradient(right, #a3a5fd, #d7b5da);
    background-image: -moz-linear-gradient(right, #a3a5fd, #d7b5da);
    background-image: linear-gradient(to right, #a3a5fd, #d7b5da);
    -webkit-box-shadow: 0 10px 30px 0 rgba(215, 181, 218, 0.55);
    -moz-box-shadow: 0 10px 30px 0 rgba(215, 181, 218, 0.55);
    -ms-box-shadow: 0 10px 30px 0 rgba(215, 181, 218, 0.55);
    -o-box-shadow: 0 10px 30px 0 rgba(215, 181, 218, 0.55);
    box-shadow: 0 10px 30px 0 rgba(215, 181, 218, 0.55);
}

.register .details a:hover {
    background-color: #a3a5fd;
    background-image: -webkit-linear-gradient(left, #a3a5fd, #5473c8);
    background-image: -o-linear-gradient(right, #a3a5fd, #5473c8);
    background-image: -moz-linear-gradient(right, #a3a5fd, #5473c8);
    background-image: linear-gradient(to right, #a3a5fd, #5473c8);
    -webkit-box-shadow: 0 10px 30px 0 rgba(163, 165, 253, 0.55);
    -moz-box-shadow: 0 10px 30px 0 rgba(163, 165, 253, 0.55);
    -ms-box-shadow: 0 10px 30px 0 rgba(163, 165, 253, 0.55);
    -o-box-shadow: 0 10px 30px 0 rgba(163, 165, 253, 0.55);
    box-shadow: 0 10px 30px 0 rgba(163, 165, 253, 0.55);
}


/* ------------------------------------------------------------ */


/* FOOTER */


/* ------------------------------------------------------------ */

footer {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 150px 0 25px;
    background-image: url(../img/footer-background.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

footer img {
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}


/* Footer - Logo */

footer .logo {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 45px;
    padding: 0;
}

footer .logo img {
    max-width: 100%;
}


/* Footer - Contact */

footer .contact {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 45px;
    padding: 0;
}

footer .contact ul {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .contact ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: -0.1px;
    color: #ffffff;
}

footer .contact ul li a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
}

footer .contact ul li a:hover {
    color: #292373;
}


/* Footer - Links */

footer .links {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

footer .links h3 {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 42px;
    padding: 22px 0 0;
    font-size: 22px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}

footer .links ul {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .links ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

footer .links ul li a {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.1px;
    color: #ffffff;
    text-align: left;
}

footer .links ul li a:hover {
    color: #ffffff;
}


/* Footer - Social */

footer .social {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    width: 100%;
    height: auto;
    margin: 150px 0 0;
    padding: 0;
}

footer .social ul {
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .social ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
}

footer .social ul li:last-child {
    margin: 0;
}

footer .social ul li a {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}


/* Footer - All Rights */

footer .all-rights {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    line-height: 80px;
    color: #ffffff;
    text-align: center;
}

footer .all-rights a {
    position: relative;
    display: inline-block;
    width: auto;
    height: 80px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .row {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    .row {
        width: auto;
    }
}