/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-statistic {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-statistic-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-statistic-content {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.ant-statistic-content-value {
  display: inline-block;
  direction: ltr;
}
.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
  display: inline-block;
}
.ant-statistic-content-prefix {
  margin-right: 4px;
}
.ant-statistic-content-suffix {
  margin-left: 4px;
}
.ant-statistic-rtl {
  direction: rtl;
}
.ant-statistic-rtl .ant-statistic-content-prefix {
  margin-right: 0;
  margin-left: 4px;
}
.ant-statistic-rtl .ant-statistic-content-suffix {
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-comment {
  position: relative;
  background-color: inherit;
}
.ant-comment-inner {
  display: flex;
  padding: 16px 0;
}
.ant-comment-avatar {
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer;
}
.ant-comment-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.ant-comment-content {
  position: relative;
  flex: 1 1 auto;
  min-width: 1px;
  font-size: 14px;
  word-wrap: break-word;
}
.ant-comment-content-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 14px;
}
.ant-comment-content-author > a,
.ant-comment-content-author > span {
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px;
}
.ant-comment-content-author-name {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  transition: color 0.3s;
}
.ant-comment-content-author-name > * {
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-content-author-name > *:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-content-author-time {
  color: #ccc;
  white-space: nowrap;
  cursor: auto;
}
.ant-comment-content-detail p {
  margin-bottom: inherit;
  white-space: pre-wrap;
}
.ant-comment-actions {
  margin-top: 12px;
  margin-bottom: inherit;
  padding-left: 0;
}
.ant-comment-actions > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-actions > li > span {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  user-select: none;
}
.ant-comment-actions > li > span:hover {
  color: #595959;
}
.ant-comment-nested {
  margin-left: 44px;
}
.ant-comment-rtl {
  direction: rtl;
}
.ant-comment-rtl .ant-comment-avatar {
  margin-right: 0;
  margin-left: 12px;
}
.ant-comment-rtl .ant-comment-content-author > a,
.ant-comment-rtl .ant-comment-content-author > span {
  padding-right: 0;
  padding-left: 8px;
}
.ant-comment-rtl .ant-comment-actions {
  padding-right: 0;
}
.ant-comment-rtl .ant-comment-actions > li > span {
  margin-right: 0;
  margin-left: 10px;
}
.ant-comment-rtl .ant-comment-nested {
  margin-right: 44px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  word-wrap: break-word;
  border-radius: 2px;
}
.ant-alert-content {
  flex: 1;
  min-width: 0;
}
.ant-alert-icon {
  margin-right: 8px;
}
.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}
.ant-alert-info {
  background-color: #e6fffa;
  border: 1px solid #71ebda;
}
.ant-alert-info .ant-alert-icon {
  color: #00C5BD;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}
.ant-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}
.ant-alert-error .ant-alert-icon {
  color: #ff4d4f;
}
.ant-alert-error .ant-alert-description > pre {
  margin: 0;
  padding: 0;
}
.ant-alert-action {
  margin-left: 8px;
}
.ant-alert-close-icon {
  margin-left: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-with-description {
  align-items: flex-start;
  padding: 15px 15px 15px 24px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px 15px;
}
.ant-alert-with-description .ant-alert-icon {
  margin-right: 15px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-motion-leave {
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert.ant-alert-motion-leave-active {
  max-height: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.ant-alert.ant-alert-rtl {
  direction: rtl;
}
.ant-alert-rtl.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}
.ant-alert-rtl .ant-alert-icon {
  margin-right: auto;
  margin-left: 8px;
}
.ant-alert-rtl .ant-alert-action {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl .ant-alert-close-icon {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
  margin-right: auto;
  margin-left: 15px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #00C5BD;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00C5BD;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #00C5BD;
  border-color: #00C5BD;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #00C5BD;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-rtl {
  direction: rtl;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 8px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.3s;
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag-close-icon {
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tag-close-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #00C5BD;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #00C5BD;
}
.ant-tag-checkable:active {
  background-color: #009e9e;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #cf1322;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #d4380d;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #d46b08;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #d4b106;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #d48806;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #08979c;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #7cb305;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #389e0d;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #096dd9;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #1d39c4;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #531dab;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}
.ant-tag-success {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-processing {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-error {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-warning {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag > .anticon + span,
.ant-tag > span + .anticon {
  margin-left: 7px;
}
.ant-tag.ant-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right;
}
.ant-tag-rtl .ant-tag-close-icon {
  margin-right: 3px;
  margin-left: 0;
}
.ant-tag-rtl.ant-tag > .anticon + span,
.ant-tag-rtl.ant-tag > span + .anticon {
  margin-right: 7px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-input-number::-moz-placeholder {
  opacity: 1;
}
.ant-input-number::placeholder {
  color: #bfbfbf;
}
.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #21d1c5;
  border-right-width: 1px !important;
}
.ant-input-number:focus,
.ant-input-number-focused {
  border-color: #21d1c5;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 197, 189, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number-borderless,
.ant-input-number-borderless:hover,
.ant-input-number-borderless:focus,
.ant-input-number-borderless-focused,
.ant-input-number-borderless-disabled,
.ant-input-number-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-number-sm {
  padding: 0px 7px;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  transition: all 0.1s linear;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #21d1c5;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  transition: all 0.1s linear;
  user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #21d1c5;
  border-right-width: 1px !important;
}
.ant-input-number:hover + .ant-form-item-children-icon {
  opacity: 0;
  transition: opacity 0.24s linear 0.24s;
}
.ant-input-number-focused {
  border-color: #21d1c5;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 197, 189, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-readonly .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  outline: 0;
  transition: all 0.3s linear;
  -moz-appearance: textfield !important;
}
.ant-input-number-input::-moz-placeholder {
  opacity: 1;
}
.ant-input-number-input::placeholder {
  color: #bfbfbf;
}
.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  min-width: auto;
  margin-right: 0;
  font-size: 7px;
}
.ant-input-number-borderless .ant-input-number-handler-wrap {
  border-left-width: 0;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  border-top-right-radius: 2px;
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 2px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-borderless .ant-input-number-handler-down {
  border-top-width: 0;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-borderless {
  box-shadow: none;
}
.ant-input-number-out-of-range input {
  color: #ff4d4f;
}
.ant-input-number-rtl {
  direction: rtl;
}
.ant-input-number-rtl .ant-input-number-handler-wrap {
  right: auto;
  left: 0;
  border-right: 1px solid #d9d9d9;
  border-left: 0;
  border-radius: 2px 0 0 2px;
}
.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
  border-right-width: 0;
}
.ant-input-number-rtl .ant-input-number-input {
  direction: ltr;
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '\2190';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '\2192';
}
.ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex !important;
  justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 2px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active {
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active:hover,
.ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}
.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-carousel-rtl {
  direction: rtl;
}
.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '\2192';
}
.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}
.ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '\2190';
}
.ant-carousel-rtl.ant-carousel .slick-dots {
  flex-direction: row-reverse;
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  flex-direction: column;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

@charset "UTF-8";
.container {
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  position: relative; }

@media (min-width: 768px) {
  .page-content {
    min-height: 70vh; } }

h1 {
  font-weight: 800 !important;
  font-size: 28px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 24px !important;
  font-weight: bold !important; }
  @media (min-width: 768px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 16px;
  font-weight: bold !important; }
  @media (min-width: 768px) {
    h3 {
      font-size: 21px; } }

h4 {
  font-weight: 300;
  font-size: 18px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 24px; } }

.ant-btn-lg {
  border-radius: 50px !important; }

.header {
  text-align: right;
  z-index: 50;
  position: relative;
  border-bottom: solid 1px #eee;
  background: white; }
  .header ul {
    line-height: 38px;
    text-align: right;
    border: none;
    background: transparent;
    display: inline-block; }
    @media (min-width: 768px) {
      .header ul {
        line-height: 42px; } }
    .header ul li {
      padding: 10px;
      font-size: 16px; }
      @media (min-width: 768px) {
        .header ul li {
          padding: 10px 20px; } }
  .header .logo {
    float: left;
    height: 36px;
    margin-top: 10px;
    cursor: pointer;
    max-width: 100%; }
    .header .logo.center {
      margin: 8px auto 0 auto; }
  .header .nav-mobile-wrapper li, .header .nav-mobile-wrapper button {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 14px !important; }
  .header .menu-signup {
    border-color: transparent !important; }
    .header .menu-signup .anticon-caret-right {
      margin-right: 0 !important; }
  .header .go-to-app {
    margin-right: -20px; }

.header-wrapper {
  min-height: 60px; }
  .header-wrapper .header-mobile-back {
    font-size: 20px;
    position: absolute;
    padding: 10px 10px 10px 0px; }
  .header-wrapper li {
    padding: 10px 20px !important;
    margin: 0 !important; }

.mobile-nav .ant-drawer-content-wrapper {
  background: white; }

.mobile-nav .ant-drawer-header {
  border-bottom: none;
  text-align: center; }

.mobile-nav .ant-drawer-content {
  background: url("/images/mobile-nav-footer.png") no-repeat bottom;
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background-size: 100% auto; }

.mobile-nav .mobile-nav-content {
  margin-top: 50px; }
  .mobile-nav .mobile-nav-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .mobile-nav .mobile-nav-content ul li {
      font-size: 16px;
      border-bottom: 0.5px dashed #B2B2B2;
      padding: 5px;
      text-align: center; }
      .mobile-nav .mobile-nav-content ul li a {
        color: #262626; }
      .mobile-nav .mobile-nav-content ul li:last-child {
        border: none; }

.mobile-nav .mobile-nav-footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%; }
  .mobile-nav .mobile-nav-footer button {
    width: 100%;
    margin-bottom: 10px; }

.footer {
  background: #fafbfc;
  font-size: 12px;
  color: grey;
  border-top: solid 1px #eee;
  padding: 20px 0;
  position: absolute;
  right: 0;
  left: 0; }
  .footer p {
    margin-bottom: 5px; }
  .footer .copyright {
    text-align: center;
    margin-top: 20px; }
  .footer .fitlap {
    text-align: right; }
    @media (min-width: 768px) {
      .footer .fitlap {
        text-align: left; } }
  .footer .social-media {
    margin-top: 1em; }
    @media (min-width: 768px) {
      .footer .social-media {
        margin-top: 0;
        text-align: right; } }

.main-btn {
  min-width: 100px;
  font-weight: 500 !important;
  font-size: 14px !important; }

.seo-title {
  font-size: 24px; }
  @media (min-width: 768px) {
    .seo-title {
      font-size: 28px; } }

.title {
  font-size: 16px;
  color: #262626;
  margin-bottom: 5px;
  font-weight: bold; }

.ant-skeleton li {
  border-radius: 6px !important; }

.underlined-title {
  color: #262626;
  font-weight: normal;
  font-size: 20px;
  border-bottom: solid 6px #efc207;
  line-height: 16px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px; }

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

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

.async-hide {
  opacity: 0 !important; }

body {
  transition: padding-top .35s ease-in-out; }
  body.getsitecontrol-48311-open {
    padding-top: 176px; }
    @media (min-width: 960px) {
      body.getsitecontrol-48311-open {
        padding-top: 88px; } }

.facebook-share-button {
  background-color: #1877f2 !important;
  color: white !important;
  font-weight: bold;
  vertical-align: middle;
  width: 100%; }
  .facebook-share-button:hover, .facebook-share-button:active, .facebook-share-button:focus {
    color: white;
    background: #365ea3; }

.header-section {
  background: url("/images/header-section-bg.png") no-repeat;
  background-position: -25% 0px;
  overflow: hidden;
  position: relative;
  padding-top: 70px;
  margin-top: -70px;
  min-height: 550px; }
  @media (min-width: 768px) {
    .header-section {
      min-height: 700px;
      background-position: top right;
      margin-bottom: 4em; } }
  .header-section h1 {
    margin: 0; }
    @media (min-width: 768px) {
      .header-section h1 {
        line-height: 60px; } }
  .header-section .home-banner {
    margin-top: 100px; }
    @media (min-width: 768px) {
      .header-section .home-banner {
        margin: 0; } }
    .header-section .home-banner h2 {
      font-size: 18px !important;
      font-weight: 300 !important; }
      @media (min-width: 768px) {
        .header-section .home-banner h2 {
          font-size: 24px !important; } }
  .header-section .iphone-img {
    position: absolute;
    right: -90px;
    height: 380px;
    max-height: 500px;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .header-section .iphone-img {
        top: 60px;
        height: auto;
        transform: rotate(8deg);
        position: relative;
        float: right;
        display: block;
        right: auto; } }

.lose-weight-section {
  text-align: center; }

.sub-title {
  color: #262626;
  font-weight: 800;
  text-align: center;
  font-size: 24px; }
  @media (min-width: 768px) {
    .sub-title {
      text-align: center;
      font-size: 28px; } }

.home-text {
  font-size: 14px; }
  @media (min-width: 768px) {
    .home-text {
      font-size: 16px; } }

.feature-section {
  margin-top: 2em; }
  @media (min-width: 768px) {
    .feature-section {
      margin-top: 5em; }
      .feature-section h3 {
        text-align: center; } }
  .feature-section .feature {
    margin-bottom: 1em; }
    .feature-section .feature h2 {
      font-size: 16px !important;
      font-weight: bold;
      text-align: left; }
      @media (min-width: 768px) {
        .feature-section .feature h2 {
          margin-top: 15px;
          text-align: center;
          font-size: 21px !important; } }
    .feature-section .feature img {
      max-width: 100%; }
      @media (min-width: 768px) {
        .feature-section .feature img {
          width: auto;
          margin-left: auto;
          margin-right: auto;
          display: block; } }
  @media (min-width: 768px) {
    .feature-section .home-text {
      text-align: center; } }
  .feature-section .free-signup-row {
    padding-bottom: 20px;
    padding-top: 20px; }
    @media (min-width: 768px) {
      .feature-section .free-signup-row {
        padding-top: 50px; } }
    .feature-section .free-signup-row button {
      width: 100%; }

.testimonials-section {
  background: #FAFAFA;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center; }
  @media (min-width: 768px) {
    .testimonials-section {
      margin-top: 3em; } }
  .testimonials-section .sub-title {
    width: 100%; }
  .testimonials-section h2 {
    margin-bottom: 1em; }
  .testimonials-section img {
    margin: auto;
    max-width: 100%; }
  .testimonials-section .img-container {
    margin: auto;
    box-shadow: 0 4px 15px rgba(178, 178, 178, 0.5);
    border-radius: 8px;
    width: 100%;
    height: 260px;
    overflow: hidden; }
  .testimonials-section .ant-skeleton li {
    width: 100% !important;
    height: 250px;
    background: #f2f2f2 !important; }
  .testimonials-section .home-text {
    margin: 0; }
  .testimonials-section .testimonial-info {
    margin-top: 1em; }
  .testimonials-section .testimonial-intro {
    color: #262626;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  .testimonials-section .testimonial-title,
  .testimonials-section .testimonial-name {
    padding: 6px;
    font-size: 16px;
    color: #262626;
    margin: 0;
    font-weight: bold; }
  .testimonials-section .ant-carousel .testimonial-info {
    margin-bottom: 2em; }
  .testimonials-section .ant-carousel .slick-slide {
    text-align: center;
    height: auto;
    overflow: hidden; }
  .testimonials-section .ant-carousel ul li {
    background: #a6a6a6; }
    .testimonials-section .ant-carousel ul li button {
      background: #262626 !important; }

.free-signup-section {
  text-align: center;
  margin-top: 4em; }
  .free-signup-section button {
    width: 100%; }

/*
 * Payment section
 */
.payment-section {
  background: transparent;
  text-align: center;
  padding-bottom: 50px; }
  .payment-section button {
    width: 100%; }
  .payment-section .sub-title {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .payment-section .sub-title {
        font-weight: 800; } }

@media (min-width: 768px) {
  .products-wrapper {
    padding-top: 30px; } }

.radio-buttons {
  white-space: inherit !important; }
  .radio-buttons .ant-radio-button-wrapper {
    border: 1px solid #d9d9d9;
    border-radius: 24px !important;
    margin: 6px;
    outline: 0 !important; }
    .radio-buttons .ant-radio-button-wrapper:before {
      display: none !important; }

.ant-radio-button-wrapper-checked {
  box-shadow: none !important;
  border-color: #00C5BD !important; }

#payment-methods-section {
  margin-bottom: 2em; }

.coupon-input .ant-input-prefix {
  color: #a5a5a5; }

.coupon-input input {
  font-size: 14px; }

.mobile-section {
  background: white; }
  .mobile-section .skew-bg-green {
    min-height: 150px;
    background: #43e1d7;
    padding-bottom: 50px;
    text-align: center;
    margin-top: 50px; }
    @media (min-width: 768px) {
      .mobile-section .skew-bg-green {
        margin-top: 140px; } }
    .mobile-section .skew-bg-green:before {
      content: "";
      background: #43e1d7;
      display: block;
      height: 100%;
      width: 100%;
      transform: skewY(-3deg);
      position: absolute;
      top: -10%; }
      @media (min-width: 992px) {
        .mobile-section .skew-bg-green:before {
          top: -40%; } }
  .mobile-section img {
    max-width: 100%; }

.home .ant-affix {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: white;
  border-bottom: solid 1px #eee;
  z-index: 50; }

.home .header {
  background: transparent !important;
  border: none; }
  .home .header ul li {
    border: none !important; }

.payment-terms {
  padding: 20px 0;
  font-size: 12px; }

.campaign-banner {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .campaign-banner {
      padding: 0 0 20px 0; } }
  .campaign-banner img {
    max-width: 100%; }

.layout.error {
  background: #fafbfc; }

.error-page-content {
  padding: 40px; }
  .error-page-content h1 {
    text-align: center; }
    @media (min-width: 768px) {
      .error-page-content h1 {
        font-size: 40px;
        text-align: inherit; } }
  @media (min-width: 768px) {
    .error-page-content {
      padding: 140px 0;
      background: #FFFFFF;
      box-shadow: 0 2px 15px #EAEFF1;
      margin-top: 40px;
      margin-bottom: 40px; } }
  .error-page-content .error-img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .error-page-content button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .error-page-content button {
        margin-left: inherit;
        margin-right: inherit;
        margin-top: 20px; } }
  .error-page-content .error-page-info {
    text-align: center; }
    @media (min-width: 768px) {
      .error-page-content .error-page-info {
        text-align: inherit; } }

.item-enter {
  opacity: 0; }

.item-enter-active {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.item-exit {
  opacity: 1; }

.item-exit-active {
  display: none; }

.notification-enter {
  opacity: 0;
  transform-origin: top right;
  transform: scale(0.8); }

.notification-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 300ms, transform 300ms; }

.notification-exit {
  transform-origin: top right;
  opacity: 1; }

.notification-exit-active {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 300ms, transform 300ms; }

.fade-enter {
  opacity: 0; }

.fade-enter-active {
  opacity: 1;
  transition: opacity 300ms; }

.fade-exit {
  opacity: 1; }

.fade-exit-active {
  opacity: 0;
  transition: opacity 300ms; }

@keyframes FadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (min-width: 768px) {
  .products {
    margin-bottom: 40px; } }

.popular-badge {
  display: none; }
  @media (min-width: 768px) {
    .popular-badge {
      text-align: center;
      background: #00C5BD;
      font-size: 16px;
      font-weight: 500;
      color: white;
      padding: 6px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      margin-top: -36px;
      position: relative;
      z-index: 5;
      display: block; } }

.product {
  box-shadow: 0 4px 15px #EAEFF1;
  font-size: 14px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  background: white;
  margin-bottom: 40px;
  overflow: hidden;
  border: solid 1px transparent;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media (min-width: 768px) {
    .product {
      margin-bottom: 0; } }
  .product.active {
    border: solid 1px #00C5BD; }
  .product.popular {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important; }
  .product.mobile {
    margin-bottom: 40px !important; }
    .product.mobile.popular .monthly-price {
      color: red !important; }
    .product.mobile .monthly-price {
      text-align: right;
      margin: 0;
      font-weight: bold;
      position: relative;
      padding-bottom: 8px;
      padding-right: 30px;
      font-size: 26px;
      color: #262626; }
    .product.mobile .selected-title {
      background: #00C5BD;
      color: white;
      padding: 7px;
      font-size: 15px;
      width: 100%; }
  .product .product-padding {
    padding: 18px; }
  .product .hidden {
    visibility: hidden; }
  .product .product-title {
    text-align: left;
    color: #262626;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .product .product-title {
        font-weight: 800;
        font-size: 24px;
        margin: 0; } }
  .product .monthly-price {
    text-align: right;
    margin: 0;
    color: #00c5bd;
    font-weight: bold;
    position: relative;
    padding-bottom: 8px;
    padding-right: 30px;
    font-size: 26px; }
    @media (min-width: 768px) {
      .product .monthly-price {
        margin-bottom: 20px;
        font-weight: bold;
        position: relative;
        padding-bottom: 8px;
        font-size: 40px;
        padding-right: 0;
        text-align: center; } }
    .product .monthly-price span {
      font-size: 14px;
      font-weight: normal;
      position: absolute;
      bottom: -8px;
      right: 0;
      color: rgba(0, 0, 0, 0.65); }
  .product .original-monthly-price {
    text-align: right;
    color: #bbb;
    text-decoration: line-through;
    margin: 0;
    position: absolute;
    top: -10px;
    right: 0; }
    @media (min-width: 768px) {
      .product .original-monthly-price {
        top: 0;
        position: inherit; } }
  .product .original-price {
    text-align: left;
    color: grey;
    text-decoration: line-through;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .product .original-price {
        margin-bottom: 10px; } }
  .product .arrow {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    right: 20px;
    font-size: 16px; }
    .product .arrow.active {
      transform: rotate(90deg); }
  .product .total-price {
    text-align: left;
    margin: 0; }
    @media (min-width: 768px) {
      .product .total-price {
        margin: inherit; } }
  .product .product-btn {
    width: 100%;
    text-align: center;
    margin: 1em 0 0 0 !important;
    height: auto !important;
    padding: 4px !important;
    font-size: 14px; }
    .product .product-btn.ant-radio-button-wrapper-checked {
      background: #00C5BD !important;
      color: white !important;
      box-shadow: none !important;
      border: solid 1px #00C5BD !important; }

.product-options {
  padding: 0 12px;
  background: #FAFAFA;
  border-top: dashed 2px #eee; }
  @media (min-width: 768px) {
    .product-options {
      border-top: none; } }
  .product-options .ant-radio-group {
    width: 100%; }
  .product-options .ant-radio-wrapper {
    display: flex;
    align-items: center;
    color: grey;
    font-size: 12px; }
    .product-options .ant-radio-wrapper span.ant-radio {
      margin-left: 6px;
      margin-right: 6px;
      float: left !important; }
  .product-options label {
    padding: 12px 0 !important; }
    .product-options label:not(:last-child) {
      border-bottom: dashed 1px #CBCBCB; }
      @media (min-width: 768px) {
        .product-options label:not(:last-child) {
          border-bottom: dashed 2px #CBCBCB; } }
  .product-options .option {
    text-align: left; }
    .product-options .option p {
      margin: 0; }

/*
 * Cookie policy notification
 */
.ant-notification-bottomLeft {
  z-index: 9999999999 !important;
  bottom: 0 !important;
  margin-left: 0 !important;
  max-width: 100% !important;
  width: 100% !important; }
  @media (min-width: 768px) {
    .ant-notification-bottomLeft {
      width: 384px !important;
      max-width: calc(100vw - 32px) !important;
      margin-left: 24px !important;
      bottom: 24px !important; } }

.cookie-policy-notification {
  background: #4D4D4D !important;
  color: white;
  margin: 0 !important;
  min-width: 100% !important;
  padding: 20px !important; }
  .cookie-policy-notification .ant-notification-notice-message {
    display: none !important; }
  .cookie-policy-notification .read-more {
    cursor: pointer;
    text-decoration: underline; }
  .cookie-policy-notification button {
    background: transparent !important;
    color: white; }
  .cookie-policy-notification .anticon-close {
    display: none; }

/*
 * Default modal
 */
.ant-modal-wrap .default-modal {
  top: 0;
  margin: 0;
  max-width: 100%;
  padding: 0; }
  @media (min-width: 768px) {
    .ant-modal-wrap .default-modal {
      top: 100px;
      margin: auto;
      padding-bottom: 24px; } }

.blog {
  background: #fafbfc; }
  .blog .mobile-section {
    background: #fafbfc; }

.blog-header-section {
  margin-top: 40px;
  overflow: hidden; }

.author-avatar-small {
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  border-radius: 50%; }
  @media (min-width: 768px) {
    .author-avatar-small {
      order: 2; } }

@media (min-width: 768px) {
  .blog-overview-skeleton {
    background: white;
    padding-right: 25px;
    margin-right: 25px;
    height: 260px;
    border-radius: 6px;
    margin-bottom: 20px; } }

.blog-overview-skeleton .post-image-skeleton li {
  height: 260px; }

.blog-overview-skeleton .blog-skeleton-row {
  background: white;
  border-radius: 6px;
  border: solid 1px #eee; }
  @media (min-width: 768px) {
    .blog-overview-skeleton .blog-skeleton-row {
      border: none;
      background: none; } }

.blog-overview-skeleton .post-info-skeleton {
  padding: 20px; }
  @media (min-width: 768px) {
    .blog-overview-skeleton .post-info-skeleton {
      padding-left: 20px; } }

.blog-pagination {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px; }

/*
 *  Blog Header
 */
.blog-nav-bar {
  width: 100%;
  margin-top: 20px; }

ul.blog-navigation {
  background: transparent;
  border: none;
  line-height: 28px; }
  ul.blog-navigation li:not(:nth-last-child(-n+2)):after {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #e8e8e8;
    position: absolute;
    right: -10px;
    top: 0; }
  ul.blog-navigation .ant-menu-item > a {
    color: #262626; }
  ul.blog-navigation li {
    padding: 0;
    margin-left: 0 !important;
    margin-right: 20px !important;
    font-weight: 600;
    font-size: 16px;
    color: #262626; }

.blog-search {
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 40px !important; }
  @media (min-width: 768px) {
    .blog-search {
      margin: 0; } }
  .blog-search input {
    font-size: 14px; }

.feed-post {
  margin-bottom: 20px;
  display: flex;
  align-items: stretch; }
  @media (min-width: 768px) {
    .feed-post {
      margin-bottom: 40px; } }
  .feed-post .ant-card {
    width: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px #EAEFF1;
    overflow: hidden; }
    @media (min-width: 768px) {
      .feed-post .ant-card {
        border: 1px solid #e8e8e8;
        box-shadow: none; }
        .feed-post .ant-card:hover {
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09); } }
  .feed-post .ant-card-meta-title {
    white-space: normal;
    font-size: 14px;
    margin-bottom: 0 !important;
    height: 63px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .feed-post .ant-card-meta-title {
        margin-bottom: 8px !important;
        font-weight: 700;
        font-size: 16px;
        height: 48px; } }
  .feed-post .ant-card-body {
    padding: 12px; }
    @media (min-width: 768px) {
      .feed-post .ant-card-body {
        padding: 16px; } }
  .feed-post .ant-card-cover {
    overflow: hidden;
    height: 100px; }
    @media (min-width: 768px) {
      .feed-post .ant-card-cover {
        height: 160px; } }
  .feed-post .description {
    display: none; }
    @media (min-width: 768px) {
      .feed-post .description {
        height: 120px;
        overflow: hidden;
        display: block; } }

.post-meta .description {
  color: #828282;
  line-height: 20px; }

.post-meta .ant-avatar {
  cursor: pointer;
  margin-right: 5px; }
  @media (min-width: 768px) {
    .post-meta .ant-avatar {
      margin-right: 10px; } }

.post-meta .date {
  font-size: 12px;
  color: #828282;
  margin: 0; }

.post-meta .author {
  font-size: 12px; }
  @media (min-width: 768px) {
    .post-meta .author {
      font-size: 14px; } }

.post-meta .team .team-logo {
  margin: 10px auto 0 auto;
  display: block;
  width: 24px; }
  @media (min-width: 768px) {
    .post-meta .team .team-logo {
      width: 40px;
      margin: 0; } }

.post-meta .team p {
  display: none;
  font-size: 12px;
  color: #828282;
  margin: 0; }
  @media (min-width: 768px) {
    .post-meta .team p {
      display: block;
      text-align: right; } }

.carousel-wrapper {
  position: relative; }

.carousel-row {
  display: block !important;
  overflow: hidden;
  margin-left: -20px !important;
  margin-right: -20px !important; }
  @media (min-width: 768px) {
    .carousel-row {
      margin-left: -10px !important;
      margin-right: -10px !important; } }

.card-carousel .card-wrapper {
  padding-top: 10px;
  padding-bottom: 10px; }

.card-carousel .large .ant-card-cover {
  max-height: 140px !important; }

.card-carousel .ant-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px #EAEFF1;
  border: none; }
  @media (min-width: 768px) {
    .card-carousel .ant-card {
      border: 1px solid #e8e8e8;
      box-shadow: none; } }
  .card-carousel .ant-card .ant-card-cover {
    max-height: 90px;
    overflow: hidden; }
  .card-carousel .ant-card .ant-card-body {
    padding: 6px 12px;
    font-size: 14px; }
    .card-carousel .ant-card .ant-card-body .card-title {
      margin: 0;
      height: 44px;
      overflow: hidden;
      display: -webkit-box;
      font-weight: 600;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }

.card-carousel ul.slick-dots {
  display: none !important; }

.single-page {
  background: white; }
  @media (min-width: 768px) {
    .single-page {
      background: #fafbfc; } }

@media (min-width: 768px) {
  .single-page-content {
    padding-bottom: 40px; } }

.single {
  padding-bottom: 1em; }
  .single img {
    max-width: 100%;
    height: auto; }
  .single iframe {
    max-width: 100%; }
  @media (min-width: 768px) {
    .single {
      background: #FFFFFF;
      box-shadow: 0 2px 15px #EAEFF1;
      padding: 20px 40px 40px 40px; } }
  .single h1 {
    font-weight: bold !important; }
    @media (min-width: 768px) {
      .single h1 {
        line-height: 57px;
        font-size: 42px; } }

.blog-post-author {
  margin-bottom: 20px; }
  .blog-post-author .ant-avatar {
    margin-right: 10px;
    float: left; }
  .blog-post-author .author-avatar-small {
    margin-right: 10px;
    order: inherit !important; }
  .blog-post-author .date {
    color: #828282; }

.single-content {
  font-size: 16px;
  color: #262626;
  overflow: hidden; }
  .single-content strong, .single-content b {
    font-weight: bold; }
  .single-content h1 {
    margin-bottom: 5px; }
  .single-content h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px; }
  .single-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px; }
  .single-content figcaption {
    font-size: 12px;
    text-align: center;
    color: #828282; }
  .single-content .wp-block-separator {
    border: none;
    border-top: solid 1px #eee; }
  .single-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: block; }

.ql-align-center img,
.ql-align-left img,
.ql-align-right img {
  display: inline-block !important; }

.blog-comment-signup {
  padding: 20px;
  border: solid 1px #eeee;
  border-radius: 4px;
  background: #fafbfc;
  margin-bottom: 40px; }

.blog-comments {
  margin-top: 20px; }
  .blog-comments .comments-empty {
    margin: 40px 0;
    color: #828282; }
  .blog-comments .ant-comment {
    padding: 12px;
    border: dashed 1px #eee;
    margin-bottom: 10px;
    border-radius: 4px; }
    .blog-comments .ant-comment .ant-comment-content-detail {
      font-size: 14px; }
  .blog-comments .ant-comment-nested {
    margin-left: 20px;
    border-left: solid 1px #eee;
    margin-top: 12px !important; }
    @media (min-width: 768px) {
      .blog-comments .ant-comment-nested {
        margin-left: 40px; } }
    .blog-comments .ant-comment-nested .ant-comment {
      padding-bottom: 0;
      padding-right: 0;
      border: none !important; }
  .blog-comments .ant-comment-inner {
    padding: 0; }
  .blog-comments .ant-comment-content-detail p {
    margin: 0; }
  .blog-comments .ant-comment-avatar img {
    width: 40px;
    height: 40px; }
  .blog-comments a {
    color: #00C5BD; }
    .blog-comments a:hover {
      color: #00dfd5; }
  .blog-comments .comment-list {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .blog-comments .comment-list {
        border: none;
        margin: 0;
        padding: 0; } }
    .blog-comments .comment-list .ant-comment:not(:last-child) {
      border-bottom: solid 1px #eee; }

.show-replies {
  font-size: 14px !important;
  margin-left: 20px;
  display: flex;
  align-items: center; }
  .show-replies svg {
    font-size: 12px;
    margin-left: 8px; }

.show-all-comments {
  font-size: 14px !important;
  margin-bottom: 20px;
  display: flex;
  align-items: center; }
  .show-all-comments svg {
    font-size: 12px;
    margin-right: 8px; }

.fb-like {
  width: 100%;
  text-align: right; }

.team-badge {
  font-size: 12px;
  color: #828282; }

.sidebar-carousel {
  background: white;
  margin-top: 40px;
  padding: 20px 0 0 0 !important;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px #EAEFF1; }
  @media (min-width: 768px) {
    .sidebar-carousel {
      margin-top: 0; } }
  .sidebar-carousel .sidebar-carousel-title {
    font-weight: bold;
    font-size: 16px;
    padding: 0 20px; }
  .sidebar-carousel .carousel {
    text-align: center;
    padding: 0 20px; }
    .sidebar-carousel .carousel .img-container {
      max-height: 160px;
      overflow: hidden; }
      .sidebar-carousel .carousel .img-container img {
        width: 100%; }
    .sidebar-carousel .carousel .carousel-content {
      padding-top: 10px; }

.carousel-next,
.carousel-prev {
  position: absolute;
  top: 35%;
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  z-index: 1;
  box-shadow: 0 2px 4px 0 rgba(156, 156, 156, 0.2); }
  @media (min-width: 768px) {
    .carousel-next,
    .carousel-prev {
      background: white;
      padding: 20px; } }

.carousel-next {
  right: 0; }

.featured-banner {
  height: 100%;
  max-height: 322px;
  position: relative;
  color: #262626;
  overflow: hidden;
  min-height: 220px;
  box-shadow: 0 2px 4px 0 rgba(156, 156, 156, 0.2);
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .featured-banner {
      box-shadow: none;
      margin-bottom: 0; } }
  .featured-banner img {
    width: 100%; }
  .featured-banner p {
    margin: 0; }
  .featured-banner .featured-banner-info {
    color: #262626;
    padding: 6px 12px;
    position: absolute;
    background: white;
    font-size: 14px;
    bottom: 0;
    left: 0;
    width: 100%; }
    .featured-banner .featured-banner-info p {
      font-weight: 600; }
    .featured-banner .featured-banner-info span {
      font-size: 14px;
      color: #00C5BD; }
    .featured-banner .featured-banner-info .anticon {
      font-size: 12px; }
    @media (min-width: 768px) {
      .featured-banner .featured-banner-info {
        width: 60%;
        left: 20px;
        box-shadow: 0 1px 3px -1px grey;
        bottom: 20px;
        font-size: 16px;
        border-radius: 6px;
        background: white; } }

.featured-banner-block {
  position: relative; }
  .featured-banner-block .carousel-next,
  .featured-banner-block .carousel-prev {
    padding: 16px;
    font-size: 20px; }

.free-signup-block {
  padding: 20px 0px;
  color: white;
  font-weight: 300;
  font-size: 16px;
  background: #7E8FEF;
  position: relative;
  overflow: hidden;
  min-height: 322px; }
  .free-signup-block .iphone-example {
    position: absolute;
    right: -60px;
    top: 10px;
    max-height: 300px; }
  .free-signup-block .block-title {
    font-size: 24px;
    font-weight: 800;
    color: white;
    line-height: 38px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .free-signup-block .block-title {
        font-size: 28px; } }
  .free-signup-block button {
    background: transparent;
    font-weight: 500;
    color: white;
    font-size: 14px; }
    .free-signup-block button:hover, .free-signup-block button:active, .free-signup-block button:focus {
      color: #7E8FEF;
      border-color: #7E8FEF; }
  .free-signup-block.tall {
    text-align: center;
    overflow: hidden;
    max-height: 400px; }
    @media (min-width: 768px) {
      .free-signup-block.tall {
        max-height: 440px; } }
    .free-signup-block.tall .block-title {
      text-align: center;
      line-height: 30px;
      font-size: 18px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .free-signup-block.tall .block-title {
          font-size: 21px;
          font-weight: bold; } }
    .free-signup-block.tall p {
      text-align: left;
      font-size: 14px;
      font-weight: normal; }
      @media (min-width: 768px) {
        .free-signup-block.tall p {
          font-weight: 300;
          font-size: 16px; } }
    .free-signup-block.tall .iphone-example {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      left: 0;
      right: 0; }

.recipes-page {
  background: #fafbfc; }

.recipes-page-content .ant-empty {
  margin-bottom: 2em; }

.recipe-badge {
  background: #efc207;
  color: white;
  padding: 2px 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 50px;
  box-shadow: 5px 5px 20px #000000;
  font-size: 14px; }
  @media (min-width: 768px) {
    .recipe-badge {
      font-size: 12px; } }

/*
 * Recipe overview image
 */
.recipes-page .recipe-overview {
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .recipes-page .recipe-overview .recipe-image {
      min-height: 115px; } }
  @media (min-width: 1200px) {
    .recipes-page .recipe-overview .recipe-image {
      min-height: 144px !important; } }

.recipe-overview {
  position: relative;
  background: white;
  border: solid 1px #eee;
  border-radius: 6px;
  text-align: center; }
  @media (min-width: 768px) {
    .recipe-overview {
      text-align: left;
      background: transparent;
      border: none; } }
  .recipe-overview .recipe-info {
    margin-bottom: 5px; }
  .recipe-overview .add-to-favorites {
    position: absolute;
    z-index: 1;
    right: 0;
    padding: 6px;
    cursor: pointer; }
  .recipe-overview .recipe-image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    min-height: 90px; }
    @media (min-width: 768px) {
      .recipe-overview .recipe-image {
        box-shadow: 0 2px 4px 0 rgba(156, 156, 156, 0.5); } }
    .recipe-overview .recipe-image.clickable {
      cursor: pointer; }
    .recipe-overview .recipe-image img {
      border-radius: 6px;
      width: 100%; }
  .recipe-overview .private-recipe {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px; }
    @media (min-width: 768px) {
      .recipe-overview .private-recipe {
        background: linear-gradient(312.35deg, rgba(0, 0, 0, 0.5) 10%, rgba(178, 178, 178, 0) 40%); } }
    .recipe-overview .private-recipe button {
      display: none;
      border-radius: 50px;
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-weight: 500; }
      @media (min-width: 768px) {
        .recipe-overview .private-recipe button {
          display: block; } }
      .recipe-overview .private-recipe button i {
        font-size: 12px; }
  .recipe-overview .recipe-badge {
    display: none; }
    @media (min-width: 768px) {
      .recipe-overview .recipe-badge {
        top: 10px;
        right: 10px;
        display: block; } }
  .recipe-overview .recipe-name {
    padding: 6px; }
    @media (min-width: 768px) {
      .recipe-overview .recipe-name {
        padding: 6px 0; } }
    .recipe-overview .recipe-name p {
      color: #262626;
      margin-bottom: 0;
      margin-top: 5px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      justify-content: center; }
      @media (min-width: 768px) {
        .recipe-overview .recipe-name p {
          font-size: 16px; } }
  .recipe-overview .recipe-type {
    padding: 12px;
    border-top: solid 1px #eee; }
    @media (min-width: 768px) {
      .recipe-overview .recipe-type {
        display: none; } }
    .recipe-overview .recipe-type .recipe-badge-free {
      border-radius: 50px;
      background: #efc207;
      color: white;
      font-size: 12px;
      padding: 2px 12px; }
    .recipe-overview .recipe-type span {
      font-size: 12px; }

.recipe-info span {
  font-size: 12px;
  color: #828282; }

.recipe-info span:not(:first-child):before {
  content: " \2022   "; }

/*
 * Latest recipes slider
 */
.latest-recipes {
  margin-top: 20px; }
  .latest-recipes .sub-title {
    text-align: left !important; }
  .latest-recipes .carousel-prev {
    left: 0; }
  .latest-recipes .carousel-next {
    right: 0; }
  .latest-recipes .ant-carousel {
    overflow: hidden; }
  .latest-recipes img {
    max-height: 147.5px; }
  .latest-recipes .latest-recipes-skeleton {
    margin-left: 12px !important;
    margin-right: 12px !important;
    width: 90%; }
    @media (min-width: 768px) {
      .latest-recipes .latest-recipes-skeleton {
        display: inline-table !important;
        width: 22% !important; } }
    .latest-recipes .latest-recipes-skeleton + .latest-recipes-skeleton {
      display: none; }
    .latest-recipes .latest-recipes-skeleton li:first-child {
      height: 147px; }

/*
 * Recipe search
 */
.recipe-search-section {
  background: url("/images/search-background.png") no-repeat;
  background-size: 100% auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .recipe-search-section {
      margin-top: 3em;
      min-height: 330px; } }
  .recipe-search-section h2 {
    font-weight: 800; }
    @media (min-width: 768px) {
      .recipe-search-section h2 {
        font-size: 28px !important; } }

.recipe-keywords {
  text-align: center; }
  .recipe-keywords .ant-checkbox {
    display: none; }
  .recipe-keywords .ant-checkbox-group-item {
    border: solid 1px #B2B2B2;
    border-radius: 24px;
    padding: 8px;
    margin: 5px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .recipe-keywords .ant-checkbox-group-item.ant-checkbox-wrapper-checked {
      background: white;
      border-color: #00C5BD;
      color: white;
      background: #00C5BD; }
      @media (min-width: 768px) {
        .recipe-keywords .ant-checkbox-group-item.ant-checkbox-wrapper-checked:hover {
          color: white; } }
    @media (min-width: 768px) {
      .recipe-keywords .ant-checkbox-group-item:hover {
        border-color: #00C5BD;
        color: #00C5BD; } }

.search-input {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgba(156, 156, 156, 0.2);
  border-radius: 50px !important; }
  .search-input input {
    font-size: 14px; }

.select-recipe-filter {
  width: auto;
  float: right;
  min-width: 150px;
  padding-right: 6px !important;
  margin-bottom: 20px !important; }

#infinite-recipes {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 170px; }
  @media (min-width: 768px) {
    #infinite-recipes {
      height: 400px;
      padding-bottom: 0;
      /* Track */
      /* Handle */ }
      #infinite-recipes::-webkit-scrollbar {
        width: 6px; }
      #infinite-recipes::-webkit-scrollbar-track {
        background: #f1f1f1; }
      #infinite-recipes::-webkit-scrollbar-thumb {
        background: rgba(136, 136, 136, 0.5);
        border-radius: 6px; } }

.search-wrapper {
  overflow: hidden; }
  @media (min-width: 768px) {
    .search-wrapper {
      overflow: auto; } }

.filters-modal, .sort-options-modal {
  top: 20px;
  text-align: center; }
  .filters-modal .ant-modal-header, .sort-options-modal .ant-modal-header {
    border-bottom: dashed 2px #eee; }
  .filters-modal .title, .sort-options-modal .title {
    text-align: left;
    margin: 0; }
  .filters-modal .sort-btn, .sort-options-modal .sort-btn {
    text-align: center;
    margin: 10px;
    padding: 4px 12px;
    height: auto;
    width: 100%; }
    .filters-modal .sort-btn.ant-radio-button-wrapper-disabled, .sort-options-modal .sort-btn.ant-radio-button-wrapper-disabled {
      background: white; }

.recipe-skeleton-container {
  margin-bottom: 100px; }

.recipe-skeleton li:first-child {
  height: 147px !important; }

.filter-icon, .sort-icon {
  transform: scale(0.8);
  margin-bottom: -5px;
  margin-right: 5px; }

/*
 * Single recipe view
 */
.single-recipe {
  background: #fafbfc; }

.single-recipe-page-content {
  background: white; }
  @media (min-width: 768px) {
    .single-recipe-page-content {
      background: transparent;
      padding-top: 40px;
      padding-bottom: 40px; } }
  .single-recipe-page-content .single-recipe-image {
    width: 100%; }
    @media (min-width: 768px) {
      .single-recipe-page-content .single-recipe-image {
        max-width: 340px;
        border-radius: 6px;
        box-shadow: 0 2px 4px 0 rgba(156, 156, 156, 0.2);
        width: auto;
        position: absolute;
        z-index: 1;
        left: -10px;
        top: 60px; } }

@media (min-width: 768px) {
  .recipe-view {
    background: #FFFFFF;
    box-shadow: 0 2px 15px #EAEFF1;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 3em; } }

.recipe-view .recipe-header {
  padding: 12px 0; }
  @media (min-width: 768px) {
    .recipe-view .recipe-header {
      padding: 0;
      min-height: 180px; } }

.recipe-view .recipe-info {
  margin-bottom: 10px; }

.recipe-view .meal-date {
  font-weight: 300;
  color: #828282;
  display: none; }
  @media (min-width: 768px) {
    .recipe-view .meal-date {
      display: block; } }

.recipe-view .meal-date:first-letter {
  text-transform: uppercase; }

.recipe-view .recipe-header-skeleton .ant-skeleton-avatar {
  width: 300px;
  height: 200px;
  border-radius: 8px; }

.recipe-view .recipe-header-skeleton .ant-skeleton-title {
  width: 100% !important;
  height: 200px; }
  @media (min-width: 768px) {
    .recipe-view .recipe-header-skeleton .ant-skeleton-title {
      height: 40px;
      width: 80% !important; } }

.recipe-view .recipe-header-skeleton .ant-skeleton-paragraph {
  width: 50%; }

.recipe-view .recipe-header-skeleton .ant-skeleton-header {
  display: none; }
  @media (min-width: 768px) {
    .recipe-view .recipe-header-skeleton .ant-skeleton-header {
      display: table-cell; } }

.recipe-view h1 {
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #262626; }
  @media (min-width: 768px) {
    .recipe-view h1 {
      height: 80px;
      overflow: hidden;
      font-weight: 800;
      color: #4D4D4D;
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 40px; } }

.recipe-view .recipe-name {
  font-weight: normal;
  font-size: 12px; }
  @media (min-width: 768px) {
    .recipe-view .recipe-name {
      font-weight: normal;
      color: #828282; } }

@media (min-width: 768px) {
  .recipe-view .recipe-ingredients,
  .recipe-view .recipe-instructions {
    margin-top: 2em; } }

.recipe-view .recipe-instructions {
  margin-top: 1em; }

.recipe-view .share-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  margin-left: auto;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .recipe-view .share-button {
      margin: 0; } }

.recipe-condiments {
  padding: 10px 0; }
  .recipe-condiments strong {
    font-weight: 500; }
  .recipe-condiments span {
    padding-left: 5px;
    text-transform: lowercase; }
    .recipe-condiments span:not(:last-child)::after {
      content: ','; }

.instruction-list ul, .instruction-list ol {
  padding-left: 20px; }
  .instruction-list ul li, .instruction-list ol li {
    padding-bottom: 10px; }

.recipe-ingredient {
  border-bottom: dashed 2px #eee;
  padding: 10px 0;
  display: flex;
  align-items: center;
  text-transform: lowercase; }
  .recipe-ingredient:last-child {
    border-bottom: none; }
  .recipe-ingredient .swap-ingredient {
    text-transform: capitalize;
    text-align: right;
    color: #00C5BD;
    white-space: nowrap; }
    .recipe-ingredient .swap-ingredient span {
      cursor: pointer; }
  .recipe-ingredient .no-limit-ingredient {
    font-size: 20px;
    padding-left: 5px;
    color: black;
    position: absolute; }
  .recipe-ingredient .ingredient-logo {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px; }
  .recipe-ingredient .buy-ingredient {
    margin-left: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    border-radius: 24px; }

.recipe-multiplier {
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .recipe-multiplier {
      background: white;
      padding: 20px;
      margin-bottom: 40px;
      margin-top: 0;
      box-shadow: 0 4px 15px #EAEFF1; } }
  .recipe-multiplier button {
    width: 100%;
    padding: 0;
    border-radius: 0;
    font-size: 22px; }
  .recipe-multiplier .ant-input-number {
    width: 100%; }
  .recipe-multiplier .ant-input-number-handler-wrap {
    display: none; }
  .recipe-multiplier .ant-input-number-input {
    text-align: center; }
  .recipe-multiplier p {
    font-weight: bold;
    font-size: 16px; }

.similar-recipes {
  background: white;
  margin-top: 40px;
  padding: 20px 0 0 0 !important; }
  @media (min-width: 768px) {
    .similar-recipes {
      box-shadow: 0 4px 15px #EAEFF1; } }
  .similar-recipes .similar-recipes-title {
    font-weight: bold;
    font-size: 16px;
    padding: 0 20px; }
  .similar-recipes .recipe-overview {
    margin-bottom: 30px; }
    .similar-recipes .recipe-overview img {
      max-height: 165px; }

.ant-modal-wrap .search-ingredients-modal {
  height: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  top: 0; }
  @media (min-width: 768px) {
    .ant-modal-wrap .search-ingredients-modal {
      top: 100px;
      margin: auto;
      height: inherit; } }
  .ant-modal-wrap .search-ingredients-modal .ant-modal-title {
    text-align: center; }
  .ant-modal-wrap .search-ingredients-modal .ant-modal-content {
    height: 100%; }

@media (min-width: 768px) {
  .ingredient-substitutes {
    height: 400px;
    overflow: auto; } }

.ingredient-substitutes .ant-list-item {
  border-bottom: dashed 2px #eee;
  cursor: pointer;
  text-transform: lowercase; }
  .ingredient-substitutes .ant-list-item:hover {
    color: #00C5BD; }

.banner-wrapper {
  padding: 10px; }
  @media (min-width: 768px) {
    .banner-wrapper {
      display: none; } }
  .banner-wrapper img {
    width: 100%; }

.testimonials, .single-testimonial {
  background: #fafbfc; }

.testimonials-header-section {
  margin-bottom: 15px; }

.testimonial-overview {
  margin-bottom: 30px;
  background: white;
  border: 1px solid #EEEFF0;
  border-radius: 5px;
  overflow: hidden;
  position: relative; }
  .testimonial-overview .testimonial-image {
    max-height: 260px;
    overflow: hidden;
    background: #eee;
    min-height: 200px; }
    @media (min-width: 768px) {
      .testimonial-overview .testimonial-image {
        height: 260px; } }
    .testimonial-overview .testimonial-image img {
      width: 100%; }
      @media (min-width: 768px) {
        .testimonial-overview .testimonial-image img {
          height: 260px;
          width: auto; } }
  .testimonial-overview .testimonial-title {
    font-size: 16px !important;
    color: black;
    font-weight: 600;
    margin: 0; }
  @media (min-width: 768px) {
    .testimonial-overview .testimonial-user {
      position: absolute;
      bottom: 20px; } }
  .testimonial-overview span {
    color: grey;
    font-size: 12px; }
  .testimonial-overview .testimonial-intro {
    font-size: 14px;
    color: #262626;
    max-height: 150px;
    overflow: hidden; }
  .testimonial-overview .testimonial-info {
    padding: 20px; }
    @media (min-width: 768px) {
      .testimonial-overview .testimonial-info {
        height: 260px; } }
  @media (min-width: 768px) {
    .testimonial-overview {
      max-height: 260px; } }

.testimonial-fields span:not(:first-child):before {
  content: " \2022   "; }

.testimonial-overview-skeleton {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .testimonial-overview-skeleton {
      background: white;
      margin-right: 25px;
      height: 260px;
      border-radius: 6px; } }
  .testimonial-overview-skeleton .image-skeleton li {
    height: 260px; }
  .testimonial-overview-skeleton .testimonial-skeleton-row {
    background: white;
    border-radius: 6px;
    border: solid 1px #eee; }
    @media (min-width: 768px) {
      .testimonial-overview-skeleton .testimonial-skeleton-row {
        border: none;
        background: none; } }
  .testimonial-overview-skeleton .info-skeleton {
    padding: 20px; }
    @media (min-width: 768px) {
      .testimonial-overview-skeleton .info-skeleton {
        padding-left: 20px; } }

.testimonials-navigation {
  background: transparent !important;
  border: none !important;
  line-height: 28px; }
  .testimonials-navigation li:not(:nth-last-child(-n+2)):after {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #e8e8e8;
    position: absolute;
    right: -10px;
    top: 0; }
  .testimonials-navigation .ant-menu-item > a {
    color: #262626; }
  .testimonials-navigation li {
    line-height: 30px;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 20px !important;
    font-weight: 600;
    font-size: 16px;
    color: #262626; }

.single.testimonial h1 {
  margin-bottom: 0; }

.single.testimonial .testimonial-fields {
  margin-bottom: 20px;
  color: #828282;
  font-size: 16px; }

.testimonials-nav-bar {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .testimonials-nav-bar {
      margin-top: 10px; } }

.similar-testimonials .img-container {
  height: 160px;
  background: #eee; }

.similar-testimonials .similar-post-content {
  padding-bottom: 20px; }

.similar-testimonials .testimonial-fields {
  font-size: 12px;
  color: #828282; }

.testimonial-page {
  padding-bottom: 40px; }

.testimonials .mobile-section {
  background: #fafbfc; }

.custom-page-content {
  padding: 40px 0;
  font-size: 16px;
  color: #262626;
  overflow: hidden; }
  .custom-page-content strong, .custom-page-content b {
    font-weight: bold; }
  .custom-page-content h1 {
    margin-bottom: 5px;
    font-weight: bold !important; }
  .custom-page-content h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px; }
  .custom-page-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px; }
  .custom-page-content figcaption {
    font-size: 12px;
    text-align: center;
    color: #828282; }
  .custom-page-content .wp-block-separator {
    border: none;
    border-top: solid 1px #eee; }
  .custom-page-content img {
    max-width: 100%;
    height: auto; }
  .custom-page-content hr {
    border: none;
    border-top: solid 1px #eee; }

.offer-page-header {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  min-height: 320px; }
  @media (min-width: 768px) {
    .offer-page-header {
      min-height: 400px; } }
  .offer-page-header .offer-header-block {
    background: rgba(255, 255, 255, 0.9);
    margin: 3em 0;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(156, 156, 156, 0.2);
    text-align: center;
    padding: 20px; }
    @media (min-width: 768px) {
      .offer-page-header .offer-header-block {
        padding: 20px 40px; } }
    .offer-page-header .offer-header-block h1 {
      margin: 0; }
      @media (min-width: 768px) {
        .offer-page-header .offer-header-block h1 {
          font-size: 40px; } }
    .offer-page-header .offer-header-block h3 {
      font-weight: 300;
      margin: 0; }
    .offer-page-header .offer-header-block p {
      margin: 0; }
    .offer-page-header .offer-header-block .offer-countdown span {
      font-size: 21px; }
    .offer-page-header .offer-header-block button {
      padding: 0 30px;
      margin: 10px 0; }

.offer-page-content {
  padding: 20px 0;
  background: white; }
  .offer-page-content img {
    max-width: 100%; }

.custom-page-header {
  background: #333333;
  color: white;
  background-size: cover !important;
  background-position: center !important;
  min-height: 260px; }
  @media (min-width: 768px) {
    .custom-page-header {
      min-height: 400px; } }
  .custom-page-header .header-container {
    width: 100%; }
  .custom-page-header h1 {
    color: white;
    font-weight: bold !important; }

/**
 * Colors
 */
/**
 * Breakpoints & Media Queries
 */
/**
 * Often re-used variables
 */
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Button states and focus styles
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Applies editor right position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }

.wp-block-audio audio {
  width: 100%;
  min-width: 300px; }

.block-editor-block-list__layout .reusable-block-edit-panel {
  align-items: center;
  background: #f8f9f9;
  color: #555d66;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  position: relative;
  top: -14px;
  margin: 0 -14px;
  padding: 8px 14px;
  position: relative;
  border: 1px dashed rgba(145, 151, 162, 0.25);
  border-bottom: none; }

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
  margin: 0 -14px;
  padding: 8px 14px; }

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
  margin: 0 5px; }

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
  margin-right: auto; }

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
  margin-right: 8px;
  white-space: nowrap;
  font-weight: 600; }

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
  flex: 1 1 100%;
  font-size: 14px;
  height: 30px;
  margin: 4px 0 8px; }

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
  flex-shrink: 0; }

@media (min-width: 960px) {
  .block-editor-block-list__layout .reusable-block-edit-panel {
    flex-wrap: nowrap; }
  .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    margin: 0; }
  .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    margin: 0 0 0 5px; } }

.editor-block-list__layout .is-selected .reusable-block-edit-panel {
  border-color: rgba(66, 88, 99, 0.4);
  border-left-color: transparent; }

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
  border-color: rgba(255, 255, 255, 0.45);
  border-left-color: transparent; }

.block-editor-block-list__layout .reusable-block-indicator {
  background: #fff;
  border: 1px dashed #e2e4e7;
  color: #555d66;
  top: -14px;
  height: 30px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  width: 30px;
  right: -14px; }

.wp-block-button {
  color: #fff;
  margin-bottom: 1.5em; }

.wp-block-button.aligncenter {
  text-align: center; }

.wp-block-button.alignright {
  /*rtl:ignore*/
  text-align: right; }

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word; }

.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited {
  color: inherit; }

.is-style-squared .wp-block-button__link {
  border-radius: 0; }

.is-style-outline {
  color: #32373c; }

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid currentcolor; }

.wp-block-calendar {
  text-align: center; }

.wp-block-calendar th,
.wp-block-calendar tbody td {
  padding: 4px;
  border: 1px solid #e2e4e7; }

.wp-block-calendar tfoot td {
  border: none; }

.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.wp-block-calendar table th {
  font-weight: 440;
  background: #edeff0; }

.wp-block-calendar a {
  text-decoration: underline; }

.wp-block-calendar tfoot a {
  color: #00739c; }

.wp-block-calendar table tbody,
.wp-block-calendar table caption {
  color: #40464d; }

.wp-block-categories.alignleft {
  /*rtl:ignore*/
  margin-right: 2em; }

.wp-block-categories.alignright {
  /*rtl:ignore*/
  margin-left: 2em; }

.wp-block-columns {
  display: flex;
  flex-wrap: wrap; }

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap; } }

.wp-block-column {
  flex-grow: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word; }

@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px);
    flex-grow: 0; }
  .wp-block-column:nth-child(even) {
    margin-left: 32px; } }

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 32px; } }

.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
  justify-content: flex-start; }

.wp-block-cover-image.has-left-content h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left; }

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
  justify-content: flex-end; }

.wp-block-cover-image.has-right-content h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right; }

.wp-block-cover-image h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center; }

.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:hover,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover h2 a,
.wp-block-cover h2 a:hover,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:active,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:active {
  color: #fff; }

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed; }

@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll; } }

.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1; }

.wp-block-cover-image.has-background-dim.has-background-dim-10::before,
.wp-block-cover.has-background-dim.has-background-dim-10::before {
  opacity: 0.1; }

.wp-block-cover-image.has-background-dim.has-background-dim-20::before,
.wp-block-cover.has-background-dim.has-background-dim-20::before {
  opacity: 0.2; }

.wp-block-cover-image.has-background-dim.has-background-dim-30::before,
.wp-block-cover.has-background-dim.has-background-dim-30::before {
  opacity: 0.3; }

.wp-block-cover-image.has-background-dim.has-background-dim-40::before,
.wp-block-cover.has-background-dim.has-background-dim-40::before {
  opacity: 0.4; }

.wp-block-cover-image.has-background-dim.has-background-dim-50::before,
.wp-block-cover.has-background-dim.has-background-dim-50::before {
  opacity: 0.5; }

.wp-block-cover-image.has-background-dim.has-background-dim-60::before,
.wp-block-cover.has-background-dim.has-background-dim-60::before {
  opacity: 0.6; }

.wp-block-cover-image.has-background-dim.has-background-dim-70::before,
.wp-block-cover.has-background-dim.has-background-dim-70::before {
  opacity: 0.7; }

.wp-block-cover-image.has-background-dim.has-background-dim-80::before,
.wp-block-cover.has-background-dim.has-background-dim-80::before {
  opacity: 0.8; }

.wp-block-cover-image.has-background-dim.has-background-dim-90::before,
.wp-block-cover.has-background-dim.has-background-dim-90::before {
  opacity: 0.9; }

.wp-block-cover-image.has-background-dim.has-background-dim-100::before,
.wp-block-cover.has-background-dim.has-background-dim-100::before {
  opacity: 1; }

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 305px;
  width: 100%; }

.wp-block-cover-image::after,
.wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-cover-image::after,
  .wp-block-cover::after {
    content: none; } }

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex; }

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #f8f9f9; }

.wp-block-cover-image p,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image .wp-block-subhead,
.wp-block-cover p,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover .wp-block-subhead {
  color: inherit; }

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover; }

.block-editor-block-list__block[data-type="core/embed"][data-align="left"] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align="right"] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%; }

.wp-block-embed {
  margin-bottom: 1em; }

.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  position: relative; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%; }

.wp-block-file {
  margin-bottom: 1.5em; }

.wp-block-file.aligncenter {
  text-align: center; }

.wp-block-file.alignright {
  /*rtl:ignore*/
  text-align: right; }

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em; }

.wp-block-file a.wp-block-file__button {
  text-decoration: none; }

.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none; }

.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em; }

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative; }

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; } }

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto; }

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  width: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto; } }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); }

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline; }

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover; } }

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2); }

.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0; }

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0; }

@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2) / 3);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
      width: calc((100% - 16px * 2) / 3 - 1px); } }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3) / 4);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
      width: calc((100% - 16px * 3) / 4 - 1px); } }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4) / 5);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
      width: calc((100% - 16px * 4) / 5 - 1px); } }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5) / 6);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
      width: calc((100% - 16px * 5) / 6 - 1px); } }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px * 6) / 7);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
      width: calc((100% - 16px * 6) / 7 - 1px); } }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px * 7) / 8);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
      width: calc((100% - 16px * 7) / 8 - 1px); } }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0; }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0; }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0; }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0; }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0; }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0; }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0; }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0; } }

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0; }

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%; }

