#header {
  padding: 1rem;
}
#header .desktop-nav .navbar {
  padding: 0;
  margin: 0;
}
#header .desktop-nav .navbar .navbar-nav .dropdown {
  position: relative;
}
#header .desktop-nav .navbar .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  z-index: 1000;
  margin: 0;
  border: 0 solid rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  position: absolute;
}
#header .desktop-nav .navbar .navbar-nav .nav-item .nav-link:hover, #header .desktop-nav .navbar .navbar-nav .dropdown:hover .dropdown-menu .dropdown-item:hover {
  color: var(--blue-8);
}
#header .desktop-nav .navbar .navbar-nav .nav-link {
  padding: 1rem;
  font-weight: bold;
  color: var(--black-1);
  opacity: 0.7;
}
#header .desktop-nav .navbar .navbar-nav .nav-item-button a {
  border-radius: 8%;
  padding: 0.6rem 0.9rem;
  margin: 0 0 0 2rem;
  background: var(--blue-8);
  color: var(--white-1);
  border: 1px solid var(--blue-8);
  transition: all 100ms ease-in;
}
#header .desktop-nav .navbar .navbar-nav .nav-item-button a:hover {
  color: var(--blue-8);
  background: var(--white-1);
  transition: all 100ms ease-in;
}
#header #mobile-nav .mobile-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header #mobile-nav .mobile-nav > * {
  margin: 0 2rem;
}
#header #mobile-nav .mobile-nav .open-sidebar {
  cursor: pointer;
}
#header .mobile-sidebar {
  left: 0;
  padding: 10px;
  flex: 1;
  height: 100%;
  z-index: 100;
  background: var(--blue-3);
  position: fixed;
  top: 0;
  overflow: auto;
  min-width: 250px;
  max-width: 400px;
  width: 100%;
  transition: all ease 0.3s;
  transform: translateX(-100%);
}
#header .mobile-sidebar.active {
  transform: translateX(0);
}
#header .mobile-sidebar .navbar-top {
  display: flex;
  justify-content: space-between;
  color: var(--white-1);
  margin: 0 0 2rem;
  padding: 2rem 1rem;
}
#header .mobile-sidebar .navbar-top .top-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
#header .mobile-sidebar .navbar-top img {
  width: 20px;
}
#header .mobile-sidebar .navbar-top .top-section {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--white-1);
}
#header .mobile-sidebar .navbar-top .close-button {
  cursor: pointer;
}
#header .mobile-sidebar .navbar-middle {
  display: flex;
  flex-direction: column;
  color: var(--white-1);
  gap: 2rem;
}
#header .mobile-sidebar .navbar-middle .option {
  display: flex;
  flex-direction: column;
}
#header .mobile-sidebar .navbar-middle .option .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0.5rem;
  cursor: pointer;
  padding: 0.7rem 0.5rem;
}
#header .mobile-sidebar .navbar-middle .option .title .arrowSVG.active {
  transform: rotate(90deg);
}
#header .mobile-sidebar .navbar-middle .option .title .title-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#header .mobile-sidebar .navbar-middle .option .href-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.7rem 0.5rem;
  color: var(--white-1);
  text-decoration: none;
}
#header .mobile-sidebar .navbar-middle .option .href-title .title-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#header .mobile-sidebar .navbar-middle .option .option-list {
  padding: 0 2rem;
  display: none;
  flex-direction: column;
  gap: 5px;
}
#header .mobile-sidebar .navbar-middle .option .option-list.active {
  display: flex;
}
#header .mobile-sidebar .navbar-middle .option .option-list a {
  padding: 0.3rem;
  cursor: pointer;
  color: var(--white-1);
  text-decoration: none;
}

@media (max-width: 1342px) {
  #hidden-desktop {
    display: none;
  }
}
@media (min-width: 1343px) {
  #mobile-nav {
    display: none;
  }
}
#dedicated {
  background: url("../images/dedicated/dedicated.webp") no-repeat center/cover;
}

