@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*!
 * 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;
  -o-tab-size: 4;
     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-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Poppins, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.tw-container{
  width: 100%;
}
@media (min-width: 640px){
  .tw-container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .tw-container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .tw-container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .tw-container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .tw-container{
    max-width: 1536px;
  }
}
.tw-pointer-events-none{
  pointer-events: none !important;
}
.tw-fixed{
  position: fixed !important;
}
.tw-absolute{
  position: absolute !important;
}
.tw-relative{
  position: relative !important;
}
.tw-inset-0{
  inset: 0px !important;
}
.tw-bottom-0{
  bottom: 0px !important;
}
.tw--left-6{
  left: -1.5rem !important;
}
.tw-left-0{
  left: 0px !important;
}
.tw-right-0{
  right: 0px !important;
}
.tw-right-1{
  right: 0.25rem !important;
}
.tw-right-3{
  right: 0.75rem !important;
}
.tw-right-5{
  right: 1.25rem !important;
}
.tw-top-0{
  top: 0px !important;
}
.tw-top-1{
  top: 0.25rem !important;
}
.tw-top-1\/2{
  top: 50% !important;
}
.tw-top-12{
  top: 3rem !important;
}
.tw-top-3{
  top: 0.75rem !important;
}
.tw-top-32{
  top: 8rem !important;
}
.tw-z-0{
  z-index: 0 !important;
}
.tw-z-10{
  z-index: 10 !important;
}
.tw-z-20{
  z-index: 20 !important;
}
.tw-z-40{
  z-index: 40 !important;
}
.tw-z-50{
  z-index: 50 !important;
}
.tw-col-span-2{
  grid-column: span 2 / span 2 !important;
}
.tw-m-0{
  margin: 0px !important;
}
.tw-m-1{
  margin: 0.25rem !important;
}
.tw-m-10{
  margin: 2.5rem !important;
}
.tw-m-12{
  margin: 3rem !important;
}
.tw-m-2{
  margin: 0.5rem !important;
}
.tw-m-4{
  margin: 1rem !important;
}
.tw-m-auto{
  margin: auto !important;
}
.tw-mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.tw-mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.tw-mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.tw-mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.tw-mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.tw-my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.tw-my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.tw-my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.tw-my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.tw-my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.tw-my-32{
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.tw-my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.tw-my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.-tw-mt-4{
  margin-top: -1rem !important;
}
.tw--mb-8{
  margin-bottom: -2rem !important;
}
.tw--ml-12{
  margin-left: -3rem !important;
}
.tw--mr-3{
  margin-right: -0.75rem !important;
}
.tw--mr-4{
  margin-right: -1rem !important;
}
.tw--mt-12{
  margin-top: -3rem !important;
}
.tw--mt-16{
  margin-top: -4rem !important;
}
.tw--mt-3{
  margin-top: -0.75rem !important;
}
.tw--mt-32{
  margin-top: -8rem !important;
}
.tw--mt-36{
  margin-top: -9rem !important;
}
.tw--mt-4{
  margin-top: -1rem !important;
}
.tw--mt-px{
  margin-top: -1px !important;
}
.tw-mb-0{
  margin-bottom: 0px !important;
}
.tw-mb-0\.5{
  margin-bottom: 0.125rem !important;
}
.tw-mb-1{
  margin-bottom: 0.25rem !important;
}
.tw-mb-10{
  margin-bottom: 2.5rem !important;
}
.tw-mb-12{
  margin-bottom: 3rem !important;
}
.tw-mb-2{
  margin-bottom: 0.5rem !important;
}
.tw-mb-20{
  margin-bottom: 5rem !important;
}
.tw-mb-24{
  margin-bottom: 6rem !important;
}
.tw-mb-3{
  margin-bottom: 0.75rem !important;
}
.tw-mb-4{
  margin-bottom: 1rem !important;
}
.tw-mb-6{
  margin-bottom: 1.5rem !important;
}
.tw-mb-8{
  margin-bottom: 2rem !important;
}
.tw-ml-0{
  margin-left: 0px !important;
}
.tw-ml-1{
  margin-left: 0.25rem !important;
}
.tw-ml-10{
  margin-left: 2.5rem !important;
}
.tw-ml-12{
  margin-left: 3rem !important;
}
.tw-ml-2{
  margin-left: 0.5rem !important;
}
.tw-ml-3{
  margin-left: 0.75rem !important;
}
.tw-ml-4{
  margin-left: 1rem !important;
}
.tw-ml-5{
  margin-left: 1.25rem !important;
}
.tw-ml-6{
  margin-left: 1.5rem !important;
}
.tw-ml-8{
  margin-left: 2rem !important;
}
.tw-mr-0{
  margin-right: 0px !important;
}
.tw-mr-12{
  margin-right: 3rem !important;
}
.tw-mr-2{
  margin-right: 0.5rem !important;
}
.tw-mr-3{
  margin-right: 0.75rem !important;
}
.tw-mr-4{
  margin-right: 1rem !important;
}
.tw--mt-1{
  margin-top: -0.25rem !important;
}
.tw-mt-0{
  margin-top: 0px !important;
}
.tw-mt-0\.5{
  margin-top: 0.125rem !important;
}
.tw-mt-1{
  margin-top: 0.25rem !important;
}
.tw-mt-10{
  margin-top: 2.5rem !important;
}
.tw-mt-12{
  margin-top: 3rem !important;
}
.tw-mt-2{
  margin-top: 0.5rem !important;
}
.tw-mt-24{
  margin-top: 6rem !important;
}
.tw-mt-3{
  margin-top: 0.75rem !important;
}
.tw-mt-32{
  margin-top: 8rem !important;
}
.tw-mt-4{
  margin-top: 1rem !important;
}
.tw-mt-6{
  margin-top: 1.5rem !important;
}
.tw-mt-8{
  margin-top: 2rem !important;
}
.tw-block{
  display: block !important;
}
.tw-inline-block{
  display: inline-block !important;
}
.tw-flex{
  display: flex !important;
}
.tw-inline-flex{
  display: inline-flex !important;
}
.tw-flow-root{
  display: flow-root !important;
}
.tw-grid{
  display: grid !important;
}
.tw-hidden{
  display: none !important;
}
.tw-aspect-square{
  aspect-ratio: 1 / 1 !important;
}
.tw-aspect-video{
  aspect-ratio: 16 / 9 !important;
}
.tw-h-1{
  height: 0.25rem !important;
}
.tw-h-1\.5{
  height: 0.375rem !important;
}
.tw-h-10{
  height: 2.5rem !important;
}
.tw-h-12{
  height: 3rem !important;
}
.tw-h-14{
  height: 3.5rem !important;
}
.tw-h-16{
  height: 4rem !important;
}
.tw-h-2{
  height: 0.5rem !important;
}
.tw-h-20{
  height: 5rem !important;
}
.tw-h-24{
  height: 6rem !important;
}
.tw-h-3{
  height: 0.75rem !important;
}
.tw-h-32{
  height: 8rem !important;
}
.tw-h-4{
  height: 1rem !important;
}
.tw-h-40{
  height: 10rem !important;
}
.tw-h-48{
  height: 12rem !important;
}
.tw-h-5{
  height: 1.25rem !important;
}
.tw-h-6{
  height: 1.5rem !important;
}
.tw-h-64{
  height: 16rem !important;
}
.tw-h-7{
  height: 1.75rem !important;
}
.tw-h-8{
  height: 2rem !important;
}
.tw-h-96{
  height: 24rem !important;
}
.tw-h-full{
  height: 100% !important;
}
.tw-h-screen{
  height: 100vh !important;
}
.tw-max-h-40{
  max-height: 10rem !important;
}
.tw-max-h-48{
  max-height: 12rem !important;
}
.tw-max-h-96{
  max-height: 24rem !important;
}
.tw-max-h-full{
  max-height: 100% !important;
}
.tw-min-h-full{
  min-height: 100% !important;
}
.tw-w-1{
  width: 0.25rem !important;
}
.tw-w-1\/3{
  width: 33.333333% !important;
}
.tw-w-1\/5{
  width: 20% !important;
}
.tw-w-10{
  width: 2.5rem !important;
}
.tw-w-12{
  width: 3rem !important;
}
.tw-w-16{
  width: 4rem !important;
}
.tw-w-24{
  width: 6rem !important;
}
.tw-w-3{
  width: 0.75rem !important;
}
.tw-w-3\/4{
  width: 75% !important;
}
.tw-w-3\/5{
  width: 60% !important;
}
.tw-w-32{
  width: 8rem !important;
}
.tw-w-36{
  width: 9rem !important;
}
.tw-w-4{
  width: 1rem !important;
}
.tw-w-4\/5{
  width: 80% !important;
}
.tw-w-40{
  width: 10rem !important;
}
.tw-w-44{
  width: 11rem !important;
}
.tw-w-48{
  width: 12rem !important;
}
.tw-w-5{
  width: 1.25rem !important;
}
.tw-w-6{
  width: 1.5rem !important;
}
.tw-w-64{
  width: 16rem !important;
}
.tw-w-7{
  width: 1.75rem !important;
}
.tw-w-72{
  width: 18rem !important;
}
.tw-w-8{
  width: 2rem !important;
}
.tw-w-auto{
  width: auto !important;
}
.tw-w-full{
  width: 100% !important;
}
.tw-w-screen{
  width: 100vw !important;
}
.tw-max-w-2xl{
  max-width: 42rem !important;
}
.tw-max-w-32{
  max-width: 8rem !important;
}
.tw-max-w-64{
  max-width: 16rem !important;
}
.tw-max-w-\[150px\]{
  max-width: 150px !important;
}
.tw-max-w-\[400px\]{
  max-width: 400px !important;
}
.tw-max-w-\[500px\]{
  max-width: 500px !important;
}
.tw-max-w-\[640px\]{
  max-width: 640px !important;
}
.tw-max-w-full{
  max-width: 100% !important;
}
.tw-max-w-lg{
  max-width: 32rem !important;
}
.tw-max-w-md{
  max-width: 28rem !important;
}
.tw-max-w-sm{
  max-width: 24rem !important;
}
.tw-max-w-xl{
  max-width: 36rem !important;
}
.tw-max-w-xs{
  max-width: 20rem !important;
}
.tw-flex-1{
  flex: 1 1 0% !important;
}
.tw-flex-auto{
  flex: 1 1 auto !important;
}
.tw-flex-initial{
  flex: 0 1 auto !important;
}
.tw-flex-none{
  flex: none !important;
}
.tw-flex-shrink-0{
  flex-shrink: 0 !important;
}
.tw-flex-grow{
  flex-grow: 1 !important;
}
.tw--translate-y-1\/2{
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.tw-rotate-45{
  --tw-rotate: 45deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.tw-transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.tw-cursor-not-allowed{
  cursor: not-allowed !important;
}
.tw-cursor-pointer{
  cursor: pointer !important;
}
.tw-list-none{
  list-style-type: none !important;
}
.tw-grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.tw-grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.tw-grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.tw-grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.tw-grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.tw-flex-row-reverse{
  flex-direction: row-reverse !important;
}
.tw-flex-col{
  flex-direction: column !important;
}
.tw-flex-wrap{
  flex-wrap: wrap !important;
}
.tw-flex-wrap-reverse{
  flex-wrap: wrap-reverse !important;
}
.tw-items-start{
  align-items: flex-start !important;
}
.tw-items-end{
  align-items: flex-end !important;
}
.tw-items-center{
  align-items: center !important;
}
.tw-items-baseline{
  align-items: baseline !important;
}
.tw-justify-start{
  justify-content: flex-start !important;
}
.tw-justify-end{
  justify-content: flex-end !important;
}
.tw-justify-center{
  justify-content: center !important;
}
.tw-justify-between{
  justify-content: space-between !important;
}
.tw-justify-around{
  justify-content: space-around !important;
}
.tw-gap-0{
  gap: 0px !important;
}
.tw-gap-1{
  gap: 0.25rem !important;
}
.tw-gap-12{
  gap: 3rem !important;
}
.tw-gap-16{
  gap: 4rem !important;
}
.tw-gap-2{
  gap: 0.5rem !important;
}
.tw-gap-3{
  gap: 0.75rem !important;
}
.tw-gap-4{
  gap: 1rem !important;
}
.tw-gap-6{
  gap: 1.5rem !important;
}
.tw-space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.tw-space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}
.tw-self-center{
  align-self: center !important;
}
.tw-overflow-hidden{
  overflow: hidden !important;
}
.tw-overflow-visible{
  overflow: visible !important;
}
.tw-overflow-x-auto{
  overflow-x: auto !important;
}
.tw-overflow-y-auto{
  overflow-y: auto !important;
}
.tw-overflow-x-scroll{
  overflow-x: scroll !important;
}
.tw-truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.tw-whitespace-nowrap{
  white-space: nowrap !important;
}
.tw-rounded{
  border-radius: 0.25rem !important;
}
.tw-rounded-2xl{
  border-radius: 1rem !important;
}
.tw-rounded-full{
  border-radius: 9999px !important;
}
.tw-rounded-lg{
  border-radius: 0.5rem !important;
}
.tw-rounded-md{
  border-radius: 0.375rem !important;
}
.tw-rounded-sm{
  border-radius: 0.125rem !important;
}
.tw-rounded-xl{
  border-radius: 0.75rem !important;
}
.tw-rounded-b-2xl{
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
.tw-rounded-b-lg{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.tw-rounded-l{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.tw-rounded-l-full{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}
.tw-rounded-l-none{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.tw-rounded-r{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.tw-rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}
.tw-rounded-r-none{
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.tw-rounded-t-xl{
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.tw-rounded-br-xl{
  border-bottom-right-radius: 0.75rem !important;
}
.tw-rounded-tl-xl{
  border-top-left-radius: 0.75rem !important;
}
.tw-border{
  border-width: 1px !important;
}
.tw-border-2{
  border-width: 2px !important;
}
.tw-border-8{
  border-width: 8px !important;
}
.tw-border-\[6px\]{
  border-width: 6px !important;
}
.tw-border-b{
  border-bottom-width: 1px !important;
}
.tw-border-b-2{
  border-bottom-width: 2px !important;
}
.tw-border-l{
  border-left-width: 1px !important;
}
.tw-border-l-2{
  border-left-width: 2px !important;
}
.tw-border-l-4{
  border-left-width: 4px !important;
}
.tw-border-l-\[6px\]{
  border-left-width: 6px !important;
}
.tw-border-r{
  border-right-width: 1px !important;
}
.tw-border-r-0{
  border-right-width: 0px !important;
}
.tw-border-t{
  border-top-width: 1px !important;
}
.tw-border-t-2{
  border-top-width: 2px !important;
}
.tw-border-dashed{
  border-style: dashed !important;
}
.tw-border-none{
  border-style: none !important;
}
.tw-border-blue{
  --tw-border-opacity: 1 !important;
  border-color: rgb(70 140 203 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-brown-lighter{
  --tw-border-opacity: 1 !important;
  border-color: rgb(119 112 105 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-ed24-aqua{
  --tw-border-opacity: 1 !important;
  border-color: rgb(45 189 183 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-ed24-blue{
  --tw-border-opacity: 1 !important;
  border-color: rgb(70 140 203 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-ed24-dark-blue{
  --tw-border-opacity: 1 !important;
  border-color: rgb(16 18 57 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-ed24-orange{
  --tw-border-opacity: 1 !important;
  border-color: rgb(247 148 34 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-ed24-pink{
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 16 140 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-ed24-purple{
  --tw-border-opacity: 1 !important;
  border-color: rgb(101 48 143 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-ed24-red{
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 27 92 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-gray-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-gray-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-gray-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-green-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-grey{
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 216 214 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-grey-dark{
  --tw-border-opacity: 1 !important;
  border-color: rgb(119 112 105 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-grey-light{
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-orange-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-red-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-red-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-transparent{
  border-color: transparent !important;
}
.tw-border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-l-ed24-blue{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(70 140 203 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-l-transparent{
  border-left-color: transparent !important;
}
.tw-bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 41 47 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(70 140 203 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-blue-dark{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 116 141 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-ed24-aqua{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(45 189 183 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-ed24-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(70 140 203 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-ed24-dark-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 18 57 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-ed24-orange{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 148 34 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-ed24-pink{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 16 140 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-ed24-purple{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 48 143 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-ed24-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 27 92 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-giftguide1{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 27 92 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-giftguide2{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 148 34 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-giftguide3{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(45 189 183 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-giftguide4{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-green{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(205 219 0 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-green-dark{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(130 143 56 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-grey{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 216 214 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-grey-contrast{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(188 169 155 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-grey-dark{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(119 112 105 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-grey-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-off-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 241 238 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-orange-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-orange-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-orange-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-pink{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(208 22 137 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 52 47 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-red-dark2{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 26 79 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-transparent{
  background-color: transparent !important;
}
.tw-bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-yellow{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 225 61 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-yellow-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}
.tw-bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}
.tw-bg-opacity-75{
  --tw-bg-opacity: 0.75 !important;
}
.tw-bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.tw-from-ed24-orange{
  --tw-gradient-from: #F79422 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(247 148 34 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.tw-via-ed24-red{
  --tw-gradient-to: rgb(237 27 92 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #ED1B5C var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.tw-to-ed24-blue{
  --tw-gradient-to: #468CCB var(--tw-gradient-to-position) !important;
}
.tw-bg-cover{
  background-size: cover !important;
}
.tw-bg-center{
  background-position: center !important;
}
.tw-bg-no-repeat{
  background-repeat: no-repeat !important;
}
.tw-fill-current{
  fill: currentColor !important;
}
.tw-fill-ed24-orange{
  fill: #F79422 !important;
}
.tw-object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.tw-object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.tw-p-1{
  padding: 0.25rem !important;
}
.tw-p-1\.5{
  padding: 0.375rem !important;
}
.tw-p-2{
  padding: 0.5rem !important;
}
.tw-p-3{
  padding: 0.75rem !important;
}
.tw-p-4{
  padding: 1rem !important;
}
.tw-p-6{
  padding: 1.5rem !important;
}
.tw-p-8{
  padding: 2rem !important;
}
.tw-p-px{
  padding: 1px !important;
}
.tw-px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.tw-px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.tw-px-14{
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.tw-px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.tw-px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.tw-px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.tw-px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.tw-px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.tw-px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.tw-px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.tw-py-0\.5{
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.tw-py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.tw-py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.tw-py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.tw-py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.tw-py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.tw-py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.tw-py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.tw-py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.tw-py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.tw-py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.tw-py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.tw-py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.tw-pb-0{
  padding-bottom: 0px !important;
}
.tw-pb-10{
  padding-bottom: 2.5rem !important;
}
.tw-pb-12{
  padding-bottom: 3rem !important;
}
.tw-pb-2{
  padding-bottom: 0.5rem !important;
}
.tw-pb-20{
  padding-bottom: 5rem !important;
}
.tw-pb-4{
  padding-bottom: 1rem !important;
}
.tw-pb-8{
  padding-bottom: 2rem !important;
}
.tw-pl-0{
  padding-left: 0px !important;
}
.tw-pl-4{
  padding-left: 1rem !important;
}
.tw-pl-5{
  padding-left: 1.25rem !important;
}
.tw-pl-6{
  padding-left: 1.5rem !important;
}
.tw-pl-8{
  padding-left: 2rem !important;
}
.tw-pr-3{
  padding-right: 0.75rem !important;
}
.tw-pt-10{
  padding-top: 2.5rem !important;
}
.tw-pt-12{
  padding-top: 3rem !important;
}
.tw-pt-2{
  padding-top: 0.5rem !important;
}
.tw-pt-4{
  padding-top: 1rem !important;
}
.tw-pt-6{
  padding-top: 1.5rem !important;
}
.tw-text-left{
  text-align: left !important;
}
.tw-text-center{
  text-align: center !important;
}
.tw-text-right{
  text-align: right !important;
}
.tw-align-bottom{
  vertical-align: bottom !important;
}
.tw-font-sans{
  font-family: Poppins, sans-serif !important;
}
.tw-text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.tw-text-3xl{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.tw-text-4xl{
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.tw-text-5xl{
  font-size: 3rem !important;
  line-height: 1 !important;
}
.tw-text-\[0\.65rem\]{
  font-size: 0.65rem !important;
}
.tw-text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.tw-text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.tw-text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.tw-text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.tw-text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.tw-font-bold{
  font-weight: 700 !important;
}
.tw-font-extrabold{
  font-weight: 800 !important;
}
.tw-font-light{
  font-weight: 300 !important;
}
.tw-font-medium{
  font-weight: 500 !important;
}
.tw-font-normal{
  font-weight: 400 !important;
}
.tw-font-semibold{
  font-weight: 600 !important;
}
.tw-uppercase{
  text-transform: uppercase !important;
}
.tw-capitalize{
  text-transform: capitalize !important;
}
.tw-italic{
  font-style: italic !important;
}
.tw-leading-none{
  line-height: 1 !important;
}
.tw-leading-snug{
  line-height: 1.375 !important;
}
.tw-text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(34 41 47 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(70 140 203 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-blue-dark{
  --tw-text-opacity: 1 !important;
  color: rgb(10 116 141 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-brown{
  --tw-text-opacity: 1 !important;
  color: rgb(48 22 29 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-brown-contrast{
  --tw-text-opacity: 1 !important;
  color: rgb(188 169 155 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-brown-lighter{
  --tw-text-opacity: 1 !important;
  color: rgb(119 112 105 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-ed24-aqua{
  --tw-text-opacity: 1 !important;
  color: rgb(45 189 183 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-ed24-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(70 140 203 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-ed24-dark-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(16 18 57 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-ed24-orange{
  --tw-text-opacity: 1 !important;
  color: rgb(247 148 34 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-ed24-pink{
  --tw-text-opacity: 1 !important;
  color: rgb(236 16 140 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-ed24-purple{
  --tw-text-opacity: 1 !important;
  color: rgb(101 48 143 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-ed24-red{
  --tw-text-opacity: 1 !important;
  color: rgb(237 27 92 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-giftguide1{
  --tw-text-opacity: 1 !important;
  color: rgb(237 27 92 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-giftguide2{
  --tw-text-opacity: 1 !important;
  color: rgb(247 148 34 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-giftguide3{
  --tw-text-opacity: 1 !important;
  color: rgb(45 189 183 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-green{
  --tw-text-opacity: 1 !important;
  color: rgb(205 219 0 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-green-600{
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-green-700{
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-green-800{
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-grey-contrast{
  --tw-text-opacity: 1 !important;
  color: rgb(188 169 155 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-grey-dark{
  --tw-text-opacity: 1 !important;
  color: rgb(119 112 105 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-grey-light{
  --tw-text-opacity: 1 !important;
  color: rgb(237 237 237 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-inherit{
  color: inherit !important;
}
.tw-text-off-black{
  --tw-text-opacity: 1 !important;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-off-white2{
  --tw-text-opacity: 1 !important;
  color: rgb(255 243 208 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-orange-600{
  --tw-text-opacity: 1 !important;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-orange-700{
  --tw-text-opacity: 1 !important;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-orange-800{
  --tw-text-opacity: 1 !important;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-red{
  --tw-text-opacity: 1 !important;
  color: rgb(227 52 47 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-red-800{
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-red-dark2{
  --tw-text-opacity: 1 !important;
  color: rgb(229 26 79 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-transparent{
  color: transparent !important;
}
.tw-text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-yellow-700{
  --tw-text-opacity: 1 !important;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1)) !important;
}
.tw-underline{
  text-decoration-line: underline !important;
}
.tw-no-underline{
  text-decoration-line: none !important;
}
.tw-placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1)) !important;
}
.tw-placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1)) !important;
}
.tw-opacity-0{
  opacity: 0 !important;
}
.tw-opacity-100{
  opacity: 1 !important;
}
.tw-opacity-25{
  opacity: 0.25 !important;
}
.tw-opacity-50{
  opacity: 0.5 !important;
}
.tw-opacity-75{
  opacity: 0.75 !important;
}
.tw-opacity-80{
  opacity: 0.8 !important;
}
.tw-shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-transition-opacity{
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-transition-shadow{
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-duration-150{
  transition-duration: 150ms !important;
}
.tw-duration-200{
  transition-duration: 200ms !important;
}
.tw-ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
.standard-form .steps li {
  text-align: center;
  border-color: #6c757d;
  border-bottom-width: 2px;
}
.standard-form .steps li.is-active {
  border-color: #f79422;
  color: #f79422;
  border-bottom-width: 4px;
}
.standard-form .steps li.is-active span.step {
  border-color: #f79422;
}
.standard-form span.step {
  border-width: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  height: 2rem;
  width: 2rem;
  border-color: #212121;
}

/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/* Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  box-sizing: border-box;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

header, footer, nav, section, article, hgroup, figure {
  display: block;
}

/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * CSS Element Transition
 *
 * Usage
 * -----
 * @include transition(opacity,0.3s,ease-in-out);
 *
 */
/**
 * Animation Keyframe
 *
 * Usage
 * -----
 * @include keyframes(animation-name) {
 *    0%   { opacity: 0; }
 *    100% { opacity: 1; }
 * }
 *
 */
/**
 * CSS Animation
 *
 * Usage
 * -----
 * @include animation( fadein, 0.3s, 0.0s, forwards );
 *
 */
/* Small (sm) */
/* Medium (md) */
/* Large (lg) */
/* Extra Large (xl) */
.container,
.container-full {
  margin: 0 auto;
  width: 95%;
  /* for testing purposes only */
}
@media screen and (min-width: 1280px) {
  .container.squeeze-half,
.container-full.squeeze-half {
    max-width: 1060px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .container.squeeze-half,
.container-full.squeeze-half {
    max-width: 1060px;
  }
}
@media screen and (min-width: 1280px) {
  .container.squeeze,
.container-full.squeeze {
    max-width: 840px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .container.squeeze,
.container-full.squeeze {
    max-width: 840px;
  }
}
@media screen and (min-width: 1280px) {
  .container.squeeze-more,
.container-full.squeeze-more {
    max-width: 750px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .container.squeeze-more,
.container-full.squeeze-more {
    max-width: 750px;
  }
}
.container.squeeze-left > div,
.container-full.squeeze-left > div {
  max-width: 940px;
  margin-left: 0;
}
.container.on-top,
.container-full.on-top {
  position: relative;
  z-index: 5;
}
.container.encroach,
.container-full.encroach {
  position: relative;
  margin-top: -3em;
  z-index: 3;
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  .container.encroach,
.container-full.encroach {
    margin-top: -2em;
  }
}
@media screen and (max-width: 576px) {
  .container.encroach,
.container-full.encroach {
    margin-top: inherit;
  }
}
.container.encroach-medium,
.container-full.encroach-medium {
  position: relative;
  margin-top: -80px;
  z-index: 3;
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  .container.encroach-medium,
.container-full.encroach-medium {
    margin-top: -2em;
  }
}
@media screen and (max-width: 576px) {
  .container.encroach-medium,
.container-full.encroach-medium {
    margin-top: inherit;
  }
}
.container.encroach-large--test, .container.encroach-large,
.container-full.encroach-large--test,
.container-full.encroach-large {
  position: relative;
  margin-top: -120px;
  z-index: 3;
}
.container.encroach-major--test, .container.encroach-major,
.container-full.encroach-major--test,
.container-full.encroach-major {
  position: relative;
  margin-top: -240px;
  z-index: 3;
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .container.encroach-major--test, .container.encroach-major,
.container-full.encroach-major--test,
.container-full.encroach-major {
    margin-top: -200px;
  }
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  .container.encroach-major--test, .container.encroach-major,
.container-full.encroach-major--test,
.container-full.encroach-major {
    margin-top: -40px;
  }
}
@media screen and (max-width: 576px) {
  .container.encroach-major--test, .container.encroach-major,
.container-full.encroach-major--test,
.container-full.encroach-major {
    margin-top: 0px;
  }
}
.container.contract,
.container-full.contract {
  margin-top: -2em;
  margin-bottom: -2em;
}
@media screen and (max-width: 576px) {
  .container.contract,
.container-full.contract {
    margin-top: inherit;
    margin-bottom: inherit;
  }
}
.container.contract-small,
.container-full.contract-small {
  margin-top: -1em;
  margin-bottom: -1em;
}
@media screen and (max-width: 576px) {
  .container.contract-small,
.container-full.contract-small {
    margin-top: inherit;
    margin-bottom: inherit;
  }
}
.container.expand,
.container-full.expand {
  padding-top: 2em;
  padding-bottom: 2em;
}
.container.expand-double,
.container-full.expand-double {
  padding-top: 4em;
  padding-bottom: 4em;
}
.container.push,
.container-full.push {
  padding-bottom: 3em;
}
@media screen and (min-width: 1280px) {
  .container.desktop-push,
.container-full.desktop-push {
    padding-bottom: 3em;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .container.legacy-push,
.container-full.legacy-push {
    padding-bottom: 3em;
  }
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  .container.tablet-push,
.container-full.tablet-push {
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 576px) {
  .container.mobile-push,
.container-full.mobile-push {
    padding-bottom: 3em;
  }
}
.container.push-double,
.container-full.push-double {
  padding-bottom: 6em;
}
@media screen and (min-width: 1280px) {
  .container.desktop-push-double,
.container-full.desktop-push-double {
    padding-bottom: 6em;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .container.legacy-push-double,
.container-full.legacy-push-double {
    padding-bottom: 6em;
  }
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  .container.tablet-push-double,
.container-full.tablet-push-double {
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 576px) {
  .container.mobile-push-double,
.container-full.mobile-push-double {
    padding-bottom: 6em;
  }
}
.container.push-top,
.container-full.push-top {
  padding-top: 2em;
}
@media screen and (min-width: 1280px) {
  .container.desktop-push-top,
.container-full.desktop-push-top {
    padding-top: 2em;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .container.legacy-push-top,
.container-full.legacy-push-top {
    padding-top: 2em;
  }
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  .container.tablet-push-top,
.container-full.tablet-push-top {
    padding-top: 2em;
  }
}
@media screen and (max-width: 576px) {
  .container.mobile-push-top,
.container-full.mobile-push-top {
    padding-top: 2em;
  }
}
.container.push-top-double,
.container-full.push-top-double {
  padding-top: 4em;
}
@media screen and (min-width: 1280px) {
  .container.desktop-push-top-double,
.container-full.desktop-push-top-double {
    padding-top: 4em;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .container.legacy-push-top-double,
.container-full.legacy-push-top-double {
    padding-top: 4em;
  }
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  .container.tablet-push-top-double,
.container-full.tablet-push-top-double {
    padding-top: 4em;
  }
}
@media screen and (max-width: 576px) {
  .container.mobile-push-top-double,
.container-full.mobile-push-top-double {
    padding-top: 4em;
  }
}
@media screen and (min-width: 1280px) {
  .container,
.container-full {
    max-width: 1230px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .container,
.container-full {
    max-width: 950px;
  }
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  .container,
.container-full {
    max-width: 748px;
  }
}
@media screen and (max-width: 576px) {
  .container,
.container-full {
    max-width: 500px;
    min-width: 300px;
    width: calc(100% - 20px);
  }
}

.transition {
  transition: all 0.3s ease-in-out;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 1s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.grow-width {
  transition: width 0.5s;
}

.grow-height {
  transition: height 0.5s;
}

.fade {
  transition: opacity 0.25s;
}

.swing-width {
  transform: scaleX(1);
  transition: transform 0.5s;
}

.swing-width:hover {
  transform: scaleX(0);
}

.hover-zoom:hover {
  transform: scale(1.02);
}

.show {
  display: block !important;
}

.row.show {
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important;
  }

  .row.show-xs-only {
    display: flex !important;
  }

  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) {
  .show-sm {
    display: block !important;
  }

  .row.show-sm {
    display: flex !important;
  }

  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .show-sm-only {
    display: block !important;
  }

  .row.show-sm-only {
    display: flex !important;
  }

  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) {
  .show-md {
    display: block !important;
  }

  .row.show-md {
    display: flex !important;
  }

  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) and (max-width: 90rem) {
  .show-md-only {
    display: block !important;
  }

  .row.show-md-only {
    display: flex !important;
  }

  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) {
  .show-lg {
    display: block !important;
  }

  .row.show-lg {
    display: flex !important;
  }

  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important;
  }

  .row.show-lg-only {
    display: flex !important;
  }

  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 121rem) {
  .show-xl {
    display: block !important;
  }

  .row.show-xl {
    display: flex !important;
  }

  .hide-xl {
    display: none !important;
  }
}
body {
  background-color: #f4f1ee;
  font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

[x-cloak], .x-cloak {
  display: none !important;
}

.page-welcome .swiper-slide {
  height: auto !important;
}

.page-welcome .swiper-slide .bg-black-transparent-50 {
  height: 100%;
}

.notification-banner a {
  color: #fff;
}

.statamic-content p:not(.super, .lead, .tw-font-sans){
  font-family: Libre Baskerville, serif;
}
.statamic-content div.tw-font-sans > p {
  font-family: Poppins, sans-serif !important;
}

/* Base button styles */
.tw-button, .btn.btn-outline, .btn-outline, .tw-button-outline-pink, .tw-button-outline-purple, .tw-button-outline-aqua, .tw-button-outline-blue, .tw-button-outline-dark-blue, .tw-button-outline-orange, .tw-button-outline-red, .tw-button-purple, .tw-button-aqua, .tw-button-dark-blue, .tw-button-blue, .tw-button-pink, .tw-button-orange, .tw-button-red{
  border-radius: 9999px;
  border-width: 4px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}
.statamic-content p:not(.super, .lead,.tw-button),.statamic-content p:not(.super, .lead, .btn.btn-outline),.statamic-content p:not(.super, .lead, .btn-outline),.statamic-content p:not(.super, .lead, .tw-button-outline-pink),.statamic-content p:not(.super, .lead, .tw-button-outline-purple),.statamic-content p:not(.super, .lead, .tw-button-outline-aqua),.statamic-content p:not(.super, .lead, .tw-button-outline-blue),.statamic-content p:not(.super, .lead, .tw-button-outline-dark-blue),.statamic-content p:not(.super, .lead, .tw-button-outline-orange),.statamic-content p:not(.super, .lead, .tw-button-outline-red),.statamic-content p:not(.super, .lead, .tw-button-purple),.statamic-content p:not(.super, .lead, .tw-button-aqua),.statamic-content p:not(.super, .lead, .tw-button-dark-blue),.statamic-content p:not(.super, .lead, .tw-button-blue),.statamic-content p:not(.super, .lead, .tw-button-pink),.statamic-content p:not(.super, .lead, .tw-button-orange),.statamic-content p:not(.super, .lead, .tw-button-red){
  font-family: Libre Baskerville, serif;
}
.statamic-content div.tw-button > p,.statamic-content div .btn.btn-outline > p,.statamic-content div .btn-outline > p,.statamic-content div .tw-button-outline-pink > p,.statamic-content div .tw-button-outline-purple > p,.statamic-content div .tw-button-outline-aqua > p,.statamic-content div .tw-button-outline-blue > p,.statamic-content div .tw-button-outline-dark-blue > p,.statamic-content div .tw-button-outline-orange > p,.statamic-content div .tw-button-outline-red > p,.statamic-content div .tw-button-purple > p,.statamic-content div .tw-button-aqua > p,.statamic-content div .tw-button-dark-blue > p,.statamic-content div .tw-button-blue > p,.statamic-content div .tw-button-pink > p,.statamic-content div .tw-button-orange > p,.statamic-content div .tw-button-red > p {
  font-family: Poppins, sans-serif;
}
.tw-button:hover, .btn.btn-outline:hover, .btn-outline:hover, .tw-button-outline-pink:hover, .tw-button-outline-purple:hover, .tw-button-outline-aqua:hover, .tw-button-outline-blue:hover, .tw-button-outline-dark-blue:hover, .tw-button-outline-orange:hover, .tw-button-outline-red:hover, .tw-button-purple:hover, .tw-button-aqua:hover, .tw-button-dark-blue:hover, .tw-button-blue:hover, .tw-button-pink:hover, .tw-button-orange:hover, .tw-button-red:hover{
  text-decoration-line: none;
}

/* Buttons */
.tw-button-red{
  --tw-border-opacity: 1;
  border-color: rgb(237 27 92 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(237 27 92 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-button-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(237 27 92 / var(--tw-text-opacity, 1));
}

.tw-button-orange{
  --tw-border-opacity: 1;
  border-color: rgb(247 148 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 148 34 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-button-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(247 148 34 / var(--tw-text-opacity, 1));
}

.tw-button-pink{
  --tw-border-opacity: 1;
  border-color: rgb(236 16 140 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 16 140 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-button-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(236 16 140 / var(--tw-text-opacity, 1));
}

.tw-button-blue{
  --tw-border-opacity: 1;
  border-color: rgb(70 140 203 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(70 140 203 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-button-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(70 140 203 / var(--tw-text-opacity, 1));
}

.tw-button-dark-blue{
  --tw-border-opacity: 1;
  border-color: rgb(16 18 57 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 18 57 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-button-dark-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(16 18 57 / var(--tw-text-opacity, 1));
}

.tw-button-aqua{
  --tw-border-opacity: 1;
  border-color: rgb(45 189 183 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(45 189 183 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-button-aqua:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(45 189 183 / var(--tw-text-opacity, 1));
}

.tw-button-purple{
  --tw-border-opacity: 1;
  border-color: rgb(101 48 143 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(101 48 143 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-button-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(101 48 143 / var(--tw-text-opacity, 1));
}

/* Variations for outline buttons */
.tw-button-outline-red{
  --tw-border-opacity: 1;
  border-color: rgb(237 27 92 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(237 27 92 / var(--tw-text-opacity, 1));
}
.tw-button-outline-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 27 92 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-button-outline-orange{
  --tw-border-opacity: 1;
  border-color: rgb(247 148 34 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(247 148 34 / var(--tw-text-opacity, 1));
}

.tw-button-outline-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 148 34 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-button-outline-dark-blue{
  --tw-border-opacity: 1;
  border-color: rgb(16 18 57 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(16 18 57 / var(--tw-text-opacity, 1));
}
.tw-button-outline-dark-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(16 18 57 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-button-outline-blue{
  --tw-border-opacity: 1;
  border-color: rgb(70 140 203 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(70 140 203 / var(--tw-text-opacity, 1));
}
.tw-button-outline-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(70 140 203 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-button-outline-aqua{
  --tw-border-opacity: 1;
  border-color: rgb(45 189 183 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(45 189 183 / var(--tw-text-opacity, 1));
}
.tw-button-outline-aqua:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(45 189 183 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-button-outline-purple{
  --tw-border-opacity: 1;
  border-color: rgb(101 48 143 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(101 48 143 / var(--tw-text-opacity, 1));
}
.tw-button-outline-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 48 143 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-button-outline-pink{
  --tw-border-opacity: 1;
  border-color: rgb(236 16 140 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(236 16 140 / var(--tw-text-opacity, 1));
}
.tw-button-outline-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 16 140 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Outline button styles */
.btn-outline{
  border-width: 4px;
  background-color: transparent;
}
.btn-outline:hover{
  background-color: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn.btn-outline{
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(237 27 92 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(237 27 92 / var(--tw-text-opacity, 1));
}

.btn.btn-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 27 92 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bg-white .btn-outline{
  --tw-text-opacity: 1;
  color: rgb(237 27 92 / var(--tw-text-opacity, 1));
}

html {
  line-height: 1;
}

div.text {
  color: #30261C;
}
div.text > *:first-child {
  margin-top: 0;
}
div.text > *:last-child {
  margin-bottom: 0;
}
div.text p {
  max-width: 840px;
  font-size: 18px;
  line-height: 1.5em;
  margin: 25px auto;
}
div.text h4 {
  margin-right: auto;
  margin-left: auto;
  max-width: 840px;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.35em;
  text-transform: uppercase;
}
div.text ul {
  list-style: initial;
  margin: initial;
  padding: 0 0 0 2em;
}
div.text ul li {
  font-size: 18px;
  line-height: 1.5em;
  display: list-item;
  margin-bottom: 0.5em;
  max-width: 85%;
}
@media screen and (max-width: 576px) {
  div.text ul li {
    max-width: 100%;
  }
}
div.text dl.horizontal {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-top: -0.75em;
  padding: 0;
  align-items: middle;
}
div.text dl.horizontal dt {
  margin: 0;
  padding: 0.75em 0;
  flex: 0 0 15%;
  display: flex;
  align-items: center;
}
div.text dl.horizontal dt.small {
  flex: 0 0 75px;
}
div.text dl.horizontal dd {
  margin: 0;
  padding: 0.75em 0 0.75em 1.5em;
  min-width: 75%;
  flex: 1;
}
div.text dl.horizontal dd h5 {
  font-size: 15px;
  margin-bottom: 3px;
}
div.text dl.horizontal dd p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
div.text div.circle {
  display: inline-block;
  border: 5px solid #F79422;
  border-radius: 50%;
  text-align: center;
  position: relative;
  height: 150px;
  width: 150px;
  overflow: hidden;
}
div.text div.circle.circle--small {
  height: 76px;
  width: 76px;
}
div.text div.circle.circle--animated {
  border: 0;
  display: block;
}
div.text div.circle.circle--animated svg {
  height: 100%;
  width: 100%;
  display: block;
}
div.text div.circle.circle--animated svg path {
  fill: none;
  stroke-width: 3px;
}
div.text div.circle.circle--animated svg path.track {
  stroke: #ddd;
}
div.text div.circle.circle--animated svg path.progress {
  stroke: #F79422;
  animation: progress 1s ease-out forwards;
}
div.text div.circle div.circle__number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 15px 0;
  color: #F79422 !important;
  font-size: 25px;
  font-family: "GeoSlab703", Rockwell, Courier Bold, Courier, Georgia, Times, Times New Roman, serif;
  font-weight: bold;
  line-height: 1em;
}
div.text div.circle div.circle__number span.percent {
  font-size: 15px;
  vertical-align: 7px;
  margin-right: -8px;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
input.selection-hidden {
  border: none;
  outline: none;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

form {
  text-align: left;
}
form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  display: block;
}
form fieldset + fieldset {
  margin-top: 25px;
}
form fieldset legend {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 18px;
}
form fieldset.has-border {
  padding: 22px 20px;
  border: 2px solid #e5ded8;
}
form fieldset.has-border legend {
  margin-bottom: 0;
}
form fieldset.has-border div.field-group:last-of-type {
  margin-bottom: 0;
}
form fieldset.has-border div.field:last-of-type,
form fieldset.has-border div.field-container:last-of-type {
  margin-bottom: 0;
}
form fieldset p {
  line-height: 1.4em;
  margin: 0px auto 25px;
}

.bg-chalk div.field label {
  color: white;
}
.bg-chalk .bg-white .field label {
  color: #191919;
}

div.field,
div.field-container {
  position: relative;
  margin-bottom: 1em;
}
div.field.mb-0,
div.field-container.mb-0 {
  margin-bottom: 0;
}
div.field.error label,
div.field-container.error label {
  color: red;
}
div.field.error input,
div.field.error textarea,
div.field-container.error input,
div.field-container.error textarea {
  border-color: red;
}
div.field > .label-right,
div.field-container > .label-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  text-align: right;
}
div.field > .label-right svg,
div.field-container > .label-right svg {
  display: inline-block;
  width: 24px;
  height: auto;
}
div.field div.label,
div.field-container div.label {
  display: block;
  margin-bottom: 8px;
}
div.field div.select,
div.field-container div.select {
  position: relative;
}
div.field div.select select,
div.field-container div.select select {
  font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  position: relative;
  margin: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 6px 10px;
  background-color: #fff;
  color: #30261C;
  border: 1px solid #D9D8D6;
  border-radius: 4px;
  width: 100%;
}
div.field div.select select.error,
div.field-container div.select select.error {
  border-color: red;
}
div.field div.select select:not([multiple]),
div.field-container div.select select:not([multiple]) {
  padding-right: 2.5em;
}
div.field div.select select:focus, div.field div.select select:active,
div.field-container div.select select:focus,
div.field-container div.select select:active {
  outline: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 0 3px #F79422;
  border-radius: 0;
}
div.field div.select::after,
div.field-container div.select::after {
  right: 1.125em;
  z-index: 400;
  border: 3px solid #F79422;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
  box-sizing: inherit;
}
div.field .input,
div.field-container .input {
  position: relative;
}
div.field .input,
div.field input[type=text],
div.field input[type=email],
div.field input[type=number],
div.field input[type=search],
div.field input[type=url],
div.field input[type=password],
div.field textarea,
div.field-container .input,
div.field-container input[type=text],
div.field-container input[type=email],
div.field-container input[type=number],
div.field-container input[type=search],
div.field-container input[type=url],
div.field-container input[type=password],
div.field-container textarea {
  line-height: 1.2em;
  padding: 6px 10px;
  background-color: #fff;
  color: #30261C;
  border: 1px solid #D9D8D6;
  width: 100%;
  font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  outline: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-bottom: 3px;
  font-size: 16px;
  border-radius: 4px;
}
div.field .input:focus, div.field .input:active,
div.field input[type=text]:focus,
div.field input[type=text]:active,
div.field input[type=email]:focus,
div.field input[type=email]:active,
div.field input[type=number]:focus,
div.field input[type=number]:active,
div.field input[type=search]:focus,
div.field input[type=search]:active,
div.field input[type=url]:focus,
div.field input[type=url]:active,
div.field input[type=password]:focus,
div.field input[type=password]:active,
div.field textarea:focus,
div.field textarea:active,
div.field-container .input:focus,
div.field-container .input:active,
div.field-container input[type=text]:focus,
div.field-container input[type=text]:active,
div.field-container input[type=email]:focus,
div.field-container input[type=email]:active,
div.field-container input[type=number]:focus,
div.field-container input[type=number]:active,
div.field-container input[type=search]:focus,
div.field-container input[type=search]:active,
div.field-container input[type=url]:focus,
div.field-container input[type=url]:active,
div.field-container input[type=password]:focus,
div.field-container input[type=password]:active,
div.field-container textarea:focus,
div.field-container textarea:active {
  outline: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 0 3px #F79422;
}
div.field .input::-moz-placeholder, div.field input[type=text]::-moz-placeholder, div.field input[type=email]::-moz-placeholder, div.field input[type=number]::-moz-placeholder, div.field input[type=search]::-moz-placeholder, div.field input[type=url]::-moz-placeholder, div.field input[type=password]::-moz-placeholder, div.field textarea::-moz-placeholder, div.field-container .input::-moz-placeholder, div.field-container input[type=text]::-moz-placeholder, div.field-container input[type=email]::-moz-placeholder, div.field-container input[type=number]::-moz-placeholder, div.field-container input[type=search]::-moz-placeholder, div.field-container input[type=url]::-moz-placeholder, div.field-container input[type=password]::-moz-placeholder, div.field-container textarea::-moz-placeholder {
  color: #BCA99B;
  opacity: 1;
}
div.field .input::placeholder,
div.field input[type=text]::placeholder,
div.field input[type=email]::placeholder,
div.field input[type=number]::placeholder,
div.field input[type=search]::placeholder,
div.field input[type=url]::placeholder,
div.field input[type=password]::placeholder,
div.field textarea::placeholder,
div.field-container .input::placeholder,
div.field-container input[type=text]::placeholder,
div.field-container input[type=email]::placeholder,
div.field-container input[type=number]::placeholder,
div.field-container input[type=search]::placeholder,
div.field-container input[type=url]::placeholder,
div.field-container input[type=password]::placeholder,
div.field-container textarea::placeholder {
  color: #BCA99B;
  opacity: 1;
}
div.field .input:-ms-input-placeholder,
div.field input[type=text]:-ms-input-placeholder,
div.field input[type=email]:-ms-input-placeholder,
div.field input[type=number]:-ms-input-placeholder,
div.field input[type=search]:-ms-input-placeholder,
div.field input[type=url]:-ms-input-placeholder,
div.field input[type=password]:-ms-input-placeholder,
div.field textarea:-ms-input-placeholder,
div.field-container .input:-ms-input-placeholder,
div.field-container input[type=text]:-ms-input-placeholder,
div.field-container input[type=email]:-ms-input-placeholder,
div.field-container input[type=number]:-ms-input-placeholder,
div.field-container input[type=search]:-ms-input-placeholder,
div.field-container input[type=url]:-ms-input-placeholder,
div.field-container input[type=password]:-ms-input-placeholder,
div.field-container textarea:-ms-input-placeholder {
  color: #BCA99B;
}
div.field .input::-ms-input-placeholder,
div.field input[type=text]::-ms-input-placeholder,
div.field input[type=email]::-ms-input-placeholder,
div.field input[type=number]::-ms-input-placeholder,
div.field input[type=search]::-ms-input-placeholder,
div.field input[type=url]::-ms-input-placeholder,
div.field input[type=password]::-ms-input-placeholder,
div.field textarea::-ms-input-placeholder,
div.field-container .input::-ms-input-placeholder,
div.field-container input[type=text]::-ms-input-placeholder,
div.field-container input[type=email]::-ms-input-placeholder,
div.field-container input[type=number]::-ms-input-placeholder,
div.field-container input[type=search]::-ms-input-placeholder,
div.field-container input[type=url]::-ms-input-placeholder,
div.field-container input[type=password]::-ms-input-placeholder,
div.field-container textarea::-ms-input-placeholder {
  color: #BCA99B;
}
div.field .input.error,
div.field input[type=text].error,
div.field input[type=email].error,
div.field input[type=number].error,
div.field input[type=search].error,
div.field input[type=url].error,
div.field input[type=password].error,
div.field textarea.error,
div.field-container .input.error,
div.field-container input[type=text].error,
div.field-container input[type=email].error,
div.field-container input[type=number].error,
div.field-container input[type=search].error,
div.field-container input[type=url].error,
div.field-container input[type=password].error,
div.field-container textarea.error {
  border-color: red;
}
div.field input[type=password],
div.field-container input[type=password] {
  letter-spacing: 4px;
  font-weight: bold;
}
div.field.vertical-group div.radio,
div.field-container.vertical-group div.radio {
  display: block;
  padding-bottom: 0.5em;
}
div.field.vertical-group div.radio input + label,
div.field-container.vertical-group div.radio input + label {
  padding-right: 30px;
}
div.field.vertical-group div.radio span.note,
div.field-container.vertical-group div.radio span.note {
  margin-left: 30px;
}
div.field.vertical-group div.checkbox,
div.field-container.vertical-group div.checkbox {
  display: block;
  padding-bottom: 0.5em;
}
div.field div.radio,
div.field-container div.radio {
  display: inline-block;
  overflow: hidden;
}
div.field div.radio input,
div.field-container div.radio input {
  margin: 0;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
  vertical-align: baseline;
}
div.field div.radio input + label,
div.field-container div.radio input + label {
  position: relative;
  display: block;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1.3em;
  left: 30px;
  margin: 0;
  padding: 0 60px 0 0;
}
div.field div.radio input + label.with-dots,
div.field-container div.radio input + label.with-dots {
  display: flex;
}
div.field div.radio input + label.with-dots span:first-of-type,
div.field-container div.radio input + label.with-dots span:first-of-type {
  flex-grow: 1;
  overflow: hidden;
}
div.field div.radio input + label.with-dots span:first-of-type:after,
div.field-container div.radio input + label.with-dots span:first-of-type:after {
  position: absolute;
  content: "............................................................................................................................................................................................................";
}
div.field div.radio input + label.with-dots span:last-of-type,
div.field-container div.radio input + label.with-dots span:last-of-type {
  text-align: right;
  background: red;
  position: relative;
  z-index: 2;
  background: #f4f1ee;
}
div.field div.radio input + label strong,
div.field-container div.radio input + label strong {
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
  line-height: 17px;
}
div.field div.radio input + label::before,
div.field-container div.radio input + label::before {
  position: absolute;
  left: -30px;
  top: 0px;
  content: "";
  border: 3px solid #e5ded8;
  width: 17px;
  height: 17px;
  background-color: #fff;
  border-radius: 50%;
}
div.field div.radio input + label::after,
div.field-container div.radio input + label::after {
  display: none;
  position: absolute;
  left: -31px;
  top: -2px;
  content: "";
  border: 2px solid #fff;
  width: 21px;
  height: 21px;
  background-color: #468CCB;
  border-radius: 50%;
  transform: scale(0.5);
}
div.field div.radio input:checked + label::after,
div.field-container div.radio input:checked + label::after {
  display: inline-block;
}
div.field div.checkbox,
div.field-container div.checkbox {
  position: relative;
}
div.field div.checkbox span.error,
div.field div.checkbox span.note,
div.field-container div.checkbox span.error,
div.field-container div.checkbox span.note {
  margin-left: 30px;
}
div.field div.checkbox input[type=checkbox],
div.field-container div.checkbox input[type=checkbox] {
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
  vertical-align: baseline;
  margin: 0;
}
div.field div.checkbox input[type=checkbox].error + label::before,
div.field-container div.checkbox input[type=checkbox].error + label::before {
  border-color: red;
}
div.field div.checkbox input[type=checkbox] + label,
div.field-container div.checkbox input[type=checkbox] + label {
  position: relative;
  display: block;
  cursor: pointer;
  vertical-align: middle;
  left: 30px;
  width: calc(100% - 30px);
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  font-size: 16px;
}
div.field div.checkbox input[type=checkbox] + label strong,
div.field-container div.checkbox input[type=checkbox] + label strong {
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
  line-height: 17px;
}
div.field div.checkbox input[type=checkbox] + label::before,
div.field-container div.checkbox input[type=checkbox] + label::before {
  position: absolute;
  left: -30px;
  top: 0;
  content: "";
  border: 3px solid #e5ded8;
  width: 17px;
  height: 17px;
  background-color: #fff;
}
div.field div.checkbox input[type=checkbox] + label::after,
div.field-container div.checkbox input[type=checkbox] + label::after {
  position: absolute;
  display: none;
  content: "";
  top: -1px;
  width: 0.475rem;
  height: 0.8rem;
  left: calc(-31px + 0.48rem);
  box-sizing: border-box;
  transform: rotate(45deg);
  border-width: 3px;
  border-style: solid;
  border-color: #468CCB;
  border-top: 0;
  border-left: 0;
}
div.field div.checkbox input[type=checkbox]:checked + label::before,
div.field-container div.checkbox input[type=checkbox]:checked + label::before {
  border-color: #e5ded8 !important;
}
div.field div.checkbox input[type=checkbox]:checked + label::after,
div.field-container div.checkbox input[type=checkbox]:checked + label::after {
  display: inline-block;
}
div.field div.checkbox input[type=checkbox]:checked + label + span.error,
div.field-container div.checkbox input[type=checkbox]:checked + label + span.error {
  display: none;
}
div.field div.checkbox input[type=checkbox][disabled] + label::before,
div.field-container div.checkbox input[type=checkbox][disabled] + label::before {
  border-radius: 50%;
  border-color: #9AE6B4 !important;
  cursor: auto;
}
div.field div.checkbox input[type=checkbox][disabled] + label::after,
div.field-container div.checkbox input[type=checkbox][disabled] + label::after {
  cursor: auto;
  border-color: #48BB78;
}
div.field div.checkbox input[type=checkbox][disabled]:not(:checked) + label::before,
div.field-container div.checkbox input[type=checkbox][disabled]:not(:checked) + label::before {
  border-color: #FED7D7 !important;
}
div.field div.checkbox input[type=checkbox][disabled]:not(:checked) + label::after,
div.field-container div.checkbox input[type=checkbox][disabled]:not(:checked) + label::after {
  display: inline-block;
  position: absolute;
  font-weight: bolder;
  color: #FC8181;
  content: "x";
  top: -1px;
  width: auto;
  height: auto;
  left: calc(-33px + 0.48rem);
  box-sizing: border-box;
  transform: scaleX(1.2);
  border-width: 0px;
  border-top: 0;
  border-left: 0;
}
div.field div.checkbox input[type=checkbox][disabled]:not(:checked) + label + span.error,
div.field-container div.checkbox input[type=checkbox][disabled]:not(:checked) + label + span.error {
  display: none;
}
div.field span.error,
div.field span.instruction,
div.field span.note,
div.field-container span.error,
div.field-container span.instruction,
div.field-container span.note {
  display: block;
  font-size: 13px;
  color: #777069;
  margin-top: 3px;
}
div.field span.error.error,
div.field span.instruction.error,
div.field span.note.error,
div.field-container span.error.error,
div.field-container span.instruction.error,
div.field-container span.note.error {
  color: red;
}
div.field span.error strong,
div.field span.instruction strong,
div.field span.note strong,
div.field-container span.error strong,
div.field-container span.instruction strong,
div.field-container span.note strong {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-right: 2px;
  font-size: 11px;
}
div.field span.error a,
div.field span.instruction a,
div.field span.note a,
div.field-container span.error a,
div.field-container span.instruction a,
div.field-container span.note a {
  color: #468CCB;
  white-space: nowrap;
}
div.field span.error a:hover,
div.field span.instruction a:hover,
div.field span.note a:hover,
div.field-container span.error a:hover,
div.field-container span.instruction a:hover,
div.field-container span.note a:hover {
  color: #3172ad;
}
div.field div.password,
div.field-container div.password {
  position: relative;
}
div.field div.password input[type=password],
div.field-container div.password input[type=password] {
  padding-right: 38px;
}
div.field div.password:hover .toggle-visibility,
div.field-container div.password:hover .toggle-visibility {
  opacity: 1;
}
div.field div.password .toggle-visibility,
div.field-container div.password .toggle-visibility {
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  display: block;
}
div.field div.password .toggle-visibility:hover,
div.field-container div.password .toggle-visibility:hover {
  color: #468CCB;
}
div.field div.password .toggle-visibility.visible .fa-eye:before,
div.field-container div.password .toggle-visibility.visible .fa-eye:before {
  content: "\f070" !important;
}

div.field-group {
  display: block;
}
@media (min-width: 768px) {
  div.field-group {
    display: flex;
    margin-bottom: 1.5em;
  }
  div.field-group div.field,
div.field-group div.field-container {
    flex: 1;
    margin-right: 20px;
    margin-bottom: 0;
  }
  div.field-group div.field select,
div.field-group div.field input[type=text],
div.field-group div.field input[type=email],
div.field-group div.field input[type=number],
div.field-group div.field input[type=search],
div.field-group div.field input[type=url],
div.field-group div.field input[type=password],
div.field-group div.field-container select,
div.field-group div.field-container input[type=text],
div.field-group div.field-container input[type=email],
div.field-group div.field-container input[type=number],
div.field-group div.field-container input[type=search],
div.field-group div.field-container input[type=url],
div.field-group div.field-container input[type=password] {
    border-radius: 0;
  }
  div.field-group div.field:last-of-type,
div.field-group div.field-container:last-of-type {
    margin-right: 0;
  }
}

.input-valid-icon, div.field.valid input,
div.field-container.valid input, div.field input.valid,
div.field-container input.valid {
  position: relative;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' preserveAspectRatio='none'%3E%3Cpath fill='%23045937' d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-1.25 17.292l-4.5-4.364 1.857-1.858 2.643 2.506 5.643-5.784 1.857 1.857-7.5 7.643z'/%3E%3C/svg%3E");
  padding-right: 38px;
}

.input-error-icon, div.field.error input,
div.field-container.error input, div.field input.error,
div.field-container input.error {
  position: relative;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' preserveAspectRatio='none'%3E%3Cpath fill='red' d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z'/%3E%3C/svg%3E");
  padding-right: 38px;
}

.field-group-label, div.field > label,
div.field-container > label, div.field div.label,
div.field-container div.label {
  display: block;
  color: #30261C;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
}
.field-group-label.hidden, div.field > label.hidden,
div.field-container > label.hidden, div.field div.hidden.label,
div.field-container div.hidden.label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.field-group-label.error, div.field > label.error,
div.field-container > label.error, div.field div.error.label,
div.field-container div.error.label {
  color: red;
}
.field-group-label abbr, div.field > label abbr,
div.field-container > label abbr, div.field div.label abbr,
div.field-container div.label abbr {
  color: #F79422;
  visibility: hidden;
  position: relative;
}
.field-group-label abbr:before, div.field > label abbr:before,
div.field-container > label abbr:before, div.field div.label abbr:before,
div.field-container div.label abbr:before {
  visibility: visible;
  top: 20%;
  transform: translateY(-50%);
  left: 5px;
  position: absolute;
  width: 6px;
  color: #F79422;
  fill: #F79422;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: url(/redesign/images/icons/asterisk-solid.svg);
}

.switch input {
  position: absolute;
  opacity: 0;
}

/**
 * 1. Adjust this to size
 */
.switch {
  display: inline-block;
  font-size: 20px;
  /* 1 */
  height: 1em;
  width: 2em;
  background: #BDB9A6;
  border-radius: 1em;
}

.switch div {
  height: 1em;
  width: 1em;
  border-radius: 1em;
  background: #FFF;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
  transition: all 300ms;
}

.switch input:checked + div {
  transform: translate3d(100%, 0, 0);
}

div.columns,
div.one-up,
div.two-up,
div.three-up,
div.four-up {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
div.columns.align-top,
div.one-up.align-top,
div.two-up.align-top,
div.three-up.align-top,
div.four-up.align-top {
  align-items: flex-start;
}
div.columns.align-bottom,
div.one-up.align-bottom,
div.two-up.align-bottom,
div.three-up.align-bottom,
div.four-up.align-bottom {
  align-items: flex-end;
}
div.columns.justify-left,
div.one-up.justify-left,
div.two-up.justify-left,
div.three-up.justify-left,
div.four-up.justify-left {
  justify-content: left;
}
div.columns.justify-right,
div.one-up.justify-right,
div.two-up.justify-right,
div.three-up.justify-right,
div.four-up.justify-right {
  justify-content: right;
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  div.columns.tablet-justify-left,
div.one-up.tablet-justify-left,
div.two-up.tablet-justify-left,
div.three-up.tablet-justify-left,
div.four-up.tablet-justify-left {
    justify-content: left;
  }
  div.columns.tablet-justify-right,
div.one-up.tablet-justify-right,
div.two-up.tablet-justify-right,
div.three-up.tablet-justify-right,
div.four-up.tablet-justify-right {
    justify-content: right;
  }
}
@media screen and (max-width: 576px) {
  div.columns.mobile-justify-left,
div.one-up.mobile-justify-left,
div.two-up.mobile-justify-left,
div.three-up.mobile-justify-left,
div.four-up.mobile-justify-left {
    justify-content: left;
  }
  div.columns.mobile-justify-right,
div.one-up.mobile-justify-right,
div.two-up.mobile-justify-right,
div.three-up.mobile-justify-right,
div.four-up.mobile-justify-right {
    justify-content: right;
  }
}
@media screen and (min-width: 1000px) {
  div.columns,
div.one-up,
div.two-up,
div.three-up,
div.four-up {
    margin-right: -1em;
    margin-left: -1em;
    overflow: hidden;
    width: calc( 100% + 2em );
  }
}
@media screen and (max-width: 999px) {
  div.columns,
div.one-up,
div.two-up,
div.three-up,
div.four-up {
    margin-right: -0.5em;
    margin-left: -0.5em;
    overflow: hidden;
    width: calc( 100% + 1em );
  }
}
div.columns.pull-left,
div.one-up.pull-left,
div.two-up.pull-left,
div.three-up.pull-left,
div.four-up.pull-left {
  margin-left: -40px;
}
@media screen and (max-width: 999px) {
  div.columns.pull-left,
div.one-up.pull-left,
div.two-up.pull-left,
div.three-up.pull-left,
div.four-up.pull-left {
    margin-left: inherit;
  }
}
div.columns.pull-left-double,
div.one-up.pull-left-double,
div.two-up.pull-left-double,
div.three-up.pull-left-double,
div.four-up.pull-left-double {
  margin-left: -80px;
}
@media screen and (max-width: 999px) {
  div.columns.pull-left-double,
div.one-up.pull-left-double,
div.two-up.pull-left-double,
div.three-up.pull-left-double,
div.four-up.pull-left-double {
    margin-left: inherit;
  }
}
div.columns.pull-right,
div.one-up.pull-right,
div.two-up.pull-right,
div.three-up.pull-right,
div.four-up.pull-right {
  margin-left: 40px;
}
@media screen and (max-width: 999px) {
  div.columns.pull-right,
div.one-up.pull-right,
div.two-up.pull-right,
div.three-up.pull-right,
div.four-up.pull-right {
    margin-left: inherit;
  }
}
div.columns.pull-right-double,
div.one-up.pull-right-double,
div.two-up.pull-right-double,
div.three-up.pull-right-double,
div.four-up.pull-right-double {
  margin-left: 80px;
}
@media screen and (max-width: 999px) {
  div.columns.pull-right-double,
div.one-up.pull-right-double,
div.two-up.pull-right-double,
div.three-up.pull-right-double,
div.four-up.pull-right-double {
    margin-left: inherit;
  }
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  div.columns.tablet-reverse,
div.one-up.tablet-reverse,
div.two-up.tablet-reverse,
div.three-up.tablet-reverse,
div.four-up.tablet-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 576px) {
  div.columns.mobile-reverse,
div.one-up.mobile-reverse,
div.two-up.mobile-reverse,
div.three-up.mobile-reverse,
div.four-up.mobile-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 999px) {
  div.columns.tablet-collapse-reverse, div.columns.tablet-collapse,
div.one-up.tablet-collapse-reverse,
div.one-up.tablet-collapse,
div.two-up.tablet-collapse-reverse,
div.two-up.tablet-collapse,
div.three-up.tablet-collapse-reverse,
div.three-up.tablet-collapse,
div.four-up.tablet-collapse-reverse,
div.four-up.tablet-collapse {
    flex-direction: column;
  }
  div.columns.tablet-collapse-reverse > .column,
div.columns.tablet-collapse-reverse > .col, div.columns.tablet-collapse > .column,
div.columns.tablet-collapse > .col,
div.one-up.tablet-collapse-reverse > .column,
div.one-up.tablet-collapse-reverse > .col,
div.one-up.tablet-collapse > .column,
div.one-up.tablet-collapse > .col,
div.two-up.tablet-collapse-reverse > .column,
div.two-up.tablet-collapse-reverse > .col,
div.two-up.tablet-collapse > .column,
div.two-up.tablet-collapse > .col,
div.three-up.tablet-collapse-reverse > .column,
div.three-up.tablet-collapse-reverse > .col,
div.three-up.tablet-collapse > .column,
div.three-up.tablet-collapse > .col,
div.four-up.tablet-collapse-reverse > .column,
div.four-up.tablet-collapse-reverse > .col,
div.four-up.tablet-collapse > .column,
div.four-up.tablet-collapse > .col {
    width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  div.columns.tablet-collapse-reverse[class*=collapse-reverse], div.columns.tablet-collapse[class*=collapse-reverse],
div.one-up.tablet-collapse-reverse[class*=collapse-reverse],
div.one-up.tablet-collapse[class*=collapse-reverse],
div.two-up.tablet-collapse-reverse[class*=collapse-reverse],
div.two-up.tablet-collapse[class*=collapse-reverse],
div.three-up.tablet-collapse-reverse[class*=collapse-reverse],
div.three-up.tablet-collapse[class*=collapse-reverse],
div.four-up.tablet-collapse-reverse[class*=collapse-reverse],
div.four-up.tablet-collapse[class*=collapse-reverse] {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 576px) {
  div.columns.mobile-collapse-reverse, div.columns.mobile-collapse,
div.one-up.mobile-collapse-reverse,
div.one-up.mobile-collapse,
div.two-up.mobile-collapse-reverse,
div.two-up.mobile-collapse,
div.three-up.mobile-collapse-reverse,
div.three-up.mobile-collapse,
div.four-up.mobile-collapse-reverse,
div.four-up.mobile-collapse {
    flex-direction: column;
  }
  div.columns.mobile-collapse-reverse > .column,
div.columns.mobile-collapse-reverse > .col, div.columns.mobile-collapse > .column,
div.columns.mobile-collapse > .col,
div.one-up.mobile-collapse-reverse > .column,
div.one-up.mobile-collapse-reverse > .col,
div.one-up.mobile-collapse > .column,
div.one-up.mobile-collapse > .col,
div.two-up.mobile-collapse-reverse > .column,
div.two-up.mobile-collapse-reverse > .col,
div.two-up.mobile-collapse > .column,
div.two-up.mobile-collapse > .col,
div.three-up.mobile-collapse-reverse > .column,
div.three-up.mobile-collapse-reverse > .col,
div.three-up.mobile-collapse > .column,
div.three-up.mobile-collapse > .col,
div.four-up.mobile-collapse-reverse > .column,
div.four-up.mobile-collapse-reverse > .col,
div.four-up.mobile-collapse > .column,
div.four-up.mobile-collapse > .col {
    width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  div.columns.mobile-collapse-reverse[class*=collapse-reverse], div.columns.mobile-collapse[class*=collapse-reverse],
div.one-up.mobile-collapse-reverse[class*=collapse-reverse],
div.one-up.mobile-collapse[class*=collapse-reverse],
div.two-up.mobile-collapse-reverse[class*=collapse-reverse],
div.two-up.mobile-collapse[class*=collapse-reverse],
div.three-up.mobile-collapse-reverse[class*=collapse-reverse],
div.three-up.mobile-collapse[class*=collapse-reverse],
div.four-up.mobile-collapse-reverse[class*=collapse-reverse],
div.four-up.mobile-collapse[class*=collapse-reverse] {
    flex-direction: column-reverse;
  }
}
div.columns .column,
div.columns .col,
div.one-up .column,
div.one-up .col,
div.two-up .column,
div.two-up .col,
div.three-up .column,
div.three-up .col,
div.four-up .column,
div.four-up .col {
  padding: 1em;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 999px) {
  div.columns .column,
div.columns .col,
div.one-up .column,
div.one-up .col,
div.two-up .column,
div.two-up .col,
div.three-up .column,
div.three-up .col,
div.four-up .column,
div.four-up .col {
    padding: 0.5em !important;
  }
}
div.columns .column.has-text-center,
div.columns .col.has-text-center,
div.one-up .column.has-text-center,
div.one-up .col.has-text-center,
div.two-up .column.has-text-center,
div.two-up .col.has-text-center,
div.three-up .column.has-text-center,
div.three-up .col.has-text-center,
div.four-up .column.has-text-center,
div.four-up .col.has-text-center {
  margin: 0 auto;
}
div.columns .column.is-four-fifths,
div.columns .col.is-four-fifths,
div.one-up .column.is-four-fifths,
div.one-up .col.is-four-fifths,
div.two-up .column.is-four-fifths,
div.two-up .col.is-four-fifths,
div.three-up .column.is-four-fifths,
div.three-up .col.is-four-fifths,
div.four-up .column.is-four-fifths,
div.four-up .col.is-four-fifths {
  box-sizing: border-box;
  flex-basis: 80%;
  max-width: 80%;
  padding: 1rem;
}
div.columns .column.is-three-quarters,
div.columns .col.is-three-quarters,
div.one-up .column.is-three-quarters,
div.one-up .col.is-three-quarters,
div.two-up .column.is-three-quarters,
div.two-up .col.is-three-quarters,
div.three-up .column.is-three-quarters,
div.three-up .col.is-three-quarters,
div.four-up .column.is-three-quarters,
div.four-up .col.is-three-quarters {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}
div.columns .column.is-two-thirds,
div.columns .col.is-two-thirds,
div.one-up .column.is-two-thirds,
div.one-up .col.is-two-thirds,
div.two-up .column.is-two-thirds,
div.two-up .col.is-two-thirds,
div.three-up .column.is-two-thirds,
div.three-up .col.is-two-thirds,
div.four-up .column.is-two-thirds,
div.four-up .col.is-two-thirds {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}
div.columns .column.is-three-fifths,
div.columns .col.is-three-fifths,
div.one-up .column.is-three-fifths,
div.one-up .col.is-three-fifths,
div.two-up .column.is-three-fifths,
div.two-up .col.is-three-fifths,
div.three-up .column.is-three-fifths,
div.three-up .col.is-three-fifths,
div.four-up .column.is-three-fifths,
div.four-up .col.is-three-fifths {
  box-sizing: border-box;
  flex-basis: 60%;
  max-width: 60%;
  padding: 1rem;
}
div.columns .column.is-half,
div.columns .col.is-half,
div.one-up .column.is-half,
div.one-up .col.is-half,
div.two-up .column.is-half,
div.two-up .col.is-half,
div.three-up .column.is-half,
div.three-up .col.is-half,
div.four-up .column.is-half,
div.four-up .col.is-half {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}
div.columns .column.is-two-fifths,
div.columns .col.is-two-fifths,
div.one-up .column.is-two-fifths,
div.one-up .col.is-two-fifths,
div.two-up .column.is-two-fifths,
div.two-up .col.is-two-fifths,
div.three-up .column.is-two-fifths,
div.three-up .col.is-two-fifths,
div.four-up .column.is-two-fifths,
div.four-up .col.is-two-fifths {
  box-sizing: border-box;
  flex-basis: 40%;
  max-width: 40%;
  padding: 1rem;
}
div.columns .column.is-one-third,
div.columns .col.is-one-third,
div.one-up .column.is-one-third,
div.one-up .col.is-one-third,
div.two-up .column.is-one-third,
div.two-up .col.is-one-third,
div.three-up .column.is-one-third,
div.three-up .col.is-one-third,
div.four-up .column.is-one-third,
div.four-up .col.is-one-third {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}
div.columns .column.is-one-quarter,
div.columns .col.is-one-quarter,
div.one-up .column.is-one-quarter,
div.one-up .col.is-one-quarter,
div.two-up .column.is-one-quarter,
div.two-up .col.is-one-quarter,
div.three-up .column.is-one-quarter,
div.three-up .col.is-one-quarter,
div.four-up .column.is-one-quarter,
div.four-up .col.is-one-quarter {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}
div.columns .column.is-one-fifth,
div.columns .col.is-one-fifth,
div.one-up .column.is-one-fifth,
div.one-up .col.is-one-fifth,
div.two-up .column.is-one-fifth,
div.two-up .col.is-one-fifth,
div.three-up .column.is-one-fifth,
div.three-up .col.is-one-fifth,
div.four-up .column.is-one-fifth,
div.four-up .col.is-one-fifth {
  box-sizing: border-box;
  flex-basis: 20%;
  max-width: 20%;
  padding: 1rem;
}
@media screen and (min-width: 1280px) {
  div.columns .column.is-desktop-four-fifths,
div.columns .col.is-desktop-four-fifths,
div.one-up .column.is-desktop-four-fifths,
div.one-up .col.is-desktop-four-fifths,
div.two-up .column.is-desktop-four-fifths,
div.two-up .col.is-desktop-four-fifths,
div.three-up .column.is-desktop-four-fifths,
div.three-up .col.is-desktop-four-fifths,
div.four-up .column.is-desktop-four-fifths,
div.four-up .col.is-desktop-four-fifths {
    box-sizing: border-box;
    flex-basis: 80%;
    max-width: 80%;
    padding: 1rem;
  }
  div.columns .column.is-desktop-three-quarters,
div.columns .col.is-desktop-three-quarters,
div.one-up .column.is-desktop-three-quarters,
div.one-up .col.is-desktop-three-quarters,
div.two-up .column.is-desktop-three-quarters,
div.two-up .col.is-desktop-three-quarters,
div.three-up .column.is-desktop-three-quarters,
div.three-up .col.is-desktop-three-quarters,
div.four-up .column.is-desktop-three-quarters,
div.four-up .col.is-desktop-three-quarters {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  div.columns .column.is-desktop-two-thirds,
div.columns .col.is-desktop-two-thirds,
div.one-up .column.is-desktop-two-thirds,
div.one-up .col.is-desktop-two-thirds,
div.two-up .column.is-desktop-two-thirds,
div.two-up .col.is-desktop-two-thirds,
div.three-up .column.is-desktop-two-thirds,
div.three-up .col.is-desktop-two-thirds,
div.four-up .column.is-desktop-two-thirds,
div.four-up .col.is-desktop-two-thirds {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  div.columns .column.is-desktop-three-fifths,
div.columns .col.is-desktop-three-fifths,
div.one-up .column.is-desktop-three-fifths,
div.one-up .col.is-desktop-three-fifths,
div.two-up .column.is-desktop-three-fifths,
div.two-up .col.is-desktop-three-fifths,
div.three-up .column.is-desktop-three-fifths,
div.three-up .col.is-desktop-three-fifths,
div.four-up .column.is-desktop-three-fifths,
div.four-up .col.is-desktop-three-fifths {
    box-sizing: border-box;
    flex-basis: 60%;
    max-width: 60%;
    padding: 1rem;
  }
  div.columns .column.is-desktop-half,
div.columns .col.is-desktop-half,
div.one-up .column.is-desktop-half,
div.one-up .col.is-desktop-half,
div.two-up .column.is-desktop-half,
div.two-up .col.is-desktop-half,
div.three-up .column.is-desktop-half,
div.three-up .col.is-desktop-half,
div.four-up .column.is-desktop-half,
div.four-up .col.is-desktop-half {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  div.columns .column.is-desktop-two-fifths,
div.columns .col.is-desktop-two-fifths,
div.one-up .column.is-desktop-two-fifths,
div.one-up .col.is-desktop-two-fifths,
div.two-up .column.is-desktop-two-fifths,
div.two-up .col.is-desktop-two-fifths,
div.three-up .column.is-desktop-two-fifths,
div.three-up .col.is-desktop-two-fifths,
div.four-up .column.is-desktop-two-fifths,
div.four-up .col.is-desktop-two-fifths {
    box-sizing: border-box;
    flex-basis: 40%;
    max-width: 40%;
    padding: 1rem;
  }
  div.columns .column.is-desktop-one-third,
div.columns .col.is-desktop-one-third,
div.one-up .column.is-desktop-one-third,
div.one-up .col.is-desktop-one-third,
div.two-up .column.is-desktop-one-third,
div.two-up .col.is-desktop-one-third,
div.three-up .column.is-desktop-one-third,
div.three-up .col.is-desktop-one-third,
div.four-up .column.is-desktop-one-third,
div.four-up .col.is-desktop-one-third {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  div.columns .column.is-desktop-one-quarter,
div.columns .col.is-desktop-one-quarter,
div.one-up .column.is-desktop-one-quarter,
div.one-up .col.is-desktop-one-quarter,
div.two-up .column.is-desktop-one-quarter,
div.two-up .col.is-desktop-one-quarter,
div.three-up .column.is-desktop-one-quarter,
div.three-up .col.is-desktop-one-quarter,
div.four-up .column.is-desktop-one-quarter,
div.four-up .col.is-desktop-one-quarter {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  div.columns .column.is-desktop-one-fifth,
div.columns .col.is-desktop-one-fifth,
div.one-up .column.is-desktop-one-fifth,
div.one-up .col.is-desktop-one-fifth,
div.two-up .column.is-desktop-one-fifth,
div.two-up .col.is-desktop-one-fifth,
div.three-up .column.is-desktop-one-fifth,
div.three-up .col.is-desktop-one-fifth,
div.four-up .column.is-desktop-one-fifth,
div.four-up .col.is-desktop-one-fifth {
    box-sizing: border-box;
    flex-basis: 20%;
    max-width: 20%;
    padding: 1rem;
  }
  div.columns .column.is-desktop-full,
div.columns .col.is-desktop-full,
div.one-up .column.is-desktop-full,
div.one-up .col.is-desktop-full,
div.two-up .column.is-desktop-full,
div.two-up .col.is-desktop-full,
div.three-up .column.is-desktop-full,
div.three-up .col.is-desktop-full,
div.four-up .column.is-desktop-full,
div.four-up .col.is-desktop-full {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  div.columns .column.is-legacy-four-fifths,
div.columns .col.is-legacy-four-fifths,
div.one-up .column.is-legacy-four-fifths,
div.one-up .col.is-legacy-four-fifths,
div.two-up .column.is-legacy-four-fifths,
div.two-up .col.is-legacy-four-fifths,
div.three-up .column.is-legacy-four-fifths,
div.three-up .col.is-legacy-four-fifths,
div.four-up .column.is-legacy-four-fifths,
div.four-up .col.is-legacy-four-fifths {
    box-sizing: border-box;
    flex-basis: 80%;
    max-width: 80%;
    padding: 1rem;
  }
  div.columns .column.is-legacy-three-quarters,
div.columns .col.is-legacy-three-quarters,
div.one-up .column.is-legacy-three-quarters,
div.one-up .col.is-legacy-three-quarters,
div.two-up .column.is-legacy-three-quarters,
div.two-up .col.is-legacy-three-quarters,
div.three-up .column.is-legacy-three-quarters,
div.three-up .col.is-legacy-three-quarters,
div.four-up .column.is-legacy-three-quarters,
div.four-up .col.is-legacy-three-quarters {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  div.columns .column.is-legacy-two-thirds,
div.columns .col.is-legacy-two-thirds,
div.one-up .column.is-legacy-two-thirds,
div.one-up .col.is-legacy-two-thirds,
div.two-up .column.is-legacy-two-thirds,
div.two-up .col.is-legacy-two-thirds,
div.three-up .column.is-legacy-two-thirds,
div.three-up .col.is-legacy-two-thirds,
div.four-up .column.is-legacy-two-thirds,
div.four-up .col.is-legacy-two-thirds {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  div.columns .column.is-legacy-three-fifths,
div.columns .col.is-legacy-three-fifths,
div.one-up .column.is-legacy-three-fifths,
div.one-up .col.is-legacy-three-fifths,
div.two-up .column.is-legacy-three-fifths,
div.two-up .col.is-legacy-three-fifths,
div.three-up .column.is-legacy-three-fifths,
div.three-up .col.is-legacy-three-fifths,
div.four-up .column.is-legacy-three-fifths,
div.four-up .col.is-legacy-three-fifths {
    box-sizing: border-box;
    flex-basis: 60%;
    max-width: 60%;
    padding: 1rem;
  }
  div.columns .column.is-legacy-half,
div.columns .col.is-legacy-half,
div.one-up .column.is-legacy-half,
div.one-up .col.is-legacy-half,
div.two-up .column.is-legacy-half,
div.two-up .col.is-legacy-half,
div.three-up .column.is-legacy-half,
div.three-up .col.is-legacy-half,
div.four-up .column.is-legacy-half,
div.four-up .col.is-legacy-half {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  div.columns .column.is-legacy-two-fifths,
div.columns .col.is-legacy-two-fifths,
div.one-up .column.is-legacy-two-fifths,
div.one-up .col.is-legacy-two-fifths,
div.two-up .column.is-legacy-two-fifths,
div.two-up .col.is-legacy-two-fifths,
div.three-up .column.is-legacy-two-fifths,
div.three-up .col.is-legacy-two-fifths,
div.four-up .column.is-legacy-two-fifths,
div.four-up .col.is-legacy-two-fifths {
    box-sizing: border-box;
    flex-basis: 40%;
    max-width: 40%;
    padding: 1rem;
  }
  div.columns .column.is-legacy-one-third,
div.columns .col.is-legacy-one-third,
div.one-up .column.is-legacy-one-third,
div.one-up .col.is-legacy-one-third,
div.two-up .column.is-legacy-one-third,
div.two-up .col.is-legacy-one-third,
div.three-up .column.is-legacy-one-third,
div.three-up .col.is-legacy-one-third,
div.four-up .column.is-legacy-one-third,
div.four-up .col.is-legacy-one-third {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  div.columns .column.is-legacy-one-quarter,
div.columns .col.is-legacy-one-quarter,
div.one-up .column.is-legacy-one-quarter,
div.one-up .col.is-legacy-one-quarter,
div.two-up .column.is-legacy-one-quarter,
div.two-up .col.is-legacy-one-quarter,
div.three-up .column.is-legacy-one-quarter,
div.three-up .col.is-legacy-one-quarter,
div.four-up .column.is-legacy-one-quarter,
div.four-up .col.is-legacy-one-quarter {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  div.columns .column.is-legacy-one-fifth,
div.columns .col.is-legacy-one-fifth,
div.one-up .column.is-legacy-one-fifth,
div.one-up .col.is-legacy-one-fifth,
div.two-up .column.is-legacy-one-fifth,
div.two-up .col.is-legacy-one-fifth,
div.three-up .column.is-legacy-one-fifth,
div.three-up .col.is-legacy-one-fifth,
div.four-up .column.is-legacy-one-fifth,
div.four-up .col.is-legacy-one-fifth {
    box-sizing: border-box;
    flex-basis: 20%;
    max-width: 20%;
    padding: 1rem;
  }
  div.columns .column.is-legacy-full,
div.columns .col.is-legacy-full,
div.one-up .column.is-legacy-full,
div.one-up .col.is-legacy-full,
div.two-up .column.is-legacy-full,
div.two-up .col.is-legacy-full,
div.three-up .column.is-legacy-full,
div.three-up .col.is-legacy-full,
div.four-up .column.is-legacy-full,
div.four-up .col.is-legacy-full {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  div.columns .column.is-tablet-four-fifths,
div.columns .col.is-tablet-four-fifths,
div.one-up .column.is-tablet-four-fifths,
div.one-up .col.is-tablet-four-fifths,
div.two-up .column.is-tablet-four-fifths,
div.two-up .col.is-tablet-four-fifths,
div.three-up .column.is-tablet-four-fifths,
div.three-up .col.is-tablet-four-fifths,
div.four-up .column.is-tablet-four-fifths,
div.four-up .col.is-tablet-four-fifths {
    box-sizing: border-box;
    flex-basis: 80%;
    max-width: 80%;
    padding: 1rem;
  }
  div.columns .column.is-tablet-three-quarters,
div.columns .col.is-tablet-three-quarters,
div.one-up .column.is-tablet-three-quarters,
div.one-up .col.is-tablet-three-quarters,
div.two-up .column.is-tablet-three-quarters,
div.two-up .col.is-tablet-three-quarters,
div.three-up .column.is-tablet-three-quarters,
div.three-up .col.is-tablet-three-quarters,
div.four-up .column.is-tablet-three-quarters,
div.four-up .col.is-tablet-three-quarters {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  div.columns .column.is-tablet-two-thirds,
div.columns .col.is-tablet-two-thirds,
div.one-up .column.is-tablet-two-thirds,
div.one-up .col.is-tablet-two-thirds,
div.two-up .column.is-tablet-two-thirds,
div.two-up .col.is-tablet-two-thirds,
div.three-up .column.is-tablet-two-thirds,
div.three-up .col.is-tablet-two-thirds,
div.four-up .column.is-tablet-two-thirds,
div.four-up .col.is-tablet-two-thirds {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  div.columns .column.is-tablet-three-fifths,
div.columns .col.is-tablet-three-fifths,
div.one-up .column.is-tablet-three-fifths,
div.one-up .col.is-tablet-three-fifths,
div.two-up .column.is-tablet-three-fifths,
div.two-up .col.is-tablet-three-fifths,
div.three-up .column.is-tablet-three-fifths,
div.three-up .col.is-tablet-three-fifths,
div.four-up .column.is-tablet-three-fifths,
div.four-up .col.is-tablet-three-fifths {
    box-sizing: border-box;
    flex-basis: 60%;
    max-width: 60%;
    padding: 1rem;
  }
  div.columns .column.is-tablet-half,
div.columns .col.is-tablet-half,
div.one-up .column.is-tablet-half,
div.one-up .col.is-tablet-half,
div.two-up .column.is-tablet-half,
div.two-up .col.is-tablet-half,
div.three-up .column.is-tablet-half,
div.three-up .col.is-tablet-half,
div.four-up .column.is-tablet-half,
div.four-up .col.is-tablet-half {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  div.columns .column.is-tablet-two-fifths,
div.columns .col.is-tablet-two-fifths,
div.one-up .column.is-tablet-two-fifths,
div.one-up .col.is-tablet-two-fifths,
div.two-up .column.is-tablet-two-fifths,
div.two-up .col.is-tablet-two-fifths,
div.three-up .column.is-tablet-two-fifths,
div.three-up .col.is-tablet-two-fifths,
div.four-up .column.is-tablet-two-fifths,
div.four-up .col.is-tablet-two-fifths {
    box-sizing: border-box;
    flex-basis: 40%;
    max-width: 40%;
    padding: 1rem;
  }
  div.columns .column.is-tablet-one-third,
div.columns .col.is-tablet-one-third,
div.one-up .column.is-tablet-one-third,
div.one-up .col.is-tablet-one-third,
div.two-up .column.is-tablet-one-third,
div.two-up .col.is-tablet-one-third,
div.three-up .column.is-tablet-one-third,
div.three-up .col.is-tablet-one-third,
div.four-up .column.is-tablet-one-third,
div.four-up .col.is-tablet-one-third {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  div.columns .column.is-tablet-one-quarter,
div.columns .col.is-tablet-one-quarter,
div.one-up .column.is-tablet-one-quarter,
div.one-up .col.is-tablet-one-quarter,
div.two-up .column.is-tablet-one-quarter,
div.two-up .col.is-tablet-one-quarter,
div.three-up .column.is-tablet-one-quarter,
div.three-up .col.is-tablet-one-quarter,
div.four-up .column.is-tablet-one-quarter,
div.four-up .col.is-tablet-one-quarter {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  div.columns .column.is-tablet-one-fifth,
div.columns .col.is-tablet-one-fifth,
div.one-up .column.is-tablet-one-fifth,
div.one-up .col.is-tablet-one-fifth,
div.two-up .column.is-tablet-one-fifth,
div.two-up .col.is-tablet-one-fifth,
div.three-up .column.is-tablet-one-fifth,
div.three-up .col.is-tablet-one-fifth,
div.four-up .column.is-tablet-one-fifth,
div.four-up .col.is-tablet-one-fifth {
    box-sizing: border-box;
    flex-basis: 20%;
    max-width: 20%;
    padding: 1rem;
  }
  div.columns .column.is-tablet-full,
div.columns .col.is-tablet-full,
div.one-up .column.is-tablet-full,
div.one-up .col.is-tablet-full,
div.two-up .column.is-tablet-full,
div.two-up .col.is-tablet-full,
div.three-up .column.is-tablet-full,
div.three-up .col.is-tablet-full,
div.four-up .column.is-tablet-full,
div.four-up .col.is-tablet-full {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
}
@media screen and (max-width: 576px) {
  div.columns .column.is-mobile-four-fifths,
div.columns .col.is-mobile-four-fifths,
div.one-up .column.is-mobile-four-fifths,
div.one-up .col.is-mobile-four-fifths,
div.two-up .column.is-mobile-four-fifths,
div.two-up .col.is-mobile-four-fifths,
div.three-up .column.is-mobile-four-fifths,
div.three-up .col.is-mobile-four-fifths,
div.four-up .column.is-mobile-four-fifths,
div.four-up .col.is-mobile-four-fifths {
    box-sizing: border-box;
    flex-basis: 80%;
    max-width: 80%;
    padding: 1rem;
  }
  div.columns .column.is-mobile-three-quarters,
div.columns .col.is-mobile-three-quarters,
div.one-up .column.is-mobile-three-quarters,
div.one-up .col.is-mobile-three-quarters,
div.two-up .column.is-mobile-three-quarters,
div.two-up .col.is-mobile-three-quarters,
div.three-up .column.is-mobile-three-quarters,
div.three-up .col.is-mobile-three-quarters,
div.four-up .column.is-mobile-three-quarters,
div.four-up .col.is-mobile-three-quarters {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  div.columns .column.is-mobile-two-thirds,
div.columns .col.is-mobile-two-thirds,
div.one-up .column.is-mobile-two-thirds,
div.one-up .col.is-mobile-two-thirds,
div.two-up .column.is-mobile-two-thirds,
div.two-up .col.is-mobile-two-thirds,
div.three-up .column.is-mobile-two-thirds,
div.three-up .col.is-mobile-two-thirds,
div.four-up .column.is-mobile-two-thirds,
div.four-up .col.is-mobile-two-thirds {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  div.columns .column.is-mobile-three-fifths,
div.columns .col.is-mobile-three-fifths,
div.one-up .column.is-mobile-three-fifths,
div.one-up .col.is-mobile-three-fifths,
div.two-up .column.is-mobile-three-fifths,
div.two-up .col.is-mobile-three-fifths,
div.three-up .column.is-mobile-three-fifths,
div.three-up .col.is-mobile-three-fifths,
div.four-up .column.is-mobile-three-fifths,
div.four-up .col.is-mobile-three-fifths {
    box-sizing: border-box;
    flex-basis: 60%;
    max-width: 60%;
    padding: 1rem;
  }
  div.columns .column.is-mobile-half,
div.columns .col.is-mobile-half,
div.one-up .column.is-mobile-half,
div.one-up .col.is-mobile-half,
div.two-up .column.is-mobile-half,
div.two-up .col.is-mobile-half,
div.three-up .column.is-mobile-half,
div.three-up .col.is-mobile-half,
div.four-up .column.is-mobile-half,
div.four-up .col.is-mobile-half {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  div.columns .column.is-mobile-two-fifths,
div.columns .col.is-mobile-two-fifths,
div.one-up .column.is-mobile-two-fifths,
div.one-up .col.is-mobile-two-fifths,
div.two-up .column.is-mobile-two-fifths,
div.two-up .col.is-mobile-two-fifths,
div.three-up .column.is-mobile-two-fifths,
div.three-up .col.is-mobile-two-fifths,
div.four-up .column.is-mobile-two-fifths,
div.four-up .col.is-mobile-two-fifths {
    box-sizing: border-box;
    flex-basis: 40%;
    max-width: 40%;
    padding: 1rem;
  }
  div.columns .column.is-mobile-one-third,
div.columns .col.is-mobile-one-third,
div.one-up .column.is-mobile-one-third,
div.one-up .col.is-mobile-one-third,
div.two-up .column.is-mobile-one-third,
div.two-up .col.is-mobile-one-third,
div.three-up .column.is-mobile-one-third,
div.three-up .col.is-mobile-one-third,
div.four-up .column.is-mobile-one-third,
div.four-up .col.is-mobile-one-third {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  div.columns .column.is-mobile-one-quarter,
div.columns .col.is-mobile-one-quarter,
div.one-up .column.is-mobile-one-quarter,
div.one-up .col.is-mobile-one-quarter,
div.two-up .column.is-mobile-one-quarter,
div.two-up .col.is-mobile-one-quarter,
div.three-up .column.is-mobile-one-quarter,
div.three-up .col.is-mobile-one-quarter,
div.four-up .column.is-mobile-one-quarter,
div.four-up .col.is-mobile-one-quarter {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  div.columns .column.is-mobile-one-fifth,
div.columns .col.is-mobile-one-fifth,
div.one-up .column.is-mobile-one-fifth,
div.one-up .col.is-mobile-one-fifth,
div.two-up .column.is-mobile-one-fifth,
div.two-up .col.is-mobile-one-fifth,
div.three-up .column.is-mobile-one-fifth,
div.three-up .col.is-mobile-one-fifth,
div.four-up .column.is-mobile-one-fifth,
div.four-up .col.is-mobile-one-fifth {
    box-sizing: border-box;
    flex-basis: 20%;
    max-width: 20%;
    padding: 1rem;
  }
  div.columns .column.is-mobile-full,
div.columns .col.is-mobile-full,
div.one-up .column.is-mobile-full,
div.one-up .col.is-mobile-full,
div.two-up .column.is-mobile-full,
div.two-up .col.is-mobile-full,
div.three-up .column.is-mobile-full,
div.three-up .col.is-mobile-full,
div.four-up .column.is-mobile-full,
div.four-up .col.is-mobile-full {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
}

div.one-up.two-third .col {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  div.one-up.two-third .col {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
}
div.one-up.half .col {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  div.one-up.half .col {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
}
@media screen and (max-width: 576px) {
  div.one-up.half .col {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
}
div.one-up.quarter .col {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  div.one-up.quarter .col {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
}
div.one-up.third .col {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  div.one-up.third .col {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
}

div.two-up {
  align-items: center;
}
div.two-up.half .col {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}
div.two-up.two-fifth .col:first-of-type {
  box-sizing: border-box;
  flex-basis: 40%;
  max-width: 40%;
  padding: 1rem;
}
div.two-up.two-fifth .col:last-of-type {
  box-sizing: border-box;
  flex-basis: 60%;
  max-width: 60%;
  padding: 1rem;
}
div.two-up.two-fifth.right .col:first-of-type {
  box-sizing: border-box;
  flex-basis: 60%;
  max-width: 60%;
  padding: 1rem;
}
div.two-up.two-fifth.right .col:last-of-type {
  box-sizing: border-box;
  flex-basis: 40%;
  max-width: 40%;
  padding: 1rem;
}
div.two-up.third .col:first-of-type {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}
div.two-up.third .col:last-of-type {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}
div.two-up.third.right .col:first-of-type {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}
div.two-up.third.right .col:last-of-type {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}
div.two-up.quarter .col:first-of-type {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}
div.two-up.quarter .col:last-of-type {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}
div.two-up.quarter.right .col:first-of-type {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}
div.two-up.quarter.right .col:last-of-type {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}
div.two-up.fifth .col:first-of-type {
  box-sizing: border-box;
  flex-basis: 20%;
  max-width: 20%;
  padding: 1rem;
}
div.two-up.fifth .col:last-of-type {
  box-sizing: border-box;
  flex-basis: 80%;
  max-width: 80%;
  padding: 1rem;
}
div.two-up.fifth.right .col:first-of-type {
  box-sizing: border-box;
  flex-basis: 80%;
  max-width: 80%;
  padding: 1rem;
}
div.two-up.fifth.right .col:last-of-type {
  box-sizing: border-box;
  flex-basis: 20%;
  max-width: 20%;
  padding: 1rem;
}

div.three-up.connect div.col {
  padding: 1em 2em;
}

div.three-up.connect,
div.four-up.connect {
  justify-content: space-between;
}
div.three-up.connect div.col,
div.four-up.connect div.col {
  box-sizing: border-box;
  flex-basis: 23.3333333333%;
  max-width: 23.3333333333%;
  padding: 1rem;
  position: relative;
}
div.three-up.connect div.col:after,
div.four-up.connect div.col:after {
  width: 40px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  font-family: "GeoSlab703", Rockwell, Courier Bold, Courier, Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  content: "+";
  right: calc(-5% - 20px);
  top: 50%;
  transform: translateY(-50%);
  color: #F79422;
}
@media screen and (max-width: 999px) {
  div.three-up.connect div.col:after,
div.four-up.connect div.col:after {
    font-size: 30px;
  }
}
div.three-up.connect div.col:last-of-type:after,
div.four-up.connect div.col:last-of-type:after {
  display: none;
}
div.three-up.connect.arrow div.col:after,
div.four-up.connect.arrow div.col:after {
  content: "›";
}
div.three-up.connect.plusplusequal div.col:after,
div.four-up.connect.plusplusequal div.col:after {
  content: "+";
}
div.three-up.connect.plusplusequal div.col:nth-child(3):after,
div.four-up.connect.plusplusequal div.col:nth-child(3):after {
  content: "=";
}

div.three-up.connect div.col {
  box-sizing: border-box;
  flex-basis: 31.6666666667%;
  max-width: 31.6666666667%;
  padding: 1rem;
}
div.three-up.connect div.col:after {
  right: calc(-4.2% - 20px);
}
div.three-up.connect.plusequal div.col:after {
  content: "+";
}
div.three-up.connect.plusequal div.col:nth-child(2):after {
  content: "=";
}

#app .breadcrumb {
  background-color: transparent;
  padding: 0;
  font-size: 1rem;
}
#app .breadcrumb.container {
  padding: 0 15px;
}
#app .breadcrumb .breadcrumb-item a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* purgecss start ignore */
@media screen and (min-width: 1000px) {
  #home-admin {
    min-height: 65vh;
  }
}

nav.dashboard {
  text-align: left;
}
nav.dashboard ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -1em;
}
nav.dashboard ul li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 0;
}
nav.dashboard ul li a {
  display: block;
  padding: 12px 0px;
  font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1em;
  font-size: 13.5px;
  font-weight: 600;
  text-transform: none;
  color: #F79422;
  text-decoration: none;
  cursor: pointer;
}
nav.dashboard ul li a:hover {
  color: #468CCB;
}
nav.dashboard ul li a.active:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #468CCB;
  bottom: -1px;
}

section.dashboard {
  background: #fff;
  padding: 2em 1.5em;
  text-align: left;
  width: calc( 100% + 3em );
  margin-left: -1.5em;
  margin-right: -1.5em;
  margin-bottom: 8rem;
  position: relative;
  border: 1px solid #D9D8D6;
}
@media screen and (max-width: 576px) {
  section.dashboard {
    padding: 1rem;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
section.dashboard table.table tbody td, section.dashboard table.table thead th {
  text-align: left;
  font-size: 1rem;
}
section.dashboard div.dashboard-profile {
  margin-bottom: 2em;
}
@media screen and (max-width: 576px) {
  section.dashboard div.dashboard-profile {
    width: 100% !important;
  }
}
section.dashboard div.dashboard-profile h4 {
  color: #191919;
  margin-bottom: 10px;
}
section.dashboard div.dashboard-profile div.avatar {
  padding-top: 6px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  section.dashboard div.dashboard-profile div.avatar{
    margin-left: 0.5rem;
  }
}
section.dashboard div.dashboard-profile div.avatar div {
  margin-bottom: 5px;
}
section.dashboard div.dashboard-profile div.avatar div img {
  width: 100%;
}
section.dashboard div.dashboard-profile div.intro {
  padding-left: 1em;
}
section.dashboard div.dashboard-profile div.intro .field {
  margin-bottom: 0;
}
section.dashboard div.dashboard-profile div.intro .dl-wrapper {
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-bottom: 0.5em;
  min-height: 65px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  section.dashboard div.dashboard-profile div.intro .dl-wrapper {
    display: block;
  }
}
section.dashboard div.dashboard-profile div.intro .dl-wrapper::before {
  display: block;
  position: absolute;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #BCA99B;
}
section.dashboard div.dashboard-profile div.intro dt{
  flex: none;
  width: 45rem;
  margin-right: 20px;
  max-width: 60px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #6c757d;
}
@media screen and (max-width: 576px) {
  section.dashboard div.dashboard-profile div.intro dt{
    margin-bottom: 0.5rem;
  }
}
section.dashboard div.dashboard-profile div.intro dd{
  flex: 1 1 0%;
  margin-inline-start: 10px;
  color: #191919;
  font-size: 15px;
  line-height: 1.4em;
  position: relative;
  padding-right: 1em;
}
@media screen and (max-width: 576px) {
  section.dashboard div.dashboard-profile div.intro dd {
    margin-inline-start: auto;
  }
}
section.dashboard div.dashboard-profile div.intro dd div.bio {
  max-height: 70px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
section.dashboard div.dashboard-profile div.intro dd div.bio::before {
  opacity: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  z-index: 10;
  transition: all 0.3s ease;
}
section.dashboard div.field-container {
  max-width: 100%;
}

div.accordion {
  margin-top: 1em;
}
div.accordion .bg-grey .section-settings button.btn.btn-dark {
  color: #fff;
}
div.accordion .bg-chalk .section-settings button.btn.btn-outline {
  color: #FDFDFD;
  border-color: #FDFDFD;
}
div.accordion .bg-white .section-settings button.btn.btn-dark {
  color: #FDFDFD;
}
div.accordion .bg-white .section-settings button.btn.btn-dark:hover {
  color: #000;
}
div.accordion .bg-chalk .bg-white p, div.accordion .bg-chalk .bg-white h1, div.accordion .bg-chalk .bg-white h2, div.accordion .bg-chalk .bg-white h3, div.accordion .bg-chalk .bg-white h4, div.accordion .bg-chalk .bg-white h5, div.accordion .bg-chalk .bg-white h6 {
  color: #191919;
}
div.accordion article.accordion {
  margin-bottom: 1em;
}
div.accordion article.accordion div.accordion-header {
  color: #191919;
  background: #f7f7f7;
  font-size: 1.4em;
  padding: 12px 20px 12px 65px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
div.accordion article.accordion div.accordion-header strong.step {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 51px;
  color: #191919;
  display: block;
  font-size: 18px;
  background: #EAEAEA;
  padding: 16px 0 0;
  font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
div.accordion article.accordion div.accordion-header span.tag {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #191919;
  background: #BCA99B;
  padding: 6px 8px;
  border-radius: 5px;
  font-weight: bold;
  color: #30261C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 65px;
  min-width: 86px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  div.accordion article.accordion div.accordion-header span.tag {
    display: none;
  }
}
div.accordion article.accordion div.accordion-header span.tag.complete {
  background: #828f38;
  color: #fff;
}
div.accordion article.accordion div.accordion-header span.tag.incomplete {
  background: #F79422;
  color: #fff;
}
div.accordion article.accordion div.accordion-header span.icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #fff;
  background-color: #468CCB;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
div.accordion article.accordion div.accordion-header span.icon i, div.accordion article.accordion div.accordion-header span.icon svg {
  position: absolute;
  font-size: 12px;
  top: 5px;
  left: 6px;
}
div.accordion article.accordion div.accordion-header:hover {
  background: #EAEAEA;
}
div.accordion article.accordion div.accordion-header:hover span.icon {
  background-color: #F79422;
}
div.accordion article.accordion div.accordion-body {
  transition: all 0.3s ease-in-out;
}
div.accordion article.accordion.is-active div.accordion-body {
  border: 2px solid #EAEAEA;
}
div.accordion article.accordion.is-active div.accordion-body div.accordion-content {
  padding: 1.5em 1em;
}

div.team-members {
  margin-top: 1em;
  margin-bottom: 4em;
  position: relative;
}
div.team-members ul {
  margin: -15px -15px 25px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
div.team-members ul li {
  flex: 0 1 calc(20% - 30px);
  margin: 15px;
  font-size: 15px;
  text-align: center;
  color: #191919;
}
div.team-members ul li div.image {
  position: relative;
}
div.team-members ul li div.image span.tag {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  padding: 6px 4px;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: #191919;
  background-color: rgba(255, 255, 255, 0.9);
  border-left: 8px solid #D01689;
}
div.team-members ul li div.image span.tag.green {
  border-color: #CCDB2A;
}

div.donations {
  margin-top: 1em;
  margin-bottom: 4em;
}

/* purgecss end ignore */
/* purgecss start ignore */
.edit-row {
  margin: 20px 0;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-top: 1px solid transparent;
}
.edit-row .edit-row__view {
  position: relative;
  transition: all 0s ease-in-out, opacity 0.3s linear 0.15s;
  z-index: 10;
  opacity: 1;
}
.edit-row .edit-row__form {
  position: relative;
  margin-top: -100%;
  transition: all 0s;
  z-index: 5;
  overflow: hidden;
  padding-top: 0px;
}
.edit-row.edit-row--editing {
  border-color: #D9D8D6;
}
.edit-row.edit-row--editing .edit-row__view {
  z-index: 5;
  opacity: 0;
  transition: all 0.3s ease-in-out, opacity 0s linear 0.3s;
}
.edit-row.edit-row--editing .edit-row__form {
  margin-top: 0%;
  margin-bottom: 30px;
  z-index: 10;
  transition: all 0.3s ease-in-out 0.2s;
  border-bottom: 1px solid #D9D8D6;
}

/* purgecss end ignore */
/* purgecss start ignore */
@keyframes showfixedmenu {
  0% {
    opacity: 0;
    top: -40px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
body.has-mobile-menu header.layout.is-sticky {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

header.layout {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 900;
}
header.layout.is-sticky {
  transition: opacity 2s ease-in;
  position: fixed;
  background-size: cover;
  background-color: #191919;
  height: 100px;
  opacity: 0;
  -webkit-animation-name: showfixedmenu;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: showfixedmenu;
  -moz-animation-duration: 0.8s;
  -moz-animation-delay: 0s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: showfixedmenu;
  -o-animation-duration: 0.8s;
  -o-animation-delay: 0s;
  -o-animation-fill-mode: forwards;
  animation-name: showfixedmenu;
  animation-duration: 0.8s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 576px) {
  header.layout.is-sticky {
    height: 85px;
  }
}
header.layout.is-sticky::before, header.layout.is-sticky::after {
  display: none !important;
}
@media screen and (max-width: 576px) {
  header.layout.is-sticky nav.user {
    display: none;
  }
  header.layout.is-sticky div.logo {
    padding-top: 0px;
  }
}
header.layout.is-sticky div.logo img {
  min-height: 0;
}
@media screen and (max-width: 576px) {
  header.layout.is-sticky div.nav {
    padding-top: 0px;
  }
  header.layout.is-sticky div.hamburger {
    padding-top: 5px;
  }
}
header.layout nav.user {
  position: absolute;
  top: 0.55em;
  right: 2.3em;
  transition: all 0.3s ease-in-out;
}
body.has-mobile-menu header.layout nav.user {
  opacity: 0;
  display: none;
}
header.layout nav.user ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
header.layout nav.user ul li {
  margin: 0 0 0 1.5em;
  padding: 0;
  color: #fff;
  font-size: 12px;
}
header.layout nav.user ul li a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 18 57 / var(--tw-text-opacity, 1));
  text-decoration-thickness: 0px;
}
header.layout nav.user ul li a:hover {
  text-decoration: underline;
}
header.layout nav.user ul li a i {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: -2px;
}
header.layout.dashboard, header.layout.plain {
  height: calc(150px + (1em * 6));
  padding-bottom: 6em;
  margin-bottom: 2em;
  text-align: left;
  position: relative;
}
header.layout.dashboard div.row.primary, header.layout.plain div.row.primary {
  height: 150px;
  background: #191919;
}
header.layout.dashboard {
  padding-bottom: 0px;
  margin-bottom: 5rem;
  height: auto;
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  header.layout.dashboard {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1000px) {
  header.layout.dashboard {
    margin-bottom: 3rem;
    height: calc(120px + 4em);
    padding-bottom: 4em;
  }
}
header.layout.dashboard:after {
  display: none;
}
header.layout.dashboard.layout nav.user {
  top: 10px;
}
header.layout.dashboard div.row.primary {
  height: 134px;
  background: #191919;
}
header.layout.dashboard div.row.primary div.nav {
  padding-bottom: 0 !important;
  padding-top: 25px !important;
}
header.layout.dashboard div.row.secondary {
  width: 100%;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #e0d8cf;
  align-items: flex-end;
}
header.layout.dashboard div.row.secondary div.nav {
  padding: 0;
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: flex-end;
  flex-basis: auto;
}
@media screen and (max-width: 999px) {
  header.layout.dashboard div.row.secondary div.nav .hide-mobile {
    display: none;
  }
}
header.layout.dashboard div.row.secondary div.nav ul {
  margin: 0 1em 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 999px) {
  header.layout.dashboard div.row.secondary div.nav ul {
    margin: 0 1em 0 0;
  }
}
header.layout.dashboard div.row.secondary div.nav ul li {
  display: inline-block;
  margin: 0 0 0 1.5em;
  padding: 0;
  position: relative;
}
header.layout.dashboard div.row.secondary div.nav ul li a {
  display: block;
  padding: 12px 0px;
  line-height: 1em;
  font-size: 13.5px;
  font-weight: 500;
  color: #30261C;
  text-decoration: none;
  position: relative;
  text-transform: none;
  cursor: pointer;
}
header.layout.dashboard div.row.secondary div.nav ul li a:hover {
  color: #F79422;
}
header.layout.dashboard div.row.secondary div.nav ul li a.active:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F79422;
  bottom: -1px;
}
header.layout.dashboard div.row.secondary div.nav ul li:hover ul {
  opacity: 1;
  top: 35px;
  z-index: 5;
  max-height: 300px;
  overflow: visible;
}
header.layout.dashboard div.row.secondary div.nav ul li ul {
  position: absolute;
  opacity: 0;
  z-index: -1;
  min-width: 200px;
  top: 20px;
  display: block;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #D9D8D6;
  border-radius: 5px;
  max-height: 0;
  overflow: hidden;
}
header.layout.dashboard div.row.secondary div.nav ul li ul:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #D9D8D6 transparent;
}
header.layout.dashboard div.row.secondary div.nav ul li ul li {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px dotted #D9D8D6;
  text-align: center;
}
header.layout.dashboard div.row.secondary div.nav ul li ul li:last-of-type {
  border-bottom: none;
}
header.layout.dashboard div.row.secondary div.nav ul li ul li a {
  padding: 12px;
  font-weight: normal;
  white-space: nowrap;
}
header.layout.dashboard div.row.secondary div.nav ul li ul li a.active {
  border-bottom: none;
  font-weight: bold;
}
header.layout.dashboard div.row.secondary div.nav ul li ul li a.active:after {
  display: none;
}
header.layout div.row {
  align-items: center;
  margin-right: 0px;
  margin-left: 0px;
}
header.layout div.row.primary {
  padding-top: 0.5em;
}
header.layout div.logo {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
  padding: 0 0 0 1rem;
  transition: all 0.3s ease-in-out;
}
body.has-mobile-menu header.layout div.logo {
  opacity: 0;
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  header.layout div.logo {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
    padding: 0 0 0 1rem;
  }
}
@media screen and (max-width: 576px) {
  header.layout div.logo {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
    padding: 30px 0 0 1rem;
  }
}
header.layout div.logo a {
  display: block;
  text-align: left;
}
header.layout div.logo img {
  display: inline-block;
  height: 60px;
}
@media screen and (max-width: 576px) {
  header.layout div.logo img {
    min-height: 60px;
  }
}
header.layout.brown nav.user ul li a:hover,
header.layout.brown nav.primary ul li a:hover, header.layout.image nav.user ul li a:hover,
header.layout.image nav.primary ul li a:hover {
  color: #F79422;
}
header.layout.green nav.primary ul li a {
  color: #30261C;
}
header.layout.green nav.primary ul li a:hover {
  color: #F79422;
}
@media screen and (max-width: 999px) {
  header.layout nav.primary {
    display: none;
  }
}
header.layout nav.primary ul {
  margin: 0 2em 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media screen and (max-width: 999px) {
  header.layout nav.primary ul {
    margin: 0 1em 0 0;
  }
}
header.layout nav.primary ul > li {
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
}
header.layout nav.primary ul > li.has-children {
  overflow: hidden;
}
header.layout nav.primary ul > li.has-children > a{
  position: relative;
  z-index: 105;
  padding: 12px 25px;
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  header.layout nav.primary ul > li.has-children > a {
    padding: 12px 14px;
  }
}
header.layout nav.primary ul > li a {
  display: inline-block;
  padding: 12px 22px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  header.layout nav.primary ul > li a {
    font-size: 15px;
    padding: 12px 14px;
  }
}
header.layout nav.primary ul > li:hover.has-children {
  border-radius: 8px 8px 0 0;
  overflow: visible;
}
header.layout nav.primary ul > li:hover.has-children > a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
header.layout nav.primary ul > li:hover.has-children > ul a:hover{
  text-decoration-line: underline;
}
header.layout nav.primary ul > li:hover ul {
  opacity: 1;
}
header.layout nav.primary ul > li ul {
  position: absolute;
  opacity: 0;
  min-width: 100%;
  display: block;
  margin: 0;
  padding: 50px 0 20px 0;
  transition: all 0.3s ease-in-out;
  top: 0px;
  min-height: 8rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(70 140 203 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  left: 0%;
  z-index: 100;
}
header.layout nav.primary ul > li ul li {
  margin: 0 22px;
  padding: 0;
  display: block;
  text-align: left;
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  header.layout nav.primary ul > li ul li {
    margin: 0 16px;
  }
}
header.layout nav.primary ul > li ul li.section {
  border-bottom: none;
  padding: 24px 0 8px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  color: #777069;
  text-transform: uppercase;
}
header.layout nav.primary ul > li ul li:last-of-type {
  border-bottom: none;
}
header.layout nav.primary ul > li ul li a {
  padding: 12px 0;
  font-size: 13px;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  header.layout nav.primary ul > li ul li a {
    font-size: 12px;
  }
}
header.layout div.cta-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 1499px) {
  header.layout div.cta-wrap {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    padding-top: 20px;
  }
  header.layout div.cta-wrap div.cta {
    padding-right: 0;
  }
  header.layout div.cta-wrap div.cta a {
    font-size: 14px;
    padding: 2px 16px;
    border-width: 3px;
  }
}
@media screen and (max-width: 999px) {
  header.layout div.cta-wrap {
    display: none;
  }
}
header.layout div.cta {
  /*
          a.button {
              display: inline-block;
              padding: 8px $space-double;
              font-size: 14px;
              text-transform: uppercase;
              font-weight: bold;
              color: $white;
              background: $blue;
              border: 3px solid $blue;
              border-radius: 0 0 25px 0;
              text-decoration: none;
              transition: $transition;
              &:hover {
                  background: darken($blue, 10%);
                  color: $white;
              }
          }
  */
}
@media screen and (max-width: 999px) {
  header.layout div.cta {
    display: none;
  }
}
header.layout div.hamburger {
  display: none;
}
@media screen and (max-width: 999px) {
  header.layout div.hamburger {
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  header.layout div.hamburger {
    padding-top: 10px;
  }
}
header.layout div.hamburger a {
  display: block;
  height: 28px;
  width: 28px;
  position: relative;
  color: #fff;
  z-index: 1001;
}
header.layout div.hamburger a:hover .menu-bars,
header.layout div.hamburger a:hover .menu-bars:before,
header.layout div.hamburger a:hover .menu-bars:after {
  border-color: #468CCB;
}
header.layout div.hamburger a .menu-bars {
  display: block;
  font-size: 0;
  background: none;
  border: none;
  width: 28px;
  height: 16px;
  position: relative;
  z-index: 1100;
  float: right;
  margin-left: 18px;
  margin-top: -2px;
}
header.layout div.hamburger a .menu-bars:before, header.layout div.hamburger a .menu-bars:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
}
header.layout div.hamburger a .menu-bars:before {
  top: 6px;
}
header.layout div.hamburger a .menu-bars:after {
  top: 16px;
}
body.has-mobile-menu header.layout div.hamburger a .menu-bars {
  border-top-color: transparent;
}
body.has-mobile-menu header.layout div.hamburger a .menu-bars:before {
  border-color: #333;
  transform: rotate(-45deg);
  top: 5px;
}
body.has-mobile-menu header.layout div.hamburger a .menu-bars:after {
  border-color: #333;
  transform: rotate(45deg);
  top: 5px;
}
header.layout div.hamburger a .menu-bars,
header.layout div.hamburger a .menu-bars:before,
header.layout div.hamburger a .menu-bars:after {
  border-top: 4px solid #fff;
  transition: all 0.3s ease-in-out;
}

/* purgecss end ignore */
.image-gallery{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.image-gallery .gallery-photo{
  position: relative;
  display: flex;
  width: 100%;
  flex-grow: 1;
  padding: 1rem;
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  .image-gallery .gallery-photo{
    width: 50%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .image-gallery .gallery-photo{
    width: 33.333333%;
  }
}
@media screen and (min-width: 1280px) {
  .image-gallery .gallery-photo{
    width: 33.333333%;
  }
}
.image-gallery .gallery-photo > div{
  display: flex;
  height: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.image-gallery .gallery-photo > div img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* purgecss start ignore */
.modal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  outline: none;
  vertical-align: top;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  background: transparent;
  width: 32px;
  z-index: 102;
}
.modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before {
  height: 3px;
  width: 80%;
}
.modal-close::after {
  height: 80%;
  width: 3px;
}
.modal-close:active::before, .modal-close:active::after, .modal-close:hover::before, .modal-close:hover::after, .modal-close:focus::before, .modal-close:focus::after {
  background-color: #468CCB;
}

.modal {
  z-index: -1;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: opacity 0s;
}
.modal.is-active {
  opacity: 1;
  z-index: 900;
  transition: opacity 0.15s ease-in-out;
  display: block;
}
.modal.is-active .modal-wrapper {
  transition: opacity 0.25s ease-in-out 0.15s;
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .modal.is-active .modal-wrapper {
    top: 80px;
    transition: top 0.3s ease-in-out;
  }
}
.modal .modal-content::after {
  pointer-events: none;
}
.modal.basic .modal-content {
  border-radius: 0 0 40px 0;
}
@media screen and (max-width: 576px) {
  .modal.basic .modal-content {
    border-radius: 0;
  }
}
.modal.round-top .modal-content {
  border-radius: 0 0 40px 0;
}
@media screen and (max-width: 576px) {
  .modal.round-top .modal-content {
    border-radius: 0;
  }
}
.modal.round-top .modal-content::before {
  top: -40px;
  background-image: url("data:image/svg+xml,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1922 167'%3E%3Cpath fill='%23fff' d='M1446 .7C1238.9 2.2 993.2 15.3 765 37 473 64.8 195.9 107.2 32 149.2c-15.1 3.9-28.5 7.3-29.7 7.5-2 .5-2.3 1.2-2.3 5.4v4.9h1922V16.1l-3.2-.5c-3.1-.5-43-3.3-79.3-5.6-39.9-2.5-101-5.2-157.5-7-35.8-1.2-170.1-3.1-192-2.7-8 .1-27.8.3-44 .4z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 576px) {
  .modal.round-top .modal-content::before {
    display: none;
  }
}
.modal.round-top .modal-content.has-background-blue::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1922 167'%3E%3Cpath fill='%23468CCB' d='M1446 .7C1238.9 2.2 993.2 15.3 765 37 473 64.8 195.9 107.2 32 149.2c-15.1 3.9-28.5 7.3-29.7 7.5-2 .5-2.3 1.2-2.3 5.4v4.9h1922V16.1l-3.2-.5c-3.1-.5-43-3.3-79.3-5.6-39.9-2.5-101-5.2-157.5-7-35.8-1.2-170.1-3.1-192-2.7-8 .1-27.8.3-44 .4z'/%3E%3C/svg%3E");
}
.modal.round-top .modal-content.has-background-orange::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1922 167'%3E%3Cpath fill='%23F79422' d='M1446 .7C1238.9 2.2 993.2 15.3 765 37 473 64.8 195.9 107.2 32 149.2c-15.1 3.9-28.5 7.3-29.7 7.5-2 .5-2.3 1.2-2.3 5.4v4.9h1922V16.1l-3.2-.5c-3.1-.5-43-3.3-79.3-5.6-39.9-2.5-101-5.2-157.5-7-35.8-1.2-170.1-3.1-192-2.7-8 .1-27.8.3-44 .4z'/%3E%3C/svg%3E");
}
.modal.round-top .modal-content.has-background-green::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1922 167'%3E%3Cpath fill='%23CCDB2A' d='M1446 .7C1238.9 2.2 993.2 15.3 765 37 473 64.8 195.9 107.2 32 149.2c-15.1 3.9-28.5 7.3-29.7 7.5-2 .5-2.3 1.2-2.3 5.4v4.9h1922V16.1l-3.2-.5c-3.1-.5-43-3.3-79.3-5.6-39.9-2.5-101-5.2-157.5-7-35.8-1.2-170.1-3.1-192-2.7-8 .1-27.8.3-44 .4z'/%3E%3C/svg%3E");
}
.modal.round-bottom .modal-content::after {
  bottom: -40px;
  background-image: url("data:image/svg+xml,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1922 167'%3E%3Cpath fill='%23fff' d='M0 4.9c0 4.2.3 4.9 2.3 5.4 1.2.2 14.6 3.6 29.7 7.5 210.4 53.9 589.3 105.5 960 130.7 302.2 20.5 607 23.6 847.5 8.5 36.3-2.3 76.2-5.1 79.3-5.6l3.2-.5V0H0v4.9z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 576px) {
  .modal.round-bottom .modal-content::after {
    display: none;
  }
}
.modal.round-bottom .modal-content.has-background-blue::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1922 167'%3E%3Cpath fill='%23468CCB' d='M0 4.9c0 4.2.3 4.9 2.3 5.4 1.2.2 14.6 3.6 29.7 7.5 210.4 53.9 589.3 105.5 960 130.7 302.2 20.5 607 23.6 847.5 8.5 36.3-2.3 76.2-5.1 79.3-5.6l3.2-.5V0H0v4.9z'/%3E%3C/svg%3E");
}
.modal.round-bottom .modal-content.has-background-orange::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1922 167'%3E%3Cpath fill='%23F79422' d='M0 4.9c0 4.2.3 4.9 2.3 5.4 1.2.2 14.6 3.6 29.7 7.5 210.4 53.9 589.3 105.5 960 130.7 302.2 20.5 607 23.6 847.5 8.5 36.3-2.3 76.2-5.1 79.3-5.6l3.2-.5V0H0v4.9z'/%3E%3C/svg%3E");
}
.modal.round-bottom .modal-content.has-background-green::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1922 167'%3E%3Cpath fill='%23CCDB2A' d='M0 4.9c0 4.2.3 4.9 2.3 5.4 1.2.2 14.6 3.6 29.7 7.5 210.4 53.9 589.3 105.5 960 130.7 302.2 20.5 607 23.6 847.5 8.5 36.3-2.3 76.2-5.1 79.3-5.6l3.2-.5V0H0v4.9z'/%3E%3C/svg%3E");
}
.modal .modal-background {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101;
}
.modal .modal-background.is-dark {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal .modal-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 102;
  overflow: hidden !important;
  overflow-y: auto !important;
  opacity: 0;
}
@media screen and (min-width: 1000px) {
  .modal .modal-wrapper {
    top: 0px;
  }
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  .modal .modal-wrapper {
    top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .modal .modal-wrapper {
    top: 1000px;
    border-top: 4px solid #444;
    transition: top 0.3s ease-in-out;
  }
}
.modal .modal-content {
  filter: drop-shadow(10px 10px 19px rgba(0, 0, 0, 0.4));
  margin: 0px 0px 60px 0px;
  width: calc(100% - 24px);
  max-width: 840px;
  background: #fff;
  padding: 40px;
  min-height: 300px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
  .modal .modal-content {
    top: 100px;
  }
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  .modal .modal-content {
    padding: 25px;
    top: 0px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .modal .modal-content {
    max-width: 100%;
    width: 100%;
    position: absolute;
    min-height: calc(100% - 80px);
    left: 0;
    top: 0px;
    margin: 0 0 80px 0;
    transform: translateX(0%);
    padding: 20px 12px;
  }
}
.modal .modal-content::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  z-index: 1;
  height: 40px;
  display: block;
}
.modal .modal-content p:first-of-type {
  margin-top: 0;
}
.modal .modal-buttons {
  padding-top: 20px;
  margin-bottom: -25px;
}
@media screen and (max-width: 999px) {
  .modal .modal-buttons {
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
.modal .modal-buttons div.col {
  padding-top: 0;
  padding-bottom: 0;
}

.modal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  outline: none;
  vertical-align: top;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  background: transparent;
  width: 32px;
}
.modal-close::before, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before {
  height: 3px;
  width: 80%;
}
.modal-close::after {
  height: 80%;
  width: 3px;
}
.modal-close:active::before, .modal-close:active::after, .modal-close:hover::before, .modal-close:hover::after, .modal-close:focus::before, .modal-close:focus::after {
  background-color: #468CCB;
}

.modal-content {
  overflow: visible;
  z-index: 102;
}
.modal-content .modal-header {
  background: #f4f1ee;
}
@media screen and (min-width: 1000px) {
  .modal-content .modal-header {
    margin: -40px -40px 0 -40px;
    padding: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  .modal-content .modal-header {
    margin: -25px -25px 0 -25px;
  }
}
@media screen and (max-width: 576px) {
  .modal-content .modal-header {
    margin: -20px -12px 0 -12px;
  }
}
.modal-content .modal-header h3 {
  padding: 18px 0 18px 20px;
  margin: 0;
  font-family: "GeoSlab703", Rockwell, Courier Bold, Courier, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1em;
}
@media screen and (max-width: 576px) {
  .modal-content .modal-header h3 {
    font-size: 22px;
    padding-left: 12px;
  }
}
.modal-content .modal-navigation {
  margin: 0;
  padding: 0;
}
.modal-content .modal-navigation .modal-navigation-tab {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .modal-content .modal-navigation .modal-navigation-tab {
    display: inline;
  }
}
.modal-content .modal-navigation .modal-navigation-tab.is-complete .tab-link {
  border-color: #F79422;
  opacity: 1;
  color: #F79422;
  cursor: pointer;
}
.modal-content .modal-navigation .modal-navigation-tab.is-complete .tab-link em {
  background: #F79422;
  color: #fff;
}
.modal-content .modal-navigation .modal-navigation-tab.is-active .tab-link {
  border-color: #F79422;
  opacity: 1;
  color: #F79422;
  cursor: pointer;
}
.modal-content .modal-navigation .modal-navigation-tab.is-active .tab-link em {
  background: #fff;
}
.modal-content .modal-navigation .modal-navigation-tab.is-active .tab-content {
  display: block;
}
.modal-content .modal-navigation .modal-navigation-tab .tab-link {
  display: block;
  padding: 4px 0px 0.75em 20px;
  border-bottom: 4px solid white;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.35em;
  text-transform: uppercase;
  color: #30261C;
  opacity: 0.5;
  text-decoration: none;
  cursor: default;
}
@media screen and (min-width: 1000px) {
  .modal-content .modal-navigation .modal-navigation-tab .tab-link {
    border-top: 0;
    display: inline-block;
  }
}
@media screen and (max-width: 999px) {
  .modal-content .modal-navigation .modal-navigation-tab .tab-link {
    padding-top: 0.75em;
  }
}
@media screen and (max-width: 576px) {
  .modal-content .modal-navigation .modal-navigation-tab .tab-link {
    padding-left: 12px;
  }
}
.modal-content .modal-navigation .modal-navigation-tab .tab-link span.step {
  display: flex;
}
.modal-content .modal-navigation .modal-navigation-tab .tab-link em {
  flex-basis: 26px;
  height: 26px;
  width: 26px;
  line-height: 1em;
  border-radius: 50%;
  border: 2px solid #F79422;
  font-style: normal;
  text-align: center;
  padding-top: 3px;
}
.modal-content .modal-navigation .modal-navigation-tab .tab-link span.name {
  flex-grow: 1;
  margin-left: 5px;
  padding-top: 3px;
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content {
  display: none;
  padding: 20px 20px 20px 20px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 576px) {
  .modal-content .modal-navigation .modal-navigation-tab .tab-content {
    padding: 12px 12px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .modal-content .modal-navigation .modal-navigation-tab .tab-content {
    display: none;
    float: left;
    position: relative;
    padding: 20px 20px 0 20px;
  }
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.hover-feature:hover div.col.with-background {
  opacity: 0.5;
  transform: scale(0.95);
  transition: all 0.3s ease-in-out;
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.hover-feature:hover div.col.with-background:hover {
  opacity: 1;
  transform: scale(1);
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns div.col {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns div.col div.field, .modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns div.col div.field-container {
  margin-bottom: 1em;
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns div.col div.field > label, .modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns div.col div.field-container > label {
  margin-bottom: 0;
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns div.col.with-background {
  margin-bottom: 12px;
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns div.col.with-background fieldset {
  background: #f4f1ee;
  border-color: #e5ded8;
  height: 100%;
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.hover-feature div.col div.columns div.col:first-of-type {
  border-right: none;
  padding-right: 10px;
}
@media screen and (max-width: 999px) {
  .modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.hover-feature div.col div.columns div.col:first-of-type {
    border-right: 0;
    border-bottom: 0;
    padding-bottom: 0 !important;
  }
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.hover-feature div.col div.columns div.col:last-of-type {
  padding-left: 10px;
}
@media screen and (max-width: 999px) {
  .modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.hover-feature div.col div.columns div.col:last-of-type {
    border-right: 0;
    border-bottom: 0;
    padding-top: 0 !important;
  }
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.with-seperator div.field input, .modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.with-seperator div.field select, .modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.with-seperator div.field textarea,
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.with-seperator div.field-container input,
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.with-seperator div.field-container select,
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.with-seperator div.field-container textarea {
  background-color: #f4f1ee;
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.with-seperator div.col:first-of-type {
  border-right: 1px solid #D9D8D6;
  padding-right: 40px;
}
@media screen and (max-width: 999px) {
  .modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.with-seperator div.col:first-of-type {
    border-right: 0;
    border-bottom: 1px solid #D9D8D6;
    padding-right: 20px;
    padding-bottom: 30px !important;
  }
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.with-seperator div.col:last-of-type {
  padding-left: 40px;
}
@media screen and (max-width: 999px) {
  .modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.with-seperator div.col:last-of-type {
    padding-left: 20px;
    padding-top: 40px !important;
  }
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.with-seperator div.col div.columns div.col:first-of-type {
  border-right: none;
  padding-right: 10px;
}
@media screen and (max-width: 999px) {
  .modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.with-seperator div.col div.columns div.col:first-of-type {
    border-right: 0;
    border-bottom: 0;
    padding-bottom: 0 !important;
  }
}
.modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.with-seperator div.col div.columns div.col:last-of-type {
  padding-left: 10px;
}
@media screen and (max-width: 999px) {
  .modal-content .modal-navigation .modal-navigation-tab .tab-content div.columns.with-seperator div.col div.columns div.col:last-of-type {
    border-right: 0;
    border-bottom: 0;
    padding-top: 0 !important;
  }
}

/* purgecss end ignore */
body.has-mobile-menu {
  overflow: hidden;
}
body.has-mobile-menu nav.user {
  display: none;
}

div#page {
  position: relative;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
div#page:before {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
body.has-mobile-menu div#page {
  right: 280px;
}
body.has-mobile-menu div#page:before {
  z-index: 1000;
  opacity: 1;
}

div.mobile-menu {
  position: fixed;
  z-index: 801;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-left: 7px solid #333;
}
body.has-mobile-menu div.mobile-menu {
  right: 0%;
}
div.mobile-menu .mobile .btn.btn-outline {
  width: auto;
  height: auto;
}

nav.mobile {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  text-align: left;
}
nav.mobile div.logo {
  margin-top: 40px;
  margin-bottom: 1.25em;
  width: 175px;
  max-width: 100%;
  opacity: 100 !important;
}
nav.mobile div.logo a {
  height: auto;
  width: 100%;
}
nav.mobile div.logo img {
  min-height: 0 !important;
  max-height: none;
}
nav.mobile ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.mobile ul.menu > li {
  margin: 0;
  padding: 0;
}
nav.mobile ul.menu > li a {
  display: block;
  padding: 6px 0px;
  color: #F79422;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  width: auto;
  height: auto;
}
nav.mobile ul.menu > li a:hover {
  color: #30261C;
}
nav.mobile ul.menu > li.is-open ul {
  max-height: 1024px;
  opacity: 1;
  padding-bottom: 15px;
}
nav.mobile ul.menu > li ul {
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
nav.mobile ul.menu > li ul li {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px dotted #D9D8D6;
  text-align: left;
}
nav.mobile ul.menu > li ul li.section {
  border-bottom: none;
  font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 24px 0 8px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  color: #777069;
  text-transform: uppercase;
}
nav.mobile ul.menu > li ul li:last-of-type {
  border-bottom: none;
}
nav.mobile ul.menu > li ul li a {
  font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  color: #30261C;
  text-transform: uppercase;
  letter-spacing: 0;
}
nav.mobile ul.menu > li ul li a:hover {
  color: #F79422;
}

/* purgecss start ignore */
div.notification {
  width: 100%;
  padding: 20px 45px 20px 25px;
  font-size: 16px;
  color: #fff;
  border-radius: 0.25rem;
  position: relative;
  line-height: 1.4em;
  margin: 0 auto 20px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  max-height: 120px;
  overflow: hidden;
}
div.notification strong {
  font-size: 16px;
  font-weight: 900;
  display: block;
  margin-bottom: 5px;
}
div.notification.hiding {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
div.notification.is-success {
  background-color: #2DBDB7;
  font-weight: 600;
}
div.notification.is-error {
  background-color: #ed1b5c;
}
div.notification.is-danger {
  background-color: #F79422;
}
div.notification.is-fixed {
  position: fixed;
  bottom: 40px;
  left: 0;
  max-width: 40%;
  min-width: 280px;
  padding: 15px 45px 15px 20px;
  margin: 0 0 20px;
  left: -40%;
  max-height: 240px;
  opacity: 0;
  z-index: 101;
  -webkit-animation-name: showfixednotification;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: showfixednotification;
  -moz-animation-duration: 0.8s;
  -moz-animation-delay: 1s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: showfixednotification;
  -o-animation-duration: 0.8s;
  -o-animation-delay: 1s;
  -o-animation-fill-mode: forwards;
  animation-name: showfixednotification;
  animation-duration: 0.8s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
div.notification.is-fixed.hiding {
  opacity: 0;
  max-height: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-animation-name: hidefixednotification;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: hidefixednotification;
  -moz-animation-duration: 0.5s;
  -moz-animation-delay: 0s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: hidefixednotification;
  -o-animation-duration: 0.5s;
  -o-animation-delay: 0s;
  -o-animation-fill-mode: forwards;
  animation-name: hidefixednotification;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
div.notification.is-fixed p {
  font-size: 15px;
}
div.notification button.delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: 0;
  vertical-align: top;
  width: 20px;
}
div.notification button.delete::before, div.notification button.delete::after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
div.notification button.delete::before {
  height: 2px;
  width: 50%;
}
div.notification button.delete::after {
  height: 50%;
  width: 2px;
}
@keyframes showfixednotification {
  0% {
    opacity: 0;
    left: -40%;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@keyframes hidefixednotification {
  0% {
    opacity: 1;
    left: 0px;
  }
  100% {
    opacity: 0;
    left: -40%;
  }
}
/* purgecss end ignore */
div.progress {
  width: 100%;
  overflow: hidden;
  background: #e6faff;
  height: 40px;
  position: relative;
}
div.progress .bar {
  height: 40px;
  margin: 0;
  display: inline-block;
  background-color: #468CCB;
  min-width: 0%;
  -webkit-animation-name: animate-progress-bar;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: animate-progress-bar;
  -moz-animation-duration: 1.5s;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: animate-progress-bar;
  -o-animation-duration: 1.5s;
  -o-animation-delay: 0.3s;
  -o-animation-fill-mode: forwards;
  animation-name: animate-progress-bar;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
div.progress .bar.is-over-100 {
  -webkit-animation-name: animate-progress-bar-full;
  -webkit-animation-duration: 1.25s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: animate-progress-bar-full;
  -moz-animation-duration: 1.25s;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: animate-progress-bar-full;
  -o-animation-duration: 1.25s;
  -o-animation-delay: 0.3s;
  -o-animation-fill-mode: forwards;
  animation-name: animate-progress-bar-full;
  animation-duration: 1.25s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
div.progress .text {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
div.progress .text.is-under-10 {
  color: #468CCB;
  position: relative;
  display: inline-block;
  top: -50%;
  transform: translateY(50%);
  margin-top: 18px;
}
@keyframes animate-progress-bar {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
@keyframes animate-progress-bar-full {
  0% {
    width: 0px;
  }
  75% {
    border-radius: 0 0 30px 0;
  }
  100% {
    width: 100%;
    border-radius: 0;
  }
}
/* purgecss start ignore */
.story-editor {
  margin-top: 1rem;
}
.story-editor section {
  margin-bottom: 4.5rem;
}
.story-editor .switch-wrapper {
  width: 10rem;
}
.story-editor div.text.editor {
  z-index: 100;
}
.story-editor .controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 0%;
}
.story-editor .controls > div {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
  width: 25px;
  height: 25px;
  color: #fff;
  background-color: #468CCB;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.story-editor .controls > div:hover {
  background-color: #F79422;
}
.story-editor .controls > div.btn.delete-button:hover {
  background-color: #E3342F;
}
.story-editor .controls > div svg {
  width: 80%;
}
.story-editor .add-section {
  cursor: pointer;
  display: block;
  text-align: center;
  background: #f4f1ee;
  border: 1px solid #e5ded8;
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  z-index: 1;
  color: #b7b7b7;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.story-editor .add-section:hover {
  background: #f9f9f9;
}
.story-editor .sidebar {
  position: relative;
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.story-editor .sidebar .block-options {
  margin-bottom: 7.2rem;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.story-editor .sidebar .block-options .option {
  cursor: pointer;
  width: 120px;
  padding: 15px;
  border: 1px solid #888;
  margin: 15px;
  height: 120px;
  background: #fff;
  min-width: 20%;
}
.story-editor .sidebar .block-options .option svg {
  font-size: 32px;
  display: block;
  margin: 0 auto 12px;
}
.story-editor .accordion-content .section--effect .splash-white-blue-top, .story-editor .accordion-content .section--effect .splash-dark-blue-top, .story-editor .accordion-content .section--effect .splash-grey-blue-top, .story-editor .accordion-content .section--effect .splash-grey-top {
  width: 45%;
  top: auto;
  bottom: 0;
}

/* purgecss end ignore */
#app-toast {
  position: fixed;
  width: auto;
  z-index: 10000;
  bottom: 12px;
  right: 24px;
}

table.table tr:nth-child(2n+1), section.table tr:nth-child(2n+1) {
  background: #efefef;
}
table.table .table-row, section.table .table-row {
  border-bottom: 1px solid #e0d8cf;
}
table.table .table-row:nth-child(2n+1), section.table .table-row:nth-child(2n+1) {
  background: #efefef;
}
table.table .table-row td, section.table .table-row td {
  border-top: none;
  border-bottom: none;
}

@media (min-width: 768px) {
  .hero.race #raceTitle {
    width: 450px;
  }
  .hero.race #raceTitle h1, .hero.race #raceTitle h2 {
    max-width: 100%;
  }
}

#job-page .text h2, #job-page .text h1 {
  color: #D01689;
  margin-bottom: 1.5rem;
  font-family: Libre Baskerville, serif;
  --tw-text-opacity: 1;
  color: rgb(208 22 137 / var(--tw-text-opacity, 1));
}

/* purgecss start ignore */
.overlay::before {
  content: "";
  position: absolute;
  inset: 0px;
}
.overlay.full::before{
  --tw-bg-opacity: 1;
  background-color: rgb(48 22 29 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
}
.overlay.gradient-bottom::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 30%, white 40%);
  mix-blend-mode: multiply;
}
.overlay.gradient-top::before {
  height: 175px;
  top: 0px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(93, 109, 126, 0));
  mix-blend-mode: multiply;
}

/* purgecss end ignore */
/* purgecss start ignore */
section.hero {
  padding-top: 150px;
  height: auto;
  min-height: 150px;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  section.hero {
    padding-top: 100px;
  }
}
@media screen and (max-width: 576px) {
  section.hero {
    padding-top: 100px;
  }
}
section.hero.orange {
  background-color: #F79422;
}
section.hero.blue {
  background-color: #CCDB2A;
}
section.hero.green {
  background-color: #CCDB2A;
}
section.hero.brown {
  background-color: #30261C;
}
section.hero.height-large {
  min-height: 780px;
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  section.hero.height-large {
    min-height: 640px;
  }
}
@media screen and (max-width: 576px) {
  section.hero.height-large {
    min-height: 480px;
  }
}
section.hero::after {
  content: "";
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% calc(100% + 1px);
  background-position: center bottom;
  z-index: 1;
  height: 100%;
  left: 0;
  bottom: -1px;
}
section.hero.basic {
  padding-bottom: 4em;
  margin-bottom: 2em;
  text-align: left;
}
section.hero.basic::after {
  max-height: 4em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 186' preserveAspectRatio='none'%3E%3Cpath fill='%23f4f1ee' d='M1436.5 3c-117.6 3-185.4 5.4-273 10C771 33.6 355.9 84.1 90 143.6c-23.7 5.3-74 17.7-84.7 20.9L0 166.1V186h2000V18.2l-6.2-.6c-3.5-.3-19.1-1.5-34.8-2.6-74.2-5.1-134.8-8-234-11.1-42.7-1.3-245.1-2-288.5-.9z'/%3E%3C/svg%3E");
}
section.hero.basic.right::after {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
section.hero.basic.center::after {
  max-height: 4em;
  background-image: url("data:image/svg+xml,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1922 231'%3E%3Cpath fill='%23f4f1ee' d='M922.3 76.1c-39.1.9-121.8 4.8-158.3 7.4-55.9 4-123.7 9.9-158 13.9-23.3 2.7-27.4 3.1-45.5 4.6-6.6.5-28.2 3.2-48 6s-43.4 6-52.5 7.1c-9.1 1.1-32 4.7-51 8-19 3.2-35.7 5.9-37 5.9-3.4 0-56.3 10-85 16.1-12.9 2.7-24.4 4.9-25.6 4.9-1.1 0-9.2 1.8-18 3.9-8.7 2.1-18.6 4.4-21.9 5-8.5 1.6-40.3 9.4-57.6 14.1-8 2.2-15.3 4-16.2 4-1 0-8.3 2-16.3 4.5-7.9 2.5-15.2 4.5-16.1 4.5-1 0-7.6 1.9-14.8 4.1-7.1 2.3-18.8 6-26 8.2-15.3 4.7-27.7 8.8-50.7 16.9-3.5 1.2-10.2 3.7-15.1 5.7-8.5 3.4-8.7 3.6-8.7 6.8v3.3h1922v-3.3c0-3.2-.2-3.4-8.7-6.8-4.9-2-11.6-4.5-15-5.7-23.1-8.1-35.5-12.2-50.8-16.9-7.1-2.2-18.9-5.9-26-8.2-7.2-2.2-13.8-4.1-14.8-4.1-.9 0-8.2-2-16.1-4.5-8-2.5-15.3-4.5-16.3-4.5-.9 0-8.2-1.8-16.2-4-17.3-4.7-49.1-12.5-57.6-14.1-3.3-.6-13.2-2.9-21.9-5-8.8-2.1-16.9-3.9-18-3.9-1.2 0-12.7-2.2-25.6-4.9-28.7-6.1-81.6-16.1-85-16.1-1.3 0-18-2.7-37-5.9-19-3.3-41.9-6.9-51-8-9.1-1.1-32.7-4.3-52.5-7.1-19.8-2.8-41.4-5.5-48-6-17-1.4-18.9-1.6-49-5-57.4-6.4-129.2-12.2-197.5-16-65.2-3.6-73-3.9-144-5.4-9.1-.2-31 0-48.7.5z'/%3E%3C/svg%3E");
}
section.hero.basic.image {
  padding-bottom: 8em;
}
section.hero.basic.skinny {
  padding-bottom: 30px;
}
section.hero.basic.skinny div.header-content {
  margin: 0;
  padding: 0;
}
section.hero.video, section.hero.image {
  position: relative;
  min-height: 340px;
  padding-bottom: 200px;
  text-align: left;
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  section.hero.video, section.hero.image {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  section.hero.video, section.hero.image {
    padding-bottom: 80px;
  }
}
section.hero.video:not(.video), section.hero.image:not(.video) {
  background-size: cover;
  background-position: center center;
}
section.hero.video:not(.basic)::after, section.hero.image:not(.basic)::after {
  min-height: 95px;
  height: 15vw;
  max-height: 187px;
  background-image: url("../images/backgrounds/header-left-orange.svg");
}
section.hero.video .fullscreen-bg, section.hero.image .fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
section.hero.video .fullscreen-bg::after, section.hero.image .fullscreen-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #30161d;
  opacity: 0.5;
  z-index: 1;
}
section.hero.video .fullscreen-bg__video, section.hero.image .fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  section.hero.video .fullscreen-bg__video, section.hero.image .fullscreen-bg__video {
    width: auto;
    height: 100%;
    max-width: inherit !important;
  }
}
section.hero.video.video div.header-content, section.hero.image.video div.header-content {
  position: relative;
  z-index: 2;
}
section.hero.video.point-left div.header-content, section.hero.image.point-left div.header-content {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  section.hero.video.point-left div.header-content, section.hero.image.point-left div.header-content {
    padding-left: 10px;
  }
}
section.hero.video.point-right div.header-content, section.hero.image.point-right div.header-content {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 577px) and (max-width: 999px) {
  section.hero.video.point-right div.header-content, section.hero.image.point-right div.header-content {
    padding-left: 10px;
  }
}
section.hero.video.point-right::after, section.hero.image.point-right::after {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
section.hero.video.point-center, section.hero.image.point-center {
  padding-bottom: 150px;
}
section.hero.video.point-center::after, section.hero.image.point-center::after {
  background-image: url("../images/backgrounds/header-center-green.svg");
}
section.hero.video.point-center h1, section.hero.image.point-center h1 {
  margin: 0 auto;
}
section.hero.has-text-center div.header-content {
  text-align: center;
}
section.hero.has-text-center div.header-content h1 {
  margin: 0 auto;
}
section.hero.has-text-center div.header-content h2 {
  margin: 0 auto;
}
section.hero div.header-content {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
}
section.hero div.header-content h1 {
  font-size: 60px;
  color: #fff;
  font-family: "GeoSlab703", Rockwell, Courier Bold, Courier, Georgia, Times, Times New Roman, serif;
  line-height: 0.9em;
  text-transform: uppercase;
  font-weight: 900;
  max-width: 70%;
  margin: 0;
}
@media screen and (max-width: 999px) {
  section.hero div.header-content h1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  section.hero div.header-content h1 {
    font-size: 44px;
  }
  section.hero div.header-content h1 img {
    max-width: 100% !important;
  }
}
section.hero div.header-content h1 + .button,
section.hero div.header-content h1 + div.button-group,
section.hero div.header-content h2 + .button,
section.hero div.header-content h2 + div.button-group {
  margin-top: 2em;
}
section.hero div.header-content h2 {
  font-size: 60px;
  color: #fff;
  font-family: "GeoSlab703", Rockwell, Courier Bold, Courier, Georgia, Times, Times New Roman, serif;
  line-height: 0.9em;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  max-width: 70%;
}
@media screen and (max-width: 999px) {
  section.hero div.header-content h2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  section.hero div.header-content h2 {
    font-size: 40px;
  }
}
section.hero div.header-content p {
  color: #fff;
  font-size: 22px;
  line-height: 1.4em;
  margin-top: 1em;
  max-width: 55%;
}
@media screen and (max-width: 999px) {
  section.hero div.header-content p {
    max-width: 90%;
  }
}

/* purgecss end ignore */

.hover\:tw-border-blue:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(70 140 203 / var(--tw-border-opacity, 1)) !important;
}

.hover\:tw-border-orange-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
}

.hover\:tw-bg-ed24-orange:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 148 34 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-gray-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-gray-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-gray-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-grey:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 216 214 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-grey-dark:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(119 112 105 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-off-white2:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 243 208 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-off-white3:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 248 232 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-orange-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-pink-dark:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(162 17 107 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-white:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:tw-bg-opacity-100:hover{
  --tw-bg-opacity: 1 !important;
}

.hover\:tw-bg-opacity-20:hover{
  --tw-bg-opacity: 0.2 !important;
}

.hover\:tw-bg-opacity-90:hover{
  --tw-bg-opacity: 0.9 !important;
}

.hover\:tw-text-ed24-blue:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(70 140 203 / var(--tw-text-opacity, 1)) !important;
}

.hover\:tw-text-ed24-orange:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(247 148 34 / var(--tw-text-opacity, 1)) !important;
}

.hover\:tw-text-gray-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}

.hover\:tw-text-green-dark:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(130 143 56 / var(--tw-text-opacity, 1)) !important;
}

.hover\:tw-text-orange-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1)) !important;
}

.hover\:tw-text-red:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(227 52 47 / var(--tw-text-opacity, 1)) !important;
}

.hover\:tw-text-red-dark:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(197 48 48 / var(--tw-text-opacity, 1)) !important;
}

.hover\:tw-text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:tw-underline:hover{
  text-decoration-line: underline !important;
}

.hover\:tw-opacity-100:hover{
  opacity: 1 !important;
}

.hover\:tw-opacity-75:hover{
  opacity: 0.75 !important;
}

.hover\:tw-shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-none:hover{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-border-ed24-orange:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(247 148 34 / var(--tw-border-opacity, 1)) !important;
}

.focus\:tw-border-transparent:focus{
  border-color: transparent !important;
}

.focus\:tw-outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:tw-ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-ed24-orange:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(247 148 34 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:tw-ring-ed24-red:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(237 27 92 / var(--tw-ring-opacity, 1)) !important;
}

.disabled\:tw-cursor-not-allowed:disabled{
  cursor: not-allowed !important;
}

.disabled\:tw-opacity-50:disabled{
  opacity: 0.5 !important;
}

.tw-group:hover .group-hover\:tw-opacity-100{
  opacity: 1 !important;
}

@media (min-width: 640px){
  .sm\:tw-mb-0{
    margin-bottom: 0px !important;
  }
  .sm\:tw-ml-0{
    margin-left: 0px !important;
  }
  .sm\:tw-flex{
    display: flex !important;
  }
  .sm\:tw-w-1\/2{
    width: 50% !important;
  }
  .sm\:tw-px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sm\:tw-text-left{
    text-align: left !important;
  }
}

@media (min-width: 768px){
  .md\:tw-col-span-1{
    grid-column: span 1 / span 1 !important;
  }
  .md\:tw-col-span-2{
    grid-column: span 2 / span 2 !important;
  }
  .md\:tw-col-span-3{
    grid-column: span 3 / span 3 !important;
  }
  .md\:tw-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .md\:tw-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .md\:tw-mb-16{
    margin-bottom: 4rem !important;
  }
  .md\:tw-mb-32{
    margin-bottom: 8rem !important;
  }
  .md\:tw-ml-20{
    margin-left: 5rem !important;
  }
  .md\:tw-ml-9{
    margin-left: 2.25rem !important;
  }
  .md\:tw-mr-4{
    margin-right: 1rem !important;
  }
  .md\:tw-mt-0{
    margin-top: 0px !important;
  }
  .md\:tw-block{
    display: block !important;
  }
  .md\:tw-flex{
    display: flex !important;
  }
  .md\:tw-table{
    display: table !important;
  }
  .md\:tw-hidden{
    display: none !important;
  }
  .md\:tw-h-16{
    height: 4rem !important;
  }
  .md\:tw-h-28{
    height: 7rem !important;
  }
  .md\:tw-h-32{
    height: 8rem !important;
  }
  .md\:tw-min-h-\[900px\]{
    min-height: 900px !important;
  }
  .md\:tw-w-1\/2{
    width: 50% !important;
  }
  .md\:tw-w-1\/3{
    width: 33.333333% !important;
  }
  .md\:tw-w-1\/4{
    width: 25% !important;
  }
  .md\:tw-w-1\/5{
    width: 20% !important;
  }
  .md\:tw-w-2\/3{
    width: 66.666667% !important;
  }
  .md\:tw-w-3\/4{
    width: 75% !important;
  }
  .md\:tw-w-3\/5{
    width: 60% !important;
  }
  .md\:tw-w-96{
    width: 24rem !important;
  }
  .md\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .md\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .md\:tw-flex-row{
    flex-direction: row !important;
  }
  .md\:tw-justify-end{
    justify-content: flex-end !important;
  }
  .md\:tw-justify-between{
    justify-content: space-between !important;
  }
  .md\:tw-gap-10{
    gap: 2.5rem !important;
  }
  .md\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .md\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  .md\:tw-border-b-0{
    border-bottom-width: 0px !important;
  }
  .md\:tw-border-r{
    border-right-width: 1px !important;
  }
  .md\:tw-p-0{
    padding: 0px !important;
  }
  .md\:tw-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .md\:tw-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .md\:tw-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .md\:tw-pb-4{
    padding-bottom: 1rem !important;
  }
  .md\:tw-pl-8{
    padding-left: 2rem !important;
  }
  .md\:tw-pr-16{
    padding-right: 4rem !important;
  }
  .md\:tw-pt-16{
    padding-top: 4rem !important;
  }
  .md\:tw-pt-32{
    padding-top: 8rem !important;
  }
  .md\:tw-text-center{
    text-align: center !important;
  }
  .md\:tw-text-right{
    text-align: right !important;
  }
  .md\:tw-text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .md\:tw-text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .md\:tw-text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1024px){
  .lg\:tw-mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg\:tw-mb-0{
    margin-bottom: 0px !important;
  }
  .lg\:tw-mb-24{
    margin-bottom: 6rem !important;
  }
  .lg\:tw-ml-32{
    margin-left: 8rem !important;
  }
  .lg\:tw-mr-16{
    margin-right: 4rem !important;
  }
  .lg\:tw-flex{
    display: flex !important;
  }
  .lg\:tw-h-16{
    height: 4rem !important;
  }
  .lg\:tw-h-24{
    height: 6rem !important;
  }
  .lg\:tw-h-32{
    height: 8rem !important;
  }
  .lg\:tw-h-48{
    height: 12rem !important;
  }
  .lg\:tw-w-1\/3{
    width: 33.333333% !important;
  }
  .lg\:tw-w-1\/4{
    width: 25% !important;
  }
  .lg\:tw-w-1\/5{
    width: 20% !important;
  }
  .lg\:tw-w-2\/5{
    width: 40% !important;
  }
  .lg\:tw-w-3\/4{
    width: 75% !important;
  }
  .lg\:tw-w-3\/5{
    width: 60% !important;
  }
  .lg\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:tw-justify-center{
    justify-content: center !important;
  }
  .lg\:tw-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .lg\:tw-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg\:tw-text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .lg\:tw-text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .lg\:tw-text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .lg\:tw-text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

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