@import url(./reset.css);
html {
  height: 100%; }

body {
  padding: 0px;
  background: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%; }

div {
  box-sizing: border-box; }

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
label,
span,
li {
  font-family: "Montserrat", sans-serif;
  color: #333; }

h1 {
  font-size: 36px;
  margin: 20px 0;
  font-weight: 700;
  line-height: 44px; }

h2 {
  font-size: 30px;
  margin: 20px 0;
  font-weight: 700;
  line-height: 39px; }

h3 {
  font-size: 24px;
  margin: 10px 0;
  font-weight: 700;
  line-height: 34px; }

h4 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 700;
  line-height: 29px; }

h5 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 700;
  line-height: 24px; }

h6 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 700;
  line-height: 19px; }

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400; }

a {
  background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: inherit;
  line-height: inherit; }

li {
  font-size: 16px;
  line-height: 20px; }

.button--wrapper a {
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
  text-fill-color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff;
  background: none !important; }

.button--wrapper button {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 300;
  border: none;
  border-radius: 30px;
  box-shadow: none;
  transition: all 200ms linear; }
  .button--wrapper button:hover {
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    opacity: 0.9; }

.button--wrapper .gradient-btn {
  background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
  color: #ffffff; }

.button--wrapper .outline-btn {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #892e5e 0%, #d31f3e 100%) border-box;
  border: 2px solid transparent;
  border-radius: 30px;
  padding: 13px 28px; }
  .button--wrapper .outline-btn span {
    background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent; }

.reblock {
  position: relative;
  display: block; }

.pu--5 {
  margin-top: 5px; }

.pu--10 {
  margin-top: 10px; }

.pu--15 {
  margin-top: 15px; }

.pu--20 {
  margin-top: 20px; }

.pu--30 {
  margin-top: 30px; }

.pu--60 {
  margin-top: 60px; }

.pd--5 {
  margin-bottom: 5px; }

.pd--10 {
  margin-bottom: 10px; }

.pd--15 {
  margin-bottom: 15px; }

.pd--20 {
  margin-bottom: 20px; }

.pd--30 {
  margin-bottom: 30px; }

.pd--60 {
  margin-bottom: 60px; }

.p--flex {
  display: flex;
  position: relative; }
  .p--flex.pf--ac {
    align-items: center; }
  .p--flex.pf--jc {
    justify-content: center; }
  .p--flex.pf--jsb {
    justify-content: space-between; }
  .p--flex.pf--jsa {
    justify-content: space-around; }
  .p--flex.pf--row {
    flex-direction: row; }
  .p--flex.pf--col {
    flex-direction: column; }

.w--100 {
  width: 100%; }

.w--75 {
  width: 75%; }

.w--50 {
  width: 50%; }

.w--25 {
  width: 25%; }

.container--main {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  box-sizing: border-box; }

.gutter--30 {
  padding: 0px 30px; }

.gutter--60 {
  padding: 0px 60px; }

.bold {
  font-weight: 600 !important; }

.light {
  font-weight: 300 !important; }

.t-shadow {
  text-shadow: 1px 1px 5px rgba(58, 58, 58, 0.6); }

.t-shadow-2 {
  text-shadow: 1px 1px 1px rgba(58, 58, 58, 0.2); }

.big-copy {
  font-size: 1.2rem;
  line-height: 2rem; }
  @media screen and (max-width: 1100px) {
    .big-copy {
      font-size: 1.1rem;
      line-height: 2.1rem; } }

.gradient-text {
  background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent; }

#site--wrapper {
  background-color: #f6f6f6;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef; }

.hr--white {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: relative;
  display: block;
  box-sizing: border-box; }

input {
  font-size: 16px; }

.pff--wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }
  .pff--wrapper label {
    font-size: 14px;
    padding-bottom: 10px;
    box-sizing: border-box; }
  .pff--wrapper .pff--hint {
    position: relative;
    display: block;
    font-size: 11px;
    padding-top: 3px;
    font-style: italic; }
  .pff--wrapper input {
    border: unset;
    border-bottom: 1px solid #3f3f3f;
    box-shadow: none;
    background: transparent; }
    .pff--wrapper input[type="file"] {
      border-bottom: none; }
    .pff--wrapper input::placeholder {
      color: #ababab;
      font-weight: 300; }
  .pff--wrapper.pff--outline input {
    border: 2px solid #dadada;
    padding: 10px;
    border-radius: 6px; }

