@font-face {
  font-family: "Fall in love";
  src: url(/fonts/fall-in-love.ttf);
}
@font-face {
  font-family: "Google Sans Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Google Sans Regular"), url("/fonts/google-sans/ProductSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Google Sans Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Google Sans Italic"), url("/fonts/google-sans/ProductSans-Italic.woff") format("woff");
}
@font-face {
  font-family: "Google Sans Thin Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Google Sans Thin Regular"), url("/fonts/google-sans/ProductSans-Thin.woff") format("woff");
}
@font-face {
  font-family: "Google Sans Light Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Google Sans Light Regular"), url("/fonts/google-sans/ProductSans-Light.woff") format("woff");
}
@font-face {
  font-family: "Google Sans Medium Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Google Sans Medium Regular"), url("/fonts/google-sans/ProductSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "Google Sans Black Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Google Sans Black Regular"), url("/fonts/google-sans/ProductSans-Black.woff") format("woff");
}
@font-face {
  font-family: "Google Sans Thin Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Google Sans Thin Italic"), url("/fonts/google-sans/ProductSans-ThinItalic.woff") format("woff");
}
@font-face {
  font-family: "Google Sans Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Google Sans Light Italic"), url("/fonts/google-sans/ProductSans-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Google Sans Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Google Sans Medium Italic"), url("/fonts/google-sans/ProductSans-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Google Sans Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Google Sans Bold"), url("/fonts/google-sans/ProductSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Google Sans Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Google Sans Bold Italic"), url("/fonts/google-sans/ProductSans-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Google Sans Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Google Sans Black Italic"), url("/fonts/google-sans/ProductSans-BlackItalic.woff") format("woff");
}
body {
  font-size: 16px;
  background: #f8f8f8;
  text-rendering: geometricPrecision;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  margin: 0 0 0.5em;
}

p,
a,
span,
label,
li,
::after,
::before {
  font-family: "Noto Sans", sans-serif;
}

p {
  margin: 0 0 0.75em;
  line-height: 1.65;
}

label {
  line-height: 1.65;
}

a {
  color: #3145A2;
}

strong,
b {
  font-weight: 600;
}

.page-title-container h1,
.page-title-container h2,
.page-title-container h3,
.page-title-container h4 {
  margin: 40px 0 0.5em;
}

.formatted_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.formatted_list.item_margins li {
  margin: 0 0 10px 0;
}

.question-answer-list {
  list-style: none;
  padding: 0;
}
.question-answer-list .question-answer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px;
}
.question-answer-list .question-answer p {
  width: calc(100% - 50px);
}
.question-answer-list .icon {
  margin-right: 0.5em;
  display: block;
  width: 35px;
  height: 35px;
  background-color: #c0c0c0;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25em;
}
.question-answer-list .icon.text-success {
  background-color: #208465;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='white'%3E%3Cpath d='M447.9 142.5l-23.2 22L181 395.3l-22 20.8-22-20.8L23.2 287.6 0 265.6l44-46.5 23.2 22L159 328 380.7 118l23.2-22 44 46.5z'/%3E%3C/svg%3E");
}
.question-answer-list .icon.text-danger {
  background-color: #991D32;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='white'%3E%3Cpath d='M345 137l17-17L328 86.1l-17 17-119 119L73 103l-17-17L22.1 120l17 17 119 119L39 375l-17 17L56 425.9l17-17 119-119L311 409l17 17L361.9 392l-17-17-119-119L345 137z'/%3E%3C/svg%3E");
}
.question-answer-list .icon.text-warning {
  background-color: #da8c00;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 512' fill='white'%3E%3Cpath d='M56 56V32H8V56 344v24H56V344 56zm8 360H0v64H64V416z'/%3E%3C/svg%3E");
  background-size: 0.175em;
}
.question-answer-list .icon.text-info {
  background-color: #3145A2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' fill='white'%3E%3Cpath d='M128 32v80H48V32h80zM0 192H32 96h32v32V448h32 32v64H160 128 64 32 0V448H32 64V256H32 0V192z'/%3E%3C/svg%3E");
  background-size: 0.49em;
}
.question-answer-list .icon.text-muted {
  background-color: #999999;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='white'%3E%3Cpath d='M80 160c0-35.3 28.7-64 64-64h32c35.3 0 64 28.7 64 64v9.3c0 19.6-9 38.2-24.5 50.3l-75.3 59.2L128 288.4V304v48h64V319.6L255.1 270C286 245.7 304 208.6 304 169.3V160c0-70.7-57.3-128-128-128H144C73.3 32 16 89.3 16 160v16H80V160zM200 400H120v80h80V400z'/%3E%3C/svg%3E");
  background-size: 0.9em;
}

#saving_widget {
  padding: 16px !important;
  height: 100%;
  vertical-align: middle;
  background: #ffd2ac;
}
#saving_widget.saving {
  background: #6894ff;
}
#saving_widget.saving.saved {
  background: var(--var-ending-color);
  transition: background 3s;
  animation: whiteOut 3s;
  --var-starting-color: #c0f9d7;
  --var-ending-color: #fff;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-green {
  color: #208465;
}