.slider {
  margin: 0 auto 1.25rem;
}
.slider-inner {
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-mask: linear-gradient(90deg, transparent, #f1f1f1 20%, #f1f1f1 80%, transparent);
          mask: linear-gradient(90deg, transparent, #f1f1f1 20%, #f1f1f1 80%, transparent);
}
.slider-inner:hover .slider-track {
  animation-play-state: paused;
}
.slider-track {
  display: flex;
  justify-content: center;
  animation: scroll 30s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.slider .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: default;
  gap: 1rem;
  padding: 0 1rem;
}
.slider .slide img {
  display: block;
  height: 50px;
  width: 50px;
}
.slider .slide .info-text {
  margin: 0;
  width: 150px;
}

.dedicated-table .servers-desktop {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.dedicated-table .servers-desktop .table .table-header .cell {
  border: none;
  color: var(--blue-7);
  font-weight: bold;
  text-align: center;
}
.dedicated-table .servers-mobile .box {
  border: 1px solid #ddd;
  margin-bottom: 1.5rem;
}
.dedicated-table .servers-mobile .box .box-row {
  border-bottom: 1px solid #ddd;
}
.dedicated-table .servers-mobile .box .box-row:last-child {
  border-bottom: none;
}

.info-text-disclaimer {
  font-size: 8px;
  text-align: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.gray-underlined {
  background: var(--gray-10);
}

#homepage.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#homepage.slider-container .arrow-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(255, 255, 255);
  z-index: 1;
  border-radius: 50%;
  opacity: 0.3;
  cursor: pointer;
  transition: all ease 0.2s;
}
#homepage.slider-container .arrow-control:hover {
  opacity: 0.5;
}
#homepage.slider-container .arrow-control img {
  width: 50px;
}
#homepage.slider-container .arrow-control.a-left {
  left: 16px;
  padding: 10px 10px 10px 8px;
}
#homepage.slider-container .arrow-control.a-right {
  right: 16px;
  padding: 10px 8px 10px 10px;
}
#homepage.slider-container .slides {
  transition: all 0.5s ease-in-out;
  display: flex;
  width: 700%;
  transform: translateX(-14.28%);
}
#homepage.slider-container .slides .slide {
  width: 14.28%;
}
#homepage.slider-container .showcase {
  width: 100%;
}

#homepage-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#homepage-table tr:last-child {
  border-bottom: none;
}
#homepage-table tr th, #homepage-table tr td {
  padding: 1rem;
}
#homepage-table tr th:nth-child(2) {
  color: var(--blue-8);
}
#homepage-table tr td {
  color: #069791;
}
#homepage-table tr td:nth-child(2) {
  background: #e1f0e7;
}
#homepage-table tr td:nth-child(2), #homepage-table tr td:last-child {
  text-align: center;
}

@media (max-width: 480px) {
  #homepage-table tbody {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #homepage-table tbody tr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #homepage-table tbody tr:first-child {
    display: none;
  }
  #homepage-table tbody tr td::before {
    content: attr(data-cell);
    margin: 0 1rem 0 0;
    white-space: pre;
    text-align: left;
  }
  #homepage-table tbody tr td:first-child {
    font-size: 1.2rem;
    font-weight: bold;
  }
  #homepage-table tbody tr td:not(:first-child) {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
:root {
  --white-1: #ffffff;
  --black-1: #000;
  --blue-3: #1C2331;
  --blue-6: #00c4ff;
  --blue-7: #137fbd;
  --blue-8: #0072c6;
  --gray-1: #f4f5f7;
  --gray-5: #4F4F4F;
  --gray-9: #333;
  --gray-10: #e5e5e5;
  --green-1: #ADFF2F;
  --green-2: #82D600;
  --green-6: #26CB31;
  --orange-1: #F58706;
}

#cloud {
  background: url("../images/cloud/cloud.webp") no-repeat center/cover;
}