.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%; }

.wp-block-gallery.alignleft, .wp-block-gallery.aligncenter, .wp-block-gallery.alignright {
  display: flex; }

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center; }

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0; }

.wp-block-image img {
  max-width: 100%; }

.wp-block-image.aligncenter {
  text-align: center; }

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%; }

.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter, .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0; }

.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom; }

.wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1em; }

.wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1em; }

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto; }

.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }

.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em; }

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none; }

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 52px; }

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5; }

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px; }

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px; }

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px; }

.wp-block-latest-posts.alignleft {
  /*rtl:ignore*/
  margin-right: 2em; }

.wp-block-latest-posts.alignright {
  /*rtl:ignore*/
  margin-left: 2em; }

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none; }

.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%; }

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px); }
  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px); }
  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px); }
  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px); }
  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px); } }

.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px; }

.wp-block-media-text {
  display: grid; }

.wp-block-media-text {
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto; }

.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%; }

.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0; }

.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8% 0 8%; }

.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle; }

/*
* Here we here not able to use a mobile first CSS approach.
* Custom widths are set using inline styles, and on mobile,
* we need 100% width, so we use important to overwrite the inline style.
* If the style were set on mobile first, on desktop styles,
* we would have no way of setting the style again to the inline style.
*/
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content"; }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content" "media-text-media"; } }

