a {
    /*color: #522877;*/
    color: #45265f;
    font-weight: 500;
    text-decoration: none;
}

body,
button,
select {
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

body,
code {
    color: #665e6d;
}

body.base {
    background: url('../img/base-bg.svg') center 3rem / contain no-repeat,
            radial-gradient(closest-side at 51% 52%, #731089 0%, #6C1184 30%, #591578 50%, #481D6F 80%) center / 90% 150% no-repeat #481D6F;
    margin-bottom: .5rem;
    padding-bottom: 1rem;
}

body.base #content {
    background: transparent;
}

body.base .copyright,
body.base .copyright a {
    color: #fff;
}

body.base .copyright {
    font-size: .875rem;
    margin-top: .5rem;
    margin-bottom: 2rem;
    text-align: center;
}

body.base h1 {
    font-size: 1.5rem;
    font-weight: 600;
}

body.base .logo {
    margin-top: 5rem;
    margin-bottom: 3rem;
    text-align: center;
}

.cart-item-count-icon {
    background-color: #DF1F57;
    text-align: center;
    font: normal normal 500 12px/16px Roboto;
    position: absolute;
    color: #FFFFFF;
}

footer {
    background-color: #481d6f;
    color: #fff;
    font: normal normal normal 15px/20px Roboto;
}

footer a,
footer a:hover,
footer a.btn,
footer a.btn:hover,
footer .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
}

footer .footer-contact {
    font-weight: 500;
    border-bottom: 1px solid #9045E564;
}

footer .footer-contact .icon {
    min-height: 29px;
    filter: brightness(0) saturate(100%) invert(82%) sepia(28%) saturate(6694%) hue-rotate(211deg) brightness(103%) contrast(99%);
}

footer .images {
    background-color: #360C5B;
}

footer #job-notification {
    width: 17px;
    height: 17px;
    border-radius: 9px;
    transform: translate(10%, -35%);
    display: inline-block;
    background-color: #E81053;
    text-align: center;
    font: normal normal normal 13px/16px Roboto;
    position: absolute;
}

footer h6 {
    color: #D09DFE;
    font-family: Roboto, 'Helvetica Neue', Arial, sans-serif;
}

footer .links li {
    margin: 15px 0;
}

footer .navbar-dark .navbar-toggler {
    color: #fff;
}

footer .navbar {
    margin-bottom: 3rem;
}

footer .navbar,
header .navbar {
    padding: .75rem 0;
}

footer .navbar {
    border-bottom: 1px solid #a11c5b;
}

footer p {
    font-size: .875rem;
}

footer p > span {
    font-weight: 500;
}