#cloud-table.section {
  padding: 2rem 4rem;
}
#cloud-table.section table {
  border-collapse: separate;
  border-spacing: 0 2rem;
}
#cloud-table.section table .table-header {
  background: var(--blue-8);
  color: var(--white-1);
}
#cloud-table.section table tr th, #cloud-table.section table tr td {
  padding: 2rem;
  text-transform: uppercase;
  text-align: center;
}
#cloud-table.section table tr td:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cloud-table.section table tr {
  background: var(--white-1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#cloud-table.section table tr .main-button {
  background: var(--blue-8);
  border-radius: 5px;
  color: var(--white-1);
  padding: 0.75rem 1rem;
  text-decoration: none;
  min-width: 100%;
  display: block;
}

.extra-link {
  background: var(--blue-8);
}
.extra-link .main-button {
  margin: 1rem auto;
  background: var(--blue-3);
}
.extra-link .main-button:hover {
  background: #404040;
}

@media (max-width: 1366px) {
  #cloud-table.section {
    padding: 2rem;
  }
  #cloud-table.section table {
    width: 100%;
  }
  #cloud-table.section table tr th, #cloud-table.section table tr td {
    padding: 1rem;
  }
}
@media (max-width: 1024px) {
  #cloud-table.section table tr {
    display: flex;
    flex-direction: column;
    margin: 0 0 2rem;
  }
  #cloud-table.section table tr:last-child {
    margin: 0;
  }
  #cloud-table.section table tr.table-header {
    display: none;
  }
  #cloud-table.section table tr td::before {
    content: attr(data-cell);
    margin: 0 1rem 0 0;
    font-weight: bold;
  }
  #cloud-table.section table tr .main-button {
    min-width: 50%;
  }
}
#icecast-hosting {
  background: url("../images/icecast-hosting/icecast-hosting.webp") no-repeat center/cover;
}

#shoutcast-hosting {
  background: url("../images/shoutcast-hosting/shoutcast-hosting.webp") no-repeat center/cover;
}

#shoutcast-reseller-hosting {
  background: url("../images/shoutcast-reseller-hosting/shoutcast-reseller-hosting.webp") no-repeat center/cover;
}

#ssl-radio {
  background: url("../images/ssl-radio/ssl-radio.webp") no-repeat center/cover;
}

#ssl-radio-plans.plans-container .plan-wrapper .plan-details {
  flex-grow: 0;
}

#live-video-streaming {
  background: url("../images/live-video-streaming/live-video-streaming.webp") no-repeat center/cover;
}

#video-streaming-plans.plans-container .plan-wrapper .plan-details {
  flex-grow: 1;
}

#web-hosting-cpanel {
  background: url("../images/web-hosting-cpanel/web-hosting-cpanel.webp") no-repeat center/cover;
}

#web-hosting-cpanel-plans.plans-container .plan-wrapper .plan-details {
  flex-grow: 0;
}

#vpn {
  background: url("../images/vpn/vpn.webp") no-repeat center/cover;
}

#about-us {
  background: url("../images/about-us/about-us.webp") no-repeat center/cover;
}

@media (max-width: 1366px) {
  #about-us.showcase .showcase-text-container .showcase-title {
    font-size: 2rem;
  }
}
@media (max-width: 825px) {
  #about-us.showcase .showcase-text-container .showcase-title {
    font-size: 1.5rem;
  }
}
#footer {
  padding: 4rem;
  margin-top: auto;
}
#footer .footer-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 0 0 4rem;
  width: 80%;
}
#footer .footer-wrapper .footer-section .footer-title {
  border-bottom: 1px solid var(--blue-8);
  padding: 0 0 1rem;
  font-size: 2rem;
}
#footer .footer-wrapper .footer-section .footer-nav {
  padding: 0;
}
#footer .footer-wrapper .footer-section .footer-nav > li {
  margin: 0 0 0.8rem;
  font-weight: bold;
  list-style: none;
}
#footer .footer-wrapper .footer-section .footer-nav > li > a {
  color: var(--gray-8);
}
#footer .footer-wrapper .footer-section .footer-nav > li > a:hover {
  color: var(--blue-8);
  text-decoration: none;
}
#footer .footer-wrapper .footer-section:last-child > img {
  margin: 0 0 2rem;
}
#footer .footer-wrapper .footer-section .footer-info {
  text-align: right;
}
#footer .footer-copyright div > a {
  margin: 0 2rem 0 0;
}