.is-small-text {
  font-size: 14px; }

.is-regular-text {
  font-size: 16px; }

.is-large-text {
  font-size: 36px; }

.is-larger-text {
  font-size: 48px; }

.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal; }

.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px; }

p.has-background {
  padding: 20px 30px; }

p.has-text-color a {
  color: inherit; }

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center; }

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 305px; }

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 20px; }

.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6; }

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative; }

.wp-block-pullquote .has-text-color a {
  color: inherit; }

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none; }

.wp-block-pullquote.is-style-solid-color {
  border: none; }

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%; }

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px; }

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal; }

.wp-block-pullquote cite {
  color: inherit; }

.wp-block-quote.is-style-large, .wp-block-quote.is-large {
  margin: 0 0 16px;
  padding: 0 1em; }

.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6; }

.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer, .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  font-size: 18px;
  text-align: right; }

.wp-block-rss.alignleft {
  /*rtl:ignore*/
  margin-right: 2em; }

.wp-block-rss.alignright {
  /*rtl:ignore*/
  margin-left: 2em; }

.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none; }

.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%; }

@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc((100% / 2) - 16px); }
  .wp-block-rss.columns-3 li {
    width: calc((100% / 3) - 16px); }
  .wp-block-rss.columns-4 li {
    width: calc((100% / 4) - 16px); }
  .wp-block-rss.columns-5 li {
    width: calc((100% / 5) - 16px); }
  .wp-block-rss.columns-6 li {
    width: calc((100% / 6) - 16px); } }

