@charset "UTF-8";
.rich-text.elementor-element > .elementor-widget-container > *,
.rich-text:not(.elementor-element) > * {
  word-break: break-word;
  margin-bottom: 1em;
}
.rich-text.elementor-element > .elementor-widget-container > *:last-child,
.rich-text:not(.elementor-element) > *:last-child {
  margin-bottom: 0;
}

.rich-text p, .rich-text a, .rich-text li, .rich-text span:not(.yellow-label) {
  font-size: 20px;
}
.rich-text a {
  text-decoration: underline;
  color: #0E5DAC;
}
.rich-text ul,
.rich-text ol {
  margin-left: 20px;
}
.rich-text ul li {
  list-style: circle;
}
.rich-text ol li {
  list-style: decimal;
}
.rich-text th,
.rich-text td {
  border: 1px solid #B9B9B9;
  text-align: left;
  padding: 8px;
}
.rich-text th {
  font-weight: bold;
}
.rich-text table {
  border-collapse: collapse;
}
.rich-text sup {
  vertical-align: super;
  font-size: smaller;
}
.rich-text.disc ol li {
  list-style: disc;
}
.rich-text.disc ul li {
  list-style: disc;
}

/** Footer **/
.subscription-wrapper {
  position: relative;
  padding: 6.68rem 0 8.07rem 0;
  background: #FFF;
  box-shadow: 0px 0px 50px 0px rgba(197, 197, 197, 0.2) inset;
}
@media screen and (max-width: 960px) {
  .subscription-wrapper {
    padding: 90px 0 110px 0;
  }
}
.subscription-wrapper > .container > .flex {
  gap: 10rem;
}
@media screen and (max-width: 960px) {
  .subscription-wrapper > .container > .flex {
    gap: 60px;
  }
}
.subscription-wrapper .subscribe-form form .form-fields-wrapper .form-field-wrapper .flex {
  gap: 6.81rem;
}
@media screen and (max-width: 960px) {
  .subscription-wrapper .subscribe-form form .form-fields-wrapper .form-field-wrapper .flex {
    gap: 20px;
  }
}
.subscription-wrapper .subscribe-form form .form-fields-wrapper .form-field-wrapper .form-control {
  width: 38rem;
}