@keyframes whiteOut {
  0% {
    background: var(--var-starting-color);
  }
  100% {
    background: var(--var-ending-color);
  }
}
ul.clean-list {
  list-style: none;
  margin: 0.25em 0 1em;
  padding: 0;
}
ul.clean-list li {
  margin-bottom: 0.75em;
}
ul.clean-list li:last-of-type {
  margin-bottom: 0;
}
ul.icon-list {
  margin-left: 35px;
  -moz-column-gap: 3em;
       column-gap: 3em;
}
ul.icon-list li {
  position: relative;
  padding-left: 5px;
}
ul.icon-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2em;
  height: 30px;
  width: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_564_353)'%3E%3Cpath opacity='0.4' d='M0 14.583C0 18.296 1.475 21.857 4.10051 24.4825C6.72601 27.108 10.287 28.583 14 28.583C17.713 28.583 21.274 27.108 23.8995 24.4825C26.525 21.857 28 18.296 28 14.583C28 10.87 26.525 7.30902 23.8995 4.68351C21.274 2.058 17.713 0.583008 14 0.583008C10.287 0.583008 6.72601 2.058 4.10051 4.68351C1.475 7.30902 0 10.87 0 14.583ZM7.4375 14.583C7.4375 14.2494 7.56328 13.9104 7.82031 13.6533C8.33438 13.1393 9.16562 13.1393 9.67422 13.6533L12.2445 16.2236C14.268 14.2002 16.2914 12.1768 18.3148 10.1533C18.5719 9.89629 18.9055 9.77051 19.2445 9.77051C19.5836 9.77051 19.9172 9.89629 20.1742 10.1533C20.3 10.2791 20.3984 10.4268 20.4641 10.5854C20.4969 10.6674 20.5187 10.7439 20.5352 10.826C20.5461 10.8861 20.5516 10.9463 20.5516 10.9463C20.557 11.0119 20.557 11.0119 20.557 11.083C20.5516 11.165 20.5516 11.1869 20.5516 11.2088C20.5461 11.2471 20.5406 11.2908 20.5352 11.3291C20.5187 11.4111 20.4969 11.4932 20.4641 11.5697C20.3984 11.7283 20.3055 11.876 20.1742 12.0018C17.8391 14.3369 15.5094 16.6666 13.1742 19.0018C12.9172 19.2588 12.5836 19.3846 12.2445 19.3846C11.9055 19.3846 11.5719 19.2588 11.3148 19.0018C10.15 17.8369 8.97969 16.6666 7.81484 15.5018C7.55781 15.2447 7.43203 14.9111 7.43203 14.5721L7.4375 14.583Z' fill='%233472BB'/%3E%3Cpath d='M20.1797 10.1531C20.6938 10.6672 20.6938 11.4984 20.1797 12.007L13.1797 19.0125C12.6656 19.5266 11.8344 19.5266 11.3258 19.0125L7.82579 15.5125C7.31173 14.9984 7.31173 14.1672 7.82579 13.6586C8.33986 13.15 9.17111 13.1445 9.6797 13.6586L12.25 16.2289L18.3203 10.1531C18.8344 9.63906 19.6656 9.63906 20.1742 10.1531H20.1797Z' fill='%233472BB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_564_353'%3E%3Crect width='28' height='28' fill='white' transform='translate(0 0.583008)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  ul.two-col {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    -moz-column-gap: 4em;
         column-gap: 4em;
  }
  ul.two-col li {
    width: 44%;
  }
}
@media (min-width: 1200px) {
  ul.icon-list .preview_tooltip {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: #3472bb;
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  ul.icon-list .preview_tooltip::before {
    position: absolute;
    pointer-events: none;
    transition: all 0.3s;
    content: "";
    z-index: 100;
    height: 210px;
    width: 325px;
    top: -195px;
    left: -95px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='238' height='166' viewBox='0 0 238 166' fill='none'%3E%3Cg filter='url(%23filter0_d_807_283)'%3E%3Cpath d='M9 5H229V131.394H9V5Z' fill='white'/%3E%3Cpath d='M118.5 153L106.809 131.124H130.191L118.5 153Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_807_283' x='0.8' y='0.8' width='236.4' height='164.4' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='4.1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_807_283'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_807_283' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
  }
  ul.icon-list .preview_tooltip::after {
    position: absolute;
    content: "";
    background-image: url("/assets/images/preview_tooltip-img.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 140px;
    width: 240px;
    pointer-events: none;
    transition: all 0.3s;
    opacity: 0;
    top: -180px;
    left: -60px;
    z-index: 101;
  }
  ul.icon-list .preview_tooltip:hover::before, ul.icon-list .preview_tooltip:hover::after {
    opacity: 1;
  }
}
ul.order_summary li:not(.subscription_item) > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.order_summary li:not(.subscription_item) > ul {
  margin: 0;
  padding: 0;
}
ul.order_summary li.subscription_item {
  list-style-type: none;
  margin: 1em 0;
  padding: 0.55em 1em 0.75em;
  border: 1px solid #ccc;
  border-radius: 4px;
}
ul.order_summary li.subscription_item p {
  margin: 0.15em 0 0;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.fluid_list_horizontal {
  max-width: 900px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  -moz-column-gap: 3em;
       column-gap: 3em;
  row-gap: 0.5em;
}

.bullet-list {
  padding-top: 30px;
}
.bullet-list h3 {
  color: #29af85;
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px 30px;
  padding-left: 12px;
}

.crossout,
.strike-through {
  text-decoration: line-through;
  color: #999999;
}

.subscript {
  font-size: 0.8em;
}

.small {
  font-size: 0.8em;
}

.text-gray {
  color: #999999;
}

.text-green {
  color: #208465;
}

.text-red {
  color: #991D32;
}

.text-black {
  color: #0b0b0b !important;
}

#error-message {
  color: #991D32 !important;
  font-size: 1em;
  margin: 10px 0;
}

hr.grey {
  margin: 1em 0;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

td.align_right {
  text-align: right;
}

.help_text {
  position: relative;
  color: #999999;
  font-size: 14px;
  padding: 0.25em 0.25em 0.25em 28px;
}
.help_text::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 18px;
  height: 18px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%233145A2'%3E%3Cpath d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM216 336l24 0 0-64-48 0 0-48 96 0 0 112 32 0 0 48-128 0 0-48 24 0zm72-144l-64 0 0-64 64 0 0 64z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body.has-cta-on {
  margin-top: 0px;
}
@media (min-width: 768px) {
  body.has-cta-on {
    margin-top: 50px;
  }
}

.sticky-cta {
  background-color: #29af85;
  padding: 8px 0;
  font-size: 13px;
}
@media (min-width: 768px) {
  .sticky-cta {
    padding: 12px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    font-size: 16px;
  }
}
.sticky-cta div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.sticky-cta div p {
  color: white;
  margin: 0;
  font-weight: 400;
}
.sticky-cta div p span {
  font-weight: 800;
}
.sticky-cta div a {
  font-size: 13px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .sticky-cta div a {
    font-size: 16px;
  }
}

.header {
  background: white;
  padding: 27px 0 20px;
  border-bottom: 1px solid #E6E6E6;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-logo img {
  height: 35px;
}
@media (min-width: 954px) {
  .header-logo img {
    height: 40px;
  }
}
.header-logo .has_partnership {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-logo .has_partnership svg {
  width: 40px;
  height: 40px;
  margin: 0 2px 0 9px;
  fill: #a4a4a4;
}
@media (min-width: 954px) {
  .header-logo .has_partnership img.partner_logo {
    height: 75px;
  }
}
.header-actions {
  display: flex;
  align-items: center;
}
.header-actions .auth-user {
  display: flex;
  align-items: center;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 0.5em 1em;
  position: relative;
}
.header-actions .auth-user img {
  height: 30px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .header-actions .auth-user img {
    margin-right: 10px;
  }
}
@media (min-width: 954px) {
  .header-actions .auth-user img {
    height: 40px;
  }
}
.header-actions .auth-user p {
  margin: 0;
  font-weight: 600;
  font-size: 0.95em;
  display: none;
}
@media (min-width: 768px) {
  .header-actions .auth-user p {
    display: inline-block;
  }
}
@media (min-width: 954px) {
  .header-actions .auth-user p {
    font-size: 1em;
  }
}
.header-actions .auth-user--options {
  position: absolute;
  top: 100%;
  width: calc(100% + 2px);
  background: white;
  border: 1px solid #d5d5d5;
  z-index: 20;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s linear, opacity 0.1s linear;
  min-width: 118px;
  right: -1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header-actions .auth-user--options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-actions .auth-user--options ul a {
  display: block;
  padding: 0.75em 1em;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  transition: background 0.3s;
}
.header-actions .auth-user--options ul a:hover, .header-actions .auth-user--options ul a:focus {
  background: #f5f5f5;
}
.header-actions .auth-user--options ul li:last-child a {
  border-bottom: 0;
}
.header-actions .auth-user:hover, .header-actions .auth-user:focus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header-actions .auth-user:hover .auth-user--options, .header-actions .auth-user:focus .auth-user--options {
  max-height: 200px;
  opacity: 1;
}
.header-actions .auth-user-business-badge {
  background: linear-gradient(90deg, #f3f3f3 100%, #ffffff 100%);
  padding: 5px;
  border-radius: 5px;
}
.header-actions .auth-user-business-badge img {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  margin: auto;
  display: block;
}
@media (min-width: 768px) {
  .header-actions .auth-user-business-badge {
    display: none;
  }
}
.header-actions .auth-user-business {
  display: none;
  position: relative;
  background: linear-gradient(90deg, #f3f3f3 100%, #ffffff 100%);
  border-radius: 4px;
  padding: 0.5em 1em;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .header-actions .auth-user-business {
    display: block;
    min-width: 250px;
    padding: 0.5em calc(1em + 155px) 0.5em 1em;
    background: linear-gradient(90deg, #f3f3f3 52.5%, #ffffff 100%);
  }
}
.header-actions .auth-user-business p {
  margin: 0;
}
.header-actions .auth-user-business p:first-of-type {
  font-weight: 600;
}
.header-actions .auth-user-business p:last-of-type {
  font-size: 0.95rem;
}
.header-actions .auth-user-business .plan-badge {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  text-align: center;
  padding: 0.25em 2em;
  right: 0;
  top: 50%;
  background: #3472bb;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 768px) {
  .header-actions .auth-user-business .plan-badge {
    position: absolute;
    margin: 0;
    display: inline-block;
    width: unset;
    transform: translatey(-50%);
  }
}
.header-actions .auth-user-business .plan-badge-plus, .header-actions .auth-user-business .plan-badge-promote {
  background: #d8aa31;
}

.dashboard_welcome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 8.5vh 0 5vh;
}
.dashboard_welcome__text h1 {
  margin-bottom: 0.25em;
}
.dashboard_welcome__stats {
  background: white;
  padding: 1em 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard_welcome__stats__item {
  text-align: center;
  padding: 0.5em 2em;
}
@media (min-width: 954px) {
  .dashboard_welcome__stats__item:first-child {
    border-right: 1px solid #d5d5d5;
    padding-left: 0.5em;
  }
}
@media (min-width: 954px) {
  .dashboard_welcome__stats__item:last-child {
    padding-right: 0.5em;
  }
}
.dashboard_welcome__stats__item > * {
  margin: 0;
}
.dashboard_welcome__stats__item h2 {
  color: #208465;
}

.site-navigation {
  position: relative;
  background: white;
  display: block;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  margin: 0 0 20px 0;
}
.site-navigation .mobile-nav-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  z-index: 1000;
  background: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .site-navigation .mobile-nav-items {
    display: none;
  }
}
.site-navigation .mobile-nav-items a {
  display: block;
  width: 100%;
}
.site-navigation .container {
  display: none;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .site-navigation .container {
    display: flex;
  }
}
.site-navigation a {
  color: black;
  padding: 1em;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  margin-right: 0.2em;
  text-align: center;
  font-size: 0.95em;
}
.site-navigation a.selected {
  background: #F8F8F8;
  color: #208465;
}
.site-navigation a:hover, .site-navigation a:focus {
  background: #F8F8F8;
  color: #3145A2;
}
.site-navigation .last {
  margin-left: auto;
}
.site-navigation .has_menu {
  position: relative;
}
.site-navigation .has_menu ul {
  padding: 0 0 0;
  margin: 16px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  list-style: none;
  height: auto;
  overflow: hidden;
  box-shadow: 1px 18px 15px -3px rgba(0, 0, 0, 0);
  max-height: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.3s linear;
  z-index: 1;
}
.site-navigation .has_menu ul li a {
  display: block;
  margin: 0;
}
.site-navigation .has_menu:hover ul, .site-navigation .has_menu:focus ul {
  max-height: 1000vh;
  box-shadow: 1px 18px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .site-navigation a {
    font-size: 0.9em;
  }
}
@media (min-width: 1090px) {
  .site-navigation a {
    font-size: 1em;
  }
}
.mobile-navigation.show .mobile-nav-items {
  max-height: 1000vh;
}

.card {
  background: white;
  border-radius: 2px;
  padding: 24px 21px;
  margin: 0 0 20px 0;
}
.card.new {
  position: relative;
}
.card.new::after {
  content: "New";
  position: absolute;
  top: 20px;
  right: 15px;
  background: #d8aa31;
  color: white;
  padding: 0.3em 1em 0.4em;
  border-radius: 30px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.card .reviews_synced {
  font-size: 0.9em;
  display: inline-block;
  background: #1dae85;
  padding: 0.25em 1em;
  border-radius: 20px;
  font-weight: 600;
  color: white;
}
.card .reviews_synced.pending {
  background: #607d8b;
}
.card table#data-table {
  max-width: calc(100vw - 27px) !important;
  overflow-x: scroll;
}
.card.max_width {
  max-width: 550px;
}
.card.large_max_width {
  max-width: 800px;
}
.card.no_padding {
  padding: 0;
}
.card.min-height {
  min-height: 300px;
}
.card.flex_it {
  display: flex;
  flex-direction: column;
}
.card.flex_it .card--title {
  margin-bottom: 0;
}
.card.flex_it_sub {
  display: flex;
  flex-direction: column;
}
.card .mt_auto {
  margin-top: auto;
}
.card--title {
  margin-bottom: 10px;
  position: relative;
}
.card--title h2 {
  color: #343434;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}
.card--title p {
  margin: -7px 0 20px 0;
  font-size: 18px;
}
.card--title p.smaller {
  font-size: 16px;
}
.card--title .pill {
  position: absolute;
  right: 0;
  top: 0;
}
.card--title.has_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.card--title.has_image img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card--title.has_action {
  position: relative;
  margin-bottom: 0;
}
.card--title.has_action p {
  margin-bottom: 0;
}
.card--title.has_action a:first-of-type {
  margin: 5px 0;
  display: inline-block;
}
.card--title.has_action #contact,
.card--title.has_action .action {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .card--title.has_action #contact,
  .card--title.has_action .action {
    display: inline-block;
    width: unset;
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
    margin: 0;
  }
}
.card--title.limit_title_width h2 {
  max-width: 80%;
}
.card--title.has_border {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}
.card--title.has_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card--title.has_form .search-wrapper {
  width: 40%;
}
.card--sub_title {
  margin: 25px 0 5px;
}
.card--sub_title h3 {
  font-size: 18px;
  line-height: 23px;
  color: #343434;
  margin: 0;
}
.card--sub_title.has_icon {
  display: flex;
  align-items: center;
}
.card--sub_title.has_icon img,
.card--sub_title.has_icon svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.card--highlighted {
  background: #cfe9e1;
  margin: 0 -21px 20px;
  padding: 20px 21px;
}
.card--body h3.sub_title {
  font-size: 16px;
  line-height: 20px;
  color: #343434;
  margin: 1.25em 0 0.75em;
}
.card--body.flex-betwen-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card--body.flex-betwen-items > * {
  margin: 0;
}
.card--body #payment_pending {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0 10px;
}
.card--body #payment_pending .loader {
  margin-bottom: 20px;
}
.card--body .qr_code_fluid {
  max-width: 60%;
  width: auto;
  margin: 20px auto;
  display: block;
}
.card--actions {
  display: flex;
}
.card--actions .button {
  margin: 0 10px 0 0;
}
.card--actions .button:last-of-type {
  margin-left: auto;
}
.card--slider-body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  --swiper-navigation-size: 27px;
  --swiper-theme-color: #fff;
  --swiper-navigation-top-offset: 40%;
  flex-wrap: wrap;
}
.card--slider-body .swiper-button-next,
.card--slider-body .swiper-button-prev {
  background: rgba(0, 0, 0, 0.4588235294);
  padding: 1.5em 1em;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 5px;
}
.card--slider-body .slide {
  max-width: 300px;
  width: 100%;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .card--slider-body .slide {
    width: 300px;
    margin: 10px 10px 0 0;
  }
  .card--slider-body .text {
    width: calc(100% - 350px);
    margin: 10px 0 0 10px;
  }
}
.card--slider-body img {
  width: 100%;
  height: auto;
}
.card--slider-body figcaption {
  background: #e6e6e6;
  padding: 0.5em;
  border-radius: 2px;
  font-style: italic;
  margin: 10px 0 0;
}
.card--footer {
  overflow: hidden;
  max-width: 100%;
}
.card--footer img {
  height: auto;
  width: 100%;
}
.card--heading {
  background: #d6d6d6;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 35px 0 15px;
}
.card--heading h3 {
  font-weight: 400;
  font-size: 16px;
}
.card .sub_set_item {
  background: #eeeeee;
  padding: 24px 21px;
  margin: 24px -21px -24px;
}
.card .sub_set_item.mt_auto {
  margin-top: auto;
}
.card .rating_gauges_pair {
  margin: 0;
}
.card--body .input-group {
  margin: 0 0 20px;
}
.card--highlighted {
  background: #cfe9e1;
  margin: 20px -21px 20px;
}
.card--footer {
  position: relative;
  margin-top: 20px;
}
.card--footer p {
  font-size: 14px;
  color: #9b9b9b;
  margin-bottom: 0;
}
.card--footer .term_text {
  margin-top: 10px;
}
.card--footer.force_bottom {
  margin-top: auto;
}
.card .button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.card .button-group.no-margin {
  margin-top: 0;
}
.card .button-group .button {
  display: block;
  width: 100%;
  padding: 0.55em 2.5em 0.5em;
  margin: 0 0 10px;
}
@media (min-width: 496px) {
  .card .button-group .button {
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
.card .button-group > * {
  margin-right: 10px;
}
.card .button-group .button {
  font-size: 16px;
}
.card .button-group.left {
  justify-content: flex-start;
}
.card .button-group.right {
  justify-content: flex-end;
}
.card .link-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
.card .card-input-grid {
  display: flex;
  flex-direction: column;
  margin: 10px 0 40px;
}
.card .card-input-grid > div {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .card .card-input-grid {
    display: grid;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    max-width: 80%;
  }
  .card .card-input-grid.no_limit {
    max-width: unset;
  }
  .card .card-input-grid > div {
    margin-bottom: unset;
  }
}
.card .card-input-grid .span-2 {
  grid-column: span 2;
}
.card * > *:last-child {
  margin-bottom: 0;
}
.card .green-background {
  background-color: #29af85;
  color: #fff;
  border-radius: 5px;
  padding: 1.5em;
}
.card.flex {
  width: 100%;
  height: -moz-min-content;
  height: min-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.card .price-box {
  padding: 0 1.5em;
}
.card .price-box span {
  font-style: italic;
  color: #606060;
  font-weight: 600;
}

.button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.button-group.no-margin {
  margin-top: 0;
}
.button-group.even_margins {
  margin: 15px auto;
}
.button-group .button {
  display: block;
  width: 100%;
  padding: 0.55em 2.5em 0.5em;
  margin: 0 0 10px;
}
@media (min-width: 496px) {
  .button-group .button {
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
.button-group > * {
  margin-right: 10px;
}
.button-group .button {
  font-size: 16px;
}
.button-group.left {
  justify-content: flex-start;
}
.button-group.right {
  justify-content: flex-end;
}

.review_status {
  --status-color: #d1d1d1;
  margin: 0 0 20px 0;
  background: var(--status-color);
  padding: 2em 1.5em;
  border-radius: 5px;
  min-height: 225px;
}
.review_status__header {
  text-align: center;
  margin: 10px 0 25px;
}
.review_status__header h2 {
  color: white;
}
.review_status__progress {
  margin: 20px 0;
}
.review_status__progress--inner {
  width: 100%;
  background: white;
  height: 18px;
  display: block;
  border-radius: 15px;
  margin: 0 0 15px;
}
.review_status__progress--filled {
  position: relative;
  background: color-mix(in srgb, var(--status-color), transparent 66%);
  width: var(--progress-fill-width);
  height: 100%;
  border-radius: 15px;
  transition: width 1s ease-in-out;
  animation: progress-bar-fill 1500ms ease-in-out both;
}
.review_status__progress--filled::after {
  content: "";
  position: absolute;
  background: color-mix(in srgb, var(--status-color), #000 30%);
  height: 25px;
  width: 25px;
  top: -3px;
  right: -5px;
  border-radius: 50%;
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.15);
}
.review_status__progress--text {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: white;
}
.review_status__progress--text p {
  margin: 0;
}
.review_status__actions {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.review_status__actions a {
  width: 100%;
  display: block;
  margin: 10px 0 0;
}
@media (min-width: 460px) {
  .review_status__actions a {
    width: unset;
    display: inline-block;
    margin: 0 3px 10px 0;
  }
}

#img_src {
  max-width: 90%;
  max-height: 50vh;
  margin: 10px auto;
  display: block;
}

#img_caption {
  text-align: center;
  margin: 5px 0;
}

#report_reason {
  padding: 7px 13px;
  display: block;
  background: #208465;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  margin: 15px 0;
}

#qr_code_container svg {
  margin: 10px auto;
  display: block;
}

.discount-card {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 9.2px -5px rgba(52, 114, 187, 0.24);
  gap: 0 !important;
}
.discount-card h2 {
  color: #1e9b74;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
.discount-card p {
  max-width: 70%;
}
.discount-card p:first-of-type {
  margin-bottom: 25px;
}
.discount-card .price-old {
  opacity: 0.5;
  text-decoration: line-through;
  font-size: 15px;
}
.discount-card .price {
  font-weight: 600;
}
.discount-card button {
  background-color: #29af85;
  border: none;
}
.discount-card::after {
  display: none;
  content: "30% Discount Applied";
  position: absolute;
  top: 35px;
  right: -65px;
  background-color: #3472bb;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 80px;
  transform: rotate(30deg);
  white-space: nowrap;
}
@media (min-width: 540px) {
  .discount-card::after {
    top: 35px;
    right: -45px;
  }
}
@media (min-width: 768px) {
  .discount-card::after {
    top: 30px;
    right: -65px;
  }
}
.discount-card.has-banner::after {
  display: block;
}

.button {
  --background-colour: #f5f5f5;
  --border-colour: #ccc;
  --text-colour: #333;
  display: inline-block;
  padding: 0.5em 1.75em 0.45em;
  border: 1px solid var(--border-colour);
  border-radius: 3px;
  background-color: var(--background-colour);
  color: var(--text-colour);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  text-rendering: geometricPrecision;
  line-height: 1.5;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.button:disabled, .button.disabled {
  filter: grayscale(1);
  opacity: 0.5;
  cursor: not-allowed;
}
.button:hover, .button:focus {
  --background-colour: #e5e5e5;
  --text-colour: #111;
}
.button.block {
  width: 100%;
  display: block;
  padding: 0.45em 1.75em 0.4em;
}
.button.left {
  text-align: left;
  padding: 0.45em 1em 0.4em;
}
.button.green {
  --background-colour: #208465;
  --border-colour: #208465;
  --text-colour: #fff;
}
.button.green:hover, .button.green:focus {
  --background-colour: #279774;
  --border-colour: #279774ff;
}
.button.blue {
  background-color: #3145a2;
  color: #fff;
}
.button.blue:hover, .button.blue:focus {
  background-color: #1f2f6f;
}
.button.outlined {
  font-family: "Noto sans", sans-serif;
  --background-colour: rgba(0, 0, 0, 0);
  --border-colour: #208465;
  --text-colour: #208465;
}
.button.outlined:hover, .button.outlined:focus {
  --background-colour: #208465;
  --border-colour: #208465;
  --text-colour: #fff;
}
.button.outlined.white {
  --border-colour: #fff;
  --text-colour: #fff;
}
.button.outlined.white:hover, .button.outlined.white:focus {
  --background-colour: #fff;
  --text-colour: #208465;
}
.button.warning {
  --background-colour: #fe9000;
  --border-colour: #fe9000;
  --text-colour: #fff;
}
.button.warning:hover, .button.warning:focus {
  --background-colour: #f57f00;
  --border-colour: #f57f00;
  --text-colour: #fff;
}
.button.danger {
  --background-colour: #d0021b;
  --border-colour: #d0021b;
  --text-colour: #fff;
}
.button.danger:hover, .button.danger:focus {
  --background-colour: #b8001a;
  --border-colour: #b8001a;
  --text-colour: #fff;
}
.button.bright_white {
  --background-colour: #fff;
  --border-colour: #fff;
  --text-colour: #000;
}
.button.bright_white:hover, .button.bright_white:focus {
  --background-colour: #f5f5f5;
}
.button.has_icon {
  padding: 0.5em 0.75em !important;
  line-height: 1;
}
.button.has_icon svg {
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  fill: white;
}
.button.reduced_padding {
  padding: 0.5em 1em !important;
}
.button.reduced_padding_small {
  padding: 0.25em 0.75em !important;
}
.button.loading {
  cursor: wait;
  pointer-events: none;
  opacity: 0.75;
  filter: grayscale(1);
}
.button.added {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(1);
}
.button.button_text_green {
  --text-colour: #29af85;
}

.mobile-menu-btn {
  margin: 0 0 0 11px;
  background: none;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
}
.mobile-menu-btn svg {
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
}
@media (min-width: 768px) {
  .mobile-menu-btn {
    display: none;
  }
}

.form-group {
  display: block;
}
.form-group label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 14px;
}
.form-group input, .form-group select, .form-group textarea {
  display: block;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
}
.form-group input#response_text, .form-group select#response_text, .form-group textarea#response_text {
  font-size: 16px;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: #208465;
}
.form-group input[type=color], .form-group select[type=color], .form-group textarea[type=color] {
  -webkit-appearance: none;
  border: none;
  width: 32px;
  height: 32px;
  border: 0;
  padding: 0;
  border-radius: 50%;
}
.form-group input[type=color]::-webkit-color-swatch-wrapper, .form-group select[type=color]::-webkit-color-swatch-wrapper, .form-group textarea[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
.form-group input[type=color]::-webkit-color-swatch, .form-group select[type=color]::-webkit-color-swatch, .form-group textarea[type=color]::-webkit-color-swatch {
  border: none;
}

.form-group-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0 0 20px;
}

.input-form-label {
  margin-bottom: 0.5em;
  font-size: 14px;
}

@media (min-width: 1090px) {
  .form-group-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.radio-select-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.radio-select-list.max-height {
  overflow-y: auto;
  max-height: 60vh;
  overflow-x: hidden;
}
.radio-select-list.full .radio-select-label {
  width: 100%;
}
.radio-select-list.full .radio-select-label label {
  width: 100%;
}

.fake-input-label {
  display: block;
  padding: 0.5em 1em;
  border-radius: 3px;
  cursor: pointer;
  background-color: #208465;
  border: 1px solid #208465;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 20px;
}
.fake-input-label:hover, .fake-input-label:focus {
  background-color: white;
  border-color: #1e7e5d;
  color: black;
}

.radio-select-label {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
  font-size: 14px;
}
.radio-select-label input {
  display: none;
}
.radio-select-label input:checked + label {
  background-color: #208465;
  border-color: #208465;
  color: #fff;
}
.radio-select-label label {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}

.label-description {
  display: block;
  font-weight: 400;
  margin: 0.25em 0 0.2em;
}

.input-group {
  display: block;
  margin: 0 0 0.5em;
}
.input-group.input-disabled label {
  color: #6c6c6c;
}
.input-group.input-disabled .help_text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23991D32'%3E%3Cpath d='M320 64C334.7 64 348.2 72.1 355.2 85L571.2 485C577.9 497.4 577.6 512.4 570.4 524.5C563.2 536.6 550.1 544 536 544L104 544C89.9 544 76.8 536.6 69.6 524.5C62.4 512.4 62.1 497.4 68.8 485L284.8 85C291.8 72.1 305.3 64 320 64zM320 416C302.3 416 288 430.3 288 448C288 465.7 302.3 480 320 480C337.7 480 352 465.7 352 448C352 430.3 337.7 416 320 416zM320 224C301.8 224 287.3 239.5 288.6 257.7L296 361.7C296.9 374.2 307.4 384 319.9 384C332.5 384 342.9 374.3 343.8 361.7L351.2 257.7C352.5 239.5 338.1 224 319.8 224z'/%3E%3C/svg%3E");
}
.input-group label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 14px;
  text-align: left;
}
.input-group .toggle_password_show {
  position: absolute;
  right: 11px;
  top: 13px;
  font-size: 17px;
}
.input-group input, .input-group textarea, .input-group select {
  width: 100%;
  resize: vertical;
  border: 2px solid #e9e9e9;
  border-radius: 3px;
  padding: 0.75em 1em;
  font-size: 16px;
  transition: border-color 0.2s ease-in-out;
}
.input-group input[type=color], .input-group textarea[type=color], .input-group select[type=color] {
  -webkit-appearance: none;
  border: none;
  width: 35px;
  height: 35px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
.input-group input[type=color]::-webkit-color-swatch-wrapper, .input-group textarea[type=color]::-webkit-color-swatch-wrapper, .input-group select[type=color]::-webkit-color-swatch-wrapper {
  padding: 4px;
  border-radius: 50%;
}
.input-group input[type=color]::-webkit-color-swatch, .input-group textarea[type=color]::-webkit-color-swatch, .input-group select[type=color]::-webkit-color-swatch {
  border: none;
  border-radius: 50%;
}
.input-group input readonly, .input-group textarea readonly, .input-group select readonly {
  background-color: #f5f5f5;
}
.input-group input:focus, .input-group textarea:focus, .input-group select:focus {
  outline: none;
  border-color: #2980af;
}
.input-group textarea {
  min-height: 100px;
}
.input-group--checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  margin-left: 5px;
}
.input-group--checkbox label {
  margin: 0;
  font-weight: 400;
}
.input-group--checkbox label:hover {
  cursor: pointer;
}
.input-group--checkbox input {
  width: unset;
  margin-right: 1em;
  position: relative;
  cursor: pointer;
}
.input-group--checkbox input::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: -3px;
}
.input-group--checkbox input::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #208465;
  border-radius: 10px;
  position: absolute;
  left: -1px;
  top: 0px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.input-group--checkbox input:checked::after {
  opacity: 1;
}
.input-group--checkbox input:focus::before, .input-group--checkbox input:hover::before {
  border-color: #2980af;
}
.input-group--checkbox.square input::before {
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.input-group--checkbox.square input::after {
  width: 18px;
  height: 18px;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='white'%3E%3Cpath d='M326.6 166.6L349.3 144 304 98.7l-22.6 22.6L192 210.7l-89.4-89.4L80 98.7 34.7 144l22.6 22.6L146.7 256 57.4 345.4 34.7 368 80 413.3l22.6-22.6L192 301.3l89.4 89.4L304 413.3 349.3 368l-22.6-22.6L237.3 256l89.4-89.4z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.input-group--checkbox.form_margins {
  justify-content: flex-start;
  margin: 20px 0 0 7px;
}
.input-group--detailed-select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  border: 2px solid #d8d8d8;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 500;
}
.input-group--detailed-select:hover, .input-group--detailed-select:focus {
  border-color: #2980af;
}
.input-group--detailed-select input {
  width: unset;
  margin-right: 2em;
  position: relative;
  cursor: pointer;
}
.input-group--detailed-select input::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: -3px;
  transition: all 0.2s ease-in-out;
}
.input-group--detailed-select input::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #208465;
  border-radius: 10px;
  position: absolute;
  left: -1px;
  top: 0px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.input-group--detailed-select input:checked::after {
  opacity: 1;
}
.input-group--detailed-select input:focus::before, .input-group--detailed-select input:hover::before {
  border-color: #2980af;
}
.input-group--detailed-select ul {
  padding-inline-start: 20px;
  font-weight: 400;
  font-size: 0.95rem;
}

.login-message {
  text-align: center;
  padding: 20px 20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.login-message p {
  margin: 0 !important;
}

.input-passcode-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.input-passcode-group .highlighted-inputs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-passcode-group .input-group {
  margin: 0 0 10px;
}
.input-passcode-group.align_center {
  justify-content: center;
}
@media (min-width: 1090px) {
  .input-passcode-group {
    justify-content: flex-start;
  }
  .input-passcode-group .input-group {
    margin: 0;
  }
}
.input-passcode-group input {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  margin: 0 5px;
  padding: 0.75em;
}
.input-passcode-group .input-group.highlighted input {
  border-color: #E29B10;
  background-color: #E29B10;
}
.input-passcode-group .input-group.highlighted input:focus {
  border-color: #2980af;
}
.input-passcode-group .button_group {
  margin: 25px 0 0;
  width: 100%;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1em;
}
.input-passcode-group .button_group .button {
  display: inline-block;
  margin: 0;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 1090px) {
  .input-passcode-group .button_group {
    display: inline-block;
    margin: 0 0 0 auto;
    width: unset;
    text-align: right;
  }
  .input-passcode-group .button_group .button {
    display: inline;
    margin: 0 0 0 10px;
    font-size: 14px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkbox-group {
  border: 2px solid #e9e9e9;
  border-radius: 3px;
  padding: 1em;
  margin-bottom: 1em;
}
.checkbox-group .checkbox-group-label {
  font-weight: bold;
  margin-bottom: 1em;
}
.checkbox-group .checkbox-group-section {
  margin-bottom: 1em;
}
.checkbox-group .checkbox-group-section h4 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 16px;
  color: #2980af;
}
.checkbox-group .checkbox-item {
  margin-bottom: 0.5em;
  padding: 0.5em;
  border-radius: 3px;
}
.checkbox-group .checkbox-item:hover {
  background-color: #f5f5f5;
}
.checkbox-group .checkbox-item label {
  display: inline-block;
  margin-left: 0.5em;
  cursor: pointer;
}
.checkbox-group .checkbox-item label strong {
  display: inline-block;
  margin-right: 0.5em;
}
.checkbox-group .checkbox-item input[type=checkbox] {
  cursor: pointer;
}

footer {
  background: #252525;
  padding: 2em 0 1.5em;
}
footer img {
  height: 40px;
}
footer p, footer a {
  color: white;
}
footer a {
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  footer .footer_contact_item {
    text-align: right;
  }
}

* {
  box-sizing: border-box;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 0;
}
.container.fixed {
  max-width: 1680px;
}
.container.fixed.less_narrow {
  max-width: 1350px;
}
.container.fixed.narrow {
  max-width: 1090px;
}
.container.fixed.narrower {
  max-width: 810px;
}
.container.fixed.narrowest {
  max-width: 530px;
}
.container.to_edge {
  padding-left: 0;
  padding-right: 0;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid pre {
  max-width: 100%;
  overflow: hidden;
}
.grid.space_between {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .grid.grid-cols-2 > *:first-child {
    width: calc(50% - 0.75em);
  }
  .grid.grid-cols-2 > *:last-child {
    width: calc(50% - 0.75em);
  }
}
.grid.gap {
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
}
.grid.margin-top {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .grid.grid-cols-3\/4 > *:first-child {
    width: calc(70% - 0.75em);
  }
  .grid.grid-cols-3\/4 > *:last-of-type {
    width: calc(30% - 0.75em);
  }
}
@media (min-width: 768px) {
  .grid.grid-cols-3\/4.flip > *:last-of-type {
    width: calc(70% - 0.75em);
  }
  .grid.grid-cols-3\/4.flip > *:first-child {
    width: calc(30% - 0.75em);
  }
}
.grid.grid-cols-3 {
  grid-template-columns: 1fr;
}
.grid.grid-cols-3 > * {
  width: 100%;
}
@media (min-width: 768px) {
  .grid.grid-cols-3 > * {
    width: calc(50% - 1em);
  }
}
@media (min-width: 1090px) {
  .grid.grid-cols-3 > * {
    width: calc(33.3333% - 1em);
  }
}
.grid.grid-cols-4 {
  grid-template-columns: 1fr;
}
.grid.grid-cols-4 > div,
.grid.grid-cols-4 li {
  width: 100%;
}
@media (min-width: 768px) {
  .grid.grid-cols-4 > div,
  .grid.grid-cols-4 li {
    width: calc(50% - 1em);
  }
}
@media (min-width: 1200px) {
  .grid.grid-cols-4 > div,
  .grid.grid-cols-4 li {
    width: calc(25% - 2em);
  }
}
.grid.grid-cols-fluid {
  grid-row-gap: 1.5em;
}
.grid.grid-cols-pricing-page {
  --col-one-width: 100%;
  --col-two-width: 100%;
}
@media (min-width: 768px) {
  .grid.grid-cols-pricing-page {
    gap: 2em;
    --col-one-width: calc(45% - 1em);
    --col-two-width: calc(55% - 1em);
  }
}
@media (min-width: 1200px) {
  .grid.grid-cols-pricing-page {
    gap: 3em;
    --col-one-width: calc(35% - 2em);
    --col-two-width: calc(65% - 2em);
  }
}
.grid.grid-cols-pricing-page > div:nth-of-type(1) {
  width: var(--col-one-width);
}
.grid.grid-cols-pricing-page > div:nth-of-type(2) {
  width: var(--col-two-width);
}

.dashboard {
  margin-top: 40px;
  min-height: 80vh;
}
.dashboard.pricing-page {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .dashboard.pricing-page {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .dashboard.pricing-page {
    margin-top: 65px;
    padding: 0 5em;
  }
}
.dashboard.pricing-page .image_block {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding-top: 50px;
  padding-bottom: 25px;
}
@media (min-width: 1090px) {
  .dashboard.pricing-page .image_block {
    flex-direction: row;
    padding-top: 90px;
    gap: 60px;
  }
}
.dashboard.pricing-page .image_block.image_block_top {
  flex-direction: column-reverse;
}
@media (min-width: 1090px) {
  .dashboard.pricing-page .image_block.image_block_top {
    flex-direction: unset;
  }
}
.dashboard.pricing-page .image_block .text_box {
  max-width: 720px;
}
.dashboard.pricing-page .image_block .text_box h3 {
  font-size: 24px;
}
.dashboard.pricing-page .image_block .text_box p {
  padding: 15px 0 25px 0;
}
@media (min-width: 768px) {
  .dashboard.pricing-page .image_block .text_box p {
    padding: 20px 0 35px 0;
  }
}
.dashboard.pricing-page .image_block .image {
  max-width: 720px;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 1090px) {
  .dashboard.pricing-page .image_block .image {
    height: 470px;
    width: 470px;
    aspect-ratio: 1/1;
  }
}
.dashboard.pricing-page .image_block .image div {
  background-image: url("/assets/images/laptop-img.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 8px solid #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .dashboard.pricing-page .image_block .image div {
    border: 14px solid #fff;
  }
}

.centered_form {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.centered_form > div,
.centered_form > form {
  min-width: 300px;
  max-width: 500px;
  width: 100%;
}
.centered_form.wide > div,
.centered_form.wide > form {
  max-width: 800px;
}

.show-more {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: max-height 500ms linear, padding 500ms linear;
}
.show-more.show {
  max-height: 10000vh;
}

.centered-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}

.flex_action {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  align-items: center;
}

.mobile-only {
  display: inherit;
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.mobile-and-tablet {
  display: none;
}
@media (min-width: 340px) and (max-width: 953px) {
  .mobile-and-tablet {
    display: inherit;
  }
}

.mobile-wide-desktop-only {
  display: inherit;
}
@media (min-width: 1200px) {
  .mobile-wide-desktop-only {
    display: none;
  }
}

.tablet-only-desktop {
  display: none;
}
@media (min-width: 540px) and (max-width: 767px) {
  .tablet-only-desktop {
    display: inherit;
  }
}

.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 953px) {
  .tablet-only {
    display: inherit;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 954px) {
  .desktop-only {
    display: inherit;
  }
}

.desktop-wider-only {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wider-only {
    display: inherit;
  }
}

.tablet-wider {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tablet-wider {
    display: inherit;
  }
}

.grid-responsive {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 540px) {
  .grid-responsive {
    gap: 2rem;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .grid-responsive {
    gap: 3rem;
  }
}
.grid-responsive .logo-box {
  background-color: #fff;
  width: 160px;
  height: 95px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .grid-responsive .logo-box {
    width: 299px;
    height: 135px;
    padding: 25px;
  }
}
.grid-responsive .logo-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.checkout_container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.checkout_container .payment_items {
  width: 100%;
}
@media (min-width: 954px) {
  .checkout_container .payment_items {
    width: calc(65% - 0.5em);
  }
}
.checkout_container .subscription_summary {
  width: 100%;
}
@media (min-width: 954px) {
  .checkout_container .subscription_summary {
    width: calc(35% - 0.5em);
  }
}
.checkout_container .subscription_summary > .card {
  position: sticky;
  top: 5px;
}

.m-height-100 {
  min-height: calc(100dvh - 206px);
}

.bg-green {
  background: #208465;
}

.text-white {
  color: #fff;
}

.alert {
  --background-colour: #d7d7d7;
  --border-colour: #888888;
  --text-colour: #000;
  position: relative;
  padding: 15px 15px 15px 46px;
  margin: 20px 0;
  background: var(--background-colour);
  border: 2px solid var(--border-colour);
  color: var(--text-colour);
  border-radius: 4px;
}
.alert p {
  margin: 0;
}
.alert ul {
  margin: 4px 0;
}
.alert::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 13px;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='%23888888'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216 192V224h24 48 24v24 88h8 24v48H296 216 192V336h24zm72-144H224V128h64v64z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}
.alert.hide_icon {
  padding: 15px;
}
.alert.hide_icon::before {
  display: none;
}
.alert-success {
  --background-colour: #208465;
  --border-colour: #208465;
  --text-colour: #fff;
}
.alert-success::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='%2329AF85'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}
.alert-info {
  --background-colour: #C4EDFD;
  --border-colour: #05668D;
  --text-colour: #000;
}
.alert-info::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='%2305668D'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216 192V224h24 48 24v24 88h8 24v48H296 216 192V336h24zm72-144H224V128h64v64z'/%3E%3C/svg%3E");
}
.alert-warning {
  --background-colour: #FEEBC8;
  --border-colour: #F0B429;
  --text-colour: #000;
}
.alert-warning::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='%23F0B429'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm24-384v24V264v24H232V264 152 128h48zM232 368V320h48v48H232z'/%3E%3C/svg%3E");
}
.alert-error, .alert-danger {
  --background-colour: #FDDCDC;
  --border-colour: #D63649;
  --text-colour: #000;
}
.alert-error::before, .alert-danger::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='%23D63649'%3E%3Cpath d='M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z'/%3E%3C/svg%3E");
}

.waiting_for_prompt {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.waiting_for_prompt svg {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
  fill: #9c9c9c;
}

.review-verification-alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eaa010;
  color: #fff;
  margin: 1.5em 0 2em;
  padding: 1em;
  border-radius: 3px;
}
.review-verification-alert p {
  margin-bottom: 0;
}

div.branded_element {
  text-align: center;
  margin: 30px 0 20px;
  max-width: 800px;
}
div.branded_element .intro {
  text-transform: uppercase;
  color: #888888;
}
div.branded_element h1 {
  font-size: 50px;
  margin: 0 0 0.25em 0;
}
div.branded_element .refline-red {
  color: #bb0d33;
}
div.branded_element .tagline {
  color: #208465;
  font-size: 30px;
  font-family: "Fall in love", cursive;
  line-height: 1em;
}

.accordion-item {
  margin-bottom: 1rem;
}
.accordion-item:last-of-type {
  margin-bottom: 0;
}
.accordion-item--title {
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 0.75em;
  line-height: 1.65;
  background-color: #E6E6E6;
  padding: 0.5em 1em;
  border-radius: 5px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M0 256c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1em;
}
.accordion-item--body {
  max-height: 0;
  padding: 0 1em;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.accordion-item.show .accordion-item--title {
  background-color: #E6E6E6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}
.accordion-item.show .accordion-item--body {
  padding: 0.5em 1em;
  max-height: 1000px;
}
.accordion-item.white .accordion-item--title {
  background-color: #fff;
  padding: 1.5em;
  padding-right: 33px;
  background-position-x: 97%;
}
.accordion-item.white .accordion-item--body {
  background-color: #fff;
  padding: 0 1.5em;
}
.accordion-item.white.show .accordion-item--title {
  background-color: #fff;
}
.accordion-item.white.show .accordion-item--body {
  background-color: #fff;
  padding: 1.5em;
}
.accordion-item.white.show .accordion-item--body p {
  margin-bottom: 0;
}
.rating_gauges_pair {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 20px 20px;
}

.gauge_container {
  position: relative;
  width: 10em;
  height: auto;
  aspect-ratio: 1/1.15;
}
.gauge_container.with_details_links {
  aspect-ratio: 1/1.125;
  font-weight: 700;
}
.gauge_container .gauge {
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  background-image: url(/images/tschecked/star-grey.svg);
  background-size: 22% auto;
  background-position: center top 76%;
  background-repeat: no-repeat;
}
.gauge_container .gauge .dial {
  stroke: #dddddd;
  stroke-width: 10;
  stroke-linecap: round;
}
.gauge_container .gauge .value {
  stroke-width: 10;
  stroke-linecap: round;
}
.gauge_container .gauge .value-text {
  fill: #208465;
}
.gauge_container .score_value {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1em;
  font-size: 3em;
  letter-spacing: -0.05em;
  text-align: center;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0.35em;
  padding: 0.6em 0 0;
  margin: 0;
  width: 100%;
  text-transform: lowercase;
}
.gauge_container .score_value small {
  font-size: 0.5em;
  padding-left: 1px;
}
.gauge_container .score_value .plus {
  display: inline-block;
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
  padding-left: 0.05em;
}
.gauge_container .score_label {
  padding-top: 85%;
  display: block;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.05em;
  text-align: center;
}
.gauge_container .score_details_link {
  position: absolute;
  width: 100%;
  bottom: -0.5em;
  text-align: center;
  font-size: 1.1em;
  opacity: 1;
  transition: 0.5s opacity;
}
.gauge_container .score_details_link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-position: right top 0.35em;
  background-repeat: no-repeat;
  background-size: 1em auto;
  margin-left: 0.25em;
}
.gauge_container .help_link {
  position: absolute;
  display: block;
  line-height: 1em;
  font-weight: 600;
  color: white;
  width: 1.2em;
  height: 1.2em;
  padding: 0.1em;
  border-radius: 50%;
  background-color: #999999;
  text-align: center;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  transition: 0.2s background-color;
}
.gauge_container.green {
  color: #208465;
}
.gauge_container.green .score_details_link::after {
  background-image: url(/images/tschecked/arrow-down-green.svg);
}
.gauge_container.green .gauge {
  background-image: url(/images/tschecked/star-green.svg);
}
.gauge_container.green .gauge .value {
  stroke: #208465;
}
.gauge_container.green .gauge .value-text {
  fill: #208465;
}
.gauge_container.green .help_link:hover {
  background-color: #208465;
}
.gauge_container.green .number_of_reviews a:hover {
  color: #208465;
}
.gauge_container.gold {
  color: #d8aa31;
}
.gauge_container.gold .score_details_link::after {
  background-image: url(/images/tschecked/arrow-down-gold.svg);
}
.gauge_container.gold .gauge {
  background-image: url(/images/tschecked/star-gold.svg);
}
.gauge_container.gold .gauge .value {
  stroke: #d8aa31;
}
.gauge_container.gold .gauge .value-text {
  fill: #d8aa31;
}
.gauge_container.gold .help_link:hover {
  background-color: #d8aa31;
}
.gauge_container.gold .number_of_reviews a:hover {
  color: #d8aa31;
}
.gauge_container.blue {
  color: #3145A2;
}
.gauge_container.blue .score_details_link::after {
  background-image: url(/images/tschecked/arrow-down-blue.svg);
}
.gauge_container.blue .gauge {
  background-image: url(/images/tschecked/check-blue-solid.svg);
}
.gauge_container.blue .gauge .value {
  stroke: #3145A2;
}
.gauge_container.blue .gauge .value-text {
  fill: #3145A2;
}
.gauge_container.blue .help_link:hover {
  background-color: #3145A2;
}
.gauge_container.blue .number_of_reviews a:hover {
  color: #3145A2;
}
.gauge_container.gray, .gauge_container.grey {
  color: #999999;
}
.gauge_container.gray .score_details_link::after, .gauge_container.grey .score_details_link::after {
  background-image: url(/images/tschecked/arrow-down-gray.svg);
}
.gauge_container.gray .gauge, .gauge_container.grey .gauge {
  background-image: url(/images/tschecked/star-grey.svg);
}
.gauge_container.gray .gauge .value, .gauge_container.grey .gauge .value {
  stroke: #999999;
  text-transform: lowercase;
}
.gauge_container.gray .gauge .value-text, .gauge_container.grey .gauge .value-text {
  fill: #999999;
}
.gauge_container.gray .help_link:hover, .gauge_container.grey .help_link:hover {
  background-color: #999999;
}
.gauge_container.gray .number_of_reviews a:hover, .gauge_container.grey .number_of_reviews a:hover {
  color: #999999;
}
.gauge_container.gray.check .gauge, .gauge_container.grey.check .gauge {
  background-image: url(/images/tschecked/check-grey-solid.svg);
}

.rating-detail {
  margin: 1em 0 2em;
}
.rating-detail p {
  display: inline-block;
  width: 49%;
  margin: 0 0 0.25em;
}
.rating-detail p:nth-of-type(2) {
  text-align: right;
  color: #171717;
}
.rating-detail p.rating-name {
  font-weight: 600;
}
.rating-detail p.rating-description {
  width: 100%;
  font-size: 14px;
  margin: 0 0 1em;
  color: #343434;
}
.rating-detail .detail-progress-bar {
  background: #f2f2f2;
  height: 10px;
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}
.rating-detail .detail-progress-bar .progress-bar-inner {
  height: 100%;
  width: var(--progress-fill-width);
  background: var(--progress-fill);
  animation: progress-bar-fill 1s ease-out;
  transition: width 0.5s;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 500ms ease, visibility 0s linear 500ms, pointer-events 0s linear 500ms;
}
.modal-overlay.larger_width .card {
  max-width: 1100px;
}
.modal-overlay .card {
  position: relative;
  max-width: 600px;
  width: 100%;
  top: -10px;
  margin: 0 15px;
  opacity: 0;
  transition: top 500ms ease, opacity 500ms ease;
}
.modal-overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 500ms ease, visibility 0s linear 0s, pointer-events 0s linear 0s;
}
.modal-overlay.show .card {
  top: 0;
  opacity: 1;
}

.message_container {
  background: white;
  border-radius: 2px;
  padding: 24px 21px;
  margin: 0 0 20px 0;
  max-height: 100vh;
}
.message_container p {
  font-size: 15px;
}
.message_container--messages {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 5px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.message_container .document-change {
  text-align: center;
  margin: 0 0 20px 0;
}
.message_container .document-change p {
  margin: 0;
}
.message_container .action_date {
  font-size: 14px;
  color: #797979;
  margin: 0 0 5px;
}
.message_container .action_title, .message_container p.action_title {
  text-align: right;
  font-size: 12px !important;
  color: #254795;
}
.message_container .chat-notification-date {
  text-align: center;
  margin: 7px 0 25px;
}
.message_container .send_message_wrapper {
  position: relative;
  background: #f8f8f8;
}
.message_container .send_message_wrapper button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%2329AF85'%3E%3Cpath d='M49.9 27.8C15.1 12.7-19.2 50.1-1.2 83.5L68.1 212.2c4.4 8.3 12.6 13.8 21.9 15c0 0 0 0 0 0l176 22c3.4 .4 6 3.3 6 6.7s-2.6 6.3-6 6.7l-176 22s0 0 0 0c-9.3 1.2-17.5 6.8-21.9 15L-1.2 428.5c-18 33.4 16.3 70.8 51.1 55.7L491.8 292.7c32.1-13.9 32.1-59.5 0-73.4L49.9 27.8z'/%3E%3C/svg%3E");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.3s, background-image 0.3s;
}
.message_container .send_message_wrapper button:hover, .message_container .send_message_wrapper button:focus {
  background-color: #208465;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23FFF'%3E%3Cpath d='M49.9 27.8C15.1 12.7-19.2 50.1-1.2 83.5L68.1 212.2c4.4 8.3 12.6 13.8 21.9 15c0 0 0 0 0 0l176 22c3.4 .4 6 3.3 6 6.7s-2.6 6.3-6 6.7l-176 22s0 0 0 0c-9.3 1.2-17.5 6.8-21.9 15L-1.2 428.5c-18 33.4 16.3 70.8 51.1 55.7L491.8 292.7c32.1-13.9 32.1-59.5 0-73.4L49.9 27.8z'/%3E%3C/svg%3E");
}
.message_container .send_message_wrapper textarea {
  width: 100%;
  border: 0;
  padding: 10px 15px;
  background: #e6e6e6;
}
.message_container .chat-notification {
  max-width: 500px;
  background: white;
  padding: 15px;
  border-radius: 5px;
  margin: 0 auto;
}
.message_container .chat-notification .title {
  font-weight: 600;
}
.message_container .chat-notification p {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.75;
}
.message_container .dash-responses {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.message_container .dash-responses.highlight {
  justify-content: flex-end;
}
.message_container .dash-responses.highlight .dash-response-item {
  background: #1976D2;
  color: white;
  text-align: right;
}
.message_container .dash-response-item {
  display: inline-block;
  background: #dddddd;
  color: black;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 5px 0 20px;
  min-width: 300px;
}
.message_container .dash-response-item p {
  margin: 0;
}
.message_container .dash-response-item .dash-response-time {
  text-align: right;
  font-size: 13px;
  margin: 7px 0 0;
}

.sortable_files {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  list-style: none;
  margin: 30px 0 20px;
  padding: 0 5px;
}
.sortable_files .file-item {
  background: #e8e8e8;
  padding: 15px;
  border-radius: 5px;
}
.sortable_files .file-item .document-photo-item {
  width: 100%;
  height: 225px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 20px 0;
}
.sortable_files .file-item input {
  width: 100%;
  border: 0;
  padding: 5px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.sortable_files .file-item .approval_container {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}

table {
  width: 100%;
  margin: 40px 0 10px;
}
table thead {
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
table thead th {
  padding: 10px 15px;
  font-weight: 600;
  text-align: left;
}
table thead th.hidden_title {
  visibility: hidden;
}
table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
table tbody tr td {
  padding: 10px 15px;
  vertical-align: middle;
}
table.order-summary-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
table.order-summary-table tbody tr td {
  padding: 20px 15px 19px;
  vertical-align: middle;
}
table.order-summary-table tfoot tr {
  border-bottom: 1px solid #e0e0e0;
}
table.order-summary-table tfoot tr:last-of-type {
  border-bottom: 0;
}
table.order-summary-table tfoot tr.saving {
  color: #208465;
}
table.order-summary-table tfoot tr td {
  padding: 20px 15px 19px;
  vertical-align: middle;
}

.card table .button-group {
  margin-top: 0;
}

#data-table_wrapper, .table-wrapper {
  max-width: calc(100vw - 72px) !important;
  overflow-x: auto;
}

.paginate_button {
  display: inline-block;
  padding: 5px 10px;
  background: #f0f0f0;
  margin: 0 0 0 5px;
  border-radius: 3px;
  border: 1px solid #eee;
  color: #0b0b0b;
  transition: background 500ms ease-in-out, border-color 500ms ease-in-out, color 500ms ease-in-out;
}
.paginate_button:hover, .paginate_button:focus {
  background: #e0e0e0;
  border-color: #ddd;
  color: #3145A2;
}
.paginate_button.current {
  background: #f0f0f0;
  border-color: #ddd;
  color: #208465;
}

.dataTables_length {
  margin: 10px 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.dataTables_length select {
  display: inline-block;
  width: auto;
  padding: 0.25em;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
}

.dataTables_filter {
  width: 100%;
  margin: 10px 0 15px;
  background: #f0f0f0;
  padding: 10px;
  border-radius: 2px;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #cdcdcd;
}

.pill {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 5px 15px;
  margin: 0 5px 5px 0;
  display: inline-block;
  font-size: 14px;
}
.pill.green, .pill.success {
  background: #208465;
}
.pill.red, .pill.danger {
  background: #991D32;
}
.pill.orange, .pill.warning {
  background: #eaa010;
}

.wallet-item {
  margin: 0 0 40px 0;
}
.wallet-item.google {
  background: #208465;
  border-radius: 20px;
  padding: 15px;
  color: #fff;
}
.wallet-item.google h1, .wallet-item.google h2, .wallet-item.google h3, .wallet-item.google h4, .wallet-item.google p, .wallet-item.google a, .wallet-item.google li {
  font-family: "Google Sans", sans-serif;
}
.wallet-item--header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wallet-item--header img {
  border-radius: 50%;
  background-color: white;
}
.wallet-item--header p {
  margin: 0 0 0 10px;
  font-weight: 500;
  font-size: 18px;
}
.wallet-item--body .google-header {
  margin: 25px 0;
}
.wallet-item--body .google-header p, .wallet-item--body .google-header h3 {
  margin: 0;
}
.wallet-item--body .google-header p {
  margin: 0 0 5px;
}
.wallet-item--body .google-header h3 {
  font-size: 29px;
  font-weight: 400;
}
.wallet-item--body svg {
  border-radius: 10px;
  margin: 45px auto 20px;
  display: block;
}
.wallet-item--action {
  margin: 30px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.widgets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1.5em;
  margin: 40px 0 0 0;
}
.widgets-grid .widget_item {
  position: relative;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  text-decoration: none;
}
.widgets-grid .widget_item:active {
  transform: scale(0.98);
}
.widgets-grid .widget_item.disabled {
  cursor: not-allowed;
}
.widgets-grid .widget_item.disabled::after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 10px;
  background-color: #880e4f;
  padding: 0.2em 0.75em 0.23em;
  border-radius: 26px;
  color: #fff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='white'%3E%3Cpath d='M144 144l0 48 160 0 0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192l0-48C80 64.5 144.5 0 224 0s144 64.5 144 144l0 48 16 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l16 0z'/%3E%3C/svg%3E");
  height: 25px;
  width: 8px;
  background-position: center 6px;
  background-size: 16px;
  background-repeat: no-repeat;
}
.widgets-grid .widget_item img {
  width: 100%;
  aspect-ratio: 2/1.25;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.5em 0.25em;
}
.widgets-grid .widget_item.cover_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.widgets-grid .widget_item span {
  display: block;
  width: 100%;
  padding: 0.5em;
  background: #eaeaea;
  border-top: 1px solid #d9d9d9;
}

.images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
  margin-bottom: 3em !important;
}
.images-grid .image-item:first-of-type {
  grid-column: span 3;
}
.images-grid .image-item img {
  background-color: #f5f5f5;
  min-height: 300px;
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.images-grid .image-item figcaption {
  background: #3145A2;
  color: #fff;
  padding: 0.25em 0.5em;
}

.business_details {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.business_details #place_name {
  font-size: 17px;
  font-weight: 600;
  padding: 0.15em 0;
  margin-bottom: 0.25em;
}
.business_details #place_address {
  margin: 0 0 20px;
}
.business_details #place_map {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  border: 2px solid #e9e9e9;
  border-radius: 3px;
}
.business_details.show {
  max-height: 10000px;
}

.no_data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 250px;
}
.no_data svg {
  width: 35px;
  height: auto;
  fill: #c0c0c0;
  margin: 0 0 25px;
}

.verification {
  background: rgba(94, 94, 94, 0.44);
  padding: 0.75em;
  text-align: left;
  border-radius: 5px;
  font-size: 0.9em;
}
.verification-pending {
  background: rgba(255, 142, 0, 0.4392156863);
}
.verification-rejected {
  background: rgba(255, 0, 0, 0.4392156863);
}

.premium_cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: sticky;
  bottom: 3.5vh;
  margin: 3.5vh auto 3.5vh;
  width: 100dvw;
  max-width: 650px;
  background: white;
  border-bottom: 7px solid #d8aa31;
  padding: 1.5em 2em;
  border-radius: 10px;
  z-index: 20;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  /* Remove shimmer, apply hover effect instead */
}
.premium_cta p {
  margin-bottom: 0;
}
.premium_cta a {
  margin: 20px 0 5px;
}
.premium_cta.jump {
  animation: bounce 0.6s ease-out;
}
.premium_cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}
.loader {
  width: 90px;
  height: 14px;
  box-shadow: 0 3px 0 #717171;
  position: relative;
  clip-path: inset(-40px 0 -5px);
}

.loader:before {
  content: "";
  position: absolute;
  inset: auto calc(50% - 17px) 0;
  height: 50px;
  --g: no-repeat linear-gradient(#29a 0 0);
  background: var(--g), var(--g), var(--g), var(--g);
  background-size: 16px 14px;
  animation: l7-1 2s infinite linear, l7-2 2s infinite linear;
}

@keyframes l7-1 {
  0%, 100% {
    background-position: 0 -50px, 100% -50px;
  }
  17.5% {
    background-position: 0 100%, 100% -50px, 0 -50px, 100% -50px;
  }
  35% {
    background-position: 0 100%, 100% 100%, 0 -50px, 100% -50px;
  }
  52.5% {
    background-position: 0 100%, 100% 100%, 0 calc(100% - 16px), 100% -50px;
  }
  70%, 98% {
    background-position: 0 100%, 100% 100%, 0 calc(100% - 16px), 100% calc(100% - 16px);
  }
}
@keyframes l7-2 {
  0%, 70% {
    transform: translate(0);
  }
  100% {
    transform: translate(200%);
  }
}
/* Container initial state */
#taking_a_while {
  opacity: 1;
  transform: translateY(0);
}

/* Animation class for fading in with a swoop from the bottom */
.fade-in-swoop {
  animation: fadeInSwoop 1s ease forwards;
}

@keyframes fadeInSwoop {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.stripe_secure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stripe_secure.left {
  justify-content: flex-start;
}
.stripe_secure.margin {
  margin: 10px 0 0;
}
.stripe_secure p {
  margin: 0;
  font-size: 0.85em;
  color: black !important;
}
.stripe_secure svg {
  width: 60px;
}

#payment_pending {
  min-height: 50dvh;
}

.price {
  font-size: 22px;
}

.space-around {
  margin-bottom: 30px;
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .space-around {
    margin-top: 80px;
  }
}

.swiper-wrapper-container h3 {
  padding-bottom: 20px;
}
.swiper-wrapper-container .pricing-slider {
  overflow-x: hidden;
  margin-left: 15px;
  padding-bottom: 30px;
  max-width: 1400px;
}
@media (min-width: 1300px) {
  .swiper-wrapper-container .pricing-slider {
    margin-left: 5em;
  }
}
@media (min-width: 1520px) {
  .swiper-wrapper-container .pricing-slider {
    margin: 0 auto;
    padding: 20px 20px 30px 20px;
  }
}
.swiper-wrapper-container .pricing-slider .swiper-slide {
  margin-right: 15px;
}
.swiper-wrapper-container .pricing-slider .swiper-slide .swiper-image {
  width: 100%;
  height: 250px;
}
@media (min-width: 954px) {
  .swiper-wrapper-container .pricing-slider .swiper-slide .swiper-image {
    height: 320px;
    aspect-ratio: 1/1;
  }
}
.swiper-wrapper-container .pricing-slider .swiper-slide .swiper-image img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 8px solid #fff;
  width: 100%;
  height: 100%;
}
.swiper-wrapper-container .pricing-slider .swiper-slide p {
  line-height: 1.4;
  margin-top: 10px;
}
.swiper-wrapper-container .pricing-slider .swiper-pagination-bullet-active {
  background-color: #29af85;
}