.wp-block-rss__item-publish-date,
.wp-block-rss__item-author {
  color: #6c7781;
  font-size: 13px; }

.wp-block-search {
  display: flex;
  flex-wrap: wrap; }

.wp-block-search .wp-block-search__label {
  width: 100%; }

.wp-block-search .wp-block-search__input {
  flex-grow: 1; }

.wp-block-search .wp-block-search__button {
  margin-left: 10px; }

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px; }

.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto; }

.wp-block-separator.is-style-dots::before {
  content: "\B7   \B7   \B7";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif; }

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75; }

.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%; }

.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
  display: table;
  width: auto; }

.wp-block-table.has-subtle-light-gray-background-color {
  background-color: #f3f4f5; }

.wp-block-table.has-subtle-pale-green-background-color {
  background-color: #e9fbe5; }

.wp-block-table.has-subtle-pale-blue-background-color {
  background-color: #e7f5fe; }

.wp-block-table.has-subtle-pale-pink-background-color {
  background-color: #fcf0ef; }

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5; }

.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5; }

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd) {
  background-color: #f3f4f5; }

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
  background-color: #e9fbe5; }

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
  background-color: #e7f5fe; }

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
  background-color: #fcf0ef; }

.wp-block-table.is-style-stripes td {
  border-color: transparent; }

.wp-block-text-columns {
  display: flex; }

.wp-block-text-columns.aligncenter {
  display: flex; }

.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0; }

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0; }

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0; }