#parler-ui-components--container {
  box-sizing: border-box;
  padding: 20px 60px; }
  #parler-ui-components--container .puic--wrapper .puic--section .puic--section--heading h3 {
    color: #ffffff;
    background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
    width: auto;
    padding: 10px;
    text-align: center;
    font-weight: 400; }
  #parler-ui-components--container .puic--wrapper .puic--section .puic--components--wrapper .puic--component {
    padding: 5px 0px; }
  #parler-ui-components--container .puic--wrapper .puic--section .puic--components--wrapper .puic--snippet {
    background-color: #d2d2d2;
    padding: 15px;
    border-radius: 4px; }

.ff--column {
  width: calc((100% - 30px) /2); }

.puic--row {
  padding: 60px; }

.modal-window {
  position: fixed;
  background-color: white;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s; }
  .modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
  .modal-window .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background-color: transparent; }
  .modal-window header {
    font-weight: bold; }
  .modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px; }
  .modal-window li a {
    color: white;
    font-weight: 600;
    text-decoration: none;
    /* ----------- iPad regular ----------- */
    /* Portrait and Landscape */
    /* ----------- iPad Pro ----------- */
    /* Portrait and Landscape */ }
    @media (min-width: 320px) and (max-width: 479px) {
      .modal-window li a {
        font-size: 28px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .modal-window li a {
        font-size: 60px; } }
    @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .modal-window li a {
        font-size: 60px; } }

.modal-window-signup {
  position: fixed;
  background-color: white;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s; }
  .modal-window-signup:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
  .modal-window-signup .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background-color: transparent; }
  .modal-window-signup p {
    padding: 30px 0; }
  .modal-window-signup header {
    font-weight: bold; }
  .modal-window-signup h1 {
    font-size: 150%;
    margin: 0 0 15px; }
  .modal-window-signup li a {
    color: black;
    font-weight: 600;
    text-decoration: none; }

.modal-close {
  color: #aaa;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  font-weight: 300;
  font-size: 60px; }
  .modal-close:hover {
    color: black; }

.element--wrapper {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
  border-top: 15px solid #ececec; }
  .element--wrapper .element--info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px; }
    .element--wrapper .element--info h2 {
      background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
      background-clip: text;
      -webkit-background-clip: text;
      text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      margin-top: 0px; }
    .element--wrapper .element--info p {
      background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
      background-clip: text;
      -webkit-background-clip: text;
      text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      margin: 0px; }

#typography--examples--container {
  box-sizing: border-box;
  padding: 20px 60px; }

.typography--label {
  color: #ffffff;
  background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
  width: auto;
  padding: 10px;
  text-align: center;
  font-weight: 400; }

.typography--example {
  padding: 10px; }

#cta-section--container {
  padding: 30px 0px; }
  #cta-section--container #cta-section--wrapper {
    text-align: center; }
    #cta-section--container #cta-section--wrapper #ctas--heading {
      margin-bottom: 30px; }
      #cta-section--container #cta-section--wrapper #ctas--heading p {
        background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
        background-clip: text;
        -webkit-background-clip: text;
        text-fill-color: transparent;
        -webkit-text-fill-color: transparent; }
    #cta-section--container #cta-section--wrapper #ctas--action-row .btn--1 {
      margin-right: 15px; }
    #cta-section--container #cta-section--wrapper #ctas--action-row .btn--2 {
      margin-left: 15px; }