.pricing-page .cta {
  margin-bottom: 40px;
  background-color: white;
  padding: 20px;
}
@media (min-width: 954px) {
  .pricing-page .cta {
    padding: 40px;
  }
}
.pricing-page .cta p {
  max-width: 850px;
}
.pricing-page .cta-price {
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
}

.dashboard.pricing-page {
  min-height: unset;
}

.feature_cta {
  text-decoration: unset;
}
.feature_cta:hover, .feature_cta:focus {
  text-decoration: unset;
}
.feature_cta__image {
  position: relative;
  margin: 0 0 20px 0;
}
.feature_cta__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: #c8c8c8;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature_cta__image::before {
  content: "Free";
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  background-color: #fff;
  padding: 0.25em 0.75em;
  border-radius: 5px;
  color: #131313;
  font-size: 0.75em;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 600;
}
.feature_cta__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.feature_cta__actions .button {
  width: 100%;
  margin: 0 0 0.5em 0;
}
@media (min-width: 954px) {
  .feature_cta__actions .button {
    width: auto;
    margin: 0;
  }
}
.feature_cta.premium .feature_cta__image::before {
  content: "Promote";
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  background-color: #090909;
  padding: 0.25em 0.75em 0.3em;
  border-radius: 5px;
  color: #fff;
  font-size: 0.75em;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 10px 62px -3px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 600;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.pagination button {
  background-color: #f0f0f0;
  border: none;
  padding: 0.55em 0.75em 0.5em;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 0 5px;
  line-height: 1;
}
.pagination button:hover {
  background-color: rgb(31.3194444444, 133.6805555556, 101.5972222222);
  color: #e0e0e0;
}
.pagination button.current {
  background-color: #208465;
  color: #fff;
}

.widget-preview {
  position: relative;
}
.widget-preview.loading-iframe {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}
.widget-preview.loading-iframe iframe {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.widget-preview.loading-iframe .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.widget-preview iframe {
  opacity: 1;
  transition: opacity 0.5s ease-in-out, height 0.3s ease-in-out;
}

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