* {
  outline: none; }

.container {
  max-width: 1100px; }

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }


@font-face {
    font-family: 'basier_squareregular';
    src: url('../../fonts/Basier-Square-regular-webfont/basiersquare-regular-webfont.eot');
    src: url('../../fonts/Basier-Square-regular-webfont/basiersquare-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Basier-Square-regular-webfont/basiersquare-regular-webfont.woff2') format('woff2'),
         url('../../fonts/Basier-Square-regular-webfont/basiersquare-regular-webfont.woff') format('woff'),
         url('../../fonts/Basier-Square-regular-webfont/basiersquare-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'basier_squaremedium';
    src: url('../../fonts/Basier-Square-medium-webfont/basiersquare-medium-webfont.eot');
    src: url('../../fonts/Basier-Square-medium-webfont/basiersquare-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Basier-Square-medium-webfont/basiersquare-medium-webfont.woff2') format('woff2'),
         url('../../fonts/Basier-Square-medium-webfont/basiersquare-medium-webfont.woff') format('woff'),
         url('../../fonts/Basier-Square-medium-webfont/basiersquare-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'basier_squaresemibold';
    src: url('../../fonts/Basier-Square-semibold-webfont/basiersquare-semibold-webfont.eot');
    src: url('../../fonts/Basier-Square-semibold-webfont/basiersquare-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Basier-Square-semibold-webfont/basiersquare-semibold-webfont.woff2') format('woff2'),
         url('../../fonts/Basier-Square-semibold-webfont/basiersquare-semibold-webfont.woff') format('woff'),
         url('../../fonts/Basier-Square-semibold-webfont/basiersquare-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'basier_squarebold';
    src: url('../../fonts/Basier-Square-bold-webfont/basiersquare-bold-webfont.eot');
    src: url('../../fonts/Basier-Square-bold-webfont/basiersquare-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Basier-Square-bold-webfont/basiersquare-bold-webfont.woff2') format('woff2'),
         url('../../fonts/Basier-Square-bold-webfont/basiersquare-bold-webfont.woff') format('woff'),
         url('../../fonts/Basier-Square-bold-webfont/basiersquare-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
 font-family: 'basier_squaremedium';
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  color: #363F4A; }

ul,
ol {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none !important;
  transition: ease .2s;
  cursor: pointer;
  color: #008EFF; }

.icon{
  height: 44px;
  width: auto;
  margin-bottom: 32px; }

.icon-40 {
	width: 40px;
	margin-bottom: 20px;
}
.icon-80  img {
	width: auto;
	display:inline-block;
	height: 80px;
	margin-bottom: 20px;
}
.text-center {
	text-align: center;
}

.text-big {
  font-size: 18px;
  color: #6F7680; }

.text-bigger {
  font-size: 20px;
  color: #6F7680; }

.text-small {
  font-size: 12px; }

.checklist {
  list-style: none;
  font-size: 20px; }
  .checklist li {
		font-family: 'basier_squaremedium';
    position: relative;
    padding-left: 32px;
    margin: 16px 0; }
  .checklist li:before {
    content: "";
    display: block;
    background: url("../../assets/images/icons/check.svg") no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.text-ul {
  list-style: none;
  margin-bottom: 40px; }
  .text-ul li {
    position: relative;
    padding-left: 26px;
    margin: 8px 0; }
  .text-ul li:before {
    content: "";
    display: block;
    color: #008EFF;
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #008EFF; }

.text-ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  padding-left: 26px;
  margin: 8px 0; }
.text-ol li:before {
  content: counter(list) ".";
  display: block;
  color: #008EFF;
  position: absolute;
  left: 0; }

h1,
h2,
h3,
h4 {
	font-family: 'basier_squarebold';
  margin: 0; }

h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.3; }

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3; }

h2 + p {
  margin-top: 20px; }

h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.5; }

img {
  width: 100%;
  height: auto; }

.badge-soon {
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 3px;
  background: #EFF6FF;
  color: #008EFF; }

.m-top-default {
  margin-top: 100px; }

.btn {
	font-family: 'basier_squaresemibold';
  padding: 10px 32px;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  margin-top: 24px;
  font-weight: 500;
  text-align: center; }

.btn-primary {
  background: #0053A7;
  color: #FFF; }
  .btn-primary:hover {
    background: #F6FAFF;
    color: #0053A7; }

.btn-simple {
  font-weight: 500; }

.btn-secondary {
  background: #FFF;
  color: #008EFF; }
  .btn-secondary:hover {
    background: #EFF6FF; }
.btn-phone {
	padding: 4px 12px 4px 36px;
	background-color: #FFF6F2 !important;
	color: #F97F3A;
	background-image: url("../../assets/images/icons/phone.svg");
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center left 12px;
	margin-top: 0;
}

.btn-phone:hover {
	color: #F97F3A !important;
}


label {
  cursor: pointer; }

input {
  border: 1px solid #C4C5C7;
  border-radius: 8px; }
  input:focus {
		border: 1px solid #0053A7 !important;
    box-shadow: 0 0 5px #F6FAFF; }

input[type="text"],
input[type="tel"],
input[type="email"] {
  padding: 10px;
  width: 100%;
  -webkit-appearance: none; }

input[type="number"] {
  padding: 10px;
  width: 55px; }

label {
  display: block;
  font-weight: 400; }

input[type="checkbox"] {
  margin-right: 5px;
  border-radius: 1px; }

label {
    display: block;
    font-weight: 400;
    color: #6F7680;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 9px;
}

.form-home {
	background: #FFF;
	padding: 24px;
	border-radius: 16px;
 box-shadow: 0 13px 40px 0 rgba(54,63,74,0.25);
}

.form-home .btn {
	width: 100%;
}

.input-home {
	display: flex;
}

.field-home {
	margin-bottom: 12px;
}

.reset-margin {
	margin: 0;
}

.input-home input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 1px solid #EAECEE;
}
.input-icon {
	width: 48px;
	height: 48px;
	background: #EAECEE;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #C4C5C7;
	border-right: 0;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.input-icon img {
	width: 16px;
}
.hero-form {
	position: relative;
	padding-left: 32px;
}
.hero-form .form-home {
	position: absolute;
	left: 0;
	bottom: -120px;
	
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 16px;
    padding-left: 16px; }

  h1 {
    font-size: 34px;
    margin-bottom: 16px; }

  h2 {
    font-size: 28px; }
    h2 + p {
      margin-top: 16px; }

  h3 {
    font-size: 20px; }

  .text-big {
    font-size: 16px; }

  .text-bigger {
    font-size: 18px; }

  .hero-subline {
    font-size: 18px; 
    font-weight: 500;
    }

  .checklist {
    font-size: 18px; }

  .btn {
    width: 100%; } }
.header-container {
  padding: 32px 0; }
  .header-container > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.header-brand {
  width: 195px;
	display: block;
}
  .header-brand img {
    width: 100%;
     }

.navbar-toggler {
  display: none; }

.header-navbar ul li {
  display: inline-block;
  margin: 0 10px;
  position: relative; }
.header-navbar a,
.header-navbar .dropdown-toggler {
  color: #6F7680;
  display: block;
  cursor: pointer; }
  .header-navbar a:hover,
  .header-navbar .dropdown-toggler:hover {
    color: #363F4A; }

.navbar-dropdown {
  width: 320px;
  position: absolute;
  top: 32px;
  left: 0;
  background: #FFF;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
  display: none; }
  .navbar-dropdown img {
    width: 32px;
    margin-right: 8px; }
  .navbar-dropdown li {
    display: block !important;
    padding: 12px 0;
    position: relative; }
    .navbar-dropdown li:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url("../../../assets/images/icons/chevron-right.svg") no-repeat;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .navbar-dropdown .badge-soon {
    position: absolute;
    top: -5px;
    left: 38px; }

.dropdown-toggler {
  position: relative;
  padding-right: 15px;
  z-index: 100; }
  .dropdown-toggler:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../../../assets/images/icons/chevron-down.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 9px;
    right: 0; }

.header-contact {
  padding: 4px 16px;
  background: #EFF6FF;
  font-size: 16px;
  border-radius: 8px;
  color: #008EFF;
  display: flex;
  align-items: center;
  font-weight: 600; }
  .header-contact img {
    width: 12px;
    margin-right: 4px; }

@media screen and (max-width: 991px) {
	
	.cta-footer {
		padding: 64px 0 !important;
	}
	
	.cta-footer .form-home {
		margin-top: 24px;
	}
	
	.icon-40 {
		margin-top: 20px;
		margin-bottom: 16px;
	}

	.icon-80{
		margin-top: 20px;
	}
	
	.testimonial-box {
		height: auto !important;
		margin-bottom: 20px;
	}

	.hero-form {
		padding: 0;
	}
	.hero-form .form-home {
		position: static;
		margin-bottom: 24px;
	}
	
  .header-container {
    padding: 16px 0 0 0; }

  .header-container > .container {
    display: block;
    padding: 0; }

  .header-brand {
    width: 160px;
    margin-left: 16px; }
	.btn-phone {
		width: auto !important;
		margin: 16px 0 0 16px;
	}
  .navbar-dropdown {
    position: static;
    box-shadow: none;
    padding: 0;
    width: auto; }

  .navbar-toggler {
    width: 18px;
    height: 24px;
    display: block;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 17px; }
    .navbar-toggler span {
      display: block;
      width: 18px;
      height: 2px;
      position: absolute;
      transition: ease .2s;
      background: #363F4A; }
    .navbar-toggler .line-1 {
      top: 5px; }
    .navbar-toggler .line-2 {
      top: 10px; }
    .navbar-toggler .line-3 {
      top: 15px; }

  .navbar-toggler.close .line-1 {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .navbar-toggler.close .line-2 {
    opacity: 0; }
  .navbar-toggler.close .line-3 {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .header-navbar {
    width: 100%;
    border-top: 1px solid #EAECEE;
    border-bottom: 1px solid #EAECEE;
    display: none;
    margin-top: 16px; }
    .header-navbar ul {
      padding: 1.5rem; }
    .header-navbar ul li {
      display: block;
      margin: 12px 0; }

  .header-contact {
    padding: 0;
    background: none;
    font-size: 16px;
    position: absolute;
    right: 60px;
    top: 17px; } }
.section-hero {
  padding-top: 100px; }

.hero-topline {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
  display: flex;
  align-items: center; }
  .hero-topline img {
    width: 40px;
    margin-right: 16px; }
  .hero-topline.color-orange {
    color: #F97F3A; }
  .hero-topline.color-purple {
    color: #745EC6; }
  .hero-topline.color-green {
    color: #4bc16c; }
.hero-headline {
  margin-bottom: 24px; }
  .hero-headline.headline-center {
    text-align: center; }

.hero-subline {
font-family: 'basier_squaremedium';
  font-size: 20px;
  color: #6F7680; }
  .hero-subline.subline-center {
    text-align: center;
    max-width: 530px;
    width: 100%;
    margin: 0 auto; }

.hero-emojis {
  width: 172px;
  margin: 0 auto; }

.hero-img-home {
  margin-right: -250px;
  margin-left: -170px; }

.hero-home {
  padding-right: 30px; }
.hero-marketing {
  margin-top: 120px;
  padding: 40px 0;
  border-top: 1px solid #EAECEE;
  border-bottom: 1px solid #EAECEE; }

.marketing-box {
  color: #6F7680;
  display: flex;
  align-items: center;
  font-size: 20px; }
  .marketing-box span {
    color: #363F4A;
    font-size: 46px;
    font-weight: 700;
    margin-right: 16px; }

.section-default {
  padding-top: 120px; }

.section-light {
  padding: 120px 0;
  margin-top: 120px;
  background: #F6FAFF; }

.section-headline {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 80px; }
  .section-headline .text-bigger {
    margin-top: 16px; }

.card {
  border-radius: 16px;
  padding: 32px;
  color: #6F7680; }
  .card a {
    margin-top: 64px;
    display: inline-block; }
  .card.color-orange {
    background: #FDFAF9; }
    .card.color-orange h3,
    .card.color-orange a {
      color: #F97F3A; }
  .card.color-purple {
    background: #F9F8FE; }
    .card.color-purple h3,
    .card.color-purple a {
      color: #745EC6; }
  .card.color-green {
    background: #F7FDF9; }
    .card.color-green h3,
    .card.color-green a {
      color: #4BC16C; }

.card-icon {
  width: 56px;
  margin-bottom: 56px; }

.step {
  text-align: center;
  padding: 0 30px; }
  .step h3 {
    margin-top: 32px; }

.simply-fast-container {
  padding: 120px 60px 0 60px; }

.no-risk-container {
  padding: 120px 60px; }

.cta-footer {
	background: #F97F3A;
	padding: 60px 0;
}

.cta-footer h2,
.cta-footer .text-bigger {
	color: #FFF !important;
}

.cta-footer h2 {
	margin-bottom: 20px;
}

.cta-style-1 {
  background-color: #060721 !important;
  background-image: url("../../../assets/images/forms/simplyrightplus-teaser-forms.png") !important;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  padding: 50px 84px;
  color: #FFF;
  border-radius: 32px;
  margin-top: -120px; }
  .cta-style-1 h2 {
    font-size: 46px; }
  .cta-style-1 .checklist {
    margin-top: 32px; }
    .cta-style-1 .checklist li:before {
      background: url("../../../assets/images/icons/checkwhitebg.svg") no-repeat; }

.cta-logo {
  width: 257px;
  margin-bottom: 32px; }

.cta-style-3 {
  padding: 40px 32px;
  background: #008EFF;
  color: #FFF;
  border-radius: 16px; }
  .cta-style-3 h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px; }
  .cta-style-3 .text-bigger {
    color: #FFF; }
  .cta-style-3 .text-small {
    margin-top: 12px; }
  .cta-style-3 .text-small img {
    width: 12px;
    margin-right: 4px; }

.cta-style-3-button {
  text-align: center; }

.cta-style-2 {
  text-align: center;
  margin-top: 60px; }

.cta-style-2-text {
  background: #FFF6F2;
  color: #F97F3A;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 16px;
  border-radius: 9px;
  display: inline-block; }

.trustpilot-headline {
  font-size: 18px;
  color: #24B47E;
  display: flex;
  justify-content: center;
	text-align: center;
  margin-bottom: 24px;
  font-weight: 500; }
  .trustpilot-headline img {
    width: 144px;
    margin-right: 16px; }

.testimonial-slider {
  margin-top: 64px;
  padding: 0;
  overflow: hidden;
		max-width: 1600px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;}
  .testimonial-slider .owl-carousel .owl-stage-outer {
    overflow: visible;
    position: relative; }
  .testimonial-slider .owl-carousel .owl-stage-outer:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #FFF;
    position: absolute;
    left: -100%;
    z-index: 1; }

.owl-item {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5); }

.testimonial-box {
  padding: 40px 32px;
	background: #FFF;
  border: 1px solid #EAECEE;
  border-radius: 12px;
height: 100%;}

.testimonial-rating {
  width: 120px !important;
  margin-bottom: 28px; }

.testimonial-customer {
  margin-top: 40px; }
  .testimonial-customer:after {
    content: "";
    display: block;
    clear: both; }

.customer-avatar {
  width: 44px !important;
  float: left;
  margin-right: 18px; }

.customer-name {
  font-size: 14px;
font-weight: 500;}

.customer-verify {
  font-size: 12px;
  color: #6F7680; }
  .customer-verify:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url("../../assets/images/icons/checkmark-small.svg") no-repeat;
    background-size: 8px;
    margin-right: 4px; }

.promise-step-container {
  padding: 0 120px; }

.promise-step-img {
  padding: 0 30px; }

.promise-step {
  margin-top: 140px; }
  .promise-step.first-step {
    margin-top: 100px; }
  .promise-step .text-small {
    color: #6F7680; }

.promise-box p {
  color: #6F7680;
  margin-top: 4px; }

.price-container {
  padding: 0 180px;
  margin-top: 84px; }

.price-box {
  padding: 32px 16px;
  text-align: center;
  border-radius: 20px; }
  .price-box .price-option {
    margin: -57px auto 40px auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #FFF; }

.price-box.color-blue {
  background: #EFF6FF;
  color: #008EFF; }
  .price-box.color-blue .price-option {
    background: #008EFF; }

.price-box.color-green {
  background: #F1FFF5;
  color: #4BC16C; }
  .price-box.color-green .price-option {
    background: #4BC16C; }

.price-box-value {
  font-size: 46px;
  font-weight: 700;
  margin: 18px 0 20px 0; }

.price-box-info {
  font-size: 14px; }

.article-card {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(54, 63, 74, 0.25);
  overflow: hidden;
  color: #6F7680;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }
  .article-card h3 {
    color: #363F4A; }
  .article-card .btn {
    margin-top: 6px; }

.article-text {
  padding: 32px 16px 16px 16px; }

.article-date {
  font-size: 14px;
  margin-bottom: 8px;
  color: #6F7680; }

.article-slider-text {
  padding-right: 60px; }
  .article-slider-text .article-date {
    margin-bottom: 18px; }
  .article-slider-text h2 {
    margin-bottom: 16px; }
  .article-slider-text .btn {
    margin-top: 16px; }

.article-slider-img {
  border-radius: 8px;
  overflow: hidden; }

.article-slider .owl-carousel .owl-dots.disabled,
.article-slider .owl-carousel .owl-nav.disabled {
  display: block; }

.owl-theme .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  background: #C8E1FF !important;
  margin: 0 4px !important; }

.owl-theme .owl-dots .owl-dot.active span {
  background: #008EFF !important;
  border-radius: 100%; }

.owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -80px !important; }

.owl-dots {
  margin-top: 64px; }

.owl-nav button {
  width: 56px !important;
  height: 56px !important;
  box-shadow: 0 3px 6px rgba(54, 63, 74, 0.25) !important;
  border-radius: 100% !important;
  position: absolute; }
  .owl-nav button span {
    display: none; }

.owl-item {
  padding: 0; }

.owl-prev {
  background: url("../../../assets/images/icons/chevron-prev.svg") no-repeat  !important;
  background-size: 8px !important;
  background-position: center !important;
  left: -130px; }

.owl-next {
  background: url("../../../assets/images/icons/chevron-next.svg") no-repeat  !important;
  background-size: 8px !important;
  background-position: center !important;
  right: -130px;
  margin-top: -64px; }

.article-detail-container {
  padding: 0 120px;
  font-size: 20px;
  color: #6F7680; }
  .article-detail-container h2, .article-detail-container h3 {
    color: #363F4A; }

.hero-article {
  position: relative;
  height: 370px;
  overflow: hidden;
  padding: 100px 0;
  border-radius: 12px;
  background: url("../../../assets/images/articles/article-hero.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center; }
  .hero-article .article-date {
    font-size: 20px;
    color: #FFF; }

.hero-article-headline {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #FFF; }
  .hero-article-headline h1 {
    margin: 0; }

.article-text-block {
  margin-top: 80px; }
  .article-text-block h2 {
    font-size: 38px; }
  .article-text-block h3 {
    font-size: 32px; }

.article-text-img {
  padding: 0 60px;
  margin-top: 40px; }
  .article-text-img img {
    border-radius: 8px; }

.img-description {
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
  color: #6F7680; }

.quote-container {
  display: inline-block;
  text-align: center;
  padding: 0 150px; }

.quote-icon {
  width: 51px;
  margin: 0 auto 32px auto; }

.quote-text {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600; }

.quote-person {
  font-size: 18px;
  color: #6F7680;
  margin-top: 32px; }

.headline-more-articles {
  margin-bottom: 40px;
  text-align: center; }

.accordion {
  list-style: none;
  padding: 0 60px; }
  .accordion h3 {
    font-weight: 500;
    margin: 0; }
  .accordion li {
    padding-bottom: 22px; }

.accordion-header {
	font-family: 'basier_squaremedium';
  cursor: pointer;
  border-top: 1px solid #EAECEE;
  padding-top: 32px;
  padding-right: 35px;
  position: relative; }
  .accordion-header:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../assets/images/icons/plus.svg") no-repeat;
    background-size: 16px !important;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: 8px; }

.open .accordion-header:after {
  background: url("../../assets/images/icons/minus.svg") no-repeat; }

.accordion li:nth-child(1) .accordion-header {
  border: none; }

.accordion-content {
  display: none;
  margin-top: 16px;
  color: #6F7680; }

@media screen and (max-width: 1500px) {
  .hero-img-home {
    margin-right: -100px; } }
@media screen and (max-width: 1399px) {
  .hero-img-home {
    margin-right: 0;
    margin-left: -100px; } }
@media screen and (max-width: 991px) {
  .section-hero {
    padding-top: 40px;
    overflow: hidden; }

  .hero-img {
    margin-top: 40px; }

  .hero-img-home {
    margin: 0; }

  .hero-home {
    padding-right: 0; }

  .hero-img-kontogebuehren {
    margin: 20px -15px 0 -35px;
    overflow: hidden; }

  .hero-img-fitnessstudio {
    margin: 20px -15px 0 -35px;
    overflow: hidden; }

  .hero-promise {
    margin-top: 24px; }

  .hero-marketing {
    padding: 20px 0;
    margin-top: 40px; }

  .hero-headline {
    padding-right: 0; }

  .hero-topline {
    font-size: 18px; }

  .hero-subline {
    font-size: 18px; }

  .hero-emojis {
    width: 138px; }

  .marketing-box span {
    width: 100px;
    font-size: 32px; }

  .section-default {
    padding-top: 64px; }

  .section-light {
    padding: 64px 0;
    margin-top: 64px; }

  .section-headline {
    margin-bottom: 24px; }

  .card {
    padding: 24px 32px;
    margin: 0.75rem 0; }
    .card a {
      margin-top: 0; }

  .card-icon {
    margin-bottom: 32px; }

  .step {
    padding: 0 30px;
    margin-top: 64px; }
    .step h3 {
      margin-top: 15px; }

  .simply-fast-container {
    padding: 64px 0 0 0; }

  .simply-fast-icon {
    margin-top: 80px;
    margin-right: -16px;
    margin-left: -16px; }
    .simply-fast-icon.change-margin {
      margin: 20px 0 10px 0; }

  .no-risk-container {
    padding: 20px 0 0 0; }

  .cta-style-1 {
    padding: 50px 24px 160px 24px;
    margin: 0;
    background-image: url(../../../assets/images/forms/simplyrightplus-teaser-forms-mobile@2x.png) !important; }
    .cta-style-1 h2 {
      font-size: 32px;
      padding-right: 30px; }

  .cta-logo {
    width: 257px; }

  .cta-style-2-text {
    font-size: 16px;
    padding: 16px 8px;
    font-weight: 400; }

  .cta-style-3 {
    padding: 24px; }
    .cta-style-3 h2 {
      font-size: 26px; }

  .testimonial-slider {
    margin-top: 40px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5); }

  .trustpilot-headline {
    display: block;
    font-size: 16px; }
    .trustpilot-headline span {
      display: block;
      margin-top: 12px; }
    .trustpilot-headline + h2 {
      font-size: 26px; }

  .testimonial-box {
    padding: 32px 24px; }

  .promise-step-container {
    padding: 0; }

  .promise-box {
    margin-bottom: 40px; }
    .promise-box p {
      font-size: 14px; }

  .promise-step-container:nth-child(1) .promise-step {
    margin-top: 50px !important; }

  .promise-step .order-2 {
    order: 0 !important; }

  .promise-step-img {
    padding: 0;
    margin: 40px 0 24px 0; }

  .promise-step.first-step .promise-step-img {
    margin-bottom: 0; }

  .price-container {
    padding: 0;
    margin-top: 50px; }

  .price-box.color-blue {
    background: #EFF6FF;
    color: #008EFF;
    margin-bottom: 56px; }

  .price-box .price-option {
    margin-bottom: 24px; }

  .price-box-value {
    margin: 10px 0 14px 0; }

  .article-slider .owl-carousel .owl-nav.disabled {
    display: none !important; }

  .article-slider .order-2 {
    order: 0 !important; }

  .article-slider-text {
    padding: 0; }
    .article-slider-text .btn {
      margin-top: 0; }

  .article-slider-img {
    margin-bottom: 32px; }

  .owl-dots {
    margin-top: 32px;
    text-align: left !important; }

  .article-detail-container {
    padding: 0;
    font-size: 18px; }

  .hero-article {
    position: relative;
    height: 340px;
    border-radius: 0;
    margin-right: -16px;
    margin-left: -16px; }
    .hero-article .article-date {
      font-size: 18px; }

  .article-text-block {
    margin-top: 40px; }
    .article-text-block h2 {
      font-size: 28px; }
    .article-text-block h3 {
      font-size: 26px; }

  .article-text-img {
    margin-top: 0;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0; }
    .article-text-img img {
      border-radius: 0; }

  .img-description {
    font-size: 12px; }

  .quote-container {
    padding: 0; }

  .quote-text {
    font-size: 26px; }

  .quote-person {
    font-size: 18px;
    color: #6F7680;
    margin-top: 32px; }

  .accordion {
    padding: 0; }
    .accordion h3 {
      font-weight: 400; }
    .accordion li {
      padding-bottom: 16px; }

  .accordion-header {
    padding-top: 16px; } }
.footer-container {
  font-size: 12px;
  color: #6F7680;
  margin-top: 120px; }

.footer-logo {
  width: 195px;
  float: left;
  margin-right: 24px; }

.footer-social {
  text-align: right; }
  .footer-social li {
    display: inline-block;
    margin-left: 20px; }
  .footer-social a {
    display: block;
    width: 16px;
    height: 16px;
    position: relative; }
    .footer-social a:after {
      content: "";
      width: 16px;
      height: 16px;
      position: absolute;
      top: 3px;
      left: 0;
      background-size: 16px !important;
      background-position: center !important;
      opacity: 0; }
    .footer-social a:hover:after {
      opacity: 100; }
  .footer-social .facebook:after {
    background: url("../../../assets/images/icons/facebook-dark.svg") no-repeat; }
  .footer-social .instagram:after {
    background: url("../../../assets/images/icons/instagram-dark.svg") no-repeat; }
  .footer-social .twitter:after {
    background: url("../../../assets/images/icons/twitter-dark.svg") no-repeat; }

.footer-nav {
  text-align: right; }
  .footer-nav li {
    display: inline-block;
    margin-left: 20px; }
  .footer-nav a {
    color: #6F7680; }
    .footer-nav a:hover {
      color: #363F4A; }

.footer-bottom {
  border-top: 1px solid #EAECEE;
  padding-top: 24px;
  margin-top: 40px;
  padding-bottom: 40px; }

@media screen and (max-width: 991px) {
  .footer-container {
    margin-top: 80px; }

  .footer-logo {
    float: none;
    margin-bottom: 16px; }

  .footer-social {
    text-align: left;
    margin-top: 24px; }
    .footer-social li {
      margin-right: 20px;
      margin-left: 0; }

  .footer-bottom {
    margin-top: 24px; }

  .footer-nav {
    margin-top: 16px;
    text-align: left; }
    .footer-nav li {
      margin-right: 20px;
      margin-left: 0; } }