.wp-block-text-columns.columns-2 .wp-block-column {
  width: calc(100% / 2); }

.wp-block-text-columns.columns-3 .wp-block-column {
  width: calc(100% / 3); }

.wp-block-text-columns.columns-4 .wp-block-column {
  width: calc(100% / 4); }

pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto; }

.wp-block-video {
  margin-left: 0;
  margin-right: 0; }

.wp-block-video video {
  max-width: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover; } }

.wp-block-video.aligncenter {
  text-align: center; }

.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }

.has-pale-pink-background-color.has-pale-pink-background-color {
  background-color: #f78da7; }

.has-vivid-red-background-color.has-vivid-red-background-color {
  background-color: #cf2e2e; }

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
  background-color: #ff6900; }

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
  background-color: #fcb900; }

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
  background-color: #7bdcb5; }

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
  background-color: #00d084; }

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc; }

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
  background-color: #0693e3; }

.has-very-light-gray-background-color.has-very-light-gray-background-color {
  background-color: #eee; }

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3; }

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: #313131; }

.has-pale-pink-color.has-pale-pink-color {
  color: #f78da7; }

.has-vivid-red-color.has-vivid-red-color {
  color: #cf2e2e; }

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
  color: #ff6900; }

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
  color: #fcb900; }

.has-light-green-cyan-color.has-light-green-cyan-color {
  color: #7bdcb5; }

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
  color: #00d084; }

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
  color: #8ed1fc; }

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
  color: #0693e3; }

.has-very-light-gray-color.has-very-light-gray-color {
  color: #eee; }

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
  color: #abb8c3; }

.has-very-dark-gray-color.has-very-dark-gray-color {
  color: #313131; }

.has-small-font-size {
  font-size: 13px; }

.has-regular-font-size,
.has-normal-font-size {
  font-size: 16px; }

.has-medium-font-size {
  font-size: 20px; }

.has-large-font-size {
  font-size: 36px; }

.has-larger-font-size,
.has-huge-font-size {
  font-size: 42px; }

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

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

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

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*
 * Blog author page
 */
@media (min-width: 768px) {
  .blog-author-info {
    text-align: center; } }

@media (min-width: 768px) {
  .blog-author-info .blog-author-stats {
    margin-top: 15px; } }

.blog-author-info .blog-author-stats p {
  margin: 0;
  font-size: 16px; }

.blog-author-info .blog-author-stats span {
  font-size: 12px;
  color: #828282; }

.blog-author-info .author-avatar {
  border-radius: 50%; }

.author-description {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .author-description {
      margin-top: 0; } }

.my-blog-page .edit-post-btn {
  position: absolute;
  background: white !important;
  top: 10px;
  right: 10px; }
  @media (min-width: 768px) {
    .my-blog-page .edit-post-btn {
      left: 10px;
      right: auto; } }

.edit-profile-form label {
  color: #828282;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  display: block; }

.add-post-btn {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .add-post-btn {
      margin: 0; } }
  .add-post-btn i {
    margin-top: 5px; }

/*
 * Avatar
 */
.author-avatar {
  border-radius: 50%;
  width: 80px; }
  @media (min-width: 768px) {
    .author-avatar {
      width: auto; } }

.avatar-uploader {
  text-align: center;
  width: auto; }
  .avatar-uploader div.ant-upload {
    margin-right: 0;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    width: 80px;
    height: 80px; }
    @media (min-width: 768px) {
      .avatar-uploader div.ant-upload {
        float: none;
        margin: auto;
        width: 128px;
        height: 128px; } }
  .avatar-uploader img {
    height: 80px; }
    @media (min-width: 768px) {
      .avatar-uploader img {
        height: 126px; } }
  .avatar-uploader span.ant-upload {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important; }

.edit-avatar {
  margin: 0; }
  .edit-avatar .ant-upload {
    margin: 0; }
  .edit-avatar .ant-form-item-control {
    line-height: inherit; }

.save-draft {
  float: left;
  margin-right: 20px; }
  @media (min-width: 768px) {
    .save-draft {
      float: inherit; } }

@media (min-width: 768px) {
  .post-status {
    position: absolute;
    top: 10px;
    right: 0; } }

/*
 * TinyMCE rich text editor
 */
.tox-notifications-container {
  display: none !important; }

.tox-tinymce {
  border: solid 1px #d9d9d9;
  border-radius: 4px;
  margin-bottom: 30px; }

.training-page-content {
  margin: 20px 0; }
  @media (min-width: 768px) {
    .training-page-content {
      margin: 40px 0; } }

.training-plan-card {
  margin-bottom: 40px; }

.training-plan {
  animation: 0.3s ease-in FadeIn;
  border-radius: 12px;
  height: 220px;
  background-size: cover !important;
  position: relative;
  box-shadow: 0 5px 15px #95999b;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media (min-width: 768px) {
    .training-plan {
      box-shadow: 0 2px 15px #EAEFF1; } }
  .training-plan:hover {
    box-shadow: 0 8px 15px #95999b;
    filter: brightness(1.2); }
  .training-plan .content {
    color: white;
    position: absolute;
    padding: 20px;
    left: 0;
    bottom: 0; }
    .training-plan .content p {
      font-weight: bold;
      font-size: 24px;
      margin: 0; }

.training-banner-section {
  background: #333333;
  color: white;
  background-size: cover !important;
  background-position: center !important;
  min-height: 260px; }
  @media (min-width: 768px) {
    .training-banner-section {
      min-height: 400px; } }
  .training-banner-section .header-container {
    width: 100%; }
  .training-banner-section h1 {
    color: white;
    font-weight: bold !important;
    margin: 0; }
  .training-banner-section h3 {
    font-weight: 300;
    color: white; }

.back-circle {
  box-shadow: 0 1px 3px -1px grey;
  margin-left: 20px;
  margin-top: 10px;
  color: #262626;
  background: white;
  padding: 6px 12px;
  border-radius: 50%;
  z-index: 5;
  font-size: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .back-circle {
      display: none; } }

.training-view-page {
  margin: 40px 0; }
  .training-view-page .training-video {
    border: none;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px #EAEFF1; }
    .training-view-page .training-video img {
      max-width: 100%; }
    .training-view-page .training-video .ant-card-meta-title {
      font-size: 18px; }
    .training-view-page .training-video .ant-card-meta-description {
      font-size: 12px; }

@media (min-width: 768px) {
  .training-video-modal {
    width: 768px !important; } }

.training-video-modal .ant-modal-body {
  padding: 0;
  line-height: 0; }

.training-video-modal .ant-modal-content {
  border-radius: 12px;
  overflow: hidden; }

.training-video-modal iframe {
  width: 100%;
  height: 400px; }

.training-video-modal .ant-modal-close i {
  background: black;
  padding: 6px;
  color: white; }

.video-title {
  margin: 0;
  font-weight: bold; }

