@charset "UTF-8";
@import '../../css/reset.css';
.esg_slideMenuTrigger .line::before, .esg_slideMenuTrigger .line::after, .esg_slideMenuTrigger, .slideModuleBox.moduleBox, .scrollHint, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .imh_opacity img, .sideDataArea.security .title, .sideDataArea.security .Img, .sideDataArea.news .title, .sideDataArea.news .Img, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .bookingArea .bookingCountDropDown .countBox .btnCount i, .bookingArea .bookingCountDropDown .countBox .btnCount, .privacyArea, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, .languageBox .languageList, .loadingArea.show, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn.animation::after, .btnBox .btn::before, .btnBox .btn, .arrowBox .arrow svg, .arrowBox .arrow, button, a, body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .bread .wrap .home::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before, .textEditor .template_qa_001 summary::after, .textEditor .btnBox .btn::before, .textEditor .btnBox .btn {
  transition: all 0.5s ease-in-out;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

:root {
  --mainColor: #094E7F;
}

/**********文字編輯器樣式start**********/
.textEditor {
  clear: both;
  color: #747474;
  font-size: 16px;
  line-height: 1.8;
  margin: initial;
  margin-left: auto;
  margin-right: auto;
  max-width: 1536px;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 1180px) {
  .textEditor {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .textEditor {
    font-size: 14px;
  }
}
.textEditor::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.textEditor a {
  color: #094E7F;
}
.textEditor em {
  font-style: italic;
}
.textEditor strong,
.textEditor b {
  font-weight: 700;
}
.textEditor i:not(.fa) {
  font-style: italic;
}
.textEditor img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.textEditor ul:not(.df) {
  list-style: disc outside;
  padding-left: 30px;
}
.textEditor ol {
  list-style: decimal outside;
  padding-left: 30px;
}
.textEditor table {
  border-collapse: collapse;
  border: 1px solid #e1e1e1;
}
.textEditor th {
  padding: 5px;
  border: 1px solid #e1e1e1;
  text-align: center;
  color: #fff;
}
.textEditor td {
  padding: 5px;
  border: 1px solid #e1e1e1;
}
.textEditor hr {
  height: 1px;
  border: none;
  background: #e9e9e9;
}
.textEditor blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-width: 0;
  border-style: solid;
  border-color: #ccc;
}
.textEditor iframe {
  max-width: 100%;
}
@media (max-width: 1180px) {
  .textEditor iframe.rwdHelper {
    width: 100% !important;
  }
}
.textEditor .myTitle {
  color: #094E7F;
  font-weight: 700;
  font-size: 20px;
}
.textEditor .title {
  color: #094E7F;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1180px) {
  .textEditor .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .textEditor .title {
    font-size: 30px;
  }
}
.textEditor .subtitle {
  color: #094E7F;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  padding-top: 4px;
}
@media (max-width: 1180px) {
  .textEditor .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .textEditor .subtitle {
    font-size: 22px;
    padding-top: 0;
  }
}
.textEditor .h2Title {
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 1180px) {
  .textEditor .h2Title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .textEditor .h2Title {
    font-size: 30px;
  }
}
.textEditor .h3Title {
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 1180px) {
  .textEditor .h3Title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .textEditor .h3Title {
    font-size: 22px;
  }
}
.textEditor .h4Title {
  font-size: 18px;
}
@media (max-width: 1180px) {
  .textEditor .h4Title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .textEditor .h4Title {
    font-size: 16px;
  }
}
.textEditor .h5Title {
  font-size: 16px;
}
@media (max-width: 1180px) {
  .textEditor .h5Title {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .textEditor .h5Title {
    font-size: 14px;
  }
}
.textEditor .h6Title {
  font-size: 15px;
}
@media (max-width: 1180px) {
  .textEditor .h6Title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .textEditor .h6Title {
    font-size: 12px;
  }
}
.textEditor .btnBox {
  margin-top: 20px;
}
.textEditor .btnBox.flex {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}
.textEditor .btnBox.flex.left {
  justify-content: flex-start;
}
.textEditor .btnBox.flex.right {
  justify-content: flex-end;
}
.textEditor .btnBox.flex .btn {
  min-width: auto;
  max-width: 200px;
  flex: 1;
  margin: 0 6px;
}
.textEditor .btnBox.single.center {
  text-align: center;
}
.textEditor .btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .textEditor .btnBox.single .btn {
    max-width: 100%;
  }
}
.textEditor .btnBox.full .btn {
  width: 100%;
}
.textEditor .btnBox .btn {
  min-width: 200px;
  max-width: 220px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  padding: 7px 6px 7px 24px;
  position: relative;
  z-index: 1;
  border-radius: 100px;
  gap: 15px;
  box-shadow: 1px 2px 7.9px 0 rgba(0, 0, 0, 0.14);
  letter-spacing: 1.8px;
  overflow: hidden;
}
.textEditor .btnBox .btn .btnText {
  display: inline-block;
}
@media (max-width: 640px) {
  .textEditor .btnBox .btn {
    font-size: 14px;
    padding: 5px 6px 5px 20px;
    min-width: 180px;
  }
}
.textEditor .btnBox .btn::before, .textEditor .btnBox .btn:after {
  content: "";
  width: 36px;
  height: 36px;
  pointer-events: none;
}
@media (max-width: 640px) {
  .textEditor .btnBox .btn::before, .textEditor .btnBox .btn:after {
    width: 30px;
    height: 30px;
  }
}
.textEditor .btnBox .btn::after {
  display: inline-block;
  background-image: url(../../images/tw/arrow.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
}
.textEditor .btnBox .btn::before {
  background-color: #094E7F;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%) scale(1);
  z-index: -1;
  border-radius: 50%;
}
@media (min-width: 1181px) {
  .textEditor .btnBox .btn:hover::before {
    transform: translateY(-50%) scale(15);
  }
}
.textEditor .btnBox .btn.bgMain {
  background-color: #fff;
  color: #282828;
}
@media (min-width: 1181px) {
  .textEditor .btnBox .btn.bgMain:hover {
    color: #fff;
  }
}
.textEditor .btnBox .btn.bgSecond {
  background-color: #fff;
  color: #282828;
}
.textEditor .btnBox .btn.bgSecond::before {
  background-color: #6EA9D8;
}
@media (min-width: 1181px) {
  .textEditor .btnBox .btn.bgSecond:hover {
    color: #fff;
  }
}
.textEditor .tableBox {
  overflow-x: auto;
  position: relative;
}
.textEditor .tableBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.textEditor .tableBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #f1f1f1;
}
.textEditor .tableBox::-webkit-scrollbar-thumb {
  background: #094E7F;
}
.textEditor .tableBox.dragscroll table {
  cursor: move;
}
.textEditor .tableBox.stickyLeft table {
  table-layout: fixed;
}
.textEditor .tableBox.stickyLeft tr th,
.textEditor .tableBox.stickyLeft tr td {
  z-index: 1;
}
.textEditor .tableBox.stickyLeft tr th:first-child,
.textEditor .tableBox.stickyLeft tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.textEditor .tableBox.stickyLeft tr td {
  background-color: #fff;
}

/**********文字編輯器樣式end**********/
.highlight1 {
  position: relative;
  background-image: linear-gradient(transparent 55%, rgba(0, 255, 255, 0.35) 10%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.tox .highlight1 {
  position: relative;
  background-image: linear-gradient(transparent 55%, rgba(0, 255, 255, 0.35) 10%) !important;
  background-size: 100% 100% !important;
}

.highlight2 {
  position: relative;
  background-image: linear-gradient(transparent 55%, rgba(255, 255, 55, 0.35) 10%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.tox .highlight2 {
  position: relative;
  background-image: linear-gradient(transparent 55%, rgba(255, 255, 55, 0.35) 10%) !important;
  background-size: 100% 100% !important;
}

.highlight3 {
  position: relative;
  background-image: linear-gradient(transparent 55%, rgba(255, 151, 151, 0.35) 10%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.tox .highlight3 {
  position: relative;
  background-image: linear-gradient(transparent 55%, rgba(255, 151, 151, 0.35) 10%) !important;
  background-size: 100% 100% !important;
}

/**********套件預設樣式start**********/
.textEditor .contentBuilder .imgFull img {
  width: 100%;
}
.textEditor .contentBuilder table th,
.textEditor .contentBuilder table td {
  padding: 12px;
}
.textEditor .contentBuilder {
  /* FIX: Preventing Chrome from wrapping text with span-style (during editing) */
}
.textEditor .contentBuilder h1 span, .textEditor .contentBuilder .h1 span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder h2 span, .textEditor .contentBuilder .h2 span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder h3 span, .textEditor .contentBuilder .h3 span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder h4 span, .textEditor .contentBuilder .h4 span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder h5 span, .textEditor .contentBuilder .h5 span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder h6 span, .textEditor .contentBuilder .h6 span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder p span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder li span {
  font-size: inherit;
  line-height: inherit;
}
.textEditor .contentBuilder hr {
  position: relative;
  padding: 10px 0;
  height: auto;
  border: none;
  background: none;
}
.textEditor .contentBuilder hr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 100%;
  height: 1px;
  background-color: #dadada;
}
.textEditor .contentBuilder img {
  max-width: 100%;
}
.textEditor .contentBuilder figure {
  margin: 0;
}
.textEditor .contentBuilder ol,
.textEditor .contentBuilder ul {
  line-height: inherit;
  font-weight: inherit;
}
.textEditor .contentBuilder .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.textEditor .contentBuilder .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.textEditor .contentBuilder .embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.textEditor .contentBuilder .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#sub_title_index {
  padding: 20px;
  background: #f1f1f1;
  margin: 20px 0;
}

/**********套件預設樣式end**********/
/**********上架神器模板樣式start**********/
.textEditor .Img {
  width: 100%;
  height: 100%;
}
.textEditor .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.textEditor .youtubeEmbed {
  background-color: #ccc;
}
.textEditor .youtubeEmbed iframe,
.textEditor .youtubeEmbed .mce-object-iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textEditor .template_imageText_001 .Img,
.textEditor .template_imageText_002 .Img {
  max-width: 768px;
}
.textEditor .template_imageText_003 .Img,
.textEditor .template_imageText_004 .Img,
.textEditor .template_imageText_010 .Img,
.textEditor .template_imageText_011 .Img {
  max-width: 1600px;
}
.textEditor .template_imageText_005 .Img,
.textEditor .template_imageText_006 .Img {
  max-width: 800px;
}
.textEditor .template_imageText_014.withLine .item,
.textEditor .template_imageText_015.withLine .item {
  position: relative;
}
.textEditor .template_imageText_014.withLine .item:not(:last-child)::after,
.textEditor .template_imageText_015.withLine .item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ccc;
}
@media (max-width: 768px) {
  .textEditor .template_imageText_014.withLine .item:not(:last-child)::after,
  .textEditor .template_imageText_015.withLine .item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
  }
}
.textEditor .template_imageText_014 .Img,
.textEditor .template_imageText_015 .Img {
  padding: 0;
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.textEditor .template_imageText_014 .Img img,
.textEditor .template_imageText_015 .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.textEditor .template_imageText_015 .item {
  position: relative;
}
.textEditor .template_imageText_015 .item:not(:last-child)::after {
  content: "";
  position: absolute;
}
@media (max-width: 768px) {
  .textEditor .template_imageText_015 .item:not(:last-child)::after {
    width: 1px;
    height: 100%;
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
  }
}
@media (max-width: 640px) {
  .textEditor .template_imageText_015 .item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
  }
}
.textEditor .template_imageText_016 {
  position: relative;
}
.textEditor .template_imageText_016 .Img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.textEditor .template_imageText_016 .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textEditor .template_imageText_016 .Txt {
  position: relative;
  z-index: 2;
}
.textEditor .videoBox {
  position: relative;
  text-align: center;
}
.textEditor .videoBox.titan {
  display: block;
}
.textEditor .videoBox .video {
  display: block;
  position: relative;
}
.textEditor .videoBox .video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.textEditor .videoBox::before {
  content: "";
  position: absolute;
  content: "\f4f4";
  font-family: bootstrap-icons;
  font-size: 35px;
  line-height: 1;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.textEditor .videoBox::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #094E7F;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .textEditor .videoBox::after {
    width: 60px;
    height: 60px;
  }
}
.textEditor .template_video_002,
.textEditor .template_video_003 {
  position: relative;
}
.textEditor .template_video_002 .Txt,
.textEditor .template_video_003 .Txt {
  background-color: #fff;
}
@media (min-width: 1025px) {
  .textEditor .template_video_002 .Txt,
  .textEditor .template_video_003 .Txt {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40%;
    z-index: 2;
  }
}
@media (min-width: 1025px) {
  .textEditor .template_video_003 .Txt {
    left: 0;
    right: auto;
  }
}
.textEditor .youtubeEmbed {
  font-size: 0;
}
@media (min-width: 1025px) {
  .textEditor .youtubeEmbed {
    align-content: center;
    height: 530px;
  }
}
.textEditor .template_timeline_001 .text {
  position: relative;
}
.textEditor .template_timeline_001 .text::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  outline: 2px solid #094E7F;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .textEditor .template_timeline_001 .text::before {
    left: -27px;
  }
}
@media (max-width: 640px) {
  .textEditor .template_timeline_001 .text::before {
    left: -23px;
    width: 8px;
    height: 8px;
  }
}
.textEditor .template_timeline_001 .text::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #094E7F;
  left: -45px;
  top: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .textEditor .template_timeline_001 .text::after {
    left: -22px;
  }
}
@media (max-width: 640px) {
  .textEditor .template_timeline_001 .text::after {
    left: -20px;
  }
}
.textEditor .template_timeline_002 .content,
.textEditor .template_timeline_003 .content {
  position: relative;
}
.textEditor .template_timeline_002 .content::before,
.textEditor .template_timeline_003 .content::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--timeline-circle-color, #094E7F);
  left: calc(50% - 18px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 640px) {
  .textEditor .template_timeline_002 .content::before,
  .textEditor .template_timeline_003 .content::before {
    left: 18px;
  }
}
.textEditor .template_timeline_002 .content::after,
.textEditor .template_timeline_003 .content::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--timeline-circle-color, #094E7F);
  left: calc(50% - 12px);
  top: 0;
  z-index: 1;
}
@media (max-width: 640px) {
  .textEditor .template_timeline_002 .content::after,
  .textEditor .template_timeline_003 .content::after {
    left: 24px;
  }
}
.textEditor .template_timeline_002 .circle,
.textEditor .template_timeline_003 .circle {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--timeline-circle-color, #094E7F);
}
.textEditor .template_timeline_002 .circle .text,
.textEditor .template_timeline_003 .circle .text {
  aspect-ratio: 1/1;
  color: #fff;
}
.textEditor .template_table_001 table,
.textEditor .template_table_002 table {
  width: 100%;
}
.textEditor .template_table_001 table tbody tr:nth-child(odd) td,
.textEditor .template_table_002 table tbody tr:nth-child(odd) td {
  background-color: transparent;
}
.textEditor .template_table_001 table tbody tr:nth-child(even) td,
.textEditor .template_table_002 table tbody tr:nth-child(even) td {
  background-color: #f1f1f1;
}
.textEditor .template_table_002 table {
  position: relative;
}
.textEditor .template_table_002 table tr td {
  background-color: #fff;
}
.textEditor .template_table_002 table tr > th:first-child,
.textEditor .template_table_002 table tr > td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.textEditor .template_table_002 table tr > th:not(:first-child),
.textEditor .template_table_002 table tr > td:not(:first-child) {
  position: relative;
  z-index: 1;
}
@keyframes details-show {
  from {
    opacity: 0;
    transform: translateY(-0.5em);
  }
}
.textEditor .template_qa_001 details[open] summary:first-of-type::after {
  content: "";
  position: absolute;
  transform: translateY(-50%) rotate(0deg);
}
.textEditor .template_qa_001 details[open] > *:not(summary) {
  animation: details-show 0.5s ease-in-out;
}
.textEditor .template_qa_001 summary {
  position: relative;
  background-color: #094E7F;
  padding: 20px 40px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.textEditor .template_qa_001 summary::marker {
  content: "";
}
.textEditor .template_qa_001 summary .h2Title,
.textEditor .template_qa_001 summary .h3Title,
.textEditor .template_qa_001 summary .h4Title,
.textEditor .template_qa_001 summary .h5Title,
.textEditor .template_qa_001 summary .h6Title {
  color: #fff;
}
.textEditor .template_qa_001 summary::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.textEditor .template_qa_001 summary::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  border-radius: 1px;
  background-color: #fff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
.textEditor .template_qa_001 .answer {
  padding: 20px 40px;
}
.textEditor .esg_slideMenuTrigger .line::before, .esg_slideMenuTrigger .textEditor .line::before, .textEditor .esg_slideMenuTrigger .line::after, .esg_slideMenuTrigger .textEditor .line::after, .textEditor .esg_slideMenuTrigger, .textEditor .slideModuleBox.moduleBox, .textEditor .scrollHint, .textEditor .slick-slider .slick-dots li button::before, .slick-slider .slick-dots li .textEditor button::before,
.textEditor .controlBox .slick-dots li button::before,
.controlBox .slick-dots li .textEditor button::before, .textEditor .slick-slider .slick-arrow::before, .slick-slider .textEditor .slick-arrow::before,
.textEditor .controlBox .slick-arrow::before,
.controlBox .textEditor .slick-arrow::before, .textEditor .slick-slider .slick-arrow, .slick-slider .textEditor .slick-arrow,
.textEditor .controlBox .slick-arrow,
.controlBox .textEditor .slick-arrow, .textEditor .imh_opacity img, .imh_opacity .textEditor img, .textEditor .sideDataArea.security .title, .sideDataArea.security .textEditor .title, .textEditor .sideDataArea.security .Img, .sideDataArea.security .textEditor .Img, .textEditor .sideDataArea.news .title, .sideDataArea.news .textEditor .title, .textEditor .sideDataArea.news .Img, .sideDataArea.news .textEditor .Img, .textEditor .pageBox .pageList a.prevBtn::before, .pageBox .pageList .textEditor a.prevBtn::before, .textEditor .pageBox .pageList a.nextBtn::before, .pageBox .pageList .textEditor a.nextBtn::before, .textEditor .classBox a, .classBox .textEditor a,
.textEditor .classBox span,
.classBox .textEditor span, .textEditor .bookingArea .bookingCountDropDown .countBox .btnCount i, .bookingArea .bookingCountDropDown .countBox .btnCount .textEditor i, .textEditor .bookingArea .bookingCountDropDown .countBox .btnCount, .bookingArea .bookingCountDropDown .countBox .textEditor .btnCount, .textEditor .privacyArea, .textEditor .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .textEditor .submenuItemTitle.hasThirdMenu::before, .textEditor .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav .submenu .textEditor .submenuItemTitle.hasThirdMenu::after, .textEditor .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .textEditor .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .textEditor .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuArea .menuBox .textEditor .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .textEditor .slideMenuTrigger .line::before, .slideMenuTrigger .textEditor .line::before, .textEditor .slideMenuTrigger .line::after, .slideMenuTrigger .textEditor .line::after, .textEditor .slideMenuTrigger, .textEditor .languageBox .languageList, .languageBox .textEditor .languageList, .textEditor .loadingArea.show, .textEditor .moduleMask, .textEditor .moduleBox.cart .cartList .del, .moduleBox.cart .cartList .textEditor .del, .textEditor .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label .textEditor span::before, .textEditor .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .trigger label .textEditor span, .textEditor .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox .textEditor .subtitle, .textEditor .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .customList .textEditor .topBox::before, .textEditor .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox.privacy .btnBox .textEditor .btn.textLink::before, .textEditor .moduleBox .moduleClose, .moduleBox .textEditor .moduleClose, .textEditor .btnBox .btn.animation::after, .btnBox .textEditor .btn.animation::after, .textEditor .btnBox .btn::before, .btnBox .textEditor .btn::before, .textEditor .btnBox .btn, .btnBox .textEditor .btn, .textEditor .arrowBox .arrow svg, .arrowBox .arrow .textEditor svg, .textEditor .arrowBox .arrow, .arrowBox .textEditor .arrow, .textEditor button, .textEditor a, .textEditor body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .bread .wrap .home::before, body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .bread .wrap .textEditor .home::before, .textEditor .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .textEditor .columnCheck::after, .textEditor .formBox .columnCheckBox .columnCheckLabel .columnCheck::before, .formBox .columnCheckBox .columnCheckLabel .textEditor .columnCheck::before, .textEditor .template_qa_001 summary::after {
  transition: all 0.5s ease-in-out;
}
.textEditor {
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;600;700&display=swap");
}
:root {
  --bs-blue: #38A8FD;
  --bs-indigo: #6610f2;
  --bs-purple: #B2247A;
  --bs-pink: #d63384;
  --bs-red: #E31C1C;
  --bs-orange: #EB9B41;
  --bs-yellow: #ECB822;
  --bs-green: #20BB89;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #094E7F;
  --bs-secondary: #282828;
  --bs-success: #20BB89;
  --bs-info: #38A8FD;
  --bs-info-secondary: #F0C64E;
  --bs-warning: #F0C64E;
  --bs-danger: #EC3535;
  --bs-finished: #9B9B9B;
  --bs-light: #e9ecef;
  --bs-dark: #212529;
  --bs-purple: #B2247A;
  --bs-orange: #EB9B41;
  --bs-primary-rgb: 9, 78, 127;
  --bs-secondary-rgb: 40, 40, 40;
  --bs-success-rgb: 32, 187, 137;
  --bs-info-rgb: 56, 168, 253;
  --bs-info-secondary-rgb: 240, 198, 78;
  --bs-warning-rgb: 240, 198, 78;
  --bs-danger-rgb: 236, 53, 53;
  --bs-finished-rgb: 155, 155, 155;
  --bs-light-rgb: 233, 236, 239;
  --bs-dark-rgb: 33, 37, 41;
  --bs-purple-rgb: 178, 36, 122;
  --bs-orange-rgb: 235, 155, 65;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 51, 51, 51;
  --bs-body-bg-rgb: 250, 248, 249;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-font-noto-sans-tc: "Noto Sans TC", sans-serif;
  --bs-body-font-family: var(--bs-font-noto-sans-tc);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #333;
  --bs-body-bg: #FAF8F9;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #094E7F;
  --bs-link-hover-color: #C91515;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #ECB822;
}

.textEditor *,
.textEditor *::before,
.textEditor *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .textEditor :root {
    scroll-behavior: smooth;
  }
}
.textEditor body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.textEditor hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
.textEditor h6, .textEditor .h6, .textEditor h5, .textEditor .h5, .textEditor h4, .textEditor .h4, .textEditor h3, .textEditor .h3, .textEditor h2, .textEditor .h2, .textEditor h1, .textEditor .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.textEditor h1, .textEditor .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .textEditor h1, .textEditor .h1 {
    font-size: 2.5rem;
  }
}
.textEditor h2, .textEditor .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .textEditor h2, .textEditor .h2 {
    font-size: 2rem;
  }
}
.textEditor h3, .textEditor .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .textEditor h3, .textEditor .h3 {
    font-size: 1.75rem;
  }
}
.textEditor h4, .textEditor .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .textEditor h4, .textEditor .h4 {
    font-size: 1.5rem;
  }
}
.textEditor h5, .textEditor .h5 {
  font-size: 1.25rem;
}
.textEditor h6, .textEditor .h6 {
  font-size: 1rem;
}
.textEditor p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.textEditor abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.textEditor address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.textEditor ol,
.textEditor ul {
  padding-left: 2rem;
}
.textEditor ol,
.textEditor ul,
.textEditor dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.textEditor ol ol,
.textEditor ul ul,
.textEditor ol ul,
.textEditor ul ol {
  margin-bottom: 0;
}
.textEditor dt {
  font-weight: 700;
}
.textEditor dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.textEditor blockquote {
  margin: 0 0 1rem;
}
.textEditor b,
.textEditor strong {
  font-weight: bolder;
}
.textEditor small, .textEditor .small {
  font-size: 0.875em;
}
.textEditor mark, .textEditor .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}
.textEditor sub,
.textEditor sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.textEditor sub {
  bottom: -0.25em;
}
.textEditor sup {
  top: -0.5em;
}
.textEditor a {
  color: var(--bs-link-color);
  text-decoration: none;
}
.textEditor a:hover {
  color: var(--bs-link-hover-color);
}
.textEditor a:not([href]):not([class]), .textEditor a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.textEditor pre,
.textEditor code,
.textEditor kbd,
.textEditor samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
.textEditor pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.textEditor pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.textEditor code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > .textEditor code {
  color: inherit;
}
.textEditor kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
.textEditor kbd kbd {
  padding: 0;
  font-size: 1em;
}
.textEditor figure {
  margin: 0 0 1rem;
}
.textEditor img,
.textEditor svg {
  vertical-align: middle;
}
.textEditor table {
  caption-side: bottom;
  border-collapse: collapse;
}
.textEditor caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
.textEditor th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.textEditor thead,
.textEditor tbody,
.textEditor tfoot,
.textEditor tr,
.textEditor td,
.textEditor th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.textEditor label {
  display: inline-block;
}
.textEditor button {
  border-radius: 0;
}
.textEditor button:focus:not(:focus-visible) {
  outline: 0;
}
.textEditor input,
.textEditor button,
.textEditor select,
.textEditor optgroup,
.textEditor textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.textEditor button,
.textEditor select {
  text-transform: none;
}
.textEditor [role=button] {
  cursor: pointer;
}
.textEditor select {
  word-wrap: normal;
}
.textEditor select:disabled {
  opacity: 1;
}
.textEditor [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
.textEditor button,
.textEditor [type=button],
.textEditor [type=reset],
.textEditor [type=submit] {
  -webkit-appearance: button;
}
.textEditor button:not(:disabled),
.textEditor [type=button]:not(:disabled),
.textEditor [type=reset]:not(:disabled),
.textEditor [type=submit]:not(:disabled) {
  cursor: pointer;
}
.textEditor ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.textEditor textarea {
  resize: vertical;
}
.textEditor fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.textEditor legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .textEditor legend {
    font-size: 1.5rem;
  }
}
.textEditor legend {
  line-height: inherit;
}
.textEditor legend + * {
  clear: left;
}
.textEditor ::-webkit-datetime-edit-fields-wrapper,
.textEditor ::-webkit-datetime-edit-text,
.textEditor ::-webkit-datetime-edit-minute,
.textEditor ::-webkit-datetime-edit-hour-field,
.textEditor ::-webkit-datetime-edit-day-field,
.textEditor ::-webkit-datetime-edit-month-field,
.textEditor ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.textEditor ::-webkit-inner-spin-button {
  height: auto;
}
.textEditor [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.textEditor {
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
}
.textEditor ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.textEditor ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.textEditor ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.textEditor output {
  display: inline-block;
}
.textEditor iframe {
  border: 0;
}
.textEditor summary {
  display: list-item;
  cursor: pointer;
}
.textEditor progress {
  vertical-align: baseline;
}
.textEditor [hidden] {
  display: none !important;
}
.textEditor .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.textEditor .display-1 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .textEditor .display-1 {
    font-size: 1.875rem;
  }
}
.textEditor .display-1 {
  font-weight: 300;
  line-height: 1.2;
}
.textEditor .display-2 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  .textEditor .display-2 {
    font-size: 1.625rem;
  }
}
.textEditor .display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.textEditor .display-3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .textEditor .display-3 {
    font-size: 1.5rem;
  }
}
.textEditor .display-3 {
  font-weight: 300;
  line-height: 1.2;
}
.textEditor .display-4 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .textEditor .display-4 {
    font-size: 1.375rem;
  }
}
.textEditor .display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.textEditor .display-5 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}
.textEditor .display-6 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
}
.textEditor .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.textEditor .list-inline {
  padding-left: 0;
  list-style: none;
}
.textEditor .list-inline-item {
  display: inline-block;
}
.textEditor .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.textEditor .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.textEditor .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.textEditor .blockquote > :last-child {
  margin-bottom: 0;
}
.textEditor .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.textEditor .blockquote-footer::before {
  content: "— ";
}
.textEditor .img-fluid {
  max-width: 100%;
  height: auto;
}
.textEditor .img-thumbnail {
  padding: 0.25rem;
  background-color: #FAF8F9;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}
.textEditor .figure {
  display: inline-block;
}
.textEditor .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.textEditor .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.textEditor .container,
.textEditor .container-fluid,
.textEditor .container-xxl,
.textEditor .container-xl,
.textEditor .container-lg,
.textEditor .container-md,
.textEditor .container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .textEditor .container-sm, .textEditor .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .textEditor .container-md, .textEditor .container-sm, .textEditor .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .textEditor .container-lg, .textEditor .container-md, .textEditor .container-sm, .textEditor .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .textEditor .container-xl, .textEditor .container-lg, .textEditor .container-md, .textEditor .container-sm, .textEditor .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .textEditor .container-xxl, .textEditor .container-xl, .textEditor .container-lg, .textEditor .container-md, .textEditor .container-sm, .textEditor .container {
    max-width: 1320px;
  }
}
.textEditor .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.textEditor .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.textEditor .col {
  flex: 1 0 0%;
}
.textEditor .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.textEditor .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.textEditor .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.textEditor .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.textEditor .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.textEditor .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.textEditor .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.textEditor .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.textEditor .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.textEditor .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.textEditor .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.textEditor .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.textEditor .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.textEditor .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.textEditor .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.textEditor .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.textEditor .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.textEditor .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.textEditor .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.textEditor .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.textEditor .offset-1 {
  margin-left: 8.33333333%;
}
.textEditor .offset-2 {
  margin-left: 16.66666667%;
}
.textEditor .offset-3 {
  margin-left: 25%;
}
.textEditor .offset-4 {
  margin-left: 33.33333333%;
}
.textEditor .offset-5 {
  margin-left: 41.66666667%;
}
.textEditor .offset-6 {
  margin-left: 50%;
}
.textEditor .offset-7 {
  margin-left: 58.33333333%;
}
.textEditor .offset-8 {
  margin-left: 66.66666667%;
}
.textEditor .offset-9 {
  margin-left: 75%;
}
.textEditor .offset-10 {
  margin-left: 83.33333333%;
}
.textEditor .offset-11 {
  margin-left: 91.66666667%;
}
.textEditor .g-0,
.textEditor .gx-0 {
  --bs-gutter-x: 0;
}
.textEditor .g-0,
.textEditor .gy-0 {
  --bs-gutter-y: 0;
}
.textEditor .g-1,
.textEditor .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.textEditor .g-1,
.textEditor .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.textEditor .g-2,
.textEditor .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.textEditor .g-2,
.textEditor .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.textEditor .g-3,
.textEditor .gx-3 {
  --bs-gutter-x: 1rem;
}
.textEditor .g-3,
.textEditor .gy-3 {
  --bs-gutter-y: 1rem;
}
.textEditor .g-4,
.textEditor .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.textEditor .g-4,
.textEditor .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.textEditor .g-5,
.textEditor .gx-5 {
  --bs-gutter-x: 3rem;
}
.textEditor .g-5,
.textEditor .gy-5 {
  --bs-gutter-y: 3rem;
}
.textEditor .g-20,
.textEditor .gx-20 {
  --bs-gutter-x: 20px;
}
.textEditor .g-20,
.textEditor .gy-20 {
  --bs-gutter-y: 20px;
}
.textEditor .g-40,
.textEditor .gx-40 {
  --bs-gutter-x: 40px;
}
.textEditor .g-40,
.textEditor .gy-40 {
  --bs-gutter-y: 40px;
}
@media (min-width: 576px) {
  .textEditor .col-sm {
    flex: 1 0 0%;
  }
  .textEditor .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .textEditor .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .textEditor .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .textEditor .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .textEditor .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .textEditor .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .textEditor .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .textEditor .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .textEditor .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .textEditor .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .textEditor .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .textEditor .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .textEditor .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .textEditor .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .textEditor .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .textEditor .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .textEditor .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .textEditor .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .textEditor .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .textEditor .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .textEditor .offset-sm-0 {
    margin-left: 0;
  }
  .textEditor .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .textEditor .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .textEditor .offset-sm-3 {
    margin-left: 25%;
  }
  .textEditor .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .textEditor .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .textEditor .offset-sm-6 {
    margin-left: 50%;
  }
  .textEditor .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .textEditor .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .textEditor .offset-sm-9 {
    margin-left: 75%;
  }
  .textEditor .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .textEditor .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .textEditor .g-sm-0,
  .textEditor .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .textEditor .g-sm-0,
  .textEditor .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .textEditor .g-sm-1,
  .textEditor .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .textEditor .g-sm-1,
  .textEditor .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .textEditor .g-sm-2,
  .textEditor .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .textEditor .g-sm-2,
  .textEditor .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .textEditor .g-sm-3,
  .textEditor .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .textEditor .g-sm-3,
  .textEditor .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .textEditor .g-sm-4,
  .textEditor .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .textEditor .g-sm-4,
  .textEditor .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .textEditor .g-sm-5,
  .textEditor .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .textEditor .g-sm-5,
  .textEditor .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .textEditor .g-sm-20,
  .textEditor .gx-sm-20 {
    --bs-gutter-x: 20px;
  }
  .textEditor .g-sm-20,
  .textEditor .gy-sm-20 {
    --bs-gutter-y: 20px;
  }
  .textEditor .g-sm-40,
  .textEditor .gx-sm-40 {
    --bs-gutter-x: 40px;
  }
  .textEditor .g-sm-40,
  .textEditor .gy-sm-40 {
    --bs-gutter-y: 40px;
  }
}
@media (min-width: 768px) {
  .textEditor .col-md {
    flex: 1 0 0%;
  }
  .textEditor .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .textEditor .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .textEditor .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .textEditor .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .textEditor .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .textEditor .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .textEditor .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .textEditor .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .textEditor .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .textEditor .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .textEditor .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .textEditor .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .textEditor .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .textEditor .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .textEditor .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .textEditor .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .textEditor .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .textEditor .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .textEditor .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .textEditor .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .textEditor .offset-md-0 {
    margin-left: 0;
  }
  .textEditor .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .textEditor .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .textEditor .offset-md-3 {
    margin-left: 25%;
  }
  .textEditor .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .textEditor .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .textEditor .offset-md-6 {
    margin-left: 50%;
  }
  .textEditor .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .textEditor .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .textEditor .offset-md-9 {
    margin-left: 75%;
  }
  .textEditor .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .textEditor .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .textEditor .g-md-0,
  .textEditor .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .textEditor .g-md-0,
  .textEditor .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .textEditor .g-md-1,
  .textEditor .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .textEditor .g-md-1,
  .textEditor .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .textEditor .g-md-2,
  .textEditor .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .textEditor .g-md-2,
  .textEditor .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .textEditor .g-md-3,
  .textEditor .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .textEditor .g-md-3,
  .textEditor .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .textEditor .g-md-4,
  .textEditor .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .textEditor .g-md-4,
  .textEditor .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .textEditor .g-md-5,
  .textEditor .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .textEditor .g-md-5,
  .textEditor .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .textEditor .g-md-20,
  .textEditor .gx-md-20 {
    --bs-gutter-x: 20px;
  }
  .textEditor .g-md-20,
  .textEditor .gy-md-20 {
    --bs-gutter-y: 20px;
  }
  .textEditor .g-md-40,
  .textEditor .gx-md-40 {
    --bs-gutter-x: 40px;
  }
  .textEditor .g-md-40,
  .textEditor .gy-md-40 {
    --bs-gutter-y: 40px;
  }
}
@media (min-width: 992px) {
  .textEditor .col-lg {
    flex: 1 0 0%;
  }
  .textEditor .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .textEditor .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .textEditor .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .textEditor .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .textEditor .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .textEditor .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .textEditor .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .textEditor .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .textEditor .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .textEditor .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .textEditor .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .textEditor .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .textEditor .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .textEditor .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .textEditor .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .textEditor .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .textEditor .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .textEditor .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .textEditor .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .textEditor .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .textEditor .offset-lg-0 {
    margin-left: 0;
  }
  .textEditor .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .textEditor .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .textEditor .offset-lg-3 {
    margin-left: 25%;
  }
  .textEditor .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .textEditor .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .textEditor .offset-lg-6 {
    margin-left: 50%;
  }
  .textEditor .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .textEditor .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .textEditor .offset-lg-9 {
    margin-left: 75%;
  }
  .textEditor .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .textEditor .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .textEditor .g-lg-0,
  .textEditor .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .textEditor .g-lg-0,
  .textEditor .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .textEditor .g-lg-1,
  .textEditor .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .textEditor .g-lg-1,
  .textEditor .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .textEditor .g-lg-2,
  .textEditor .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .textEditor .g-lg-2,
  .textEditor .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .textEditor .g-lg-3,
  .textEditor .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .textEditor .g-lg-3,
  .textEditor .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .textEditor .g-lg-4,
  .textEditor .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .textEditor .g-lg-4,
  .textEditor .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .textEditor .g-lg-5,
  .textEditor .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .textEditor .g-lg-5,
  .textEditor .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .textEditor .g-lg-20,
  .textEditor .gx-lg-20 {
    --bs-gutter-x: 20px;
  }
  .textEditor .g-lg-20,
  .textEditor .gy-lg-20 {
    --bs-gutter-y: 20px;
  }
  .textEditor .g-lg-40,
  .textEditor .gx-lg-40 {
    --bs-gutter-x: 40px;
  }
  .textEditor .g-lg-40,
  .textEditor .gy-lg-40 {
    --bs-gutter-y: 40px;
  }
}
@media (min-width: 1200px) {
  .textEditor .col-xl {
    flex: 1 0 0%;
  }
  .textEditor .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .textEditor .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .textEditor .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .textEditor .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .textEditor .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .textEditor .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .textEditor .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .textEditor .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .textEditor .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .textEditor .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .textEditor .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .textEditor .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .textEditor .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .textEditor .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .textEditor .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .textEditor .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .textEditor .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .textEditor .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .textEditor .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .textEditor .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .textEditor .offset-xl-0 {
    margin-left: 0;
  }
  .textEditor .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .textEditor .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .textEditor .offset-xl-3 {
    margin-left: 25%;
  }
  .textEditor .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .textEditor .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .textEditor .offset-xl-6 {
    margin-left: 50%;
  }
  .textEditor .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .textEditor .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .textEditor .offset-xl-9 {
    margin-left: 75%;
  }
  .textEditor .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .textEditor .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .textEditor .g-xl-0,
  .textEditor .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .textEditor .g-xl-0,
  .textEditor .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .textEditor .g-xl-1,
  .textEditor .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .textEditor .g-xl-1,
  .textEditor .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .textEditor .g-xl-2,
  .textEditor .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .textEditor .g-xl-2,
  .textEditor .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .textEditor .g-xl-3,
  .textEditor .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .textEditor .g-xl-3,
  .textEditor .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .textEditor .g-xl-4,
  .textEditor .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .textEditor .g-xl-4,
  .textEditor .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .textEditor .g-xl-5,
  .textEditor .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .textEditor .g-xl-5,
  .textEditor .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .textEditor .g-xl-20,
  .textEditor .gx-xl-20 {
    --bs-gutter-x: 20px;
  }
  .textEditor .g-xl-20,
  .textEditor .gy-xl-20 {
    --bs-gutter-y: 20px;
  }
  .textEditor .g-xl-40,
  .textEditor .gx-xl-40 {
    --bs-gutter-x: 40px;
  }
  .textEditor .g-xl-40,
  .textEditor .gy-xl-40 {
    --bs-gutter-y: 40px;
  }
}
@media (min-width: 1400px) {
  .textEditor .col-xxl {
    flex: 1 0 0%;
  }
  .textEditor .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .textEditor .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .textEditor .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .textEditor .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .textEditor .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .textEditor .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .textEditor .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .textEditor .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .textEditor .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .textEditor .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .textEditor .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .textEditor .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .textEditor .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .textEditor .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .textEditor .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .textEditor .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .textEditor .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .textEditor .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .textEditor .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .textEditor .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .textEditor .offset-xxl-0 {
    margin-left: 0;
  }
  .textEditor .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .textEditor .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .textEditor .offset-xxl-3 {
    margin-left: 25%;
  }
  .textEditor .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .textEditor .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .textEditor .offset-xxl-6 {
    margin-left: 50%;
  }
  .textEditor .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .textEditor .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .textEditor .offset-xxl-9 {
    margin-left: 75%;
  }
  .textEditor .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .textEditor .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .textEditor .g-xxl-0,
  .textEditor .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .textEditor .g-xxl-0,
  .textEditor .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .textEditor .g-xxl-1,
  .textEditor .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .textEditor .g-xxl-1,
  .textEditor .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .textEditor .g-xxl-2,
  .textEditor .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .textEditor .g-xxl-2,
  .textEditor .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .textEditor .g-xxl-3,
  .textEditor .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .textEditor .g-xxl-3,
  .textEditor .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .textEditor .g-xxl-4,
  .textEditor .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .textEditor .g-xxl-4,
  .textEditor .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .textEditor .g-xxl-5,
  .textEditor .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .textEditor .g-xxl-5,
  .textEditor .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .textEditor .g-xxl-20,
  .textEditor .gx-xxl-20 {
    --bs-gutter-x: 20px;
  }
  .textEditor .g-xxl-20,
  .textEditor .gy-xxl-20 {
    --bs-gutter-y: 20px;
  }
  .textEditor .g-xxl-40,
  .textEditor .gx-xxl-40 {
    --bs-gutter-x: 40px;
  }
  .textEditor .g-xxl-40,
  .textEditor .gy-xxl-40 {
    --bs-gutter-y: 40px;
  }
}
@media (min-width: 1600px) {
  .textEditor .col-xxxl {
    flex: 1 0 0%;
  }
  .textEditor .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .textEditor .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .textEditor .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .textEditor .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .textEditor .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .textEditor .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .textEditor .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .textEditor .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .textEditor .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .textEditor .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .textEditor .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .textEditor .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .textEditor .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .textEditor .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .textEditor .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .textEditor .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .textEditor .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .textEditor .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .textEditor .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .textEditor .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .textEditor .offset-xxxl-0 {
    margin-left: 0;
  }
  .textEditor .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .textEditor .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .textEditor .offset-xxxl-3 {
    margin-left: 25%;
  }
  .textEditor .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .textEditor .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .textEditor .offset-xxxl-6 {
    margin-left: 50%;
  }
  .textEditor .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .textEditor .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .textEditor .offset-xxxl-9 {
    margin-left: 75%;
  }
  .textEditor .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .textEditor .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .textEditor .g-xxxl-0,
  .textEditor .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .textEditor .g-xxxl-0,
  .textEditor .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .textEditor .g-xxxl-1,
  .textEditor .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .textEditor .g-xxxl-1,
  .textEditor .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .textEditor .g-xxxl-2,
  .textEditor .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .textEditor .g-xxxl-2,
  .textEditor .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .textEditor .g-xxxl-3,
  .textEditor .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .textEditor .g-xxxl-3,
  .textEditor .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .textEditor .g-xxxl-4,
  .textEditor .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .textEditor .g-xxxl-4,
  .textEditor .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .textEditor .g-xxxl-5,
  .textEditor .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .textEditor .g-xxxl-5,
  .textEditor .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
  .textEditor .g-xxxl-20,
  .textEditor .gx-xxxl-20 {
    --bs-gutter-x: 20px;
  }
  .textEditor .g-xxxl-20,
  .textEditor .gy-xxxl-20 {
    --bs-gutter-y: 20px;
  }
  .textEditor .g-xxxl-40,
  .textEditor .gx-xxxl-40 {
    --bs-gutter-x: 40px;
  }
  .textEditor .g-xxxl-40,
  .textEditor .gy-xxxl-40 {
    --bs-gutter-y: 40px;
  }
}
.textEditor .table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: #094E7F;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.textEditor .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.textEditor .table > tbody {
  vertical-align: inherit;
}
.textEditor .table > thead {
  vertical-align: bottom;
}
.textEditor .table-group-divider {
  border-top: 2px solid currentcolor;
}
.textEditor .caption-top {
  caption-side: top;
}
.textEditor .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.textEditor .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.textEditor .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.textEditor .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.textEditor .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.textEditor .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.textEditor .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.textEditor .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.textEditor .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.textEditor .table-primary {
  --bs-table-color: #fff;
  --bs-table-bg: #c91515;
  --bs-table-border-color: rgb(206.4, 44.4, 44.4);
  --bs-table-striped-bg: rgb(203.7, 32.7, 32.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(206.4, 44.4, 44.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(205.05, 38.55, 38.55);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.textEditor .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #d4d4d4;
  --bs-table-border-color: rgb(190.8, 190.8, 190.8);
  --bs-table-striped-bg: rgb(201.4, 201.4, 201.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(190.8, 190.8, 190.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(196.1, 196.1, 196.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.textEditor .table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(210.4, 241.4, 231.4);
  --bs-table-border-color: rgb(189.36, 217.26, 208.26);
  --bs-table-striped-bg: rgb(199.88, 229.33, 219.83);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(189.36, 217.26, 208.26);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(194.62, 223.295, 214.045);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.textEditor .table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(215.2, 237.6, 254.6);
  --bs-table-border-color: rgb(193.68, 213.84, 229.14);
  --bs-table-striped-bg: rgb(204.44, 225.72, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(193.68, 213.84, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(199.06, 219.78, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.textEditor .table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(252, 243.6, 219.6);
  --bs-table-border-color: rgb(226.8, 219.24, 197.64);
  --bs-table-striped-bg: rgb(239.4, 231.42, 208.62);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(226.8, 219.24, 197.64);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(233.1, 225.33, 203.13);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.textEditor .table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(251.2, 214.6, 214.6);
  --bs-table-border-color: rgb(226.08, 193.14, 193.14);
  --bs-table-striped-bg: rgb(238.64, 203.87, 203.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(226.08, 193.14, 193.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(232.36, 198.505, 198.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.textEditor .table-light {
  --bs-table-color: #000;
  --bs-table-bg: #e9ecef;
  --bs-table-border-color: rgb(209.7, 212.4, 215.1);
  --bs-table-striped-bg: rgb(221.35, 224.2, 227.05);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(209.7, 212.4, 215.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(215.525, 218.3, 221.075);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.textEditor .table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(55.2, 58.8, 62.4);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.textEditor .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .textEditor .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .textEditor .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .textEditor .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .textEditor .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .textEditor .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1599.98px) {
  .textEditor .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.textEditor .btn {
  --bs-btn-padding-x: 14px;
  --bs-btn-padding-y: 11px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #333;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  box-shadow: var(--bs-btn-box-shadow);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 575.98px) {
  .textEditor .btn {
    padding: 8px 11px;
  }
}
.textEditor .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .textEditor .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.textEditor .btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .textEditor .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .textEditor .btn, :not(.btn-check) + .textEditor .btn:active, .textEditor .btn:first-child:active, .textEditor .btn.active, .textEditor .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: transparent;
  box-shadow: var(--bs-btn-active-shadow);
}
.btn-check:checked + .textEditor .btn:focus-visible, :not(.btn-check) + .textEditor .btn:active:focus-visible, .textEditor .btn:first-child:active:focus-visible, .textEditor .btn.active:focus-visible, .textEditor .btn.show:focus-visible {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.textEditor .btn:disabled, .textEditor .btn.disabled, fieldset:disabled .textEditor .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none;
}
.textEditor .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #094E7F;
  --bs-btn-border-color: #094E7F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(7.65, 66.3, 107.95);
  --bs-btn-hover-border-color: rgb(7.2, 62.4, 101.6);
  --bs-btn-focus-shadow-rgb: 46, 105, 146;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(7.2, 62.4, 101.6);
  --bs-btn-active-border-color: rgb(6.75, 58.5, 95.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #094E7F;
  --bs-btn-disabled-border-color: #094E7F;
}
.textEditor .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #282828;
  --bs-btn-border-color: #282828;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #222222;
  --bs-btn-hover-border-color: #202020;
  --bs-btn-focus-shadow-rgb: 72, 72, 72;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #202020;
  --bs-btn-active-border-color: #1e1e1e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #282828;
  --bs-btn-disabled-border-color: #282828;
}
.textEditor .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #20BB89;
  --bs-btn-border-color: #20BB89;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(27.2, 158.95, 116.45);
  --bs-btn-hover-border-color: rgb(25.6, 149.6, 109.6);
  --bs-btn-focus-shadow-rgb: 65, 197, 155;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(25.6, 149.6, 109.6);
  --bs-btn-active-border-color: rgb(24, 140.25, 102.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #20BB89;
  --bs-btn-disabled-border-color: #20BB89;
}
.textEditor .btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #38A8FD;
  --bs-btn-border-color: #38A8FD;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(47.6, 142.8, 215.05);
  --bs-btn-hover-border-color: rgb(44.8, 134.4, 202.4);
  --bs-btn-focus-shadow-rgb: 86, 181, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(44.8, 134.4, 202.4);
  --bs-btn-active-border-color: rgb(42, 126, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #38A8FD;
  --bs-btn-disabled-border-color: #38A8FD;
}
.textEditor .btn-info-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #F0C64E;
  --bs-btn-border-color: #F0C64E;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(204, 168.3, 66.3);
  --bs-btn-hover-border-color: rgb(192, 158.4, 62.4);
  --bs-btn-focus-shadow-rgb: 242, 207, 105;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(192, 158.4, 62.4);
  --bs-btn-active-border-color: rgb(180, 148.5, 58.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F0C64E;
  --bs-btn-disabled-border-color: #F0C64E;
}
.textEditor .btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #F0C64E;
  --bs-btn-border-color: #F0C64E;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(204, 168.3, 66.3);
  --bs-btn-hover-border-color: rgb(192, 158.4, 62.4);
  --bs-btn-focus-shadow-rgb: 242, 207, 105;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(192, 158.4, 62.4);
  --bs-btn-active-border-color: rgb(180, 148.5, 58.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F0C64E;
  --bs-btn-disabled-border-color: #F0C64E;
}
.textEditor .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #EC3535;
  --bs-btn-border-color: #EC3535;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(200.6, 45.05, 45.05);
  --bs-btn-hover-border-color: rgb(188.8, 42.4, 42.4);
  --bs-btn-focus-shadow-rgb: 239, 83, 83;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(188.8, 42.4, 42.4);
  --bs-btn-active-border-color: rgb(177, 39.75, 39.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #EC3535;
  --bs-btn-disabled-border-color: #EC3535;
}
.textEditor .btn-finished {
  --bs-btn-color: #fff;
  --bs-btn-bg: #9B9B9B;
  --bs-btn-border-color: #9B9B9B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(131.75, 131.75, 131.75);
  --bs-btn-hover-border-color: #7c7c7c;
  --bs-btn-focus-shadow-rgb: 170, 170, 170;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7c7c7c;
  --bs-btn-active-border-color: rgb(116.25, 116.25, 116.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #9B9B9B;
  --bs-btn-disabled-border-color: #9B9B9B;
}
.textEditor .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #e9ecef;
  --bs-btn-border-color: #e9ecef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(198.05, 200.6, 203.15);
  --bs-btn-hover-border-color: rgb(186.4, 188.8, 191.2);
  --bs-btn-focus-shadow-rgb: 198, 201, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(186.4, 188.8, 191.2);
  --bs-btn-active-border-color: rgb(174.75, 177, 179.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e9ecef;
  --bs-btn-disabled-border-color: #e9ecef;
}
.textEditor .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.textEditor .btn-purple {
  --bs-btn-color: #fff;
  --bs-btn-bg: #B2247A;
  --bs-btn-border-color: #B2247A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(151.3, 30.6, 103.7);
  --bs-btn-hover-border-color: rgb(142.4, 28.8, 97.6);
  --bs-btn-focus-shadow-rgb: 190, 69, 142;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(142.4, 28.8, 97.6);
  --bs-btn-active-border-color: rgb(133.5, 27, 91.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #B2247A;
  --bs-btn-disabled-border-color: #B2247A;
}
.textEditor .btn-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: #EB9B41;
  --bs-btn-border-color: #EB9B41;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(199.75, 131.75, 55.25);
  --bs-btn-hover-border-color: #bc7c34;
  --bs-btn-focus-shadow-rgb: 238, 170, 94;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bc7c34;
  --bs-btn-active-border-color: rgb(176.25, 116.25, 48.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #EB9B41;
  --bs-btn-disabled-border-color: #EB9B41;
}
.textEditor .btn-outline-primary {
  --bs-btn-color: #094E7F;
  --bs-btn-border-color: #094E7F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #094E7F;
  --bs-btn-hover-border-color: #094E7F;
  --bs-btn-focus-shadow-rgb: 9, 78, 127;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #094E7F;
  --bs-btn-active-border-color: #094E7F;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #094E7F;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #094E7F;
  --bs-gradient: none;
}
.textEditor .btn-outline-secondary {
  --bs-btn-color: #282828;
  --bs-btn-border-color: #282828;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #282828;
  --bs-btn-hover-border-color: #282828;
  --bs-btn-focus-shadow-rgb: 40, 40, 40;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #282828;
  --bs-btn-active-border-color: #282828;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #282828;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #282828;
  --bs-gradient: none;
}
.textEditor .btn-outline-success {
  --bs-btn-color: #20BB89;
  --bs-btn-border-color: #20BB89;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #20BB89;
  --bs-btn-hover-border-color: #20BB89;
  --bs-btn-focus-shadow-rgb: 32, 187, 137;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #20BB89;
  --bs-btn-active-border-color: #20BB89;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #20BB89;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #20BB89;
  --bs-gradient: none;
}
.textEditor .btn-outline-info {
  --bs-btn-color: #38A8FD;
  --bs-btn-border-color: #38A8FD;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #38A8FD;
  --bs-btn-hover-border-color: #38A8FD;
  --bs-btn-focus-shadow-rgb: 56, 168, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #38A8FD;
  --bs-btn-active-border-color: #38A8FD;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #38A8FD;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #38A8FD;
  --bs-gradient: none;
}
.textEditor .btn-outline-info-secondary {
  --bs-btn-color: #F0C64E;
  --bs-btn-border-color: #F0C64E;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F0C64E;
  --bs-btn-hover-border-color: #F0C64E;
  --bs-btn-focus-shadow-rgb: 240, 198, 78;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F0C64E;
  --bs-btn-active-border-color: #F0C64E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F0C64E;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F0C64E;
  --bs-gradient: none;
}
.textEditor .btn-outline-warning {
  --bs-btn-color: #F0C64E;
  --bs-btn-border-color: #F0C64E;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F0C64E;
  --bs-btn-hover-border-color: #F0C64E;
  --bs-btn-focus-shadow-rgb: 240, 198, 78;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F0C64E;
  --bs-btn-active-border-color: #F0C64E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F0C64E;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F0C64E;
  --bs-gradient: none;
}
.textEditor .btn-outline-danger {
  --bs-btn-color: #EC3535;
  --bs-btn-border-color: #EC3535;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EC3535;
  --bs-btn-hover-border-color: #EC3535;
  --bs-btn-focus-shadow-rgb: 236, 53, 53;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EC3535;
  --bs-btn-active-border-color: #EC3535;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EC3535;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EC3535;
  --bs-gradient: none;
}
.textEditor .btn-outline-finished {
  --bs-btn-color: #9B9B9B;
  --bs-btn-border-color: #9B9B9B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #9B9B9B;
  --bs-btn-hover-border-color: #9B9B9B;
  --bs-btn-focus-shadow-rgb: 155, 155, 155;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #9B9B9B;
  --bs-btn-active-border-color: #9B9B9B;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #9B9B9B;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #9B9B9B;
  --bs-gradient: none;
}
.textEditor .btn-outline-light {
  --bs-btn-color: #e9ecef;
  --bs-btn-border-color: #e9ecef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e9ecef;
  --bs-btn-hover-border-color: #e9ecef;
  --bs-btn-focus-shadow-rgb: 233, 236, 239;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e9ecef;
  --bs-btn-active-border-color: #e9ecef;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e9ecef;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e9ecef;
  --bs-gradient: none;
}
.textEditor .btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.textEditor .btn-outline-purple {
  --bs-btn-color: #B2247A;
  --bs-btn-border-color: #B2247A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #B2247A;
  --bs-btn-hover-border-color: #B2247A;
  --bs-btn-focus-shadow-rgb: 178, 36, 122;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #B2247A;
  --bs-btn-active-border-color: #B2247A;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #B2247A;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #B2247A;
  --bs-gradient: none;
}
.textEditor .btn-outline-orange {
  --bs-btn-color: #EB9B41;
  --bs-btn-border-color: #EB9B41;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EB9B41;
  --bs-btn-hover-border-color: #EB9B41;
  --bs-btn-focus-shadow-rgb: 235, 155, 65;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EB9B41;
  --bs-btn-active-border-color: #EB9B41;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EB9B41;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EB9B41;
  --bs-gradient: none;
}
.textEditor .btn-red-hover {
  --bs-btn-color: #fff;
  --bs-btn-bg: #C91515;
  --bs-btn-border-color: #C91515;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(160.8, 16.8, 16.8);
  --bs-btn-hover-border-color: rgb(160.8, 16.8, 16.8);
  --bs-btn-focus-shadow-rgb: 209, 56, 56;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(160.8, 16.8, 16.8);
  --bs-btn-active-border-color: rgb(160.8, 16.8, 16.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #C91515;
  --bs-btn-disabled-border-color: #C91515;
}
.textEditor .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 46, 105, 146;
  text-decoration: none;
}
.textEditor .btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.textEditor .btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.textEditor .btn-lg, .textEditor .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0;
}
.textEditor .btn-sm, .textEditor .btn-group-sm > .btn {
  --bs-btn-padding-y: 4px;
  --bs-btn-padding-x: 10px;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0;
}
@media (max-width: 575.98px) {
  .textEditor .btn-sm, .textEditor .btn-group-sm > .btn {
    padding: 5px 8px;
  }
}
.textEditor .btn.btn-outline-red {
  background-color: rgb(252.76, 236.84, 236.84);
  border-color: #F7AEAE;
  color: #E31C1C;
  font-weight: 400;
}
.textEditor .btn.btn-outline-red:hover {
  background-color: #EC3535;
  border-color: #EC3535;
  color: #fff;
}
.textEditor .btn.btn-outline-green {
  background-color: rgb(237.16, 249.56, 245.56);
  border-color: #A6E4D0;
  color: #20BB89;
  font-weight: 400;
}
.textEditor .btn.btn-outline-green:hover {
  background-color: #20BB89;
  border-color: #20BB89;
  color: #fff;
}
.textEditor .btn.btn-outline-blue {
  background-color: rgb(239.08, 248.04, 254.84);
  border-color: #9CD4FE;
  color: #38A8FD;
  font-weight: 400;
}
.textEditor .btn.btn-outline-blue:hover {
  background-color: #38A8FD;
  border-color: #38A8FD;
  color: #fff;
}
.textEditor .btn.btn-outline-yellow {
  background-color: rgb(253.48, 249.32, 237.32);
  border-color: #FAEABD;
  color: #ECB822;
  font-weight: 400;
}
.textEditor .btn.btn-outline-yellow:hover, .textEditor .btn.btn-outline-yellow:focus-visible {
  background-color: #ECB822;
  border-color: #ECB822;
  color: #fff;
}
.textEditor .btn.btn-outline-orange {
  background-color: rgb(253.4, 247, 239.8);
  border-color: #F7D7B3;
  color: #EB9B41;
  font-weight: 400;
}
.textEditor .btn.btn-outline-orange:hover, .textEditor .btn.btn-outline-orange:focus-visible {
  background-color: #EB9B41;
  border-color: #EB9B41;
  color: #fff;
}
.textEditor .btn.btn-outline-white {
  background-color: #fff;
  border-color: #EAEAEA;
  color: #696969;
  font-weight: 400;
}
.textEditor .btn.btn-outline-white i {
  color: #000;
  font-size: 16px;
  line-height: 1;
}
.textEditor .btn.btn-outline-white:hover, .textEditor .btn.btn-outline-white.active, .textEditor .btn.btn-outline-white:active, .textEditor .btn.btn-outline-white:focus-visible {
  background-color: #F4F4F4;
  border-color: #dcdcdc;
}
.textEditor .btn.btn-outline-gray {
  background-color: #F6F6F6;
  border-color: #dcdcdc;
  color: #9B9B9B;
  font-weight: 400;
}
.textEditor .btn.btn-outline-gray i {
  color: #9B9B9B;
  font-size: 16px;
  line-height: 1;
}
.textEditor .btn.btn-outline-gray:hover, .textEditor .btn.btn-outline-gray:focus-visible {
  background-color: #E0E0E0;
  border-color: #dcdcdc;
  color: #666;
}
.textEditor .btn.btn-outline-gray:hover i, .textEditor .btn.btn-outline-gray:focus-visible i {
  color: #666;
}
.textEditor .btn.btn-outline-icon {
  height: 45px;
  width: 45px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-color: #EAEAEA;
  color: #9B9B9B;
  font-weight: 400;
}
.textEditor .btn.btn-outline-icon i {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .textEditor .btn.btn-outline-icon {
    height: 40px;
    width: 40px;
  }
  .textEditor .btn.btn-outline-icon i {
    font-size: 16px;
  }
}
.textEditor .btn.btn-outline-icon:hover, .textEditor .btn.btn-outline-icon:focus-visible {
  background-color: #f4f4f4;
  border-color: #dcdcdc;
  color: #666;
}
.textEditor .btn.btn-outline-icon.btn-sm, .textEditor .btn-group-sm > .btn.btn-outline-icon {
  width: 35px;
  height: 35px;
}
@media (max-width: 575.98px) {
  .textEditor .btn.btn-outline-icon.btn-sm, .textEditor .btn-group-sm > .btn.btn-outline-icon {
    width: 30px;
    height: 30px;
  }
}
.textEditor .btn.btn-outline-icon.btn-ssm {
  width: 24px;
  height: 24px;
  padding: 0;
}
@media (max-width: 575.98px) {
  .textEditor .btn.btn-outline-icon.btn-ssm {
    width: 20px;
    height: 20px;
  }
}
.textEditor .btn.btn-outline-icon.btn-ssm i {
  line-height: 24px;
  font-size: 12px;
}
.textEditor .btn.btn-outline-icon.btn-outline-icon-gray {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
  color: #fff;
}
.textEditor .btn.btn-outline-icon.btn-outline-icon-gray:hover, .textEditor .btn.btn-outline-icon.btn-outline-icon-gray:focus-visible {
  background-color: #38A8FD;
  border-color: #38A8FD;
}
.textEditor .btn.btn-outline-icon.btn-outline-icon-dark {
  background-color: #F2F2F2;
  border-color: #EAEAEA;
  color: #666;
}
.textEditor .btn.btn-outline-icon.btn-outline-icon-dark:hover, .textEditor .btn.btn-outline-icon.btn-outline-icon-dark:focus-visible {
  background-color: #F6F6F6;
  border-color: #dcdcdc;
  color: #666;
}
.textEditor .btn.btn-lang {
  background-color: rgba(247, 215, 179, 0.5);
  border: none;
  color: #EB9B41;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: auto;
  padding: 0 8px;
  border-radius: 30px;
}
.textEditor .btn.btn-lang:hover, .textEditor .btn.btn-lang:active {
  background-color: #F7D7B3;
  color: #EB9B41;
}
.textEditor .btn.btn-lang.current {
  background-color: #EB9B41;
  color: #fff;
}
.textEditor .btn.btn-lang.current:hover {
  filter: none;
  background-color: #F1B97A;
}
.textEditor .btn.btn-lang.disable {
  background-color: #EAEAEA;
  color: #9B9B9B;
  cursor: not-allowed;
}
.textEditor .btn.btn-lang.disable:hover {
  filter: none;
}
.textEditor .btn.btn-lang.btn-lang-sm {
  height: 20px;
  cursor: pointer;
}
.textEditor .btn-close.btn-black-circle {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
  background-size: 12px 12px;
  border-radius: 50%;
  filter: invert(1) grayscale(100%) brightness(200%);
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
}
.textEditor .btn-close.btn-black-circle:hover {
  opacity: 0.75;
}
.textEditor .btn-close.btn-black-circle:focus {
  opacity: 0.75;
}
.textEditor .btn-close.btn-black-circle:disabled, .textEditor .btn-close.btn-black-circle.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}
.textEditor .fade {
  transition: opacity 0.15s linear;
}
.textEditor .fade:not(.show) {
  opacity: 0;
}
.textEditor .collapse:not(.show) {
  display: none;
}
.textEditor .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.textEditor .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
.textEditor .btn-group,
.textEditor .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.textEditor .btn-group > .btn,
.textEditor .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.textEditor .btn-group > .btn-check:checked + .btn,
.textEditor .btn-group > .btn-check:focus + .btn,
.textEditor .btn-group > .btn:hover,
.textEditor .btn-group > .btn:focus,
.textEditor .btn-group > .btn:active,
.textEditor .btn-group > .btn.active,
.textEditor .btn-group-vertical > .btn-check:checked + .btn,
.textEditor .btn-group-vertical > .btn-check:focus + .btn,
.textEditor .btn-group-vertical > .btn:hover,
.textEditor .btn-group-vertical > .btn:focus,
.textEditor .btn-group-vertical > .btn:active,
.textEditor .btn-group-vertical > .btn.active {
  z-index: 1;
}
.textEditor .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.textEditor .btn-toolbar .input-group {
  width: auto;
}
.textEditor .btn-group {
  border-radius: 0;
}
.textEditor .btn-group > :not(.btn-check:first-child) + .btn,
.textEditor .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.textEditor .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.textEditor .btn-group > .btn.dropdown-toggle-split:first-child,
.textEditor .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.textEditor .btn-group > .btn:nth-child(n+3),
.textEditor .btn-group > :not(.btn-check) + .btn,
.textEditor .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.textEditor .btn-group > .btn {
  border-color: #dcdcdc;
  background-color: #F6F6F6;
  color: #9B9B9B;
  padding: 8.5px 15px;
  position: relative;
}
@media (max-width: 575.98px) {
  .textEditor .btn-group > .btn {
    padding: 8.5px 10px;
  }
}
.textEditor .btn-group > .btn i {
  color: #fff;
  font-size: 10px;
  position: absolute;
  bottom: 1px;
  right: 0px;
  opacity: 0;
}
.textEditor .btn-group > .btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 22px 22px;
  border-color: transparent transparent #38A8FD transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.textEditor .btn-group > .btn-check:checked + .btn,
.textEditor .btn-group > .btn-check:focus + .btn,
.textEditor .btn-group > .btn:hover,
.textEditor .btn-group > .btn:focus,
.textEditor .btn-group > .btn:active,
.textEditor .btn-group > .btn.active {
  background-color: #fff;
  border-color: #38A8FD;
  color: #333;
}
.textEditor .btn-group > .btn-check:checked + .btn i,
.textEditor .btn-group > .btn-check:focus + .btn i,
.textEditor .btn-group > .btn:focus i,
.textEditor .btn-group > .btn:active i,
.textEditor .btn-group > .btn.active i {
  opacity: 1;
}
.textEditor .btn-group > .btn-check:checked + .btn::before,
.textEditor .btn-group > .btn-check:focus + .btn::before,
.textEditor .btn-group > .btn:focus::before,
.textEditor .btn-group > .btn:active::before,
.textEditor .btn-group > .btn.active::before {
  opacity: 1;
}
.textEditor .dropdown-toggle-split {
  padding-right: 10.5px;
  padding-left: 10.5px;
}
.textEditor .dropdown-toggle-split::after, .dropup .textEditor .dropdown-toggle-split::after, .dropend .textEditor .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .textEditor .dropdown-toggle-split::before {
  margin-right: 0;
}
.textEditor .btn-sm + .dropdown-toggle-split, .textEditor .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.textEditor .btn-lg + .dropdown-toggle-split, .textEditor .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.textEditor .btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.textEditor .btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
.textEditor .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.textEditor .btn-group-vertical > .btn,
.textEditor .btn-group-vertical > .btn-group {
  width: 100%;
}
.textEditor .btn-group-vertical > .btn:not(:first-child),
.textEditor .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.textEditor .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.textEditor .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.textEditor .btn-group-vertical > .btn ~ .btn,
.textEditor .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.textEditor .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.textEditor .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.textEditor .nav-link:hover, .textEditor .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.textEditor .nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.textEditor .nav.sideMenuSec .nav-item {
  padding: 5px 0;
}
.textEditor .nav.sideMenuSec .nav-item .nav-link {
  line-height: 24px;
}
.textEditor .nav.sideMenuSec .nav-link {
  border-radius: 6px;
  position: relative;
}
.textEditor .nav.sideMenuSec .nav-link::after {
  content: "";
  width: 2px;
  height: 0%;
  display: block;
  background-color: #EC3535;
  position: absolute;
  top: 0;
  left: -1px;
}
.textEditor .nav.sideMenuSec .nav-link:hover, .textEditor .nav.sideMenuSec .nav-link.current {
  background-color: rgba(247, 174, 174, 0.3);
  color: #EC3535;
}
.textEditor .nav.sideMenuSec .nav-link.current::after {
  height: 100%;
}
.textEditor .nav.sideMenuSec > .nav-item > .nav-link[aria-expanded=true] {
  background-color: #E31C1C;
  color: #fff;
}
.textEditor .nav.sideMenuSec > .nav-item > .nav-link::after {
  display: none;
}
.textEditor .nav.sideMenuSec > .nav-item > .nav-link:hover, .textEditor .nav.sideMenuSec > .nav-item > .nav-link.current {
  background-color: #C91515;
  color: #fff;
}
.textEditor .nav.sideMenuSec > .nav-item > .collapse > .nav-item:last-child {
  padding-bottom: 0 !important;
}
.textEditor .nav.sideMenuSec > .nav-item > .collapse > .nav-item > .nav-link {
  border-radius: 0 6px 6px 0;
}
.textEditor .nav.sideMenuSec .sub-collapse .nav-link:hover, .textEditor .nav.sideMenuSec .sub-collapse .nav-link:focus, .textEditor .nav.sideMenuSec .sub-collapse .nav-link.active {
  background-color: rgba(247, 174, 174, 0.3);
  color: #EC3535;
}
.textEditor .nav.sideMenuSec .sub-collapse .nav-link.current::after {
  height: 100%;
  left: -17px;
}
.textEditor .nav.sideMenuSec .sub-collapse .sub-collapse .nav-link:hover::after, .textEditor .nav.sideMenuSec .sub-collapse .sub-collapse .nav-link.current::after {
  left: -33px;
}
.textEditor .nav-tabs {
  --bs-nav-tab-padding-x: 1rem;
  --bs-nav-tab-padding-y: 0.5rem;
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #FAF8F9;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #FAF8F9;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.textEditor .nav-tabs .nav-link {
  padding: var(--bs-nav-tab-padding-y) var(--bs-nav-tab-padding-x);
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  color: #333;
}
.textEditor .nav-tabs .nav-link:hover, .textEditor .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
  color: #C91515;
}
.textEditor .nav-tabs .nav-link.disabled, .textEditor .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.textEditor .nav-tabs .nav-link.active,
.textEditor .nav-tabs .nav-item.show .nav-link {
  color: #C91515;
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.textEditor .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.textEditor .navBottomLine {
  display: flex;
  padding-bottom: 1.5px;
}
.textEditor .navBottomLine .nav-item {
  display: block;
  height: auto;
}
.textEditor .navBottomLine .nav-link {
  min-width: 130px;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  position: relative;
}
.textEditor .navBottomLine .nav-link::before {
  content: "";
  height: 3px;
  width: 0%;
  background-color: #EC3535;
  display: block;
  position: absolute;
  bottom: -1.5px;
  left: auto;
  right: 0;
  transition: all 0.5s ease-in-out;
}
.textEditor .navBottomLine .nav-link span {
  display: block;
}
.textEditor .navBottomLine .nav-link .badge {
  background-color: #EAEAEA;
  border: 1px solid #dcdcdc;
  color: #666;
  padding: 5px 10px;
}
.textEditor .navBottomLine .nav-link.active span, .textEditor .navBottomLine .nav-link:hover span {
  color: #EC3535;
}
.textEditor .navBottomLine .nav-link.active .badge, .textEditor .navBottomLine .nav-link:hover .badge {
  background-color: #C91515;
  border: 1px solid #C91515;
  color: #fff;
}
.textEditor .navBottomLine .nav-link.active::before, .textEditor .navBottomLine .nav-link:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.textEditor .nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #38A8FD;
}
.textEditor .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.textEditor .nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.textEditor .nav-pills .nav-link.active,
.textEditor .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.textEditor .nav-fill > .nav-link,
.textEditor .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.textEditor .nav-justified > .nav-link,
.textEditor .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.textEditor .nav-fill .nav-item .nav-link,
.textEditor .nav-justified .nav-item .nav-link {
  width: 100%;
}
.textEditor .tab-content > .tab-pane {
  display: none;
}
.textEditor .tab-content > .active {
  display: block;
}
.textEditor .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}
.textEditor .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.textEditor .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.textEditor .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.textEditor .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.textEditor .card > .card-header + .list-group,
.textEditor .card > .list-group + .card-footer {
  border-top: 0;
}
.textEditor .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.textEditor .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}
.textEditor .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}
.textEditor .card-text:last-child {
  margin-bottom: 0;
}
.textEditor .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.textEditor .card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.textEditor .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.textEditor .card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.textEditor .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.textEditor .card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.textEditor .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.textEditor .card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.textEditor .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.textEditor .card-img,
.textEditor .card-img-top,
.textEditor .card-img-bottom {
  width: 100%;
}
.textEditor .card-img,
.textEditor .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.textEditor .card-img,
.textEditor .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.textEditor .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .textEditor .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .textEditor .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .textEditor .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .textEditor .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .textEditor .card-group > .card:not(:last-child) .card-img-top,
  .textEditor .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .textEditor .card-group > .card:not(:last-child) .card-img-bottom,
  .textEditor .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .textEditor .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .textEditor .card-group > .card:not(:first-child) .card-img-top,
  .textEditor .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .textEditor .card-group > .card:not(:first-child) .card-img-bottom,
  .textEditor .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.textEditor .card-img {
  padding: 16px 8px;
  max-width: 216px;
}
.textEditor .card-img .imgBox {
  background-color: #F6F6F6;
  height: 135px;
}
.textEditor .card-img .functionBox {
  opacity: 0;
  pointer-events: none;
}
.textEditor .card-img .imgCardTitle {
  border-color: #F6F6F6;
  box-shadow: none;
}
.textEditor .card-img .imgCardTitle:focus {
  border-color: #9B9B9B;
}
.textEditor .card-img:hover .card {
  box-shadow: 0px 4px 10px 0px rgba(147, 147, 147, 0.25);
}
.textEditor .card-img:hover .imgBox {
  background-color: #E0E0E0;
}
.textEditor .card-img:hover .imgBox img {
  filter: brightness(0.8) opacity(0.8);
}
.textEditor .card-img:hover .functionBox {
  opacity: 1;
  pointer-events: auto;
}
.textEditor .card-img-list {
  max-width: 100%;
}
.textEditor .card-img-list .imgBox {
  max-width: 220px;
}
.textEditor .accordion {
  --bs-accordion-color: #333;
  --bs-accordion-bg: #FAF8F9;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #333;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%288.1, 70.2, 114.3%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #9B9B9B;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: rgb(8.1, 70.2, 114.3);
  --bs-accordion-active-bg: rgb(235.1, 246.3, 254.8);
}
.textEditor .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.textEditor .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.textEditor .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.textEditor .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.textEditor .accordion-button:hover {
  z-index: 2;
}
.textEditor .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.textEditor .accordion-header {
  margin-bottom: 0;
}
.textEditor .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.textEditor .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.textEditor .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.textEditor .accordion-item:not(:first-of-type) {
  border-top: 0;
}
.textEditor .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.textEditor .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.textEditor .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.textEditor .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.textEditor .accordion-flush .accordion-collapse {
  border-width: 0;
}
.textEditor .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.textEditor .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.textEditor .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.textEditor .accordion-flush .accordion-item .accordion-button, .textEditor .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.textEditor .badge {
  --bs-badge-padding-x: 8px;
  --bs-badge-padding-y: 6.5px;
  --bs-badge-font-size: 0.75rem;
  --bs-badge-font-weight: 400;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border: 1px solid #fff;
  border-radius: var(--bs-badge-border-radius);
}
.textEditor .badge:empty {
  display: none;
}
.textEditor .btn .badge {
  position: relative;
  top: -1px;
}
.textEditor .badge.bg-finished {
  background-color: #F6F6F6 !important;
  border: 1px solid #E0E0E0;
  color: #666;
}
.textEditor .badge.bg-gray {
  background-color: #EAEAEA !important;
  border: 1px solid #dcdcdc;
  color: #666;
}
.textEditor .badge.bg-remind {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 3px 0px rgba(167, 167, 167, 0.4);
  display: block;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.textEditor .badge.badge-pill {
  border-radius: 50rem;
  padding: 1px 8px;
  line-height: 12px;
  font-size: 12px;
}
.textEditor .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 20px;
  --bs-alert-padding-y: 20px;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
  line-height: 1.8;
}
@media (max-width: 575.98px) {
  .textEditor .alert {
    --bs-alert-margin-bottom: 0.5rem;
    --bs-alert-padding-y: 1rem;
  }
}
.textEditor .alert .iconBox {
  width: 42px;
  aspect-ratio: 1;
}
.textEditor .alert .iconBox i {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 575.98px) {
  .textEditor .alert .iconBox {
    width: 36px;
  }
  .textEditor .alert .iconBox i {
    font-size: 20px;
  }
}
.textEditor .alert-heading {
  color: inherit;
}
.textEditor .alert-link {
  font-weight: 700;
}
.textEditor .alert-dismissible {
  padding-right: 60px;
}
.textEditor .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 25px 20px;
}
.textEditor .alert-primary {
  --bs-alert-color: rgb(5.4, 46.8, 76.2);
  --bs-alert-bg: rgb(205.8, 219.6, 229.4);
  --bs-alert-border-color: rgb(181.2, 201.9, 216.6);
}
.textEditor .alert-primary .alert-link {
  color: rgb(4.32, 37.44, 60.96);
}
.textEditor .alert-secondary {
  --bs-alert-color: #181818;
  --bs-alert-bg: #d4d4d4;
  --bs-alert-border-color: rgb(190.5, 190.5, 190.5);
}
.textEditor .alert-secondary .alert-link {
  color: rgb(19.2, 19.2, 19.2);
}
.textEditor .alert-success {
  --bs-alert-color: rgb(19.2, 112.2, 82.2);
  --bs-alert-bg: rgb(210.4, 241.4, 231.4);
  --bs-alert-border-color: rgb(188.1, 234.6, 219.6);
}
.textEditor .alert-success .alert-link {
  color: rgb(15.36, 89.76, 65.76);
}
.textEditor .alert-info {
  --bs-alert-color: rgb(33.6, 100.8, 151.8);
  --bs-alert-bg: rgb(215.2, 237.6, 254.6);
  --bs-alert-border-color: rgb(195.3, 228.9, 254.4);
}
.textEditor .alert-info .alert-link {
  color: rgb(26.88, 80.64, 121.44);
}
.textEditor .alert-info-secondary {
  --bs-alert-color: rgb(96, 79.2, 31.2);
  --bs-alert-bg: rgb(252, 243.6, 219.6);
  --bs-alert-border-color: rgb(250.5, 237.9, 201.9);
}
.textEditor .alert-info-secondary .alert-link {
  color: rgb(76.8, 63.36, 24.96);
}
.textEditor .alert-warning {
  --bs-alert-color: rgb(96, 79.2, 31.2);
  --bs-alert-bg: rgb(252, 243.6, 219.6);
  --bs-alert-border-color: rgb(250.5, 237.9, 201.9);
}
.textEditor .alert-warning .alert-link {
  color: rgb(76.8, 63.36, 24.96);
}
.textEditor .alert-danger {
  --bs-alert-color: rgb(141.6, 31.8, 31.8);
  --bs-alert-bg: rgb(251.2, 214.6, 214.6);
  --bs-alert-border-color: rgb(249.3, 194.4, 194.4);
}
.textEditor .alert-danger .alert-link {
  color: rgb(113.28, 25.44, 25.44);
}
.textEditor .alert-finished {
  --bs-alert-color: #5d5d5d;
  --bs-alert-bg: #ebebeb;
  --bs-alert-border-color: #e1e1e1;
}
.textEditor .alert-finished .alert-link {
  color: rgb(74.4, 74.4, 74.4);
}
.textEditor .alert-light {
  --bs-alert-color: rgb(93.2, 94.4, 95.6);
  --bs-alert-bg: rgb(250.6, 251.2, 251.8);
  --bs-alert-border-color: rgb(248.4, 249.3, 250.2);
}
.textEditor .alert-light .alert-link {
  color: rgb(74.56, 75.52, 76.48);
}
.textEditor .alert-dark {
  --bs-alert-color: rgb(19.8, 22.2, 24.6);
  --bs-alert-bg: rgb(210.6, 211.4, 212.2);
  --bs-alert-border-color: rgb(188.4, 189.6, 190.8);
}
.textEditor .alert-dark .alert-link {
  color: rgb(15.84, 17.76, 19.68);
}
.textEditor .alert-purple {
  --bs-alert-color: rgb(106.8, 21.6, 73.2);
  --bs-alert-bg: rgb(239.6, 211.2, 228.4);
  --bs-alert-border-color: rgb(231.9, 189.3, 215.1);
}
.textEditor .alert-purple .alert-link {
  color: rgb(85.44, 17.28, 58.56);
}
.textEditor .alert-orange {
  --bs-alert-color: #8d5d27;
  --bs-alert-bg: #fbebd9;
  --bs-alert-border-color: #f9e1c6;
}
.textEditor .alert-orange .alert-link {
  color: rgb(112.8, 74.4, 31.2);
}
.textEditor .alert-red {
  border-color: #F7AEAE;
  background-color: #FDEFEF;
}
.textEditor .alert-red .iconBox {
  background-color: #C91515;
}
.textEditor .alert-blue {
  border-color: #AFDCFE;
  background-color: #E2F2FF;
}
.textEditor .alert-blue .iconBox {
  background-color: #38A8FD;
}
.textEditor .alert-yellow {
  border-color: #F7E3A7;
  background-color: #FDF7E5;
}
.textEditor .alert-yellow .iconBox {
  background-color: #ECB822;
}
.textEditor .alert-green {
  border-color: #A6E4D0;
  background-color: #DEF5EE;
}
.textEditor .alert-green .iconBox {
  background-color: #20BB89;
}
.textEditor .alert-transparent {
  border-color: transparent;
  background-color: transparent;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 5px;
  }
}
.textEditor .progress {
  --bs-progress-height: 5px;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 10px;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #094E7F;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  box-shadow: var(--bs-progress-box-shadow);
}
.textEditor .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
.textEditor .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.textEditor .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
.textEditor .list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #333;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #38A8FD;
  --bs-list-group-active-border-color: #38A8FD;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.textEditor .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.textEditor .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.textEditor .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.textEditor .list-group-item-action:hover, .textEditor .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.textEditor .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.textEditor .list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.textEditor .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.textEditor .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.textEditor .list-group-item.disabled, .textEditor .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.textEditor .list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.textEditor .list-group-item + .list-group-item {
  border-top-width: 0;
}
.textEditor .list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.textEditor .list-group-horizontal {
  flex-direction: row;
}
.textEditor .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.textEditor .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.textEditor .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.textEditor .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.textEditor .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .textEditor .list-group-horizontal-sm {
    flex-direction: row;
  }
  .textEditor .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .textEditor .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .textEditor .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .textEditor .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .textEditor .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .textEditor .list-group-horizontal-md {
    flex-direction: row;
  }
  .textEditor .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .textEditor .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .textEditor .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .textEditor .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .textEditor .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .textEditor .list-group-horizontal-lg {
    flex-direction: row;
  }
  .textEditor .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .textEditor .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .textEditor .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .textEditor .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .textEditor .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .textEditor .list-group-horizontal-xl {
    flex-direction: row;
  }
  .textEditor .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .textEditor .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .textEditor .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .textEditor .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .textEditor .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .textEditor .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .textEditor .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .textEditor .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .textEditor .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .textEditor .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .textEditor .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1600px) {
  .textEditor .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .textEditor .list-group-horizontal-xxxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .textEditor .list-group-horizontal-xxxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .textEditor .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .textEditor .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .textEditor .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.textEditor .list-group-flush {
  border-radius: 0;
}
.textEditor .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.textEditor .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.textEditor .list-group-item-primary {
  color: rgb(5.4, 46.8, 76.2);
  background-color: rgb(205.8, 219.6, 229.4);
}
.textEditor .list-group-item-primary.list-group-item-action:hover, .textEditor .list-group-item-primary.list-group-item-action:focus {
  color: rgb(5.4, 46.8, 76.2);
  background-color: rgb(185.22, 197.64, 206.46);
}
.textEditor .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(5.4, 46.8, 76.2);
  border-color: rgb(5.4, 46.8, 76.2);
}
.textEditor .list-group-item-secondary {
  color: #181818;
  background-color: #d4d4d4;
}
.textEditor .list-group-item-secondary.list-group-item-action:hover, .textEditor .list-group-item-secondary.list-group-item-action:focus {
  color: #181818;
  background-color: rgb(190.8, 190.8, 190.8);
}
.textEditor .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #181818;
  border-color: #181818;
}
.textEditor .list-group-item-success {
  color: rgb(19.2, 112.2, 82.2);
  background-color: rgb(210.4, 241.4, 231.4);
}
.textEditor .list-group-item-success.list-group-item-action:hover, .textEditor .list-group-item-success.list-group-item-action:focus {
  color: rgb(19.2, 112.2, 82.2);
  background-color: rgb(189.36, 217.26, 208.26);
}
.textEditor .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.2, 112.2, 82.2);
  border-color: rgb(19.2, 112.2, 82.2);
}
.textEditor .list-group-item-info {
  color: rgb(33.6, 100.8, 151.8);
  background-color: rgb(215.2, 237.6, 254.6);
}
.textEditor .list-group-item-info.list-group-item-action:hover, .textEditor .list-group-item-info.list-group-item-action:focus {
  color: rgb(33.6, 100.8, 151.8);
  background-color: rgb(193.68, 213.84, 229.14);
}
.textEditor .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(33.6, 100.8, 151.8);
  border-color: rgb(33.6, 100.8, 151.8);
}
.textEditor .list-group-item-info-secondary {
  color: rgb(96, 79.2, 31.2);
  background-color: rgb(252, 243.6, 219.6);
}
.textEditor .list-group-item-info-secondary.list-group-item-action:hover, .textEditor .list-group-item-info-secondary.list-group-item-action:focus {
  color: rgb(96, 79.2, 31.2);
  background-color: rgb(226.8, 219.24, 197.64);
}
.textEditor .list-group-item-info-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(96, 79.2, 31.2);
  border-color: rgb(96, 79.2, 31.2);
}
.textEditor .list-group-item-warning {
  color: rgb(96, 79.2, 31.2);
  background-color: rgb(252, 243.6, 219.6);
}
.textEditor .list-group-item-warning.list-group-item-action:hover, .textEditor .list-group-item-warning.list-group-item-action:focus {
  color: rgb(96, 79.2, 31.2);
  background-color: rgb(226.8, 219.24, 197.64);
}
.textEditor .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(96, 79.2, 31.2);
  border-color: rgb(96, 79.2, 31.2);
}
.textEditor .list-group-item-danger {
  color: rgb(141.6, 31.8, 31.8);
  background-color: rgb(251.2, 214.6, 214.6);
}
.textEditor .list-group-item-danger.list-group-item-action:hover, .textEditor .list-group-item-danger.list-group-item-action:focus {
  color: rgb(141.6, 31.8, 31.8);
  background-color: rgb(226.08, 193.14, 193.14);
}
.textEditor .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(141.6, 31.8, 31.8);
  border-color: rgb(141.6, 31.8, 31.8);
}
.textEditor .list-group-item-finished {
  color: #5d5d5d;
  background-color: #ebebeb;
}
.textEditor .list-group-item-finished.list-group-item-action:hover, .textEditor .list-group-item-finished.list-group-item-action:focus {
  color: #5d5d5d;
  background-color: rgb(211.5, 211.5, 211.5);
}
.textEditor .list-group-item-finished.list-group-item-action.active {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
.textEditor .list-group-item-light {
  color: rgb(93.2, 94.4, 95.6);
  background-color: rgb(250.6, 251.2, 251.8);
}
.textEditor .list-group-item-light.list-group-item-action:hover, .textEditor .list-group-item-light.list-group-item-action:focus {
  color: rgb(93.2, 94.4, 95.6);
  background-color: rgb(225.54, 226.08, 226.62);
}
.textEditor .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(93.2, 94.4, 95.6);
  border-color: rgb(93.2, 94.4, 95.6);
}
.textEditor .list-group-item-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
}
.textEditor .list-group-item-dark.list-group-item-action:hover, .textEditor .list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(189.54, 190.26, 190.98);
}
.textEditor .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.8, 22.2, 24.6);
  border-color: rgb(19.8, 22.2, 24.6);
}
.textEditor .list-group-item-purple {
  color: rgb(106.8, 21.6, 73.2);
  background-color: rgb(239.6, 211.2, 228.4);
}
.textEditor .list-group-item-purple.list-group-item-action:hover, .textEditor .list-group-item-purple.list-group-item-action:focus {
  color: rgb(106.8, 21.6, 73.2);
  background-color: rgb(215.64, 190.08, 205.56);
}
.textEditor .list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: rgb(106.8, 21.6, 73.2);
  border-color: rgb(106.8, 21.6, 73.2);
}
.textEditor .list-group-item-orange {
  color: #8d5d27;
  background-color: #fbebd9;
}
.textEditor .list-group-item-orange.list-group-item-action:hover, .textEditor .list-group-item-orange.list-group-item-action:focus {
  color: #8d5d27;
  background-color: rgb(225.9, 211.5, 195.3);
}
.textEditor .list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #8d5d27;
  border-color: #8d5d27;
}
.textEditor .toast {
  --bs-toast-zindex: 1600;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0px 3px 8px 0px rgba(185, 185, 185, 0.25);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.textEditor .toast.showing {
  opacity: 0;
}
.textEditor .toast:not(.show) {
  display: none;
}
.textEditor .toast-container {
  --bs-toast-zindex: 1600;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.textEditor .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.textEditor .toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.textEditor .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.textEditor .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.textEditor .toast-danger {
  border-top: 4px solid #EC3535;
}
.textEditor .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.textEditor .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(9, 78, 127, var(--bs-bg-opacity, 1)) !important;
}
.textEditor .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(40, 40, 40, var(--bs-bg-opacity, 1)) !important;
}
.textEditor .text-bg-success {
  color: #000 !important;
  background-color: RGBA(32, 187, 137, var(--bs-bg-opacity, 1)) !important;
}
.textEditor .text-bg-info {
  color: #000 !important;
  background-color: RGBA(56, 168, 253, var(--bs-bg-opacity, 1)) !important;
}
.textEditor .text-bg-info-secondary {
  color: #000 !important;
  background-color: RGBA(240, 198, 78, var(--bs-bg-opacity, 1)) !important;
}
.textEditor .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(240, 198, 78, var(--bs-bg-opacity, 1)) !important;
}
.textEditor .text-bg-danger {
  color: #000 !important;
  background-color: RGBA(236, 53, 53, var(--bs-bg-opacity, 1)) !important;
}
.textEditor .text-bg-finished {
  color: #000 !important;
  background-color: RGBA(155, 155, 155, var(--bs-bg-opacity, 1)) !important;
}
.textEditor .text-bg-light {
  color: #000 !important;
  background-color: RGBA(233, 236, 239, var(--bs-bg-opacity, 1)) !important;
}
.textEditor .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}
.textEditor .text-bg-purple {
  color: #fff !important;
  background-color: RGBA(178, 36, 122, var(--bs-bg-opacity, 1)) !important;
}
.textEditor .text-bg-orange {
  color: #000 !important;
  background-color: RGBA(235, 155, 65, var(--bs-bg-opacity, 1)) !important;
}
.textEditor .link-primary {
  color: #094E7F !important;
}
.textEditor .link-primary:hover, .textEditor .link-primary:focus {
  color: rgb(7.2, 62.4, 101.6) !important;
}
.textEditor .link-secondary {
  color: #282828 !important;
}
.textEditor .link-secondary:hover, .textEditor .link-secondary:focus {
  color: #202020 !important;
}
.textEditor .link-success {
  color: #20BB89 !important;
}
.textEditor .link-success:hover, .textEditor .link-success:focus {
  color: rgb(76.6, 200.6, 160.6) !important;
}
.textEditor .link-info {
  color: #38A8FD !important;
}
.textEditor .link-info:hover, .textEditor .link-info:focus {
  color: rgb(95.8, 185.4, 253.4) !important;
}
.textEditor .link-info-secondary {
  color: #F0C64E !important;
}
.textEditor .link-info-secondary:hover, .textEditor .link-info-secondary:focus {
  color: rgb(243, 209.4, 113.4) !important;
}
.textEditor .link-warning {
  color: #F0C64E !important;
}
.textEditor .link-warning:hover, .textEditor .link-warning:focus {
  color: rgb(243, 209.4, 113.4) !important;
}
.textEditor .link-danger {
  color: #EC3535 !important;
}
.textEditor .link-danger:hover, .textEditor .link-danger:focus {
  color: rgb(239.8, 93.4, 93.4) !important;
}
.textEditor .link-finished {
  color: #9B9B9B !important;
}
.textEditor .link-finished:hover, .textEditor .link-finished:focus {
  color: #afafaf !important;
}
.textEditor .link-light {
  color: #e9ecef !important;
}
.textEditor .link-light:hover, .textEditor .link-light:focus {
  color: rgb(237.4, 239.8, 242.2) !important;
}
.textEditor .link-dark {
  color: #212529 !important;
}
.textEditor .link-dark:hover, .textEditor .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8) !important;
}
.textEditor .link-purple {
  color: #B2247A !important;
}
.textEditor .link-purple:hover, .textEditor .link-purple:focus {
  color: rgb(142.4, 28.8, 97.6) !important;
}
.textEditor .link-orange {
  color: #EB9B41 !important;
}
.textEditor .link-orange:hover, .textEditor .link-orange:focus {
  color: #efaf67 !important;
}
.textEditor .ratio {
  position: relative;
  width: 100%;
}
.textEditor .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.textEditor .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.textEditor .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.textEditor .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.textEditor .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.textEditor .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.textEditor .aspect-ratio-1x1 {
  aspect-ratio: 1;
}
.textEditor .aspect-ratio-4x3 {
  aspect-ratio: 1.3333333333;
}
.textEditor .aspect-ratio-16x9 {
  aspect-ratio: 1.7777777778;
}
.textEditor .aspect-ratio-21x9 {
  aspect-ratio: 2.3333333333;
}
.textEditor .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.textEditor .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.textEditor .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.textEditor .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .textEditor .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .textEditor .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .textEditor .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .textEditor .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .textEditor .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .textEditor .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .textEditor .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .textEditor .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .textEditor .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .textEditor .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .textEditor .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .textEditor .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.textEditor .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.textEditor .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.textEditor .visually-hidden,
.textEditor .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.textEditor .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.textEditor .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textEditor .vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.textEditor .align-baseline {
  vertical-align: baseline !important;
}
.textEditor .align-top {
  vertical-align: top !important;
}
.textEditor .align-middle {
  vertical-align: middle !important;
}
.textEditor .align-bottom {
  vertical-align: bottom !important;
}
.textEditor .align-text-bottom {
  vertical-align: text-bottom !important;
}
.textEditor .align-text-top {
  vertical-align: text-top !important;
}
.textEditor .align-initial {
  vertical-align: initial !important;
}
.textEditor .float-start {
  float: left !important;
}
.textEditor .float-end {
  float: right !important;
}
.textEditor .float-none {
  float: none !important;
}
.textEditor .opacity-0 {
  opacity: 0 !important;
}
.textEditor .opacity-25 {
  opacity: 0.25 !important;
}
.textEditor .opacity-50 {
  opacity: 0.5 !important;
}
.textEditor .opacity-75 {
  opacity: 0.75 !important;
}
.textEditor .opacity-100 {
  opacity: 1 !important;
}
.textEditor .overflow-auto {
  overflow: auto !important;
}
.textEditor .overflow-hidden {
  overflow: hidden !important;
}
.textEditor .overflow-visible {
  overflow: visible !important;
}
.textEditor .overflow-scroll {
  overflow: scroll !important;
}
.textEditor .overflow-x-auto {
  overflow-x: auto !important;
}
.textEditor .overflow-x-hidden {
  overflow-x: hidden !important;
}
.textEditor .overflow-x-visible {
  overflow-x: visible !important;
}
.textEditor .overflow-x-scroll {
  overflow-x: scroll !important;
}
.textEditor .overflow-y-auto {
  overflow-y: auto !important;
}
.textEditor .overflow-y-hidden {
  overflow-y: hidden !important;
}
.textEditor .overflow-y-visible {
  overflow-y: visible !important;
}
.textEditor .overflow-y-scroll {
  overflow-y: scroll !important;
}
.textEditor .d-inline {
  display: inline !important;
}
.textEditor .d-inline-block {
  display: inline-block !important;
}
.textEditor .d-block {
  display: block !important;
}
.textEditor .d-grid {
  display: grid !important;
}
.textEditor .d-table {
  display: table !important;
}
.textEditor .d-table-row {
  display: table-row !important;
}
.textEditor .d-table-cell {
  display: table-cell !important;
}
.textEditor .d-flex {
  display: flex !important;
}
.textEditor .d-inline-flex {
  display: inline-flex !important;
}
.textEditor .d-none {
  display: none !important;
}
.textEditor .shadow {
  box-shadow: 0px 3px 8px 0px rgba(185, 185, 185, 0.25) !important;
}
.textEditor .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.textEditor .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.textEditor .shadow-none {
  box-shadow: none !important;
}
.textEditor .shadow-white-sec {
  box-shadow: 0px 5px 3px 0px rgba(219, 219, 219, 0.2) !important;
}
.textEditor .position-static {
  position: static !important;
}
.textEditor .position-relative {
  position: relative !important;
}
.textEditor .position-absolute {
  position: absolute !important;
}
.textEditor .position-fixed {
  position: fixed !important;
}
.textEditor .position-sticky {
  position: sticky !important;
}
.textEditor .top-0 {
  top: 0 !important;
}
.textEditor .top-50 {
  top: 50% !important;
}
.textEditor .top-100 {
  top: 100% !important;
}
.textEditor .bottom-0 {
  bottom: 0 !important;
}
.textEditor .bottom-50 {
  bottom: 50% !important;
}
.textEditor .bottom-100 {
  bottom: 100% !important;
}
.textEditor .start-0 {
  left: 0 !important;
}
.textEditor .start-50 {
  left: 50% !important;
}
.textEditor .start-100 {
  left: 100% !important;
}
.textEditor .end-0 {
  right: 0 !important;
}
.textEditor .end-50 {
  right: 50% !important;
}
.textEditor .end-100 {
  right: 100% !important;
}
.textEditor .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.textEditor .translate-middle-x {
  transform: translateX(-50%) !important;
}
.textEditor .translate-middle-y {
  transform: translateY(-50%) !important;
}
.textEditor .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.textEditor .border-0 {
  border: 0 !important;
}
.textEditor .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.textEditor .border-top-0 {
  border-top: 0 !important;
}
.textEditor .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.textEditor .border-end-0 {
  border-right: 0 !important;
}
.textEditor .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.textEditor .border-bottom-0 {
  border-bottom: 0 !important;
}
.textEditor .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.textEditor .border-start-0 {
  border-left: 0 !important;
}
.textEditor .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.textEditor .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.textEditor .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.textEditor .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.textEditor .border-info-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-secondary-rgb), var(--bs-border-opacity)) !important;
}
.textEditor .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.textEditor .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.textEditor .border-finished {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-finished-rgb), var(--bs-border-opacity)) !important;
}
.textEditor .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.textEditor .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.textEditor .border-purple {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-rgb), var(--bs-border-opacity)) !important;
}
.textEditor .border-orange {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-rgb), var(--bs-border-opacity)) !important;
}
.textEditor .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.textEditor .border-1 {
  --bs-border-width: 1px;
}
.textEditor .border-2 {
  --bs-border-width: 2px;
}
.textEditor .border-3 {
  --bs-border-width: 3px;
}
.textEditor .border-4 {
  --bs-border-width: 4px;
}
.textEditor .border-5 {
  --bs-border-width: 5px;
}
.textEditor .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.textEditor .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.textEditor .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.textEditor .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.textEditor .border-opacity-100 {
  --bs-border-opacity: 1;
}
.textEditor .w-25 {
  width: 25% !important;
}
.textEditor .w-33 {
  width: 33.33% !important;
}
.textEditor .w-50 {
  width: 50% !important;
}
.textEditor .w-75 {
  width: 75% !important;
}
.textEditor .w-100 {
  width: 100% !important;
}
.textEditor .w-auto {
  width: auto !important;
}
.textEditor .mw-50 {
  max-width: 50% !important;
}
.textEditor .mw-100 {
  max-width: 100% !important;
}
.textEditor .vw-100 {
  width: 100vw !important;
}
.textEditor .min-vw-100 {
  min-width: 100vw !important;
}
.textEditor .h-25 {
  height: 25% !important;
}
.textEditor .h-50 {
  height: 50% !important;
}
.textEditor .h-75 {
  height: 75% !important;
}
.textEditor .h-100 {
  height: 100% !important;
}
.textEditor .h-auto {
  height: auto !important;
}
.textEditor .mh-100 {
  max-height: 100% !important;
}
.textEditor .mh-100vh {
  max-height: 100vh !important;
}
.textEditor .mh-90vh {
  max-height: 90vh !important;
}
.textEditor .mh-75vh {
  max-height: 75vh !important;
}
.textEditor .mh-60vh {
  max-height: 60vh !important;
}
.textEditor .mh-50vh {
  max-height: 50vh !important;
}
.textEditor .mh-33vh {
  max-height: 33vh !important;
}
.textEditor .mh-25vh {
  max-height: 25vh !important;
}
.textEditor .mh-20vh {
  max-height: 20vh !important;
}
.textEditor .vh-100 {
  height: 100vh !important;
}
.textEditor .min-vh-100 {
  min-height: 100vh !important;
}
.textEditor .flex-fill {
  flex: 1 1 auto !important;
}
.textEditor .flex-row {
  flex-direction: row !important;
}
.textEditor .flex-column {
  flex-direction: column !important;
}
.textEditor .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.textEditor .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.textEditor .flex-grow-0 {
  flex-grow: 0 !important;
}
.textEditor .flex-grow-1 {
  flex-grow: 1 !important;
}
.textEditor .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.textEditor .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.textEditor .flex-wrap {
  flex-wrap: wrap !important;
}
.textEditor .flex-nowrap {
  flex-wrap: nowrap !important;
}
.textEditor .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.textEditor .justify-content-start {
  justify-content: flex-start !important;
}
.textEditor .justify-content-end {
  justify-content: flex-end !important;
}
.textEditor .justify-content-center {
  justify-content: center !important;
}
.textEditor .justify-content-between {
  justify-content: space-between !important;
}
.textEditor .justify-content-around {
  justify-content: space-around !important;
}
.textEditor .justify-content-evenly {
  justify-content: space-evenly !important;
}
.textEditor .align-items-start {
  align-items: flex-start !important;
}
.textEditor .align-items-end {
  align-items: flex-end !important;
}
.textEditor .align-items-center {
  align-items: center !important;
}
.textEditor .align-items-baseline {
  align-items: baseline !important;
}
.textEditor .align-items-stretch {
  align-items: stretch !important;
}
.textEditor .align-content-start {
  align-content: flex-start !important;
}
.textEditor .align-content-end {
  align-content: flex-end !important;
}
.textEditor .align-content-center {
  align-content: center !important;
}
.textEditor .align-content-between {
  align-content: space-between !important;
}
.textEditor .align-content-around {
  align-content: space-around !important;
}
.textEditor .align-content-stretch {
  align-content: stretch !important;
}
.textEditor .align-self-auto {
  align-self: auto !important;
}
.textEditor .align-self-start {
  align-self: flex-start !important;
}
.textEditor .align-self-end {
  align-self: flex-end !important;
}
.textEditor .align-self-center {
  align-self: center !important;
}
.textEditor .align-self-baseline {
  align-self: baseline !important;
}
.textEditor .align-self-stretch {
  align-self: stretch !important;
}
.textEditor .order-first {
  order: -1 !important;
}
.textEditor .order-0 {
  order: 0 !important;
}
.textEditor .order-1 {
  order: 1 !important;
}
.textEditor .order-2 {
  order: 2 !important;
}
.textEditor .order-3 {
  order: 3 !important;
}
.textEditor .order-4 {
  order: 4 !important;
}
.textEditor .order-5 {
  order: 5 !important;
}
.textEditor .order-last {
  order: 6 !important;
}
.textEditor .m-0 {
  margin: 0 !important;
}
.textEditor .m-1 {
  margin: 0.25rem !important;
}
.textEditor .m-2 {
  margin: 0.5rem !important;
}
.textEditor .m-3 {
  margin: 1rem !important;
}
.textEditor .m-4 {
  margin: 1.5rem !important;
}
.textEditor .m-5 {
  margin: 3rem !important;
}
.textEditor .m-20 {
  margin: 20px !important;
}
.textEditor .m-40 {
  margin: 40px !important;
}
.textEditor .m-auto {
  margin: auto !important;
}
.textEditor .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.textEditor .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.textEditor .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.textEditor .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.textEditor .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.textEditor .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.textEditor .mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.textEditor .mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.textEditor .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.textEditor .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.textEditor .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.textEditor .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.textEditor .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.textEditor .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.textEditor .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.textEditor .my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.textEditor .my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.textEditor .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.textEditor .mt-0 {
  margin-top: 0 !important;
}
.textEditor .mt-1 {
  margin-top: 0.25rem !important;
}
.textEditor .mt-2 {
  margin-top: 0.5rem !important;
}
.textEditor .mt-3 {
  margin-top: 1rem !important;
}
.textEditor .mt-4 {
  margin-top: 1.5rem !important;
}
.textEditor .mt-5 {
  margin-top: 3rem !important;
}
.textEditor .mt-20 {
  margin-top: 20px !important;
}
.textEditor .mt-40 {
  margin-top: 40px !important;
}
.textEditor .mt-auto {
  margin-top: auto !important;
}
.textEditor .me-0 {
  margin-right: 0 !important;
}
.textEditor .me-1 {
  margin-right: 0.25rem !important;
}
.textEditor .me-2 {
  margin-right: 0.5rem !important;
}
.textEditor .me-3 {
  margin-right: 1rem !important;
}
.textEditor .me-4 {
  margin-right: 1.5rem !important;
}
.textEditor .me-5 {
  margin-right: 3rem !important;
}
.textEditor .me-20 {
  margin-right: 20px !important;
}
.textEditor .me-40 {
  margin-right: 40px !important;
}
.textEditor .me-auto {
  margin-right: auto !important;
}
.textEditor .mb-0 {
  margin-bottom: 0 !important;
}
.textEditor .mb-1 {
  margin-bottom: 0.25rem !important;
}
.textEditor .mb-2 {
  margin-bottom: 0.5rem !important;
}
.textEditor .mb-3 {
  margin-bottom: 1rem !important;
}
.textEditor .mb-4 {
  margin-bottom: 1.5rem !important;
}
.textEditor .mb-5 {
  margin-bottom: 3rem !important;
}
.textEditor .mb-20 {
  margin-bottom: 20px !important;
}
.textEditor .mb-40 {
  margin-bottom: 40px !important;
}
.textEditor .mb-auto {
  margin-bottom: auto !important;
}
.textEditor .ms-0 {
  margin-left: 0 !important;
}
.textEditor .ms-1 {
  margin-left: 0.25rem !important;
}
.textEditor .ms-2 {
  margin-left: 0.5rem !important;
}
.textEditor .ms-3 {
  margin-left: 1rem !important;
}
.textEditor .ms-4 {
  margin-left: 1.5rem !important;
}
.textEditor .ms-5 {
  margin-left: 3rem !important;
}
.textEditor .ms-20 {
  margin-left: 20px !important;
}
.textEditor .ms-40 {
  margin-left: 40px !important;
}
.textEditor .ms-auto {
  margin-left: auto !important;
}
.textEditor .m-n1 {
  margin: -0.25rem !important;
}
.textEditor .m-n2 {
  margin: -0.5rem !important;
}
.textEditor .m-n3 {
  margin: -1rem !important;
}
.textEditor .m-n4 {
  margin: -1.5rem !important;
}
.textEditor .m-n5 {
  margin: -3rem !important;
}
.textEditor .m-n20 {
  margin: -20px !important;
}
.textEditor .m-n40 {
  margin: -40px !important;
}
.textEditor .mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.textEditor .mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.textEditor .mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.textEditor .mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.textEditor .mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.textEditor .mx-n20 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.textEditor .mx-n40 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}
.textEditor .my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.textEditor .my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.textEditor .my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.textEditor .my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.textEditor .my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.textEditor .my-n20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.textEditor .my-n40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}
.textEditor .mt-n1 {
  margin-top: -0.25rem !important;
}
.textEditor .mt-n2 {
  margin-top: -0.5rem !important;
}
.textEditor .mt-n3 {
  margin-top: -1rem !important;
}
.textEditor .mt-n4 {
  margin-top: -1.5rem !important;
}
.textEditor .mt-n5 {
  margin-top: -3rem !important;
}
.textEditor .mt-n20 {
  margin-top: -20px !important;
}
.textEditor .mt-n40 {
  margin-top: -40px !important;
}
.textEditor .me-n1 {
  margin-right: -0.25rem !important;
}
.textEditor .me-n2 {
  margin-right: -0.5rem !important;
}
.textEditor .me-n3 {
  margin-right: -1rem !important;
}
.textEditor .me-n4 {
  margin-right: -1.5rem !important;
}
.textEditor .me-n5 {
  margin-right: -3rem !important;
}
.textEditor .me-n20 {
  margin-right: -20px !important;
}
.textEditor .me-n40 {
  margin-right: -40px !important;
}
.textEditor .mb-n1 {
  margin-bottom: -0.25rem !important;
}
.textEditor .mb-n2 {
  margin-bottom: -0.5rem !important;
}
.textEditor .mb-n3 {
  margin-bottom: -1rem !important;
}
.textEditor .mb-n4 {
  margin-bottom: -1.5rem !important;
}
.textEditor .mb-n5 {
  margin-bottom: -3rem !important;
}
.textEditor .mb-n20 {
  margin-bottom: -20px !important;
}
.textEditor .mb-n40 {
  margin-bottom: -40px !important;
}
.textEditor .ms-n1 {
  margin-left: -0.25rem !important;
}
.textEditor .ms-n2 {
  margin-left: -0.5rem !important;
}
.textEditor .ms-n3 {
  margin-left: -1rem !important;
}
.textEditor .ms-n4 {
  margin-left: -1.5rem !important;
}
.textEditor .ms-n5 {
  margin-left: -3rem !important;
}
.textEditor .ms-n20 {
  margin-left: -20px !important;
}
.textEditor .ms-n40 {
  margin-left: -40px !important;
}
.textEditor .object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.textEditor .object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.textEditor .object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
.textEditor .object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}
.textEditor .object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}
.textEditor .p-0 {
  padding: 0 !important;
}
.textEditor .p-1 {
  padding: 0.25rem !important;
}
.textEditor .p-2 {
  padding: 0.5rem !important;
}
.textEditor .p-3 {
  padding: 1rem !important;
}
.textEditor .p-4 {
  padding: 1.5rem !important;
}
.textEditor .p-5 {
  padding: 3rem !important;
}
.textEditor .p-20 {
  padding: 20px !important;
}
.textEditor .p-40 {
  padding: 40px !important;
}
.textEditor .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.textEditor .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.textEditor .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.textEditor .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.textEditor .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.textEditor .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.textEditor .px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.textEditor .px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.textEditor .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.textEditor .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.textEditor .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.textEditor .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.textEditor .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.textEditor .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.textEditor .py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.textEditor .py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.textEditor .pt-0 {
  padding-top: 0 !important;
}
.textEditor .pt-1 {
  padding-top: 0.25rem !important;
}
.textEditor .pt-2 {
  padding-top: 0.5rem !important;
}
.textEditor .pt-3 {
  padding-top: 1rem !important;
}
.textEditor .pt-4 {
  padding-top: 1.5rem !important;
}
.textEditor .pt-5 {
  padding-top: 3rem !important;
}
.textEditor .pt-20 {
  padding-top: 20px !important;
}
.textEditor .pt-40 {
  padding-top: 40px !important;
}
.textEditor .pe-0 {
  padding-right: 0 !important;
}
.textEditor .pe-1 {
  padding-right: 0.25rem !important;
}
.textEditor .pe-2 {
  padding-right: 0.5rem !important;
}
.textEditor .pe-3 {
  padding-right: 1rem !important;
}
.textEditor .pe-4 {
  padding-right: 1.5rem !important;
}
.textEditor .pe-5 {
  padding-right: 3rem !important;
}
.textEditor .pe-20 {
  padding-right: 20px !important;
}
.textEditor .pe-40 {
  padding-right: 40px !important;
}
.textEditor .pb-0 {
  padding-bottom: 0 !important;
}
.textEditor .pb-1 {
  padding-bottom: 0.25rem !important;
}
.textEditor .pb-2 {
  padding-bottom: 0.5rem !important;
}
.textEditor .pb-3 {
  padding-bottom: 1rem !important;
}
.textEditor .pb-4 {
  padding-bottom: 1.5rem !important;
}
.textEditor .pb-5 {
  padding-bottom: 3rem !important;
}
.textEditor .pb-20 {
  padding-bottom: 20px !important;
}
.textEditor .pb-40 {
  padding-bottom: 40px !important;
}
.textEditor .ps-0 {
  padding-left: 0 !important;
}
.textEditor .ps-1 {
  padding-left: 0.25rem !important;
}
.textEditor .ps-2 {
  padding-left: 0.5rem !important;
}
.textEditor .ps-3 {
  padding-left: 1rem !important;
}
.textEditor .ps-4 {
  padding-left: 1.5rem !important;
}
.textEditor .ps-5 {
  padding-left: 3rem !important;
}
.textEditor .ps-20 {
  padding-left: 20px !important;
}
.textEditor .ps-40 {
  padding-left: 40px !important;
}
.textEditor .gap-0 {
  gap: 0 !important;
}
.textEditor .gap-1 {
  gap: 0.25rem !important;
}
.textEditor .gap-2 {
  gap: 0.5rem !important;
}
.textEditor .gap-3 {
  gap: 1rem !important;
}
.textEditor .gap-4 {
  gap: 1.5rem !important;
}
.textEditor .gap-5 {
  gap: 3rem !important;
}
.textEditor .gap-20 {
  gap: 20px !important;
}
.textEditor .gap-40 {
  gap: 40px !important;
}
.textEditor .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.textEditor .font-noto-sans {
  font-family: "Noto Sans TC", sans-serif !important;
}
.textEditor .font-inter {
  font-family: "Inter", "Noto Sans TC", sans-serif !important;
}
.textEditor .fs-1 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}
.textEditor .fs-2 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}
.textEditor .fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.textEditor .fs-4 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}
.textEditor .fs-5 {
  font-size: 1.25rem !important;
}
.textEditor .fs-6 {
  font-size: 1.125rem !important;
}
.textEditor .fs-7 {
  font-size: 1rem !important;
}
.textEditor .fs-8 {
  font-size: 0.875rem !important;
}
.textEditor .fs-9 {
  font-size: 0.75rem !important;
}
.textEditor .fs-10 {
  font-size: 0.625rem !important;
}
.textEditor .fst-italic {
  font-style: italic !important;
}
.textEditor .fst-normal {
  font-style: normal !important;
}
.textEditor .fw-light {
  font-weight: 300 !important;
}
.textEditor .fw-lighter {
  font-weight: lighter !important;
}
.textEditor .fw-normal {
  font-weight: 400 !important;
}
.textEditor .fw-medium {
  font-weight: 500 !important;
}
.textEditor .fw-semibold {
  font-weight: 600 !important;
}
.textEditor .fw-bold {
  font-weight: 700 !important;
}
.textEditor .fw-bolder {
  font-weight: bolder !important;
}
.textEditor .lh-1 {
  line-height: 1 !important;
}
.textEditor .lh-sm {
  line-height: 1.25 !important;
}
.textEditor .lh-base {
  line-height: 1.5 !important;
}
.textEditor .lh-lg {
  line-height: 2 !important;
}
.textEditor .text-start {
  text-align: left !important;
}
.textEditor .text-end {
  text-align: right !important;
}
.textEditor .text-center {
  text-align: center !important;
}
.textEditor .text-decoration-none {
  text-decoration: none !important;
}
.textEditor .text-decoration-underline {
  text-decoration: underline !important;
}
.textEditor .text-decoration-line-through {
  text-decoration: line-through !important;
}
.textEditor .text-lowercase {
  text-transform: lowercase !important;
}
.textEditor .text-uppercase {
  text-transform: uppercase !important;
}
.textEditor .text-capitalize {
  text-transform: capitalize !important;
}
.textEditor .text-wrap {
  white-space: normal !important;
}
.textEditor .text-nowrap {
  white-space: nowrap !important;
}
.textEditor {
  /* rtl:begin:remove */
}
.textEditor .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.textEditor {
  /* rtl:end:remove */
}
.textEditor .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-info-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-secondary-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-finished {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-finished-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-purple {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.textEditor .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.textEditor .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.textEditor .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.textEditor .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.textEditor .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.textEditor .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.textEditor .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.textEditor .text-opacity-100 {
  --bs-text-opacity: 1;
}
.textEditor .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-info-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-finished {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-finished-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.textEditor .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.textEditor .bg-gray {
  --bs-bg-opacity: 1;
  background-color: #F6F6F6 !important;
}
.textEditor .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.textEditor .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.textEditor .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.textEditor .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.textEditor .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.textEditor .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.textEditor .user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.textEditor .user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
.textEditor .user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.textEditor .pe-none {
  pointer-events: none !important;
}
.textEditor .pe-auto {
  pointer-events: auto !important;
}
.textEditor .rounded {
  border-radius: var(--bs-border-radius) !important;
}
.textEditor .rounded-0 {
  border-radius: 0 !important;
}
.textEditor .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.textEditor .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.textEditor .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.textEditor .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.textEditor .rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}
.textEditor .rounded-circle {
  border-radius: 50% !important;
}
.textEditor .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.textEditor .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.textEditor .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.textEditor .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.textEditor .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.textEditor .visible {
  visibility: visible !important;
}
.textEditor .invisible {
  visibility: hidden !important;
}
.textEditor .z-n1 {
  z-index: -1 !important;
}
.textEditor .z-0 {
  z-index: 0 !important;
}
.textEditor .z-1 {
  z-index: 1 !important;
}
.textEditor .z-2 {
  z-index: 2 !important;
}
.textEditor .z-3 {
  z-index: 3 !important;
}
.textEditor .z-module {
  z-index: 1055 !important;
}
.textEditor .z-fixed {
  z-index: 1030 !important;
}
.textEditor .z-toast {
  z-index: 1600 !important;
}
.textEditor .cursor-auto {
  cursor: auto !important;
}
.textEditor .cursor-pointer {
  cursor: pointer !important;
}
@media (min-width: 576px) {
  .textEditor .float-sm-start {
    float: left !important;
  }
  .textEditor .float-sm-end {
    float: right !important;
  }
  .textEditor .float-sm-none {
    float: none !important;
  }
  .textEditor .d-sm-inline {
    display: inline !important;
  }
  .textEditor .d-sm-inline-block {
    display: inline-block !important;
  }
  .textEditor .d-sm-block {
    display: block !important;
  }
  .textEditor .d-sm-grid {
    display: grid !important;
  }
  .textEditor .d-sm-table {
    display: table !important;
  }
  .textEditor .d-sm-table-row {
    display: table-row !important;
  }
  .textEditor .d-sm-table-cell {
    display: table-cell !important;
  }
  .textEditor .d-sm-flex {
    display: flex !important;
  }
  .textEditor .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .textEditor .d-sm-none {
    display: none !important;
  }
  .textEditor .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .textEditor .flex-sm-row {
    flex-direction: row !important;
  }
  .textEditor .flex-sm-column {
    flex-direction: column !important;
  }
  .textEditor .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .textEditor .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .textEditor .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .textEditor .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .textEditor .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .textEditor .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .textEditor .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .textEditor .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .textEditor .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .textEditor .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .textEditor .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .textEditor .justify-content-sm-center {
    justify-content: center !important;
  }
  .textEditor .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .textEditor .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .textEditor .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .textEditor .align-items-sm-start {
    align-items: flex-start !important;
  }
  .textEditor .align-items-sm-end {
    align-items: flex-end !important;
  }
  .textEditor .align-items-sm-center {
    align-items: center !important;
  }
  .textEditor .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .textEditor .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .textEditor .align-content-sm-start {
    align-content: flex-start !important;
  }
  .textEditor .align-content-sm-end {
    align-content: flex-end !important;
  }
  .textEditor .align-content-sm-center {
    align-content: center !important;
  }
  .textEditor .align-content-sm-between {
    align-content: space-between !important;
  }
  .textEditor .align-content-sm-around {
    align-content: space-around !important;
  }
  .textEditor .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .textEditor .align-self-sm-auto {
    align-self: auto !important;
  }
  .textEditor .align-self-sm-start {
    align-self: flex-start !important;
  }
  .textEditor .align-self-sm-end {
    align-self: flex-end !important;
  }
  .textEditor .align-self-sm-center {
    align-self: center !important;
  }
  .textEditor .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .textEditor .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .textEditor .order-sm-first {
    order: -1 !important;
  }
  .textEditor .order-sm-0 {
    order: 0 !important;
  }
  .textEditor .order-sm-1 {
    order: 1 !important;
  }
  .textEditor .order-sm-2 {
    order: 2 !important;
  }
  .textEditor .order-sm-3 {
    order: 3 !important;
  }
  .textEditor .order-sm-4 {
    order: 4 !important;
  }
  .textEditor .order-sm-5 {
    order: 5 !important;
  }
  .textEditor .order-sm-last {
    order: 6 !important;
  }
  .textEditor .m-sm-0 {
    margin: 0 !important;
  }
  .textEditor .m-sm-1 {
    margin: 0.25rem !important;
  }
  .textEditor .m-sm-2 {
    margin: 0.5rem !important;
  }
  .textEditor .m-sm-3 {
    margin: 1rem !important;
  }
  .textEditor .m-sm-4 {
    margin: 1.5rem !important;
  }
  .textEditor .m-sm-5 {
    margin: 3rem !important;
  }
  .textEditor .m-sm-20 {
    margin: 20px !important;
  }
  .textEditor .m-sm-40 {
    margin: 40px !important;
  }
  .textEditor .m-sm-auto {
    margin: auto !important;
  }
  .textEditor .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .textEditor .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .textEditor .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .textEditor .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .textEditor .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .textEditor .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .textEditor .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .textEditor .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .textEditor .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .textEditor .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .textEditor .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .textEditor .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .textEditor .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .textEditor .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .textEditor .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .textEditor .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .textEditor .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .textEditor .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .textEditor .mt-sm-0 {
    margin-top: 0 !important;
  }
  .textEditor .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .textEditor .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .textEditor .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .textEditor .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .textEditor .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .textEditor .mt-sm-20 {
    margin-top: 20px !important;
  }
  .textEditor .mt-sm-40 {
    margin-top: 40px !important;
  }
  .textEditor .mt-sm-auto {
    margin-top: auto !important;
  }
  .textEditor .me-sm-0 {
    margin-right: 0 !important;
  }
  .textEditor .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .textEditor .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .textEditor .me-sm-3 {
    margin-right: 1rem !important;
  }
  .textEditor .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .textEditor .me-sm-5 {
    margin-right: 3rem !important;
  }
  .textEditor .me-sm-20 {
    margin-right: 20px !important;
  }
  .textEditor .me-sm-40 {
    margin-right: 40px !important;
  }
  .textEditor .me-sm-auto {
    margin-right: auto !important;
  }
  .textEditor .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .textEditor .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .textEditor .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .textEditor .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .textEditor .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .textEditor .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .textEditor .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .textEditor .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .textEditor .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .textEditor .ms-sm-0 {
    margin-left: 0 !important;
  }
  .textEditor .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .textEditor .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .textEditor .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .textEditor .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .textEditor .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .textEditor .ms-sm-20 {
    margin-left: 20px !important;
  }
  .textEditor .ms-sm-40 {
    margin-left: 40px !important;
  }
  .textEditor .ms-sm-auto {
    margin-left: auto !important;
  }
  .textEditor .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .textEditor .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .textEditor .m-sm-n3 {
    margin: -1rem !important;
  }
  .textEditor .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .textEditor .m-sm-n5 {
    margin: -3rem !important;
  }
  .textEditor .m-sm-n20 {
    margin: -20px !important;
  }
  .textEditor .m-sm-n40 {
    margin: -40px !important;
  }
  .textEditor .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .textEditor .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .textEditor .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .textEditor .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .textEditor .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .textEditor .mx-sm-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .textEditor .mx-sm-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .textEditor .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .textEditor .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .textEditor .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .textEditor .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .textEditor .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .textEditor .my-sm-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .textEditor .my-sm-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .textEditor .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .textEditor .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .textEditor .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .textEditor .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .textEditor .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .textEditor .mt-sm-n20 {
    margin-top: -20px !important;
  }
  .textEditor .mt-sm-n40 {
    margin-top: -40px !important;
  }
  .textEditor .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .textEditor .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .textEditor .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .textEditor .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .textEditor .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .textEditor .me-sm-n20 {
    margin-right: -20px !important;
  }
  .textEditor .me-sm-n40 {
    margin-right: -40px !important;
  }
  .textEditor .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .textEditor .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .textEditor .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .textEditor .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .textEditor .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .textEditor .mb-sm-n20 {
    margin-bottom: -20px !important;
  }
  .textEditor .mb-sm-n40 {
    margin-bottom: -40px !important;
  }
  .textEditor .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .textEditor .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .textEditor .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .textEditor .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .textEditor .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .textEditor .ms-sm-n20 {
    margin-left: -20px !important;
  }
  .textEditor .ms-sm-n40 {
    margin-left: -40px !important;
  }
  .textEditor .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .textEditor .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .textEditor .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .textEditor .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .textEditor .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .textEditor .p-sm-0 {
    padding: 0 !important;
  }
  .textEditor .p-sm-1 {
    padding: 0.25rem !important;
  }
  .textEditor .p-sm-2 {
    padding: 0.5rem !important;
  }
  .textEditor .p-sm-3 {
    padding: 1rem !important;
  }
  .textEditor .p-sm-4 {
    padding: 1.5rem !important;
  }
  .textEditor .p-sm-5 {
    padding: 3rem !important;
  }
  .textEditor .p-sm-20 {
    padding: 20px !important;
  }
  .textEditor .p-sm-40 {
    padding: 40px !important;
  }
  .textEditor .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .textEditor .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .textEditor .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .textEditor .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .textEditor .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .textEditor .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .textEditor .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .textEditor .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .textEditor .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .textEditor .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .textEditor .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .textEditor .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .textEditor .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .textEditor .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .textEditor .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .textEditor .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .textEditor .pt-sm-0 {
    padding-top: 0 !important;
  }
  .textEditor .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .textEditor .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .textEditor .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .textEditor .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .textEditor .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .textEditor .pt-sm-20 {
    padding-top: 20px !important;
  }
  .textEditor .pt-sm-40 {
    padding-top: 40px !important;
  }
  .textEditor .pe-sm-0 {
    padding-right: 0 !important;
  }
  .textEditor .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .textEditor .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .textEditor .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .textEditor .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .textEditor .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .textEditor .pe-sm-20 {
    padding-right: 20px !important;
  }
  .textEditor .pe-sm-40 {
    padding-right: 40px !important;
  }
  .textEditor .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .textEditor .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .textEditor .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .textEditor .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .textEditor .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .textEditor .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .textEditor .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .textEditor .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .textEditor .ps-sm-0 {
    padding-left: 0 !important;
  }
  .textEditor .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .textEditor .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .textEditor .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .textEditor .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .textEditor .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .textEditor .ps-sm-20 {
    padding-left: 20px !important;
  }
  .textEditor .ps-sm-40 {
    padding-left: 40px !important;
  }
  .textEditor .gap-sm-0 {
    gap: 0 !important;
  }
  .textEditor .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .textEditor .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .textEditor .gap-sm-3 {
    gap: 1rem !important;
  }
  .textEditor .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .textEditor .gap-sm-5 {
    gap: 3rem !important;
  }
  .textEditor .gap-sm-20 {
    gap: 20px !important;
  }
  .textEditor .gap-sm-40 {
    gap: 40px !important;
  }
  .textEditor .text-sm-start {
    text-align: left !important;
  }
  .textEditor .text-sm-end {
    text-align: right !important;
  }
  .textEditor .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .textEditor .float-md-start {
    float: left !important;
  }
  .textEditor .float-md-end {
    float: right !important;
  }
  .textEditor .float-md-none {
    float: none !important;
  }
  .textEditor .d-md-inline {
    display: inline !important;
  }
  .textEditor .d-md-inline-block {
    display: inline-block !important;
  }
  .textEditor .d-md-block {
    display: block !important;
  }
  .textEditor .d-md-grid {
    display: grid !important;
  }
  .textEditor .d-md-table {
    display: table !important;
  }
  .textEditor .d-md-table-row {
    display: table-row !important;
  }
  .textEditor .d-md-table-cell {
    display: table-cell !important;
  }
  .textEditor .d-md-flex {
    display: flex !important;
  }
  .textEditor .d-md-inline-flex {
    display: inline-flex !important;
  }
  .textEditor .d-md-none {
    display: none !important;
  }
  .textEditor .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .textEditor .flex-md-row {
    flex-direction: row !important;
  }
  .textEditor .flex-md-column {
    flex-direction: column !important;
  }
  .textEditor .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .textEditor .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .textEditor .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .textEditor .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .textEditor .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .textEditor .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .textEditor .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .textEditor .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .textEditor .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .textEditor .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .textEditor .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .textEditor .justify-content-md-center {
    justify-content: center !important;
  }
  .textEditor .justify-content-md-between {
    justify-content: space-between !important;
  }
  .textEditor .justify-content-md-around {
    justify-content: space-around !important;
  }
  .textEditor .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .textEditor .align-items-md-start {
    align-items: flex-start !important;
  }
  .textEditor .align-items-md-end {
    align-items: flex-end !important;
  }
  .textEditor .align-items-md-center {
    align-items: center !important;
  }
  .textEditor .align-items-md-baseline {
    align-items: baseline !important;
  }
  .textEditor .align-items-md-stretch {
    align-items: stretch !important;
  }
  .textEditor .align-content-md-start {
    align-content: flex-start !important;
  }
  .textEditor .align-content-md-end {
    align-content: flex-end !important;
  }
  .textEditor .align-content-md-center {
    align-content: center !important;
  }
  .textEditor .align-content-md-between {
    align-content: space-between !important;
  }
  .textEditor .align-content-md-around {
    align-content: space-around !important;
  }
  .textEditor .align-content-md-stretch {
    align-content: stretch !important;
  }
  .textEditor .align-self-md-auto {
    align-self: auto !important;
  }
  .textEditor .align-self-md-start {
    align-self: flex-start !important;
  }
  .textEditor .align-self-md-end {
    align-self: flex-end !important;
  }
  .textEditor .align-self-md-center {
    align-self: center !important;
  }
  .textEditor .align-self-md-baseline {
    align-self: baseline !important;
  }
  .textEditor .align-self-md-stretch {
    align-self: stretch !important;
  }
  .textEditor .order-md-first {
    order: -1 !important;
  }
  .textEditor .order-md-0 {
    order: 0 !important;
  }
  .textEditor .order-md-1 {
    order: 1 !important;
  }
  .textEditor .order-md-2 {
    order: 2 !important;
  }
  .textEditor .order-md-3 {
    order: 3 !important;
  }
  .textEditor .order-md-4 {
    order: 4 !important;
  }
  .textEditor .order-md-5 {
    order: 5 !important;
  }
  .textEditor .order-md-last {
    order: 6 !important;
  }
  .textEditor .m-md-0 {
    margin: 0 !important;
  }
  .textEditor .m-md-1 {
    margin: 0.25rem !important;
  }
  .textEditor .m-md-2 {
    margin: 0.5rem !important;
  }
  .textEditor .m-md-3 {
    margin: 1rem !important;
  }
  .textEditor .m-md-4 {
    margin: 1.5rem !important;
  }
  .textEditor .m-md-5 {
    margin: 3rem !important;
  }
  .textEditor .m-md-20 {
    margin: 20px !important;
  }
  .textEditor .m-md-40 {
    margin: 40px !important;
  }
  .textEditor .m-md-auto {
    margin: auto !important;
  }
  .textEditor .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .textEditor .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .textEditor .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .textEditor .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .textEditor .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .textEditor .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .textEditor .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .textEditor .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .textEditor .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .textEditor .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .textEditor .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .textEditor .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .textEditor .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .textEditor .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .textEditor .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .textEditor .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .textEditor .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .textEditor .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .textEditor .mt-md-0 {
    margin-top: 0 !important;
  }
  .textEditor .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .textEditor .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .textEditor .mt-md-3 {
    margin-top: 1rem !important;
  }
  .textEditor .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .textEditor .mt-md-5 {
    margin-top: 3rem !important;
  }
  .textEditor .mt-md-20 {
    margin-top: 20px !important;
  }
  .textEditor .mt-md-40 {
    margin-top: 40px !important;
  }
  .textEditor .mt-md-auto {
    margin-top: auto !important;
  }
  .textEditor .me-md-0 {
    margin-right: 0 !important;
  }
  .textEditor .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .textEditor .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .textEditor .me-md-3 {
    margin-right: 1rem !important;
  }
  .textEditor .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .textEditor .me-md-5 {
    margin-right: 3rem !important;
  }
  .textEditor .me-md-20 {
    margin-right: 20px !important;
  }
  .textEditor .me-md-40 {
    margin-right: 40px !important;
  }
  .textEditor .me-md-auto {
    margin-right: auto !important;
  }
  .textEditor .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .textEditor .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .textEditor .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .textEditor .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .textEditor .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .textEditor .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .textEditor .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .textEditor .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .textEditor .mb-md-auto {
    margin-bottom: auto !important;
  }
  .textEditor .ms-md-0 {
    margin-left: 0 !important;
  }
  .textEditor .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .textEditor .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .textEditor .ms-md-3 {
    margin-left: 1rem !important;
  }
  .textEditor .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .textEditor .ms-md-5 {
    margin-left: 3rem !important;
  }
  .textEditor .ms-md-20 {
    margin-left: 20px !important;
  }
  .textEditor .ms-md-40 {
    margin-left: 40px !important;
  }
  .textEditor .ms-md-auto {
    margin-left: auto !important;
  }
  .textEditor .m-md-n1 {
    margin: -0.25rem !important;
  }
  .textEditor .m-md-n2 {
    margin: -0.5rem !important;
  }
  .textEditor .m-md-n3 {
    margin: -1rem !important;
  }
  .textEditor .m-md-n4 {
    margin: -1.5rem !important;
  }
  .textEditor .m-md-n5 {
    margin: -3rem !important;
  }
  .textEditor .m-md-n20 {
    margin: -20px !important;
  }
  .textEditor .m-md-n40 {
    margin: -40px !important;
  }
  .textEditor .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .textEditor .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .textEditor .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .textEditor .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .textEditor .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .textEditor .mx-md-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .textEditor .mx-md-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .textEditor .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .textEditor .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .textEditor .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .textEditor .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .textEditor .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .textEditor .my-md-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .textEditor .my-md-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .textEditor .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .textEditor .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .textEditor .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .textEditor .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .textEditor .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .textEditor .mt-md-n20 {
    margin-top: -20px !important;
  }
  .textEditor .mt-md-n40 {
    margin-top: -40px !important;
  }
  .textEditor .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .textEditor .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .textEditor .me-md-n3 {
    margin-right: -1rem !important;
  }
  .textEditor .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .textEditor .me-md-n5 {
    margin-right: -3rem !important;
  }
  .textEditor .me-md-n20 {
    margin-right: -20px !important;
  }
  .textEditor .me-md-n40 {
    margin-right: -40px !important;
  }
  .textEditor .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .textEditor .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .textEditor .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .textEditor .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .textEditor .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .textEditor .mb-md-n20 {
    margin-bottom: -20px !important;
  }
  .textEditor .mb-md-n40 {
    margin-bottom: -40px !important;
  }
  .textEditor .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .textEditor .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .textEditor .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .textEditor .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .textEditor .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .textEditor .ms-md-n20 {
    margin-left: -20px !important;
  }
  .textEditor .ms-md-n40 {
    margin-left: -40px !important;
  }
  .textEditor .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .textEditor .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .textEditor .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .textEditor .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .textEditor .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .textEditor .p-md-0 {
    padding: 0 !important;
  }
  .textEditor .p-md-1 {
    padding: 0.25rem !important;
  }
  .textEditor .p-md-2 {
    padding: 0.5rem !important;
  }
  .textEditor .p-md-3 {
    padding: 1rem !important;
  }
  .textEditor .p-md-4 {
    padding: 1.5rem !important;
  }
  .textEditor .p-md-5 {
    padding: 3rem !important;
  }
  .textEditor .p-md-20 {
    padding: 20px !important;
  }
  .textEditor .p-md-40 {
    padding: 40px !important;
  }
  .textEditor .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .textEditor .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .textEditor .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .textEditor .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .textEditor .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .textEditor .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .textEditor .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .textEditor .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .textEditor .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .textEditor .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .textEditor .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .textEditor .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .textEditor .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .textEditor .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .textEditor .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .textEditor .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .textEditor .pt-md-0 {
    padding-top: 0 !important;
  }
  .textEditor .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .textEditor .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .textEditor .pt-md-3 {
    padding-top: 1rem !important;
  }
  .textEditor .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .textEditor .pt-md-5 {
    padding-top: 3rem !important;
  }
  .textEditor .pt-md-20 {
    padding-top: 20px !important;
  }
  .textEditor .pt-md-40 {
    padding-top: 40px !important;
  }
  .textEditor .pe-md-0 {
    padding-right: 0 !important;
  }
  .textEditor .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .textEditor .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .textEditor .pe-md-3 {
    padding-right: 1rem !important;
  }
  .textEditor .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .textEditor .pe-md-5 {
    padding-right: 3rem !important;
  }
  .textEditor .pe-md-20 {
    padding-right: 20px !important;
  }
  .textEditor .pe-md-40 {
    padding-right: 40px !important;
  }
  .textEditor .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .textEditor .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .textEditor .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .textEditor .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .textEditor .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .textEditor .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .textEditor .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .textEditor .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .textEditor .ps-md-0 {
    padding-left: 0 !important;
  }
  .textEditor .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .textEditor .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .textEditor .ps-md-3 {
    padding-left: 1rem !important;
  }
  .textEditor .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .textEditor .ps-md-5 {
    padding-left: 3rem !important;
  }
  .textEditor .ps-md-20 {
    padding-left: 20px !important;
  }
  .textEditor .ps-md-40 {
    padding-left: 40px !important;
  }
  .textEditor .gap-md-0 {
    gap: 0 !important;
  }
  .textEditor .gap-md-1 {
    gap: 0.25rem !important;
  }
  .textEditor .gap-md-2 {
    gap: 0.5rem !important;
  }
  .textEditor .gap-md-3 {
    gap: 1rem !important;
  }
  .textEditor .gap-md-4 {
    gap: 1.5rem !important;
  }
  .textEditor .gap-md-5 {
    gap: 3rem !important;
  }
  .textEditor .gap-md-20 {
    gap: 20px !important;
  }
  .textEditor .gap-md-40 {
    gap: 40px !important;
  }
  .textEditor .text-md-start {
    text-align: left !important;
  }
  .textEditor .text-md-end {
    text-align: right !important;
  }
  .textEditor .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .textEditor .float-lg-start {
    float: left !important;
  }
  .textEditor .float-lg-end {
    float: right !important;
  }
  .textEditor .float-lg-none {
    float: none !important;
  }
  .textEditor .d-lg-inline {
    display: inline !important;
  }
  .textEditor .d-lg-inline-block {
    display: inline-block !important;
  }
  .textEditor .d-lg-block {
    display: block !important;
  }
  .textEditor .d-lg-grid {
    display: grid !important;
  }
  .textEditor .d-lg-table {
    display: table !important;
  }
  .textEditor .d-lg-table-row {
    display: table-row !important;
  }
  .textEditor .d-lg-table-cell {
    display: table-cell !important;
  }
  .textEditor .d-lg-flex {
    display: flex !important;
  }
  .textEditor .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .textEditor .d-lg-none {
    display: none !important;
  }
  .textEditor .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .textEditor .flex-lg-row {
    flex-direction: row !important;
  }
  .textEditor .flex-lg-column {
    flex-direction: column !important;
  }
  .textEditor .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .textEditor .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .textEditor .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .textEditor .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .textEditor .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .textEditor .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .textEditor .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .textEditor .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .textEditor .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .textEditor .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .textEditor .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .textEditor .justify-content-lg-center {
    justify-content: center !important;
  }
  .textEditor .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .textEditor .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .textEditor .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .textEditor .align-items-lg-start {
    align-items: flex-start !important;
  }
  .textEditor .align-items-lg-end {
    align-items: flex-end !important;
  }
  .textEditor .align-items-lg-center {
    align-items: center !important;
  }
  .textEditor .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .textEditor .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .textEditor .align-content-lg-start {
    align-content: flex-start !important;
  }
  .textEditor .align-content-lg-end {
    align-content: flex-end !important;
  }
  .textEditor .align-content-lg-center {
    align-content: center !important;
  }
  .textEditor .align-content-lg-between {
    align-content: space-between !important;
  }
  .textEditor .align-content-lg-around {
    align-content: space-around !important;
  }
  .textEditor .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .textEditor .align-self-lg-auto {
    align-self: auto !important;
  }
  .textEditor .align-self-lg-start {
    align-self: flex-start !important;
  }
  .textEditor .align-self-lg-end {
    align-self: flex-end !important;
  }
  .textEditor .align-self-lg-center {
    align-self: center !important;
  }
  .textEditor .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .textEditor .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .textEditor .order-lg-first {
    order: -1 !important;
  }
  .textEditor .order-lg-0 {
    order: 0 !important;
  }
  .textEditor .order-lg-1 {
    order: 1 !important;
  }
  .textEditor .order-lg-2 {
    order: 2 !important;
  }
  .textEditor .order-lg-3 {
    order: 3 !important;
  }
  .textEditor .order-lg-4 {
    order: 4 !important;
  }
  .textEditor .order-lg-5 {
    order: 5 !important;
  }
  .textEditor .order-lg-last {
    order: 6 !important;
  }
  .textEditor .m-lg-0 {
    margin: 0 !important;
  }
  .textEditor .m-lg-1 {
    margin: 0.25rem !important;
  }
  .textEditor .m-lg-2 {
    margin: 0.5rem !important;
  }
  .textEditor .m-lg-3 {
    margin: 1rem !important;
  }
  .textEditor .m-lg-4 {
    margin: 1.5rem !important;
  }
  .textEditor .m-lg-5 {
    margin: 3rem !important;
  }
  .textEditor .m-lg-20 {
    margin: 20px !important;
  }
  .textEditor .m-lg-40 {
    margin: 40px !important;
  }
  .textEditor .m-lg-auto {
    margin: auto !important;
  }
  .textEditor .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .textEditor .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .textEditor .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .textEditor .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .textEditor .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .textEditor .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .textEditor .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .textEditor .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .textEditor .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .textEditor .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .textEditor .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .textEditor .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .textEditor .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .textEditor .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .textEditor .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .textEditor .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .textEditor .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .textEditor .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .textEditor .mt-lg-0 {
    margin-top: 0 !important;
  }
  .textEditor .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .textEditor .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .textEditor .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .textEditor .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .textEditor .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .textEditor .mt-lg-20 {
    margin-top: 20px !important;
  }
  .textEditor .mt-lg-40 {
    margin-top: 40px !important;
  }
  .textEditor .mt-lg-auto {
    margin-top: auto !important;
  }
  .textEditor .me-lg-0 {
    margin-right: 0 !important;
  }
  .textEditor .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .textEditor .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .textEditor .me-lg-3 {
    margin-right: 1rem !important;
  }
  .textEditor .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .textEditor .me-lg-5 {
    margin-right: 3rem !important;
  }
  .textEditor .me-lg-20 {
    margin-right: 20px !important;
  }
  .textEditor .me-lg-40 {
    margin-right: 40px !important;
  }
  .textEditor .me-lg-auto {
    margin-right: auto !important;
  }
  .textEditor .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .textEditor .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .textEditor .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .textEditor .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .textEditor .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .textEditor .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .textEditor .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .textEditor .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .textEditor .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .textEditor .ms-lg-0 {
    margin-left: 0 !important;
  }
  .textEditor .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .textEditor .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .textEditor .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .textEditor .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .textEditor .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .textEditor .ms-lg-20 {
    margin-left: 20px !important;
  }
  .textEditor .ms-lg-40 {
    margin-left: 40px !important;
  }
  .textEditor .ms-lg-auto {
    margin-left: auto !important;
  }
  .textEditor .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .textEditor .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .textEditor .m-lg-n3 {
    margin: -1rem !important;
  }
  .textEditor .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .textEditor .m-lg-n5 {
    margin: -3rem !important;
  }
  .textEditor .m-lg-n20 {
    margin: -20px !important;
  }
  .textEditor .m-lg-n40 {
    margin: -40px !important;
  }
  .textEditor .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .textEditor .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .textEditor .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .textEditor .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .textEditor .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .textEditor .mx-lg-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .textEditor .mx-lg-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .textEditor .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .textEditor .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .textEditor .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .textEditor .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .textEditor .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .textEditor .my-lg-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .textEditor .my-lg-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .textEditor .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .textEditor .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .textEditor .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .textEditor .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .textEditor .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .textEditor .mt-lg-n20 {
    margin-top: -20px !important;
  }
  .textEditor .mt-lg-n40 {
    margin-top: -40px !important;
  }
  .textEditor .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .textEditor .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .textEditor .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .textEditor .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .textEditor .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .textEditor .me-lg-n20 {
    margin-right: -20px !important;
  }
  .textEditor .me-lg-n40 {
    margin-right: -40px !important;
  }
  .textEditor .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .textEditor .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .textEditor .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .textEditor .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .textEditor .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .textEditor .mb-lg-n20 {
    margin-bottom: -20px !important;
  }
  .textEditor .mb-lg-n40 {
    margin-bottom: -40px !important;
  }
  .textEditor .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .textEditor .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .textEditor .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .textEditor .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .textEditor .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .textEditor .ms-lg-n20 {
    margin-left: -20px !important;
  }
  .textEditor .ms-lg-n40 {
    margin-left: -40px !important;
  }
  .textEditor .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .textEditor .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .textEditor .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .textEditor .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .textEditor .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .textEditor .p-lg-0 {
    padding: 0 !important;
  }
  .textEditor .p-lg-1 {
    padding: 0.25rem !important;
  }
  .textEditor .p-lg-2 {
    padding: 0.5rem !important;
  }
  .textEditor .p-lg-3 {
    padding: 1rem !important;
  }
  .textEditor .p-lg-4 {
    padding: 1.5rem !important;
  }
  .textEditor .p-lg-5 {
    padding: 3rem !important;
  }
  .textEditor .p-lg-20 {
    padding: 20px !important;
  }
  .textEditor .p-lg-40 {
    padding: 40px !important;
  }
  .textEditor .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .textEditor .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .textEditor .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .textEditor .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .textEditor .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .textEditor .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .textEditor .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .textEditor .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .textEditor .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .textEditor .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .textEditor .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .textEditor .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .textEditor .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .textEditor .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .textEditor .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .textEditor .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .textEditor .pt-lg-0 {
    padding-top: 0 !important;
  }
  .textEditor .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .textEditor .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .textEditor .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .textEditor .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .textEditor .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .textEditor .pt-lg-20 {
    padding-top: 20px !important;
  }
  .textEditor .pt-lg-40 {
    padding-top: 40px !important;
  }
  .textEditor .pe-lg-0 {
    padding-right: 0 !important;
  }
  .textEditor .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .textEditor .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .textEditor .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .textEditor .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .textEditor .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .textEditor .pe-lg-20 {
    padding-right: 20px !important;
  }
  .textEditor .pe-lg-40 {
    padding-right: 40px !important;
  }
  .textEditor .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .textEditor .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .textEditor .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .textEditor .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .textEditor .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .textEditor .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .textEditor .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .textEditor .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .textEditor .ps-lg-0 {
    padding-left: 0 !important;
  }
  .textEditor .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .textEditor .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .textEditor .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .textEditor .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .textEditor .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .textEditor .ps-lg-20 {
    padding-left: 20px !important;
  }
  .textEditor .ps-lg-40 {
    padding-left: 40px !important;
  }
  .textEditor .gap-lg-0 {
    gap: 0 !important;
  }
  .textEditor .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .textEditor .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .textEditor .gap-lg-3 {
    gap: 1rem !important;
  }
  .textEditor .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .textEditor .gap-lg-5 {
    gap: 3rem !important;
  }
  .textEditor .gap-lg-20 {
    gap: 20px !important;
  }
  .textEditor .gap-lg-40 {
    gap: 40px !important;
  }
  .textEditor .text-lg-start {
    text-align: left !important;
  }
  .textEditor .text-lg-end {
    text-align: right !important;
  }
  .textEditor .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .textEditor .float-xl-start {
    float: left !important;
  }
  .textEditor .float-xl-end {
    float: right !important;
  }
  .textEditor .float-xl-none {
    float: none !important;
  }
  .textEditor .d-xl-inline {
    display: inline !important;
  }
  .textEditor .d-xl-inline-block {
    display: inline-block !important;
  }
  .textEditor .d-xl-block {
    display: block !important;
  }
  .textEditor .d-xl-grid {
    display: grid !important;
  }
  .textEditor .d-xl-table {
    display: table !important;
  }
  .textEditor .d-xl-table-row {
    display: table-row !important;
  }
  .textEditor .d-xl-table-cell {
    display: table-cell !important;
  }
  .textEditor .d-xl-flex {
    display: flex !important;
  }
  .textEditor .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .textEditor .d-xl-none {
    display: none !important;
  }
  .textEditor .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .textEditor .flex-xl-row {
    flex-direction: row !important;
  }
  .textEditor .flex-xl-column {
    flex-direction: column !important;
  }
  .textEditor .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .textEditor .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .textEditor .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .textEditor .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .textEditor .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .textEditor .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .textEditor .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .textEditor .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .textEditor .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .textEditor .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .textEditor .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .textEditor .justify-content-xl-center {
    justify-content: center !important;
  }
  .textEditor .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .textEditor .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .textEditor .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .textEditor .align-items-xl-start {
    align-items: flex-start !important;
  }
  .textEditor .align-items-xl-end {
    align-items: flex-end !important;
  }
  .textEditor .align-items-xl-center {
    align-items: center !important;
  }
  .textEditor .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .textEditor .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .textEditor .align-content-xl-start {
    align-content: flex-start !important;
  }
  .textEditor .align-content-xl-end {
    align-content: flex-end !important;
  }
  .textEditor .align-content-xl-center {
    align-content: center !important;
  }
  .textEditor .align-content-xl-between {
    align-content: space-between !important;
  }
  .textEditor .align-content-xl-around {
    align-content: space-around !important;
  }
  .textEditor .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .textEditor .align-self-xl-auto {
    align-self: auto !important;
  }
  .textEditor .align-self-xl-start {
    align-self: flex-start !important;
  }
  .textEditor .align-self-xl-end {
    align-self: flex-end !important;
  }
  .textEditor .align-self-xl-center {
    align-self: center !important;
  }
  .textEditor .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .textEditor .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .textEditor .order-xl-first {
    order: -1 !important;
  }
  .textEditor .order-xl-0 {
    order: 0 !important;
  }
  .textEditor .order-xl-1 {
    order: 1 !important;
  }
  .textEditor .order-xl-2 {
    order: 2 !important;
  }
  .textEditor .order-xl-3 {
    order: 3 !important;
  }
  .textEditor .order-xl-4 {
    order: 4 !important;
  }
  .textEditor .order-xl-5 {
    order: 5 !important;
  }
  .textEditor .order-xl-last {
    order: 6 !important;
  }
  .textEditor .m-xl-0 {
    margin: 0 !important;
  }
  .textEditor .m-xl-1 {
    margin: 0.25rem !important;
  }
  .textEditor .m-xl-2 {
    margin: 0.5rem !important;
  }
  .textEditor .m-xl-3 {
    margin: 1rem !important;
  }
  .textEditor .m-xl-4 {
    margin: 1.5rem !important;
  }
  .textEditor .m-xl-5 {
    margin: 3rem !important;
  }
  .textEditor .m-xl-20 {
    margin: 20px !important;
  }
  .textEditor .m-xl-40 {
    margin: 40px !important;
  }
  .textEditor .m-xl-auto {
    margin: auto !important;
  }
  .textEditor .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .textEditor .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .textEditor .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .textEditor .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .textEditor .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .textEditor .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .textEditor .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .textEditor .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .textEditor .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .textEditor .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .textEditor .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .textEditor .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .textEditor .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .textEditor .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .textEditor .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .textEditor .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .textEditor .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .textEditor .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .textEditor .mt-xl-0 {
    margin-top: 0 !important;
  }
  .textEditor .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .textEditor .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .textEditor .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .textEditor .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .textEditor .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .textEditor .mt-xl-20 {
    margin-top: 20px !important;
  }
  .textEditor .mt-xl-40 {
    margin-top: 40px !important;
  }
  .textEditor .mt-xl-auto {
    margin-top: auto !important;
  }
  .textEditor .me-xl-0 {
    margin-right: 0 !important;
  }
  .textEditor .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .textEditor .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .textEditor .me-xl-3 {
    margin-right: 1rem !important;
  }
  .textEditor .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .textEditor .me-xl-5 {
    margin-right: 3rem !important;
  }
  .textEditor .me-xl-20 {
    margin-right: 20px !important;
  }
  .textEditor .me-xl-40 {
    margin-right: 40px !important;
  }
  .textEditor .me-xl-auto {
    margin-right: auto !important;
  }
  .textEditor .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .textEditor .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .textEditor .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .textEditor .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .textEditor .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .textEditor .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .textEditor .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .textEditor .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .textEditor .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .textEditor .ms-xl-0 {
    margin-left: 0 !important;
  }
  .textEditor .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .textEditor .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .textEditor .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .textEditor .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .textEditor .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .textEditor .ms-xl-20 {
    margin-left: 20px !important;
  }
  .textEditor .ms-xl-40 {
    margin-left: 40px !important;
  }
  .textEditor .ms-xl-auto {
    margin-left: auto !important;
  }
  .textEditor .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .textEditor .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .textEditor .m-xl-n3 {
    margin: -1rem !important;
  }
  .textEditor .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .textEditor .m-xl-n5 {
    margin: -3rem !important;
  }
  .textEditor .m-xl-n20 {
    margin: -20px !important;
  }
  .textEditor .m-xl-n40 {
    margin: -40px !important;
  }
  .textEditor .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .textEditor .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .textEditor .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .textEditor .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .textEditor .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .textEditor .mx-xl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .textEditor .mx-xl-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .textEditor .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .textEditor .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .textEditor .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .textEditor .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .textEditor .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .textEditor .my-xl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .textEditor .my-xl-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .textEditor .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .textEditor .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .textEditor .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .textEditor .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .textEditor .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .textEditor .mt-xl-n20 {
    margin-top: -20px !important;
  }
  .textEditor .mt-xl-n40 {
    margin-top: -40px !important;
  }
  .textEditor .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .textEditor .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .textEditor .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .textEditor .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .textEditor .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .textEditor .me-xl-n20 {
    margin-right: -20px !important;
  }
  .textEditor .me-xl-n40 {
    margin-right: -40px !important;
  }
  .textEditor .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .textEditor .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .textEditor .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .textEditor .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .textEditor .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .textEditor .mb-xl-n20 {
    margin-bottom: -20px !important;
  }
  .textEditor .mb-xl-n40 {
    margin-bottom: -40px !important;
  }
  .textEditor .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .textEditor .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .textEditor .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .textEditor .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .textEditor .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .textEditor .ms-xl-n20 {
    margin-left: -20px !important;
  }
  .textEditor .ms-xl-n40 {
    margin-left: -40px !important;
  }
  .textEditor .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .textEditor .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .textEditor .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .textEditor .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .textEditor .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .textEditor .p-xl-0 {
    padding: 0 !important;
  }
  .textEditor .p-xl-1 {
    padding: 0.25rem !important;
  }
  .textEditor .p-xl-2 {
    padding: 0.5rem !important;
  }
  .textEditor .p-xl-3 {
    padding: 1rem !important;
  }
  .textEditor .p-xl-4 {
    padding: 1.5rem !important;
  }
  .textEditor .p-xl-5 {
    padding: 3rem !important;
  }
  .textEditor .p-xl-20 {
    padding: 20px !important;
  }
  .textEditor .p-xl-40 {
    padding: 40px !important;
  }
  .textEditor .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .textEditor .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .textEditor .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .textEditor .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .textEditor .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .textEditor .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .textEditor .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .textEditor .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .textEditor .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .textEditor .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .textEditor .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .textEditor .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .textEditor .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .textEditor .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .textEditor .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .textEditor .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .textEditor .pt-xl-0 {
    padding-top: 0 !important;
  }
  .textEditor .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .textEditor .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .textEditor .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .textEditor .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .textEditor .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .textEditor .pt-xl-20 {
    padding-top: 20px !important;
  }
  .textEditor .pt-xl-40 {
    padding-top: 40px !important;
  }
  .textEditor .pe-xl-0 {
    padding-right: 0 !important;
  }
  .textEditor .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .textEditor .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .textEditor .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .textEditor .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .textEditor .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .textEditor .pe-xl-20 {
    padding-right: 20px !important;
  }
  .textEditor .pe-xl-40 {
    padding-right: 40px !important;
  }
  .textEditor .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .textEditor .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .textEditor .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .textEditor .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .textEditor .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .textEditor .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .textEditor .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .textEditor .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .textEditor .ps-xl-0 {
    padding-left: 0 !important;
  }
  .textEditor .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .textEditor .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .textEditor .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .textEditor .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .textEditor .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .textEditor .ps-xl-20 {
    padding-left: 20px !important;
  }
  .textEditor .ps-xl-40 {
    padding-left: 40px !important;
  }
  .textEditor .gap-xl-0 {
    gap: 0 !important;
  }
  .textEditor .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .textEditor .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .textEditor .gap-xl-3 {
    gap: 1rem !important;
  }
  .textEditor .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .textEditor .gap-xl-5 {
    gap: 3rem !important;
  }
  .textEditor .gap-xl-20 {
    gap: 20px !important;
  }
  .textEditor .gap-xl-40 {
    gap: 40px !important;
  }
  .textEditor .text-xl-start {
    text-align: left !important;
  }
  .textEditor .text-xl-end {
    text-align: right !important;
  }
  .textEditor .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .textEditor .float-xxl-start {
    float: left !important;
  }
  .textEditor .float-xxl-end {
    float: right !important;
  }
  .textEditor .float-xxl-none {
    float: none !important;
  }
  .textEditor .d-xxl-inline {
    display: inline !important;
  }
  .textEditor .d-xxl-inline-block {
    display: inline-block !important;
  }
  .textEditor .d-xxl-block {
    display: block !important;
  }
  .textEditor .d-xxl-grid {
    display: grid !important;
  }
  .textEditor .d-xxl-table {
    display: table !important;
  }
  .textEditor .d-xxl-table-row {
    display: table-row !important;
  }
  .textEditor .d-xxl-table-cell {
    display: table-cell !important;
  }
  .textEditor .d-xxl-flex {
    display: flex !important;
  }
  .textEditor .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .textEditor .d-xxl-none {
    display: none !important;
  }
  .textEditor .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .textEditor .flex-xxl-row {
    flex-direction: row !important;
  }
  .textEditor .flex-xxl-column {
    flex-direction: column !important;
  }
  .textEditor .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .textEditor .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .textEditor .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .textEditor .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .textEditor .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .textEditor .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .textEditor .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .textEditor .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .textEditor .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .textEditor .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .textEditor .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .textEditor .justify-content-xxl-center {
    justify-content: center !important;
  }
  .textEditor .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .textEditor .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .textEditor .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .textEditor .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .textEditor .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .textEditor .align-items-xxl-center {
    align-items: center !important;
  }
  .textEditor .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .textEditor .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .textEditor .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .textEditor .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .textEditor .align-content-xxl-center {
    align-content: center !important;
  }
  .textEditor .align-content-xxl-between {
    align-content: space-between !important;
  }
  .textEditor .align-content-xxl-around {
    align-content: space-around !important;
  }
  .textEditor .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .textEditor .align-self-xxl-auto {
    align-self: auto !important;
  }
  .textEditor .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .textEditor .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .textEditor .align-self-xxl-center {
    align-self: center !important;
  }
  .textEditor .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .textEditor .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .textEditor .order-xxl-first {
    order: -1 !important;
  }
  .textEditor .order-xxl-0 {
    order: 0 !important;
  }
  .textEditor .order-xxl-1 {
    order: 1 !important;
  }
  .textEditor .order-xxl-2 {
    order: 2 !important;
  }
  .textEditor .order-xxl-3 {
    order: 3 !important;
  }
  .textEditor .order-xxl-4 {
    order: 4 !important;
  }
  .textEditor .order-xxl-5 {
    order: 5 !important;
  }
  .textEditor .order-xxl-last {
    order: 6 !important;
  }
  .textEditor .m-xxl-0 {
    margin: 0 !important;
  }
  .textEditor .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .textEditor .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .textEditor .m-xxl-3 {
    margin: 1rem !important;
  }
  .textEditor .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .textEditor .m-xxl-5 {
    margin: 3rem !important;
  }
  .textEditor .m-xxl-20 {
    margin: 20px !important;
  }
  .textEditor .m-xxl-40 {
    margin: 40px !important;
  }
  .textEditor .m-xxl-auto {
    margin: auto !important;
  }
  .textEditor .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .textEditor .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .textEditor .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .textEditor .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .textEditor .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .textEditor .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .textEditor .mx-xxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .textEditor .mx-xxl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .textEditor .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .textEditor .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .textEditor .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .textEditor .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .textEditor .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .textEditor .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .textEditor .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .textEditor .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .textEditor .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .textEditor .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .textEditor .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .textEditor .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .textEditor .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .textEditor .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .textEditor .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .textEditor .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .textEditor .mt-xxl-20 {
    margin-top: 20px !important;
  }
  .textEditor .mt-xxl-40 {
    margin-top: 40px !important;
  }
  .textEditor .mt-xxl-auto {
    margin-top: auto !important;
  }
  .textEditor .me-xxl-0 {
    margin-right: 0 !important;
  }
  .textEditor .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .textEditor .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .textEditor .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .textEditor .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .textEditor .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .textEditor .me-xxl-20 {
    margin-right: 20px !important;
  }
  .textEditor .me-xxl-40 {
    margin-right: 40px !important;
  }
  .textEditor .me-xxl-auto {
    margin-right: auto !important;
  }
  .textEditor .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .textEditor .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .textEditor .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .textEditor .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .textEditor .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .textEditor .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .textEditor .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .textEditor .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .textEditor .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .textEditor .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .textEditor .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .textEditor .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .textEditor .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .textEditor .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .textEditor .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .textEditor .ms-xxl-20 {
    margin-left: 20px !important;
  }
  .textEditor .ms-xxl-40 {
    margin-left: 40px !important;
  }
  .textEditor .ms-xxl-auto {
    margin-left: auto !important;
  }
  .textEditor .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .textEditor .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .textEditor .m-xxl-n3 {
    margin: -1rem !important;
  }
  .textEditor .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .textEditor .m-xxl-n5 {
    margin: -3rem !important;
  }
  .textEditor .m-xxl-n20 {
    margin: -20px !important;
  }
  .textEditor .m-xxl-n40 {
    margin: -40px !important;
  }
  .textEditor .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .textEditor .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .textEditor .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .textEditor .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .textEditor .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .textEditor .mx-xxl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .textEditor .mx-xxl-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .textEditor .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .textEditor .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .textEditor .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .textEditor .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .textEditor .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .textEditor .my-xxl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .textEditor .my-xxl-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .textEditor .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .textEditor .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .textEditor .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .textEditor .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .textEditor .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .textEditor .mt-xxl-n20 {
    margin-top: -20px !important;
  }
  .textEditor .mt-xxl-n40 {
    margin-top: -40px !important;
  }
  .textEditor .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .textEditor .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .textEditor .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .textEditor .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .textEditor .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .textEditor .me-xxl-n20 {
    margin-right: -20px !important;
  }
  .textEditor .me-xxl-n40 {
    margin-right: -40px !important;
  }
  .textEditor .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .textEditor .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .textEditor .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .textEditor .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .textEditor .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .textEditor .mb-xxl-n20 {
    margin-bottom: -20px !important;
  }
  .textEditor .mb-xxl-n40 {
    margin-bottom: -40px !important;
  }
  .textEditor .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .textEditor .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .textEditor .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .textEditor .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .textEditor .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .textEditor .ms-xxl-n20 {
    margin-left: -20px !important;
  }
  .textEditor .ms-xxl-n40 {
    margin-left: -40px !important;
  }
  .textEditor .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .textEditor .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .textEditor .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .textEditor .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .textEditor .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .textEditor .p-xxl-0 {
    padding: 0 !important;
  }
  .textEditor .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .textEditor .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .textEditor .p-xxl-3 {
    padding: 1rem !important;
  }
  .textEditor .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .textEditor .p-xxl-5 {
    padding: 3rem !important;
  }
  .textEditor .p-xxl-20 {
    padding: 20px !important;
  }
  .textEditor .p-xxl-40 {
    padding: 40px !important;
  }
  .textEditor .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .textEditor .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .textEditor .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .textEditor .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .textEditor .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .textEditor .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .textEditor .px-xxl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .textEditor .px-xxl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .textEditor .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .textEditor .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .textEditor .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .textEditor .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .textEditor .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .textEditor .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .textEditor .py-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .textEditor .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .textEditor .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .textEditor .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .textEditor .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .textEditor .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .textEditor .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .textEditor .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .textEditor .pt-xxl-20 {
    padding-top: 20px !important;
  }
  .textEditor .pt-xxl-40 {
    padding-top: 40px !important;
  }
  .textEditor .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .textEditor .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .textEditor .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .textEditor .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .textEditor .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .textEditor .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .textEditor .pe-xxl-20 {
    padding-right: 20px !important;
  }
  .textEditor .pe-xxl-40 {
    padding-right: 40px !important;
  }
  .textEditor .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .textEditor .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .textEditor .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .textEditor .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .textEditor .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .textEditor .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .textEditor .pb-xxl-20 {
    padding-bottom: 20px !important;
  }
  .textEditor .pb-xxl-40 {
    padding-bottom: 40px !important;
  }
  .textEditor .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .textEditor .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .textEditor .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .textEditor .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .textEditor .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .textEditor .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .textEditor .ps-xxl-20 {
    padding-left: 20px !important;
  }
  .textEditor .ps-xxl-40 {
    padding-left: 40px !important;
  }
  .textEditor .gap-xxl-0 {
    gap: 0 !important;
  }
  .textEditor .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .textEditor .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .textEditor .gap-xxl-3 {
    gap: 1rem !important;
  }
  .textEditor .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .textEditor .gap-xxl-5 {
    gap: 3rem !important;
  }
  .textEditor .gap-xxl-20 {
    gap: 20px !important;
  }
  .textEditor .gap-xxl-40 {
    gap: 40px !important;
  }
  .textEditor .text-xxl-start {
    text-align: left !important;
  }
  .textEditor .text-xxl-end {
    text-align: right !important;
  }
  .textEditor .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .textEditor .float-xxxl-start {
    float: left !important;
  }
  .textEditor .float-xxxl-end {
    float: right !important;
  }
  .textEditor .float-xxxl-none {
    float: none !important;
  }
  .textEditor .d-xxxl-inline {
    display: inline !important;
  }
  .textEditor .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .textEditor .d-xxxl-block {
    display: block !important;
  }
  .textEditor .d-xxxl-grid {
    display: grid !important;
  }
  .textEditor .d-xxxl-table {
    display: table !important;
  }
  .textEditor .d-xxxl-table-row {
    display: table-row !important;
  }
  .textEditor .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .textEditor .d-xxxl-flex {
    display: flex !important;
  }
  .textEditor .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .textEditor .d-xxxl-none {
    display: none !important;
  }
  .textEditor .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .textEditor .flex-xxxl-row {
    flex-direction: row !important;
  }
  .textEditor .flex-xxxl-column {
    flex-direction: column !important;
  }
  .textEditor .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .textEditor .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .textEditor .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .textEditor .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .textEditor .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .textEditor .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .textEditor .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .textEditor .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .textEditor .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .textEditor .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .textEditor .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .textEditor .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .textEditor .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .textEditor .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .textEditor .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .textEditor .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .textEditor .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .textEditor .align-items-xxxl-center {
    align-items: center !important;
  }
  .textEditor .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .textEditor .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .textEditor .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .textEditor .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .textEditor .align-content-xxxl-center {
    align-content: center !important;
  }
  .textEditor .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .textEditor .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .textEditor .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .textEditor .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .textEditor .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .textEditor .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .textEditor .align-self-xxxl-center {
    align-self: center !important;
  }
  .textEditor .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .textEditor .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .textEditor .order-xxxl-first {
    order: -1 !important;
  }
  .textEditor .order-xxxl-0 {
    order: 0 !important;
  }
  .textEditor .order-xxxl-1 {
    order: 1 !important;
  }
  .textEditor .order-xxxl-2 {
    order: 2 !important;
  }
  .textEditor .order-xxxl-3 {
    order: 3 !important;
  }
  .textEditor .order-xxxl-4 {
    order: 4 !important;
  }
  .textEditor .order-xxxl-5 {
    order: 5 !important;
  }
  .textEditor .order-xxxl-last {
    order: 6 !important;
  }
  .textEditor .m-xxxl-0 {
    margin: 0 !important;
  }
  .textEditor .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .textEditor .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .textEditor .m-xxxl-3 {
    margin: 1rem !important;
  }
  .textEditor .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .textEditor .m-xxxl-5 {
    margin: 3rem !important;
  }
  .textEditor .m-xxxl-20 {
    margin: 20px !important;
  }
  .textEditor .m-xxxl-40 {
    margin: 40px !important;
  }
  .textEditor .m-xxxl-auto {
    margin: auto !important;
  }
  .textEditor .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .textEditor .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .textEditor .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .textEditor .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .textEditor .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .textEditor .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .textEditor .mx-xxxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .textEditor .mx-xxxl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .textEditor .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .textEditor .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .textEditor .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .textEditor .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .textEditor .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .textEditor .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .textEditor .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .textEditor .my-xxxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .textEditor .my-xxxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .textEditor .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .textEditor .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .textEditor .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .textEditor .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .textEditor .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .textEditor .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .textEditor .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .textEditor .mt-xxxl-20 {
    margin-top: 20px !important;
  }
  .textEditor .mt-xxxl-40 {
    margin-top: 40px !important;
  }
  .textEditor .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .textEditor .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .textEditor .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .textEditor .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .textEditor .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .textEditor .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .textEditor .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .textEditor .me-xxxl-20 {
    margin-right: 20px !important;
  }
  .textEditor .me-xxxl-40 {
    margin-right: 40px !important;
  }
  .textEditor .me-xxxl-auto {
    margin-right: auto !important;
  }
  .textEditor .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .textEditor .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .textEditor .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .textEditor .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .textEditor .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .textEditor .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .textEditor .mb-xxxl-20 {
    margin-bottom: 20px !important;
  }
  .textEditor .mb-xxxl-40 {
    margin-bottom: 40px !important;
  }
  .textEditor .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .textEditor .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .textEditor .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .textEditor .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .textEditor .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .textEditor .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .textEditor .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .textEditor .ms-xxxl-20 {
    margin-left: 20px !important;
  }
  .textEditor .ms-xxxl-40 {
    margin-left: 40px !important;
  }
  .textEditor .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .textEditor .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .textEditor .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .textEditor .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .textEditor .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .textEditor .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .textEditor .m-xxxl-n20 {
    margin: -20px !important;
  }
  .textEditor .m-xxxl-n40 {
    margin: -40px !important;
  }
  .textEditor .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .textEditor .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .textEditor .mx-xxxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .textEditor .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .textEditor .mx-xxxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .textEditor .mx-xxxl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .textEditor .mx-xxxl-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .textEditor .my-xxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .textEditor .my-xxxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .textEditor .my-xxxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .textEditor .my-xxxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .textEditor .my-xxxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .textEditor .my-xxxl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .textEditor .my-xxxl-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .textEditor .mt-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .textEditor .mt-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .textEditor .mt-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .textEditor .mt-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .textEditor .mt-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .textEditor .mt-xxxl-n20 {
    margin-top: -20px !important;
  }
  .textEditor .mt-xxxl-n40 {
    margin-top: -40px !important;
  }
  .textEditor .me-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .textEditor .me-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .textEditor .me-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .textEditor .me-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .textEditor .me-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .textEditor .me-xxxl-n20 {
    margin-right: -20px !important;
  }
  .textEditor .me-xxxl-n40 {
    margin-right: -40px !important;
  }
  .textEditor .mb-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .textEditor .mb-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .textEditor .mb-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .textEditor .mb-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .textEditor .mb-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .textEditor .mb-xxxl-n20 {
    margin-bottom: -20px !important;
  }
  .textEditor .mb-xxxl-n40 {
    margin-bottom: -40px !important;
  }
  .textEditor .ms-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .textEditor .ms-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .textEditor .ms-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .textEditor .ms-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .textEditor .ms-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .textEditor .ms-xxxl-n20 {
    margin-left: -20px !important;
  }
  .textEditor .ms-xxxl-n40 {
    margin-left: -40px !important;
  }
  .textEditor .object-fit-xxxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .textEditor .object-fit-xxxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .textEditor .object-fit-xxxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .textEditor .object-fit-xxxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .textEditor .object-fit-xxxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .textEditor .p-xxxl-0 {
    padding: 0 !important;
  }
  .textEditor .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .textEditor .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .textEditor .p-xxxl-3 {
    padding: 1rem !important;
  }
  .textEditor .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .textEditor .p-xxxl-5 {
    padding: 3rem !important;
  }
  .textEditor .p-xxxl-20 {
    padding: 20px !important;
  }
  .textEditor .p-xxxl-40 {
    padding: 40px !important;
  }
  .textEditor .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .textEditor .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .textEditor .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .textEditor .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .textEditor .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .textEditor .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .textEditor .px-xxxl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .textEditor .px-xxxl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .textEditor .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .textEditor .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .textEditor .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .textEditor .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .textEditor .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .textEditor .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .textEditor .py-xxxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .textEditor .py-xxxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .textEditor .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .textEditor .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .textEditor .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .textEditor .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .textEditor .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .textEditor .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .textEditor .pt-xxxl-20 {
    padding-top: 20px !important;
  }
  .textEditor .pt-xxxl-40 {
    padding-top: 40px !important;
  }
  .textEditor .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .textEditor .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .textEditor .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .textEditor .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .textEditor .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .textEditor .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .textEditor .pe-xxxl-20 {
    padding-right: 20px !important;
  }
  .textEditor .pe-xxxl-40 {
    padding-right: 40px !important;
  }
  .textEditor .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .textEditor .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .textEditor .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .textEditor .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .textEditor .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .textEditor .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .textEditor .pb-xxxl-20 {
    padding-bottom: 20px !important;
  }
  .textEditor .pb-xxxl-40 {
    padding-bottom: 40px !important;
  }
  .textEditor .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .textEditor .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .textEditor .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .textEditor .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .textEditor .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .textEditor .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .textEditor .ps-xxxl-20 {
    padding-left: 20px !important;
  }
  .textEditor .ps-xxxl-40 {
    padding-left: 40px !important;
  }
  .textEditor .gap-xxxl-0 {
    gap: 0 !important;
  }
  .textEditor .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .textEditor .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .textEditor .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .textEditor .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .textEditor .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .textEditor .gap-xxxl-20 {
    gap: 20px !important;
  }
  .textEditor .gap-xxxl-40 {
    gap: 40px !important;
  }
  .textEditor .text-xxxl-start {
    text-align: left !important;
  }
  .textEditor .text-xxxl-end {
    text-align: right !important;
  }
  .textEditor .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .textEditor .fs-1 {
    font-size: 1.875rem !important;
  }
  .textEditor .fs-2 {
    font-size: 1.625rem !important;
  }
  .textEditor .fs-3 {
    font-size: 1.5rem !important;
  }
  .textEditor .fs-4 {
    font-size: 1.375rem !important;
  }
}
@media print {
  .textEditor .d-print-inline {
    display: inline !important;
  }
  .textEditor .d-print-inline-block {
    display: inline-block !important;
  }
  .textEditor .d-print-block {
    display: block !important;
  }
  .textEditor .d-print-grid {
    display: grid !important;
  }
  .textEditor .d-print-table {
    display: table !important;
  }
  .textEditor .d-print-table-row {
    display: table-row !important;
  }
  .textEditor .d-print-table-cell {
    display: table-cell !important;
  }
  .textEditor .d-print-flex {
    display: flex !important;
  }
  .textEditor .d-print-inline-flex {
    display: inline-flex !important;
  }
  .textEditor .d-print-none {
    display: none !important;
  }
}

/*!
 * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../../backend/css/bootstrap/icons-1.11.1/font/fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), url("../../backend/css/bootstrap/icons-1.11.1/font/fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
  content: "\f67f";
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

.bi-cloud-drizzle::before {
  content: "\f29d";
}

.bi-cloud-fill::before {
  content: "\f29e";
}

.bi-cloud-fog-fill::before {
  content: "\f29f";
}

.bi-cloud-fog::before {
  content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

.bi-cloud-fog2::before {
  content: "\f2a2";
}

.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

.bi-cloud-hail::before {
  content: "\f2a4";
}

.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

.bi-cloud-haze::before {
  content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

.bi-cloud-lightning::before {
  content: "\f2ac";
}

.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

.bi-cloud-minus::before {
  content: "\f2ae";
}

.bi-cloud-moon-fill::before {
  content: "\f2af";
}

.bi-cloud-moon::before {
  content: "\f2b0";
}

.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

.bi-cloud-plus::before {
  content: "\f2b2";
}

.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

.bi-cloud-rain::before {
  content: "\f2b6";
}

.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

.bi-cloud-slash::before {
  content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

.bi-cloud-sleet::before {
  content: "\f2ba";
}

.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

.bi-cloud-snow::before {
  content: "\f2bc";
}

.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

.bi-cloud-sun::before {
  content: "\f2be";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

.bi-cloud-upload::before {
  content: "\f2c0";
}

.bi-cloud::before {
  content: "\f2c1";
}

.bi-clouds-fill::before {
  content: "\f2c2";
}

.bi-clouds::before {
  content: "\f2c3";
}

.bi-cloudy-fill::before {
  content: "\f2c4";
}

.bi-cloudy::before {
  content: "\f2c5";
}

.bi-code-slash::before {
  content: "\f2c6";
}

.bi-code-square::before {
  content: "\f2c7";
}

.bi-code::before {
  content: "\f2c8";
}

.bi-collection-fill::before {
  content: "\f2c9";
}

.bi-collection-play-fill::before {
  content: "\f2ca";
}

.bi-collection-play::before {
  content: "\f2cb";
}

.bi-collection::before {
  content: "\f2cc";
}

.bi-columns-gap::before {
  content: "\f2cd";
}

.bi-columns::before {
  content: "\f2ce";
}

.bi-command::before {
  content: "\f2cf";
}

.bi-compass-fill::before {
  content: "\f2d0";
}

.bi-compass::before {
  content: "\f2d1";
}

.bi-cone-striped::before {
  content: "\f2d2";
}

.bi-cone::before {
  content: "\f2d3";
}

.bi-controller::before {
  content: "\f2d4";
}

.bi-cpu-fill::before {
  content: "\f2d5";
}

.bi-cpu::before {
  content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

.bi-credit-card-2-back::before {
  content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

.bi-credit-card-2-front::before {
  content: "\f2da";
}

.bi-credit-card-fill::before {
  content: "\f2db";
}

.bi-credit-card::before {
  content: "\f2dc";
}

.bi-crop::before {
  content: "\f2dd";
}

.bi-cup-fill::before {
  content: "\f2de";
}

.bi-cup-straw::before {
  content: "\f2df";
}

.bi-cup::before {
  content: "\f2e0";
}

.bi-cursor-fill::before {
  content: "\f2e1";
}

.bi-cursor-text::before {
  content: "\f2e2";
}

.bi-cursor::before {
  content: "\f2e3";
}

.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

.bi-dash-circle-fill::before {
  content: "\f2e5";
}

.bi-dash-circle::before {
  content: "\f2e6";
}

.bi-dash-square-dotted::before {
  content: "\f2e7";
}

.bi-dash-square-fill::before {
  content: "\f2e8";
}

.bi-dash-square::before {
  content: "\f2e9";
}

.bi-dash::before {
  content: "\f2ea";
}

.bi-diagram-2-fill::before {
  content: "\f2eb";
}

.bi-diagram-2::before {
  content: "\f2ec";
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi-diagram-3::before {
  content: "\f2ee";
}

.bi-diamond-fill::before {
  content: "\f2ef";
}

.bi-diamond-half::before {
  content: "\f2f0";
}

.bi-diamond::before {
  content: "\f2f1";
}

.bi-dice-1-fill::before {
  content: "\f2f2";
}

.bi-dice-1::before {
  content: "\f2f3";
}

.bi-dice-2-fill::before {
  content: "\f2f4";
}

.bi-dice-2::before {
  content: "\f2f5";
}

.bi-dice-3-fill::before {
  content: "\f2f6";
}

.bi-dice-3::before {
  content: "\f2f7";
}

.bi-dice-4-fill::before {
  content: "\f2f8";
}

.bi-dice-4::before {
  content: "\f2f9";
}

.bi-dice-5-fill::before {
  content: "\f2fa";
}

.bi-dice-5::before {
  content: "\f2fb";
}

.bi-dice-6-fill::before {
  content: "\f2fc";
}

.bi-dice-6::before {
  content: "\f2fd";
}

.bi-disc-fill::before {
  content: "\f2fe";
}

.bi-disc::before {
  content: "\f2ff";
}

.bi-discord::before {
  content: "\f300";
}

.bi-display-fill::before {
  content: "\f301";
}

.bi-display::before {
  content: "\f302";
}

.bi-distribute-horizontal::before {
  content: "\f303";
}

.bi-distribute-vertical::before {
  content: "\f304";
}

.bi-door-closed-fill::before {
  content: "\f305";
}

.bi-door-closed::before {
  content: "\f306";
}

.bi-door-open-fill::before {
  content: "\f307";
}

.bi-door-open::before {
  content: "\f308";
}

.bi-dot::before {
  content: "\f309";
}

.bi-download::before {
  content: "\f30a";
}

.bi-droplet-fill::before {
  content: "\f30b";
}

.bi-droplet-half::before {
  content: "\f30c";
}

.bi-droplet::before {
  content: "\f30d";
}

.bi-earbuds::before {
  content: "\f30e";
}

.bi-easel-fill::before {
  content: "\f30f";
}

.bi-easel::before {
  content: "\f310";
}

.bi-egg-fill::before {
  content: "\f311";
}

.bi-egg-fried::before {
  content: "\f312";
}

.bi-egg::before {
  content: "\f313";
}

.bi-eject-fill::before {
  content: "\f314";
}

.bi-eject::before {
  content: "\f315";
}

.bi-emoji-angry-fill::before {
  content: "\f316";
}

.bi-emoji-angry::before {
  content: "\f317";
}

.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

.bi-emoji-dizzy::before {
  content: "\f319";
}

.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

.bi-emoji-expressionless::before {
  content: "\f31b";
}

.bi-emoji-frown-fill::before {
  content: "\f31c";
}

.bi-emoji-frown::before {
  content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

.bi-emoji-laughing-fill::before {
  content: "\f320";
}

.bi-emoji-laughing::before {
  content: "\f321";
}

.bi-emoji-neutral-fill::before {
  content: "\f322";
}

.bi-emoji-neutral::before {
  content: "\f323";
}

.bi-emoji-smile-fill::before {
  content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

.bi-emoji-smile::before {
  content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

.bi-emoji-sunglasses::before {
  content: "\f329";
}

.bi-emoji-wink-fill::before {
  content: "\f32a";
}

.bi-emoji-wink::before {
  content: "\f32b";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-envelope-open-fill::before {
  content: "\f32d";
}

.bi-envelope-open::before {
  content: "\f32e";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-eraser-fill::before {
  content: "\f330";
}

.bi-eraser::before {
  content: "\f331";
}

.bi-exclamation-circle-fill::before {
  content: "\f332";
}

.bi-exclamation-circle::before {
  content: "\f333";
}

.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

.bi-exclamation-diamond::before {
  content: "\f335";
}

.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

.bi-exclamation-octagon::before {
  content: "\f337";
}

.bi-exclamation-square-fill::before {
  content: "\f338";
}

.bi-exclamation-square::before {
  content: "\f339";
}

.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

.bi-exclamation-triangle::before {
  content: "\f33b";
}

.bi-exclamation::before {
  content: "\f33c";
}

.bi-exclude::before {
  content: "\f33d";
}

.bi-eye-fill::before {
  content: "\f33e";
}

.bi-eye-slash-fill::before {
  content: "\f33f";
}

.bi-eye-slash::before {
  content: "\f340";
}

.bi-eye::before {
  content: "\f341";
}

.bi-eyedropper::before {
  content: "\f342";
}

.bi-eyeglasses::before {
  content: "\f343";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-file-arrow-down-fill::before {
  content: "\f345";
}

.bi-file-arrow-down::before {
  content: "\f346";
}

.bi-file-arrow-up-fill::before {
  content: "\f347";
}

.bi-file-arrow-up::before {
  content: "\f348";
}

.bi-file-bar-graph-fill::before {
  content: "\f349";
}

.bi-file-bar-graph::before {
  content: "\f34a";
}

.bi-file-binary-fill::before {
  content: "\f34b";
}

.bi-file-binary::before {
  content: "\f34c";
}

.bi-file-break-fill::before {
  content: "\f34d";
}

.bi-file-break::before {
  content: "\f34e";
}

.bi-file-check-fill::before {
  content: "\f34f";
}

.bi-file-check::before {
  content: "\f350";
}

.bi-file-code-fill::before {
  content: "\f351";
}

.bi-file-code::before {
  content: "\f352";
}

.bi-file-diff-fill::before {
  content: "\f353";
}

.bi-file-diff::before {
  content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

.bi-file-earmark-binary::before {
  content: "\f35c";
}

.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

.bi-file-earmark-break::before {
  content: "\f35e";
}

.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

.bi-file-earmark-check::before {
  content: "\f360";
}

.bi-file-earmark-code-fill::before {
  content: "\f361";
}

.bi-file-earmark-code::before {
  content: "\f362";
}

.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

.bi-file-earmark-diff::before {
  content: "\f364";
}

.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

.bi-file-earmark-easel::before {
  content: "\f366";
}

.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

.bi-file-earmark-excel::before {
  content: "\f368";
}

.bi-file-earmark-fill::before {
  content: "\f369";
}

.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

.bi-file-earmark-font::before {
  content: "\f36b";
}

.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

.bi-file-earmark-image::before {
  content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

.bi-file-earmark-lock::before {
  content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

.bi-file-earmark-lock2::before {
  content: "\f371";
}

.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

.bi-file-earmark-medical::before {
  content: "\f373";
}

.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

.bi-file-earmark-minus::before {
  content: "\f375";
}

.bi-file-earmark-music-fill::before {
  content: "\f376";
}

.bi-file-earmark-music::before {
  content: "\f377";
}

.bi-file-earmark-person-fill::before {
  content: "\f378";
}

.bi-file-earmark-person::before {
  content: "\f379";
}

.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

.bi-file-earmark-play::before {
  content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

.bi-file-earmark-plus::before {
  content: "\f37d";
}

.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

.bi-file-earmark-post::before {
  content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

.bi-file-earmark-ppt::before {
  content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

.bi-file-earmark-richtext::before {
  content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

.bi-file-earmark-ruled::before {
  content: "\f385";
}

.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

.bi-file-earmark-slides::before {
  content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

.bi-file-earmark-text::before {
  content: "\f38b";
}

.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

.bi-file-earmark-word::before {
  content: "\f38d";
}

.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

.bi-file-earmark-x::before {
  content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

.bi-file-earmark-zip::before {
  content: "\f391";
}

.bi-file-earmark::before {
  content: "\f392";
}

.bi-file-easel-fill::before {
  content: "\f393";
}

.bi-file-easel::before {
  content: "\f394";
}

.bi-file-excel-fill::before {
  content: "\f395";
}

.bi-file-excel::before {
  content: "\f396";
}

.bi-file-fill::before {
  content: "\f397";
}

.bi-file-font-fill::before {
  content: "\f398";
}

.bi-file-font::before {
  content: "\f399";
}

.bi-file-image-fill::before {
  content: "\f39a";
}

.bi-file-image::before {
  content: "\f39b";
}

.bi-file-lock-fill::before {
  content: "\f39c";
}

.bi-file-lock::before {
  content: "\f39d";
}

.bi-file-lock2-fill::before {
  content: "\f39e";
}

.bi-file-lock2::before {
  content: "\f39f";
}

.bi-file-medical-fill::before {
  content: "\f3a0";
}

.bi-file-medical::before {
  content: "\f3a1";
}

.bi-file-minus-fill::before {
  content: "\f3a2";
}

.bi-file-minus::before {
  content: "\f3a3";
}

.bi-file-music-fill::before {
  content: "\f3a4";
}

.bi-file-music::before {
  content: "\f3a5";
}

.bi-file-person-fill::before {
  content: "\f3a6";
}

.bi-file-person::before {
  content: "\f3a7";
}

.bi-file-play-fill::before {
  content: "\f3a8";
}

.bi-file-play::before {
  content: "\f3a9";
}

.bi-file-plus-fill::before {
  content: "\f3aa";
}

.bi-file-plus::before {
  content: "\f3ab";
}

.bi-file-post-fill::before {
  content: "\f3ac";
}

.bi-file-post::before {
  content: "\f3ad";
}

.bi-file-ppt-fill::before {
  content: "\f3ae";
}

.bi-file-ppt::before {
  content: "\f3af";
}

.bi-file-richtext-fill::before {
  content: "\f3b0";
}

.bi-file-richtext::before {
  content: "\f3b1";
}

.bi-file-ruled-fill::before {
  content: "\f3b2";
}

.bi-file-ruled::before {
  content: "\f3b3";
}

.bi-file-slides-fill::before {
  content: "\f3b4";
}

.bi-file-slides::before {
  content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

.bi-file-spreadsheet::before {
  content: "\f3b7";
}

.bi-file-text-fill::before {
  content: "\f3b8";
}

.bi-file-text::before {
  content: "\f3b9";
}

.bi-file-word-fill::before {
  content: "\f3ba";
}

.bi-file-word::before {
  content: "\f3bb";
}

.bi-file-x-fill::before {
  content: "\f3bc";
}

.bi-file-x::before {
  content: "\f3bd";
}

.bi-file-zip-fill::before {
  content: "\f3be";
}

.bi-file-zip::before {
  content: "\f3bf";
}

.bi-file::before {
  content: "\f3c0";
}

.bi-files-alt::before {
  content: "\f3c1";
}

.bi-files::before {
  content: "\f3c2";
}

.bi-film::before {
  content: "\f3c3";
}

.bi-filter-circle-fill::before {
  content: "\f3c4";
}

.bi-filter-circle::before {
  content: "\f3c5";
}

.bi-filter-left::before {
  content: "\f3c6";
}

.bi-filter-right::before {
  content: "\f3c7";
}

.bi-filter-square-fill::before {
  content: "\f3c8";
}

.bi-filter-square::before {
  content: "\f3c9";
}

.bi-filter::before {
  content: "\f3ca";
}

.bi-flag-fill::before {
  content: "\f3cb";
}

.bi-flag::before {
  content: "\f3cc";
}

.bi-flower1::before {
  content: "\f3cd";
}

.bi-flower2::before {
  content: "\f3ce";
}

.bi-flower3::before {
  content: "\f3cf";
}

.bi-folder-check::before {
  content: "\f3d0";
}

.bi-folder-fill::before {
  content: "\f3d1";
}

.bi-folder-minus::before {
  content: "\f3d2";
}

.bi-folder-plus::before {
  content: "\f3d3";
}

.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

.bi-folder-symlink::before {
  content: "\f3d5";
}

.bi-folder-x::before {
  content: "\f3d6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-folder2-open::before {
  content: "\f3d8";
}

.bi-folder2::before {
  content: "\f3d9";
}

.bi-fonts::before {
  content: "\f3da";
}

.bi-forward-fill::before {
  content: "\f3db";
}

.bi-forward::before {
  content: "\f3dc";
}

.bi-front::before {
  content: "\f3dd";
}

.bi-fullscreen-exit::before {
  content: "\f3de";
}

.bi-fullscreen::before {
  content: "\f3df";
}

.bi-funnel-fill::before {
  content: "\f3e0";
}

.bi-funnel::before {
  content: "\f3e1";
}

.bi-gear-fill::before {
  content: "\f3e2";
}

.bi-gear-wide-connected::before {
  content: "\f3e3";
}

.bi-gear-wide::before {
  content: "\f3e4";
}

.bi-gear::before {
  content: "\f3e5";
}

.bi-gem::before {
  content: "\f3e6";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-geo-fill::before {
  content: "\f3e9";
}

.bi-geo::before {
  content: "\f3ea";
}

.bi-gift-fill::before {
  content: "\f3eb";
}

.bi-gift::before {
  content: "\f3ec";
}

.bi-github::before {
  content: "\f3ed";
}

.bi-globe::before {
  content: "\f3ee";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-google::before {
  content: "\f3f0";
}

.bi-graph-down::before {
  content: "\f3f1";
}

.bi-graph-up::before {
  content: "\f3f2";
}

.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

.bi-grid-1x2::before {
  content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

.bi-grid-3x2::before {
  content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

.bi-grid-3x3::before {
  content: "\f3fa";
}

.bi-grid-fill::before {
  content: "\f3fb";
}

.bi-grid::before {
  content: "\f3fc";
}

.bi-grip-horizontal::before {
  content: "\f3fd";
}

.bi-grip-vertical::before {
  content: "\f3fe";
}

.bi-hammer::before {
  content: "\f3ff";
}

.bi-hand-index-fill::before {
  content: "\f400";
}

.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

.bi-hand-index-thumb::before {
  content: "\f402";
}

.bi-hand-index::before {
  content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

.bi-hand-thumbs-down::before {
  content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

.bi-hand-thumbs-up::before {
  content: "\f407";
}

.bi-handbag-fill::before {
  content: "\f408";
}

.bi-handbag::before {
  content: "\f409";
}

.bi-hash::before {
  content: "\f40a";
}

.bi-hdd-fill::before {
  content: "\f40b";
}

.bi-hdd-network-fill::before {
  content: "\f40c";
}

.bi-hdd-network::before {
  content: "\f40d";
}

.bi-hdd-rack-fill::before {
  content: "\f40e";
}

.bi-hdd-rack::before {
  content: "\f40f";
}

.bi-hdd-stack-fill::before {
  content: "\f410";
}

.bi-hdd-stack::before {
  content: "\f411";
}

.bi-hdd::before {
  content: "\f412";
}

.bi-headphones::before {
  content: "\f413";
}

.bi-headset::before {
  content: "\f414";
}

.bi-heart-fill::before {
  content: "\f415";
}

.bi-heart-half::before {
  content: "\f416";
}

.bi-heart::before {
  content: "\f417";
}

.bi-heptagon-fill::before {
  content: "\f418";
}

.bi-heptagon-half::before {
  content: "\f419";
}

.bi-heptagon::before {
  content: "\f41a";
}

.bi-hexagon-fill::before {
  content: "\f41b";
}

.bi-hexagon-half::before {
  content: "\f41c";
}

.bi-hexagon::before {
  content: "\f41d";
}

.bi-hourglass-bottom::before {
  content: "\f41e";
}

.bi-hourglass-split::before {
  content: "\f41f";
}

.bi-hourglass-top::before {
  content: "\f420";
}

.bi-hourglass::before {
  content: "\f421";
}

.bi-house-door-fill::before {
  content: "\f422";
}

.bi-house-door::before {
  content: "\f423";
}

.bi-house-fill::before {
  content: "\f424";
}

.bi-house::before {
  content: "\f425";
}

.bi-hr::before {
  content: "\f426";
}

.bi-hurricane::before {
  content: "\f427";
}

.bi-image-alt::before {
  content: "\f428";
}

.bi-image-fill::before {
  content: "\f429";
}

.bi-image::before {
  content: "\f42a";
}

.bi-images::before {
  content: "\f42b";
}

.bi-inbox-fill::before {
  content: "\f42c";
}

.bi-inbox::before {
  content: "\f42d";
}

.bi-inboxes-fill::before {
  content: "\f42e";
}

.bi-inboxes::before {
  content: "\f42f";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-info-circle::before {
  content: "\f431";
}

.bi-info-square-fill::before {
  content: "\f432";
}

.bi-info-square::before {
  content: "\f433";
}

.bi-info::before {
  content: "\f434";
}

.bi-input-cursor-text::before {
  content: "\f435";
}

.bi-input-cursor::before {
  content: "\f436";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-intersect::before {
  content: "\f438";
}

.bi-journal-album::before {
  content: "\f439";
}

.bi-journal-arrow-down::before {
  content: "\f43a";
}

.bi-journal-arrow-up::before {
  content: "\f43b";
}

.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

.bi-journal-bookmark::before {
  content: "\f43d";
}

.bi-journal-check::before {
  content: "\f43e";
}

.bi-journal-code::before {
  content: "\f43f";
}

.bi-journal-medical::before {
  content: "\f440";
}

.bi-journal-minus::before {
  content: "\f441";
}

.bi-journal-plus::before {
  content: "\f442";
}

.bi-journal-richtext::before {
  content: "\f443";
}

.bi-journal-text::before {
  content: "\f444";
}

.bi-journal-x::before {
  content: "\f445";
}

.bi-journal::before {
  content: "\f446";
}

.bi-journals::before {
  content: "\f447";
}

.bi-joystick::before {
  content: "\f448";
}

.bi-justify-left::before {
  content: "\f449";
}

.bi-justify-right::before {
  content: "\f44a";
}

.bi-justify::before {
  content: "\f44b";
}

.bi-kanban-fill::before {
  content: "\f44c";
}

.bi-kanban::before {
  content: "\f44d";
}

.bi-key-fill::before {
  content: "\f44e";
}

.bi-key::before {
  content: "\f44f";
}

.bi-keyboard-fill::before {
  content: "\f450";
}

.bi-keyboard::before {
  content: "\f451";
}

.bi-ladder::before {
  content: "\f452";
}

.bi-lamp-fill::before {
  content: "\f453";
}

.bi-lamp::before {
  content: "\f454";
}

.bi-laptop-fill::before {
  content: "\f455";
}

.bi-laptop::before {
  content: "\f456";
}

.bi-layer-backward::before {
  content: "\f457";
}

.bi-layer-forward::before {
  content: "\f458";
}

.bi-layers-fill::before {
  content: "\f459";
}

.bi-layers-half::before {
  content: "\f45a";
}

.bi-layers::before {
  content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

.bi-layout-sidebar::before {
  content: "\f45f";
}

.bi-layout-split::before {
  content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

.bi-layout-text-sidebar::before {
  content: "\f462";
}

.bi-layout-text-window-reverse::before {
  content: "\f463";
}

.bi-layout-text-window::before {
  content: "\f464";
}

.bi-layout-three-columns::before {
  content: "\f465";
}

.bi-layout-wtf::before {
  content: "\f466";
}

.bi-life-preserver::before {
  content: "\f467";
}

.bi-lightbulb-fill::before {
  content: "\f468";
}

.bi-lightbulb-off-fill::before {
  content: "\f469";
}

.bi-lightbulb-off::before {
  content: "\f46a";
}

.bi-lightbulb::before {
  content: "\f46b";
}

.bi-lightning-charge-fill::before {
  content: "\f46c";
}

.bi-lightning-charge::before {
  content: "\f46d";
}

.bi-lightning-fill::before {
  content: "\f46e";
}

.bi-lightning::before {
  content: "\f46f";
}

.bi-link-45deg::before {
  content: "\f470";
}

.bi-link::before {
  content: "\f471";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-list-check::before {
  content: "\f473";
}

.bi-list-nested::before {
  content: "\f474";
}

.bi-list-ol::before {
  content: "\f475";
}

.bi-list-stars::before {
  content: "\f476";
}

.bi-list-task::before {
  content: "\f477";
}

.bi-list-ul::before {
  content: "\f478";
}

.bi-list::before {
  content: "\f479";
}

.bi-lock-fill::before {
  content: "\f47a";
}

.bi-lock::before {
  content: "\f47b";
}

.bi-mailbox::before {
  content: "\f47c";
}

.bi-mailbox2::before {
  content: "\f47d";
}

.bi-map-fill::before {
  content: "\f47e";
}

.bi-map::before {
  content: "\f47f";
}

.bi-markdown-fill::before {
  content: "\f480";
}

.bi-markdown::before {
  content: "\f481";
}

.bi-mask::before {
  content: "\f482";
}

.bi-megaphone-fill::before {
  content: "\f483";
}

.bi-megaphone::before {
  content: "\f484";
}

.bi-menu-app-fill::before {
  content: "\f485";
}

.bi-menu-app::before {
  content: "\f486";
}

.bi-menu-button-fill::before {
  content: "\f487";
}

.bi-menu-button-wide-fill::before {
  content: "\f488";
}

.bi-menu-button-wide::before {
  content: "\f489";
}

.bi-menu-button::before {
  content: "\f48a";
}

.bi-menu-down::before {
  content: "\f48b";
}

.bi-menu-up::before {
  content: "\f48c";
}

.bi-mic-fill::before {
  content: "\f48d";
}

.bi-mic-mute-fill::before {
  content: "\f48e";
}

.bi-mic-mute::before {
  content: "\f48f";
}

.bi-mic::before {
  content: "\f490";
}

.bi-minecart-loaded::before {
  content: "\f491";
}

.bi-minecart::before {
  content: "\f492";
}

.bi-moisture::before {
  content: "\f493";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-moon-stars-fill::before {
  content: "\f495";
}

.bi-moon-stars::before {
  content: "\f496";
}

.bi-moon::before {
  content: "\f497";
}

.bi-mouse-fill::before {
  content: "\f498";
}

.bi-mouse::before {
  content: "\f499";
}

.bi-mouse2-fill::before {
  content: "\f49a";
}

.bi-mouse2::before {
  content: "\f49b";
}

.bi-mouse3-fill::before {
  content: "\f49c";
}

.bi-mouse3::before {
  content: "\f49d";
}

.bi-music-note-beamed::before {
  content: "\f49e";
}

.bi-music-note-list::before {
  content: "\f49f";
}

.bi-music-note::before {
  content: "\f4a0";
}

.bi-music-player-fill::before {
  content: "\f4a1";
}

.bi-music-player::before {
  content: "\f4a2";
}

.bi-newspaper::before {
  content: "\f4a3";
}

.bi-node-minus-fill::before {
  content: "\f4a4";
}

.bi-node-minus::before {
  content: "\f4a5";
}

.bi-node-plus-fill::before {
  content: "\f4a6";
}

.bi-node-plus::before {
  content: "\f4a7";
}

.bi-nut-fill::before {
  content: "\f4a8";
}

.bi-nut::before {
  content: "\f4a9";
}

.bi-octagon-fill::before {
  content: "\f4aa";
}

.bi-octagon-half::before {
  content: "\f4ab";
}

.bi-octagon::before {
  content: "\f4ac";
}

.bi-option::before {
  content: "\f4ad";
}

.bi-outlet::before {
  content: "\f4ae";
}

.bi-paint-bucket::before {
  content: "\f4af";
}

.bi-palette-fill::before {
  content: "\f4b0";
}

.bi-palette::before {
  content: "\f4b1";
}

.bi-palette2::before {
  content: "\f4b2";
}

.bi-paperclip::before {
  content: "\f4b3";
}

.bi-paragraph::before {
  content: "\f4b4";
}

.bi-patch-check-fill::before {
  content: "\f4b5";
}

.bi-patch-check::before {
  content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

.bi-patch-exclamation::before {
  content: "\f4b8";
}

.bi-patch-minus-fill::before {
  content: "\f4b9";
}

.bi-patch-minus::before {
  content: "\f4ba";
}

.bi-patch-plus-fill::before {
  content: "\f4bb";
}

.bi-patch-plus::before {
  content: "\f4bc";
}

.bi-patch-question-fill::before {
  content: "\f4bd";
}

.bi-patch-question::before {
  content: "\f4be";
}

.bi-pause-btn-fill::before {
  content: "\f4bf";
}

.bi-pause-btn::before {
  content: "\f4c0";
}

.bi-pause-circle-fill::before {
  content: "\f4c1";
}

.bi-pause-circle::before {
  content: "\f4c2";
}

.bi-pause-fill::before {
  content: "\f4c3";
}

.bi-pause::before {
  content: "\f4c4";
}

.bi-peace-fill::before {
  content: "\f4c5";
}

.bi-peace::before {
  content: "\f4c6";
}

.bi-pen-fill::before {
  content: "\f4c7";
}

.bi-pen::before {
  content: "\f4c8";
}

.bi-pencil-fill::before {
  content: "\f4c9";
}

.bi-pencil-square::before {
  content: "\f4ca";
}

.bi-pencil::before {
  content: "\f4cb";
}

.bi-pentagon-fill::before {
  content: "\f4cc";
}

.bi-pentagon-half::before {
  content: "\f4cd";
}

.bi-pentagon::before {
  content: "\f4ce";
}

.bi-people-fill::before {
  content: "\f4cf";
}

.bi-people::before {
  content: "\f4d0";
}

.bi-percent::before {
  content: "\f4d1";
}

.bi-person-badge-fill::before {
  content: "\f4d2";
}

.bi-person-badge::before {
  content: "\f4d3";
}

.bi-person-bounding-box::before {
  content: "\f4d4";
}

.bi-person-check-fill::before {
  content: "\f4d5";
}

.bi-person-check::before {
  content: "\f4d6";
}

.bi-person-circle::before {
  content: "\f4d7";
}

.bi-person-dash-fill::before {
  content: "\f4d8";
}

.bi-person-dash::before {
  content: "\f4d9";
}

.bi-person-fill::before {
  content: "\f4da";
}

.bi-person-lines-fill::before {
  content: "\f4db";
}

.bi-person-plus-fill::before {
  content: "\f4dc";
}

.bi-person-plus::before {
  content: "\f4dd";
}

.bi-person-square::before {
  content: "\f4de";
}

.bi-person-x-fill::before {
  content: "\f4df";
}

.bi-person-x::before {
  content: "\f4e0";
}

.bi-person::before {
  content: "\f4e1";
}

.bi-phone-fill::before {
  content: "\f4e2";
}

.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

.bi-phone-landscape::before {
  content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

.bi-phone-vibrate::before {
  content: "\f4e6";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-pie-chart-fill::before {
  content: "\f4e8";
}

.bi-pie-chart::before {
  content: "\f4e9";
}

.bi-pin-angle-fill::before {
  content: "\f4ea";
}

.bi-pin-angle::before {
  content: "\f4eb";
}

.bi-pin-fill::before {
  content: "\f4ec";
}

.bi-pin::before {
  content: "\f4ed";
}

.bi-pip-fill::before {
  content: "\f4ee";
}

.bi-pip::before {
  content: "\f4ef";
}

.bi-play-btn-fill::before {
  content: "\f4f0";
}

.bi-play-btn::before {
  content: "\f4f1";
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi-play-circle::before {
  content: "\f4f3";
}

.bi-play-fill::before {
  content: "\f4f4";
}

.bi-play::before {
  content: "\f4f5";
}

.bi-plug-fill::before {
  content: "\f4f6";
}

.bi-plug::before {
  content: "\f4f7";
}

.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

.bi-plus-circle-fill::before {
  content: "\f4f9";
}

.bi-plus-circle::before {
  content: "\f4fa";
}

.bi-plus-square-dotted::before {
  content: "\f4fb";
}

.bi-plus-square-fill::before {
  content: "\f4fc";
}

.bi-plus-square::before {
  content: "\f4fd";
}

.bi-plus::before {
  content: "\f4fe";
}

.bi-power::before {
  content: "\f4ff";
}

.bi-printer-fill::before {
  content: "\f500";
}

.bi-printer::before {
  content: "\f501";
}

.bi-puzzle-fill::before {
  content: "\f502";
}

.bi-puzzle::before {
  content: "\f503";
}

.bi-question-circle-fill::before {
  content: "\f504";
}

.bi-question-circle::before {
  content: "\f505";
}

.bi-question-diamond-fill::before {
  content: "\f506";
}

.bi-question-diamond::before {
  content: "\f507";
}

.bi-question-octagon-fill::before {
  content: "\f508";
}

.bi-question-octagon::before {
  content: "\f509";
}

.bi-question-square-fill::before {
  content: "\f50a";
}

.bi-question-square::before {
  content: "\f50b";
}

.bi-question::before {
  content: "\f50c";
}

.bi-rainbow::before {
  content: "\f50d";
}

.bi-receipt-cutoff::before {
  content: "\f50e";
}

.bi-receipt::before {
  content: "\f50f";
}

.bi-reception-0::before {
  content: "\f510";
}

.bi-reception-1::before {
  content: "\f511";
}

.bi-reception-2::before {
  content: "\f512";
}

.bi-reception-3::before {
  content: "\f513";
}

.bi-reception-4::before {
  content: "\f514";
}

.bi-record-btn-fill::before {
  content: "\f515";
}

.bi-record-btn::before {
  content: "\f516";
}

.bi-record-circle-fill::before {
  content: "\f517";
}

.bi-record-circle::before {
  content: "\f518";
}

.bi-record-fill::before {
  content: "\f519";
}

.bi-record::before {
  content: "\f51a";
}

.bi-record2-fill::before {
  content: "\f51b";
}

.bi-record2::before {
  content: "\f51c";
}

.bi-reply-all-fill::before {
  content: "\f51d";
}

.bi-reply-all::before {
  content: "\f51e";
}

.bi-reply-fill::before {
  content: "\f51f";
}

.bi-reply::before {
  content: "\f520";
}

.bi-rss-fill::before {
  content: "\f521";
}

.bi-rss::before {
  content: "\f522";
}

.bi-rulers::before {
  content: "\f523";
}

.bi-save-fill::before {
  content: "\f524";
}

.bi-save::before {
  content: "\f525";
}

.bi-save2-fill::before {
  content: "\f526";
}

.bi-save2::before {
  content: "\f527";
}

.bi-scissors::before {
  content: "\f528";
}

.bi-screwdriver::before {
  content: "\f529";
}

.bi-search::before {
  content: "\f52a";
}

.bi-segmented-nav::before {
  content: "\f52b";
}

.bi-server::before {
  content: "\f52c";
}

.bi-share-fill::before {
  content: "\f52d";
}

.bi-share::before {
  content: "\f52e";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-shield-exclamation::before {
  content: "\f530";
}

.bi-shield-fill-check::before {
  content: "\f531";
}

.bi-shield-fill-exclamation::before {
  content: "\f532";
}

.bi-shield-fill-minus::before {
  content: "\f533";
}

.bi-shield-fill-plus::before {
  content: "\f534";
}

.bi-shield-fill-x::before {
  content: "\f535";
}

.bi-shield-fill::before {
  content: "\f536";
}

.bi-shield-lock-fill::before {
  content: "\f537";
}

.bi-shield-lock::before {
  content: "\f538";
}

.bi-shield-minus::before {
  content: "\f539";
}

.bi-shield-plus::before {
  content: "\f53a";
}

.bi-shield-shaded::before {
  content: "\f53b";
}

.bi-shield-slash-fill::before {
  content: "\f53c";
}

.bi-shield-slash::before {
  content: "\f53d";
}

.bi-shield-x::before {
  content: "\f53e";
}

.bi-shield::before {
  content: "\f53f";
}

.bi-shift-fill::before {
  content: "\f540";
}

.bi-shift::before {
  content: "\f541";
}

.bi-shop-window::before {
  content: "\f542";
}

.bi-shop::before {
  content: "\f543";
}

.bi-shuffle::before {
  content: "\f544";
}

.bi-signpost-2-fill::before {
  content: "\f545";
}

.bi-signpost-2::before {
  content: "\f546";
}

.bi-signpost-fill::before {
  content: "\f547";
}

.bi-signpost-split-fill::before {
  content: "\f548";
}

.bi-signpost-split::before {
  content: "\f549";
}

.bi-signpost::before {
  content: "\f54a";
}

.bi-sim-fill::before {
  content: "\f54b";
}

.bi-sim::before {
  content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

.bi-skip-backward-btn::before {
  content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

.bi-skip-backward-circle::before {
  content: "\f550";
}

.bi-skip-backward-fill::before {
  content: "\f551";
}

.bi-skip-backward::before {
  content: "\f552";
}

.bi-skip-end-btn-fill::before {
  content: "\f553";
}

.bi-skip-end-btn::before {
  content: "\f554";
}

.bi-skip-end-circle-fill::before {
  content: "\f555";
}

.bi-skip-end-circle::before {
  content: "\f556";
}

.bi-skip-end-fill::before {
  content: "\f557";
}

.bi-skip-end::before {
  content: "\f558";
}

.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

.bi-skip-forward-btn::before {
  content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

.bi-skip-forward-circle::before {
  content: "\f55c";
}

.bi-skip-forward-fill::before {
  content: "\f55d";
}

.bi-skip-forward::before {
  content: "\f55e";
}

.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

.bi-skip-start-btn::before {
  content: "\f560";
}

.bi-skip-start-circle-fill::before {
  content: "\f561";
}

.bi-skip-start-circle::before {
  content: "\f562";
}

.bi-skip-start-fill::before {
  content: "\f563";
}

.bi-skip-start::before {
  content: "\f564";
}

.bi-slack::before {
  content: "\f565";
}

.bi-slash-circle-fill::before {
  content: "\f566";
}

.bi-slash-circle::before {
  content: "\f567";
}

.bi-slash-square-fill::before {
  content: "\f568";
}

.bi-slash-square::before {
  content: "\f569";
}

.bi-slash::before {
  content: "\f56a";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-smartwatch::before {
  content: "\f56c";
}

.bi-snow::before {
  content: "\f56d";
}

.bi-snow2::before {
  content: "\f56e";
}

.bi-snow3::before {
  content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

.bi-sort-alpha-down::before {
  content: "\f571";
}

.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

.bi-sort-alpha-up::before {
  content: "\f573";
}

.bi-sort-down-alt::before {
  content: "\f574";
}

.bi-sort-down::before {
  content: "\f575";
}

.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

.bi-sort-numeric-down::before {
  content: "\f577";
}

.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

.bi-sort-numeric-up::before {
  content: "\f579";
}

.bi-sort-up-alt::before {
  content: "\f57a";
}

.bi-sort-up::before {
  content: "\f57b";
}

.bi-soundwave::before {
  content: "\f57c";
}

.bi-speaker-fill::before {
  content: "\f57d";
}

.bi-speaker::before {
  content: "\f57e";
}

.bi-speedometer::before {
  content: "\f57f";
}

.bi-speedometer2::before {
  content: "\f580";
}

.bi-spellcheck::before {
  content: "\f581";
}

.bi-square-fill::before {
  content: "\f582";
}

.bi-square-half::before {
  content: "\f583";
}

.bi-square::before {
  content: "\f584";
}

.bi-stack::before {
  content: "\f585";
}

.bi-star-fill::before {
  content: "\f586";
}

.bi-star-half::before {
  content: "\f587";
}

.bi-star::before {
  content: "\f588";
}

.bi-stars::before {
  content: "\f589";
}

.bi-stickies-fill::before {
  content: "\f58a";
}

.bi-stickies::before {
  content: "\f58b";
}

.bi-sticky-fill::before {
  content: "\f58c";
}

.bi-sticky::before {
  content: "\f58d";
}

.bi-stop-btn-fill::before {
  content: "\f58e";
}

.bi-stop-btn::before {
  content: "\f58f";
}

.bi-stop-circle-fill::before {
  content: "\f590";
}

.bi-stop-circle::before {
  content: "\f591";
}

.bi-stop-fill::before {
  content: "\f592";
}

.bi-stop::before {
  content: "\f593";
}

.bi-stoplights-fill::before {
  content: "\f594";
}

.bi-stoplights::before {
  content: "\f595";
}

.bi-stopwatch-fill::before {
  content: "\f596";
}

.bi-stopwatch::before {
  content: "\f597";
}

.bi-subtract::before {
  content: "\f598";
}

.bi-suit-club-fill::before {
  content: "\f599";
}

.bi-suit-club::before {
  content: "\f59a";
}

.bi-suit-diamond-fill::before {
  content: "\f59b";
}

.bi-suit-diamond::before {
  content: "\f59c";
}

.bi-suit-heart-fill::before {
  content: "\f59d";
}

.bi-suit-heart::before {
  content: "\f59e";
}

.bi-suit-spade-fill::before {
  content: "\f59f";
}

.bi-suit-spade::before {
  content: "\f5a0";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-sun::before {
  content: "\f5a2";
}

.bi-sunglasses::before {
  content: "\f5a3";
}

.bi-sunrise-fill::before {
  content: "\f5a4";
}

.bi-sunrise::before {
  content: "\f5a5";
}

.bi-sunset-fill::before {
  content: "\f5a6";
}

.bi-sunset::before {
  content: "\f5a7";
}

.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

.bi-symmetry-vertical::before {
  content: "\f5a9";
}

.bi-table::before {
  content: "\f5aa";
}

.bi-tablet-fill::before {
  content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

.bi-tablet-landscape::before {
  content: "\f5ad";
}

.bi-tablet::before {
  content: "\f5ae";
}

.bi-tag-fill::before {
  content: "\f5af";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-tags-fill::before {
  content: "\f5b1";
}

.bi-tags::before {
  content: "\f5b2";
}

.bi-telegram::before {
  content: "\f5b3";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

.bi-telephone-forward::before {
  content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

.bi-telephone-inbound::before {
  content: "\f5b8";
}

.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

.bi-telephone-minus::before {
  content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

.bi-telephone-outbound::before {
  content: "\f5bc";
}

.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

.bi-telephone-plus::before {
  content: "\f5be";
}

.bi-telephone-x-fill::before {
  content: "\f5bf";
}

.bi-telephone-x::before {
  content: "\f5c0";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-terminal-fill::before {
  content: "\f5c2";
}

.bi-terminal::before {
  content: "\f5c3";
}

.bi-text-center::before {
  content: "\f5c4";
}

.bi-text-indent-left::before {
  content: "\f5c5";
}

.bi-text-indent-right::before {
  content: "\f5c6";
}

.bi-text-left::before {
  content: "\f5c7";
}

.bi-text-paragraph::before {
  content: "\f5c8";
}

.bi-text-right::before {
  content: "\f5c9";
}

.bi-textarea-resize::before {
  content: "\f5ca";
}

.bi-textarea-t::before {
  content: "\f5cb";
}

.bi-textarea::before {
  content: "\f5cc";
}

.bi-thermometer-half::before {
  content: "\f5cd";
}

.bi-thermometer-high::before {
  content: "\f5ce";
}

.bi-thermometer-low::before {
  content: "\f5cf";
}

.bi-thermometer-snow::before {
  content: "\f5d0";
}

.bi-thermometer-sun::before {
  content: "\f5d1";
}

.bi-thermometer::before {
  content: "\f5d2";
}

.bi-three-dots-vertical::before {
  content: "\f5d3";
}

.bi-three-dots::before {
  content: "\f5d4";
}

.bi-toggle-off::before {
  content: "\f5d5";
}

.bi-toggle-on::before {
  content: "\f5d6";
}

.bi-toggle2-off::before {
  content: "\f5d7";
}

.bi-toggle2-on::before {
  content: "\f5d8";
}

.bi-toggles::before {
  content: "\f5d9";
}

.bi-toggles2::before {
  content: "\f5da";
}

.bi-tools::before {
  content: "\f5db";
}

.bi-tornado::before {
  content: "\f5dc";
}

.bi-trash-fill::before {
  content: "\f5dd";
}

.bi-trash::before {
  content: "\f5de";
}

.bi-trash2-fill::before {
  content: "\f5df";
}

.bi-trash2::before {
  content: "\f5e0";
}

.bi-tree-fill::before {
  content: "\f5e1";
}

.bi-tree::before {
  content: "\f5e2";
}

.bi-triangle-fill::before {
  content: "\f5e3";
}

.bi-triangle-half::before {
  content: "\f5e4";
}

.bi-triangle::before {
  content: "\f5e5";
}

.bi-trophy-fill::before {
  content: "\f5e6";
}

.bi-trophy::before {
  content: "\f5e7";
}

.bi-tropical-storm::before {
  content: "\f5e8";
}

.bi-truck-flatbed::before {
  content: "\f5e9";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-tsunami::before {
  content: "\f5eb";
}

.bi-tv-fill::before {
  content: "\f5ec";
}

.bi-tv::before {
  content: "\f5ed";
}

.bi-twitch::before {
  content: "\f5ee";
}

.bi-twitter::before {
  content: "\f5ef";
}

.bi-type-bold::before {
  content: "\f5f0";
}

.bi-type-h1::before {
  content: "\f5f1";
}

.bi-type-h2::before {
  content: "\f5f2";
}

.bi-type-h3::before {
  content: "\f5f3";
}

.bi-type-italic::before {
  content: "\f5f4";
}

.bi-type-strikethrough::before {
  content: "\f5f5";
}

.bi-type-underline::before {
  content: "\f5f6";
}

.bi-type::before {
  content: "\f5f7";
}

.bi-ui-checks-grid::before {
  content: "\f5f8";
}

.bi-ui-checks::before {
  content: "\f5f9";
}

.bi-ui-radios-grid::before {
  content: "\f5fa";
}

.bi-ui-radios::before {
  content: "\f5fb";
}

.bi-umbrella-fill::before {
  content: "\f5fc";
}

.bi-umbrella::before {
  content: "\f5fd";
}

.bi-union::before {
  content: "\f5fe";
}

.bi-unlock-fill::before {
  content: "\f5ff";
}

.bi-unlock::before {
  content: "\f600";
}

.bi-upc-scan::before {
  content: "\f601";
}

.bi-upc::before {
  content: "\f602";
}

.bi-upload::before {
  content: "\f603";
}

.bi-vector-pen::before {
  content: "\f604";
}

.bi-view-list::before {
  content: "\f605";
}

.bi-view-stacked::before {
  content: "\f606";
}

.bi-vinyl-fill::before {
  content: "\f607";
}

.bi-vinyl::before {
  content: "\f608";
}

.bi-voicemail::before {
  content: "\f609";
}

.bi-volume-down-fill::before {
  content: "\f60a";
}

.bi-volume-down::before {
  content: "\f60b";
}

.bi-volume-mute-fill::before {
  content: "\f60c";
}

.bi-volume-mute::before {
  content: "\f60d";
}

.bi-volume-off-fill::before {
  content: "\f60e";
}

.bi-volume-off::before {
  content: "\f60f";
}

.bi-volume-up-fill::before {
  content: "\f610";
}

.bi-volume-up::before {
  content: "\f611";
}

.bi-vr::before {
  content: "\f612";
}

.bi-wallet-fill::before {
  content: "\f613";
}

.bi-wallet::before {
  content: "\f614";
}

.bi-wallet2::before {
  content: "\f615";
}

.bi-watch::before {
  content: "\f616";
}

.bi-water::before {
  content: "\f617";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-wifi-1::before {
  content: "\f619";
}

.bi-wifi-2::before {
  content: "\f61a";
}

.bi-wifi-off::before {
  content: "\f61b";
}

.bi-wifi::before {
  content: "\f61c";
}

.bi-wind::before {
  content: "\f61d";
}

.bi-window-dock::before {
  content: "\f61e";
}

.bi-window-sidebar::before {
  content: "\f61f";
}

.bi-window::before {
  content: "\f620";
}

.bi-wrench::before {
  content: "\f621";
}

.bi-x-circle-fill::before {
  content: "\f622";
}

.bi-x-circle::before {
  content: "\f623";
}

.bi-x-diamond-fill::before {
  content: "\f624";
}

.bi-x-diamond::before {
  content: "\f625";
}

.bi-x-octagon-fill::before {
  content: "\f626";
}

.bi-x-octagon::before {
  content: "\f627";
}

.bi-x-square-fill::before {
  content: "\f628";
}

.bi-x-square::before {
  content: "\f629";
}

.bi-x::before {
  content: "\f62a";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-zoom-in::before {
  content: "\f62c";
}

.bi-zoom-out::before {
  content: "\f62d";
}

.bi-bank::before {
  content: "\f62e";
}

.bi-bank2::before {
  content: "\f62f";
}

.bi-bell-slash-fill::before {
  content: "\f630";
}

.bi-bell-slash::before {
  content: "\f631";
}

.bi-cash-coin::before {
  content: "\f632";
}

.bi-check-lg::before {
  content: "\f633";
}

.bi-coin::before {
  content: "\f634";
}

.bi-currency-bitcoin::before {
  content: "\f635";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-currency-euro::before {
  content: "\f637";
}

.bi-currency-exchange::before {
  content: "\f638";
}

.bi-currency-pound::before {
  content: "\f639";
}

.bi-currency-yen::before {
  content: "\f63a";
}

.bi-dash-lg::before {
  content: "\f63b";
}

.bi-exclamation-lg::before {
  content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

.bi-file-earmark-pdf::before {
  content: "\f63e";
}

.bi-file-pdf-fill::before {
  content: "\f63f";
}

.bi-file-pdf::before {
  content: "\f640";
}

.bi-gender-ambiguous::before {
  content: "\f641";
}

.bi-gender-female::before {
  content: "\f642";
}

.bi-gender-male::before {
  content: "\f643";
}

.bi-gender-trans::before {
  content: "\f644";
}

.bi-headset-vr::before {
  content: "\f645";
}

.bi-info-lg::before {
  content: "\f646";
}

.bi-mastodon::before {
  content: "\f647";
}

.bi-messenger::before {
  content: "\f648";
}

.bi-piggy-bank-fill::before {
  content: "\f649";
}

.bi-piggy-bank::before {
  content: "\f64a";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-plus-lg::before {
  content: "\f64d";
}

.bi-question-lg::before {
  content: "\f64e";
}

.bi-recycle::before {
  content: "\f64f";
}

.bi-reddit::before {
  content: "\f650";
}

.bi-safe-fill::before {
  content: "\f651";
}

.bi-safe2-fill::before {
  content: "\f652";
}

.bi-safe2::before {
  content: "\f653";
}

.bi-sd-card-fill::before {
  content: "\f654";
}

.bi-sd-card::before {
  content: "\f655";
}

.bi-skype::before {
  content: "\f656";
}

.bi-slash-lg::before {
  content: "\f657";
}

.bi-translate::before {
  content: "\f658";
}

.bi-x-lg::before {
  content: "\f659";
}

.bi-safe::before {
  content: "\f65a";
}

.bi-apple::before {
  content: "\f65b";
}

.bi-microsoft::before {
  content: "\f65d";
}

.bi-windows::before {
  content: "\f65e";
}

.bi-behance::before {
  content: "\f65c";
}

.bi-dribbble::before {
  content: "\f65f";
}

.bi-line::before {
  content: "\f660";
}

.bi-medium::before {
  content: "\f661";
}

.bi-paypal::before {
  content: "\f662";
}

.bi-pinterest::before {
  content: "\f663";
}

.bi-signal::before {
  content: "\f664";
}

.bi-snapchat::before {
  content: "\f665";
}

.bi-spotify::before {
  content: "\f666";
}

.bi-stack-overflow::before {
  content: "\f667";
}

.bi-strava::before {
  content: "\f668";
}

.bi-wordpress::before {
  content: "\f669";
}

.bi-vimeo::before {
  content: "\f66a";
}

.bi-activity::before {
  content: "\f66b";
}

.bi-easel2-fill::before {
  content: "\f66c";
}

.bi-easel2::before {
  content: "\f66d";
}

.bi-easel3-fill::before {
  content: "\f66e";
}

.bi-easel3::before {
  content: "\f66f";
}

.bi-fan::before {
  content: "\f670";
}

.bi-fingerprint::before {
  content: "\f671";
}

.bi-graph-down-arrow::before {
  content: "\f672";
}

.bi-graph-up-arrow::before {
  content: "\f673";
}

.bi-hypnotize::before {
  content: "\f674";
}

.bi-magic::before {
  content: "\f675";
}

.bi-person-rolodex::before {
  content: "\f676";
}

.bi-person-video::before {
  content: "\f677";
}

.bi-person-video2::before {
  content: "\f678";
}

.bi-person-video3::before {
  content: "\f679";
}

.bi-person-workspace::before {
  content: "\f67a";
}

.bi-radioactive::before {
  content: "\f67b";
}

.bi-webcam-fill::before {
  content: "\f67c";
}

.bi-webcam::before {
  content: "\f67d";
}

.bi-yin-yang::before {
  content: "\f67e";
}

.bi-bandaid-fill::before {
  content: "\f680";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-bluetooth::before {
  content: "\f682";
}

.bi-body-text::before {
  content: "\f683";
}

.bi-boombox::before {
  content: "\f684";
}

.bi-boxes::before {
  content: "\f685";
}

.bi-dpad-fill::before {
  content: "\f686";
}

.bi-dpad::before {
  content: "\f687";
}

.bi-ear-fill::before {
  content: "\f688";
}

.bi-ear::before {
  content: "\f689";
}

.bi-envelope-check-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

.bi-envelope-exclamation::before {
  content: "\f692";
}

.bi-envelope-plus-fill::before {
  content: "\f693";
}

.bi-envelope-plus::before {
  content: "\f694";
}

.bi-envelope-slash-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.bi-envelope-x-fill::before {
  content: "\f699";
}

.bi-envelope-x::before {
  content: "\f69a";
}

.bi-explicit-fill::before {
  content: "\f69b";
}

.bi-explicit::before {
  content: "\f69c";
}

.bi-git::before {
  content: "\f69d";
}

.bi-infinity::before {
  content: "\f69e";
}

.bi-list-columns-reverse::before {
  content: "\f69f";
}

.bi-list-columns::before {
  content: "\f6a0";
}

.bi-meta::before {
  content: "\f6a1";
}

.bi-nintendo-switch::before {
  content: "\f6a4";
}

.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

.bi-pc-display::before {
  content: "\f6a6";
}

.bi-pc-horizontal::before {
  content: "\f6a7";
}

.bi-pc::before {
  content: "\f6a8";
}

.bi-playstation::before {
  content: "\f6a9";
}

.bi-plus-slash-minus::before {
  content: "\f6aa";
}

.bi-projector-fill::before {
  content: "\f6ab";
}

.bi-projector::before {
  content: "\f6ac";
}

.bi-qr-code-scan::before {
  content: "\f6ad";
}

.bi-qr-code::before {
  content: "\f6ae";
}

.bi-quora::before {
  content: "\f6af";
}

.bi-quote::before {
  content: "\f6b0";
}

.bi-robot::before {
  content: "\f6b1";
}

.bi-send-check-fill::before {
  content: "\f6b2";
}

.bi-send-check::before {
  content: "\f6b3";
}

.bi-send-dash-fill::before {
  content: "\f6b4";
}

.bi-send-dash::before {
  content: "\f6b5";
}

.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

.bi-send-exclamation::before {
  content: "\f6b8";
}

.bi-send-fill::before {
  content: "\f6b9";
}

.bi-send-plus-fill::before {
  content: "\f6ba";
}

.bi-send-plus::before {
  content: "\f6bb";
}

.bi-send-slash-fill::before {
  content: "\f6bc";
}

.bi-send-slash::before {
  content: "\f6bd";
}

.bi-send-x-fill::before {
  content: "\f6be";
}

.bi-send-x::before {
  content: "\f6bf";
}

.bi-send::before {
  content: "\f6c0";
}

.bi-steam::before {
  content: "\f6c1";
}

.bi-terminal-dash::before {
  content: "\f6c3";
}

.bi-terminal-plus::before {
  content: "\f6c4";
}

.bi-terminal-split::before {
  content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

.bi-ticket-detailed::before {
  content: "\f6c7";
}

.bi-ticket-fill::before {
  content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

.bi-ticket-perforated::before {
  content: "\f6ca";
}

.bi-ticket::before {
  content: "\f6cb";
}

.bi-tiktok::before {
  content: "\f6cc";
}

.bi-window-dash::before {
  content: "\f6cd";
}

.bi-window-desktop::before {
  content: "\f6ce";
}

.bi-window-fullscreen::before {
  content: "\f6cf";
}

.bi-window-plus::before {
  content: "\f6d0";
}

.bi-window-split::before {
  content: "\f6d1";
}

.bi-window-stack::before {
  content: "\f6d2";
}

.bi-window-x::before {
  content: "\f6d3";
}

.bi-xbox::before {
  content: "\f6d4";
}

.bi-ethernet::before {
  content: "\f6d5";
}

.bi-hdmi-fill::before {
  content: "\f6d6";
}

.bi-hdmi::before {
  content: "\f6d7";
}

.bi-usb-c-fill::before {
  content: "\f6d8";
}

.bi-usb-c::before {
  content: "\f6d9";
}

.bi-usb-fill::before {
  content: "\f6da";
}

.bi-usb-plug-fill::before {
  content: "\f6db";
}

.bi-usb-plug::before {
  content: "\f6dc";
}

.bi-usb-symbol::before {
  content: "\f6dd";
}

.bi-usb::before {
  content: "\f6de";
}

.bi-boombox-fill::before {
  content: "\f6df";
}

.bi-displayport::before {
  content: "\f6e1";
}

.bi-gpu-card::before {
  content: "\f6e2";
}

.bi-memory::before {
  content: "\f6e3";
}

.bi-modem-fill::before {
  content: "\f6e4";
}

.bi-modem::before {
  content: "\f6e5";
}

.bi-motherboard-fill::before {
  content: "\f6e6";
}

.bi-motherboard::before {
  content: "\f6e7";
}

.bi-optical-audio-fill::before {
  content: "\f6e8";
}

.bi-optical-audio::before {
  content: "\f6e9";
}

.bi-pci-card::before {
  content: "\f6ea";
}

.bi-router-fill::before {
  content: "\f6eb";
}

.bi-router::before {
  content: "\f6ec";
}

.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

.bi-thunderbolt::before {
  content: "\f6f0";
}

.bi-usb-drive-fill::before {
  content: "\f6f1";
}

.bi-usb-drive::before {
  content: "\f6f2";
}

.bi-usb-micro-fill::before {
  content: "\f6f3";
}

.bi-usb-micro::before {
  content: "\f6f4";
}

.bi-usb-mini-fill::before {
  content: "\f6f5";
}

.bi-usb-mini::before {
  content: "\f6f6";
}

.bi-cloud-haze2::before {
  content: "\f6f7";
}

.bi-device-hdd-fill::before {
  content: "\f6f8";
}

.bi-device-hdd::before {
  content: "\f6f9";
}

.bi-device-ssd-fill::before {
  content: "\f6fa";
}

.bi-device-ssd::before {
  content: "\f6fb";
}

.bi-displayport-fill::before {
  content: "\f6fc";
}

.bi-mortarboard-fill::before {
  content: "\f6fd";
}

.bi-mortarboard::before {
  content: "\f6fe";
}

.bi-terminal-x::before {
  content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

.bi-arrow-through-heart::before {
  content: "\f701";
}

.bi-badge-sd-fill::before {
  content: "\f702";
}

.bi-badge-sd::before {
  content: "\f703";
}

.bi-bag-heart-fill::before {
  content: "\f704";
}

.bi-bag-heart::before {
  content: "\f705";
}

.bi-balloon-fill::before {
  content: "\f706";
}

.bi-balloon-heart-fill::before {
  content: "\f707";
}

.bi-balloon-heart::before {
  content: "\f708";
}

.bi-balloon::before {
  content: "\f709";
}

.bi-box2-fill::before {
  content: "\f70a";
}

.bi-box2-heart-fill::before {
  content: "\f70b";
}

.bi-box2-heart::before {
  content: "\f70c";
}

.bi-box2::before {
  content: "\f70d";
}

.bi-braces-asterisk::before {
  content: "\f70e";
}

.bi-calendar-heart-fill::before {
  content: "\f70f";
}

.bi-calendar-heart::before {
  content: "\f710";
}

.bi-calendar2-heart-fill::before {
  content: "\f711";
}

.bi-calendar2-heart::before {
  content: "\f712";
}

.bi-chat-heart-fill::before {
  content: "\f713";
}

.bi-chat-heart::before {
  content: "\f714";
}

.bi-chat-left-heart-fill::before {
  content: "\f715";
}

.bi-chat-left-heart::before {
  content: "\f716";
}

.bi-chat-right-heart-fill::before {
  content: "\f717";
}

.bi-chat-right-heart::before {
  content: "\f718";
}

.bi-chat-square-heart-fill::before {
  content: "\f719";
}

.bi-chat-square-heart::before {
  content: "\f71a";
}

.bi-clipboard-check-fill::before {
  content: "\f71b";
}

.bi-clipboard-data-fill::before {
  content: "\f71c";
}

.bi-clipboard-fill::before {
  content: "\f71d";
}

.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

.bi-clipboard-heart::before {
  content: "\f71f";
}

.bi-clipboard-minus-fill::before {
  content: "\f720";
}

.bi-clipboard-plus-fill::before {
  content: "\f721";
}

.bi-clipboard-pulse::before {
  content: "\f722";
}

.bi-clipboard-x-fill::before {
  content: "\f723";
}

.bi-clipboard2-check-fill::before {
  content: "\f724";
}

.bi-clipboard2-check::before {
  content: "\f725";
}

.bi-clipboard2-data-fill::before {
  content: "\f726";
}

.bi-clipboard2-data::before {
  content: "\f727";
}

.bi-clipboard2-fill::before {
  content: "\f728";
}

.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

.bi-clipboard2-heart::before {
  content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

.bi-clipboard2-minus::before {
  content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

.bi-clipboard2-plus::before {
  content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

.bi-clipboard2-pulse::before {
  content: "\f730";
}

.bi-clipboard2-x-fill::before {
  content: "\f731";
}

.bi-clipboard2-x::before {
  content: "\f732";
}

.bi-clipboard2::before {
  content: "\f733";
}

.bi-emoji-kiss-fill::before {
  content: "\f734";
}

.bi-emoji-kiss::before {
  content: "\f735";
}

.bi-envelope-heart-fill::before {
  content: "\f736";
}

.bi-envelope-heart::before {
  content: "\f737";
}

.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

.bi-envelope-open-heart::before {
  content: "\f739";
}

.bi-envelope-paper-fill::before {
  content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

.bi-envelope-paper-heart::before {
  content: "\f73c";
}

.bi-envelope-paper::before {
  content: "\f73d";
}

.bi-filetype-aac::before {
  content: "\f73e";
}

.bi-filetype-ai::before {
  content: "\f73f";
}

.bi-filetype-bmp::before {
  content: "\f740";
}

.bi-filetype-cs::before {
  content: "\f741";
}

.bi-filetype-css::before {
  content: "\f742";
}

.bi-filetype-csv::before {
  content: "\f743";
}

.bi-filetype-doc::before {
  content: "\f744";
}

.bi-filetype-docx::before {
  content: "\f745";
}

.bi-filetype-exe::before {
  content: "\f746";
}

.bi-filetype-gif::before {
  content: "\f747";
}

.bi-filetype-heic::before {
  content: "\f748";
}

.bi-filetype-html::before {
  content: "\f749";
}

.bi-filetype-java::before {
  content: "\f74a";
}

.bi-filetype-jpg::before {
  content: "\f74b";
}

.bi-filetype-js::before {
  content: "\f74c";
}

.bi-filetype-jsx::before {
  content: "\f74d";
}

.bi-filetype-key::before {
  content: "\f74e";
}

.bi-filetype-m4p::before {
  content: "\f74f";
}

.bi-filetype-md::before {
  content: "\f750";
}

.bi-filetype-mdx::before {
  content: "\f751";
}

.bi-filetype-mov::before {
  content: "\f752";
}

.bi-filetype-mp3::before {
  content: "\f753";
}

.bi-filetype-mp4::before {
  content: "\f754";
}

.bi-filetype-otf::before {
  content: "\f755";
}

.bi-filetype-pdf::before {
  content: "\f756";
}

.bi-filetype-php::before {
  content: "\f757";
}

.bi-filetype-png::before {
  content: "\f758";
}

.bi-filetype-ppt::before {
  content: "\f75a";
}

.bi-filetype-psd::before {
  content: "\f75b";
}

.bi-filetype-py::before {
  content: "\f75c";
}

.bi-filetype-raw::before {
  content: "\f75d";
}

.bi-filetype-rb::before {
  content: "\f75e";
}

.bi-filetype-sass::before {
  content: "\f75f";
}

.bi-filetype-scss::before {
  content: "\f760";
}

.bi-filetype-sh::before {
  content: "\f761";
}

.bi-filetype-svg::before {
  content: "\f762";
}

.bi-filetype-tiff::before {
  content: "\f763";
}

.bi-filetype-tsx::before {
  content: "\f764";
}

.bi-filetype-ttf::before {
  content: "\f765";
}

.bi-filetype-txt::before {
  content: "\f766";
}

.bi-filetype-wav::before {
  content: "\f767";
}

.bi-filetype-woff::before {
  content: "\f768";
}

.bi-filetype-xls::before {
  content: "\f76a";
}

.bi-filetype-xml::before {
  content: "\f76b";
}

.bi-filetype-yml::before {
  content: "\f76c";
}

.bi-heart-arrow::before {
  content: "\f76d";
}

.bi-heart-pulse-fill::before {
  content: "\f76e";
}

.bi-heart-pulse::before {
  content: "\f76f";
}

.bi-heartbreak-fill::before {
  content: "\f770";
}

.bi-heartbreak::before {
  content: "\f771";
}

.bi-hearts::before {
  content: "\f772";
}

.bi-hospital-fill::before {
  content: "\f773";
}

.bi-hospital::before {
  content: "\f774";
}

.bi-house-heart-fill::before {
  content: "\f775";
}

.bi-house-heart::before {
  content: "\f776";
}

.bi-incognito::before {
  content: "\f777";
}

.bi-magnet-fill::before {
  content: "\f778";
}

.bi-magnet::before {
  content: "\f779";
}

.bi-person-heart::before {
  content: "\f77a";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-phone-flip::before {
  content: "\f77c";
}

.bi-plugin::before {
  content: "\f77d";
}

.bi-postage-fill::before {
  content: "\f77e";
}

.bi-postage-heart-fill::before {
  content: "\f77f";
}

.bi-postage-heart::before {
  content: "\f780";
}

.bi-postage::before {
  content: "\f781";
}

.bi-postcard-fill::before {
  content: "\f782";
}

.bi-postcard-heart-fill::before {
  content: "\f783";
}

.bi-postcard-heart::before {
  content: "\f784";
}

.bi-postcard::before {
  content: "\f785";
}

.bi-search-heart-fill::before {
  content: "\f786";
}

.bi-search-heart::before {
  content: "\f787";
}

.bi-sliders2-vertical::before {
  content: "\f788";
}

.bi-sliders2::before {
  content: "\f789";
}

.bi-trash3-fill::before {
  content: "\f78a";
}

.bi-trash3::before {
  content: "\f78b";
}

.bi-valentine::before {
  content: "\f78c";
}

.bi-valentine2::before {
  content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

.bi-wrench-adjustable::before {
  content: "\f790";
}

.bi-filetype-json::before {
  content: "\f791";
}

.bi-filetype-pptx::before {
  content: "\f792";
}

.bi-filetype-xlsx::before {
  content: "\f793";
}

.bi-1-circle-fill::before {
  content: "\f796";
}

.bi-1-circle::before {
  content: "\f797";
}

.bi-1-square-fill::before {
  content: "\f798";
}

.bi-1-square::before {
  content: "\f799";
}

.bi-2-circle-fill::before {
  content: "\f79c";
}

.bi-2-circle::before {
  content: "\f79d";
}

.bi-2-square-fill::before {
  content: "\f79e";
}

.bi-2-square::before {
  content: "\f79f";
}

.bi-3-circle-fill::before {
  content: "\f7a2";
}

.bi-3-circle::before {
  content: "\f7a3";
}

.bi-3-square-fill::before {
  content: "\f7a4";
}

.bi-3-square::before {
  content: "\f7a5";
}

.bi-4-circle-fill::before {
  content: "\f7a8";
}

.bi-4-circle::before {
  content: "\f7a9";
}

.bi-4-square-fill::before {
  content: "\f7aa";
}

.bi-4-square::before {
  content: "\f7ab";
}

.bi-5-circle-fill::before {
  content: "\f7ae";
}

.bi-5-circle::before {
  content: "\f7af";
}

.bi-5-square-fill::before {
  content: "\f7b0";
}

.bi-5-square::before {
  content: "\f7b1";
}

.bi-6-circle-fill::before {
  content: "\f7b4";
}

.bi-6-circle::before {
  content: "\f7b5";
}

.bi-6-square-fill::before {
  content: "\f7b6";
}

.bi-6-square::before {
  content: "\f7b7";
}

.bi-7-circle-fill::before {
  content: "\f7ba";
}

.bi-7-circle::before {
  content: "\f7bb";
}

.bi-7-square-fill::before {
  content: "\f7bc";
}

.bi-7-square::before {
  content: "\f7bd";
}

.bi-8-circle-fill::before {
  content: "\f7c0";
}

.bi-8-circle::before {
  content: "\f7c1";
}

.bi-8-square-fill::before {
  content: "\f7c2";
}

.bi-8-square::before {
  content: "\f7c3";
}

.bi-9-circle-fill::before {
  content: "\f7c6";
}

.bi-9-circle::before {
  content: "\f7c7";
}

.bi-9-square-fill::before {
  content: "\f7c8";
}

.bi-9-square::before {
  content: "\f7c9";
}

.bi-airplane-engines-fill::before {
  content: "\f7ca";
}

.bi-airplane-engines::before {
  content: "\f7cb";
}

.bi-airplane-fill::before {
  content: "\f7cc";
}

.bi-airplane::before {
  content: "\f7cd";
}

.bi-alexa::before {
  content: "\f7ce";
}

.bi-alipay::before {
  content: "\f7cf";
}

.bi-android::before {
  content: "\f7d0";
}

.bi-android2::before {
  content: "\f7d1";
}

.bi-box-fill::before {
  content: "\f7d2";
}

.bi-box-seam-fill::before {
  content: "\f7d3";
}

.bi-browser-chrome::before {
  content: "\f7d4";
}

.bi-browser-edge::before {
  content: "\f7d5";
}

.bi-browser-firefox::before {
  content: "\f7d6";
}

.bi-browser-safari::before {
  content: "\f7d7";
}

.bi-c-circle-fill::before {
  content: "\f7da";
}

.bi-c-circle::before {
  content: "\f7db";
}

.bi-c-square-fill::before {
  content: "\f7dc";
}

.bi-c-square::before {
  content: "\f7dd";
}

.bi-capsule-pill::before {
  content: "\f7de";
}

.bi-capsule::before {
  content: "\f7df";
}

.bi-car-front-fill::before {
  content: "\f7e0";
}

.bi-car-front::before {
  content: "\f7e1";
}

.bi-cassette-fill::before {
  content: "\f7e2";
}

.bi-cassette::before {
  content: "\f7e3";
}

.bi-cc-circle-fill::before {
  content: "\f7e6";
}

.bi-cc-circle::before {
  content: "\f7e7";
}

.bi-cc-square-fill::before {
  content: "\f7e8";
}

.bi-cc-square::before {
  content: "\f7e9";
}

.bi-cup-hot-fill::before {
  content: "\f7ea";
}

.bi-cup-hot::before {
  content: "\f7eb";
}

.bi-currency-rupee::before {
  content: "\f7ec";
}

.bi-dropbox::before {
  content: "\f7ed";
}

.bi-escape::before {
  content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}

.bi-fast-forward-btn::before {
  content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}

.bi-fast-forward-circle::before {
  content: "\f7f2";
}

.bi-fast-forward-fill::before {
  content: "\f7f3";
}

.bi-fast-forward::before {
  content: "\f7f4";
}

.bi-filetype-sql::before {
  content: "\f7f5";
}

.bi-fire::before {
  content: "\f7f6";
}

.bi-google-play::before {
  content: "\f7f7";
}

.bi-h-circle-fill::before {
  content: "\f7fa";
}

.bi-h-circle::before {
  content: "\f7fb";
}

.bi-h-square-fill::before {
  content: "\f7fc";
}

.bi-h-square::before {
  content: "\f7fd";
}

.bi-indent::before {
  content: "\f7fe";
}

.bi-lungs-fill::before {
  content: "\f7ff";
}

.bi-lungs::before {
  content: "\f800";
}

.bi-microsoft-teams::before {
  content: "\f801";
}

.bi-p-circle-fill::before {
  content: "\f804";
}

.bi-p-circle::before {
  content: "\f805";
}

.bi-p-square-fill::before {
  content: "\f806";
}

.bi-p-square::before {
  content: "\f807";
}

.bi-pass-fill::before {
  content: "\f808";
}

.bi-pass::before {
  content: "\f809";
}

.bi-prescription::before {
  content: "\f80a";
}

.bi-prescription2::before {
  content: "\f80b";
}

.bi-r-circle-fill::before {
  content: "\f80e";
}

.bi-r-circle::before {
  content: "\f80f";
}

.bi-r-square-fill::before {
  content: "\f810";
}

.bi-r-square::before {
  content: "\f811";
}

.bi-repeat-1::before {
  content: "\f812";
}

.bi-repeat::before {
  content: "\f813";
}

.bi-rewind-btn-fill::before {
  content: "\f814";
}

.bi-rewind-btn::before {
  content: "\f815";
}

.bi-rewind-circle-fill::before {
  content: "\f816";
}

.bi-rewind-circle::before {
  content: "\f817";
}

.bi-rewind-fill::before {
  content: "\f818";
}

.bi-rewind::before {
  content: "\f819";
}

.bi-train-freight-front-fill::before {
  content: "\f81a";
}

.bi-train-freight-front::before {
  content: "\f81b";
}

.bi-train-front-fill::before {
  content: "\f81c";
}

.bi-train-front::before {
  content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}

.bi-train-lightrail-front::before {
  content: "\f81f";
}

.bi-truck-front-fill::before {
  content: "\f820";
}

.bi-truck-front::before {
  content: "\f821";
}

.bi-ubuntu::before {
  content: "\f822";
}

.bi-unindent::before {
  content: "\f823";
}

.bi-unity::before {
  content: "\f824";
}

.bi-universal-access-circle::before {
  content: "\f825";
}

.bi-universal-access::before {
  content: "\f826";
}

.bi-virus::before {
  content: "\f827";
}

.bi-virus2::before {
  content: "\f828";
}

.bi-wechat::before {
  content: "\f829";
}

.bi-yelp::before {
  content: "\f82a";
}

.bi-sign-stop-fill::before {
  content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}

.bi-sign-stop-lights::before {
  content: "\f82d";
}

.bi-sign-stop::before {
  content: "\f82e";
}

.bi-sign-turn-left-fill::before {
  content: "\f82f";
}

.bi-sign-turn-left::before {
  content: "\f830";
}

.bi-sign-turn-right-fill::before {
  content: "\f831";
}

.bi-sign-turn-right::before {
  content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}

.bi-sign-turn-slight-left::before {
  content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}

.bi-sign-turn-slight-right::before {
  content: "\f836";
}

.bi-sign-yield-fill::before {
  content: "\f837";
}

.bi-sign-yield::before {
  content: "\f838";
}

.bi-ev-station-fill::before {
  content: "\f839";
}

.bi-ev-station::before {
  content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}

.bi-fuel-pump-diesel::before {
  content: "\f83c";
}

.bi-fuel-pump-fill::before {
  content: "\f83d";
}

.bi-fuel-pump::before {
  content: "\f83e";
}

.bi-0-circle-fill::before {
  content: "\f83f";
}

.bi-0-circle::before {
  content: "\f840";
}

.bi-0-square-fill::before {
  content: "\f841";
}

.bi-0-square::before {
  content: "\f842";
}

.bi-rocket-fill::before {
  content: "\f843";
}

.bi-rocket-takeoff-fill::before {
  content: "\f844";
}

.bi-rocket-takeoff::before {
  content: "\f845";
}

.bi-rocket::before {
  content: "\f846";
}

.bi-stripe::before {
  content: "\f847";
}

.bi-subscript::before {
  content: "\f848";
}

.bi-superscript::before {
  content: "\f849";
}

.bi-trello::before {
  content: "\f84a";
}

.bi-envelope-at-fill::before {
  content: "\f84b";
}

.bi-envelope-at::before {
  content: "\f84c";
}

.bi-regex::before {
  content: "\f84d";
}

.bi-text-wrap::before {
  content: "\f84e";
}

.bi-sign-dead-end-fill::before {
  content: "\f84f";
}

.bi-sign-dead-end::before {
  content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}

.bi-sign-do-not-enter::before {
  content: "\f852";
}

.bi-sign-intersection-fill::before {
  content: "\f853";
}

.bi-sign-intersection-side-fill::before {
  content: "\f854";
}

.bi-sign-intersection-side::before {
  content: "\f855";
}

.bi-sign-intersection-t-fill::before {
  content: "\f856";
}

.bi-sign-intersection-t::before {
  content: "\f857";
}

.bi-sign-intersection-y-fill::before {
  content: "\f858";
}

.bi-sign-intersection-y::before {
  content: "\f859";
}

.bi-sign-intersection::before {
  content: "\f85a";
}

.bi-sign-merge-left-fill::before {
  content: "\f85b";
}

.bi-sign-merge-left::before {
  content: "\f85c";
}

.bi-sign-merge-right-fill::before {
  content: "\f85d";
}

.bi-sign-merge-right::before {
  content: "\f85e";
}

.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}

.bi-sign-no-left-turn::before {
  content: "\f860";
}

.bi-sign-no-parking-fill::before {
  content: "\f861";
}

.bi-sign-no-parking::before {
  content: "\f862";
}

.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}

.bi-sign-no-right-turn::before {
  content: "\f864";
}

.bi-sign-railroad-fill::before {
  content: "\f865";
}

.bi-sign-railroad::before {
  content: "\f866";
}

.bi-building-add::before {
  content: "\f867";
}

.bi-building-check::before {
  content: "\f868";
}

.bi-building-dash::before {
  content: "\f869";
}

.bi-building-down::before {
  content: "\f86a";
}

.bi-building-exclamation::before {
  content: "\f86b";
}

.bi-building-fill-add::before {
  content: "\f86c";
}

.bi-building-fill-check::before {
  content: "\f86d";
}

.bi-building-fill-dash::before {
  content: "\f86e";
}

.bi-building-fill-down::before {
  content: "\f86f";
}

.bi-building-fill-exclamation::before {
  content: "\f870";
}

.bi-building-fill-gear::before {
  content: "\f871";
}

.bi-building-fill-lock::before {
  content: "\f872";
}

.bi-building-fill-slash::before {
  content: "\f873";
}

.bi-building-fill-up::before {
  content: "\f874";
}

.bi-building-fill-x::before {
  content: "\f875";
}

.bi-building-fill::before {
  content: "\f876";
}

.bi-building-gear::before {
  content: "\f877";
}

.bi-building-lock::before {
  content: "\f878";
}

.bi-building-slash::before {
  content: "\f879";
}

.bi-building-up::before {
  content: "\f87a";
}

.bi-building-x::before {
  content: "\f87b";
}

.bi-buildings-fill::before {
  content: "\f87c";
}

.bi-buildings::before {
  content: "\f87d";
}

.bi-bus-front-fill::before {
  content: "\f87e";
}

.bi-bus-front::before {
  content: "\f87f";
}

.bi-ev-front-fill::before {
  content: "\f880";
}

.bi-ev-front::before {
  content: "\f881";
}

.bi-globe-americas::before {
  content: "\f882";
}

.bi-globe-asia-australia::before {
  content: "\f883";
}

.bi-globe-central-south-asia::before {
  content: "\f884";
}

.bi-globe-europe-africa::before {
  content: "\f885";
}

.bi-house-add-fill::before {
  content: "\f886";
}

.bi-house-add::before {
  content: "\f887";
}

.bi-house-check-fill::before {
  content: "\f888";
}

.bi-house-check::before {
  content: "\f889";
}

.bi-house-dash-fill::before {
  content: "\f88a";
}

.bi-house-dash::before {
  content: "\f88b";
}

.bi-house-down-fill::before {
  content: "\f88c";
}

.bi-house-down::before {
  content: "\f88d";
}

.bi-house-exclamation-fill::before {
  content: "\f88e";
}

.bi-house-exclamation::before {
  content: "\f88f";
}

.bi-house-gear-fill::before {
  content: "\f890";
}

.bi-house-gear::before {
  content: "\f891";
}

.bi-house-lock-fill::before {
  content: "\f892";
}

.bi-house-lock::before {
  content: "\f893";
}

.bi-house-slash-fill::before {
  content: "\f894";
}

.bi-house-slash::before {
  content: "\f895";
}

.bi-house-up-fill::before {
  content: "\f896";
}

.bi-house-up::before {
  content: "\f897";
}

.bi-house-x-fill::before {
  content: "\f898";
}

.bi-house-x::before {
  content: "\f899";
}

.bi-person-add::before {
  content: "\f89a";
}

.bi-person-down::before {
  content: "\f89b";
}

.bi-person-exclamation::before {
  content: "\f89c";
}

.bi-person-fill-add::before {
  content: "\f89d";
}

.bi-person-fill-check::before {
  content: "\f89e";
}

.bi-person-fill-dash::before {
  content: "\f89f";
}

.bi-person-fill-down::before {
  content: "\f8a0";
}

.bi-person-fill-exclamation::before {
  content: "\f8a1";
}

.bi-person-fill-gear::before {
  content: "\f8a2";
}

.bi-person-fill-lock::before {
  content: "\f8a3";
}

.bi-person-fill-slash::before {
  content: "\f8a4";
}

.bi-person-fill-up::before {
  content: "\f8a5";
}

.bi-person-fill-x::before {
  content: "\f8a6";
}

.bi-person-gear::before {
  content: "\f8a7";
}

.bi-person-lock::before {
  content: "\f8a8";
}

.bi-person-slash::before {
  content: "\f8a9";
}

.bi-person-up::before {
  content: "\f8aa";
}

.bi-scooter::before {
  content: "\f8ab";
}

.bi-taxi-front-fill::before {
  content: "\f8ac";
}

.bi-taxi-front::before {
  content: "\f8ad";
}

.bi-amd::before {
  content: "\f8ae";
}

.bi-database-add::before {
  content: "\f8af";
}

.bi-database-check::before {
  content: "\f8b0";
}

.bi-database-dash::before {
  content: "\f8b1";
}

.bi-database-down::before {
  content: "\f8b2";
}

.bi-database-exclamation::before {
  content: "\f8b3";
}

.bi-database-fill-add::before {
  content: "\f8b4";
}

.bi-database-fill-check::before {
  content: "\f8b5";
}

.bi-database-fill-dash::before {
  content: "\f8b6";
}

.bi-database-fill-down::before {
  content: "\f8b7";
}

.bi-database-fill-exclamation::before {
  content: "\f8b8";
}

.bi-database-fill-gear::before {
  content: "\f8b9";
}

.bi-database-fill-lock::before {
  content: "\f8ba";
}

.bi-database-fill-slash::before {
  content: "\f8bb";
}

.bi-database-fill-up::before {
  content: "\f8bc";
}

.bi-database-fill-x::before {
  content: "\f8bd";
}

.bi-database-fill::before {
  content: "\f8be";
}

.bi-database-gear::before {
  content: "\f8bf";
}

.bi-database-lock::before {
  content: "\f8c0";
}

.bi-database-slash::before {
  content: "\f8c1";
}

.bi-database-up::before {
  content: "\f8c2";
}

.bi-database-x::before {
  content: "\f8c3";
}

.bi-database::before {
  content: "\f8c4";
}

.bi-houses-fill::before {
  content: "\f8c5";
}

.bi-houses::before {
  content: "\f8c6";
}

.bi-nvidia::before {
  content: "\f8c7";
}

.bi-person-vcard-fill::before {
  content: "\f8c8";
}

.bi-person-vcard::before {
  content: "\f8c9";
}

.bi-sina-weibo::before {
  content: "\f8ca";
}

.bi-tencent-qq::before {
  content: "\f8cb";
}

.bi-wikipedia::before {
  content: "\f8cc";
}

.bi-alphabet-uppercase::before {
  content: "\f2a5";
}

.bi-alphabet::before {
  content: "\f68a";
}

.bi-amazon::before {
  content: "\f68d";
}

.bi-arrows-collapse-vertical::before {
  content: "\f690";
}

.bi-arrows-expand-vertical::before {
  content: "\f695";
}

.bi-arrows-vertical::before {
  content: "\f698";
}

.bi-arrows::before {
  content: "\f6a2";
}

.bi-ban-fill::before {
  content: "\f6a3";
}

.bi-ban::before {
  content: "\f6b6";
}

.bi-bing::before {
  content: "\f6c2";
}

.bi-cake::before {
  content: "\f6e0";
}

.bi-cake2::before {
  content: "\f6ed";
}

.bi-cookie::before {
  content: "\f6ee";
}

.bi-copy::before {
  content: "\f759";
}

.bi-crosshair::before {
  content: "\f769";
}

.bi-crosshair2::before {
  content: "\f794";
}

.bi-emoji-astonished-fill::before {
  content: "\f795";
}

.bi-emoji-astonished::before {
  content: "\f79a";
}

.bi-emoji-grimace-fill::before {
  content: "\f79b";
}

.bi-emoji-grimace::before {
  content: "\f7a0";
}

.bi-emoji-grin-fill::before {
  content: "\f7a1";
}

.bi-emoji-grin::before {
  content: "\f7a6";
}

.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}

.bi-emoji-surprise::before {
  content: "\f7ac";
}

.bi-emoji-tear-fill::before {
  content: "\f7ad";
}

.bi-emoji-tear::before {
  content: "\f7b2";
}

.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}

.bi-envelope-arrow-down::before {
  content: "\f7b8";
}

.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}

.bi-envelope-arrow-up::before {
  content: "\f7be";
}

.bi-feather::before {
  content: "\f7bf";
}

.bi-feather2::before {
  content: "\f7c4";
}

.bi-floppy-fill::before {
  content: "\f7c5";
}

.bi-floppy::before {
  content: "\f7d8";
}

.bi-floppy2-fill::before {
  content: "\f7d9";
}

.bi-floppy2::before {
  content: "\f7e4";
}

.bi-gitlab::before {
  content: "\f7e5";
}

.bi-highlighter::before {
  content: "\f7f8";
}

.bi-marker-tip::before {
  content: "\f802";
}

.bi-nvme-fill::before {
  content: "\f803";
}

.bi-nvme::before {
  content: "\f80c";
}

.bi-opencollective::before {
  content: "\f80d";
}

.bi-pci-card-network::before {
  content: "\f8cd";
}

.bi-pci-card-sound::before {
  content: "\f8ce";
}

.bi-radar::before {
  content: "\f8cf";
}

.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}

.bi-send-arrow-down::before {
  content: "\f8d1";
}

.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}

.bi-send-arrow-up::before {
  content: "\f8d3";
}

.bi-sim-slash-fill::before {
  content: "\f8d4";
}

.bi-sim-slash::before {
  content: "\f8d5";
}

.bi-sourceforge::before {
  content: "\f8d6";
}

.bi-substack::before {
  content: "\f8d7";
}

.bi-threads-fill::before {
  content: "\f8d8";
}

.bi-threads::before {
  content: "\f8d9";
}

.bi-transparency::before {
  content: "\f8da";
}

.bi-twitter-x::before {
  content: "\f8db";
}

.bi-type-h4::before {
  content: "\f8dc";
}

.bi-type-h5::before {
  content: "\f8dd";
}

.bi-type-h6::before {
  content: "\f8de";
}

.bi-backpack-fill::before {
  content: "\f8df";
}

.bi-backpack::before {
  content: "\f8e0";
}

.bi-backpack2-fill::before {
  content: "\f8e1";
}

.bi-backpack2::before {
  content: "\f8e2";
}

.bi-backpack3-fill::before {
  content: "\f8e3";
}

.bi-backpack3::before {
  content: "\f8e4";
}

.bi-backpack4-fill::before {
  content: "\f8e5";
}

.bi-backpack4::before {
  content: "\f8e6";
}

.bi-brilliance::before {
  content: "\f8e7";
}

.bi-cake-fill::before {
  content: "\f8e8";
}

.bi-cake2-fill::before {
  content: "\f8e9";
}

.bi-duffle-fill::before {
  content: "\f8ea";
}

.bi-duffle::before {
  content: "\f8eb";
}

.bi-exposure::before {
  content: "\f8ec";
}

.bi-gender-neuter::before {
  content: "\f8ed";
}

.bi-highlights::before {
  content: "\f8ee";
}

.bi-luggage-fill::before {
  content: "\f8ef";
}

.bi-luggage::before {
  content: "\f8f0";
}

.bi-mailbox-flag::before {
  content: "\f8f1";
}

.bi-mailbox2-flag::before {
  content: "\f8f2";
}

.bi-noise-reduction::before {
  content: "\f8f3";
}

.bi-passport-fill::before {
  content: "\f8f4";
}

.bi-passport::before {
  content: "\f8f5";
}

.bi-person-arms-up::before {
  content: "\f8f6";
}

.bi-person-raised-hand::before {
  content: "\f8f7";
}

.bi-person-standing-dress::before {
  content: "\f8f8";
}

.bi-person-standing::before {
  content: "\f8f9";
}

.bi-person-walking::before {
  content: "\f8fa";
}

.bi-person-wheelchair::before {
  content: "\f8fb";
}

.bi-shadows::before {
  content: "\f8fc";
}

.bi-suitcase-fill::before {
  content: "\f8fd";
}

.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}

.bi-suitcase-lg::before {
  content: "\f8ff";
}

.bi-suitcase::before {
  content: "豈";
}

.bi-suitcase2-fill::before {
  content: "更";
}

.bi-suitcase2::before {
  content: "車";
}

.bi-vignette::before {
  content: "賈";
}

/**********上架神器模板樣式end**********/
.esg_slideMenuTrigger .line::before, .esg_slideMenuTrigger .line::after, .esg_slideMenuTrigger, .slideModuleBox.moduleBox, .scrollHint, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .imh_opacity img, .sideDataArea.security .title, .sideDataArea.security .Img, .sideDataArea.news .title, .sideDataArea.news .Img, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .bookingArea .bookingCountDropDown .countBox .btnCount i, .bookingArea .bookingCountDropDown .countBox .btnCount, .privacyArea, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, .languageBox .languageList, .loadingArea.show, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn.animation::after, .btnBox .btn::before, .btnBox .btn, .arrowBox .arrow svg, .arrowBox .arrow, button, a, body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .bread .wrap .home::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before, .textEditor .btnBox .btn, .textEditor .btnBox .btn::before, .textEditor .template_qa_001 summary::after {
  transition: all 0.5s ease-in-out;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  align-items: flex-start;
  color: #2f2f2f;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: flex;
  flex-wrap: wrap;
}
.formBox .formColumn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px;
  position: relative;
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.select::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 1;
  transform: rotate(45deg);
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
}
.formBox .columnTitle {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  margin-bottom: 12px;
  position: relative;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 10px;
}
.formBox .columnTitle.requireStyle::before {
  content: "*";
  color: #f00;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
.formBox .columnCheckBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
  opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
  background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
  background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
  color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.styleCheck::after {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%232f2f2f' viewBox='0 0 16 16'><path d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
  border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
  border-color: #f00 !important;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.02rem;
  margin-left: 4px;
}
.formBox .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  outline: none;
  padding: 5px 25px 5px 10px;
  margin: 0;
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput {
  padding: 5px 10px;
}
.formBox .columnInput::-moz-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnArea {
  height: 200px;
  padding: 10px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  color: #737373;
  font-weight: 500;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  color: #999;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}
.formBox .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #f00 !important;
}

@keyframes btnAni {
  20% {
    background-color: rgba(9, 78, 127, 0.3);
  }
  100% {
    transform: scale(1.3);
    background-color: transparent;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes centerRotate {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes aniSlideLeft {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scrollHorizontal {
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes loadingAni {
  0% {
    opacity: 0;
    transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes companyRipple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes marqueeGradientFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes decoSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes decoSpinReverse {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes anchorRipple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}
@keyframes blur {
  0%, 100% {
    backdrop-filter: blur(7.35px);
  }
  50% {
    backdrop-filter: blur(0px);
  }
}
.beforeGsap {
  visibility: hidden;
}

body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1180px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.overflow, body.disableScroll, body.loadingOverflow {
  overflow: hidden;
}
body:not(.WebSiteHomePage):not(.aboutPage) .outerWrap {
  padding-top: 80px;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHomePage):not(.aboutPage) .outerWrap {
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHomePage):not(.aboutPage) .outerWrap {
    padding-top: 65px;
  }
}
body:not(.WebSiteHomePage):not(.aboutPage) .mainArea {
  padding-bottom: 50px;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem {
  position: relative;
  padding: 30px 0 0;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem .titleBox {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem .titleBox {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem .titleBox .subtitle {
  margin: 0 auto;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) {
  padding: 0;
  margin-bottom: 80px;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) {
    margin-bottom: 50px;
  }
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .Txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .Txt .titleBox {
  padding-top: 0;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .Txt .title {
  color: #fff;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .Txt .subtitle {
  color: #fff;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .Txt .subtitle::before {
  background-color: #fff;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .bread .wrap .home::before {
  filter: brightness(0) invert(1);
}
@media (min-width: 1181px) {
  body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .bread .wrap .home:hover::before {
    filter: brightness(1) invert(0);
  }
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .bread .wrap a {
  color: #fff;
}
@media (min-width: 1181px) {
  body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .bread .wrap a:hover {
    color: #094E7F;
  }
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .bread .wrap span {
  color: #fff;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .bread .wrap a + a::before,
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .bread .wrap span + span::before,
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .bread .wrap span + a::before,
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) .bread .wrap a + span::before {
  background-color: #fff;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem:has(img) img {
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 0 50px 50px;
}
body:not(.WebSiteHomePage):not(.aboutPage) .bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body.errorPage .mainArea {
  width: 100%;
  min-height: calc(100vh - 300px);
  min-height: calc(100dvh - 300px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10vh 0;
}
body.errorPage .mainArea .top {
  color: #094E7F;
  margin: 0 auto;
  text-align: center;
}
body.errorPage .mainArea .errorTitle {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  body.errorPage .mainArea .errorTitle {
    font-size: 26px;
  }
}
body.errorPage .mainArea .errorCode {
  font-size: 50px;
}
@media (max-width: 1180px) {
  body.errorPage .mainArea .errorCode {
    font-size: 40px;
    display: block;
  }
}
body.errorPage .mainArea .errorText {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
body.errorPage .mainArea .errorText a {
  padding: 0 5px;
}
@media (max-width: 1180px) {
  body.errorPage .mainArea .errorText {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body.errorPage .mainArea .errorText {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    min-height: 50vh;
    /*以防有不支援dvh的瀏覽器*/
    min-height: 50dvh;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}

address {
  font-style: normal;
}

a {
  color: #282828;
  cursor: pointer;
}
@media (min-width: 1181px) {
  a:hover {
    color: #094E7F;
  }
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}

.Img img {
  height: auto;
}

div.titan {
  display: none;
}

/* 共用的樣式 */
.titleBox {
  margin-bottom: 40px;
  position: relative;
}
.titleBox.textLeft {
  text-align: left;
}
.titleBox .decoTitle {
  color: #282828;
  font-size: 16px;
  line-height: normal;
  padding-bottom: 4px;
}
@media (max-width: 1180px) {
  .titleBox .decoTitle {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .titleBox .decoTitle {
    font-size: 12px;
    padding-bottom: 0;
  }
}
.titleBox .title {
  color: #094E7F;
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  font-size: clamp(46px, 6.5vw, 64px);
  font-weight: 500;
  letter-spacing: 3.2px;
  line-height: 1.15;
}
@media (max-width: 480px) {
  .titleBox .title {
    font-size: 9.583vw;
    letter-spacing: 2.8px;
  }
}
.titleBox .subtitle {
  color: #282828;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-left: 22px;
  margin-bottom: 15px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.titleBox .subtitle::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #094E7F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 480px) {
  .titleBox .subtitle {
    font-size: 18px;
  }
}
.titleBox .text {
  color: #282828;
  font-size: 16px;
  margin-top: clamp(12px, 2.5vw, 24px);
  line-height: 1.9;
  letter-spacing: 1.6px;
}
@media (max-width: 480px) {
  .titleBox .text {
    font-size: 15px;
  }
}

.arrowBox {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 8px;
  pointer-events: none;
}
@media (max-width: 320px) {
  .arrowBox {
    gap: 5px;
  }
}
.arrowBox .arrow {
  --w: 52px;
  border-radius: 50%;
  width: var(--w);
  height: var(--w);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D4D4D4;
  cursor: pointer;
  pointer-events: auto;
  color: #7d7d7d;
  background-color: #fff;
}
.arrowBox .arrow svg {
  width: 10px;
  height: 10px;
  display: block;
}
@media (min-width: 1181px) {
  .arrowBox .arrow:hover {
    background-color: #094E7F;
    border: 1px solid #094E7F;
    color: #fff;
  }
  .arrowBox .arrow:hover svg {
    transform: translateX(3px);
  }
}
.arrowBox .arrow.prev {
  transform: rotate(180deg);
}
@media (max-width: 480px) {
  .arrowBox .arrow {
    --w: 46px;
  }
}

.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}
.btnBox.flex.left {
  justify-content: flex-start;
}
.btnBox.flex.right {
  justify-content: flex-end;
}
.btnBox.flex .btn {
  min-width: auto;
  max-width: 200px;
  flex: 1;
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  min-width: 200px;
  max-width: 220px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  padding: 7px 6px 7px 24px;
  position: relative;
  z-index: 1;
  border-radius: 100px;
  gap: 15px;
  box-shadow: 1px 2px 7.9px 0 rgba(0, 0, 0, 0.14);
  letter-spacing: 1.8px;
  overflow: hidden;
}
.btnBox .btn .btnText {
  display: inline-block;
}
@media (max-width: 640px) {
  .btnBox .btn {
    font-size: 14px;
    padding: 5px 6px 5px 20px;
    min-width: 180px;
  }
}
.btnBox .btn::before, .btnBox .btn:after {
  content: "";
  width: 36px;
  height: 36px;
  pointer-events: none;
}
@media (max-width: 640px) {
  .btnBox .btn::before, .btnBox .btn:after {
    width: 30px;
    height: 30px;
  }
}
.btnBox .btn::after {
  display: inline-block;
  background-image: url(../../images/tw/arrow.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
}
.btnBox .btn::before {
  background-color: #094E7F;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%) scale(1);
  z-index: -1;
  border-radius: 50%;
}
@media (min-width: 1181px) {
  .btnBox .btn:hover::before {
    transform: translateY(-50%) scale(15);
  }
}
.btnBox .btn.small {
  font-size: 14px;
  padding: 5px 6px 5px 20px;
  min-width: 180px;
}
.btnBox .btn.animation {
  overflow: hidden;
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.btnBox .btn.bgMain {
  background-color: #fff;
  color: #282828;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgMain:hover {
    color: #fff;
  }
}
.btnBox .btn.bgSecond {
  background-color: #fff;
  color: #282828;
}
.btnBox .btn.bgSecond::before {
  background-color: #6EA9D8;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover {
    color: #fff;
  }
}
.btnBox .btn.colorMain {
  background-color: #fff;
  border: 1px solid #094E7F;
  color: #094E7F;
}
.btnBox .btn.colorMain.animation::after {
  background-color: #094E7F;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorMain:hover {
    color: #fff;
  }
  .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #094E7F;
  }
}
.btnBox .btn.colorSecond {
  background-color: #fff;
  border: 1px solid #282828;
  color: #282828;
}
.btnBox .btn.colorSecond.animation::after {
  background-color: #282828;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorSecond:hover {
    color: #fff;
  }
  .btnBox .btn.colorSecond:hover:not(.animation) {
    background-color: #282828;
  }
}
.btnBox .btn.rounded {
  border-radius: 24.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}

/* 共用的樣式 END */
.outerWrap {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: clamp(90px, 5.833vw, 112px);
  position: relative;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 70px;
    padding-bottom: calc(55px + env(safe-area-inset-bottom));
  }
}
@media (max-width: 480px) {
  .outerWrap {
    padding-top: 65px;
  }
}

.wrap {
  width: 100%;
  max-width: 1765px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: none;
  padding-top: 60px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #094E7F;
}
.moduleBox .moduleClose {
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -0.5px;
  width: 60%;
  height: 2px;
  background-color: #094E7F;
  transition: transform 0.3s ease;
}
.moduleBox .moduleClose::before {
  transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .moduleBox .moduleClose:hover::before {
    transform: rotate(25deg);
  }
  .moduleBox .moduleClose:hover::after {
    transform: rotate(-25deg);
  }
}
@media (max-width: 1180px) {
  .moduleBox .moduleClose {
    width: 40px;
    height: 40px;
  }
  .moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
    margin-left: -12px;
  }
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 50px;
  position: relative;
  z-index: 1004;
  border-radius: 20px;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .moduleClose {
  top: 10px;
  right: 10px;
}
.moduleBox.privacy .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox {
    flex-direction: column;
    gap: 15px;
  }
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #094E7F;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1181px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox .btn {
    width: 100%;
    max-width: 100%;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #094E7F;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.35;
  padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
  cursor: pointer;
  display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
  cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: rgb(15.075, 130.65, 212.725);
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: rgb(10.6875, 92.625, 150.8125);
  transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: block;
  margin-left: auto;
  position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media (min-width: 1181px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #094E7F;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #e1e1e1;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox {
  /*洽詢車&購物車*/
}
.moduleBox.cart .moduleWrap {
  max-width: 480px;
}
.moduleBox.cart .text {
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.moduleBox.cart .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #094E7F;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #094E7F;
  border-bottom: 2px solid #E2E2E2;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid #E2E2E2;
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #094E7F;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #094E7F;
    color: #fff;
  }
}
.moduleBox.cart .cartList .del svg {
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 400px) {
  .moduleBox.cart .cartList .Img {
    width: 85px;
  }
}
.moduleBox {
  /*訂單查詢*/
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.moduleBox.orderCheck .formBox {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.moduleBox {
  /*搜尋*/
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.search .searchBox {
  margin: 30px 0;
  position: relative;
}
.moduleBox.search .searchBox input[type=text] {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
  width: 50px;
  height: 50px;
  background-color: #094E7F;
  color: #fff;
  display: block;
  font-size: 16px;
  flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1181px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.moduleBox {
  /*提醒使用cookie彈窗*/
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 1;
  transition: all 0.1s ease-in-out;
}
.loadingArea:before, .loadingArea:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50% + 1px);
  background-color: #EFEFEF;
  transition: 0.6s all ease-in-out;
}
.loadingArea:before {
  left: 0;
}
.loadingArea:after {
  right: 0;
}
.loadingArea .loadLogo {
  opacity: 0;
  width: 260px;
}
.loadingArea .loadLogo img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.4s 0s ease-in-out;
  opacity: 1;
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadLogo {
  opacity: 1;
  animation: loadingAni 0.5s forwards ease-in-out;
}
.loadingArea.show .loadLogo img {
  transition: all 0.4s 1.2s ease-in-out;
  opacity: 0;
}
.loadingArea.hide:before, .loadingArea.hide:after {
  width: 0;
}

/* 彈窗 & 其他功能 */
.topFunctionBox {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background-color: #F7F7F7;
}
@media (max-width: 1180px) {
  .topFunctionBox {
    display: none;
  }
}
.topFunctionBox .wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 5px;
  padding-top: 5px;
}
.topFunctionBox .wrap > a {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.topFunctionBox .wrap > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.topFunctionBox .loginBox {
  position: relative;
  z-index: 1;
}
.topFunctionBox .loginBox > a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.topFunctionBox .loginBox > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.topFunctionBox .loginBox .submenu {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 130%;
  width: 160px;
  padding-top: 10px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.topFunctionBox .loginBox .submenu a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
.topFunctionBox .loginBox .submenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
@media (min-width: 1181px) {
  .topFunctionBox .loginBox:hover .submenu {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
  }
}
.topFunctionBox .searchBox {
  display: flex;
}
.topFunctionBox .searchBox input[type=text] {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
  background-color: #fafafa;
}
.topFunctionBox .searchBox button {
  flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #094E7F;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 51;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}
@media (max-width: 1180px) {
  header {
    padding: 10px 0;
  }
}
header .wrap {
  align-items: center;
  display: flex;
  position: relative;
  max-width: 100%;
  gap: 10px;
}
@media (min-width: 1681px) {
  header .wrap {
    padding-left: 60px;
    padding-right: 52px;
  }
}
@media (max-width: 1280px) {
  header .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  header .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  header .wrap {
    justify-content: space-between;
  }
}
header .logo a {
  display: block;
  width: 190px;
}
@media (max-width: 1366px) {
  header .logo a {
    width: 170px;
  }
}
@media (max-width: 480px) {
  header .logo a {
    width: 150px;
  }
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
}
header .menuBox {
  display: flex;
  justify-content: center;
  flex: 1;
}
@media (min-width: 1681px) {
  header .menuBox {
    margin-left: 155px;
  }
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header {
  /*menu*/
}
header .menu > .menuItem {
  position: relative;
  display: inline-block;
}
@media (min-width: 1181px) {
  header .menu > .menuItem:hover .mainLink {
    color: #094E7F;
  }
}
header .menu > .menuItem a {
  color: #282828;
  display: block;
  font-size: clamp(16px, 1.05vw, 18px);
  padding: 15px clamp(12px, 1.224vw, 23.5px);
  letter-spacing: 1.8px;
}
header .menu > .menuItem a.current {
  color: #094E7F;
}
@media (min-width: 1181px) {
  header .menu > .menuItem a:hover {
    color: #094E7F;
  }
}
@media (max-width: 1280px) {
  header .menu > .menuItem a {
    padding: 15px 12px;
  }
}
header .menu .submenu {
  width: -moz-max-content;
  width: max-content;
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 99;
  text-align: center;
  transform: translateX(-50%);
  padding: 8px 18px;
  background-color: #fff;
  box-shadow: 1px 4px 7.1px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0 0 20px 20px;
}
header .menu .submenu .submenuItem {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
}
header .menu .submenu .submenuItem:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
header .menu .submenu .submenuItem:not(:last-child)::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #BABABA;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .menu .submenu a {
  border-radius: 10px;
  color: #000;
  display: block;
  padding: 10px 28px;
  background-color: #fff;
  letter-spacing: 1px;
}
header .menu .submenu a.current {
  color: #094E7F;
  background-color: #EEF7FD;
}
@media (min-width: 1181px) {
  header .menu .submenu a:hover {
    color: #094E7F;
    background-color: #EEF7FD;
  }
}
header .menu .submenu .thirdMenuItem a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 20px;
}
header .menu .submenu.fullSubmenu {
  width: 100%;
  background-color: #F7F7F7;
  position: fixed;
  left: 0;
  top: 120px;
  transform: translateX(0);
}
header .menu .submenu.fullSubmenu .wrap {
  height: auto;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0px;
}
header .menu .submenu.fullSubmenu ul {
  display: block;
}
header .menu .submenu.fullSubmenu a {
  background-color: transparent;
}
header .menu .submenu.fullSubmenu a.current {
  color: #094E7F;
}
@media (min-width: 1181px) {
  header .menu .submenu.fullSubmenu a:hover {
    color: #094E7F;
  }
}
header .menu .submenu.fullSubmenu .submenuItem {
  width: 100%;
  max-width: 220px;
  padding: 0 20px;
  text-align: left;
}
header .menu .submenu.fullSubmenu .submenuItemTitle {
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
header .menu .submenu.twoLayers .submenuItem {
  position: relative;
}
header .menu .submenu.twoLayers .thirdMenu {
  width: 150px;
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
}
header .menu .submenu.twoLayers .thirdMenuItem {
  width: 100%;
}
header .rightBox {
  max-width: clamp(300px, 18.49vw, 355px);
  width: 100%;
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  header .rightBox {
    max-width: 280px;
  }
}
@media (max-width: 1180px) {
  header .rightBox {
    max-width: unset;
    width: auto;
    justify-content: flex-end;
  }
}
header .contactBox {
  max-width: 220px;
}
header .contactBox .btn {
  width: 100%;
}
@media (max-width: 1440px) {
  header .contactBox {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  header .contactBox {
    min-width: unset;
  }
}
@media (max-width: 1180px) {
  header .contactBox {
    display: none;
  }
}
@media (max-width: 1180px) {
  header .languageBox {
    display: none;
  }
}

/*contactBox 共用樣式*/
.contactBox {
  width: 100%;
}
.contactBox .btnBox {
  margin-top: 0;
}
.contactBox .btnBox .btn {
  font-size: 18px;
}
@media (max-width: 1440px) {
  .contactBox .btnBox .btn {
    font-size: 16px;
  }
}

/*languageBox 共用樣式*/
.languageBox {
  position: relative;
  z-index: 2;
}
.languageBox .languageCurrent {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  color: #282828;
}
.languageBox .languageCurrent svg {
  display: block;
  width: 22px;
  height: 22px;
  color: #094E7F;
}
.languageBox .languageCurrent .text {
  border-bottom: 1px solid #B8B8B8;
  padding-bottom: 2px;
  flex-shrink: 0;
}
.languageBox .languageList {
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  box-shadow: 1px 4px 7.1px 0 rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 10px);
  padding: 8px 18px;
  border-radius: 0 0 20px 20px;
}
.languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 25px);
}
@media (max-width: 1180px) {
  .languageBox .languageList {
    padding: 8px 12px;
  }
  .languageBox .languageList.show {
    transform: translate(-50%, 5px);
  }
}
.languageBox .languageList li {
  position: relative;
}
.languageBox .languageList li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.languageBox .languageList li:not(:last-child)::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #BABABA;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.languageBox .languageList li a {
  border-radius: 10px;
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-align: center;
  background-color: #fff;
}
.languageBox .languageList li a.current {
  color: #094E7F;
  background-color: #EEF7FD;
}
@media (min-width: 1181px) {
  .languageBox .languageList li a:hover {
    color: #094E7F;
    background-color: #EEF7FD;
  }
}

/*slideMenu*/
.slideMenuTrigger {
  width: 50px;
  height: 50px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  position: relative;
  margin-right: -10px;
}
@media (min-width: 1181px) {
  .slideMenuTrigger {
    display: none;
  }
}
@media (max-width: 480px) {
  .slideMenuTrigger {
    width: 45px;
    height: 45px;
  }
}
.slideMenuTrigger .line {
  width: 50%;
  height: 1px;
  background-color: #094E7F;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: background-color 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #094E7F;
  position: absolute;
  z-index: 1;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  transform: translateY(8px);
}
.slideMenuTrigger.close {
  margin-left: 0;
}
.slideMenuTrigger.close .line {
  background-color: transparent;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  right: 0;
  transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1181px) {
  .slideMenuTrigger.close:hover span {
    transform: rotate(180deg);
  }
}
@media (min-width: 1181px) {
  .slideMenuTrigger:hover {
    background-color: #fff;
  }
  .slideMenuTrigger:hover span {
    background-color: transparent;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
  }
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    background-color: #094E7F;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
  }
  .slideMenuTrigger:hover span::before {
    transform: translateY(0) rotate(45deg);
  }
  .slideMenuTrigger:hover span::after {
    transform: translateY(0) rotate(-45deg);
  }
}

.slideMenuArea {
  width: 100%;
  max-width: 420px;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  background-color: #F5F7FA;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  transform: translateX(100%);
  transition: all 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #094E7F;
}
.slideMenuArea .wrap {
  max-width: 100%;
  padding: 20px 20px calc(50px + env(safe-area-inset-bottom));
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.slideMenuArea.show .topBox {
  animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .menuBox {
  animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .funcBox {
  animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea .topBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 14px 18px;
}
@media (max-width: 768px) {
  .slideMenuArea .topBox {
    padding: 10px 18px;
  }
}
.slideMenuArea .topBox .slideMenuLogo {
  flex: 1;
}
.slideMenuArea .topBox .slideMenuLogo a {
  display: block;
  width: 170px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .slideMenuArea .topBox .slideMenuLogo a {
    width: 150px;
  }
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1181px) {
  .slideMenuArea .topBox .slideMenuTrigger {
    display: flex;
  }
}
.slideMenuArea .menuBox {
  width: 100%;
  margin-top: 14px;
}
.slideMenuArea .menuBox .nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.slideMenuArea .menuBox .nav > .menuItem {
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem > span {
  display: block;
}
.slideMenuArea .menuBox .nav > .menuItem > span > a {
  background-color: #fff;
  color: #094E7F;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.5px;
  padding: 18px 50px 18px 22px;
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem > span > a.current {
  color: #094E7F;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav > .menuItem > span > a:hover {
    color: #094E7F;
  }
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #094E7F;
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  transform: rotate(90deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span {
  background-color: #F5F7FA;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
  transform: rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > .submenu {
  animation: slideDownAnimation 0.4s 0.1s ease-in-out both;
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  background-color: #fff;
  display: none;
  padding: 4px 0 14px;
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
  padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
  padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
  color: #6b7280;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  padding: 10px 22px 10px 44px;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
  color: #094E7F;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #094E7F;
  }
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open .submenuItemTitle.hasThirdMenu::after {
  transform: rotate(0deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle {
  position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #094E7F;
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 1;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  transform: rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
  background-color: #094E7F;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
  padding: 4px 0 4px 16px;
  display: none;
}
.slideMenuArea .funcBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
}
.slideMenuArea .funcBox .contactBox {
  width: -moz-max-content;
  width: max-content;
}
.slideMenuArea .funcBox .languageBox {
  width: -moz-max-content;
  width: max-content;
  z-index: 3;
}
@media (min-width: 1181px) {
  .slideMenuArea.show {
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
  }
}

.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1181px) {
  .slideMenuMask.show {
    opacity: 0;
    pointer-events: none;
  }
}

.socialBox {
  flex-shrink: 0;
}
.socialBox .socialList {
  align-items: center;
  display: flex;
  gap: 14px;
}
.socialBox .socialList li {
  margin: 0;
}
.socialBox .socialList a {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #094E7F;
  display: inline-flex;
  justify-content: center;
  width: 47px;
  height: 47px;
  border: 1px solid #D7D7D7;
}
.socialBox .socialList a svg {
  color: currentColor;
}
.socialBox .socialList a svg.iconFB {
  width: 11px;
  height: 21px;
}
.socialBox .socialList a svg.iconLinkedIn {
  width: 19px;
  height: 19px;
}
.socialBox .socialList a svg.iconYT {
  width: 21px;
  height: 15px;
}
@media (min-width: 1181px) {
  .socialBox .socialList a:hover {
    background-color: #094E7F;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    color: #094E7F;
  }
  .socialBox .socialList a:hover svg {
    color: #fff;
    transition: all 0.5s ease-in-out;
  }
}

/*footer*/
footer {
  position: relative;
  padding: 48px 0 50px;
}
@media (max-width: 480px) {
  footer {
    padding: 40px 0;
  }
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1765px;
  gap: 30px 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  footer .wrap {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .footerLogo {
  flex-shrink: 0;
  width: 190px;
}
footer .footerLogo a {
  display: block;
}
footer .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1366px) {
  footer .footerLogo {
    margin-left: 0;
    width: 170px;
  }
}
@media (max-width: 768px) {
  footer .footerLogo {
    width: 150px;
  }
}
footer .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(50px, 5.2vw, 100px);
  width: 46%;
}
@media (max-width: 1440px) {
  footer .left {
    width: 55%;
  }
}
@media (max-width: 1180px) {
  footer .left {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  footer .left {
    width: 100%;
  }
}
footer .sideContactInfo {
  width: calc(100% - 190px - 5.2vw);
}
@media (max-width: 1366px) {
  footer .sideContactInfo {
    width: calc(100% - 170px - 5.2vw);
  }
}
@media (max-width: 640px) {
  footer .sideContactInfo {
    width: 100%;
  }
}
footer .right {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.604vw, 50px);
}
@media (max-width: 1180px) {
  footer .right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .copyrightBox {
  max-width: calc(100% - 170px);
  width: 100%;
  align-items: flex-end;
  color: #747474;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-shrink: 0;
  gap: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #585858;
}
@media (max-width: 1180px) {
  footer .copyrightBox {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  footer .copyrightBox {
    width: 100%;
  }
}
footer .copyrightBox .copyright {
  width: 100%;
  text-align: right;
}
@media (max-width: 1180px) {
  footer .copyrightBox .copyright {
    text-align: left;
  }
}
footer .copyrightBox .copyright p {
  margin: 0;
  color: inherit;
}
footer .copyrightBox .menuItem {
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid #B8B8B8;
}
@media (max-width: 1180px) {
  footer .copyrightBox .menuItem {
    order: 3;
  }
}
footer .copyrightBox .ibestLink {
  border-bottom: 1px solid transparent;
}
@media (max-width: 1180px) {
  footer .copyrightBox .ibestLink {
    order: 2;
  }
}
footer .copyrightBox .ibestLink a {
  color: inherit;
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.84px;
}
@media (min-width: 1181px) {
  footer .copyrightBox .ibestLink a:hover {
    color: #094E7F;
  }
}

.privacyArea {
  width: 100%;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 25px 0 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  transform: translateY(100%);
  border-radius: 20px 20px 0 0;
}
.privacyArea.show {
  transform: translateY(0%);
}
.privacyArea.check {
  opacity: 0;
  transform: translateY(100%);
}
.privacyArea .wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #094E7F;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .text a:hover {
    color: #094E7F;
  }
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }
  .privacyArea .btnBox .btn {
    max-width: 100%;
  }
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background: linear-gradient(180deg, rgba(89, 137, 163, 0.7) 0%, rgba(15, 77, 119, 0.7) 100%);
  backdrop-filter: blur(8px) saturate(160%);
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
@supports not (backdrop-filter: blur(1px)) {
  .fixedQuickLink {
    background-color: rgba(0, 0, 0, 0.75);
  }
}
.fixedQuickLink ul {
  display: flex;
}
.fixedQuickLink li {
  flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.fixedQuickLink a,
.fixedQuickLink button {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 55px;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.7px;
  letter-spacing: 1.8px;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*後台預覽模式 系統預設，非必要請勿刪除*/
.adminPreviewArea {
  max-width: 320px;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  background: #fdc9c9;
  color: #000;
  padding: 20px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 99999;
}
.adminPreviewArea button {
  text-decoration: underline;
}

/*後台登入模式 系統預設，非必要請勿刪除*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
}
.adminLoginArea p {
  padding: 20px 15px;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: rgb(6, 21, 64);
}
.marqueeArea .title {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 640px) {
  .marqueeArea .title {
    display: none;
  }
}
.marqueeArea .title em {
  margin-left: 5px;
}
.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtList {
  overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtItem {
  line-height: 20px;
}
.marqueeArea .marqueeBox .marqueeTxtItem .item {
  display: flex;
}
.marqueeArea .marqueeBox .marqueeTxtItem .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}
@media (max-width: 640px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .date {
    display: none;
  }
}
.marqueeArea .marqueeBox .marqueeTxtItem .title {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marqueeArea .marqueeBox .marqueeTxtItem .title a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .title a:hover {
    color: #094E7F;
  }
}

/*booking*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .bookingArea {
    margin-top: 0;
  }
}
.bookingArea .wrap {
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 1440px) {
  .bookingArea .title {
    flex: 2;
  }
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  align-items: center;
  display: flex;
  flex: 6;
  padding: 20px;
  gap: 12px;
}
@media (max-width: 768px) {
  .bookingArea .bookingList {
    padding: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 640px) {
  .bookingArea .bookingList {
    flex: 1;
    flex-direction: column;
    margin-bottom: 12px;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}
.bookingArea .dateRange,
.bookingArea .bookingCount {
  align-items: center;
  display: flex;
  gap: 24px;
}
@media (max-width: 640px) {
  .bookingArea .dateRange,
  .bookingArea .bookingCount {
    width: 100%;
  }
}
.bookingArea .bookingDate {
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .bookingArea .bookingDate {
    flex: 1;
  }
}
.bookingArea .bookingCount {
  position: relative;
  height: 45px;
  min-height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  cursor: pointer;
}
.bookingArea .bookingCount::after {
  content: "";
  position: absolute;
  content: "\f229";
  font-family: "bootstrap-icons";
  width: 16px;
  height: 16px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.bookingArea .bookingCountDropDown {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 24px);
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  z-index: 5;
}
.bookingArea .bookingCountDropDown .bookingCountItems {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bookingArea .bookingCountDropDown .bookingCountItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bookingArea .bookingCountDropDown .countBox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bookingArea .bookingCountDropDown .countBox .countNum {
  padding: 0 24px;
}
.bookingArea .bookingCountDropDown .countBox .btnCount {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bookingArea .bookingCountDropDown .countBox .btnCount i {
  color: currentColor;
}
@media (min-width: 1181px) {
  .bookingArea .bookingCountDropDown .countBox .btnCount:hover {
    color: #fff;
    background-color: #094E7F;
  }
}
.bookingArea .btnBox {
  flex: 3;
  margin: 0;
}
@media (max-width: 1440px) {
  .bookingArea .btnBox {
    flex: 2;
  }
}
.bookingArea .btnBox .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #094E7F;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2rem;
}
@media (min-width: 1181px) {
  .bookingArea .btnBox .btn:hover {
    background-color: #094E7F;
  }
}
@media (max-width: 960px) {
  .bookingArea .btnBox {
    flex: 1;
  }
  .bookingArea .btnBox button {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
}

/*********內頁**********/
.mainArea {
  min-height: 80dvh;
  min-height: 80vh;
}
/*bread*/
.bread {
  margin-bottom: clamp(50px, 5vw, 80px);
}
.bread .wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #282828;
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #094E7F;
  }
}
.bread .wrap span {
  color: #747474;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.circle .wrap .home {
  padding-left: 25px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.bread.circle .wrap .home::before {
  content: "";
  width: 16px;
  aspect-ratio: 23/21;
  background: url(../../images/tw/home.svg) no-repeat;
  background-size: 100%;
  display: block;
}
.bread.circle .wrap a + a,
.bread.circle .wrap span + span,
.bread.circle .wrap span + a,
.bread.circle .wrap a + span {
  padding-left: 25px;
}
.bread.circle .wrap a + a::before,
.bread.circle .wrap span + span::before,
.bread.circle .wrap span + a::before,
.bread.circle .wrap a + span::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #282828;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  transform: translateY(-50%);
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #747474;
  border-bottom: 1px solid #747474;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #747474;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #747474;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 17px;
  line-height: 1.65;
  color: #282828;
  letter-spacing: 1.6px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articleTitle::before, .articleTitle::after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.articleTitle::before {
  background-color: #f4f4f4;
  width: 100%;
}
.articleTitle::after {
  background-color: #094E7F;
  width: 160px;
}
@media (max-width: 1180px) {
  .articleTitle {
    line-height: 1.65;
  }
}

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid #d6d6d6;
  color: #232323;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 15px 0;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.breakpoint > tbody > tr > td.expand {
  background: url("../images/plus.png") no-repeat 5px center;
  cursor: pointer;
  padding-left: 40px;
}

.classNote {
  padding: 20px 0;
}
.classNote.thankInfo {
  margin-bottom: 25px;
  background-color: #6EA9D8;
  padding: 20px;
  color: #fff;
}
.classNote.thankInfo p {
  margin-bottom: 0;
}
.classNote img {
  max-width: 100%;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  background-color: #094E7F;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 20px;
  position: relative;
  border-radius: 30px;
}
.classBox .classCurrent::before {
  content: "\f282";
  color: #fff;
  font-size: 15px;
  font-family: "bootstrap-icons";
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1181px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}

.classBoxRow {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .classBoxRow {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
  }
  .classBoxRow .classLink li {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    background-color: #fff;
    color: #094E7F;
    border: 1px solid #094E7F;
    display: block;
    font-size: 16px;
    padding: 12px 20px;
    letter-spacing: 0.02rem;
    text-align: center;
    border-radius: 30px;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    background-color: #094E7F;
    color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    background-color: #094E7F;
    color: #fff;
  }
}

.classBoxColumn {
  margin-bottom: clamp(30px, 4vw, 40px);
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  transform: translateY(-50%) rotate(90deg);
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems:not(.open):hover::before, .classBoxColumn .classLink .linkHasItems:not(.open):hover::after {
    background-color: #094E7F;
  }
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #094E7F;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  animation: aniSlideDown 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a,
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
  padding-left: 30px;
  background-color: transparent;
  border-radius: unset;
  position: relative;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current {
  color: #094E7F;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
  .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
    color: #094E7F;
  }
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
  padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current {
  background-color: rgba(9, 78, 127, 0.5);
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover {
    background-color: rgba(9, 78, 127, 0.5);
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul {
    display: block;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li {
    animation: aniSlideLeft 0.5s 0.3s ease-out both;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li a,
  .classBoxColumn .classLink .linkHasItems.open + ul > li span {
    padding-left: 25px;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
    padding-left: 35px;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #282828;
    display: block;
    line-height: 1.2;
    letter-spacing: 1.2px;
    padding: 18px 22px;
    position: relative;
    border-radius: 30px;
  }
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #094E7F;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after,
  .classBoxColumn .classLink span.current::before,
  .classBoxColumn .classLink span.current::after {
    background-color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classLink a.current:hover,
  .classBoxColumn .classLink span.current:hover {
    color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classLink a:hover,
  .classBoxColumn .classLink span:hover {
    color: #094E7F;
  }
  .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
  .classBoxColumn .classLink span:hover::before,
  .classBoxColumn .classLink span:hover::after {
    background-color: #094E7F;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .dataItem a.current,
  .classBoxColumn .classLink .dataItem span.current {
    background-color: transparent;
    color: #094E7F;
  }
}

@media (max-width: 1180px) {
  .classBoxRow .classLink,
  .classBoxColumn .classLink {
    width: 100%;
    max-height: 90vh;
    max-height: 90dvh;
    background-color: #fff;
    box-shadow: 1px 4px 7.1px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0 0 20px 20px;
    display: none;
    overflow-y: auto;
    padding: 8px 18px;
    text-align: center;
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open,
  .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li,
  .classBoxColumn .classLink > li {
    width: 100%;
    position: relative;
    padding: 0;
  }
  .classBoxRow .classLink > li ul,
  .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink > li .linkHasItems.open + ul,
  .classBoxColumn .classLink > li .linkHasItems.open + ul {
    display: block;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span,
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    border-radius: 10px;
    color: #282828;
    background-color: #fff;
    display: block;
    padding: 10px 28px;
    letter-spacing: 1px;
    position: relative;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current,
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    color: #094E7F;
    background-color: #EEF7FD;
  }
}
@media (max-width: 1180px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover,
  .classBoxColumn .classLink a:hover,
  .classBoxColumn .classLink span:hover {
    color: #094E7F;
    background-color: #EEF7FD;
  }
}

/*頁碼*/
.pageBox .pageList {
  align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .pageBox .pageList {
    padding: 30px 0;
  }
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  transform: rotate(-135deg);
}
@media (min-width: 1181px) {
  .pageBox .pageList a:hover {
    border: 1px solid #094E7F;
    background-color: #094E7F;
    color: #fff;
  }
  .pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.pageBox .pageList.number {
  margin-top: 40px;
  justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  margin: 5px;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
  width: auto;
  height: auto;
  border: none;
  padding: 5px 10px;
  margin: 0;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a.firstBtn:hover, .pageBox .pageList.number a.lastBtn:hover {
    background-color: transparent;
    color: #094E7F;
  }
}
.pageBox .pageList.number a.current {
  border: 1px solid #094E7F;
  background-color: #094E7F;
  color: #fff;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 1180px) {
  .pageBox .pageList.number .pageNumberBtnBox {
    display: none;
  }
}
.pageBox .pageList.number .pageNumberSelect {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  margin: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
@media (min-width: 1180px) {
  .pageBox .pageList.number .pageNumberSelect {
    display: none;
  }
}
@media (max-width: 768px) {
  .pageBox .pageList.number {
    margin-top: 30px;
  }
}
.pageBox .pageList.prevnext {
  margin-top: 60px;
}
.pageBox .pageList.prevnext li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext {
    margin-top: 40px;
  }
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #094E7F;
  font-size: 13px;
  color: #094E7F;
}
@media (min-width: 1181px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #094E7F;
  }
}
.tagBox a.current {
  color: #fff;
  background-color: #094E7F;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  position: relative;
  display: flex;
  margin-top: 40px;
  gap: 20px;
}
@media (max-width: 640px) {
  .tab {
    margin-top: 25px;
    gap: 10px;
  }
}
.tab .tabItem {
  flex: 1;
}
.tab a {
  height: 100%;
  align-items: center;
  color: #094E7F;
  display: flex;
  justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
  border-radius: 30px;
  border: 1px solid #094E7F;
}
.tab a.current {
  background-color: #094E7F;
  color: #fff;
}
@media (max-width: 640px) {
  .tab a {
    padding: 10px;
  }
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
}
.tabContent .tabContentItem {
  display: none;
}

/*相簿*/
.albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.albumBox .albumListMain .albumItem {
  height: 400px;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  aspect-ratio: 4/3;
  padding: 0 5px;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  width: 100%;
  height: auto;
  display: block;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  box-shadow: 1px 0 #f38a8a;
}
@media (min-width: 1181px) {
  .side_booking a:hover {
    box-shadow: inset 0 3px 3px #8d2121;
  }
}

/*側邊_聯絡資訊*/
.sideContactInfo .infoList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px clamp(20px, 2.1vw, 40px);
}
.sideContactInfo .infoList li {
  align-items: center;
  display: flex;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  font-weight: 400;
}
.sideContactInfo .infoList li i {
  display: none;
}
.sideContactInfo .infoList li .infoText {
  color: #282828;
  font-weight: 500;
  flex-shrink: 0;
}
.sideContactInfo .infoList li a,
.sideContactInfo .infoList li > span:last-child {
  color: #747474;
  word-break: break-word;
}
@media (min-width: 1181px) {
  .sideContactInfo .infoList li a:hover {
    color: #094E7F;
  }
}
.sideContactInfo .infoList li a,
.sideContactInfo .infoList li span {
  font-family: "Manrope", "Noto Sans TC", sans-serif;
}
.sideContactInfo .infoList .address {
  flex: 1 0 100%;
}
.sideContactInfo .infoList .address a {
  font-family: "Noto Sans TC", sans-serif;
  color: #282828;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt .title a {
  font-size: 16px;
  font-weight: 400;
}
.side_room .Txt .text {
  max-height: 100px;
  font-size: 13px;
  color: #747474;
  line-height: 1.8;
  overflow: hidden;
}

/*對應&相關*/
.sideDataArea {
  margin: 30px 0;
}
.sideDataArea.fac .Txt, .sideDataArea.catalog .Txt, .sideDataArea.room .Txt {
  text-align: center;
}
.sideDataArea.catalog .Img::before {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 8px 25px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  text-align: center;
  transform-origin: top left;
}
.sideDataArea.catalog .Img.statusNew::before {
  content: "NEW";
  background-color: #094E7F;
  border: 1px solid #094E7F;
}
.sideDataArea.catalog .Img.statusHot::before {
  content: "HOT";
  background-color: #094E7F;
  border: 1px solid #094E7F;
}
.sideDataArea .sideDataList {
  margin: 0 -15px;
}
.sideDataArea .sideDataItem {
  padding: 0 15px;
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.sideDataArea .Txt {
  padding: 15px;
}
.sideDataArea .Txt .newsInfoBox {
  align-items: center;
  color: #747474;
  display: flex;
  font-size: 16px;
  margin-bottom: 13px;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date {
  margin-left: 11px;
  padding-left: 11px;
  position: relative;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E2E2E2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sideDataArea .Txt .title {
  font-size: 18px;
  font-weight: 500;
}
.sideDataArea .Txt .text {
  color: #747474;
  font-size: 16px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .sideDataArea .Txt .text {
    font-size: 15px;
  }
}
.sideDataArea.news .sideDataItem {
  position: relative;
}
.sideDataArea.news .item {
  overflow: hidden;
  cursor: pointer;
  display: flex;
  color: #FFF;
  --r: 20px;
  --s: 30px;
  --x: 100px;
  --y: 10px;
  width: 100%;
  aspect-ratio: 1/0.6;
  background: #f4f4f4;
  border-radius: var(--r);
  --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%);
  --_g: conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)), #0000 25%, #000 0);
  --_d: (var(--s) + var(--r));
  -webkit-mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
          mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 992px) {
  .sideDataArea.news .item {
    --x: 68px;
    --y: 6px;
    aspect-ratio: 480/605;
  }
}
@media (max-width: 480px) {
  .sideDataArea.news .item {
    aspect-ratio: 480/605;
    --r: 16px;
    --s: 28px;
    --x: 68px;
    --y: 0px;
  }
}
.sideDataArea.news .item.noImg .Img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.sideDataArea.news .item.noImg .Img img {
  height: auto;
  max-width: 200px;
}
@media (min-width: 1181px) {
  .sideDataArea.news .item:hover .title {
    color: rgb(14.0625, 121.875, 198.4375);
  }
  .sideDataArea.news .item:hover .Img {
    transform: scale(1.02);
  }
}
.sideDataArea.news .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.sideDataArea.news .Img {
  width: 50%;
  background-color: rgb(218.5, 218.5, 218.5);
}
.sideDataArea.news .Img img {
  width: 100%;
  height: auto;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .sideDataArea.news .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1366px) {
  .sideDataArea.news .Img {
    width: 46%;
  }
}
@media (max-width: 992px) {
  .sideDataArea.news .Img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.sideDataArea.news .dateBox {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0 15px;
}
.sideDataArea.news .dateBox .date {
  color: #FFF;
  background-color: #094E7F;
  font-size: 13px;
  border-radius: 50px;
  text-align: center;
  padding: 10px clamp(18px, 2vw, 26px);
  margin: 5px 0;
}
@media (max-width: 992px) {
  .sideDataArea.news .dateBox .date {
    padding: 10px 12px;
  }
}
@media (max-width: 480px) {
  .sideDataArea.news .dateBox .date {
    padding: 7px 10px;
    font-size: 12px;
  }
}
.sideDataArea.news .Txt {
  position: relative;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 30px 20px 30px;
  background-color: #f4f4f4;
}
@media (max-width: 1440px) {
  .sideDataArea.news .Txt {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 992px) {
  .sideDataArea.news .Txt {
    background-color: transparent;
  }
}
.sideDataArea.news .title {
  color: #094E7F;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .sideDataArea.news .title {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .sideDataArea.news .title {
    font-size: 17px;
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 480px) {
  .sideDataArea.news .title {
    font-size: 16px;
  }
}
.sideDataArea.news .text {
  position: relative;
  margin-top: 17px;
  padding-top: 17px;
  line-height: 1.65;
  color: #282828;
  font-size: 16px;
  letter-spacing: 1.6px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sideDataArea.news .text::before, .sideDataArea.news .text::after {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.sideDataArea.news .text::before {
  background-color: #fff;
  width: 100%;
}
.sideDataArea.news .text::after {
  background-color: #094E7F;
  width: 40px;
}
@media (max-width: 1366px) {
  .sideDataArea.news .text {
    font-size: 15px;
  }
}
@media (max-width: 1180px) {
  .sideDataArea.news .text {
    margin-top: 14px;
    padding-top: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 992px) {
  .sideDataArea.news .text {
    display: none;
  }
}
.sideDataArea.news .classTitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  padding: 8px 18px;
  max-width: 129px;
  margin: 4px clamp(10px, 0.95vw, 16px);
}
.sideDataArea.security .slick-track {
  display: flex !important;
  align-items: stretch;
}
.sideDataArea.security .slick-list,
.sideDataArea.security .slick-slide,
.sideDataArea.security .slick-track {
  height: 100% !important;
}
.sideDataArea.security .slick-slide > div {
  height: 100% !important;
}
.sideDataArea.security .sideDataItem {
  height: 100% !important;
}
.sideDataArea.security .item {
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #FFF;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 640px) {
  .sideDataArea.security .item {
    border-radius: 14px;
  }
}
@media (max-width: 480px) {
  .sideDataArea.security .item {
    aspect-ratio: 430/500;
  }
}
.sideDataArea.security .item.noImg .Img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.sideDataArea.security .item.noImg .Img img {
  height: auto;
  max-width: 200px;
}
@media (min-width: 1181px) {
  .sideDataArea.security .item:hover .title {
    color: rgb(14.0625, 121.875, 198.4375);
  }
  .sideDataArea.security .item:hover .Img {
    transform: scale(1.02);
  }
}
.sideDataArea.security .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.sideDataArea.security .Img {
  width: 100%;
  background-color: rgb(218.5, 218.5, 218.5);
  aspect-ratio: 840/500;
  min-height: 180px;
}
@media (max-width: 480px) {
  .sideDataArea.security .Img {
    min-height: unset;
    border-radius: 14px;
    overflow: hidden;
  }
}
.sideDataArea.security .Img img {
  width: 100%;
  height: auto;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .sideDataArea.security .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .sideDataArea.security .Img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.sideDataArea.security .Txt {
  position: relative;
  z-index: 2;
  pointer-events: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #f4f4f4;
  height: 100%;
  min-height: 258px;
}
@media (max-width: 1440px) {
  .sideDataArea.security .Txt {
    padding: 25px;
    min-height: 245px;
  }
}
@media (max-width: 1180px) {
  .sideDataArea.security .Txt {
    min-height: 228px;
  }
}
@media (max-width: 840px) {
  .sideDataArea.security .Txt {
    min-height: 180px;
  }
}
@media (max-width: 480px) {
  .sideDataArea.security .Txt {
    background-color: transparent;
  }
}
.sideDataArea.security .title {
  color: #094E7F;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .sideDataArea.security .title {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .sideDataArea.security .title {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .sideDataArea.security .title {
    color: #FFF;
    font-size: 16px;
  }
}
.sideDataArea.security .text {
  position: relative;
  margin-top: 17px;
  padding-top: 17px;
  line-height: 1.65;
  color: #282828;
  font-size: 16px;
  letter-spacing: 1.6px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sideDataArea.security .text::before, .sideDataArea.security .text::after {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.sideDataArea.security .text::before {
  background-color: #fff;
  width: 100%;
}
.sideDataArea.security .text::after {
  background-color: #094E7F;
  width: 40px;
}
@media (max-width: 1366px) {
  .sideDataArea.security .text {
    font-size: 15px;
  }
}
@media (max-width: 1180px) {
  .sideDataArea.security .text {
    margin-top: 14px;
    padding-top: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 640px) {
  .sideDataArea.security .text {
    -webkit-line-clamp: 2;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .sideDataArea.security .text {
    display: none;
  }
}
@media (max-width: 1180px) {
  .sideDataArea .sideDataList {
    margin: 0 -10px;
  }
  .sideDataArea .sideDataItem {
    padding: 0 10px;
  }
  .sideDataArea .Txt .newsInfoBox .classTitle + .date {
    margin-left: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataList {
    margin: 0 -6px;
  }
  .sideDataArea .sideDataItem {
    padding: 0 6px;
  }
}

/*社群分享*/
.sideShare {
  align-items: center;
  display: flex;
  margin: 20px 0;
}
.sideShare .shareList {
  align-items: center;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #747474;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #747474;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
@media (min-width: 1181px) {
  .sideShare .shareList .shareItem a:hover,
  .sideShare .shareList .shareItem button:hover {
    opacity: 0.8;
  }
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  fill: #747474;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
  width: 14px;
  height: 14px;
}

/*圖片Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .imh_opacity:hover img {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

.slick-slider .slick-arrow,
.controlBox .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff !important;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  margin: 10px 5px;
}
.slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before {
  content: "";
  border-style: solid;
  display: block;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slick-slider .slick-arrow.slick-prev::before,
.controlBox .slick-arrow.slick-prev::before {
  border-width: 5px 9px 5px 0;
  border-color: transparent #094E7F transparent transparent;
  transform: translateX(-2px);
}
.slick-slider .slick-arrow.slick-next::before,
.controlBox .slick-arrow.slick-next::before {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #094E7F;
  transform: translateX(2px);
}
@media (min-width: 1181px) {
  .slick-slider .slick-arrow:hover,
  .controlBox .slick-arrow:hover {
    background-color: #094E7F !important;
  }
  .slick-slider .slick-arrow:hover.slick-prev::before,
  .controlBox .slick-arrow:hover.slick-prev::before {
    border-color: transparent #fff transparent transparent;
  }
  .slick-slider .slick-arrow:hover.slick-next::before,
  .controlBox .slick-arrow:hover.slick-next::before {
    border-color: transparent transparent transparent #fff;
  }
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
  justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
  width: 16px;
  flex-direction: column;
  position: absolute;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
  margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li,
.controlBox .slick-dots:not(.vertical) li {
  margin: 0 8px;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
  background-color: #fff;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  display: block;
  padding: 0;
  position: relative;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
  background-color: #094E7F;
  opacity: 1;
}
@media (min-width: 1181px) {
  .slick-slider .slick-dots li:hover button::before,
  .controlBox .slick-dots li:hover button::before {
    background-color: #094E7F;
    opacity: 1;
  }
}

.slickClsList:not(.slick-slider) {
  overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
  display: none;
}

/*img lazy load */
.Img {
  position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  animation: imgLoading 0.9s ease infinite;
  background-size: 400% 100%;
  background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
  background-color: #f0f0f0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  transition: all 1.2s ease !important;
}

/* lightgallery 圖片不被標題、選單遮擋 */
.lg-outer.lg-thumb-open .lg .lg-img-wrap {
  padding-bottom: 138px;
}
.lg-outer .lg .lg-img-wrap {
  padding-top: 47px;
  padding-bottom: 38px;
}

/* scroll hint */
.scrollHint {
  width: 120px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.scrollHint.hide {
  opacity: 0;
}
.scrollHint.horizontal .scrollIcon {
  animation: scrollHorizontal 1.25s ease-out infinite;
}
.scrollHint.vertical .scrollIcon {
  animation: scrollVertical 1.25s ease-out infinite;
}
.scrollHint .scrollIcon {
  position: relative;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" d="M13 2c-1.645 0-3 1.355-3 3v11.813l-.656-.688l-.25-.219a2.968 2.968 0 0 0-4.188 0a2.968 2.968 0 0 0 0 4.188v.031l8.188 8.094l.062.031l.031.063a8.307 8.307 0 0 0 5 1.687h1.72a8.17 8.17 0 0 0 8.187-8.188V14c0-1.645-1.356-3-3-3c-.426 0-.82.117-1.188.281C23.578 9.981 22.395 9 21 9c-.766 0-1.469.3-2 .781A2.984 2.984 0 0 0 17 9a2.95 2.95 0 0 0-1 .188V5c0-1.645-1.355-3-3-3m0 2c.555 0 1 .445 1 1v11h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2.094v-2c0-.555.445-1 1-1c.554 0 1 .445 1 1v7.813c0 3.464-2.723 6.187-6.188 6.187h-1.718c-1.465 0-2.731-.523-3.782-1.313l-8.094-8c-.445-.445-.445-.93 0-1.375c.446-.445.93-.445 1.375 0L12 21.625V5c0-.555.445-1 1-1"/></svg>');
  width: 32px;
  height: 32px;
  filter: invert(1);
  z-index: 2;
}
.scrollHint .scrollText {
  margin-top: 10px;
  color: #fff;
}

/* toast */
.toastMessageBox {
  position: fixed;
  z-index: 1005;
}
.toastMessageBox.top {
  top: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.top {
    top: 10px;
  }
}
.toastMessageBox.right {
  right: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.right {
    right: 10px;
  }
}
.toastMessageBox.bottom {
  bottom: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.bottom {
    bottom: 10px;
  }
}
.toastMessageBox.left {
  left: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.left {
    left: 10px;
  }
}
.toastMessageBox .toastMessage {
  cursor: pointer;
  color: #fff;
  display: block;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
  opacity: 1;
  transform: translateY(0);
}
.toastMessageBox .toastMessageText {
  align-items: center;
  display: flex;
}
.toastMessageBox .toastMessageText i {
  font-size: 24px;
  margin-right: 10px;
}

.slideModuleBox.moduleBox {
  justify-content: flex-end;
  padding: 0;
  top: 0;
  background-color: rgba(209, 209, 209, 0.8);
}
@keyframes modlueSildeLeftAnimation {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes modlueSildeTopAnimation {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideModuleBox.moduleBox.show .moduleWrap {
  animation: modlueSildeLeftAnimation 0.8s ease-in-out;
}
@media (max-width: 1200px) {
  .slideModuleBox.moduleBox.show .moduleWrap {
    animation: modlueSildeTopAnimation 0.8s ease-in-out;
  }
}
@media (max-width: 1200px) {
  .slideModuleBox.moduleBox {
    padding: 68px 20px 0;
    justify-content: center;
  }
}
.slideModuleBox.moduleBox .moduleClose {
  background: transparent;
  border-radius: 99px;
  width: 50px;
  height: 50px;
  border: 1px solid #414141;
  right: 60px;
  top: 47px;
}
@media (max-width: 720px) {
  .slideModuleBox.moduleBox .moduleClose {
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }
}
.slideModuleBox.moduleBox .moduleClose::before, .slideModuleBox.moduleBox .moduleClose::after {
  background-color: #666666;
  width: 26px;
  margin-left: -12px;
}
.slideModuleBox.moduleBox .moduleClose:hover {
  background-color: #666666;
}
.slideModuleBox.moduleBox .moduleClose:hover::before, .slideModuleBox.moduleBox .moduleClose:hover::after {
  background-color: #fff;
}
.slideModuleBox.moduleBox .moduleWrap {
  max-width: 860px;
  height: 100%;
  transform: none;
  padding-top: 153px;
}
@media (max-width: 720px) {
  .slideModuleBox.moduleBox .moduleWrap {
    padding-top: 100px;
  }
}
.slideModuleBox.moduleBox .moduleContent {
  padding: 0 60px;
  padding-left: 77px;
}
@media (max-width: 960px) {
  .slideModuleBox.moduleBox .moduleContent {
    padding: 0 20px;
  }
}
.slideModuleBox.moduleBox .moduleContent .text {
  font-size: 17px;
  color: #888888;
  letter-spacing: 2.5px;
}
@media (max-width: 720px) {
  .slideModuleBox.moduleBox .moduleContent .text {
    font-size: 15px;
    letter-spacing: 1.2px;
  }
}
.slideModuleBox.moduleBox .moduleTitle {
  text-align: left;
  font-size: 34px;
  font-weight: 500;
  color: #282828;
  padding-bottom: 13px;
}

#SDGsModule .moduleWrap {
  max-width: 960px;
  height: 100%;
  padding-right: 150px;
  padding-top: 152px;
}
@media (max-width: 1400px) {
  #SDGsModule .moduleWrap {
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  #SDGsModule .moduleWrap {
    padding-top: 110px;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .moduleWrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#SDGsModule .topBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox {
    align-items: center;
  }
}
#SDGsModule .topBox::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #094E7F;
  bottom: 0;
  left: auto;
}
#SDGsModule .topBox .line {
  min-width: 0;
  flex-grow: 1;
  height: 1px;
  background-color: #e5e5e5;
  background-clip: content-box;
  padding: 0 36px;
  width: 0;
  display: flex;
  align-self: center;
  margin-top: 8px;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .line {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .topBox .line {
    padding: 0 20px;
  }
}
#SDGsModule .topBox .classTitle {
  font-size: 15px;
  color: #094E7F;
  padding-top: 23px;
  line-height: 1.2;
  box-sizing: border-box;
  letter-spacing: 1.2px;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .classTitle {
    padding-top: 0;
  }
}
#SDGsModule .topBox .dateBox {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .dateBox {
    align-items: center;
  }
}
#SDGsModule .topBox .dateBox .date {
  font-size: 34px;
  font-weight: 500;
  color: #555555;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .dateBox .date {
    font-size: 24px;
  }
}
#SDGsModule .topBox .dateBox .year {
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 10px;
  padding-right: 30px;
  letter-spacing: 1.1px;
  position: relative;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .dateBox .year {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#SDGsModule .topBox .dateBox .year::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #c9c9c9;
  right: 10px;
  top: 6px;
}
@media (max-width: 1200px) {
  #SDGsModule .moduleClose {
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
  }
}
#SDGsModule .moduleContent {
  padding-left: 80px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  #SDGsModule .moduleContent {
    padding-bottom: 80px;
    padding-right: 0px;
  }
  #SDGsModule .moduleContent::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .moduleContent {
    padding-left: 0px;
  }
}
#SDGsModule .moduleContent .moduleTitle {
  line-height: 1.5;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  #SDGsModule .moduleContent .moduleTitle {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .moduleContent .moduleTitle {
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  #SDGsModule .moduleContent .moduleTitle {
    padding-bottom: 40px;
  }
}
#SDGsModule .moduleContent .Img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 18px;
}
#SDGsModule .moduleContent .Img img {
  width: 100%;
}
#SDGsModule .moduleContent .textEditor {
  font-size: 17px;
  color: #666666;
  letter-spacing: 1.1px;
}

.esg_slideMenuTrigger {
  width: 50px;
  height: 50px;
  border: solid 1px #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  margin-left: 30px;
  cursor: pointer;
}
@media (max-width: 1700px) {
  .esg_slideMenuTrigger {
    margin-left: 10px;
  }
}
@media (max-width: 1200px) {
  .esg_slideMenuTrigger {
    width: 42px;
    height: 42px;
  }
}
.esg_slideMenuTrigger:hover {
  background-color: #000000;
}
.esg_slideMenuTrigger:hover .line::before, .esg_slideMenuTrigger:hover .line::after {
  background-color: #fff;
}
.esg_slideMenuTrigger .line {
  width: 50%;
  height: 2px;
  position: relative;
}
.esg_slideMenuTrigger .line::before, .esg_slideMenuTrigger .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0;
  left: 0;
}
.esg_slideMenuTrigger .line::before {
  transform: translateY(-5px);
}
.esg_slideMenuTrigger .line::after {
  transform: translateY(5px);
}

.esg_slideMenuArea {
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  background: #ffffff;
  display: flex;
  align-items: stretch;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  transform: translateX(100%);
  transition: all 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
}
.esg_slideMenuArea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.esg_slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.esg_slideMenuArea::-webkit-scrollbar-thumb {
  background: #094E7F;
}
.esg_slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.esg_slideMenuArea.show .slideMenuLogo {
  animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
}
.esg_slideMenuArea.show .menuBox {
  animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea.show .menuBox {
    padding-bottom: 0px;
  }
}
.esg_slideMenuArea.show .menuBox .nav li.dropDown.open .submenu {
  animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
}
.esg_slideMenuArea .wrap {
  max-width: 1540px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 20px;
}
.esg_slideMenuArea .esg_slideMenuTrigger .line::before {
  transform: rotate(45deg);
}
.esg_slideMenuArea .esg_slideMenuTrigger .line::after {
  transform: rotate(-45deg);
}
.esg_slideMenuArea .headBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 0 15px;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .headBox {
    padding-top: 20px;
  }
}
.esg_slideMenuArea .headBox .slideMenuLogo {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.esg_slideMenuArea .headBox .slideMenuLogo img {
  width: 190px;
  flex-shrink: 0;
}
@media (max-width: 1700px) {
  .esg_slideMenuArea .headBox .slideMenuLogo img {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .headBox .slideMenuLogo img {
    width: 120px;
  }
}
.esg_slideMenuArea .headBox .slideMenuLogo .title {
  color: #282828;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1700px) {
  .esg_slideMenuArea .headBox .slideMenuLogo .title {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .headBox .slideMenuLogo .title {
    font-size: 14px;
  }
}
.esg_slideMenuArea .headBox .slideMenuLogo .title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background: #282828;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
@media (max-width: 1700px) {
  .esg_slideMenuArea .headBox .slideMenuLogo .title::before {
    left: 10px;
  }
}
.esg_slideMenuArea .contentBox {
  min-height: 0;
  display: flex;
  flex-grow: 1;
  padding-bottom: 10px;
  overflow: auto;
}
.esg_slideMenuArea .contentBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.esg_slideMenuArea .contentBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.esg_slideMenuArea .contentBox::-webkit-scrollbar-thumb {
  background: #094E7F;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .contentBox {
    min-height: auto;
    flex-direction: column;
    flex-grow: 0;
    padding-bottom: 20px;
    overflow: visible;
  }
}
.esg_slideMenuArea .menuBox {
  width: auto;
  position: relative;
  padding: 40px 280px 40px 0;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox {
    padding: 0 0 25px;
  }
}
.esg_slideMenuArea .menuBox .slideMenu {
  width: 260px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  margin-right: 20px;
  overflow: auto;
}
.esg_slideMenuArea .menuBox .slideMenu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu::-webkit-scrollbar-thumb {
  background: #094E7F;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
}
.esg_slideMenuArea .menuBox .slideMenu::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background: #E2E2E2;
  right: 280px;
  top: 80px;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu::before {
    content: normal;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu {
  display: block;
  width: 280px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  padding: 60px 20px 60px 60px;
  pointer-events: none;
  overflow: auto;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-webkit-scrollbar-thumb {
  background: #094E7F;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu {
    display: none;
    width: 100%;
    position: static;
    padding: 0;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::before {
  content: normal;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .wrap {
  padding: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu li {
  border-bottom: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu li a {
  display: block;
  color: #747474;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu li a {
    font-size: 15px;
    padding: 5px 0;
  }
}
@media (min-width: 1181px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu li a:hover {
    color: #094E7F;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle {
  display: block;
  color: #747474;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle {
    font-size: 15px;
    padding: 5px 0;
  }
}
@media (min-width: 1181px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle:hover {
    color: #094E7F;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle.hasItem.open::after {
  content: "-";
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle.hasItem::after {
  content: "+";
  position: absolute;
  right: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .thirdMenu {
  display: none;
  padding: 0 20px;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .thirdMenu .thirdMenuItem a {
  font-size: 13px;
  opacity: 0.8;
}
.esg_slideMenuArea .menuBox .slideMenu .slide {
  border-bottom: solid 1px #E2E2E2;
  position: static;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .slide.active {
    padding-bottom: 20px;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .slide.active .submenu {
  opacity: 1;
  pointer-events: auto;
  animation: textSlideRightAnimation 0.5s ease-in-out;
}
.esg_slideMenuArea .menuBox .slideMenu .slide.noSubmenu .mainLink::after {
  content: normal;
}
.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink {
  display: block;
  color: #282828;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 30px 20px 24px 0;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink {
    font-size: 16px;
    position: relative;
    padding: 10px 0;
  }
}
@media (min-width: 1181px) {
  .esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink:hover {
    color: #094E7F;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink::before, .esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink::after {
  content: normal;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink::after {
    content: "+";
    position: absolute;
    right: 0;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink.open::after {
  content: "-";
}
.esg_slideMenuArea .imgBox {
  min-width: 0;
  flex-grow: 1;
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .imgBox {
    display: none;
  }
}
.esg_slideMenuArea .imgBox img {
  display: none;
  width: 100%;
  height: auto;
  display: block;
}

/* google 搜尋相關 */
/* google 搜尋 輸入欄彈窗 */
.moduleBox.googleSearch .moduleWrap {
  max-width: 960px;
}
.moduleBox.googleSearch .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.googleSearch .gsc-input-box {
  height: 40px;
  display: flex;
  align-items: center;
}
.moduleBox.googleSearch .gsc-search-button {
  height: 40px;
}

.moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
  width: 60vw;
  height: 70vh;
  top: calc(50% - 35dvh);
  left: calc(50% - 30dvw);
}
@media (max-width: 1180px) {
  .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
    width: 80dvw;
    height: 90dvh;
    top: calc(50% - 45dvh);
    left: calc(50% - 40dvw);
  }
}
@media (max-width: 768px) {
  .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
    width: 100dvw;
    height: 100dvh;
    top: calc(50% - 50dvh);
    left: calc(50% - 50dvw);
  }
}