.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1b1d2a;
  font-size: 34px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1b1d2a;
  font-size: 28px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1b1d2a;
  font-size: 22px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1b1d2a;
  font-size: 14px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: #fa198b;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #404250;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #404250;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 20px;
  border-left: 3px solid #fa198b;
  border-radius: 0px;
  background-color: #f6f7f9;
  color: #808292;
}

figure {
  margin-bottom: 10px;
}

.body {
  font-family: 'DM Sans', sans-serif;
  color: #808292;
  font-size: 14px;
  font-weight: 400;
}

.app-layout {
  min-height: 100vh;
}

.app-main-layout-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background-color: #fff;
}

.app-nav-layout {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.sidebar-navbar {
  background-color: transparent;
}

.sidebar-navbar-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar-navbar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 54px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
  -webkit-transition: background-color 100ms ease-in-out, opacity 100ms ease-in-out;
  transition: background-color 100ms ease-in-out, opacity 100ms ease-in-out;
  font-weight: 400;
}

.sidebar-navbar-link:hover {
  background-color: hsla(0, 0%, 100%, 0.25);
  opacity: 1;
  color: #404250;
}

.sidebar-navbar-link.w--current {
  background-color: hsla(0, 0%, 100%, 0.25);
  opacity: 1;
  color: #000;
}

.sidebar-navbar-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 260px;
  margin-top: 54px;
  padding-top: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #00ffc5;
}

.sidebar-navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 10px 20px 10px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}

.sidebar-navbar-brand:hover {
  opacity: 0.8;
}

.sidebar-navbar-heading {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 54px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
}

.sidebar-navbar-toggle-button {
  display: block;
  height: 39px;
  padding: 10px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  background-image: url('../images/icons8-open-pane-100_1icons8-open-pane-100.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.sidebar-navbar-toggle-button:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.app-main-layout {
  margin-top: 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f6f7f9;
}

.app-main-layout-mask {
  width: 260px;
}

.sidebar-navbar-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}