footer .purple-link {
    font: normal normal 500 14px/19px Roboto;
    color: #D09DFE;
    margin-left: 50px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
dt {
    color: #45265f;
    font-family: Sora, Arial, serif;
}

h1, h2 {
    margin-bottom: 2rem;
}

/* Header */
header .mobile-buttons {
    margin-top: .0625rem;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

header .mobile-buttons .btn {
    font-size: 1rem;
}

header .mobile-buttons i {
    font-size: 1.45rem;

}

header .mobile-buttons i.fa-cart-shopping {
    transform: translateY(3px);
}

header .mobile-buttons i.fa-gear {
    transform: translate(-2px, 2px);
}

header .mobile-menu {
    position: relative;
    color: #D09DFE;
    min-height: calc(100vh - 75px);
    overflow: hidden;
}

header .mobile-menu p {
    font-weight: 300;
}

header .mobile-menu__header {
    background: #3A145D;
}

header .mobile-menu__body {
    background: #481D6F;
}

header .mobile-menu__footer a {
    color: #D09DFE;
}

header .mobile-menu__submenu {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background: #481D6F;
    transform: translateX(100%);
    transition: transform 0.3s;
    display: block !important;
}

header .mobile-menu__submenu.collapsing,
header .mobile-menu__submenu.show {
    transform: translateX(0);
    height: 100%;
}

header .mobile-menu a.btn,
header .mobile-menu a.nav-link,
header .mobile-menu a.btn i {
    color: white;
    opacity: 1;
}

header .mobile-menu .nav-item {
    padding: 10px 20px;
}

header .mobile-menu .nav-item:hover {
    background-color: #7B40BE;
}

header .mobile-menu .nav-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header .desktop-menu .navbar-nav .nav-item {
    margin-right: 10px;
}

header .navbar-nav .nav-dropdown-link {
    cursor: pointer;
}

header .desktop-menu .navbar-nav .nav-link {
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-weight: bold;
    color: #5A436D;
    display: flex;
    justify-content: center;
    transition: color 0.3s;
}

header .navbar-nav i {
    opacity: .5;
    margin-left: 5px;
}

header .navbar-toggler,
header .navbar-toggler:focus,
header .navbar-toggler:hover {
    border: none;
    color: #45265f;
}

.navbar-toggler .bars {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-size: 1.875rem;
    font-weight: 900;
    width: 1.875rem;
}

.navbar-toggler.collapsed .bars:before {
    content: "\f0c9";
}

.navbar-toggler .bars:before {
    content: "\f00d";
}

header .desktop-menu .navbar-nav .active > .nav-link,
header .desktop-menu .navbar-nav .nav-link:focus,
header .desktop-menu .navbar-nav .nav-link:hover {
    color: #3D1262;
    text-decoration: none;
}

header .desktop-menu .navbar-nav .nav-link::after {
    content: "";
    opacity: 0;
    position: absolute;
    transform: translate(0%, 500%);
    width: 26px;
    height: 4px;
    background-color: #9045E5;
    transition: opacity 0.3s;
    margin-top: 5px;
}

header .navbar-nav .nav-link:hover::after,
header .navbar-nav .nav-link.nav-dropdown-link.active::after {
    opacity: 1;
}

header .navbar-nav .nav-link.nav-dropdown-link::after {
    margin-right: 15px;
}

footer .navbar-nav .nav-item {
    text-align: center;
}

header .cart-item-count-icon {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    transform: translate(-40%, -35%);
    display: inline-block;
}

header .container {
    max-width: 1350px;
    position: relative;
    z-index: 10;
}

header .container > .row {
    width: 100%;
    margin: 0;
    flex-wrap: nowrap;
    align-items: center;
}

/* END Header */

hr {
    border-top: 2px solid #D0C4E0;
}

i.i {
    display: inline-block;
    min-height: 43px;
    min-width: 43px;
    background: url('../img/rackhost-icons.svg') left center / 989px no-repeat;
}

i.icon {
    display: inline-block;
}

i.i.i0 {background-position: 0;}
i.i.i1 {background-position: -43px;}
i.i.i2 {background-position: -86px;}
i.i.i3 {background-position: -129px;}
i.i.i4 {background-position: -172px;}
i.i.i5 {background-position: -215px;}
i.i.i6 {background-position: -258px;}
i.i.i7 {background-position: -301px;}
i.i.i8 {background-position: -344px;}
i.i.i9 {background-position: -387px;}
i.i.i10 {background-position: -430px;}
i.i.i11 {background-position: -473px;}
i.i.i12 {background-position: -516px;}
i.i.i13 {background-position: -559px;}
i.i.i14 {background-position: -602px;}
i.i.i15 {background-position: -645px;}
i.i.i16 {background-position: -688px;}
i.i.i17 {background-position: -731px;}
i.i.i18 {background-position: -774px;}
i.i.i19 {background-position: -817px;}
i.i.i20 {background-position: -860px;}
i.i.i21 {background-position: -903px;}
i.i.i22 {background-position: -946px;}

i.i.i-shield-check {
    background: url("../img/shield-check.svg") left center / cover no-repeat;
    min-width: auto;
    min-height: auto;
    width: 30px;
    height: 30px;
}

i.product {
    background: url('../img/product-icons.svg') left center / 400px 700px no-repeat;
    display: inline-block;
    height: 100px;
    width: 100px;
    margin-bottom: 1rem;
}

i.product.prod-web-hosting-0 {background-position: 0 -500px;}
i.product.prod-web-hosting-1 {background-position: -100px -500px;}
i.product.prod-web-hosting-2 {background-position: -200px -500px;}
i.product.prod-web-hosting-3 {background-position: -300px -500px;}
i.product.prod-web-hosting-premium-0 {background-position: 0 -200px;}
i.product.prod-web-hosting-premium-1 {background-position: -100px -200px;}
i.product.prod-web-hosting-premium-2 {background-position: -200px -200px;}
i.product.prod-web-hosting-premium-3 {background-position: -300px -200px;}
i.product.prod-web-hosting-wordpress-0 {background-position: 0 -100px;}
i.product.prod-web-hosting-wordpress-1 {background-position: -100px -100px;}
i.product.prod-web-hosting-wordpress-2 {background-position: -200px -100px;}
i.product.prod-web-hosting-wordpress-3 {background-position: -300px -100px;}
i.product.prod-vps-0 {background-position: 0 -600px;}
i.product.prod-vps-1 {background-position: -100px -600px;}
i.product.prod-vps-2 {background-position: -200px -600px;}
i.product.prod-vps-3 {background-position: -300px -600px;}
i.product.prod-hosting-0 {background-position: 0 -300px;}
i.product.prod-hosting-1 {background-position: -100px -300px;}
i.product.prod-hosting-2 {background-position: -200px -300px;}
i.product.prod-hosting-3 {background-position: -300px -300px;}
i.product.prod-email-hosting-0 {background-position: 0 0;}
i.product.prod-email-hosting-1 {background-position: -100px 0;}
i.product.prod-email-hosting-2 {background-position: -200px 0;}
i.product.prod-email-hosting-3 {background-position: -300px 0;}
i.product.prod-cpanel-hosting-0 {background-position: 0 -400px;}
i.product.prod-cpanel-hosting-1 {background-position: -100px -400px;}
i.product.prod-cpanel-hosting-2 {background-position: -200px -400px;}
i.product.prod-cpanel-hosting-3 {background-position: -300px -400px;}

i.category {
    background: url('../img/category-icons.svg') left center / cover no-repeat;
    display: inline-block;
    height: 200px;
    width: 200px;
    margin-bottom: 1rem;
}

i.category.category-simple {
    background: url('../img/category-icons-mobile.svg') left center / cover no-repeat;
}

i.category.cat-domain {background-position: 0 0;}
i.category.cat-webhosting {background-position: 11.11% 0;}
i.category.cat-vps {background-position: 22.22% 0;}
i.category.cat-server-hosting {background-position: 33.33% 0;}
i.category.cat-email {background-position: 44.44% 0;}
i.category.cat-cloud-nas {background-position: 55.55% 0;}
i.category.cat-cpanel {background-position: 66.70% 0;}
i.category.cat-server-operation {background-position: 77.77% 0;}
i.category.cat-wordpress-webhosting {background-position: 88.88% 0;}
i.category.cat-premium-webhosting {background-position: 100% 0;}

img.category {
    max-width: 213px;
}

i.i-astronaut-w-flag {
    width: 107px;
    height: 198px;
    background: url('../img/astronaut-w-flag.svg');
}

i.i-headset {
    width: 25px;
    height: 29px;
    background: url('../img/headset_mic.svg') center no-repeat;
}

i.i-mail {
    width: 28px;
    height: 22px;
    background: url('../img/mail.svg') center no-repeat;
}

i.i-database {
    width: 21px;
    height: 21px;
    background: url('../img/database.svg') center no-repeat;
}

i.i-instagram {
    width: 36px;
    height: 36px;
    background: url('../img/instagram_icon.svg') center no-repeat;
}

i.i-facebook {
    width: 35px;
    height: 34px;
    background: url('../img/facebook_icon.svg') center no-repeat;
}

i.i-youtube {
    width: 36px;
    height: 36px;
    background: url('../img/youtube_icon.svg') center no-repeat;
}

i.i-tiktok {
    width: 35px;
    height: 35px;
    background: url('../img/tiktok_icon.svg') center no-repeat;
}

i.i-x {
    width: 36px;
    height: 36px;
    background: url('../img/x_icon.svg') center no-repeat;
}

i.i-linkedin {
    width: 35px;
    height: 35px;
    background: url('../img/linkedin_icon.svg') center no-repeat;
}

i.i-home {
    width: 43px;
    height: 43px;
    background: url('../img/home.svg') center no-repeat;
}

i.i-gavel {
    width: 43px;
    height: 43px;
    background: url('../img/gavel.svg') center no-repeat;
}

i.i-astronaut {
    width: 149px;
    height: 187px;
    background: url('../img/astronaut.svg');
}

i.i-astronaut-cord {
    width: 163px;
    height: 133px;
    background: url('../img/astronaut_cord.svg');
}

span.required,
.errorMessage {
    color: #d9534f;
}

strong,
th {
    font-weight: 500;
}

.alert-container {
    background: #481d6f;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.alert-container .alert:last-child {
    margin-bottom: 0;
}

.card.card-rounded,
.services .card {
    border-radius: .9375rem;
}

.card.card-shadow,
.contact .card,
.coupon .card,
.domain .card {
    -webkit-box-shadow: 0 10px 25px -2px rgba(165, 159, 182, 0.5);
    box-shadow: 0 10px 25px -2px rgba(165, 159, 182, 0.5);
}

.card-text {
    color: #6D5B7B;
    font-size: 14px;
}

.cart .action {
    text-align: right;
}

.cart .wizard-title {
    padding: 1rem 2rem;
}

.cart-footer,
.cart-header,
.cart-item {
    padding: .5rem 1rem;
}

.cart-footer {
    font-weight: 500;
    font-size: 1rem;
    color: #481D6F;
}

.cart-item {
    background-color: #faf6fc;
    margin-bottom: .5rem;
    border-radius: 37px;
}

.cart-item [data-name="name"] {
    font-size: 0.875rem;
    color: #6D5B7B;
    font-weight: 300;
}

.cart-item [data-name="name"] strong {
    display: block;
    font-size: 1.125rem;
    color: #481D6F;
    font-weight: 400;
}

.cart-item .btn {
    font-size: .875rem;
}

.cart-item .btn[disabled] {
    pointer-events: all;
    cursor: default;
}

.cart-item .btn-lg {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.cart-item .form-control {
    display: inline-block;
    background-color: white;
    padding-left: .25rem;
    padding-right: .25rem;
}

.cart-item .form-control[disabled] {
    background: transparent;
    border: none;
    color: #481D6F;
}

.cart-item .orig-price,
.cart-item .price {
    color: #481D6F;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1rem;
    padding-left: 6px;
}

.cart-item .orig-price {
    color: #6D5B7B;
    display: block;
    font-size: .8125rem;
    text-align: right;
}

.cart-item > .row > [class*="col"] {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.cart .wizard-actions {
    margin-top: 0;
    margin-bottom: 0;
    padding: .5rem 0;
}

.cc-payment {
    font-size: .875rem;
}

.cc-payment h2 {
    font-size: 1.125rem;
}

.cc-payment h3 {
    font-size: 1rem;
}

.cib-cc {
    background-image: url("../img/cib-cc-logos-30px.png");
    display: inline-block;
    height: 30px;
    width: 47px;
}

.cib-cc.maestro {background-position: -82px 0;}
.cib-cc.mastercard {background-position: -1px 0;}
.cib-cc.mastercard-instalments {background-position: -42px 0;}
.cib-cc.visa {background-position: 91px 0;}
.cib-cc.visa-electron {background-position: 47px 0;}

.cib-logos {
    text-align: center;
}

.cib-logos img {
    max-width: 100%;
}

.contact .card,
.coupon .card,
.domain .card,
.login .card,
.modal-content {
    border: none;
    font-size: .875rem;
    border-radius: 15px;
}

.code-pill {
    width: 34px;
    height: 34px;
    margin-right: 5px;
    text-align: center;
    font-size: larger;
}

.contact .card-body {
    padding: 3rem 4rem;
    font-size: 15px;
}

.contact .content-body .first.container,
.contact-confirmation .content-body .first.container,
.coupon .content-body .first.container,
.order .content-body .first.container {
    top: -9rem;
}

.domain .content-body .first.container {
    top: -6rem;
}

.contact .contact-divider {
    border-left: 1px solid;
    border-color: #D0C4E0;
}

.contact .additional-data i {
    width: 43px;
    height: 43px;
    background-color: rgba(195, 168, 230, 0.38);
    border-radius: 100%;
}

.contact .i-mail {
    height: 29px;
}

.server-hosting .content-footer,
.web-hosting .content-footer,
.premium-web-hosting .content-footer,
.wordpress-web-hosting .content-footer,
.vps .content-footer,
.email-hosting .content-footer,
.cpanel-hosting .content-footer,
.server-operation .content-footer,
.cloud-nas .content-footer,
.domain .content-footer,
.contact .content-footer {
    background: url('../img/content-footer.svg') bottom center / cover no-repeat,
                linear-gradient(0deg, #C6B3DD 10%, transparent 100%) 0 0 no-repeat padding-box;
}

.contact h2 {
    font: normal normal bold 30px/38px Sora;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 100px;
}

.contact .terms h3 {
    font: normal normal bold 20px/27px Sora;
    margin-bottom: 15px;
}

.contact .terms p {
    font: normal normal normal 15px/22px Roboto;
    color: #5A436D;
}

.domain .registration ol,
.contact .terms ol {
    list-style: none;
    counter-reset: imprint-counter;
}

.contact .terms ol li {
    counter-increment: imprint-counter;
    margin-top: 50px;
}

.contact .terms ol li:before {
    content: "0" counter(imprint-counter) ". ";
    font: normal normal bold 42px/54px Sora;
    color: #D0C4E0;
    left: -85px;
    top: -23px;
}

.domain .registration ol li {
    counter-increment: imprint-counter;
}

.domain .registration ol li:before {
    content: "0" counter(imprint-counter) ". ";
    font: normal normal bold 42px/54px Sora;
    color: #D0C4E0;
    position: relative;
}

#content {
    background: #f8f6fa;
    background: linear-gradient(#e4ddeb 200px, #f8f6fa 776px);
    position: relative;
    overflow: hidden;
}

#content.domain {
    background: transparent linear-gradient(180deg, #E4DDEB 0%, #FFFFFF 100%) 0 0 no-repeat padding-box;
}

#content.index {
    background: transparent linear-gradient(180deg, #E4DDEB 0%, #FFFFFF 100%) 0 0 no-repeat padding-box;}

#content.testimonial {
    background: none #481d6f;
    position: relative;
}

#content.job {
    background: #481d6f;
}

.content-body {
    padding-top: 4rem;
    background: linear-gradient(180deg, #CEBEE1 0%, transparent 200px) 0 0 no-repeat padding-box;
}

.content-body > .first.container {
    position: relative;
}

.content-footer {
    background: url('../img/content-footer.svg') bottom center / cover no-repeat;
    height: 290px;
    position: relative;
    z-index: 10;
}

.content-header {
    background: url('../img/moon-floor.svg') center 102% / 2600px no-repeat,
        url('../img/content-header-bg.svg') center 25px / auto 300px no-repeat,
        radial-gradient(ellipse at center, #731089 0%, #6C1184 17%, #591578 41%, #481D6F 56%) center -90px
        #481d6f;
    color: #fff;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 10px;
}

.content-header .h1-smaller {
    font-size: 1.25rem;
}

.content-header h1 {
    color: #fff;
    font-family: Sora, Arial, serif;
    font-weight: bold;
    font-size: 2.5rem;
}

.content-header h2 {
    color: #fff;
    font-size: 1.5rem;
}

.content-header .box {
    height: 250px;
}

.content-header .form-control {
    border: none;
}

.coupon .lead {
    margin-bottom: 3rem;
}

.coupon-box {
    background: url("../img/coupon-bg.png") no-repeat top center;
    margin-bottom: 3rem;
    min-height: 400px;
    position: relative;
}

.coupon-box .amount {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px #22826c;
    top: 203px;
}

.distros {
    text-align: center;
    margin-bottom: 6rem;
}

.domain .h1-smaller {
    font-weight: normal;
}

.domain #domain-banner-img {
    position: relative;
    top: -50px;
    width: 100%;
}

.domain table {
    font-size: .9375rem;
    font-weight: 400;
}

.domain table td,
.domain table th {
    border-bottom-width: 2px;
    border-color: #F8F6FA;
}

.domain table small {
    font-size: 90%;
}

.domain table tbody td,
.domain table thead th {
    text-align: center;
    vertical-align: middle;
}

.domain table thead th {
    background-color: transparent;
    padding: 0;
    line-height: 1.125rem;
    vertical-align: bottom;
    border: none;
    color: #5A436D;
    font-weight: 500;
}

.domain table thead th > * {
    vertical-align: top;
    border-radius: 15px 15px 0 0;
    margin: 0 .5rem;
    background: #E7E1F0;
    padding: .95rem .85rem .5rem .85rem;
    display: block;
}

.domain table tbody th {
    font-family: Sora, Arial, serif;
    font-size: 1.125rem;
    padding-left: 3rem;
    padding-top: 1.125rem;
    white-space: nowrap;
    position: sticky;
    left: 0;
    line-height: 1.125rem;
}

.domain table tbody th .text-muted {
    font-size: .875rem;
    font-family: Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
}

.domain table tbody td {
    padding: 1.125rem;
    color: #3D1262;
    font-weight: 500;
}

.domain table tbody .gross-price-block {
    color: #AEA4B7;
    font-weight: normal;
}

.domain table tbody tr:first-of-type > :first-child {
    border-top-left-radius: 15px;
}

.domain table tbody tr:first-of-type > :last-child {
    border-top-right-radius: 15px;
}

.domain table > :last-child tr:last-of-type > :first-child {
    border-bottom-left-radius: 15px;
}

.domain table > :last-child tr:last-of-type > :last-child {
    border-bottom-right-radius: 15px;
}

.domain table tfoot td {
    border: none;
}

.domain .card-body {
    padding: 1rem;
}

.domain .content-header {
}

.domain .content-header .box {
    height: 270px;
}

.domain .input-group-lg > .form-control,
.domain .input-group-lg > .input-group-btn > .btn {
    padding-left: 1rem;
    padding-right: 1rem;
}

.domain .search-words {
    color: #522877;
    display: inline-block;
    font-size: 1rem;
    font-family: Sora, Arial, serif;
    font-weight: 700;
    padding-left: .75rem;
    padding-top: 1rem;
}

.domain .selected {
    background-color: #E0F9F5;
    border-top: 2px solid #fff;
}

.domain-hits form:has(.selected) + form .domain-hit {
    border-top: solid 2px white;
}

.domain .tld {
    font-weight: 500;
    color: #45265f;
}

.domain .tooltip,
.domain .tooltip-inner {
    min-width: 320px;
}

.domain-hit {
    border-top: 1px solid #D0C4E0;
    padding: .75rem .75rem;
    position: relative;
    color: #481D6F;
}

.domain-hit .avail {
    text-align: right;
}

.domain-hit .btn {
    float: right;
}

.domain-hit .action {
    width: 8rem;
}

.domain-hit .fa-stack {
    color: #308bc6;
}

.domain-hit .form-control {
    display: inline-block;
    width: initial;
    border-color: #D0C4E0;
}

.domain-hit .form-control-plaintext {
    display: inline-block;
    padding-top: .34375rem;
    padding-bottom: .34375rem;
    width: auto;
    color: #481D6F;
    font-size: 1rem;
}

.domain-hit:hover .btn-outline-cta-1 {
    color: #fff;
    background-color: #e81053;
}

.domain-hit .btn-outline-cta-1:hover {
    background-color: #c82257;
    border-color: #c82257;
}

.domain-hit.domain-free .avail {
    color: #39C1A6;
}

.domain-hit img {
    height: 2rem;
    position: absolute;
    top: 0.9rem;
    margin-left: 4px;
}

.domain-hit .in-cart {
    display: none;
    color: #39C1A6;
    font-size: 1rem;
    padding-top: 1rem;
}

.domain-search .btn {
    border-color: transparent;
    color: #e81053;
}

.domain-search .btn,
.domain-search .btn:active,
.domain-search .btn:hover {
    background-color: #fff;
}

.dropdown-background {
    height: 100vh;
    width: 100%;
    background-color: rgba(42, 17, 62, 0.8);
    display: none;
}

.nav-dropdown.show .dropdown-background {
    display: block;
}

.dropdown-card-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: transparent
        linear-gradient(180deg, #E4DDEB 0%, #FFFFFF 100%)
        0 0 no-repeat padding-box;
}

.dropdown-card-container a {
    text-decoration: none;
}

.dropdown-card {
    width: 225px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 10px;
    padding: 0 35px;
    border-radius: 32px;
}

.dropdown-card:hover {
    background-color: #fff;
}

.dropdown-card-icon img{
    width: 100px;
    height: 100px;
}

.dropdown-card-title {
    color: #45265F;
    font: normal normal bold 16px/21px Sora;
    text-align: center;
}

.dropdown-card-text {
    color: #5A436D;
    font: normal normal normal 14px/22px Roboto;
    text-align: center;
}

.tld-content-container h2 {
    font-size: 24px;
    text-align: center;
}

.tld-content-container h3 {
    font-size: 18px;
}

.tld-content-container h4 {
    font-size: 16px;
}

.tld-content-container p {
    font-size: 14px;
    color: #45265f;
}

.error .content-footer {
    display: none;
}

.error h1 {
    font-size: 2rem;
}

.fa-stack.fa-stack-sm {
    font-size: .6rem;
}

.faq {
    font-size: .9375rem;
    margin-bottom: 6rem;
}

.faq h2 {
    font-size: 1.875rem;
}

.faq h3 {
    font-size: 1rem;
    font-weight: 600;
}

.feature {
    font-size: .9375rem;
    margin-bottom: 4rem;
    padding-right: 2rem;
}

.feature h3 {
    font-size: 1.25rem;
}

.feature i {
    margin-bottom: 1rem;
}

.features.features-light {
    background-color: #E4DDEB;
}

.features.features-dark {
    background-color: #481d6f;
    color: #D0C4E0;
}

.features.features-dark h2,
.features.features-dark h3 {
    color: white;
}

.features h2:after {
    content: "";
    width: 61px;
    height: 6px;
    background: #CC014E 0 0 no-repeat padding-box;
    display: block;
    margin: 1rem auto;
}

.features.features-dark h2:after {
}

.fw-500 {
    font-weight: 500;
}

#get-to-know-us {
    color: #A770E5;
}

#get-to-know-us:hover {
    color: #fff;
    text-decoration: none;
}

#get-to-know-us i {
    padding-left: 0;
    transition: padding-left 0.3s;
}

#get-to-know-us:hover i {
    padding-left: 4px;
}

.grid-view .pager {
    text-align: right;
}

.gross-price-block {
    color: #A78EB9;
    font-size: .8rem;
    white-space: nowrap;
}

.about {
    background: #49196D;
}

.about .content-header {
    background: radial-gradient(ellipse at center, #731089 0%, transparent 60%) #49196D;
    padding-bottom: 0;
    min-height: fit-content;
}

.about .content-body {
    font-size: .9375rem;
    color: #D0C4E0;
    position: relative;
    z-index: 1;
    background: #49196D;
}

.about h1,
.about h2 {
    color: #F0DFFF;
}

.about .subtitle::after {
    content: "";
    width: 61px;
    height: 6px;
    background: #CC014E 0 0 no-repeat padding-box;
    display: block;
    margin: 1rem 0;
}

.about .subtitle.text-center::after,
.about .content-header .subtitle::after {
    margin: 1rem auto;
}

.about .meteor {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.about .meteor span {
    position: absolute;
    width: 300px;
    height: 1px;
    background: linear-gradient(to left, #7B40BE, rgba(255,255,255,0));
    animation: meteor 12s linear infinite 1s;
    transform: translate(-120%);
    z-index: 0;
}

.about .meteor span:nth-of-type(even) {
    animation: meteorRight 10s linear infinite 6s;
}

.about .meteor span::after {
    content: "";
    position: absolute;
    right: 0;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: rgba(255,255,255,.7);
    box-shadow: 0 0 10px 3px #fff;
}

@keyframes meteor {
    0% {
        transform: rotate(20deg) translate(-100vw, -100%);
    }
    30%, 100% {
        transform: rotate(20deg) translate(150vw, 100%);
    }
}

@keyframes meteorRight {
    0% {
        transform: rotate(-200deg) translate(-100vw, -100%);
    }
    30%, 100% {
        transform: rotate(-200deg) translate(150vw, 100%);
    }
}

.about .meteor span:nth-child(1){top: 0;}
.about .meteor span:nth-child(2){top: 10%;}
.about .meteor span:nth-child(3){top: 20%;}
.about .meteor span:nth-child(4){top: 30%;}
.about .meteor span:nth-child(5){top: 40%;}
.about .meteor span:nth-child(6){top: 50%;}
.about .meteor span:nth-child(7){top: 60%;}
.about .meteor span:nth-child(8){top: 60%;}
.about .meteor span:nth-child(9){top: 80%;}
.about .meteor span:nth-child(10){top: 90%;}

.about h2.subtitle,
.about p.subtitle {
    font-size: 1.5rem;
    color: white;
    font-weight: 600;
    font-family: Sora, Arial, serif;
}

.about h3 {
    font-size: 1.25rem;
    font-weight: 600;
    font-family: Sora, Arial, serif;
}

.about a {
    color: white;
    text-decoration: underline;
    font-weight: 400;
}

.about ul li {
    margin-bottom: 1rem;
}

.about .timeline__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.about .timeline__content::after {
    content: '';
    position: absolute;
    border-left: 8px dotted white;
    width: 1px;
    height: 30px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.about .timeline__content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 30px;
}

.about .timeline__badge {
    align-self: center;
    font-weight: 600;
    background-color: #CC014E;
    padding: 0.65rem 1.5rem;
    border-radius: 2rem;
    margin: .5rem 0;
    color: white;
    font-family: Sora, Arial, serif;
    font-size: 1.5rem;
}

.about .timeline__item {
    background-color: white;
    margin: .5rem 0;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    color: #5A436D;
}

.about .timeline__item.slide-in {
    transform: translateY(50%);
    transition: transform 0.5s;
}

.about .timeline__section .timeline__item.slide-in.shown {
    transform: translate(0, 0) !important;
}

.about .timeline__item h3 {
    font-family: Sora, Arial, serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.about .timeline__item h3::after {
    content: '';
    display: block;
    width: 2.5rem;
    height: 3px;
    background-color: #7B40BE;
    margin: 0.5rem 0;
}

.about .content-footer {
    padding-top: 400px;
    background:
        url('../img/content-footer.svg') bottom center / cover no-repeat,
        linear-gradient(180deg, #49196D 0%, #4D196E 20%, #AD208B 100%) 0% 0% no-repeat padding-box;
}

.index .content-footer {
    height: 0;
}

.index .content-header h1 {
    font-size: 2rem;
}

.index .content-header .i-astronaut-w-flag {
    position: absolute;
    left: 390px;
    top: 40px;
    animation: floating 3s ease-in-out infinite;
    animation-play-state: paused;
    transition: all 0.3s;
}

.index .content-header .i-astronaut-w-flag:hover {
    animation-play-state: running;
    filter: contrast(70%) brightness(150%);
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    0% { transform: translate(0, 0px); }
    50% { transform: translate(0, -15px); }
    100% { transform: translate(0, -0px); }
}

.index .feature {
    margin-bottom: 100px;
    font: normal normal normal 15px/22px Roboto;
    color: #5A436D;
}

.index .features {
    background-color: #E6E0ED;
    margin-bottom: 0;
    padding-top: 160px;
    margin-top: 140px;
    padding-bottom: 0;
}

.index .features h3 {
    font: normal normal bold 18px/27px Sora;
}

.index .image-container {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.index .mobile-header-info {
    display: none;
}

.index .price-block > .price-amount {
    font: normal normal bold 30px/25px Sora;
}

.index .price-block {
    font: normal normal bold 20px/25px Sora;
}

.rackhost-benefits {
    background-color: #49196D;
    color: #F0DFFF;
}

.index .rackhost-benefits a:not(:hover) img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(77%) saturate(4100%) hue-rotate(228deg) brightness(95%) contrast(89%);
}

.rackhost-benefits h2 {
    color: #fff;
    font: normal normal bold 40px/50px Sora;
}

.rackhost-benefits h5 {
    color: #fff;
    font: normal normal bold 36px/45px Sora;
}

.rackhost-benefits p {
    font: normal normal normal 16px/28px Roboto;
    margin-bottom: 50px;
}

.rackhost-benefits .row {
    align-items: center;
}

.rackhost-benefits ul {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
    list-style: none;
}

.rackhost-benefits ul li {
    flex: 1;
    border-left: 3px solid #975BDB;
    padding-left: 1rem;
}

.rackhost-benefits ul li :not(.circle-gradient) {
    position: relative;
    z-index: 2;
}

.rackhost-benefits ul .circle-gradient {
    width: 100px;
    height: 80px;
    background: transparent
    radial-gradient(circle closest-side at 50% 50%, #86229F 0%, #49196D00 100%)
    0 0 no-repeat padding-box;
    opacity: 0.57;
    position: absolute;
    transform: translate(-40%, -25%);
    z-index: 1;
}

.rackhost-benefits ul span {
    font: normal normal 500 18px/26px Roboto;
    letter-spacing: 0.27px;
    color: #F0DFFF;
}

.index #hu-map {
    position: absolute;
    z-index: 10;
    top: -13%;
    left: 35%;
}

.web-hosting .other-services .card,
.premium-web-hosting .other-services .card,
.wordpress-web-hosting .other-services .card,
.cpanel-hosting .other-services .card,
.index .services .card {
    display: flex;
    flex-direction: column;
    transition-property: background-color, box-shadow, border-color, transform;
    margin-bottom: 3rem;
    padding: 230px 30px 30px 30px;
    border-radius: 15px;
    justify-content: flex-end;
}

.web-hosting .other-services .card h2,
.premium-web-hosting .other-services .card h2,
.wordpress-web-hosting .other-services .card h2,
.cpanel-hosting .other-services .card h2,
.index .services .card h2 {
    margin-bottom: 5px;
}

.web-hosting .other-services .card .left-side .line,
.premium-web-hosting .other-services .card .left-side .line,
.wordpress-web-hosting .other-services .card .left-side .line,
.cpanel-hosting .other-services .card .left-side .line,
.index .services .card .left-side .line {
    height: 2px;
    width: 80%;
    background-color: #d0c4e0;
    opacity: 0.37;
    margin: 20px 0 20px 10%;
}

.web-hosting .other-services .card .right-side,
.premium-web-hosting .other-services .card .right-side,
.wordpress-web-hosting .other-services .card .right-side,
.cpanel-hosting .other-services .card .right-side,
.index .services .card .right-side {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}


.web-hosting .other-services .card .right-side a,
.premium-web-hosting .other-services .card .right-side a,
.wordpress-web-hosting .other-services .card .right-side a,
.cpanel-hosting .other-services .card .right-side a,
.index .services .card .right-side a,
.web-hosting .other-services .card .left-side .gross-price-block,
.premium-web-hosting .other-services .card .left-side .gross-price-block,
.wordpress-web-hosting .other-services .card .left-side .gross-price-block,
.cpanel-hosting .other-services .card .left-side .gross-price-block,
.index .services .card .left-side .gross-price-block {
    margin-top: 10px;
    font-size: 0.9rem;
}

.web-hosting .services.other-services .card-title,
.premium-web-hosting .services.other-services .card-title,
.wordpress-web-hosting .services.other-services .card-title,
.cpanel-hosting .services.other-services .card-title,
.index .services .card-title {
    margin-left: -5px;
    margin-right: -5px;
    font: normal normal bold 26px/38px Sora;
    color: #45265F;
    word-break: break-word;
    text-transform: none;
}

.index .services-horizontal .card {
    flex-direction: row;
    padding: 50px;
    margin-bottom: 5rem;
}

.index .services-horizontal .card .left-side {
    text-align: left;
    width: 50%;
}

.index .services-horizontal .card .left-side .line {
    background: linear-gradient(90deg, #D0C4E0 0%, #E5DEEE 45%, #FFFFFF 100%);
    height: 3px;
    opacity: 1;
    margin: 20px 0;
}

.index .services-horizontal .card .right-side {
    width: 50%;
}

.index .services-horizontal .card .right-side img {
    right: unset;
    transform: none;
    width: 250px;
    max-width: none;
}

.index .testimonials {
    background: transparent
    linear-gradient(180deg, #E61054 0%, #AD208B 100%)
    0 0 no-repeat padding-box;
}

.index .testimonials h3 {
    font: normal normal bold 38px/47px Sora;
    text-align: center;
    color: #fff;
}

.index .testimonials .card {
    box-shadow: 0 10px 25px -2px rgba(73, 42, 100, 0.5);
    height: 250px;
    overflow-y: auto;
}

.index .testimonials .card {
    border-radius: 15px;
}

.index .testimonials .card .company {
    font: normal normal 500 16px/21px Roboto;
    color: #957C91;
}

.index .testimonials .card .name {
    font: normal normal 500 16px/21px Roboto;
    color: #45265F;
}

.index .testimonials .card p {
    font: italic normal 500 15px/24px Roboto;
    color: #957C91;
}

.index .testimonials .carousel-inner {
    padding-bottom: 2rem;
}

.job h2 {
    text-align: center;
    font: normal normal bold 30px/38px Sora;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.job h3 {
    font-size: 1.125rem;
}

.job h4 {
    font-size: 1rem;
}

.job .content-body {
    background: #481B6E;
    margin-bottom: 250px;
    padding-top: 0;
}

.job .content-body .card {
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid #D0C4E0;
    transition: 0.3s ease-out;
}

.job .content-body .card:hover {
    box-shadow: 0 3px 16px #E81053;
}

.job .content-body .card i {
    font-size: 34px;
    color: #7B40BE;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.job .content-body .card .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.job .content-body .card .icon-container .circle {
    width: 108px;
    height: 108px;
    border-radius: 54px;
    background: #D0C4E0 0 0 no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 40px;
}

.job .content-body .card .text-container {
    margin: 40px 150px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.job .content-body .card .text-container .header {
    font: normal normal bold 20px/27px Sora;
    color: #49196D;
}

.job .content-body .card .text-container .body {
    font: normal normal normal 15px/22px Roboto;
    color: #5A436D;
    padding: 10px 0;
}

.job .content-body .card .text-container .footer {
    font: normal normal 500 15px/22px Roboto;
    color: #5A436D;
}

.job .content-body .card .text-container .footer span {
    border-right: 1px solid #D0C4E0;
    margin-right: 1ch;
    padding-right: 1ch;
}

.job .content-footer,
.job-detail .content-footer {
    display: none;
}

.job .content-header {
    background: #481B6E url("../img/home-header.svg") no-repeat bottom center;
    padding: 90px
}

.job .content-header a {
    font: normal normal normal 16px/28px Roboto;
    color: #A96EEC;
    text-decoration: none;
}

.job .content-header h1 {
    font: normal normal bold 42px/54px Sora;
    color: #fff;
}

.job .content-header p {
    text-align: left;
    font: normal normal normal 16px/28px Roboto;
    color: #F0DFFF;
}

.job .gradient,
.job-detail .gradient {
    width: 100%;
    height: 860px;
    background: url("../img/content-footer.svg") bottom center / 2000px no-repeat,
    linear-gradient(180deg, #481B6E 0%, #911662 100%)
    0 0 no-repeat padding-box;
    position: absolute;
    bottom: 0;
}

.job-detail .back-button.back-button-bottom {
    display: none;
}

.job-detail .back-button-top {
    position: fixed;
    top: 145px;
    left: 5px;
}

.job-detail .card {
    padding: 60px;
    border-radius: 15px;
    font: normal normal normal 15px/22px Roboto;
    color: #5A436D;
    position: relative;
}

.job-detail .first.container {
    top: -300px;
}

.job-detail .first.container h1 {
    color: white;
    font-family: Sora, Arial, serif;
    font-weight: bold;
    font-size: 2.5rem;
}

.job-detail .card li {
    margin-bottom: .85rem;
}

.job-detail .card li::marker {
    color: #7B40BE;
}

.job-detail .card a {
    font: normal normal bold 20px/28px Sora;
    color: #7B40BE;
}

.job-detail .content-body {
    margin-bottom: 100px;
    background: #481B6E;
}

.job-detail .content-header {
    background: #481B6E url("../img/home-header.svg") no-repeat bottom center;
    padding: 90px;
    height: 400px;
}

.logo-icon {
    height: 40px;
    width: 40px;
    background: url('../img/logo-short.svg');
}

.nav-dropdown {
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transition: all .3s;
}

.nav-dropdown.show {
    opacity: 1;
    visibility: visible;
}

.order .asterisk {
    font-size: 0.75rem;
}

.order .card-deck.products {
    margin-left: -10px;
    margin-right: -10px;
}

.order .card-deck.products hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.order .card-deck.products .card {
    box-shadow: 0 3px 16px #3F096F48;
    border: none;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    margin-left: 10px;
    margin-right: 10px;
}

.order .card-deck.products .card .card-body {
    padding: 1rem;
}

.order .card-deck.products .card .card-title {
    font-size: 1.5rem;
}

.order .card-deck.products .card .card-footer {
    background-color: transparent;
    border: none;
    padding-bottom: 1.5rem;
}

.order .card-deck.products .card li div {
    color: #665e6d;
}

.order .card-deck.products .card ul {
    color: #ad73d6;
    text-align: left;
    padding-left: 14px;
}

.order .card-deck.products .price-block > .price-amount {
    font-size: 1.125rem;
}

.order .nav-tabs {
    margin-bottom: 1rem;
}

.order .wizard-body {
    font-size: .875rem;
    color: #5A436D;
}

.order .wizard-body.card,
.order .wizard-header.card {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.order .wizard-header.card {
    border-radius: 15px 15px 0 0;
}

.order .wizard-body.card {
    border-radius: 0 0 15px 15px;
}

.order .wizard-header {
    padding: 0;
}

.price-block {
    color: #45265F;
    font: normal normal bolder 26px Sora;
    font-size: 1.125rem;
    font-weight: 500;
    white-space: nowrap;
}

.price-block > .price-amount {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 600;
}

.price-block > .price-spacer {
    margin-right: 5px;
}

.server-operation .content-header .decor {
    background: url("../img/server-operation.svg") no-repeat center;
}

.services {
    font-size: .975rem;
    margin-bottom: 4rem;
}

.services .card {
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 3px 16px #3F096F48;
    transition-property: background-color, box-shadow, border-color, transform;
    transition-duration: .15s;
    margin-bottom: 5rem;
    justify-content: flex-end;
}

.services .card:hover {
    box-shadow: 0 6px 16px #6119A169;
    border-color: rgba(165, 159, 182, 0.3);
    transform: translateY(-2px);
}

.services .card-body .product + .card-title {
    margin-top: 2.5rem;
}

.services .card .card-body .product {
    position: absolute;
    top: -50px;
    right: calc(50% - 50px);
}

.services .card li {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.services .card li::marker {
    color: #AD73D6;
}

.services .card li:has(.https-check) {
    list-style: none;
}

.services .card li:has(.https-check) div {
    padding-left: .35rem;
}

.services .card .https-check {
    position: absolute;
    transform: translate(-34px, -5px);
}

.services .card ul {
    color: #5A436D;
    text-align: left;
    padding-left: 26px;
}

.services .card:hover .btn-outline-cta-1 {
    color: #fff;
    background-color: #e81053;
}

.services .card .btn-outline-cta-1:hover {
    background-color: #c82257;
    border-color: #c82257;
}

.services .card-body {
    padding-top: 2rem;
}

.services .card-footer {
    background-color: #fff;
    border-radius: 0 0 .625rem .625rem;
    border-top: none;
    padding-top: 0;
    padding-bottom: 2rem;
}

.services .card-title {
    font-size: 1.5rem;
    font-family: Sora, Arial, serif;
    color: #45265F;
    font-weight: 600;
}

#semi-ellipse {
    width: 110%;
    background-color: #E61054;
    border-radius: 100% / 200%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    position: absolute;
    height: 125px;
}

#astronaut {
    position: absolute;
    transform: translate(0, -85%);
    z-index: 10;
}

#astronaut-cord {
    position: relative;
    transform: translate(75%, -67%);
    z-index: 0;
}

.semi-ellipse-with-astronaut {
    display: flex;
    justify-content: center;
    height: fit-content;
    padding-bottom: 50px;
    margin-top: 100px;
    position: relative;
    top: 60px;
}

.sunrise {
    background: linear-gradient(to right, #ac218d, #e81053);
    border-radius: 50%;
    bottom: -1412px;
    height: 1702px;
    width: 1702px;
    left: 50%;
    margin-left: -851px;
    position: absolute;
    z-index: 1;
}

.terms table {
    color: #665e6d;
}

.terms-container-list .row {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e5e5e5;
}

.terms-container-list .row:nth-child(2n) {
    background-color: #f9f9f9;
}

.terms h2,
.privacy-policy h2 {
    font-size: 1.125rem;
}

.terms h3,
.privacy-policy h3 {
    font-size: 1rem;
    margin-bottom: .5rem;
}

.terms ol,
.privacy-policy ol {
    position: relative;
    list-style-type: none;
}

.terms ol > li,
.privacy-policy ol > li {
    counter-increment: root;
    margin-bottom: .5rem;
    position: relative;
}

.terms ol > li:before,
.privacy-policy ol > li:before {
    content: counter(root) '.';
    font-size: 1.125rem;
    line-height: 1.1;
}

.terms ol > li:before,
.terms ol > li > ol > li:before,
.privacy-policy ol > li:before,
.privacy-policy ol > li > ol > li:before {
    font-weight: 500;
    left: -50px;
    padding-right: .5rem;
    position: absolute;
    text-align: right;
    width: 50px;
}

.terms ol > li > ol,
.terms ol > li > ol > li > ol,
.privacy-policy ol > li > ol,
.privacy-policy ol > li > ol > li > ol {
    counter-reset: subsection;
    list-style-type: none;
}

.terms ol > li > ol > li,
.privacy-policy ol > li > ol > li {
    counter-increment: item;
}

.terms ol > li > ol > li:before,
.privacy-policy ol > li > ol > li:before {
    content: counter(root) '.' counter(item) '. ';
    font-size: 1rem;
    line-height: 1.5;
}

.terms ol > li > ol > li > ol > li,
.privacy-policy ol > li > ol > li > ol > li {
    counter-increment: subsection;
}

.terms ol > li > ol > li > ol > li:before,
.privacy-policy ol > li > ol > li > ol > li:before {
    content: counter(root) '.' counter(item) '.' counter(subsection) '. ';
    font-size: 1rem;
    line-height: 1.5;
}

.terms ol li h2,
.terms ol li h3,
.privacy-policy ol li h2,
.privacy-policy ol li h3 {
    display: inline-block;
}

.terms ul,
.privacy-policy ul {
    list-style: disc;
}

.terms ul ul,
.privacy-policy ul ul {
    list-style: circle;
}

.terms .lower-latin > li,
.privacy-policy .lower-latin > li,
.terms .lower-latin2 > li,
.privacy-policy .lower-latin2 > li {
    counter-increment: latin;
}

.terms .lower-latin > li:before,
.privacy-policy .lower-latin > li:before {
    content: counter(latin, lower-latin) ')';
}

.terms .lower-latin2 > li:before,
.privacy-policy .lower-latin2 > li:before {
    content: counter(latin, lower-latin) '.';
}

.terms .table td,
.terms .table th,
.privacy-policy .table td,
.privacy-policy .table th {
    border-top: none;
}

.testimonials {
    font-size: .875rem;
}

.testimonials h1 {
    color: #fff;
    margin-bottom: 6rem;
    font: normal normal bold 42px/54px Sora;
}

.testimonials .card-columns {
    column-gap: 1rem;
    column-count: 3;
}

.testimonials .card-columns .card {
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 3px 16px #3F096F48;
    border-radius: 15px;
}

.testimonials .card-body {
    padding: 2rem;
}

.testimonials .card .name {
    color: #49196D;
    font: normal normal bold 20px/27px Sora;
    margin-bottom: .5rem;
}

.testimonials .card .company,
.testimonials .card .card-text {
    font: normal normal normal 15px/22px Roboto;
    color: #5A436D;
}

.testimonials .content-body {
    background: url('../img/testimonials.svg') #481d6f repeat-y top center;
    background-size: 1920px;
    padding-bottom: 380px;
}

.testimonials .content-body .container {
    z-index: 1;
}

.testimonials .content-footer {
    background: url('../img/content-footer-testimonials.svg') no-repeat top center;
    background-size: 1920px;
    height: 583px;
    width: 1920px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 0;
}

.server-hosting .content-header .decor {
    background: url('../img/space-capsule.svg') no-repeat center center;
}

.email-hosting .details .price,
.server-hosting .details .price {
    width: 140px;
}

.email-hosting .details .quantity,
.server-hosting .details .quantity {
    width: 120px;
}

.server-hosting-address {
    color: #45265f;
    font-weight: 500;
    text-align: center;
    font-size: 1.125rem;
}

.server-hosting .service-cta,
.web-hosting .service-cta {
    background-color: #481D6F;
    color: white;
    font-size: 1.25rem;
    font-family: Sora, Arial, serif;
    font-weight: 600;
    border-radius: 15px;
    position: relative;
}

.server-hosting .service-cta__img,
.web-hosting .service-cta__img {
    background:
            url("../img/premium_hosting_header.svg") center center / contain no-repeat,
            radial-gradient(circle, #E8105388 0%, transparent 70%) center center / 100% no-repeat;
}

.vps .content-header .decor {
    background: url("../img/rocket.svg") center / 150px no-repeat;
}

.cloud-nas .details tbody th,
.vps .details tbody th,
.email-hosting .details tbody th,
.web-hosting .details tbody th,
.wordpress-web-hosting .details tbody th,
.premium-web-hosting .details tbody th {
    font-weight: 500;
}

.email-hosting .details tbody th {
    white-space: nowrap;
}

.cloud-nas table.products td,
.cpanel-hosting table.products td,
.email-hosting table.products td,
.premium-web-hosting table.products td,
.vps table.products td,
.web-hosting table.products td,
.wordpress-web-hosting table.products td {
    text-align: center;
    background: none;
    vertical-align: middle;
}

.cloud-nas table.products tbody th,
.cpanel-hosting table.products tbody th,
.email-hosting table.products tbody th,
.premium-web-hosting table.products tbody th,
.vps table.products tbody th,
.web-hosting table.products tbody th,
.wordpress-web-hosting table.products tbody th {
    background: none;
    text-align: left;
    font-family: Sora, Arial, serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #45265F;
    vertical-align: middle;
}

.cloud-nas table.products tbody tr:hover,
.cpanel-hosting table.products tbody tr:hover,
.email-hosting table.products tbody tr:hover,
.premium-web-hosting table.products tbody tr:hover,
.vps table.products tbody tr:hover,
.web-hosting table.products tbody tr:hover,
.wordpress-web-hosting table.products tbody tr:hover {
    background-color: white;
    border-color: transparent;
    border-style: hidden;
}

.cloud-nas table.products tbody tr:hover th,
.cpanel-hosting table.products tbody tr:hover th,
.email-hosting table.products tbody tr:hover th,
.premium-web-hosting table.products tbody tr:hover th,
.vps table.products tbody tr:hover th,
.web-hosting table.products tbody tr:hover th,
.wordpress-web-hosting table.products tbody tr:hover th {
    border-radius: 6rem 0 0 6rem;
}

.cloud-nas table.products tbody tr:hover td:last-child,
.cpanel-hosting table.products tbody tr:hover td:last-child,
.email-hosting table.products tbody tr:hover td:last-child,
.premium-web-hosting table.products tbody tr:hover td:last-child,
.vps table.products tbody tr:hover td:last-child,
.web-hosting table.products tbody tr:hover td:last-child,
.wordpress-web-hosting table.products tbody tr:hover td:last-child {
    border-radius: 0 6rem 6rem 0;
}

.cloud-nas table.products thead th,
.cpanel-hosting table.products thead th,
.email-hosting table.products thead th,
.premium-web-hosting table.products thead th,
.vps table.products thead th,
.web-hosting table.products thead th,
.wordpress-web-hosting table.products thead th {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    background: none;
    color: #3D1262;
}

.cloud-nas .details .price-block,
.cpanel-hosting .details .price-block,
.email-hosting .details .price-block,
.premium-web-hosting .details .price-block,
.vps .details .price-block,
.web-hosting .details .price-block,
.wordpress-web-hosting .details .price-block {
    font-size: .875rem;
}

.cloud-nas .details .price-block > .price-amount,
.cpanel-hosting .details .price-block > .price-amount,
.email-hosting .details .price-block > .price-amount,
.premium-web-hosting .details .price-block > .price-amount,
.vps .details .price-block > .price-amount,
.web-hosting .details .price-block > .price-amount,
.wordpress-web-hosting .details .price-block > .price-amount {
    font-size: 1.25rem;
}

.table.optional-services thead th {
    font-size: 1.625rem;
    font-family: Sora, Arial, serif;
    font-weight: 600;
    color: #45265F;
    background: none;
    text-align: center;
}

.table.optional-services thead th:first-child {
    text-align: left;
}

.table.optional-services tbody th {
    font-size: 1.125rem;
    font-family: Sora, Arial, serif;
    font-weight: 500;
    color: #45265F;
    background: none;
    vertical-align: middle;
}

.table.optional-services tbody td {
    color: #45265F;
    background: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.table.optional-services tbody .price-block {
    font-size: 1rem;
}

.table.optional-services tbody .price-block .price-amount {
    font-size: 1.25rem;
}

/* Detailed products tables */
.detailed-products {
    text-align: center;
}

.detailed-products table thead {
    position: sticky;
    top: 0;
    z-index: 10;
}

.detailed-products table tfoot {
    position: sticky;
    bottom: 0;
    z-index: 10;
}

.detailed-products table thead th {
    background-color: white;
    font-size: 1.5rem;
    color: #45265F;
    font-family: Sora, Arial, serif;
}

.detailed-products table tbody td {
    padding: 0;
    border-bottom: none;
}

.detailed-products table tbody td > div {
    padding: 2rem 0rem;
    margin: 0 1rem;
    border-bottom: solid 1px #e5e5e5;
}

.detailed-products table thead th:nth-of-type(2),
.detailed-products table tbody tr:first-child th {
    border-radius: 15px 0 0 0;
}

.detailed-products table thead th:last-child {
    border-radius: 0 15px 0 0;
}

.detailed-products table tfoot tr td:last-child {
    border-radius: 0 0 15px 0;
    border-style: none;
}

.detailed-products table tbody tr:last-of-type th,
.detailed-products table tfoot tr td:first-of-type {
    border-radius: 0 0 0 15px;
    border-style: none;
}

.detailed-products table tbody th {
    background: linear-gradient(270deg, #ede6f6 0%, #FFFFFF 50%);
    width: 200px;
    text-align: end;
    vertical-align: middle;
    position: sticky;
    left: 0;
}

.detailed-products table thead th:first-of-type,
.detailed-products table tfoot tr th {
    background: #F8F6FA;
    border-style: none;
}

.detailed-products::-webkit-scrollbar {
    width: 28px;
    height: 28px;
}

.detailed-products::-webkit-scrollbar-track {
    border-radius: 10px;
    border: 11px solid transparent;
    background: #F0DFFF;
    background-clip: padding-box;
}

.detailed-products::-webkit-scrollbar-thumb {
    background: #D0C4E0;
    border-radius: 14px;
    border: 8px solid transparent;
    background-clip: padding-box;
}

.detailed-products::-webkit-scrollbar-corner {
    background-color: transparent;
}

.index .content-header .decor {
    background: url('../img/space-probe.svg') no-repeat bottom center;
    top: -71px;
    left: -615px;
}

.web-hosting .content-header .decor {
    background: url("../img/moon-w-flag.png") no-repeat center;
}

.premium-web-hosting .content-header .decor {
    background: url("../img/premium_hosting_header.svg") no-repeat center;
    transform: scaleX(-1);
}

.wordpress-web-hosting .content-header .decor {
    background: url("../img/about-7.png") no-repeat center;
    transform: scaleX(-1);
}

.cloud-nas .content-header .decor {
    background: url("../img/cloud-nas.svg") no-repeat center;
}

.cpanel-hosting .content-header .decor {
    background: url("../img/cpanel.svg") no-repeat center;
}

.web-hosting .premium-cta {
    background:
            url("../img/webhosting-cta-bg.svg") center center / 2000px no-repeat,
            radial-gradient(ellipse at center, #731089 0%, #6C1184 30%, #591578 50%, #481B6E 80%), #481B6E;
    color: #F0DFFF;
}

.web-hosting .premium-cta .lead {
    font-size: 1.85rem;
    font-family: Sora, Arial, serif;
}

.web-hosting .premium-cta__border {
    border-left: 3px solid #975BDB;
}

.web-hosting .services .card-title,
.premium-web-hosting .services .card-title,
.wordpress-web-hosting .services .card-title {
    text-transform: uppercase;
}

.email-hosting .content-header .decor {
    background: url("../img/ufo.svg") no-repeat center center;
}

#service-contact-form .modal-header {
    background:
            url("../img/astronaut-mechanic.svg") center right 20px / auto 80% no-repeat,
            linear-gradient(76deg, #71127B 0%, #71127B 51%, #481B6E 100%) no-repeat;
    border-radius: 15px 15px 0 0;
}

#service-contact-form .modal-body {
    padding: 1rem 1.5rem;
}

.wizard hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.wizard .step .desc,
.wizard .step .number {
    font-weight: 600;
    font-family: Sora, Arial, serif;
}

.wizard .step .desc {
    color: #aea1b8;
}

.wizard .step .number {
    background-color: #aea1b8;
    border-radius: 50%;
    color: #fff;
    height: 2.625rem;
    width: 2.625rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .25rem;
    padding: .6rem .375rem;
    text-align: center;

    transition-property: background-color;
    transition-duration: 1s;
}

.wizard .step.active .desc {
    color: #7B40BE;
}

.wizard .step.active .number {
    background-color: #7B40BE;
}

.wizard .step.done .desc {
    color: #481D6F;
}

.wizard .step.done .number {
    background-color: #481D6F;
}

.wizard-actions {
    text-align: center;
    margin-top: -.5rem;
    margin-bottom: -.5rem;
}

.wizard-actions .btn {
    margin: .5rem 1rem;
    padding: 1rem 5rem;
}

.wizard-body,
.wizard-footer,
.wizard-header {
    padding: 1rem;
}

h3.wizard-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

h4.wizard-title {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 600;
}

@media (max-width: 375px) {
    .services .card {
        gap: 10px;
    }

    .services .card .left-side .card-title {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    body.base {
        background-image: url('../img/base-bg-mobile.svg'),
        radial-gradient(circle, #731089 0%, #6C1184 30%, #591578 50%, #481D6F 80%);
        background-size: auto;
        background-position: top center;
        background-repeat: no-repeat;
        margin-bottom: .5rem;
    }

    i.category {
        background-image: url("../img/category-icons-mobile.svg");
        width: 105px;
        height: 105px;
    }

    #astronaut,
    #astronaut-cord {
        display: none;
    }

    .index .content-header h1,
    .content-header h1 {
        font-size: 20px;
        margin-right: 70px;
        margin-left: 70px;
    }

    .content-header .domain-search .input-group-append {
        height: 54px;
        width: 54px;
    }

    .content-header .domain-search  .input-group-append .btn:not(.btn-mobile) {
        display: none;
    }

    .content-header .domain-search .input-group-append .btn.btn-mobile {
        width: 42px;
        height: 42px;
        font-size: larger;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .content-header .input-group > .form-control {
        font: normal normal 500 15px/22px Roboto;
        height: 54px !important;
        padding-left: 20px;
    }

    .content-header .input-group {
        width: 90%;
        margin-left: 5%;
    }

    .index .content-body {
        padding-top: 25px
    }

    .content-header {
        background:
            url('../img/moon-floor.svg')
                center 101% / 800px no-repeat,
            url('../img/home-header-mobile.svg')
                27% -5px / auto auto no-repeat padding-box;

        height: 246px;
        min-height: auto;
    }

    .domain-hit .btn {
        width: 100%;
        margin-top: 1rem;
    }

    .domain-hit.selected .in-cart {
        display: block;
    }

    .index .features {
        padding-top: 80px;
        margin-top: 70px;
    }

    .index .mobile-header-info {
        display: flex;
        justify-content: center;
        width: 100%;
        background-color: #481D6F;
        gap: 20px;
        padding-top: 20px;
    }

    .index .mobile-header-info a,
    .index .mobile-header-info span {
        color: #D0C4E0;
        font-weight: normal;
        font-size: 15px;
    }

    .index .rackhost-benefits {
        margin: 60px 0 80px 0;
    }

    .web-hosting .other-services .card,
    .premium-web-hosting .other-services .card,
    .cpanel-hosting .other-services .card,
    .wordpress-web-hosting .other-services .card,
    .index .services .card {
        flex-direction: row;
        padding: 25px 35px;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .web-hosting .other-services .card .card-text,
    .premium-web-hosting .other-services .card .card-text,
    .cpanel-hosting .other-services .card .card-text,
    .wordpress-web-hosting .other-services .card .card-text,
    .index .services .card .card-text {
        margin-bottom: 0;
    }

    .web-hosting .other-services .card .left-side,
    .premium-web-hosting .other-services .card .left-side,
    .cpanel-hosting .other-services .card .left-side,
    .wordpress-web-hosting .other-services .card .left-side,
    .index .services .card .left-side {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 50%;
    }

    .web-hosting .other-services .card .left-side h2,
    .premium-web-hosting .other-services .card .left-side h2,
    .cpanel-hosting .other-services .card .left-side h2,
    .wordpress-web-hosting .other-services .card .left-side h2,
    .index .services .card .left-side h2 {
        font: normal normal bold 22px/27px Sora;
        margin: 0 0 15px 0;
    }

    .web-hosting .other-services .card .left-side .line,
    .premium-web-hosting .other-services .card .left-side .line,
    .cpanel-hosting .other-services .card .left-side .line,
    .wordpress-web-hosting .other-services .card .left-side .line,
    .index .services .card .left-side .line {
        height: 2px;
        background: #D0C4E0;
        opacity: 1;
        margin: 10px 0;
        width: 100%;
    }

    .web-hosting .other-services .card .right-side,
    .premium-web-hosting .other-services .card .right-side,
    .cpanel-hosting .other-services .card .right-side,
    .wordpress-web-hosting .other-services .card .right-side,
    .index .services .card .right-side {
        width: 50%;
        justify-content: space-between;
    }

    .index .testimonials .btn {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .index .testimonials .card {
        width: 320px;
    }

    .index .testimonials .col {
        padding: 0 7px;
    }

    .index .testimonials h3 {
        font: normal normal bold 30px/38px Sora;
    }

    .index .testimonials .image-container img {
        height: 175px;
    }

    .job .content-body .card {
        margin-bottom: 15px;
    }

    .job .content-body .card .icon-container {
        display: none;
    }

    .job .content-body .card .text-container {
        margin: 0;
        padding: 20px 30px;
    }

    .job .content-body .card .text-container .body {
        margin-bottom: 10px;
        font: normal normal normal 14px/19px Roboto;
    }

    .job .content-body .card .text-container .header {
        border-bottom: 2px solid #d0c4e0;
        padding-bottom: 10px;
    }

    .job .content-header {
        padding: 30px;
        height: auto;
    }

    .job .content-header h1 {
        font: normal normal bold 24px/32px Sora;
        margin-top: 20px;
    }

    .job .content-header p {
        font: normal normal normal 14px/22px Roboto;
        text-align: center;
    }

    .job h2 {
        font: normal normal bold 24px/32px Sora;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .services .card .price-block {
        font-size: 1rem;
    }

    .services .card .price-block .price-amount {
        font-size: 1.5rem;
    }

    .services .card .gross-price-block {
        font: normal normal normal 13px/21px Roboto;
        margin-top: 0 !important;
    }

    #semi-ellipse {
        height: 50px;
    }

    .semi-ellipse-with-astronaut {
        margin-top: 40px;
        top: 0;
    }

    .testimonials .card-columns .card {
        margin: 20px;
    }

    .testimonials .content-body {
        padding-top: 50px;
    }

    .testimonials .content-body .card-columns {
        column-count: 1;
    }

    .testimonials h1 {
        font: normal normal bold 24px/32px Sora;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .index .feature {
        padding: 0 40px;
        margin-bottom: 50px;
    }

    .index .features h2 {
        font: normal normal bold 30px/38px Sora;
        margin-bottom: 40px !important;
    }

    .index .features h2::after {
        content: unset;
    }

    .services-horizontal.card-deck .card {
        min-width: calc(100% - 30px);
    }
}

@media (max-width: 991px) {
    body.hide-content > *:not(header) {
        display: none;
    }

    .about .timeline-container {
        background: url("../img/about-bg.svg") 0 -20px;
    }

    .contact h2 {
        font: normal normal bold 24px/32px Sora;
        margin: 60px 0 80px 0;
    }

    .contact .card-body {
        padding: 2rem;
    }

    .contact .card-body > .row:not(:last-child) {
        border-bottom: 1px solid #D0C4E0;
    }

    .contact .contact-divider {
        border-left: none;
        border-top: 1px solid;
        border-color: #D0C4E0;
    }

    .contact .terms ol {
        padding: 0;
    }

    .contact .terms ol li {
        margin-bottom: 80px;
    }

    .contact .terms ol li::before {
        left: -5px;
        top: -55px
    }

    .cta .btn {
        font-size: 1rem!important;
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }

    .cta .btn-uppercase {
        font-size: .875rem!important;
        padding-top: .625rem!important;
        padding-bottom: .5rem!important;
    }

    .cta .btn-outline-cta-1 {
        color: #fff;
        background-color: #e81053;
        border-color: #e81053;
    }

    .faq {
        padding: 0 2rem;
    }

    footer .contact-info {
        font: normal normal 500 22px/33px Roboto;
    }

    footer .links {
        font: normal normal 500 18px/28px Roboto;
    }

    footer .links h6 {
        font: normal normal normal 22px/29px Roboto;
    }

    footer .social-icons i.icon {
        width: 60px;
        height: 60px;
        background-size: cover;
    }

    header .btn-pill {
        display: none;
    }

    header .container > .row {
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -7px;
    }

    header .navbar-brand .logo-icon {
        width: 50px;
        height: 50px;
    }

    .index #eu-map {
        height: 470px;
        margin-top: 120px;
    }

    .index #hu-map {
        width: 300px;
        left: 10px;
        top: 50px;
    }

    .rackhost-benefits h2 {
        font-size: 1.875rem;
    }

    .index .rackhost-benefits h2 {
        margin-top: 60px;
        padding-right: 10px;
    }

    .index .rackhost-benefits p {
        font: normal normal normal 15px/28px Roboto;
        margin-bottom: 30px;
    }

    .index .rackhost-benefits .row {
        justify-content: center;
    }

    .index .rackhost-benefits ul {
        display: block;
        margin-left: -100px;
    }

    .index .rackhost-benefits ul li {
        border-right: none !important;
        border-left: 3px solid #975BDB;
        margin: 0 80px 40px 80px;
        padding-left: 20px;
        padding-right: 0 !important;
    }

    .index .rackhost-benefits ul .circle-gradient {
        transform: translate(-40%, -20%);
    }

    .job-detail .back-button-bottom {
        position: absolute;
        bottom: 290px;
        left: 25px;
    }

    .job-detail .back-button-top {
        left: 25px;
        position: absolute;
        top: 35px;
    }

    .job-detail .card {
        padding: 30px;
    }

    .job-detail .card ul {
        padding: 0;
        list-style: none;
    }

    .job-detail .content-header {
        padding: 130px 0 0 0;
    }

    .job-detail .first.container h1 {
        font: normal normal bold 24px/32px Sora;
        margin-bottom: 0;
    }
    
    .job-detail .positioner {
        position: unset;
    }

    .nav-dropdown {
        display: none;
    }

    .services-horizontal.card-deck .card {
        min-width: calc(100% - 30px);
    }

    .server-hosting .service-cta,
    .web-hosting .service-cta {
        padding-top: 100px !important;
        font-size: 1.125rem;
    }

    .server-hosting .service-cta__img,
    .web-hosting .service-cta__img {
        height: 200px;
        width: 200px;
        position: absolute;
        top: -50px;
        left: calc(50% - 100px);
        background:
                url("../img/premium_hosting_header.svg") top center / 60% no-repeat,
                radial-gradient(circle, #E8105388 0%, transparent 70%) bottom center / 90% 90% no-repeat;
    }

    .table.optional-services {
        background-color: white;
        margin-left: -.75rem;
        margin-right: -.75rem;
        width: calc(100% + 1.5rem);
    }

    .table.optional-services thead {
        display: none;
    }

    .table.optional-services tbody th,
    .table.optional-services tbody td,
    .table.optional-services tbody .price-block,
    .table.optional-services tbody .price-block .price-amount {
        font-size: .875rem;
        font-weight: normal;
    }

    .testimonials .card-columns {
        column-count: 2;
    }

    .testimonials .card-columns .card.empty-card {
        display: none;
    }

    .testimonials .content-body {
        background: #481D6F;
    }

    .top-bar {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .domain .content-body .first.container {
        top: -9rem;
    }

    .card-deck {
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
        flex-flow: row wrap;
    }

    .card-deck .card {
        margin-left: 10px;
        margin-right: 10px;
        flex: 1 0 0;
        min-width: calc(50% - 20px);
    }

    .cart-item .orig-price,
    .cart-item .price {
        text-align: center;
    }

    .content-header .decor {
        position: absolute;
        width: 300px;
        height: 300px;
        left: 250px;
    }

    .order .content-body .first.container {
        top: -13rem;
    }

    .order .wizard-body.card,
    .order .wizard-header.card {
        border-radius: .625rem;
        -webkit-box-shadow: 0 10px 25px -2px rgba(165, 159, 182, 0.5);
        box-shadow: 0 10px 25px -2px rgba(165, 159, 182, 0.5);
        margin-left: 0;
        margin-right: 0;
    }

    .order .wizard-header {
        margin-bottom: .5rem;
    }

    .wordpress-web-hosting .services .card-title {
        margin-right: 5px;
        margin-left: 5px;
    }

    .index .content-header {
        height: 485px;
        display: flex;
        align-items: center;
    }

    .web-hosting .other-services .card i.category,
    .premium-web-hosting .other-services .card i.category,
    .cpanel-hosting .other-services .card i.category,
    .wordpress-web-hosting .other-services .card i.category,
    .index .services:not(.services-horizontal) .card i.category {
        position: absolute;
        top: 120px;
        right: 50%;
        transform: translate(50%,-50%);
        width: 200px;
    }

    .index .services-horizontal i.category {
        position: absolute;
        top: -40px;
    }

    .index .services-horizontal .card .left-side h2 {
        font: normal normal bold 24px/32px Sora;
    }

    .index .services-horizontal .card .left-side .price-block .price-amount {
        font: normal normal bold 32px/27px Sora;
    }

    .index .services-horizontal .card .left-side .price-block:not(.price-amount) {
        font: normal normal bold 22px/27px Sora;
    }
}

@media (min-width: 768px) {
    .auth-form label,
    .billing-form label {
        text-align: right;
    }

    .cart-footer {
        padding: 2rem 2rem;
    }

    .cart-header,
    .cart-item {
        padding: .5rem 2rem;
    }

    .cart .wizard-actions {
        padding: 1.5rem 0;
    }

    .cart .wizard-title {
        font-size: 1.5rem;
    }

    .domain .search-words {
        font-size: 1.75rem;
        padding-top: 0;
    }

    .domain .selected {
        border-radius: 2rem;
    }

    .domain .card-body {
        padding: 3rem;
    }

    .domain .input-group-lg > .form-control,
    .domain .input-group-lg > .input-group-btn > .btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .order .wizard-body {
        padding: 2rem;
    }

    .email-hosting .details .price,
    .server-hosting .details .price {
        width: 175px;
    }

    .testimonials .card {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .detailed-products {
        height: 900px;
    }

    .faq h2 {
        margin-bottom: 4rem;
    }

    .faq h3 {
        font-size: 1.25rem;
    }

    .features h2 {
        font-size: 2.25rem;
        font-weight: 600;
    }

    footer .navbar .navbar-nav .nav-link,
    header .navbar .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    footer .nav-link > span,
    header .nav-link > span {
        padding-left: .875rem;
        padding-right: .875rem;
    }

    footer .nav-link > span {
        border-left: 1px solid #fff;
    }

    footer .social-icons-desktop {
        display: flex;
    }

    footer .social-icons-mobile {
        display: none;
    }

    header {
        position: sticky;
        top: 0;
        z-index: 100;
        background-color: #fff;
    }

    header .navbar-brand {
        position: relative;
        top: -1.25rem;
    }

    header .navbar-nav {
        border-top: none;
        margin-top: 0;
    }

    header .btn {
        right: 10px;
    }

    header .navbar-brand {
        top: unset;
        position: relative;
    }

    header .nav-link > span {
        border: none;
    }

    nav {
        box-shadow: 0px 3px 6px #481D6F7D;
    }

    .about {
        background: url("../img/about-bg.svg") center #49196D !important;
    }

    .about .content-header,
    .about .content-body {
        background: transparent;
    }

    .about h2.subtitle,
    .about p.subtitle {
        font-size: 2.5rem;
    }

    .about .timeline__content {
        padding-bottom: 0;
    }

    .about .timeline__content::after {
        height: 100%;
        left: 50%;
        top: 0;
        transform: translate(-50%);
    }

    .about .timeline__content::before {
        content: '';
        position: absolute;
        left: 5%;
        bottom: 0;
        width: 40%;
        height: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .about .timeline__section:nth-of-type(even) .timeline__content::before {
        left: auto;
        right: 0;
    }

    .about .timeline__section:nth-of-type(even) .timeline__item.slide-in {
        transform: translateX(-100px);
        transition: .5s;
        transition-delay: .1s;
    }

    .about .timeline__section:nth-of-type(odd) .timeline__item.slide-in {
        transform: translateX(100px);
        transition: .5s;
        transition-delay: .1s;
    }

    .about .timeline__section:nth-of-type(1) .timeline__content:before {background-image: url("../img/space-capsule.svg"); height: 200px;}
    .about .timeline__section:nth-of-type(2) .timeline__content:before {background-image: url("../img/about-2.png");}
    .about .timeline__section:nth-of-type(3) .timeline__content:before {background-image: url("../img/about-3.png"); background-size: 150px}
    .about .timeline__section:nth-of-type(4) .timeline__content:before {background-image: url("../img/about-4.png"); background-size: 72px;}
    .about .timeline__section:nth-of-type(5) .timeline__content:before {background-image: url("../img/about-5.png"); height: 150px;}
    .about .timeline__section:nth-of-type(6) .timeline__content:before {background-image: url("../img/about-6.svg");}
    .about .timeline__section:nth-of-type(7) .timeline__content:before {background-image: url("../img/about-7.png");}
    .about .timeline__section:nth-of-type(8) .timeline__content:before {background-image: url("../img/astronaut.svg");}
    .about .timeline__section:nth-of-type(9) .timeline__content:before {background-image: url("../img/about-9.png"); background-size: 220px;}
    .about .timeline__section:nth-of-type(10) .timeline__content:before {background-image: url("../img/about-10.png");}
    .about .timeline__section:nth-of-type(11) .timeline__content:before {background-image: url("../img/about-11.svg");}
    .about .timeline__section:nth-of-type(12) .timeline__content:before {background-image: url("../img/about-2.png"); background-size: 200px}

    .about .timeline__item {
        width: calc(50% - 50px);
        align-self: start;
        position: relative;
    }

    .about .timeline__badge {
        font-size: 1.75rem;
    }

    .about .timeline__section:nth-of-type(odd) .timeline__item {
        align-self: end;
        margin-right: 0;
    }

    .about .timeline__section:nth-of-type(odd) .timeline__item:first-child::before {
        content: '';
        position: absolute;
        border: 12px solid transparent;
        border-right-color: white;
        left: 0;
        top: 24px;
        transform: translatex(-150%) scaleX(2.0);
    }

    .about .timeline__section:nth-of-type(even) .timeline__item:first-child::before {
        content: '';
        position: absolute;
        border: 12px solid transparent;
        border-left-color: white;
        right: 0;
        top: 24px;
        transform: translatex(150%) scaleX(2.0);
    }

    .card-deck .card {
        min-width: calc(25% - 20px);
    }

    .cib-logos img {
        max-width: initial;
    }

    .domain-hit.domain-free .avail {
        padding-right: 25px;
    }

    .domain .price {
        padding-left: 1rem;
    }

    .navbar .mobile-buttons {
        display: none;
    }

    .order .tab-content > .tab-pane {
        display: block;
    }

    .order .tab-content > .tab-pane:first-of-type {
        border-right: 1px solid #bcc6e5;
    }

    .order .tab-content > .tab-pane.fade {
        opacity: 1;
    }

    .premium-web-hosting .services .card-title,
    .web-hosting .services .card-title {
        margin-right: 17px;
        margin-left: 17px;
    }

    .rackhost-benefits ul {
        flex-direction: row;
    }

    .web-hosting .premium-cta__border:first-of-type {
        border-left: none;
    }

    .services.card-deck .card {
        min-width: calc(33.33% - 20px);
    }

    .server-hosting .services .card-deck .card .card-title {
        min-height: 3.5rem;
    }

    .services-horizontal.card-deck .card {
        min-width: 45%;
    }

    .wizard .step .desc,
    .wizard .step .number {
        display: inline-block;
    }

    .wizard .step .number {
        margin-left: .5rem;
        margin-right: .5rem;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .index .rackhost-benefits h2 {
        font: normal normal bold 55px/66px Sora;
    }

    .premium-web-hosting .services .card-title,
    .web-hosting .services .card-title {
        margin-right: 0;
        margin-left: 0;
    }

    .wordpress-web-hosting .services .card-title {
        margin-right: 13px;
        margin-left: 13px;
    }

    .server-hosting .services .card-deck .card:first-of-type .card-title {
        padding: 0 3.5rem;
    }
}

@media (min-width: 1400px) {
    .job-detail .back-button-top {
        transform: translateX(-680px);
        left: unset;
    }

    .nav-dropdown .dropdown-card {
        width: 300px;
        height: 300px;
    }
}

.positioner {
    position: absolute;
    left: 50%;
}

.top-bar {
    height: 37px;
    background: #3D1262 0 0 no-repeat padding-box;
    align-items: center;
    opacity: 1;
    display: flex;
}

.top-bar .btn.btn-transparent {
    color: #fff;
}

.top-bar .cart-item-count-icon {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    display: inline-block;
    transform: translate(-90%, -55%);
}

.top-bar .shopping-cart-icon {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.top-bar-text-container {
    font: normal normal normal 14px/19px Roboto;
    color: #D0C4E0;
    gap: 35px;
}

.top-bar-nav {
    position: absolute;
    right: 0;
    top: -4px;
    color: #fff;
}

.top-bar-nav a {
    margin: 0 10px;
}

.top-bar-icon {
    color: #a770e5;
}

/* Bootstrap extensions ################ */
.btn.btn-nav {
    color: #fff;
}

.btn.btn-nav:hover {
    color: #A770E5;
    transition: 0.3s;
}

.btn.btn-rounded {
    border-radius: 10rem;
}

.btn.btn-transparent {
    background-color: transparent;
    color: #45265f;
}

.btn-uppercase {
    letter-spacing: .0625rem;
    text-transform: uppercase;
}

.btn.btn-uppercase {
    padding-top: .5625rem;
    padding-bottom: .4375rem;
}

.btn-lg.btn-uppercase {
    padding-top: .8125rem;
    padding-bottom: .6875rem;
}

.btn-sm.btn-uppercase {
    font-size: .75rem;
    padding-top: .4375rem;
    padding-bottom: .375rem;
}

.btn.btn-wide {
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-lg.btn-wide {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.btn-sm.btn-wide {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.btn-cta-1 {
    color: #fff;
    background-color: #e81053;
    border-color: #e81053;
}

.btn-cta-1:hover {
    color: #fff;
    background-color: #c82257;
    border-color: #c82257;
}

.btn-cta-1:focus, .btn-cta-1.focus {
    color: #fff;
    -webkit-box-shadow: 0 0 1px 2px rgba(232, 16, 83, .5);
            box-shadow: 0 0 1px 2px rgba(232, 16, 83, .5);
}

.btn-cta-1.disabled, .btn-cta-1:disabled {
    background-color: #e81053;
    border-color: #e81053;
}

.btn-cta-1:active, .btn-cta-1.active,
.show > .btn-cta-1.dropdown-toggle {
    color: #fff;
    background: #c82257 none;
    border-color: #c82257;
}

.btn-cta-2 {
    color: #fff;
    background-color: #39C1A6;
    border-color: #39C1A6;
}

.btn-cta-2:hover {
    color: #fff;
    background-color: #10c6a4;
    border-color: #10c6a4;
}

.btn-cta-2:focus, .btn-cta-2.focus {
    color: #fff;
    -webkit-box-shadow: 0 0 1px 2px rgba(16, 198, 164, .5);
            box-shadow: 0 0 1px 2px rgba(16, 198, 164, .5);
}

.btn-cta-2.disabled, .btn-cta-2:disabled {
    background-color: #10c6a4;
    border-color: #10c6a4;
}

.btn-cta-2:active, .btn-cta-2.active,
.show > .btn-cta-2.dropdown-toggle {
    background: #0eb2a8 none;
    border-color: #0eb2a8;
}

.btn-cta-3 {
    color: #fff;
    background-color: #7B40BE;
    border-color: #7B40BE;
}

.btn-cta-3:hover {
    color: #fff;
    background-color: #9045E5;
    border-color: #9045E5;
}

.btn-cta-3:focus, .btn-cta-3.focus {
    color: #fff;
    -webkit-box-shadow: 0 0 1px 2px rgba(73, 42, 100, .5);
    box-shadow: 0 0 1px 2px rgba(73, 42, 100, .5);
}

.btn-cta-3.disabled, .btn-cta-3:disabled {
    background-color: #691d7e;
    border-color: #691d7e;
}

.btn-cta-3:active, .btn-cta-3.active,
.show > .btn-cta-3.dropdown-toggle {
    background-color: #492a64;
    border-color: #492a64;
}

.btn-cta-4 {
    color: #fff;
    background-color: #7B40BE;
    border-color: #7B40BE;
}

.btn-cta-4:hover {
    color: #fff;
    background-color: #E80F53;
    border-color: #E80F53;
}

.btn-cta-4:focus, .btn-cta-4.focus {
    color: #fff;
    -webkit-box-shadow: 0 0 1px 2px rgba(73, 42, 100, .5);
    box-shadow: 0 0 1px 2px rgba(73, 42, 100, .5);
}

.btn-cta-34disabled, .btn-cta-4:disabled {
    background-color: #691d7e;
    border-color: #691d7e;
}

.btn-cta-4:active, .btn-cta-4.active {
    background-color: #E80F53;
    border-color: #E80F53;
}

.btn-outline-cta-1 {
    color: #3f2754;
    background: transparent none;
    border-color: #e81053;
}

.btn-outline-cta-1:hover {
    color: #fff;
    background-color: #c82257;
    border-color: #c82257;
}

.btn-outline-cta-1:focus, .btn-outline-cta-1.focus {
    color: #3f2754;
    -webkit-box-shadow: 0 0 1px 2px rgba(232, 16, 83, .5);
            box-shadow: 0 0 1px 2px rgba(232, 16, 83, .5);
}

.btn-outline-cta-1.disabled, .btn-outline-cta-1:disabled {
    color: #3f2754;
    background-color: transparent;
}

.btn-outline-cta-1:active, .btn-outline-cta-1.active,
.show > .btn-outline-cta-1.dropdown-toggle {
    color: #fff;
    background-color: #c82257;
    border-color: #c82257;
}

.btn-outline-cta-2 {
    color: #3f2754;
    background: transparent none;
    border-color: #10c6a4;
}

.btn-outline-cta-2:hover {
    color: #fff;
    background-color: #10b596;
    border-color: #10b596;
}

.btn-outline-cta-2:focus, .btn-outline-cta-2.focus {
    color: #3f2754;
    -webkit-box-shadow: 0 0 1px 2px rgba(16, 198, 164, .5);
            box-shadow: 0 0 1px 2px rgba(16, 198, 164, .5);
}

.btn-outline-cta-2.disabled, .btn-outline-cta-2:disabled {
    color: #3f2754;
    background-color: transparent;
}

.btn-outline-cta-2:active, .btn-outline-cta-2.active,
.show > .btn-outline-cta-2.dropdown-toggle {
    color: #fff;
    background-color: #10b596;
    border-color: #10b596;
}

.btn-outline-cta-3 {
    color: #481D6F;
    background: transparent none;
    border: solid 2px #7B40BE;
}

.btn-outline-cta-3:hover {
    color: white;
    background-color: #7B40BE;
}

.btn-outline-cta-3:focus, .btn-outline-cta-3.focus {
    border-color: #481D6F;
}

.btn-outline-cta-3.disabled, .btn-outline-cta-3:disabled {
    color: #3f2754;
    background-color: transparent;
}

.btn-outline-cta-3:active, .btn-outline-cta-3.active,
.show > .btn-outline-cta-3.dropdown-toggle {
    color: #fff;
    background-color: #7B40BE;
    border-color: #7B40BE;
}

.btn > i {
    transition: transform .3s;
}

.btn:hover > span ~ i {
    transform: translateX(3px);
}

.m-6 {
    margin: 4.5rem !important;
}

.mt-6,
.my-6 {
    margin-top: 4.5rem !important;
}

.me-6,
.mx-6 {
    margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 4.5rem !important;
}

.ms-6,
.mx-6 {
    margin-left: 4.5rem !important;
}

.m-7 {
    margin: 6rem !important;
}

.mt-7,
.my-7 {
    margin-top: 7rem !important;
}

.me-7,
.mx-7 {
    margin-right: 7rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 7rem !important;
}

.ms-7,
.mx-7 {
    margin-left: 7rem !important;
}

.m-8 {
    margin: 10rem !important;
}

.mt-8,
.my-8 {
    margin-top: 10rem !important;
}

.me-8,
.mx-8 {
    margin-right: 10em !important;
}

.mb-8,
.my-8 {
    margin-bottom: 10rem !important;
}

.ms-8,
.mx-8 {
    margin-left: 10rem !important;
}

.p-6 {
    padding: 4.5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 4.5rem !important;
}

.pe-6,
.px-6 {
    padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 4.5rem !important;
}

.ps-6,
.px-6 {
    padding-left: 4.5rem !important;
}

.p-7 {
    padding: 6rem !important;
}

.pt-7,
.py-7 {
    padding-top: 6rem !important;
}

.pe-7,
.px-7 {
    padding-right: 6rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 6rem !important;
}

.ps-7,
.px-7 {
    padding-left: 6rem !important;
}

.r-0 {
    border-radius: 0;
}

.rt-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.rr-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rb-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.rl-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.table-lg td,
.table-lg th {
    padding: 1rem;
}

.text-rh {
    color: #7B40BE;
}

.text-rh-light {
    color: #5A436D;
}

.bg-gradient-white {
    background: linear-gradient(180deg, transparent 0%, white 100%) 0 0 no-repeat padding-box;
}

.bg-rh {
    background-color: #481D6F;
}

@media (min-width: 992px) {
    .border-lg-end {
        border-right: 1px solid #D0C5E0;
    }
}
/* END Bootstrap extensions ################ */

/* Bootstrap overrides ################ */
dt {
    font-weight: 500;
}

/* TODO: Check after beta. */
select.form-control:not([size]):not([multiple]) {
    height: 2.1875rem;
}

/* TODO: Check after beta. */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 2.875rem;
}

/* TODO: Check after beta. */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 1.875rem;
}

.domain-search .form-control {
    border-radius: 38px;
    height: 70px !important;
    font: normal normal 500 18px/22px Roboto;
    padding-left: 42px;
    background-color: white;
}

.domain-search .input-group-append {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 38px 38px 0;
    width: 160px;
    background-color: #fff;
}

.domain-search .input-group-append .btn {
    height: 50px;
    width: 132px;
    border-radius: 25px !important;
    text-align: center;
    font: normal normal 500 14px/12px Roboto;
    letter-spacing: 0.7px;
    background-color: #E80F53;
    color: #FFFFFF;
    text-transform: uppercase;
}

.domain-search .input-group-append .btn.btn-mobile {
    display: none;
}

.domain-search .input-group-append .btn:hover {
    background-color: #d70963;
}

body > .alert {
    margin-bottom: 0;
}

.alert {
    font-size: .875rem;
}

.badge {
    font-weight: 500;
}

.btn {
    font-size: .875rem;
    font-weight: 500;
}

.btn-lg {
    font-size: 1rem;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    border: none;
}

.btn-link {
    color: #45265f;
    text-decoration: none;
}

.btn-link:focus, .btn-link:hover {
    color: #45265f;
    text-decoration: underline;
}

.btn-link:disabled {
    color: #636c72;
}

.btn-secondary {
    background-color: #fff;
    border-color: #7B40BE;
    color: #7B40BE;
}

.btn-secondary:hover {
    background-color: #eee1f9;
    border-color: #eee1f9;
    color: #3f2754;
}

.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 1px 2px rgba(238, 225, 249, 0.5);
            box-shadow: 0 0 1px 2px rgba(238, 225, 249, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    color: #3f2754;
    background-color: #eee1f9;
    border-color: #eee1f9;
}

.form-control::-webkit-input-placeholder {
    color: #B6A6CB;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #B6A6CB;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #B6A6CB;
    opacity: 1;
}

.form-control:focus {
    box-shadow: none;
}

.form-control::placeholder {
    color: #B6A6CB;
    opacity: 1;
}

.form-control {
    font-size: .875rem;
    background-color: #F5F3FE;
    border-color: #E7EAED;
    color: #6D5B7B;
}

.form-group {
    margin-bottom: 1rem;
}

.col-form-label-lg,
.form-control-lg {
    font-size: 1rem;
}

.form-group .form-check-inline {
    padding-top: .375rem;
}

.modal-body {
    font-size: .9375rem;
}

.modal-footer {
    border-top: none;
}

.lead {
    font-size: .875rem;
    font-weight: 400;
    color: #D0C4E0;
}

.navbar {
    min-height: 74px;
}

.navbar-brand {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

.rounded {
    border-radius: 15px !important;
}

.text-dark {
    color: #45265f !important;

}

.text-light {
    color: #6D5B7B !important;
}

.text-muted {
    color: #8C799C !important;
    font-size: 0.875rem;

}

.tooltip-inner {
    background-color: #481D6F;
    color: white;
    padding: .85rem;
    max-width: 300px;
    text-align: left;
    opacity: 1;
}

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

    .lead {
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
/* END Bootstrap overrides ################ */


/* Carousel */
.carousel-control-prev {
    left: -14px;
    width: 40px;
}

.carousel-control-next {
    right: -14px;
    width: 40px;
}

@media (min-width: 576px) {
    .carousel-control-prev {
        left: -25px;
        width: 40px;
    }

    .carousel-control-next {
        right: -25px;
        width: 40px;
    }
}

@media (min-width: 768px) {
    /* show 2 items */
    .carousel-inner .active + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-item {
        margin-right: 0;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        display: block;
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be also positioned for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        visibility: visible;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item {
        display: block;
        position: absolute;
        top: 0;
        right: -50%;
        visibility: visible;
    }
}

@media (min-width: 991px) {
    /* show 3rd of 3 item slide */
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* right or prev direction */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        display: block;
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        display: block;
        position: absolute;
        top: 0;
        right: -33.3333%;
        visibility: visible;
    }
}

.index .testimonials .mb-3 {
    transform: translateX(0);
    transition: 1s ease-out;
}

.index .testimonials .mb-3:hover {
    transform: translateX(-2%);
}

.index #testimonial-carousel {
    display: flex;
    animation: 180s linear 0s infinite normal none running carousel-animation;
    flex-shrink: 0;
    justify-content: center;
    gap: 20px;
}

.index .testimonials .mb-3:hover #testimonial-carousel {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

@keyframes carousel-animation {
    0% {
        transform: translateX(500%)
    }

    100% {
        transform: translateX(calc(-500%));
    }
}
/* END Carousel */


/* Loading */
.loading-container {
    height: 3rem;
    width: 3rem;
    margin: 0 auto;
    position: relative;
}

.loading-container > .frame {
    -webkit-animation: loading-rotate-start 2000ms linear 1, loading-rotate 2000ms linear 2000ms infinite;
       -moz-animation: loading-rotate-start 2000ms linear 1, loading-rotate 2000ms linear 2000ms infinite;
         -o-animation: loading-rotate-start 2000ms linear 1, loading-rotate 2000ms linear 2000ms infinite;
            animation: loading-rotate-start 2000ms linear 1, loading-rotate 2000ms linear 2000ms infinite;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    height: 3rem;
    width: 3rem;
    opacity: 0;
    position: absolute;
}

.loading-container > .frame > .dot {
    background: #481d6f;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ac218d;
    height: .5rem;
    width: .5rem;
    position: absolute;
    top: 0;
    right: 0;
}

.loading-container > .frame.f0 {
    -webkit-animation-delay: 0ms;
       -moz-animation-delay: 0ms;
         -o-animation-delay: 0ms;
            animation-delay: 0ms;
}

.loading-container > .frame.f1 {
    -webkit-animation-delay: 250ms;
       -moz-animation-delay: 250ms;
         -o-animation-delay: 250ms;
            animation-delay: 250ms;
}

.loading-container > .frame.f2 {
    -webkit-animation-delay: 500ms;
       -moz-animation-delay: 500ms;
         -o-animation-delay: 500ms;
            animation-delay: 500ms;
}

.loading-container > .frame.f3 {
    -webkit-animation-delay: 750ms;
       -moz-animation-delay: 750ms;
         -o-animation-delay: 750ms;
            animation-delay: 750ms;
}

.loading-container > .frame.f4 {
    -webkit-animation-delay: 1000ms;
       -moz-animation-delay: 1000ms;
         -o-animation-delay: 1000ms;
            animation-delay: 1000ms;
}

.loading-container > .frame.f5 {
    -webkit-animation-delay: 1250ms;
       -moz-animation-delay: 1250ms;
         -o-animation-delay: 1250ms;
            animation-delay: 1250ms;
}

.loading-container > .frame.f6 {
    -webkit-animation-delay: 1500ms;
       -moz-animation-delay: 1500ms;
         -o-animation-delay: 1500ms;
            animation-delay: 1500ms;
}

.loading-container > .frame.f7 {
    -webkit-animation-delay: 1750ms;
       -moz-animation-delay: 1750ms;
         -o-animation-delay: 1750ms;
            animation-delay: 1750ms;
}

@keyframes loading-rotate-start {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    25% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(315deg);
             -o-transform: rotate(315deg);
                transform: rotate(315deg);
    }
}

@keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(315deg);
             -o-transform: rotate(315deg);
                transform: rotate(315deg);
    }
}
/* END Loading */


/* Pager */
ul.yiiPager {
    font-size: .875rem;
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 100%;
    display: inline;
}

ul.yiiPager li {
    display: inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited {
    border: solid 1px #45265f;
    border-radius: .2rem;
    font-weight: 500;
    color: #481d6f;
    padding: 1px 6px;
    text-decoration: none;
}

ul.yiiPager .page a {
    font-weight: normal;
}

ul.yiiPager a:hover {
    border: solid 1px #45265f;
}

ul.yiiPager .selected a {
    background: #45265f;
    color: #fff;
    font-weight: 500;
}

ul.yiiPager .hidden a {
    border: solid 1px #dedede;
    color: #888;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last {
    display: none;
}
/* END Pager */

#domain-tld-detail {
    max-width: 800px;
    margin-inline: auto;
}

#domain-tld-detail tbody td,
#domain-tld-detail thead th {
    text-align: right;
}

#domain-tld-detail img {
    height: 2rem;
    padding-right: 5px;
}