.footer-wrapper {
  background: #333;
  color: #fff;
  padding: 3.32rem 0 1.5rem;
}
.footer-wrapper .logo-wrapper {
  margin-bottom: 4.82rem;
}
.footer-wrapper .footer-cols-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .footer-wrapper .footer-cols-wrapper {
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.footer-wrapper .footer-cols-wrapper .menu-col .heading-wrapper {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0.5rem;
}
.footer-wrapper .footer-cols-wrapper .menu-col .nav-wrapper {
  margin-bottom: 1.5rem;
}
.footer-wrapper .footer-cols-wrapper .menu-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-wrapper .footer-cols-wrapper .menu-col ul li > a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.footer-wrapper .footer-cols-wrapper .menu-col ul li > a:hover {
  text-decoration: underline;
}
.footer-wrapper .footer-cols-wrapper .menu-col ul .heading-item > a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
}
.footer-wrapper .apps-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.94rem;
}
.footer-wrapper .lang-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.footer-wrapper .lang-wrapper .text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
.footer-wrapper .social-icons-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.footer-wrapper .social-icons-wrapper img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.footer-wrapper .bottom-footer-wrapper {
  border-top: 1px solid #5d5d5d77;
  padding-top: 1.5rem;
}
.footer-wrapper .bottom-footer-wrapper .group-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 960px) {
  .footer-wrapper .bottom-footer-wrapper .group-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.footer-wrapper .bottom-footer-wrapper .group-wrapper .group-wrapper-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-wrapper .bottom-footer-wrapper .group-wrapper .group-wrapper-col .links-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.footer-wrapper .bottom-footer-wrapper .group-wrapper .group-wrapper-col .links-wrapper a {
  transition: all 0.3s ease-in-out;
}
.footer-wrapper .bottom-footer-wrapper .group-wrapper .group-wrapper-col .links-wrapper a:hover {
  color: #F5F200;
}
.footer-wrapper .bottom-footer-wrapper .group-wrapper .group-wrapper-col .links-wrapper a span {
  font-weight: 600;
}

/** Heading Labels **/
.yellow-label {
  position: relative;
  padding: 0 1.5rem;
  z-index: 1;
  display: inline-block;
}
.yellow-label.dark-text {
  color: #333;
}
.yellow-label.px-0 {
  padding: 0;
}
.yellow-label.px-0:before {
  right: -0.2em;
  left: -0.2em;
}
.yellow-label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-image: url(img/brush-yellow.svg);
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.yellow-label.heading:before {
  background-image: url(img/brush-yellow-headings.svg);
}

.white-label {
  position: relative;
  padding: 0.5rem 3.5rem;
  z-index: 1;
  display: inline-block;
}
.white-label.dark-text {
  color: #000;
}
.white-label.px-0 {
  padding: 0;
}
.white-label.px-0:before {
  right: -0.2em;
  left: -0.2em;
}
.white-label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-image: url(img/brush-white.svg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

/** Breadcrumbs **/
.breadcrumbs {
  margin-bottom: 10.31rem;
}
@media screen and (max-width: 1280px) {
  .breadcrumbs {
    margin-bottom: 45px;
  }
}
.breadcrumbs > * {
  color: #0E5DAC;
}
.breadcrumbs > *:last-child {
  color: #333;
}

/** Elements **/
.heading-3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .heading-3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 2rem;
}

.gap-5 {
  gap: 2.5rem;
}

.body-small {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}

.sticky-column {
  position: sticky;
  top: 0;
  align-self: start;
  will-change: top;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 960px) {
  .sticky-column {
    position: relative;
  }
}
.sticky-column.sticky {
  padding-top: 15.19rem;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 960px) {
  .sticky-column.sticky {
    padding-top: 0;
  }
}

.arrow-wrapper {
  position: absolute;
  top: 1rem;
  right: 0;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1280px) {
  .arrow-wrapper {
    display: none;
  }
}
.arrow-wrapper img {
  width: 22.84956rem;
  object-fit: contain;
}
@media screen and (max-width: 1660px) {
  .arrow-wrapper img {
    width: 17rem;
  }
}

.carousel-navigation {
  display: flex;
  gap: 0.74rem;
  z-index: 50;
}
.carousel-navigation .custom-button-prev,
.carousel-navigation .custom-btn-prev {
  transform: rotate(180deg);
}
.carousel-navigation .swiper-button-lock {
  display: block;
}
@media screen and (max-width: 960px) {
  .carousel-navigation a {
    width: 24px;
  }
}

.two-cols {
  flex-wrap: wrap;
  gap: var(--gap-y) var(--gap-x);
  justify-content: space-between;
}
.two-cols > * {
  flex: 0 0 calc( 100%/2 - var(--gap-x) );
}

.offset-right-container {
  padding-right: 20rem !important;
}
@media screen and (max-width: 1280px) {
  .offset-right-container {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 960px) {
  .offset-right-container {
    padding-right: 20px !important;
  }
}

.heading-circle-bg {
  position: relative;
}
.heading-circle-bg .elementor-heading-title {
  padding-bottom: 5rem;
}
.heading-circle-bg .elementor-heading-title::before {
  content: "";
  position: absolute;
  top: -55%;
  bottom: 0;
  right: 0;
  left: -36px;
  z-index: -1;
  background-image: url(img/brush-yellow-circle.svg);
  background-size: 120%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .heading-circle-bg .elementor-heading-title::before {
    display: none;
  }
}

.circle-bg {
  position: relative;
  background-image: url(img/brush-yellow-circle.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.circle-bg.after {
  background-image: none;
  z-index: -1;
  padding-bottom: 1rem;
}
.circle-bg.after::before {
  content: "";
  position: absolute;
  top: -45%;
  bottom: 0;
  right: 0;
  left: -22px;
  z-index: -1;
  background-image: url(img/brush-yellow-circle.svg);
  background-size: 120%;
  background-position: top center;
  background-repeat: no-repeat;
}

.heading-circle-type {
  position: relative;
}
@media screen and (max-width: 960px) {
  .heading-circle-type {
    padding-right: 20px !important;
  }
}
.heading-circle-type .elementor-heading-title {
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .heading-circle-type .elementor-heading-title {
    padding-left: 0;
  }
}
@media screen and (max-width: 1660px) {
  .heading-circle-type .elementor-heading-title {
    font-size: 3.75rem;
  }
}
.heading-circle-type .elementor-heading-title:after {
  content: url(img/brush-yellow-circle.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .heading-circle-type .elementor-heading-title:after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .heading-circle-type .elementor-heading-title:after {
    display: none;
  }
}

.headline-with-question-mark {
  position: relative;
}
.headline-with-question-mark .elementor-heading-title {
  position: relative;
}
.headline-with-question-mark .elementor-heading-title:after {
  content: url(img/Questionmarks.png);
  position: absolute;
  top: -25%;
  right: -20px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .headline-with-question-mark .elementor-heading-title:after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .headline-with-question-mark .elementor-heading-title:after {
    display: none;
  }
}

.elementor-counter .elementor-counter-number-prefix {
  display: none;
}

.counter-wrapper .elementor-counter .elementor-counter-number-prefix {
  display: contents;
}

.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  background: #272727;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Table1 {
  width: 100%;
  overflow: auto;
}
.Table1 .table-responsive-packets {
  display: flex;
  width: 100%;
  min-width: 863px;
  border-right: 1px #B9B9B9 solid;
  border-bottom: 1px #B9B9B9 solid;
  border-radius: 4px;
}
.Table1 .table-responsive-packets:after {
  display: none;
  content: "";
  position: absolute;
  height: 100%;
  width: 100px;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}
@media screen and (max-width: 1660px) {
  .Table1 .table-responsive-packets:after {
    display: block;
  }
}
.Table1.scroll-end .table-responsive-packets:after {
  display: none;
}
.Table1.scroll-start .table-responsive-packets:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100px;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}

.packets:after {
  display: none;
  content: "";
  position: absolute;
  height: 100%;
  width: 100px;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}
@media screen and (max-width: 1660px) {
  .packets:after {
    display: block;
  }
}
.packets.scroll-end:after {
  display: none;
}

.packet-selection-wrapper {
  width: 100%;
  overflow: hidden !important;
}
.packet-selection-wrapper.auto-height {
  min-height: 100% !important;
}
@media screen and (max-width: 960px) {
  .packet-selection-wrapper.auto-height {
    min-height: unset;
  }
}
@media screen and (max-width: 960px) {
  .packet-selection-wrapper {
    overflow-x: auto !important;
  }
}
.packet-selection-wrapper .single-packet-selection {
  min-width: 1100px;
  left: 0;
}
.packet-selection-wrapper .single-packet-selection .Table1 {
  width: 100%;
  height: fit-content;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
  border: 0;
  border-radius: 0;
}
.packet-selection-wrapper .single-packet-selection .Table1 .Table {
  border-right: 1px #B9B9B9 solid;
  border-bottom: 1px #B9B9B9 solid;
  border-radius: 4px;
}
.packet-selection-wrapper.brand-dealer-table .single-packet-selection {
  min-width: 920px;
}
@media screen and (max-width: 1660px) {
  .packet-selection-wrapper.brand-dealer-table .single-packet-selection {
    min-width: 990px;
  }
}
.packet-selection-wrapper.brand-dealer-table .single-packet-selection .packet-overlay {
  display: none;
}
.packet-selection-wrapper.brand-dealer-table .single-packet-selection .packet-overlay.active {
  display: flex;
}

.Table {
  align-self: stretch;
  height: 100%;
  background: white;
  overflow: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.Table .Row {
  align-self: stretch;
  height: auto;
  background: rgba(255, 255, 255, 0);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}
.Table .Row .Cell {
  flex: 1 1 0;
  align-self: stretch;
  background: rgba(255, 255, 255, 0);
  border-left: 1px #B9B9B9 solid;
  border-top: 1px #B9B9B9 solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}
.Table .Row .Cell .Content {
  align-self: stretch;
  padding-top: 0.81rem;
  padding-bottom: 0.81rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}
.Table .Row .Cell .Content .Text {
  flex: 1 1 0;
  text-align: center;
  color: #333;
  font-size: 1.1875rem;
  font-family: "Make It Sans Web";
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
  padding: 0.625rem 0.75rem;
}
.Table .Row:last-child .Content {
  padding: 0;
}
.Table .Row.RowHeading .Cell {
  background: #618AC7;
  justify-content: center;
}
.Table .Row.RowHeading .Cell .Content {
  padding: 0;
}
.Table .Row.RowHeading .Cell .Content .Text {
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
  padding: 0.625rem 0.75rem;
}

.rangeSlider {
  position: relative;
  z-index: 50;
}

input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: #ddd;
  /* Otherwise white in Chrome */
  margin-top: 1.3rem;
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track,
input[type=range]::-moz-range-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #F7F533;
  cursor: pointer;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #F7F533;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #F7F533;
  cursor: pointer;
}

.scroll-range {
  display: none;
}

.table-abos {
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 1660px) {
  .table-abos#abos .table .row .cell:first-child {
    display: none;
  }
}
.table-abos#abos2 .table {
  padding-top: 0;
}
@media screen and (max-width: 1660px) {
  .table-abos .table-responsive .table .row .cell:first {
    display: none;
  }
}
.table-abos .table {
  align-self: stretch;
  height: auto;
  background: transparent;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  padding-top: 95px;
}
.table-abos .table .row {
  align-self: stretch;
  height: auto;
  background: rgba(255, 255, 255, 0);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}
.table-abos .table .row .cell {
  flex: 1 1 0;
  align-self: stretch;
  background: rgba(255, 255, 255, 0);
  border-right: 1px #B9B9B9 solid;
  border-top: 1px #B9B9B9 solid;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: inline-flex;
}
.table-abos .table .row .cell .content {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}
.table-abos .table .row .cell .content.multiple-rows {
  padding: 0;
}
.table-abos .table .row .cell .content.multiple-rows .rows {
  width: 100%;
}
.table-abos .table .row .cell .content.multiple-rows .rows > * {
  min-height: 6rem;
  border-bottom: 1px #B9B9B9 solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-abos .table .row .cell .content.multiple-rows .rows > *.text-left {
  justify-content: flex-start;
}
.table-abos .table .row .cell .content.multiple-rows .rows > *:last-child {
  border-bottom: none;
}
.table-abos .table .row .cell .content.multiple-rows .rows .column {
  flex-direction: column;
}
.table-abos .table .row .cell .content .text {
  flex: 1 1 0;
  color: #333;
  font-size: 1.125rem;
  font-family: "Make It Sans Web";
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
  padding: 0.63rem 0.75rem;
}
.table-abos .table .row .cell .content .text.bolder {
  font-weight: 700;
}
.table-abos .table .row .cell .content .text.label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.25rem;
  min-height: 3.5rem;
  gap: 0;
}
.table-abos .table .row .cell .content .text.label br {
  display: none;
}
.table-abos .table .row .cell .content .text.new {
  background-image: url("img/icon-new.svg");
  background-repeat: no-repeat;
  background-position: 96%;
  padding-right: 10%;
  background-size: 20%;
}
@media screen and (max-width: 960px) {
  .table-abos .table .row .cell .content .text.new {
    padding-right: 45px;
    background-size: 20%;
  }
}
.table-abos .table .row .cell .content .text.better {
  background-image: url("img/icon-better.svg");
  background-repeat: no-repeat;
  background-position: 94%;
  padding-right: 10%;
  background-size: 40%;
}
@media screen and (max-width: 960px) {
  .table-abos .table .row .cell .content .text.better {
    padding-right: 45px;
    background-size: 20%;
  }
}
.table-abos .table .row .cell .content .text.insertion {
  background-image: url("img/icon-insertion.svg");
  background-repeat: no-repeat;
  background-position: 90% 25%;
  background-size: 60%;
  padding-right: 10%;
}
@media screen and (max-width: 960px) {
  .table-abos .table .row .cell .content .text.insertion {
    padding-right: 45px;
    background-size: 20%;
  }
}
.table-abos .table .row .cell .content .icon-wrapper {
  width: 3.4375rem;
  height: 3.4375rem;
  margin-left: 15%;
}
.table-abos .table .row .cell .content .icon-wrapper.priority {
  background: url("img/icon-abo-priority.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.table-abos .table .row .cell .content .icon-wrapper.presentation {
  background: url("img/icon-abo-presentation.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.table-abos .table .row .cell .content .icon-wrapper.presentation-2 {
  background: url("img/icon-abo-presentation-2.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.table-abos .table .row .cell .content .icon-wrapper.professional {
  background: url("img/icon-abo-professional.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.table-abos .table .row .cell .content .heading {
  text-align: center;
  color: #000;
  font-family: "Make It Sans Web";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 0.62rem;
  padding-bottom: 0.62rem;
}
.table-abos .table .row .cell .content .list {
  padding: 0.62rem 0.75rem;
}
.table-abos .table .row .cell .content .list ul li {
  margin-left: 0;
  font-size: 1.125rem;
}
.table-abos .table .row .cell .content .list ul li:before {
  content: "• ";
}
.table-abos .table .row .cell .content .flex-wrapper {
  position: relative;
  display: flex;
  gap: 0.64rem;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.table-abos .table .row .cell .content .flex-wrapper .icon-plus {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #5E5D5D;
}
.table-abos .table .row .cell .content .flex-wrapper .icon-plus.grey {
  background-color: #B9B9B9;
}
.table-abos .table .row .cell .content .flex-wrapper .icon-check {
  width: 1.778rem;
  height: 1.778rem;
  background: url("img/icon-check.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.table-abos .table .row .cell .content .flex-wrapper .count {
  margin-left: 0.4rem;
}
.table-abos .table .row .cell .content .flex-wrapper.text-column {
  flex-direction: column;
  padding: 0.63rem 0.75rem;
}
.table-abos .table .row .cell .content .flex-wrapper.text-column .count {
  margin-left: 0;
}
.table-abos .table .row .cell.no-borders {
  border: none;
  padding: 0.5px;
}
.table-abos .table .row .cell.content-left {
  justify-content: flex-start;
}
.table-abos .table .row .cell.content-left .text {
  text-align: left;
  justify-content: flex-start !important;
}
.table-abos .table .row .cell.border-left {
  border-left: 1px #B9B9B9 solid !important;
}
.table-abos .table .row .cell.no-border-top {
  border-top: none;
}
.table-abos .table .row .cell.top-aligned {
  justify-content: flex-start;
}
.table-abos .table .row.row-heading .cell {
  justify-content: center;
}
.table-abos .table .row.row-heading .cell:first-child {
  border-left: none;
  border-top: none;
}
.table-abos .table .row.row-heading .cell .content {
  justify-content: center;
  position: relative;
}
.table-abos .table .row.row-heading .cell .content .pseudo-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--Blue-700, #0E5DAC);
  line-height: 1.5;
  width: 100%;
  padding-left: 1.94rem;
}
.table-abos .table .row.row-heading .cell .content .label-professional {
  position: absolute;
  top: -38px;
  right: 32%;
  background: url("img/label-abo-pro.svg") no-repeat;
  width: 222px;
  height: 152px;
  background-position: center;
  transform: translate(50%, -50%);
  z-index: 50;
}
.table-abos .table .row.row-heading .cell .content .label-professional.default {
  background: url("img/label-abo-pro.svg") no-repeat;
}
.table-abos .table .row.row-heading .cell .content .label-professional.plus {
  background: url("img/label-abo-pro-2.svg") no-repeat;
}
.table-abos .table .row:last-child .cell {
  border-bottom: 1px #B9B9B9 solid;
}
.table-abos.table-brandweek .row.row-heading .cell {
  padding: 1rem;
}
.table-abos.table-brandweek .row.row-heading .cell:first-child {
  border-left: none;
  border-top: none;
}
.table-abos.table-brandweek .row.row-heading .cell:nth-child(2) {
  border-top: 2px solid #F2CA26;
  border-left: 1px solid #B9B9B9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.table-abos.table-brandweek .row.row-heading .cell:last-child {
  border-top: 2px solid #6DC1B0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.table-abos.table-brandweek .row.row-heading .cell .content .heading {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.table-abos.table-brandweek .row.row-heading .cell .content.text-button-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 1rem;
}
.table-abos.table-brandweek .row.row-heading .cell .content.text-button-col p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.table-abos.table-brandweek .row.row-heading .cell .content.text-button-col a {
  transition: all 0.3s ease-in-out;
}
.table-abos.table-brandweek .row.row-heading .cell .content.text-button-col a:hover {
  transform: scale(1.1);
}
.table-abos.table-brandweek .row .cell {
  padding: 1rem;
}
.table-abos.table-brandweek .row .cell:nth-child(1) {
  max-width: 300px;
}
.table-abos.table-brandweek .row:nth-child(2) .cell .content, .table-abos.table-brandweek .row:nth-child(3) .cell .content, .table-abos.table-brandweek .row:nth-child(4) .cell .content {
  color: #71717A;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 115%;
}
.table-abos.table-brandweek .row:nth-child(2) .cell:nth-child(1) .content .text, .table-abos.table-brandweek .row:nth-child(3) .cell:nth-child(1) .content .text, .table-abos.table-brandweek .row:nth-child(4) .cell:nth-child(1) .content .text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #18181B;
}
.table-abos.table-brandweek .row:nth-child(2) .cell:nth-child(2), .table-abos.table-brandweek .row:nth-child(3) .cell:nth-child(2), .table-abos.table-brandweek .row:nth-child(4) .cell:nth-child(2) {
  background: #FEFCD0;
}
.table-abos.table-brandweek .row:nth-child(2) .cell:nth-child(3), .table-abos.table-brandweek .row:nth-child(3) .cell:nth-child(3), .table-abos.table-brandweek .row:nth-child(4) .cell:nth-child(3) {
  background: #6DC1B033;
}
.table-abos.table-brandweek .row:last-child .cell .content {
  color: #18181B;
  font-weight: 700;
  font-size: 28px;
}
.table-abos sup {
  vertical-align: super;
  font-size: smaller;
}

.accordion-brandweek .elementor-accordion .elementor-accordion-item .elementor-accordion-icon.elementor-accordion-icon-right {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.elementor-select-wrapper.remove-before:before {
  content: "" !important;
}
.elementor-select-wrapper .select-caret-down-wrapper {
  display: none;
}

@media screen and (max-width: 960px) {
  .elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-start !important;
  }
}

.elementor-button {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.elementor-button:hover, .elementor-button:active {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.single-packet-selection {
  position: absolute !important;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateY(50%);
  transition: all 2s ease-in-out;
}
.single-packet-selection.full-width {
  width: fit-content !important;
  min-width: 100% !important;
}
@media screen and (max-width: 960px) {
  .single-packet-selection.full-width {
    gap: 1.4rem !important;
  }
}
.single-packet-selection.full-width > .e-child {
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 960px) {
  .single-packet-selection.full-width > .e-child {
    width: 40% !important;
  }
}
.single-packet-selection.selected {
  opacity: 1;
  transform: translateY(0);
}
.single-packet-selection > .e-child {
  flex-wrap: nowrap;
  position: relative;
}

.packet-select-wrapper {
  flex-wrap: nowrap !important;
  overflow: hidden !important;
}
.packet-select-wrapper.full-width {
  width: 100% !important;
}
@media screen and (max-width: 960px) {
  .packet-select-wrapper {
    overflow-x: auto !important;
  }
}
@media screen and (max-width: 960px) {
  .packet-select-wrapper .scroll-wrapper {
    min-width: 950px;
    overflow-x: auto !important;
  }
}
.packet-select-wrapper .details-arrow {
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  padding: 40px;
}
@media screen and (max-width: 1280px) {
  .packet-select-wrapper .details-arrow {
    display: none;
  }
}
.packet-select-wrapper .details-arrow.active-hover {
  overflow: visible;
  opacity: 0.5;
}
.packet-select-wrapper .details-arrow.active {
  overflow: visible;
  opacity: 1;
}
.packet-select-wrapper .select-packet {
  cursor: pointer;
  padding: 40px;
}
@media screen and (max-width: 960px) {
  .packet-select-wrapper .select-packet {
    padding: 15px;
  }
}
@media screen and (max-width: 1660px) {
  .packet-select-wrapper .select-packet.selected {
    background-position: center;
    background-size: 90%;
  }
}
@media screen and (max-width: 960px) {
  .packet-select-wrapper .select-packet.selected {
    background-position: center;
    background-size: 100px;
  }
}
.packet-select-wrapper .select-packet.selected .elementor-heading-title {
  position: relative;
  padding: 0 1.5rem;
  z-index: 1;
  display: inline-block;
  padding: 0;
}
.packet-select-wrapper .select-packet.selected .elementor-heading-title:before {
  right: -0.2em;
  left: -0.2em;
}
.packet-select-wrapper .select-packet.selected .elementor-heading-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-image: url(img/brush-yellow.svg);
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.packet-select-wrapper .select-packet.with-arrow.selected {
  background: transparent;
}
.icon-box .elementor-icon {
  transform: translateX(-20px) scale(1);
}
@media screen and (max-width: 960px) {
  .icon-box .elementor-icon {
    transform: scale(1);
  }
}
.icon-box:hover .elementor-icon {
  transform: translateX(-20px) scale(1.1);
}
@media screen and (max-width: 960px) {
  .icon-box:hover .elementor-icon {
    transform: scale(1.1);
  }
}

.elementor-564 .elementor-element.elementor-element-b7263a3 .elementor-field-type-acceptance {
  position: absolute;
  bottom: -100%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .elementor-564 .elementor-element.elementor-element-b7263a3 .elementor-field-type-acceptance {
    bottom: 0;
    transform: unset;
    position: relative !important;
  }
}

.custom-icon-boxes .elementor-icon-box-wrapper:hover .elementor-icon {
  transform: scale(1.1);
}
.custom-icon-boxes .elementor-icon-box-wrapper .elementor-icon-box-content {
  display: flex;
  flex-direction: column-reverse;
}
.custom-icon-boxes .elementor-icon-box-wrapper .elementor-icon-box-content h3.elementor-icon-box-title {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.custom-icon-boxes .elementor-icon-box-wrapper .elementor-icon-box-content .line {
  display: flex;
  gap: 0.25rem;
}
.custom-icon-boxes .elementor-icon-box-wrapper .elementor-icon-box-content .line::before {
  content: "·";
}

.icon-box-custom img {
  min-height: 220px;
  object-position: center center;
  object-fit: contain;
  margin-bottom: 1.25rem;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .icon-box-custom img {
    min-height: 70px;
    height: 70px;
  }
}
.icon-box-custom img:hover {
  transform: scale(1.1);
}

.form-control {
  display: inline-flex;
  min-width: 9.375rem;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #939393;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 10C19 12.7614 16.7614 15 14 15C11.2386 15 9 12.7614 9 10C9 7.23858 11.2386 5 14 5C16.7614 5 19 7.23858 19 10ZM21 10C21 13.866 17.866 17 14 17C12.4306 17 10.9818 16.4835 9.81438 15.6113L4.412 21.0031L3 19.5871L8.39794 14.1979C7.52011 13.0284 7 11.5749 7 10C7 6.13401 10.134 3 14 3C17.866 3 21 6.13401 21 10Z" fill="%23333333"/></svg>');
  background-position: 5px center;
  background-repeat: no-repeat;
}

.accordion-wrapper .elementor-accordion .elementor-accordion-item {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.accordion-wrapper .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border-color: transparent !important;
}

.accordion-wrapper-shadow .elementor-accordion-item {
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05), 0px 8px 24px 0px rgba(0, 0, 0, 0.1), 0px 20px 48px 0px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  border: none !important;
  margin-bottom: 1.5rem;
}
.accordion-wrapper-shadow .elementor-accordion-item .elementor-tab-title, .accordion-wrapper-shadow .elementor-accordion-item .elementor-tab-content, .accordion-wrapper-shadow .elementor-accordion-item .e-n-accordion-item-title, .accordion-wrapper-shadow .elementor-accordion-item .e-n-accordion-item-content {
  border: none;
}
.accordion-wrapper-shadow .elementor-accordion-item .elementor-tab-content, .accordion-wrapper-shadow .elementor-accordion-item .e-n-accordion-item-content {
  padding-top: 0;
  max-width: 80%;
}
@media screen and (max-width: 960px) {
  .accordion-wrapper-shadow .elementor-accordion-item .elementor-tab-content, .accordion-wrapper-shadow .elementor-accordion-item .e-n-accordion-item-content {
    max-width: 100%;
  }
}
.accordion-wrapper-shadow .e-n-accordion-item {
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05), 0px 8px 24px 0px rgba(0, 0, 0, 0.1), 0px 20px 48px 0px rgba(0, 0, 0, 0.15);
  border: none !important;
}
.accordion-wrapper-shadow .e-n-accordion-item .e-n-accordion-item-title, .accordion-wrapper-shadow .e-n-accordion-item .e-n-accordion-item-content {
  border: none;
}
.accordion-wrapper-shadow .e-n-accordion-item .e-n-accordion-item-content {
  padding-top: 0;
  max-width: 80%;
}
@media screen and (max-width: 960px) {
  .accordion-wrapper-shadow .e-n-accordion-item .e-n-accordion-item-content {
    max-width: 100%;
  }
}

.mobile-only {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .mobile-only {
    margin: 20px 0;
    display: block !important;
  }
}

.mockup-phone {
  position: relative;
  background: url("img/mockup-phone.png") no-repeat;
  background-size: 100%;
}

.packages-section .orange-border {
  border-top-color: #F2CA26 !important;
}
.packages-section .green-border {
  border-top-color: #6DC1B0 !important;
}
.packages-section .blue-border {
  border-top-color: #3598DB !important;
}
.packages-section .margin-t-auto {
  margin-top: auto;
}
.packages-section .custom-circle-bg.hidden {
  opacity: 0;
}
.packages-section .custom-circle-bg .custom-circle {
  transform: translateY(-50%);
}