body {
  margin: 0;
}

:root {
  --mat-icon-color: black;
  --icon-size: 56px;
}

.material-icons {
  color: var(--mat-icon-color);
}

.material-icons.md-5 {
  font-size: 5px;
}

.material-icons.md-12 {
  font-size: 12px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

/* Default */
.material-icons.md-30 {
  font-size: 30px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-custom-size {
  font-size: var(--icon-size)
}

.material-icons.custom-circle {
  color: white;
  margin-top: 12px;
}

.material-icons.custom-circle-6 {
  color: white;
  margin-top: 6px;
}

.material-icons.outlined-circle {
  color: black;
  margin-top: 12px;
}

.material-icons.outlined-circle-6 {
  color: black;
  margin-top: 6px;
}

.section.bg-black {
  background: black;
  color: white
}

.section.bg-smoke {
  background: #F7F7F7
}

.section.bg-grey {
  background: #F8F8F8
}

.section.bg-smoke-1 {
  background: #EEEEEE
}

.section.header {
  position: inherit;
  background-image: linear-gradient(to bottom, #000, #00000000);
}

html.red-weakness .section.bg-smoke {
  background: black;
}

html.green-weakness .section.bg-smoke {
  background: #3F5891;
}

:root {
  --section-height: 500px;
  --bg-url: none;
}

body {
  font-family: 'Dubai', sans-serif;
}

.circle {
  text-align: center;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background: black;
}

.circle-25 {
  text-align: center;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  background: black;
}

.circle-35 {
  text-align: center;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  background: black;
}

.circle.outlined, .circle-35.outlined, .circle-25.outlined {
  background: white;
}

.weight-700 {
  font-weight: 700;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-400 {
  font-weight: 400;
}

.section {
  /*padding: 50px 170px;*/
}

.section.first {
  padding-top: 88px;
}

.section.result .section-content {
  max-width: 680px;
}

.section.d-breadcrumb {
  margin-top: 177px;
}

.section.d-breadcrumb .section-content {
  width: 1328px;
}

.section-content {
  max-width: 1328px;
  margin: auto;
}

html.green-weakness .section-content img,
html.red-weakness .section-content img,
html.dark .section-content img {
  filter: grayscale(1);
}

.section.right-align {
  padding: 50px 0 50px 170px;
}

.rtl .section.right-align {
  padding: 50px 170px 50px 0;
}

.section.bg-image {
  /*background-image: var(--bg-url);*/
  /*background-size: cover;*/
  position: relative;
}

.section.bg-image .section-content {
  position: relative;
}

.section.bg-image::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image:var(--bg-url);
  background-size: cover;
}

html.dark .section.bg-image::before,
html.green-weakness .section.bg-image::before,
html.red-weakness .section.bg-image::before {
  filter: grayscale(1);
}

html.dark .section.bg-image *,
html.green-weakness .section.bg-image *,
html.red-weakness .section.bg-image * {
  background: transparent;
}


.section.dotted-image-half {
  background: var(--bg-url);
  background-position: 100% 0;
  background-size: 50%;
  background-repeat: no-repeat;
}

html.red-weakness .section.dotted-image-half,
html.green-weakness .section.dotted-image-half,
html.dark .section.dotted-image-half {
  background-image: none;
}

.section.bg-gradient-image,
html.dark .section.bg-gradient-image {
  background: linear-gradient(var(--linear-gradient)), var(--bg-url);
  background-size: cover;
}

html.green-weakness .section.bg-gradient-image .section-content,
html.green-weakness .section.bg-gradient-image .section-content *,
html.red-weakness .section.bg-gradient-image .section-content,
html.red-weakness .section.bg-gradient-image .section-content *,
html.dark .section.bg-gradient-image .section-content,
html.dark .section.bg-gradient-image .section-content * {
  background: transparent;
}

.living-cost {
  padding: 200px 170px 0;
  text-align: center;
}

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

.center-align .d-flex {
  justify-content: center;
}

.align-self {
  display: flex;
}

.align-self--start {
}

.align-self--center {
  margin: auto;
}

.align-self--end {
  margin-left: auto;
}

/*.align-self__child-start {*/
/*  justify-content: start;*/
/*}*/

/*.align-self__child-center {*/
/*  justify-content: center;*/
/*}*/

/*.align-self__child-end {*/
/*  justify-content: end;*/
/*}*/

.rtl .align-self-end {
  margin-left: unset;
  margin-right: auto;
}

.fixed-height {
  height: var(--section-height);
  padding-top: 100px;
}

.button {
  cursor: pointer;
  height: 56px;
  width: 126px;
  padding: 16px 32px;
  border: none;
  text-decoration: none;
}

.margin-auto {
  margin: auto;
}

.button.black {
  background: black;
  color: white;
}

table.belong-info-table {
  border-collapse: collapse;
}

table.belong-info-table tr td {
  border-bottom: 1px solid #838383;
}

table.belong-info-table tr:last-child td {
  border: none;
}

table.info-table, tr {
  border: 0.5px solid #E5E5E5;
  border-collapse: collapse;
}

table.info-table tr td:first-child {
  width: 40%;
}

table.attractions tr td {
  height: 100px;
  padding: 0 100px;
}

a.text, ::slotted(a.text) {
  cursor: pointer;
  color: black;
  text-decoration: none;
}

a.text.white {
  color: white;
}

a.text.blue {
  color: #0056D0;
}

a.text.light-blue {
  color: #4466EC;
}

a.text.muted {
  color: rgba(0, 0, 0, 0.5);
}

a.text.grey {
  color: #838383;
}

.sky-blue {
  color: #0056D0;
}

.md-w-40 {
  width: 40%;
}

.md-w-50 {
  width: 50%;
}

.md-w-60 {
  width: 60%;
}

.md-w-80 {
  width: 80%;
}

.py-150 {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.py-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.py-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pt-56 {
  padding-top: 3.5rem;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.pb-56 {
  padding-bottom: 3.5rem;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pb-100 {
  padding-bottom: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.d-pt-0-5, ::slotted(.d-pt-0-5) {
  padding-top: 0.5rem;
}

.d-pb-0-5, ::slotted(.d-pb-0-5) {
  padding-bottom: 0.5rem;
}

.d-pt-1, ::slotted(.d-pt-1) {
  padding-top: 1rem;
}

.d-pb-1, ::slotted(.d-pb-1) {
  padding-bottom: 1rem;
}

.d-pt-1-5, ::slotted(.d-pt-1-5) {
  padding-top: 1.5rem;
}

.d-pb-1-5, ::slotted(.d-pb-1-5) {
  padding-bottom: 1.5rem;
}

.d-pt-2, ::slotted(.d-pt-2) {
  padding-top: 2rem;
}

.d-pb-2, ::slotted(.d-pb-2) {
  padding-bottom: 2rem;
}

.d-pt-3, ::slotted(.d-pt-3) {
  padding-top: 3rem;
}

.d-pb-3, ::slotted(.d-pb-3) {
  padding-bottom: 3rem;
}

.d-pt-4, ::slotted(.d-pt-4) {
  padding-top: 4rem;
}

.d-pb-4, ::slotted(.d-pb-4) {
  padding-bottom: 4rem;
}

.d-pt-5, ::slotted(.d-pt-5) {
  padding-top: 5rem;
}

.d-pb-5, ::slotted(.d-pb-5) {
  padding-bottom: 5rem;
}

.d-pt-6, ::slotted(.d-pt-6) {
  padding-top: 6rem;
}

.d-pb-6, ::slotted(.d-pb-6) {
  padding-bottom: 6rem;
}

.d-pt-7, ::slotted(.d-pt-7) {
  padding-top: 7rem;
}

.d-pb-7, ::slotted(.d-pb-7) {
  padding-bottom: 7rem;
}

.d-pt-7-5, ::slotted(.d-pt-7-5) {
  padding-top: 7.5rem;
}

.d-pb-7-5, ::slotted(.d-pb-7-5) {
  padding-bottom: 7.5rem;
}

.d-pt-8, ::slotted(.d-pt-8) {
  padding-top: 8rem;
}

.d-pb-8, ::slotted(.d-pb-8) {
  padding-bottom: 8rem;
}

.d-pt-9, ::slotted(.d-pt-9) {
  padding-top: 9rem;
}

.d-pb-9, ::slotted(.d-pb-9) {
  padding-bottom: 9rem;
}

.d-pt-10, ::slotted(.d-pt-10) {
  padding-top: 10rem;
}

.d-pb-10, ::slotted(.d-pb-10) {
  padding-bottom: 10rem;
}

.d-pt-16, ::slotted(.d-pt-16) {
  padding-top: 16rem;
}

.d-pb-16, ::slotted(.d-pb-16) {
  padding-bottom: 16rem;
}

.d-pb-20, ::slotted(.d-pb-20) {
  padding-bottom: 20rem;
}

.d-pb-24, ::slotted(.d-pb-24) {
  padding-bottom: 24rem;
}

.d-pb-28, ::slotted(.d-pb-28) {
  padding-bottom: 28rem;
}

.d-pb-32, ::slotted(.d-pb-32) {
  padding-bottom: 32rem;
}

.d-mt-0-5, ::slotted(.d-mt-0-5) {
  margin-top: 0.5rem;
}

.d-mt-1, ::slotted(.d-mt-1) {
  margin-top: 1rem;
}

.d-mt-1-5, ::slotted(.d-mt-1-5) {
  margin-top: 1.5rem;
}

.d-mt-2, ::slotted(.d-mt-2) {
  margin-top: 2rem;
}

.d-mt-3, ::slotted(.d-mt-3) {
  margin-top: 3rem;
}

.d-mt-4, ::slotted(.d-mt-4) {
  margin-top: 4rem;
}

.d-mt-4-5, ::slotted(.d-mt-4-5) {
  margin-top: 4.5rem;
}

.d-mt-5, ::slotted(.d-mt-5) {
  margin-top: 5rem;
}

.d-mt-6, ::slotted(.d-mt-6) {
  margin-top: 6rem;
}

.d-mt-7-5, ::slotted(.d-mt-7-5) {
  margin-top: 7.5rem;
}

.d-mt-8, ::slotted(.d-mt-8) {
  margin-top: 8rem;
}

.d-mt-9, ::slotted(.d-mt-9) {
  margin-top: 9rem;
}

.d-mt-10, ::slotted(.d-mt-10) {
  margin-top: 10rem;
}

.d-mb-2 {
  margin-bottom: 32px;
}

.d-mb-10, ::slotted(.d-mb-10) {
  margin-bottom: 10rem;
}

.d-mt-12, ::slotted(.d-mt-12) {
  margin-top: 12rem;
}

.d-mt-16, ::slotted(.d-mt-16) {
  margin-top: 16rem;
}

.bold {
  font-weight: bold;
}

.black {
  color: black;
}

.d-none {
  display: none !important;
}

.flex {
  display: flex;
}

.flex__center {
  justify-content: center;
}

.flex__vcenter {
  align-items: center;
}

.gap-2 {
  gap: 2rem;
}

@media (max-width: 1368px) {
  .section {
    padding: 0 20px;
  }

  .section.right-align {
    padding: 0 20px;
  }

  .rtl .section.right-align {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1068px) {
  .live-wrapper {
    padding: 0;
  }

  .wrapper {
    padding: 0;
  }

  .fixed-height {
    height: unset;
    padding-top: 100px;
  }

  .sm-w-100 {
    box-sizing: border-box;
    width: 100%;
  }

  .sm-start-text {
    text-align: start;
  }

  .sm-px-1 {
    padding: 0 1rem;
  }

  .d-pt-1, ::slotted(.d-pt-1) {
    padding-top: 0.5rem;
  }

  .d-pt-1-5, ::slotted(.d-pt-1-5) {
    padding-top: 0.75rem;
  }

  .d-pt-2, ::slotted(.d-pt-2) {
    padding-top: 1rem;
  }

  .d-pt-3, ::slotted(.d-pt-3) {
    padding-top: 1.5rem;
  }

  .d-pt-4, ::slotted(.d-pt-4) {
    padding-top: 1.5rem;
  }

  .d-pt-5, ::slotted(.d-pt-5) {
    padding-top: 2.5rem;
  }

  .d-pb-6 {
    padding-bottom: 3rem;
  }

  .d-pt-7-5, ::slotted(.d-pt-7-5) {
    padding-top: 3.75rem;
  }

  .d-pt-8, ::slotted(.d-pt-8) {
    padding-top: 3rem;
  }

  .d-pb-8, ::slotted(.d-pb-8) {
    padding-bottom: 4rem;
  }

  .d-pt-9, ::slotted(.d-pt-9) {
    padding-top: 4.5rem;
  }

  .d-pb-9, ::slotted(.d-pb-9) {
    padding-bottom: 4.5rem;
  }

  .d-pt-10, ::slotted(.d-pt-10) {
    padding-top: 5rem;
  }

  .d-pb-10, ::slotted(.d-pb-10) {
    padding-bottom: 5rem;
  }

  .d-pb-16, ::slotted(.d-pb-16) {
    padding-bottom: 8rem;
  }

  .d-pb-20, ::slotted(.d-pb-20) {
    padding-bottom: 10rem;
  }

  .d-pb-24, ::slotted(.d-pb-24) {
    padding-bottom: 12rem;
  }

  .d-pb-28, ::slotted(.d-pb-28) {
    padding-bottom: 14rem;
  }

  .d-pb-32, ::slotted(.d-pb-32) {
    padding-bottom: 16rem;
  }

  .d-pt-16, ::slotted(.d-pt-16) {
    padding-top: 8rem;
  }

  .d-mt-1, ::slotted(.d-mt-1) {
    margin-top: 0.5rem;
  }

  .d-mt-1-5, ::slotted(.d-mt-1-5) {
    margin-top: 0.75rem;
  }

  .d-mt-2, ::slotted(.d-mt-2) {
    margin-top: 1rem;
  }

  .d-mt-3, ::slotted(.d-mt-3) {
    margin-top: 1.5rem;
  }

  .d-mt-4, ::slotted(.d-mt-4) {
    margin-top: 1.5rem;
  }

  .d-mt-4-5, ::slotted(.d-mt-4-5) {
    margin-top: 2.25rem;
  }

  .d-mt-5, ::slotted(.d-mt-5) {
    margin-top: 2.5rem;
  }

  .d-mt-6, ::slotted(.d-mt-6) {
    margin-top: 3rem;
  }

  .d-mt-7-5, ::slotted(.d-mt-7-5) {
    margin-top: 3.75rem;
  }

  .d-mt-8, ::slotted(.d-mt-8) {
    margin-top: 3rem;
  }

  .d-mt-9, ::slotted(.d-mt-9) {
    margin-top: 4.5rem;
  }

  .d-mt-10, ::slotted(.d-mt-10) {
    margin-top: 5rem;
  }

  .d-mb-10, ::slotted(.d-mb-10) {
    margin-bottom: 5rem;
  }

  .d-mt-12, ::slotted(.d-mt-12) {
    margin-top: 6rem;
  }

  .d-mt-16, ::slotted(.d-mt-16) {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 1700px) {
  table.attractions tr td {
    padding: 0 80px;
  }
}

@media only screen and (max-width: 1600px) {
  table.attractions tr td {
    padding: 0 60px;
  }
}

@media (max-width: 1320px) {
  .section.mobile-home {
    padding: 91px 0 0;
  }

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

  .center-align .d-flex {
    justify-content: start;
  }

  .section.d-breadcrumb .section-content {
    width: auto;
  }

  .section.first {
    margin-top: 143px;
  }

  .section br {
    display: none;
  }

  .section.dotted-image-half.first {
    margin-top: -50px;
  }

  .section.dotted-image-half {
    background-size: 100%;
  }
}

@media only screen and (max-width: 1460px) {
  table.attractions tr td {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1280px) {
  table.attractions tr td {
    padding: 10px 5px;
  }
}

@media only screen and (max-width: 1150px) {
  table.attractions tr td {
    height: auto;
    display: table-row;
    border: none;
  }
}

.contact-number, ::slotted(.contact-number) {
  padding: 20px 25px;
  background: #F7F7F7;
}

html.dark .contact-number, html.green-weakness .contact-number, html.red-weakness .contact-number {
  border: 1px solid;
}

.custom-link-button {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px 28px;
}

.custom-link-button.grey {
  background: #F7F7F7;
}

.custom-link-button.white {
  background: #F7F7F7;
}

.custom-link-button.black {
  color: white;
  background: black;
}

.custom-link-button > div {
  display: flex;
  align-items: center;
}


.position-relative {
  position: relative;
}

.z-index-2 {
  z-index: 2;
}

.z-index-1 {
  z-index: 1;
}


.banner {
  height: 32.5rem;
}

.backdrop {
  position: fixed;
  inset: 0;
  background: #00000080;
  z-index: 3;
  display: flex;
  align-items: center;
}

html.rtl .icon,
html.rtl ::slotted(.icon),
html.rtl .material-icons {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

html.dark {
  background: black;
  color: white;
}

html.red-weakness .section,
html.dark .section {
  background-color: black !important;
  color: white;
}

html.green-weakness .section {
  background-color: #3F5891 !important;
}

html.dark * {
  background: black;
  color: white;
}

html.red-weakness * {
  background: black;
  color: #E1E100;
}

html.green-weakness * {
  background: #3F5891;
  color: white;
}

@media (max-width: 580px) {
  .image-row-container__col img {
    width: 100%;
  }

  .image-col-container__row img {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .footer-container {
    background: #FAFAFA !important;
  }

  .section.d-breadcrumb {
    margin-top: 111px;
  }

  .section.first {
    padding-top: 200px;
  }

  .section.first.dotted-image-half .section-content {
    padding-top: 0;
  }

  image-container img {
    height: 150px;
  }
}

@media (max-width: 420px) {
  .feedback__container {
    width: unset;
    padding: 20px;
  }

  .content-helpful__wrapper {
    gap: 24px !important;
    width: 100% !important;
    padding: 16px 24px !important;
  }
}

.external-popup {
  display: none;
  position: fixed;
  text-align: center;
  max-width: 800px;
  background: white;
  padding: 48px;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px 0 rgba(183, 183, 183, .3), 0 8px 40px 0 rgba(60, 58, 207, .1);
}

.external-popup.active {
  display: block;
}

.external-popup-btn {
  padding: 0 40px;
  background: black;
  border: none;
  color: white;
  cursor: pointer;
  margin: 40px 12px 0;
}

.move-to-top {
  z-index: 5;
  position: fixed;
  bottom: 85px;
  right: 12px;
  width: 48px;
  height: 48px;
  background: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 24px 128px rgba(48, 48, 52, 0.15);
}

html.rtl .move-to-top {
  right: unset;
  left: 64px;
}

html.dark .move-to-top,
html.dark .move-to-top * {
  background: white;
  color: black;
}

html.red-weakness .move-to-top,
html.red-weakness .move-to-top * {
  background: #E1E100 !important;
  color: black;
}

html.green-weakness .move-to-top,
html.green-weakness .move-to-top * {
  background: white;
  color: #3F5891;
}

.footer-container {
  background-size: cover !important;
}

.footer-container.landing-footer {
  height: 859px;
  position: relative;
}

html.red-weakness .footer-container {
  background: black !important;
  color: #E1E100;
}

html.green-weakness .footer-container {
  background: #3F5891;
  color: white;
}

html.green-weakness .footer-container {
  background: #3f5891 !important;
  color: white;
}

.header-navigation div[slot="search"] .input-group-item,
.header-navigation div[slot="search"] .input-group-item .input-group {
  flex-flow: row-reverse;
}


.header-navigation div[slot="search"] .input-group-item .search-input {
  border-radius: 0 100px 100px 0;
  border: none;
  background: rgba(0, 0, 0, 0.04);
  padding: 0;
}

html.rtl .header-navigation div[slot="search"] .input-group-item .search-input {
  border-radius: 100px 0 0 100px;
}

.header-navigation div[slot="search"] .input-group-item .input-group-inset-item {
  border: none;
  border-radius: 100px 0 0 100px;
  background: rgba(0, 0, 0, 0.04);
  padding: 6px;
}

html.rtl .header-navigation div[slot="search"] .input-group-item .input-group-inset-item {
  border-radius: 0 100px 100px 0;
}

.header-navigation div[slot="search"] .btn.btn-light.btn-unstyled {
  background: transparent;
}

.d-link, ::slotted(.d-link) {
  font-family: Dubai;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  display: inline-block;
}

html.dark .d-link, html.dark ::slotted(.d-link) {
  color: white;
  border-bottom: 2px solid;
}

html.red-weakness .d-link {
  color: #E1E100;
  border-bottom: 2px solid;
}

html.green-weakness .d-link {
  color: white;
  border-bottom: 2px solid;
}

html.dark
.link-item, html.green-weakness
.link-item, html.green-weakness
.link-item {
  border-bottom: 2px solid;
}

html.dark link-button .circle-35,
html.dark link-button .custom-circle-6,
html.dark link-button .outlined-circle-6 {
  background: black;
  color: white;
}


html.red-weakness link-button .circle-35,
html.red-weakness link-button .custom-circle-6,
html.red-weakness link-button .outlined-circle-6 {
  background: #E1E100;
  color: black;
}

html.green-weakness link-button .circle-35,
html.green-weakness link-button .custom-circle-6,
html.green-weakness link-button .outlined-circle-6 {
  background: #3F5891;
  color: white;
}

html.dark link-button,
html.dark link-button * {
  background-color: transparent;
  color: black;
}

html.red-weakness link-button,
html.red-weakness link-button * {
  background-color: transparent;
  color: #E1E100;
}

html.green-weakness link-button,
html.green-weakness link-button * {
  background-color: transparent;
  color: #3F5891;
}

html.dark d-chip * {
  color: #000000;
  background-color: #EEEEEE;
}

html.red-weakness d-chip * {
  background-color: #E1E100;
  color: black;
}

html.green-weakness d-chip * {
  background-color: #EEEEEE;
  color: #3F5891;
}


.lfr-layout-structure-item-com-liferay-dynamic-data-mapping-form-web-portlet-ddmformportlet .btn {
  background-color: black;
  font-family: Dubai;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
}

html.dark .mix-blend-mode {
  mix-blend-mode: luminosity;
}

.participate-comments-label {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {

  .section.d-breadcrumb {
    position: absolute;
  }

  .section.first {
    padding-top: 200px;
  }

  .section.dotted-image-half.first {
    padding-top: 200px !important;
  }

  .d-link, ::slotted(.d-link) {
    font-size: 0.75rem;
    display: block;
    border: 1px solid black;
    width: max-content;
    padding: 2px 13px;
    color: black;
    margin-top: 8px;
  }

  .section.result .d-link {
    border: none;
    padding-left: 0;
    padding-right: 0;
  }

  .lfr-layout-structure-item-row {
    width: unset;
  }

  a.d-link.text.blue {
    color: black;
  }

  .section image-text-card d-label:nth-child(2) .d-p1 {
    margin-top: 16px;
  }

  image-container img {
    height: unset;
  }

  .section-content d-chip p {
    color: #000000;
  }

  :host .link-button {
    padding: 7px 9px;
  }

  .section-content.d-mt-4 {
    margin-top: 3rem !important;
  }

  .section.first {
    margin-top: 0 !important;
  }

  .lfr-layout-structure-item-com-liferay-dynamic-data-mapping-form-web-portlet-ddmformportlet {
    width: unset;
  }

  :host .card.text-right-align {
    gap: unset !important;
  }

  .footer__links {
    width: 60%;
  }

  .mobile-header__submenu {
    padding-left: 1rem !important;
  }

  .rtl .mobile-header__submenu {
    padding-left: unset !important;
    padding-right: 1rem !important;
  }

  .header__actions--mobile {
    margin-top: 1rem !important;
  }

  .content-helpful__wrapper {
    margin-top: 64px !important;
  }

}


div[id=submit-form-section] #cke_21,
div[id=submit-form-section] #cke_24,
div[id=submit-form-section] #cke_28,
div[data-field-name="RichText41470919"] #cke_21,
div[data-field-name="RichText41470919"] #cke_24,
div[data-field-name="RichText41470919"] #cke_28 {
  display: none;
}

.breadcrumb__wrapper {
  display: flex;
  gap: 8px;
}

.breadcrumb__text {
  font-family: 'Dubai';
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
}

a.text.breadcrumb__text--grey,
.breadcrumb__text--grey {
  color: #838383;
}

a.text.breadcrumb__text--black,
.breadcrumb__text--black {
  color: #000000;
}

html.dark a.text.breadcrumb__text--grey,
html.dark a.text.breadcrumb__text--black,
html.dark .breadcrumb__text--black,
html.dark .breadcrumb__text--grey,
html.green-weakness .breadcrumb__text--grey,
html.green-weakness .breadcrumb__text--black,
html.green-weakness .breadcrumb__text--black,
html.green-weakness a.text.breadcrumb__text--black,
html.green-weakness a.text.breadcrumb__text--grey {
  color: white;
}

html.red-weakness .breadcrumb__text--black,
html.red-weakness .breadcrumb__text--grey,
html.red-weakness a.text.breadcrumb__text--grey,
html.red-weakness a.text.breadcrumb__text--black {
  color: #E1E100;
}

.no-scroll {
  overflow: hidden;
}

.feedback__container {
  width: fit-content;
  margin: auto;
}

.content-helpful__wrapper {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  background: #EFEFEF;
  width: fit-content;
  margin: 160px auto 0;
}

html.green-weakness .content-helpful__wrapper,
html.dark .content-helpful__wrapper {
  background: white;
}

html.red-weakness .content-helpful__wrapper {
  background: #E1E100;
}

html.dark .content-helpful__wrapper d-label * {
  background: white;
  color: black;
}

html.green-weakness .content-helpful__wrapper d-label * {
  background: white;
  color: #3F5891;
}

html.red-weakness .content-helpful__wrapper d-label * {
  background: #E1E100;
  color: black;
}

.content-helpful__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

html.green-weakness .content-helpful__actions,
html.dark .content-helpful__actions {
  background: white;
}

html.red-weakness .content-helpful__actions {
  background: #E1E100;
}

.content-helpful__action {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-helpful__action input {
  background: white;
  border: none;
  padding: 6px 16px;
}

html.dark .content-helpful__action input {
  background: black;
  color: white;
}

html.green-weakness .content-helpful__action input {
  background: #3F5891;
  color: white;
}

html.red-weakness .content-helpful__action input {
  background: black;
  color: #E1E100;
}

.content-helpful__action input:active {
  background: black;
  color: white;
}

html.dark .content-helpful__action input:active {
  background: white;
  color: black;
}

.content-helpful__action-divider {
  width: 0.5px;
  background-color: black;
  height: 25px;
}

.feedback__info {
  width: fit-content;
  margin: auto;
}

html.dark .feedback__info .alert,
html.green-weakness .feedback__info .alert {
  border-color: white;
}

html.red-weakness .feedback__info .alert {
  border-color: #E1E100;
}

.feedback__message {
  display: flex;
  flex-flow: column;
  margin: auto;
}

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

.feedback__input {
  border: 1px solid #E0E0E0;
  margin-bottom: 24px;
  resize: none;
  min-height: 118px;
  padding: 16px 24px;
}

html.green-weakness .feedback__input::placeholder {
  color: white;
}

html.red-weakness .feedback__input {
  border: 1px solid #E1E100;
}

html.red-weakness .feedback__input::placeholder {
  color: #E1E100;
}

.feedback__submit {
  padding: 10px 24px;
  background: #000;
  color: white;
  width: fit-content;
  border: none;
  margin-bottom: 32px;
}

html.green-weakness .feedback__submit,
html.dark .feedback__submit {
  border: 1px solid;
}

html.red-weakness .feedback__submit {
  border: 1px solid #E1E100;
}