.card {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 30px;
  border-bottom-right-radius: 120px;
  height: 100%; }
  .card.gradient-top {
    border-image: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%) 1;
    border-top: 30px solid; }
  .card .card--icon--wrapper {
    width: 150px;
    height: 150px; }
    @media screen and (max-width: 1200px) {
      .card .card--icon--wrapper {
        width: 100px;
        height: 100px; } }
  .card .card--copy p {
    font-size: 1.2rem;
    line-height: 2rem; }
    @media screen and (max-width: 1100px) {
      .card .card--copy p {
        font-size: 1.1rem;
        line-height: 2.1rem; } }
  @media screen and (max-width: 1100px) {
    .card {
      width: 100%;
      height: auto;
      margin-top: 15px !important;
      margin-bottom: 15px !important; }
      .card .card--icon--wrapper {
        width: 80px;
        height: 80px;
        margin: 0 auto; }
      .card .card--heading {
        text-align: center; } }
  @media screen and (max-width: 700px) {
    .card .card--icon--wrapper {
      width: 64px;
      height: 64px; } }
  @media screen and (max-width: 500px) {
    .card .card--heading h2 {
      font-size: 22px !important;
      line-height: 26px !important; } }

#main-toolbar {
  background-color: #ffffff;
  height: 80px; }
  #main-toolbar #logo-container {
    color: #c63240; }
    #main-toolbar #logo-container svg {
      fill: #c63240;
      width: 160px;
      height: 44px;
      padding-top: 6px; }
  #main-toolbar #main--nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 400px; }
    #main-toolbar #main--nav span {
      padding: 10px 0px; }
      #main-toolbar #main--nav span a {
        color: #3f3f3f;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-decoration: none; }
        #main-toolbar #main--nav span a:hover {
          background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
          background-clip: text;
          -webkit-background-clip: text;
          text-fill-color: transparent;
          -webkit-text-fill-color: transparent; }

#mobile-nav--icon {
  display: none; }
  #mobile-nav--icon .css-menu-bar {
    display: block;
    width: 21px;
    height: 3px;
    margin: 5px 0px 0px 0px;
    background: #c63240;
    border-radius: 90px; }
  #mobile-nav--icon .css-menu-bar-mid {
    display: block;
    width: 12px;
    height: 3px;
    margin: 5px 0px 0px 0px;
    background: #c63240;
    border-radius: 90px; }
  #mobile-nav--icon .css-menu-bar-end {
    display: block;
    width: 24px;
    height: 3px;
    margin: 5px 0px 0px 0px;
    background: #c63240;
    border-radius: 90px; }

#mobile-nav--wrapper {
  height: 400px;
  max-height: 95vh; }
  #mobile-nav--wrapper a {
    padding: 20px;
    font-weight: 300;
    font-size: 38px;
    text-transform: uppercase; }
    #mobile-nav--wrapper a:hover, #mobile-nav--wrapper a:focus {
      color: #ffffff !important;
      background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
      -webkit-background-clip: unset !important;
      -webkit-text-fill-color: unset !important;
      text-decoration: none;
      border-radius: 4px; }

@media screen and (max-width: 1100px) {
  #mobile-nav--icon {
    display: block !important; }
  #main--nav {
    display: none !important; } }