.sidebar-navbar-footer.nav-toggle {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.sidebar-navbar-body {
  overflow: auto;
  margin-top: 40px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-navbar-body-container {
  overflow: hidden;
}

.app-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.app-navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.menu-dropdown-toggle {
  width: 34px;
  height: 34px;
  padding: 0px;
  border-radius: 50%;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

.menu-dropdown-toggle:hover {
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.menu-dropdown-toggle.w--open {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.menu-dropdown-toggle.dropdown-notification {
  background-image: url('../images/icons8-notification-100_1icons8-notification-100.png');
  background-size: 25px;
}

.menu-dropdown-toggle.dropdown-notification:hover {
  background-image: url('../images/icons8-notification-100-1_1icons8-notification-100 (1).png');
}

.menu-dropdown-toggle.dropdown-notification.w--open {
  background-color: hsla(0, 0%, 100%, 0.05);
  background-image: url('../images/icons8-notification-100-1_1icons8-notification-100 (1).png');
}

.menu-dropdown-toggle.dropdown-message {
  background-image: url('../images/icons8-inbox-100_1icons8-inbox-100.png');
  background-size: 25px;
}

.menu-dropdown-toggle.dropdown-message:hover {
  background-image: url('../images/icons8-inbox-100-1_1icons8-inbox-100 (1).png');
}

.menu-dropdown-toggle.dropdown-message.w--open {
  background-image: url('../images/icons8-inbox-100-1_1icons8-inbox-100 (1).png');
}

.menu-dropdown-toggle.dropdown-search {
  background-image: url('../images/icons8-search-100_1icons8-search-100.png');
  background-size: 25px;
}

.menu-dropdown-toggle.dropdown-search:hover {
  background-image: url('../images/icons8-search-100-1_1icons8-search-100 (1).png');
}

.navbar-dropdown-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/1658315727898.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.7);
}

.menu-dropdown-list.w--open {
  left: auto;
  top: 43px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.menu-dropdown-list.search {
  top: 0px;
  overflow: hidden;
  height: 34px;
  border-style: none;
  background-color: transparent;
}

.menu-dropdown-list.search-dropdown-list.w--open {
  box-shadow: none;
}

.app-navbar-menu-item {
  display: inline-block;
  margin-left: 10px;
}

.dropdown-notification {
  background-image: url('../images/icons8-notification-100_2icons8-notification-100.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.dropdown-message {
  background-image: url('../images/icons8-inbox-100_2icons8-inbox-100.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.dropdown-search {
  background-image: url('../images/icons8-search-100_2icons8-search-100.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-content.card {
  width: 100%;
  height: auto;
  max-width: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content._404-card {
  width: 100%;
  height: auto;
  max-width: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caption {
  margin-bottom: 10px;
  color: #1b1d2a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button {
  height: 52px;
  padding: 0px 20px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-color: #e7e9ef;
  box-shadow: 0 1px 1px 0 #e7e9ef;
  -webkit-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
  transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
  color: #54576f;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #d7dce5;
  color: #404250;
  text-decoration: none;
}

.button.w--current {
  background-color: #f6f7f9;
  color: #456aeb;
}

.button.button-small {
  height: 32px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 32px;
}

.button.button-large {
  height: 52px;
  padding-right: 80px;
  padding-left: 80px;
  font-size: 16px;
  line-height: 52px;
}

.button.button-primary {
  background-color: #fa198b;
  color: #fff;
}

.button.button-primary:hover {
  background-color: #000;
  color: #fff;
}

.button.button-primary.pay-button {
  width: 200px;
  background-color: #fa198b;
}

.button.button-primary.create-button {
  width: 100%;
}

.button.button-primary.responsive-hide-button {
  display: none;
}

.button.button-block {
  width: 100%;
}

.button.button-google {
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #fff;
  background-image: url('../images/icons8-google.svg');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.button.button-google:hover {
  border-color: #808292;
}

.button.button-outlined {
  border-width: 2px;
  border-color: #e7e9ef;
  background-color: #fff;
}

.button.button-outlined:hover {
  border-color: #fa198b;
  color: #fa198b;
}

.button.button-secondary {
  background-color: #00ffc5;
  box-shadow: 0 1px 1px 0 #d7dce5;
  color: #404250;
}

.button.button-secondary:hover {
  background-color: #000;
  color: #fff;
}

.button.button-secondary.hero-cta {
  min-width: 200px;
}

.bold {
  font-weight: 700;
}

.style-guide-item {
  margin-top: 10px;
}

.medium {
  font-weight: 500;
}

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

.app-main-layout-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 4% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.app-main-layout-wrapper.header {
  padding-top: 40px;
}

.hint {
  font-size: 12px;
}

.rich-text img {
  border-radius: 5px;
}

.rich-text figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.colors-row {
  margin-bottom: 50px;
}

.button-group {
  margin-right: -5px;
  margin-left: -5px;
}

.style-guide-content {
  margin-top: 20px;
}

.help-link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.style-color {
  display: inline-block;
  width: 150px;
  height: 50px;
  border-radius: 5px;
}

.style-color.grey {
  background-color: #f6f7f9;
}

.style-color.blue {
  background-color: #00ffc5;
}

.style-color.primary {
  background-color: #fa198b;
}

.style-color.grey-link {
  background-color: #54576f;
}

.style-color.white-smoke {
  background-color: #ebedf0;
}

.style-color.grey-heading {
  background-color: #404250;
}

.style-color.grey-text {
  background-color: #808292;
}

.style-color.red {
  background-color: #f64f59;
}

.style-color.green {
  background-color: #31ba7e;
}

.card {
  position: relative;
  height: 100%;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 #e7e9ef;
}

.page-heading {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-heading.with-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-section-title {
  margin-bottom: 20px;
  padding: 60px 0px 0px;
  border-bottom: 1px solid #ebedf0;
}

.style-guide-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-heading.small {
  margin-bottom: 20px;
}

.style-guide-section {
  max-width: 800px;
}

.heading {
  background-color: transparent;
}

.link {
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.link:hover {
  color: #fa198b;
  text-decoration: underline;
}

.custom-link {
  display: inline-block;
  padding-right: 20px;
  background-image: url('../images/icons8-right-arrow-64_1icons8-right-arrow-64.png');
  background-position: 100% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: padding 100ms ease-in-out, background-position 100ms ease-in-out;
  transition: padding 100ms ease-in-out, background-position 100ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.custom-link:hover {
  padding-right: 25px;
  background-position: 100% 50%;
  color: #fa198b;
}

.search {
  margin-bottom: 0px;
}

.search-input {
  height: 34px;
  margin-bottom: 0px;
  padding-right: 35px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.search-input:active {
  border-color: #808292;
}

.search-input:focus {
  border-color: #808292;
}

.search-input::-webkit-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.search-input:-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.search-input::-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.search-input::placeholder {
  color: #808292;
  font-weight: 400;
}

.search-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 34px;
  height: 34px;
  background-color: transparent;
  background-image: url('../images/icons8-search-100_1icons8-search-100.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-size: 0px;
}

.search-button:hover {
  background-image: url('../images/icons8-search-100-1_1icons8-search-100 (1).png');
}

.footer {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ebedf0;
}

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

.switcher-wrapper {
  width: 40px;
  padding: 2px;
  border-radius: 50px;
  background-color: #ebedf0;
  cursor: pointer;
}

.switcher-button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}

.label {
  color: #404250;
  font-weight: 500;
}

.input {
  height: 55px;
  min-height: 55px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1.5px solid #ccc;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
  transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
  font-weight: 500;
}

.input:active {
  border-color: #808292;
  background-color: #fff;
}

.input:focus {
  border-color: #404250;
  background-color: #fff;
}

.input::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
  font-weight: 400;
}

.input:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
  font-weight: 400;
}

.input::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
  font-weight: 400;
}

.input::placeholder {
  color: rgba(50, 52, 58, 0.4);
  font-weight: 400;
}

.input.search-result {
  margin-right: 10px;
  margin-bottom: 0px;
}

.input.date {
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border-width: 1.5px;
  border-color: #ccc;
  border-radius: 12px;
  background-color: #fff;
  line-height: 50px;
}

.input.date:active {
  border-color: #808292;
}

.input.date:focus {
  border-color: #404250;
}

.textarea {
  max-height: 170px;
  max-width: 100%;
  min-height: 170px;
  min-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  color: #404250;
  font-weight: 500;
}

.textarea:active {
  border-color: #808292;
  background-color: #fff;
}

.textarea:focus {
  border-color: #404250;
  background-color: #fff;
}

.textarea::-webkit-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.textarea:-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.textarea::-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.textarea::placeholder {
  color: #808292;
  font-weight: 400;
}

.textarea.rte-textarea {
  display: none;
}

.textarea.rte-textarea:focus {
  border-color: #404250;
}

.textarea.rte-textarea::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.textarea.rte-textarea:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.textarea.rte-textarea::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.textarea.rte-textarea::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.success-message {
  border: 1px solid #31ba7e;
  border-radius: 5px;
  background-color: #fff;
  color: #31ba7e;
  font-weight: 400;
  text-align: center;
}

.error-message {
  padding: 20px;
  border: 1px solid #f64f59;
  border-radius: 5px;
  background-color: #fff;
  color: #f64f59;
  font-weight: 400;
  text-align: center;
}

.tabs-menu {
  padding-top: 15px;
  border-bottom: 1px solid #ebedf0;
}

.tabs-menu.notification-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-link {
  margin-right: 20px;
  margin-bottom: -1px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  color: #404250;
  font-weight: 500;
}

.tab-link:hover {
  color: #fa198b;
}

.tab-link.w--current {
  border-bottom: 2px solid #fa198b;
  background-color: transparent;
  color: #fa198b;
  font-weight: 500;
}

.tab-link.notification-tab {
  margin-right: 0px;
  padding: 10px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.tab-link.notification-tab:hover {
  color: #325ae7;
}

.tab-link.notification-tab.w--current {
  background-color: #f6f7f9;
}

.tabs-content {
  padding-top: 40px;
  padding-bottom: 20px;
}

.tabs-content.notification-content {
  min-height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.button-group-item {
  margin-right: 5px;
  margin-left: 5px;
}

.menu-dropdown-link-icon {
  position: absolute;
  left: 0%;
  top: 1px;
  right: auto;
  bottom: auto;
}

.menu-dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  color: #404250;
  line-height: 20px;
  text-decoration: none;
}

.menu-dropdown-link:hover {
  background-color: #f6f7f9;
}

.premium-switcher {
  float: right;
}

.premium-text {
  float: left;
  color: #325ae7;
}

.premium-container {
  padding: 20px;
  border-top: 1px solid #ebedf0;
  border-bottom: 1px solid #ebedf0;
  color: #456aeb;
  font-weight: 500;
}

.munu-dropdown-link-container {
  position: relative;
}

.notification-icon {
  margin-bottom: 5px;
}

.notification-content-heading {
  padding: 10px 20px;
  border-bottom: 1px solid #ebedf0;
  color: #404250;
  font-weight: 500;
}

.notification-content-body {
  overflow: auto;
  max-height: 270px;
  padding: 10px 20px;
}

.notification-content-footer {
  padding: 10px 20px;
  border-top: 1px solid #ebedf0;
}

.notification-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f7f9;
  color: #808292;
  text-decoration: none;
}

.notification-item-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #f6f7f9;
}

.notification-item-icon._1 {
  background-image: url('../images/michael-dam-mEZ3PoFGs_k-unsplash_1michael-dam-mEZ3PoFGs_k-unsplash.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.notification-item-icon._2 {
  background-image: url('../images/ivana-cajina-_7LbC5J-jw4-unsplash_1ivana-cajina-_7LbC5J-jw4-unsplash.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.notification-item-icon._3 {
  background-image: url('../images/jared-sluyter-das6NrjLoM0-unsplash_1jared-sluyter-das6NrjLoM0-unsplash.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.notification-item-icon._4 {
  background-image: url('../images/gabriel-silverio-u3WmDyKGsrY-unsplash_1gabriel-silverio-u3WmDyKGsrY-unsplash.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.notification-item-icon._5 {
  background-image: url('../images/alex-blajan-QDPFWFCHes4-unsplash_1alex-blajan-QDPFWFCHes4-unsplash.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.notification-item-icon._6 {
  background-image: url('../images/christopher-campbell-rDEOVtE7vOs-unsplash_1christopher-campbell-rDEOVtE7vOs-unsplash.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
  background-repeat: no-repeat, repeat;
}

.notification-item-icon._7 {
  background-color: #456aeb;
  background-image: url('../images/icons8-shopping-basket-100_1icons8-shopping-basket-100.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.notification-item-icon._8 {
  background-color: #31ba7e;
  background-image: url('../images/icons8-paypal-100_1icons8-paypal-100.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.notification-item-icon._8 {
  background-color: #31ba7e;
  background-image: url('../images/icons8-paypal-100_1icons8-paypal-100.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.notification-item-title {
  color: #404250;
  font-weight: 500;
}

.notification-item-text {
  overflow: hidden;
  max-height: 18px;
  font-size: 12px;
}

.notification-item-date {
  padding-left: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #325ae7;
  font-size: 12px;
  font-weight: 500;
}

.notification-item-body {
  padding-top: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hint-bold {
  color: #404250;
  font-weight: 700;
}

.notification-item-time {
  margin-top: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #456aeb;
  font-size: 12px;
  font-weight: 500;
}

.grey-text {
  color: #808292;
}

.dropdown-list {
  overflow: hidden;
  margin-top: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.dropdown-list.w--open {
  border-style: solid;
  border-width: 1px;
  border-color: #ebedf0;
  border-radius: 3px;
  background-color: #fff;
  font-size: 12px;
}

.dropdown-link {
  background-color: #fff;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  color: #54576f;
  cursor: pointer;
}

.dropdown-link:hover {
  background-color: #f6f7f9;
  color: #456aeb;
}

.dropdown {
  z-index: 1;
}

.dropdown.slider-dropdown {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 10px;
  margin-right: 10px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  font-weight: 400;
}

.row.table-row {
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 5px;
  border-bottom: 1px solid #ebedf0;
}

.row.table-row.table-header {
  color: #404250;
  font-size: 14px;
  font-weight: 500;
}

.row.table-row.last {
  border-bottom-style: none;
}

.row.padding {
  margin-right: -10px;
  margin-left: -10px;
}

.col.table-col {
  padding-right: 10px;
  padding-left: 0px;
}

.col.padding {
  padding-right: 10px;
  padding-left: 10px;
}

.section {
  margin-bottom: 20px;
}

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

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.progress-outer {
  overflow: hidden;
  height: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  background-color: #ebedf0;
}

.progress-outer.with-number {
  height: 18px;
}

.progress-inner {
  height: 6px;
  border-radius: 10px;
  background-color: #fa198b;
}

.progress-inner._50 {
  width: 50%;
  height: 6px;
}

.progress-inner.with-number {
  height: 18px;
  border-radius: 0px;
  text-align: center;
}

.progress-text {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart-tab-content {
  margin-top: 20px;
}

.revenue-value {
  color: #1b1d2a;
  font-size: 30px;
  font-weight: 500;
}

.card-description {
  margin-top: 10px;
}

.card-description.hint.mb-20 {
  margin-bottom: 20px;
}

.text-green {
  color: #31ba7e;
  font-weight: 700;
}

.text-red {
  color: #f64f59;
}

.table.wide {
  min-width: 400px;
  padding-bottom: 10px;
}

.table-wrapper {
  overflow: auto;
  max-width: 100%;
}

.form-group {
  margin-bottom: 20px;
}

.upload-event-photos {
  display: block;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.app-main-layout-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal-close {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-multiply-64-1_1icons8-multiply-64 (1).png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  cursor: pointer;
}

.modal-close:hover {
  background-color: #ebedf0;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: none;
  overflow: auto;
  max-height: 100vh;
  padding: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-container {
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 420px;
  margin: auto;
  padding: 50px 30px 30px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.modal-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 901;
}

.style-guide-modal-note {
  margin-top: 40px;
}

.sg-modal-example {
  margin-top: 20px;
}

.button-block {
  margin-bottom: 10px;
}

.primary-text {
  color: #325ae7;
}

.price-plan-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ebedf0;
  border-radius: 5px;
  cursor: pointer;
}

.price-plan-select:hover {
  border-color: #404250;
}

.app-main-layout-header {
  border-bottom: 1px none rgba(0, 0, 0, 0.05);
}

.switcher-tab {
  min-width: 80px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #ebedf0;
  border-bottom: 1px solid #ebedf0;
  background-color: transparent;
  color: #808292;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.switcher-tab:hover {
  background-color: #ebedf0;
}

.switcher-tab.w--current {
  border-top-color: #fa198b;
  border-bottom-color: #325ae7;
  background-color: #fa198b;
  color: #fff;
}

.switcher-tab.right {
  border-right: 1px solid #ebedf0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.switcher-tab.right.w--current {
  border-right-color: #fa198b;
  border-bottom-color: #fa198b;
}

.switcher-tab.left {
  border-left: 1px solid #ebedf0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.switcher-tab.left.w--current {
  border-right-color: transparent;
  border-left-color: #325ae7;
}

.mb-0 {
  margin-bottom: 0px;
}

.button-dropdown {
  padding: 9px 40px 9px 30px;
  border: 1.5px solid #e7e9ef;
  border-radius: 12px;
  background-color: transparent;
  color: #808292;
  font-size: 12px;
}

.button-dropdown:hover {
  border-color: #d7dce5;
  background-color: #ebedf0;
}

.button-dropdown.w--open {
  border-color: #325ae7;
  background-color: #325ae7;
  color: #fff;
}

.button-dropdown.slider-dd {
  float: right;
  background-color: rgba(235, 237, 240, 0.81);
  color: #404250;
}

.label-item {
  display: inline-block;
  padding: 2px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebedf0;
  border-radius: 4px;
  background-color: #f6f7f9;
  color: #808292;
  font-weight: 400;
}

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

.mt-20.white-text {
  color: #fff;
}

.mt-40 {
  margin-top: 40px;
}

.mt-40.white-text {
  color: #fff;
}

.mb-40 {
  margin-bottom: 40px;
  color: #808292;
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-left: 0px;
  border: 1.5px solid #ccc;
  background-color: #fff;
}

.checkbox.w--redirected-checked {
  border-color: #404250;
  background-color: #404250;
  background-size: 14px;
}

.checkbox-field {
  position: relative;
  padding-left: 30px;
}

.search-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result-item {
  position: relative;
  display: block;
  height: 100%;
  padding: 30px;
  border-left: 3px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 #ebedf0;
  color: #54576f;
  font-weight: 400;
  text-decoration: none;
}

.search-result-item:hover {
  border-left-color: #325ae7;
  opacity: 0.9;
  color: #54576f;
}

.material-icons-round.md-18.visibility-off {
  color: #f64f59;
}

.material-icons-round.md-18.visibility-on {
  color: #31ba7e;
}

.material-icons-round.md-18.mr-8 {
  margin-right: 8px;
}

.material-icons-round.md-24.icon-gold {
  color: #c09000;
}

.material-icons-round.md-24.icon-pink {
  color: #fa198b;
}

.material-icons-round.md-24.icon-pink:hover {
  color: #000;
}

.material-icons-round.md-24.icon-acc-settings {
  display: none;
}

.row-link-block {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.row-link-block:hover {
  background-color: rgba(0, 0, 0, 0.02);
  color: #000;
}

.button-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  color: #000;
  cursor: pointer;
}

.button-outline.is--signup {
  position: relative;
  margin-top: 0.56em;
  margin-bottom: 0.56em;
  border-color: #000;
  color: #000;
  font-weight: 500;
}

.button-icon.is--close {
  width: 2.5em;
  height: 2.5em;
  padding: 0em;
  background-color: transparent;
  color: #000;
  cursor: pointer;
}

.date {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.date:hover {
  border-color: #e3e6eb;
}

.date:active {
  border-color: #43464d;
}

.date:focus {
  border-color: #43464d;
}

.date::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.date:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.date::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.date::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.slider {
  width: 100%;
  height: 40em;
}

.slider.is--small {
  position: relative;
  overflow: hidden;
  height: 24em;
  background-color: transparent;
  cursor: pointer;
}

.slider-arrow {
  width: 10%;
}

.slider-arrow.slider-arrow-m {
  height: 50%;
}

.slider-nav {
  height: 3em;
  padding-top: 1.11em;
  padding-bottom: 1.11em;
}

.slider-nav.is--dark {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  color: #000;
}

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

.rte-input {
  padding: 0px;
}

.slider-image-centered {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

._148-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-right: 32px;
  margin-left: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.is--text-pink {
  color: #fa198b;
  font-weight: 400;
  text-decoration: none;
}

.text-rights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-rights.black-content {
  color: #000;
}

.text-rights.black-content.mb-20 {
  margin-bottom: 20px;
}

.text-rights.footer-link-dark {
  color: #000;
}

.share-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.05) #000 #000;
}

.footer-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-section {
  background-color: #e7e9ef;
}

.footer--tagline {
  margin-bottom: 20px;
}

.footer-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 2.22em 6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link-dark {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5em;
  font-weight: 400;
  text-decoration: none;
}

.footer-block-right {
  width: 50%;
  padding-left: 45px;
}

.footer-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-block-left {
  width: 50%;
  padding-right: 45px;
  padding-bottom: 0px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-block {
  margin-top: 4em;
}

.line-break {
  width: 1px;
  height: 100%;
  min-height: 420px;
  background-color: rgba(0, 0, 0, 0.05);
}

.footer-bottom-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid none none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-heading {
  color: #808292;
  text-transform: uppercase;
}

.donate-text {
  padding-bottom: 20px;
  text-align: left;
}

.left-navbar-logo {
  max-height: 36px;
  max-width: 140px;
  text-align: center;
}

.left-navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}

.left-navbar-brand:hover {
  opacity: 0.8;
}

.left-navbar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 52px;
  margin: 20px 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
  opacity: 0.8;
  -webkit-transition: background-color 100ms ease-in-out, opacity 100ms ease-in-out;
  transition: background-color 100ms ease-in-out, opacity 100ms ease-in-out;
  font-weight: 400;
}

.left-navbar-link:hover {
  background-color: rgba(246, 247, 249, 0.85);
  box-shadow: 0 1px 1px 0 #d7dce5;
  opacity: 1;
}

.left-navbar-link.w--current {
  background-color: #f6f7f9;
  box-shadow: 0 1px 1px 0 #d7dce5;
  opacity: 1;
  color: #fa198b;
}

.left-navbar-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 260px;
  margin-top: 54px;
  padding-top: 20px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #00ffc5;
}

.left-navbar-body {
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-navbar-heading {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.left-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.switcher-wrapper-2 {
  width: 40px;
  padding: 2px;
  border-radius: 50px;
  background-color: #ebedf0;
  cursor: pointer;
}

.donate-grid {
  justify-items: end;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.share-listing-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-action-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-action-icon:hover {
  color: #fa198b;
}

.vanity-url-text {
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #f6f7f9;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.profile-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.profile-share-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #e7e9ef;
  box-shadow: 0 1px 1px 0 #d7dce5;
}

.create-button-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.public-left-navbar-logo {
  max-width: 100%;
  margin-right: 25px;
}

.lnd_nav_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_block_06 {
  min-height: auto;
  min-width: 320px;
  padding: 15px 10px 5px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 9px 9px 17px 5px rgba(0, 0, 0, 0.19);
}

.lnd_logo_forest {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
}

.lnd_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_dropdown_base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 790px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-shadow: 14px 14px 40px 5px rgba(118, 126, 173, 0.1);
}

.lnd_dropdown_wrap {
  width: 35px;
  height: 35px;
  margin-left: 15px;
  border-radius: 100px;
  background-color: #f8faff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.lnd_dropdown_wrap:hover {
  background-color: #e9eefa;
}

.lnd_navigation {
  display: block;
  padding: 10px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.lnd_nav_col_1 {
  width: 100%;
  padding: 15px;
}

.lnd_nav_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 5px 8px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 15px;
  text-decoration: none;
}

.lnd_nav_item:hover {
  background-color: #f8faff;
}

.lnd_nav_item.hide2 {
  display: none;
}

.nav01_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.nav01_icon_burger {
  color: #000;
}

.lnd_toggle_primary {
  margin-right: 5px;
  padding-right: 25px;
  font-weight: 500;
}

.nav01_right_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav01_logo {
  margin-right: 25px;
}

.lnd_dropdown_text {
  color: #4f5e78;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.div_block_07 {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(155, 158, 184, 0.32);
}

.div_block_07.hide-3 {
  display: none;
}

.image-41 {
  width: 40px;
}

.lnd_nav_link_text {
  font-weight: 500;
}

.div_block_05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lnd_nav_link_button {
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #201b3d;
  font-size: 14px;
  font-weight: 600;
}

.lnd_nav_link_button:hover {
  color: #5b3acc;
}

.lnd_nav_link_button.w--current {
  color: #5b3acc;
}

.lnd_dropdown {
  min-width: 200%;
}

.lnd_dropdown.w--open {
  left: -50px;
  min-width: 150px;
  margin-top: 8px;
  padding: 4px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.1);
}

.nav01_line {
  width: 1px;
  height: 100%;
  min-height: 31px;
  margin-left: 10px;
  background-color: #ebecf0;
}

.lnd_nav_link {
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.lnd_nav_link.w--current {
  color: #5b3acc;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: none;
}

.header-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: block;
  width: 100%;
}

.lnd_dropdown_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 44px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.lnd_dropdown_link:hover {
  border-radius: 4px;
  background-color: #f8faff;
}

.text-block-39 {
  margin-bottom: 8px;
  color: #5d3eff;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-39.hide1 {
  display: none;
}

.lnd_dropdown_list {
  background-color: transparent;
}

.lnd_dropdown_list.w--open {
  left: -125px;
  background-color: transparent;
}

.div_block_08 {
  min-width: 300px;
}

.icon {
  margin-right: 5px;
}

.nav01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_navigation_mobile {
  display: none;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.warning-h4 {
  margin-bottom: 15px;
}

.spacer {
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-dropdown-link-2 {
  display: block;
  padding: 12px 20px;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  color: #404250;
  line-height: 20px;
  text-decoration: none;
}

.menu-dropdown-link-2:hover {
  background-color: #f6f7f9;
}

.custom-link-2 {
  display: inline-block;
  padding-right: 20px;
  background-image: url('../images/icons8-right-arrow-64_1icons8-right-arrow-64.png');
  background-position: 100% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: padding 100ms ease-in-out, background-position 100ms ease-in-out;
  transition: padding 100ms ease-in-out, background-position 100ms ease-in-out;
  color: #325ae7;
  text-decoration: none;
  cursor: pointer;
}

.custom-link-2:hover {
  padding-right: 25px;
  background-position: 100% 50%;
  color: #325ae7;
}

.notification-content-heading-2 {
  padding: 10px 20px;
  border-bottom: 1px solid #ebedf0;
  color: #404250;
  font-weight: 500;
}

.notification-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f7f9;
  color: #808292;
  text-decoration: none;
}

.notification-item-2.last {
  border-bottom-style: none;
}

.tabs-content-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabs-content-2.notification-content {
  min-height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.premium-container-2 {
  padding: 20px;
  border-top: 1px solid #ebedf0;
  border-bottom: 1px solid #ebedf0;
  color: #456aeb;
  font-weight: 500;
}

.menu-dropdown-list-2.w--open {
  left: auto;
  top: 43px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.menu-dropdown-list-2.search {
  top: 0px;
  overflow: hidden;
  height: 34px;
  border-style: none;
  background-color: transparent;
}

.menu-dropdown-list-2.search-dropdown-list.w--open {
  box-shadow: none;
}

.tab-link-2 {
  margin-bottom: -1px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  color: #404250;
  font-weight: 500;
}

.tab-link-2:hover {
  color: #456aeb;
}

.tab-link-2.w--current {
  border-bottom: 2px solid #325ae7;
  background-color: transparent;
  color: #325ae7;
  font-weight: 500;
}

.tab-link-2.notification-tab {
  margin-right: 0px;
  padding: 10px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.tab-link-2.notification-tab:hover {
  color: #325ae7;
}

.tab-link-2.notification-tab.w--current {
  background-color: #f6f7f9;
}

.search-input-2 {
  height: 34px;
  margin-bottom: 0px;
  padding-right: 35px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.search-input-2:active {
  border-color: #808292;
}

.search-input-2:focus {
  border-color: #808292;
}

.search-input-2::-webkit-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.search-input-2:-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.search-input-2::-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.search-input-2::placeholder {
  color: #808292;
  font-weight: 400;
}

.hint-bold-2 {
  color: #404250;
  font-weight: 700;
}

.tabs-menu-2 {
  border-bottom: 1px solid #ebedf0;
}

.tabs-menu-2.notification-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notification-item-title-2 {
  color: #404250;
  font-weight: 500;
}

.menu-dropdown-toggle-2 {
  width: 34px;
  height: 34px;
  padding: 0px;
  border-radius: 50%;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

.menu-dropdown-toggle-2:hover {
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.menu-dropdown-toggle-2.w--open {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.menu-dropdown-toggle-2.dropdown-message {
  background-image: url('../images/icons8-inbox-100_1icons8-inbox-100.png');
  background-size: 25px;
}

.menu-dropdown-toggle-2.dropdown-message:hover {
  background-image: url('../images/icons8-inbox-100-1_1icons8-inbox-100 (1).png');
}

.menu-dropdown-toggle-2.dropdown-message.w--open {
  background-image: url('../images/icons8-inbox-100-1_1icons8-inbox-100 (1).png');
}

.menu-dropdown-toggle-2.dropdown-notification {
  background-image: url('../images/icons8-notification-100_1icons8-notification-100.png');
  background-size: 25px;
}

.menu-dropdown-toggle-2.dropdown-notification:hover {
  background-image: url('../images/icons8-notification-100-1_1icons8-notification-100 (1).png');
}

.menu-dropdown-toggle-2.dropdown-notification.w--open {
  background-color: hsla(0, 0%, 100%, 0.05);
  background-image: url('../images/icons8-notification-100-1_1icons8-notification-100 (1).png');
}

.menu-dropdown-toggle-2.dropdown-search {
  background-image: url('../images/icons8-search-100_1icons8-search-100.png');
  background-size: 25px;
}

.menu-dropdown-toggle-2.dropdown-search:hover {
  background-image: url('../images/icons8-search-100-1_1icons8-search-100 (1).png');
}

.notification-content-footer-2 {
  padding: 10px 20px;
  border-top: 1px solid #ebedf0;
}

.text-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1440px) {
  .modal {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .app-main-layout-container {
    display: block;
    margin-left: 0px;
  }

  .app-nav-layout {
    padding-right: 1em;
    padding-left: 1em;
  }

  .sidebar-navbar-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sidebar-navbar-link {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .sidebar-navbar-menu {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    overflow: auto;
    width: 100%;
    max-height: 100vh;
    min-width: 100%;
    margin-top: 54px;
    padding-top: 0px;
    padding-bottom: 70px;
  }

  .sidebar-navbar-brand {
    display: none;
  }

  .sidebar-navbar-heading {
    width: 100%;
    min-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .sidebar-navbar-menu-button {
    width: 34px;
    height: 34px;
    margin: 0px 10px;
    padding: 0px;
    border-radius: 5px;
    background-image: url('../images/menu-off.svg');
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .sidebar-navbar-menu-button.w--open {
    background-color: transparent;
    background-image: url('../images/menu-on.svg');
    background-size: auto;
    opacity: 1;
  }

  .sidebar-navbar-toggle-button {
    display: none;
  }

  .app-main-layout {
    min-height: 100vh;
  }

  .app-main-layout-mask {
    display: block;
  }

  .sidebar-navbar-footer {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
  }

  .sidebar-navbar-footer.nav-toggle {
    display: none;
  }

  .sidebar-navbar-body {
    padding-bottom: 0px;
  }

  .app-navbar-container {
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button.button-primary.pay-button {
    width: auto;
  }

  .button.button-primary.responsive-hide-button {
    display: block;
  }

  .app-main-layout-wrapper {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .input.date {
    min-width: 95%;
  }

  .slider {
    height: 32em;
  }

  ._148-icon-wrapper {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .share-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-container {
    padding-right: 7vw;
    padding-left: 7vw;
  }

  .footer-block-right {
    width: 100%;
    padding-left: 0px;
  }

  .footer-flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-block-left {
    width: 100%;
    margin-bottom: 60px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 rgba(21, 28, 52, 0.09);
  }

  .logo-flat {
    margin-bottom: 32px;
  }

  .line-break {
    display: none;
  }

  .footer-bottom-full {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-column {
    padding-right: 20px;
  }

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

  .left-navbar-brand {
    padding-right: 10px;
    padding-left: 0px;
  }

  .left-navbar-menu-button {
    width: 34px;
    height: 34px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding: 0px;
    border-radius: 5px;
    background-image: url('../images/menu-off.svg');
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .left-navbar-menu-button:hover {
    background-image: url('../images/menu-on.svg');
  }

  .left-navbar-menu-button.w--open {
    background-color: transparent;
    background-image: url('../images/menu-on.svg');
    opacity: 1;
  }

  .left-navbar-menu {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    overflow: auto;
    width: 100%;
    max-height: 100vh;
    min-width: 100%;
    margin-top: 54px;
    padding-top: 0px;
    padding-bottom: 70px;
  }

  .left-navbar-body {
    padding-bottom: 0px;
  }

  .left-navbar-heading {
    width: 100%;
    min-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .donate-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .vanity-url-text {
    font-size: 16px;
  }

  .lnd_nav_left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dropdown-toggle-10 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lnd_navigation {
    display: none;
    padding-right: 3%;
    padding-left: 3%;
  }

  .lnd_drop_down_toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav01_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .nav01_icon_burger {
    color: #000;
  }

  .mobile_dropdown_link {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ebecf0;
    font-size: 15px;
  }

  .mobile_dropdown_link.w--current {
    color: #7540ee;
  }

  .lnd_toggle_primary {
    display: none;
    font-size: 15px;
  }

  .lnd_nav_link_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #7540ee;
    background-image: url('../images/forest_cover.png');
    background-position: 100% 50%;
    background-size: 510px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 15px;
  }

  .lnd_nav_link_button:hover {
    color: #fff;
  }

  .nav01_burger {
    border-radius: 100px;
  }

  .nav01_burger.w--open {
    border-radius: 50px;
    background-color: hsla(0, 0%, 78.4%, 0.08);
    color: #000;
  }

  .nav01_line {
    display: none;
  }

  .lnd_nav_link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .dropdown-text {
    font-size: 15px;
  }

  .lnd_dropdown_link {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 42px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    color: #4f5e78;
  }

  .lnd_dropdown_link:hover {
    color: #5d3eff;
  }

  .lnd_navigation_mobile {
    display: block;
    padding-right: 3%;
    padding-left: 3%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  .sidebar-navbar-brand-logo {
    display: none;
  }

  .sidebar-navbar-menu-button {
    z-index: 100;
  }

  .sidebar-navbar-footer {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .menu-dropdown-list.w--open {
    position: fixed;
    left: 0px;
    top: 53px;
    overflow: auto;
    height: auto;
    max-height: 100%;
    min-height: 100%;
    margin-bottom: 54px;
    padding-bottom: 54px;
    border-bottom: 1px solid #ebedf0;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: none;
  }

  .menu-dropdown-list.search-dropdown-list.w--open {
    padding: 20px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button.button-primary {
    margin-top: 0px;
  }

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

  .colors-row {
    margin-bottom: 0px;
  }

  .card {
    padding: 30px 20px 20px;
  }

  .search {
    position: relative;
  }

  .footer-right {
    margin-top: 10px;
    text-align: center;
  }

  .col {
    margin-bottom: 20px;
  }

  .col.table-col {
    margin-bottom: 0px;
  }

  .col.padding {
    margin-bottom: 0px;
  }

  .section {
    margin-bottom: 0px;
  }

  .flex.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-container {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .switcher-tab {
    display: block;
    border-style: none solid;
    border-right-width: 1px;
    border-right-color: #ebedf0;
    border-left-width: 1px;
    border-left-color: #ebedf0;
  }

  .switcher-tab.w--current {
    border-right-color: #325ae7;
    border-left-color: #325ae7;
  }

  .switcher-tab.right {
    border-bottom-style: solid;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }

  .switcher-tab.left {
    border-top-style: solid;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
  }

  .switcher-tab.left.w--current {
    border-right-color: #325ae7;
  }

  .search-result-item {
    padding: 20px;
  }

  .button-outline {
    padding: 0.83em 1.67em;
    font-size: 1.11em;
  }

  .button-outline.is--signup {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .button-icon {
    width: 48px;
    height: 48px;
  }

  .button-icon.is--close {
    width: 1.53em;
    height: 1.53em;
  }

  .slider {
    height: 16em;
  }

  .slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 2em;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 8px;
  }

  .share-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-container {
    padding: 16px 24px;
  }

  .logo-flat {
    margin-bottom: 0px;
  }

  .footer-bottom-full {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-column {
    padding-right: 0px;
  }

  .left-navbar-menu-button {
    z-index: 100;
  }

  .left-navbar-menu-button:hover {
    background-image: url('../images/menu-on.svg');
  }

  .left-navbar-menu-button.w--open {
    background-image: url('../images/menu-on.svg');
  }

  .menu-dropdown-list-2.w--open {
    position: fixed;
    left: 0px;
    top: 53px;
    overflow: auto;
    height: auto;
    max-height: 100%;
    min-height: 100%;
    margin-bottom: 54px;
    padding-bottom: 54px;
    border-bottom: 1px solid #ebedf0;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: none;
  }

  .menu-dropdown-list-2.search-dropdown-list.w--open {
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .menu-dropdown-list.w--open {
    position: fixed;
    left: 0px;
    height: auto;
    border-bottom-style: solid;
    border-radius: 0px;
    background-color: #fff;
  }

  .button {
    display: block;
    width: 100%;
  }

  .app-main-layout-wrapper {
    padding-top: 0px;
  }

  .button-group {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .search {
    position: relative;
  }

  .input.search-result {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-style: none;
  }

  .tabs-menu.notification-menu {
    border-bottom-style: solid;
  }

  .tab-link {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link.w--current {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom-style: none;
    border-radius: 12px;
    background-color: #e7e9ef;
    box-shadow: 0 1px 1px 0 #d7dce5;
  }

  .tab-link.notification-tab.w--current {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-style: solid;
    border-radius: 0px;
  }

  .button-group-item {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .dropdown {
    width: 100%;
  }

  .price-plan-select {
    padding: 15px 10px;
  }

  .search-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .material-icons-round.md-24.icon-acc-settings {
    display: block;
  }

  .button-outline {
    width: 280px;
  }

  .button-outline.is--signup {
    width: auto;
  }

  .button-icon.is--close {
    margin-top: 0.2em;
  }

  .rte-input {
    max-width: none;
  }

  .text-rights {
    margin-right: 0px;
  }

  .share-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .tab-text {
    display: none;
  }

  .dropdown-list-8 {
    overflow: scroll;
  }

  .nav01_links {
    box-shadow: none;
  }

  .lnd_nav_link_button {
    background-image: none;
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .menu-dropdown-list-2.w--open {
    position: fixed;
    left: 0px;
    height: auto;
    border-bottom-style: solid;
    border-radius: 0px;
    background-color: #fff;
  }

  .tab-link-2 {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-2.w--current {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom-style: none;
    border-radius: 5px;
    background-color: #f6f7f9;
  }

  .tab-link-2.notification-tab.w--current {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-style: solid;
    border-radius: 0px;
  }

  .tabs-menu-2 {
    border-bottom-style: none;
  }

  .tabs-menu-2.notification-menu {
    border-bottom-style: solid;
  }
}

