:root {
  --color-text: #000;
  --color-text-white: #fff;
  --red-color: #db002f;
  --red-label-color: #d8002f;
  --btn-border-red-color: #c6002b;
  --btn-bg-color: #282828;
  --currency-dark-color: #0c0003;
  --btn-hero-bg-color: #1a0004;
  --section-bg-gray-color: #f4f4f4;
  --img-default-bg-color: #e5e5e5;
  --light-gray: #717171;
  --dark-gray: #424242;
  --shape-gray-color: #f5f5f5;
  --prefooter-bg-color: #2e2e2e;
  --white-color: #fff;
  --bottom-footer-text: #525252;
  --footer-border-color: #eb093a;
  --btn-color-dark-transparent: #1a00048f;
  --main-light-gray: #f8f8f8;
  --add-red: #c8002b;
  --add-red-darker: #ba002b;
  --add-pink: #ffb4b4;
  --add-dark: #292929;
  --add-gray: #ececec;
  --gray-button: #4b4b4b;
  --menu-transp-bg: rgba(0, 0, 0, 0.8);
  --btn-border-dark-grey: #2b2b2b;
  --breadcrumbs-text-color: #b0b0b0;
  --section-bg-gray-lighten-color: #f3f3f3;
  --section-bg-gray-darker-color: #e9e9e9;
  --tabs-inactive: #c7c7c7;
  --tabs-bg-content: #fbfbfb;
  --tabs-bg-btn-disabled: #5e5e5e;
  --main-light-gray-opacity: rgba(248, 248, 248, 0.5);
  --gray-color: #c7c7c7;
  --add-red-border: #c3002a;
  --box-color: #f1f1f1;
  --medium-gray: #303030;
  --column-border: #dc0030;
  --checkbox-bgcolor: #c8c8c8;
  --source-code-pro: "Source Code Pro", monospace;
  --pop-up-grey: #979797;
  --dark-grey-trans: rgba(66, 66, 66, 0.6);
  --color-gray-add: #838383;
  --newsletter-alert: #190e90;
  --hiring-number: #e8e9e9;
  --li-color: #db1d2f;
  --btn-border-dark: #2f2f2f;
  --dot-gray-dark: #3d3d3d;
  --offer-header-white: #eaeaea;
  --offer-header-white-100: #f2f2f2;
  --offset-col-bg: #ededed;
  --support-pack-bg: #fafafa;
  --support-features-bg: #e9e9e9;
  --btn-light-gray: #272727;
  --users-choice-bg: #313131;
  --expert-pattern-bg: #dedede;
  --newsletter-popup-bg: #f0f0f0;
  --green-color: #00b300;
  --igaming-bg: #181716;
  --igaming-hero-form: #181716;
  --white-half-opacity: rgba(255, 255, 255, 0.5);
  --case-study-archieve-single-description-color: #010001;
  --red-survey: #dc0432;
  --fast-track-btn-bg: #171717;
}

.neverworry {
  padding-bottom: 8.75rem;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .neverworry .container {
    padding: 0;
  }
}

.neverworry__list-closed {
  margin-top: 5rem;
  position: relative;
}

@media (min-width: 1200px) {
  .neverworry__list-closed {
    padding-left: 2.1875rem;
    margin-top: 5.625rem;
  }
}

.neverworry__list-closed:first-child {
  margin-top: 0;
}

.neverworry__benefit {
  white-space: nowrap;
  color: var(--gray-color);
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.971875rem;
  letter-spacing: -0.046875rem;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 1200px) {
  .neverworry__benefit {
    text-align: left;
    position: absolute;
    left: 0;
    writing-mode: vertical-rl;
    font-size: 1.4375rem;
    line-height: 1.25rem;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .neverworry__list-closed-container {
    margin-left: .625rem;
  }
}

.neverworry__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.363125rem;
  letter-spacing: -0.125rem;
  cursor: pointer;
  text-align: center;
  width: 70%;
  margin: 0 auto .625rem auto;
}