.callout--container {
  width: 100%;
  height: 460px; }
  @media screen and (max-width: 1200px) {
    .callout--container {
      height: 420px; } }
  .callout--container .callout--wrapper {
    width: 100%;
    max-width: calc(100% - 60px);
    height: 100%; }
    .callout--container .callout--wrapper.callout--wrapper--right {
      margin-left: auto;
      border-bottom-left-radius: 220px;
      overflow: hidden; }
    .callout--container .callout--wrapper.callout--wrapper--left {
      margin-right: auto;
      border-bottom-right-radius: 220px;
      overflow: hidden; }
    .callout--container .callout--wrapper .callout--row {
      height: 100%; }
      .callout--container .callout--wrapper .callout--row .callout--img {
        width: 500px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
      .callout--container .callout--wrapper .callout--row .callout--details {
        background-color: #ffffff;
        width: calc(100% - 500px);
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 30px;
        box-sizing: border-box; }
        .callout--container .callout--wrapper .callout--row .callout--details .callout--heading {
          margin: 0px;
          position: relative;
          text-align: left;
          padding-bottom: 30px; }
        .callout--container .callout--wrapper .callout--row .callout--details .callout--copy {
          font-size: 1.2rem;
          line-height: 2rem;
          margin: 0px; }
          @media screen and (max-width: 1100px) {
            .callout--container .callout--wrapper .callout--row .callout--details .callout--copy {
              font-size: 1.1rem;
              line-height: 2.1rem; } }
        .callout--container .callout--wrapper .callout--row .callout--details .callout--action {
          padding-top: 30px; }
        .callout--container .callout--wrapper .callout--row .callout--details.cd--gradient {
          background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%); }
          .callout--container .callout--wrapper .callout--row .callout--details.cd--gradient .callout--heading {
            color: #ffffff;
            padding-bottom: 50px; }
            .callout--container .callout--wrapper .callout--row .callout--details.cd--gradient .callout--heading::before {
              content: "";
              display: block;
              position: absolute;
              bottom: 0;
              width: 30%;
              left: 0;
              border-bottom: 1px solid #ffffff; }
          .callout--container .callout--wrapper .callout--row .callout--details.cd--gradient .callout--copy {
            color: #ffffff;
            padding-top: 40px; }
      @media screen and (max-width: 1200px) {
        .callout--container .callout--wrapper .callout--row .callout--img {
          width: 400px; }
        .callout--container .callout--wrapper .callout--row .callout--details {
          width: calc(100% - 400px); } }
      @media screen and (max-width: 1000px) {
        .callout--container .callout--wrapper .callout--row .callout--img {
          display: none; }
        .callout--container .callout--wrapper .callout--row .callout--details {
          width: 100%; }
          .callout--container .callout--wrapper .callout--row .callout--details .callout--heading {
            margin-top: unset; } }
    @media screen and (max-width: 1000px) {
      .callout--container .callout--wrapper {
        border-bottom-left-radius: unset !important;
        border-bottom-right-radius: unset !important;
        max-width: 100%;
        overflow: unset !important;
        margin-right: unset !important;
        margin-left: unset !important; } }

.blurb--double--container {
  height: 100vh;
  padding: 60px;
  box-sizing: border-box; }
  .blurb--double--container .bd--img--wrapper {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 120px; }
    .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper {
      height: 100%;
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-around; }
      .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper .bd--box {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.04);
        width: 460px;
        height: 100%;
        background-color: #ffffff;
        border-bottom-right-radius: 120px;
        padding: 30px;
        box-sizing: border-box; }
        @media screen and (max-width: 1200px) {
          .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper .bd--box {
            width: 420px;
            height: 100%; } }
        @media screen and (max-width: 1100px) {
          .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper .bd--box {
            width: 380px;
            height: 100%; } }
        .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper .bd--box.bd--box--top {
          margin-top: -90px; }
        .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper .bd--box.bd--box--bottom {
          margin-bottom: -90px; }
        .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper .bd--box .bd--box--icon {
          width: 150px;
          height: 150px; }
          @media screen and (max-width: 1200px) {
            .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper .bd--box .bd--box--icon {
              width: 100px;
              height: 100px; } }
        .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper .bd--box .bd--box--copy p {
          font-size: 1.2rem;
          line-height: 2rem; }
          @media screen and (max-width: 1100px) {
            .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper .bd--box .bd--box--copy p {
              font-size: 1.1rem;
              line-height: 2.1rem; } }
      @media screen and (max-width: 1000px) {
        .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper {
          flex-direction: column; }
          .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper .bd--box {
            width: calc(100% - 60px);
            height: auto;
            margin-top: unset !important;
            margin-bottom: unset !important; }
            .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper .bd--box .bd--box--icon {
              width: 80px;
              height: 80px;
              margin: 0 auto; }
            .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper .bd--box .bd--box--heading {
              text-align: center; } }
      @media screen and (max-width: 700px) {
        .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper .bd--box {
          margin: 30px !important; }
          .blurb--double--container .bd--img--wrapper .bd--boxes--wrapper .bd--box .bd--box--icon {
            width: 64px;
            height: 64px; } }
  @media screen and (max-width: 1000px) {
    .blurb--double--container {
      padding: 30px; } }
  @media screen and (max-width: 700px) {
    .blurb--double--container {
      min-height: 100vh;
      height: auto; } }

.gc3--container {
  box-sizing: border-box;
  padding: 60px; }
  .gc3--container .gc3--row {
    min-height: 600px;
    align-items: flex-start; }
    .gc3--container .gc3--row .gc3--card--wrapper {
      width: calc((100% - 120px) / 3);
      align-self: stretch; }
    @media screen and (max-width: 1100px) {
      .gc3--container .gc3--row {
        flex-direction: column; } }