@media (max-width: 1024px) {
  #footer .footer-wrapper {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
  #footer .footer-wrapper > .footer-section {
    width: 40%;
  }
}
@media (max-width: 480px) {
  #footer {
    padding: 2rem;
  }
  #footer .footer-wrapper > .footer-section {
    width: 100%;
  }
  #footer .footer-copyright {
    flex-direction: column;
  }
  #footer .footer-copyright div {
    margin: 0 0 2rem;
  }
  #footer .footer-copyright div > a:last-child {
    margin: 0;
  }
  #footer .footer-copyright p {
    text-align: center;
  }
}
@media (max-width: 825px) and (orientation: landscape) {
  #footer .footer-copyright {
    flex-direction: column;
  }
  #footer .footer-copyright div {
    margin: 0 0 2rem;
  }
  #footer .footer-copyright div > a:last-child {
    margin: 0;
  }
}
body, html {
  height: unset;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.showcase {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  height: 70vh;
  color: var(--white-1);
}
.showcase .showcase-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 2rem;
  height: 100vh;
}
.showcase .showcase-text-container .showcase-title {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.showcase .showcase-text-container .showcase-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: normal;
  padding: 0 4rem;
}
.showcase .showcase-text-container .showcase-title, .showcase .showcase-text-container .showcase-subtitle {
  color: var(--white-1);
}

.overlay {
  position: relative;
}
.overlay.overlay-1::after {
  background: rgba(0, 0, 0, 0.35);
}
.overlay.overlay-2::after {
  background: rgba(0, 0, 0, 0.5);
}
.overlay.overlay-3::after {
  background: rgba(0, 0, 0, 0.65);
}
.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay > * {
  position: relative;
  z-index: 1;
}

.buttons-wrapper .main-button {
  margin: 0 1.5rem 0 0;
}
.buttons-wrapper .main-button:last-child {
  margin: 0;
}

.main-button {
  border-radius: 20px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white-1);
  background: var(--blue-7);
  border: none;
  transition: all 200ms ease-in;
}
.main-button:hover {
  background: var(--blue-8);
  color: var(--white-1);
  text-decoration: none;
  transition: all 200ms ease-in;
}

.underlined-header {
  padding: 1.25rem;
}
.underlined-header h2 {
  width: 100%;
  text-align: center;
  color: var(--gray-5);
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.gray-section,
.gray-alternate,
.section-why {
  background: var(--gray-10);
}

.gray-section,
.section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  margin: 0 0 4rem;
}
.gray-section .title,
.section .title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 3rem;
  text-align: center;
}
.gray-section .element-group,
.section .element-group {
  display: flex;
  align-items: start;
  justify-content: center;
}
.gray-section .element-group .element,
.section .element-group .element {
  margin: 0 3rem 0 0;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gray-section .element-group .element:last-child,
.section .element-group .element:last-child {
  margin: 0;
}
.gray-section .element-group .element img,
.section .element-group .element img {
  margin: 0 0 1rem;
}
.gray-section .element-group .element .element-title,
.section .element-group .element .element-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 1rem;
}
.gray-section .element-group .element p,
.section .element-group .element p {
  text-align: center;
  line-height: normal;
  margin: 0;
}

.alternate-section-reverse {
  flex-direction: row-reverse;
}