@media (min-width: 1200px) {
  .neverworry__title {
    text-align: left;
    font-size: 2.1875rem;
    line-height: 3.4375rem;
    width: 100%;
    margin: 0;
  }
}

.neverworry__button-container {
  display: block;
  text-align: center;
}

@media (min-width: 1200px) {
  .neverworry__button-container {
    display: inline;
    text-align: left;
  }
}

.neverworry__button {
  padding: .625rem .75rem;
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  font-size: .6875rem;
  line-height: .78rem;
  text-transform: uppercase;
  letter-spacing: normal;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .neverworry__button {
    padding: 1.25rem 1.375rem;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: .78rem;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}

.neverworry__list-open {
  display: flex;
  flex-wrap: wrap;
  background: var(--main-light-gray);
}

@media (min-width: 1200px) {
  .neverworry__list-open {
    flex-wrap: nowrap;
    margin-top: .625rem;
    background: rgba(0,0,0,0);
  }
}

.neverworry__img-cont {
  flex: 0 0 auto;
  display: none;
}

@media (min-width: 1200px) {
  .neverworry__img-cont {
    display: block;
  }
}

.neverworry__img-cont img {
  height: 13.875rem;
  width: 12.75rem;
  margin: 3.75rem 1.875rem 0 .625rem;
  padding: 0 3.6875rem 3.5rem 4.9375rem;
  border-left: 2px dashed var(--red-color);
  border-bottom: 2px dashed var(--red-color);
  box-sizing: content-box;
}

.neverworry__img-cont-mob {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
}

.neverworry__img-cont-mob img {
  margin: 0;
}

@media (min-width: 1200px) {
  .neverworry__img-cont-mob {
    display: none;
  }
}

.neverworry__content {
  padding: 2.1875rem 1.875rem 0 1.875rem;
  background: var(--main-light-gray);
}

@media (min-width: 1200px) {
  .neverworry__content {
    padding: 4.0625rem 2.5rem 3.75rem 3.125rem;
  }
}

.neverworry__content-title {
  font-weight: 700;
  font-size: 1.3125rem;
  letter-spacing: -0.04375rem;
  line-height: 2.255rem;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .neverworry__content-title {
    font-size: 1.6875rem;
    letter-spacing: -0.046875rem;
    line-height: 2.7425rem;
    margin-bottom: 4.375rem;
    width: 80%;
  }
}

.neverworry__content-text {
  font-size: 1.0625rem;
  letter-spacing: -0.035625rem;
  line-height: 1.879375rem;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .neverworry__content-text {
    font-size: 1.25rem;
    letter-spacing: -0.034375rem;
    line-height: 2.285625rem;
  }
}

.neverworry__content-subtext {
  margin-top: 1.25rem;
}

.neverworry__content-subtext p {
  font-size: .875rem;
  letter-spacing: -0.029375rem;
  line-height: 1.4375rem;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .neverworry__content-subtext p {
    font-size: 1rem;
    letter-spacing: -0.041875rem;
    line-height: 1.598125rem;
  }
}

.neverworry__collapse-button {
  position: relative;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .neverworry__collapse-button {
    display: none;
  }
}

.neverworry__list-text-hidden {
  visibility: hidden;
}

.neverworry__button-conta {
  height: .4375rem;
}

.neverworry__button-transform {
  height: 7px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .3s ease;
  width: 200%;
  position: relative;
  left: -50%;
  border: none;
}

@media (min-width: 1200px) {
  .neverworry__button-transform {
    height: 6px;
    width: auto;
    left: 0;
  }
}

.neverworry__button-transform:hover {
  height: 7px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .3s ease;
  width: 200%;
  position: relative;
  left: -50%;
  background: var(--red-color);
  border: none;
}

@media (min-width: 1200px) {
  .neverworry__button-transform:hover {
    height: 6px;
    width: auto;
    left: 0;
  }
}
