:root {
  --color-blue-light: #2867c6;
  --color-blue-dark: #112d51;
  --color-blue-light-text: #5a607a;
  --color-blue-light-bg: #eff5f9;
  --color-white: #fff;
  --color-grey-dark: #1a1b24;
  --color-grey-light: #fafafa;
  --color-grey-dark-text: #434343;
  --color-grey-mid: #666666;
  --border-grey: 1px solid #d7d7d7;
  --border-radius-10: 10px;
  --border-radius-5: 5px;
  --max-width: 1170px;
  --transition-main: 0.2s ease;
  --shadow-main: 0px 4px 6px 1px rgba(0, 0, 0, 0.15);
  --box-shadow-soft: 0px -26px 20px 0px rgba(0, 0, 0, 0.06);
}

/* Feat IMG - AUTHORS */
.cig--feat-contactUs {
  background: url(../../assets/contact-us/cig-contact-us-head.webp) center /
    cover no-repeat;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  min-height: 220px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  /* Feat IMG */
  .cig--feat-contactUs-mb {
    background: url(../../assets/contact-us/cig-contact-us-head.webp) center /
      cover no-repeat;
  }
}

/* Sidebar Content */
ul.cig--light-rounded-list-warpper {
  margin: 24px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
li.cig--light-rounded-list-item {
  position: relative;
  background: var(--color-white);
  padding: 10px 10px 10px 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
li.cig--light-rounded-list-item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 20px;
  height: 20px;
}
.cig--standard-icon-list-font-mid {
  font-weight: 500;
}
.cig--light-rounded-list--email::before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.09312V14.375C19 15.0446 18.7369 15.6888 18.2644 16.176C17.792 16.6631 17.1459 16.9563 16.4584 16.9956L16.3 17H3.7C3.01131 17 2.34864 16.7442 1.84757 16.2849C1.34649 15.8255 1.0449 15.1974 1.0045 14.529L1 14.375V6.09312L9.5005 11.603L9.6049 11.6607C9.72793 11.7192 9.86306 11.7496 10 11.7496C10.1369 11.7496 10.2721 11.7192 10.3951 11.6607L10.4995 11.603L19 6.09312Z' fill='%23112D51'/%3E%3Cpath d='M16.3 3C17.272 3 18.1243 3.49875 18.5995 4.24863L10 9.82237L1.4005 4.24863C1.62621 3.89235 1.93626 3.59369 2.30479 3.37755C2.67333 3.16142 3.08967 3.03407 3.5191 3.00612L3.7 3H16.3Z' fill='%23112D51'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
.cig--light-rounded-list--phone::before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.79701 1.8656C6.52632 1.21172 5.81268 0.863689 5.13068 1.05001L2.03706 1.89372C1.42537 2.06246 1 2.61791 1 3.25069C1 11.948 8.05203 19 16.7493 19C17.3821 19 17.9375 18.5746 18.1063 17.9629L18.95 14.8693C19.1363 14.1873 18.7883 13.4737 18.1344 13.203L14.7595 11.7968C14.1865 11.5578 13.5221 11.723 13.1319 12.2046L11.7116 13.9377C9.23675 12.7671 7.23293 10.7633 6.06228 8.28836L7.7954 6.87163C8.27702 6.4779 8.44225 5.81699 8.2032 5.24397L6.79701 1.86911V1.8656Z' fill='%23112D51'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
.cig--light-rounded-list--hours::before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1C5.05 1 1 5.05 1 10C1 14.95 5.05 19 10 19C14.95 19 19 14.95 19 10C19 5.05 14.95 1 10 1ZM13.15 11.8C12.88 12.25 12.34 12.34 11.89 12.16L9.55 10.81C9.28 10.63 9.1 10.36 9.1 10V5.5C9.1 4.96 9.46 4.6 10 4.6C10.54 4.6 10.9 4.96 10.9 5.5V9.46L12.79 10.54C13.24 10.81 13.33 11.35 13.15 11.8Z' fill='%23112D51'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}

.cig--light-rounded-list-item span {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-blue-dark);
}
.cig--light-rounded-list-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #383c44;
  line-height: 1.5em;
}
.cig--light-rounded-list-item a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-blue-light);
  transition: var(--transition-main);
}
.cig--light-rounded-list-item a:hover {
  color: var(--color-grey-dark);
}

.cig--standard-icon--darkcheck::before {
  background: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1397 6.23964C15.5428 5.29703 13.6615 4.94544 11.8286 5.24707C9.99575 5.5487 8.32939 6.4841 7.12426 7.88784C5.91914 9.29157 5.25291 11.0732 5.24341 12.9175C5.23391 14.7619 5.88176 16.5502 7.07237 17.9661C8.26298 19.382 9.91962 20.3342 11.7493 20.6544C13.579 20.9746 15.4638 20.6422 17.0703 19.7158C18.6768 18.7894 19.9016 17.3289 20.528 15.5925C21.1544 13.8561 20.8863 11.9904 20.8863 11.9904' stroke='%232867C6' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21.2844 6.85981L12.7816 15.578L9.75707 12.3843' stroke='%23112D51' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}

/* BLOCKQUOTE */
blockquote.cig--static-blockquote {
  position: relative;
  border-top: 1px solid #6683db;
  border-bottom: 1px solid #adb7d6;
  border-left: none !important;
  border-right: none !important;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5em;
  text-align: center;
  margin: 30px 0 0 0;
  padding: 25px 15px;
  z-index: 0;
}
blockquote.cig--static-blockquote:after {
  content: "";
  position: absolute;
  top: calc(0% - 14px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-indent: -2px;
  width: 26px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.375 11.7373V22.6748H0V11.5811C0 4.08105 7.3125 3.14355 7.3125 3.14355L8.2875 5.33105C8.2875 5.33105 5.0375 5.7998 4.3875 8.2998C3.7375 10.1748 5.0375 11.7373 5.0375 11.7373H11.375ZM26 11.7373V22.6748H14.625V11.5811C14.625 4.08105 21.9375 3.14355 21.9375 3.14355L22.9125 5.33105C22.9125 5.33105 19.6625 5.7998 19.0125 8.2998C18.3625 10.1748 19.6625 11.7373 19.6625 11.7373H26Z' fill='%23112D51'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
blockquote.cig--static-blockquote:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 10px;
  width: 46px;
  margin-top: -5px;
}
@media only screen and (max-width: 768px) {
  blockquote.cig--static-blockquote {
    font-size: 18px;
  }
  .cig--light-rounded-list-item a,
  .cig--light-rounded-list-item p {
    font-size: 16px;
  }
}