.gc4--container {
  width: 100%;
  padding: 60px;
  box-sizing: border-box; }
  .gc4--container .gc4--row .gc4--card--wrapper {
    width: calc((100% - 60px) / 2);
    align-self: stretch; }
  @media screen and (max-width: 800px) {
    .gc4--container .gc4--row {
      flex-direction: column;
      margin-bottom: 0px; }
      .gc4--container .gc4--row .gc4--card--wrapper {
        width: 100%;
        padding: 30px 0px; }
        .gc4--container .gc4--row .gc4--card--wrapper.gc4--first {
          padding-top: 0px; }
        .gc4--container .gc4--row .gc4--card--wrapper.gc4--last {
          padding-bottom: 0px; } }

.accordion--container {
  width: 100%;
  box-sizing: border-box; }
  .accordion--container * {
    box-sizing: border-box; }
  .accordion--container .accordion-tab {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #ececec;
    opacity: 1;
    overflow: hidden;
    transition: box-shadow 0.2s, opacity 0.4s; }
    .accordion--container .accordion-tab:hover {
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11); }
  .accordion--container .accordion-input {
    display: none; }
  .accordion--container .accordion-input:checked ~ .accordion-content + .accordion-tab-content {
    max-height: 3000px; }
  .accordion--container .accordion-input:checked ~ .accordion-content:after {
    background-image: url("./../images/icons/accordion-collapse.svg"); }
  .accordion--container .accordion-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 80px;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    cursor: pointer; }
  .accordion--container .accordion-content {
    position: relative;
    display: block;
    height: 80px;
    margin: 0;
    padding: 0 87px 0 30px;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none; }
    .accordion--container .accordion-content:before, .accordion--container .accordion-content:after {
      content: "";
      display: inline-block;
      vertical-align: middle; }
    .accordion--container .accordion-content:before {
      height: 100%; }
    .accordion--container .accordion-content:after {
      position: absolute;
      width: 24px;
      height: 100%;
      right: 30px;
      background-image: url("./../images/icons/accordion-expand.svg");
      background-repeat: no-repeat;
      background-position: center; }
  .accordion--container .accordion-name {
    display: inline-block;
    width: 100%;
    margin-left: 16px;
    font-weight: 500;
    white-space: normal;
    text-align: left;
    vertical-align: middle; }
  .accordion--container .accordion-name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600; }
  .accordion--container .accordion-content + .accordion-tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s; }
  .accordion--container .accordion-content > div {
    display: inline-block;
    vertical-align: middle; }
  .accordion--container .accordion-info {
    width: 100%;
    white-space: nowrap; }
    .accordion--container .accordion-info:before {
      content: "";
      display: inline-block;
      height: 44px;
      vertical-align: middle; }
  .accordion--container .accordion-tab-content {
    background-color: #f6f6f6;
    line-height: 22px; }
  .accordion--container .accordion--copy--wrapper {
    padding: 24px 50px 30px;
    background-color: #f6f6f6; }
    .accordion--container .accordion--copy--wrapper span {
      line-height: 24px; }
      .accordion--container .accordion--copy--wrapper span span {
        position: relative;
        display: block; }
  @media screen and (max-width: 800px) {
    .accordion--container .accordion-label {
      max-height: 102px; }
    .accordion--container .accordion-content {
      height: auto;
      padding: 10px 87px 10px 30px; }
      .accordion--container .accordion-content:before {
        display: none; }
      .accordion--container .accordion-content:after {
        top: 0; }
    .accordion--container .accordion-content > div {
      display: block;
      width: 100%; }
    .accordion--container .accordion-stat {
      margin-top: 10px;
      text-align: left; } }
  @media screen and (max-width: 500px) {
    .accordion--container .accordion-label {
      max-height: 140px; }
    .accordion--container .accordion-stat > div {
      display: block;
      width: 100%; }
    .accordion--container .all-opinions {
      margin-bottom: 10px; }
    .accordion--container .all-opinions + div > span:first-child {
      margin: 0; } }

.accordion--anchor {
  background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 10px; }

@media screen and (max-width: 600px) {
  .accordion--name {
    font-size: 14px !important; }
  .accordion--copy--wrapper {
    font-size: 14px !important; } }

#accordion-cats--wrapper {
  padding: 30px 0px 60px 0px; }
  #accordion-cats--wrapper .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 60px 0px 60px; }
    #accordion-cats--wrapper .tabs label {
      order: 1;
      display: block;
      cursor: pointer;
      transition: background ease 0.2s; }
      #accordion-cats--wrapper .tabs label.ac--item {
        background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
        font-size: 20px;
        flex: 0 0 calc(25% - 30px);
        height: 70px;
        align-items: center;
        justify-content: center;
        display: flex;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 60px;
        border-radius: 4px;
        word-break: normal;
        text-align: center;
        line-height: 24px;
        transition: all 200ms linear;
        padding: 10px;
        box-sizing: border-box; }
        #accordion-cats--wrapper .tabs label.ac--item:hover {
          opacity: 0.8;
          font-weight: 300; }
        @media screen and (max-width: 1300px) {
          #accordion-cats--wrapper .tabs label.ac--item {
            flex: 0 0 calc(25% - 15px);
            font-size: 16px !important; } }
        @media screen and (max-width: 700px) {
          #accordion-cats--wrapper .tabs label.ac--item {
            flex: 0 0 calc(25% - 10px);
            font-size: 14px !important; } }
        @media screen and (max-width: 600px) {
          #accordion-cats--wrapper .tabs label.ac--item {
            flex: 0 0 100%;
            margin-bottom: 4px;
            height: 50px !important; } }
    #accordion-cats--wrapper .tabs input[type="radio"] {
      display: none; }
      #accordion-cats--wrapper .tabs input[type="radio"]:checked + label {
        opacity: 0.8;
        font-weight: 300; }
      #accordion-cats--wrapper .tabs input[type="radio"]:checked + label + .tab {
        display: block; }
    #accordion-cats--wrapper .tabs .tab {
      order: 99;
      flex-grow: 1;
      width: 100%;
      display: none; }