.alternate-section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 4rem;
}
.alternate-section .text-section {
  width: 50%;
}
.alternate-section .text-section .title {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.alternate-section .text-section p:last-child {
  margin: 0;
}

.section-why {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-why p:first-child {
  color: var(--gray-5);
  font-weight: bold;
  margin: 0 3rem 0 0;
}
.section-why p:last-child {
  width: 50%;
  margin: 0;
}
.section-why p:last-child span {
  font-size: 0.875rem;
}

.blue-section-steps {
  background: var(--blue-8);
  color: var(--white-1);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  line-height: normal;
  padding: 2rem;
}
.blue-section-steps .features-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: none;
  width: 20%;
  margin: 0 4rem 0 0;
}
.blue-section-steps .features-card:last-child {
  margin: 0;
}
.blue-section-steps .features-card .features-card-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 1rem;
}
.blue-section-steps .features-card p {
  margin: 0;
}

.green-button {
  background: var(--green-1);
  color: var(--black-1);
  padding: 1rem;
  border-radius: 5px;
  font-weight: bold;
  transition: all 200ms ease-in;
}
.green-button:hover {
  text-decoration: none;
  background: var(--green-2);
  transition: all 200ms ease-in;
}

.little-text {
  font-size: 0.8rem;
  margin: 0;
}

.plans-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0 0 2rem;
  flex-wrap: wrap;
}
.plans-container .plan-wrapper {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 2rem;
  display: flex;
  flex-direction: column;
  width: 25%;
}
.plans-container .plan-wrapper .plan-header {
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: var(--gray-10);
}
.plans-container .plan-wrapper .plan-header .plan-type {
  font-size: 2rem;
}
.plans-container .plan-wrapper .plan-header .price {
  font-size: 2rem;
  font-weight: bold;
}
.plans-container .plan-wrapper .plan-header .price span {
  font-size: 0.8rem;
  font-weight: normal;
}
.plans-container .plan-wrapper .plan-header .info-text {
  margin: 0;
  font-size: 0.9rem;
}
.plans-container .plan-wrapper .plan-details {
  flex-grow: 2;
}
.plans-container .plan-wrapper .plan-features > * {
  margin: 0;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.plans-container .plan-wrapper .plan-buttons {
  padding: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.plans-container .plan-wrapper .main-button:hover {
  opacity: 0.8;
}
.plans-container .plan-wrapper .main-button:first-child {
  margin: 0 0 1rem;
}
.plans-container .plan-wrapper:first-child .plan-buttons .main-button {
  background: var(--green-6);
}
.plans-container .plan-wrapper:nth-child(2) .plan-buttons .main-button {
  background: var(--orange-1);
}
.plans-container .plan-wrapper:last-child .plan-buttons .main-button {
  background: var(--blue-6);
}

.extra-info {
  margin: 0 0 4rem;
  padding: 0 2rem;
}
.extra-info .little-text {
  text-align: center;
}

.login-form .card {
  width: 50%;
  margin: 0 auto;
}

.btn.btn-return-to-admin {
  width: -moz-fit-content;
  width: fit-content;
  bottom: 10px;
  left: 10px;
  transform: none;
  top: auto;
}

#footer.footer {
  margin-top: auto;
}

#livezilla_wm {
  background: #4989e1 !important;
  border-color: #2e77dd !important;
}

#livezilla_wm_knowledgebase,
#livezilla_wm_ticket,
#livezilla_wm_chat {
  background: #4989e1 !important;
  border-color: #2e77dd !important;
}

#lz_chat_overlay_data_form_ok_button {
  background: #4989e1 !important;
}

#lz_chat_data_header,
.lz_chat_header {
  background: #4989e1 !important;
}

#livezilla_wm_d_ticket,
#livezilla_wm_d_knowledgebase,
#livezilla_wm_d_chat {
  background: #4989e1 !important;
}

#lz_overlay_chat #lz_chat_state_bar.lz_chat_header {
  padding: 0;
}

#order-standard_cart .panel-addon {
  width: 50%;
  margin: 1rem auto 0;
}

.marketgoo #features .form-control {
  display: none;
}