#footer--main #upper--footer {
  padding: 60px; }
  #footer--main #upper--footer #download--message {
    width: calc(100% - 510); }
    #footer--main #upper--footer #download--message #dl--heading {
      font-weight: 600; }
    #footer--main #upper--footer #download--message p {
      font-size: 1.2rem;
      line-height: 2rem; }
      @media screen and (max-width: 1100px) {
        #footer--main #upper--footer #download--message p {
          font-size: 1.1rem;
          line-height: 2.1rem; } }
  #footer--main #upper--footer #app--buttons {
    width: 480px; }
    #footer--main #upper--footer #app--buttons img {
      width: 225px;
      height: auto; }

#footer--main #footer--nav--wrapper {
  background: linear-gradient(90deg, #892e5e 0%, #d31f3e 100%);
  padding: 60px; }
  #footer--main #footer--nav--wrapper #footer--nav {
    width: 630px; }
  #footer--main #footer--nav--wrapper #copyright,
  #footer--main #footer--nav--wrapper #footer--nav a {
    font-size: 18px;
    color: #ffffff !important;
    background: none !important;
    text-decoration: none;
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
    text-fill-color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important; }

@media screen and (max-width: 1000px) {
  #upper--footer #download--message {
    width: calc(100% - 390px) !important; }
  #upper--footer #app--buttons {
    width: 360px !important; }
    #upper--footer #app--buttons img {
      width: 175px !important; }
  #footer--nav--wrapper #footer--nav {
    width: 400px !important; }
    #footer--nav--wrapper #footer--nav a {
      font-size: 12px !important; } }

@media screen and (max-width: 800px) {
  #upper--footer {
    flex-direction: column;
    text-align: center; }
    #upper--footer #download--message {
      margin-bottom: 30px;
      width: 100% !important; }
  #footer--nav--wrapper {
    flex-direction: column !important;
    padding: 30px 15px !important; }
    #footer--nav--wrapper #copyright--wrapper {
      margin-bottom: 20px; } }

@media screen and (max-width: 500px) {
  #footer--nav {
    flex-direction: column; }
    #footer--nav a {
      padding: 5px 0px; } }

/*# sourceMappingURL=style.css.map */