.card-body.extra-padding {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .showcase .showcase-text-container .showcase-title {
    font-size: 2.5rem;
  }
  .plans-container .plan-wrapper {
    width: 100%;
  }
  .login-form .card {
    width: 90%;
  }
  #order-standard_cart .cart-body {
    margin: 0 1rem;
  }
  .bootstrap-switch.bootstrap-switch-small {
    margin: 0 0 1rem;
  }
  .card-body.extra-padding {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .underlined-header h2 {
    font-size: 1.3rem;
  }
  .gray-section .element-group,
  .section .element-group {
    flex-direction: column;
  }
  .gray-section .element-group .element,
  .section .element-group .element {
    width: 100%;
    margin: 0 0 2rem;
  }
  .alternate-section .text-section {
    width: 60%;
  }
  .section-why {
    flex-direction: column;
  }
  .section-why p:first-child {
    margin: 0 0 1rem;
  }
  .section-why p:last-child {
    width: 100%;
    text-align: center;
  }
  .blue-section-steps {
    flex-direction: column;
    padding: 4rem;
  }
  .blue-section-steps .features-card {
    width: 100%;
    margin: 0 0 2rem;
  }
}
@media (max-width: 480px) {
  .showcase {
    height: 100vh;
  }
  .showcase .showcase-text-container .showcase-title {
    font-size: 1.5rem;
  }
  .showcase .showcase-text-container .showcase-subtitle {
    font-size: 1rem;
    padding: 0 3rem;
  }
  .showcase .showcase-text-container .buttons-wrapper {
    flex-direction: column;
  }
  .showcase .showcase-text-container .buttons-wrapper .main-button {
    margin: 0 0 1rem;
  }
  .main-button {
    font-size: 0.8rem;
  }
  .underlined-header {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .gray-section,
  .section {
    padding: 2rem;
  }
  .gray-section .title,
  .section .title {
    font-size: 1.2rem;
    margin: 0 0 1rem;
  }
  .gray-section .element-group .element-title,
  .section .element-group .element-title {
    font-size: 1rem;
  }
  .alternate-section {
    padding: 2rem;
    flex-direction: column;
  }
  .alternate-section .text-section {
    width: 100%;
    margin: 0 0 2rem;
  }
  .alternate-section .text-section .title {
    font-size: 1.2rem;
  }
  .blue-section-steps {
    padding: 2rem;
  }
  .arrow-control img {
    width: 30px !important;
  }
  .arrow-control.a-left {
    left: 16px;
    padding: 10px 10px 10px 8px;
  }
  .arrow-control.a-right {
    right: 16px;
    padding: 10px 8px 10px 10px;
  }
  .card-body.extra-padding {
    width: 100%;
  }
}
@media (max-width: 825px) and (orientation: landscape) {
  .showcase {
    height: 100vh;
  }
  .showcase .showcase-text-container .showcase-title {
    font-size: 1.5rem;
  }
  .showcase .showcase-text-container .showcase-subtitle {
    font-size: 1rem;
  }
  .underlined-header h2 {
    font-size: 1.2rem;
  }
  .gray-section,
  .section {
    padding: 2rem;
  }
  .gray-section .title,
  .section .title {
    font-size: 1.2rem;
    margin: 0 0 2rem;
  }
  .gray-section .element-group,
  .section .element-group {
    flex-direction: column;
  }
  .gray-section .element-group .element,
  .section .element-group .element {
    width: 100%;
    margin: 0 0 2rem;
  }
  .alternate-section {
    padding: 2rem;
  }
  .alternate-section .text-section .title {
    font-size: 1.2rem;
  }
  .section-why {
    flex-direction: column;
  }
  .section-why p:first-child {
    margin: 0 0 1rem;
  }
  .section-why p:last-child {
    width: 100%;
    text-align: center;
  }
  .blue-section-steps {
    flex-direction: column;
  }
  .blue-section-steps .features-card {
    width: 100%;
    margin: 0 0 2rem;
  }
}/*# sourceMappingURL=custom.css.map */