/* DEV ONLY */
: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);
}
  .cig--sb-parent-container-reverse {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
  aside.cig--sb-sidebar-reverse {
    font-family: "Open Sans", sans-serif;
    position: relative;
    box-sizing: border-box;
    min-width: 320px;
    width: 320px;
    height: auto;
    background: #f0f5f8;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .cig--sb-parent-container-reverse {
    flex-direction: column-reverse;
  }
  aside.cig--sb-sidebar-reverse {
      background: transparent;
      padding: 0;
      width: 100%;
      min-width: 100%;
  }
}
/* Feat IMG */
.cig--feat-companyProfile {
  background: url(../../assets/company-profile/cig-company-profile-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-companyProfile-mb {
    background: url(../../assets/company-profile/cig-company-profile-head.webp)
      center / cover no-repeat;
  }
}

/* Body */
.cig--cr-body-content {
  box-sizing: border-box;
  padding-top: 1rem;
  border-top: 1px solid #e9e9e9;
}
.cig--cr-body-content h2,.cig--page-body-container h2 span {
  font-size: 32px;
  font-weight: bold;
  color: var(--color-blue-dark);
  margin: 1rem 0;
  padding: 0;
      text-transform: none;
    letter-spacing: normal;
}
.cig--cr-body-content h3 {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-blue-dark);
  margin: 1rem 0;
  padding: 0;
}
.cig--cr-body-content b,.cn-bio h4 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #383c44;
  margin: 1.5rem 0 1rem;
  padding: 0;
    text-transform: none;
    letter-spacing: normal;
}
.cig--cr-body-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #5a607a;
  margin: 0;
  padding: 0;
      margin-bottom: 15px;
}
.cn-gmap-single{
      margin-top: 30px;
}
.cig--cr-body-content hr {
  border: solid 0.5px #e9e9e9;
  margin: 1rem 0;
}
map-block{
  border-radius: 10px;
}
.cig--cr-body-content ul,
.cig--cr-body-content ol {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #5a607a;
  margin: 0;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cig--cr-body-content a {
  color: var(--color-blue-light);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.cig--cr-body-content a:hover {
  color: #1a1b24;
}
/* Google Map */
iframe {
  display: block;
  width: 100%;
  max-width: 60rem;
  height: 340px;
  border: none;
  border-radius: 10px;
  margin-top: 2.5rem;
}

/* Sidebar */
.cig--sidebar-floating {
  width: 100%;
}
.cig--sidebar-profile-wrapper {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 20px 20px;
  border-radius: 12px;
  background: #112d51;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.cig--sidebar-inner-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
img.cig--sidebar-profile-img {
  border: 1px solid #e9e9e9;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.phone-number-block{
  padding-left: 0px !important;
  gap: 20px !important;
}
ul.cig--sidebar-profile-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
 gap: 20px;
  color: #fff;
}
#cn-circled span.social-media-network {
    margin: 0 10px 0 0 !important;
}
.cig--sidebar-profile-list-item-address span{
  color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    padding: 0;
}
.cn-phone-number{
  display: flex !important;
  flex-direction: column;
}
ul.cig--sidebar-profile-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  padding-left: 30px;
}

ul.cig--sidebar-profile-list li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
}
li.cig--sidebar-profile-list-item-address::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 1C6.13402 1 3 4.03782 3 7.78516C3 9.03837 3.25306 10.3327 3.97927 11.2656L10 19L16.0207 11.2656C16.6803 10.4183 17 8.92029 17 7.78516C17 4.03782 13.866 1 10 1ZM10 4.92981C11.6267 4.92981 12.9458 6.20842 12.9458 7.78514C12.9458 9.3619 11.6267 10.6405 10 10.6405C8.37334 10.6405 7.05426 9.3619 7.05426 7.78516C7.05426 6.20842 8.37334 4.92981 10 4.92981Z' fill='%23EFF5F9'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
li.cig--sidebar-profile-list-item-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='M12.6673 13.3711L14.0451 11.9928C14.2307 11.8094 14.4654 11.6839 14.7209 11.6315C14.9764 11.5791 15.2416 11.602 15.4844 11.6974L17.1635 12.3681C17.4088 12.4677 17.6191 12.6377 17.768 12.8567C17.9169 13.0758 17.9976 13.3339 18 13.5988V16.6753C17.9986 16.8555 17.9607 17.0335 17.8887 17.1986C17.8167 17.3638 17.712 17.5126 17.581 17.6362C17.45 17.7598 17.2953 17.8556 17.1263 17.9178C16.9573 17.9801 16.7775 18.0074 16.5976 17.9983C4.83136 17.2661 2.45719 7.29791 2.00819 3.48294C1.98735 3.2956 2.00639 3.10596 2.06407 2.92651C2.12175 2.74706 2.21675 2.58186 2.34283 2.44178C2.46891 2.3017 2.62321 2.18992 2.79558 2.11378C2.96794 2.03764 3.15447 1.99887 3.34289 2.00003H6.31368C6.57878 2.00081 6.83758 2.08092 7.0568 2.23005C7.27602 2.37918 7.44563 2.59051 7.54382 2.83686L8.21424 4.51667C8.31281 4.75854 8.33796 5.02409 8.28654 5.28017C8.23513 5.53624 8.10944 5.77149 7.92516 5.95652L6.5474 7.33483C6.5474 7.33483 7.34084 12.7065 12.6673 13.3711Z' fill='%23EFF5F9'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
li.cig--sidebar-profile-list-item-fax::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='M17.875 6.625V3.71582C17.875 3.56805 17.8458 3.42173 17.7893 3.28522C17.7327 3.14871 17.6498 3.02469 17.5452 2.92023L15.9544 1.32941C15.7435 1.11853 15.4574 1.00005 15.1592 1H6.625C6.32663 1 6.04048 1.11853 5.82951 1.3295C5.61853 1.54048 5.5 1.82663 5.5 2.125V17.875C5.5 18.1734 5.61853 18.4595 5.82951 18.6705C6.04048 18.8815 6.32663 19 6.625 19H17.875C18.1734 19 18.4595 18.8815 18.6705 18.6705C18.8815 18.4595 19 18.1734 19 17.875V7.75C19 7.45163 18.8815 7.16548 18.6705 6.95451C18.4595 6.74353 18.1734 6.625 17.875 6.625ZM11.125 16.1875C11.125 16.3367 11.0657 16.4798 10.9602 16.5852C10.8548 16.6907 10.7117 16.75 10.5625 16.75H9.4375C9.28832 16.75 9.14524 16.6907 9.03975 16.5852C8.93426 16.4798 8.875 16.3367 8.875 16.1875V15.0625C8.875 14.9133 8.93426 14.7702 9.03975 14.6648C9.14524 14.5593 9.28832 14.5 9.4375 14.5H10.5625C10.7117 14.5 10.8548 14.5593 10.9602 14.6648C11.0657 14.7702 11.125 14.9133 11.125 15.0625V16.1875ZM11.125 11.6875C11.125 11.8367 11.0657 11.9798 10.9602 12.0852C10.8548 12.1907 10.7117 12.25 10.5625 12.25H9.4375C9.28832 12.25 9.14524 12.1907 9.03975 12.0852C8.93426 11.9798 8.875 11.8367 8.875 11.6875V10.5625C8.875 10.4133 8.93426 10.2702 9.03975 10.1648C9.14524 10.0593 9.28832 10 9.4375 10H10.5625C10.7117 10 10.8548 10.0593 10.9602 10.1648C11.0657 10.2702 11.125 10.4133 11.125 10.5625V11.6875ZM15.625 16.1875C15.625 16.3367 15.5657 16.4798 15.4602 16.5852C15.3548 16.6907 15.2117 16.75 15.0625 16.75H13.9375C13.7883 16.75 13.6452 16.6907 13.5398 16.5852C13.4343 16.4798 13.375 16.3367 13.375 16.1875V15.0625C13.375 14.9133 13.4343 14.7702 13.5398 14.6648C13.6452 14.5593 13.7883 14.5 13.9375 14.5H15.0625C15.2117 14.5 15.3548 14.5593 15.4602 14.6648C15.5657 14.7702 15.625 14.9133 15.625 15.0625V16.1875ZM15.625 11.6875C15.625 11.8367 15.5657 11.9798 15.4602 12.0852C15.3548 12.1907 15.2117 12.25 15.0625 12.25H13.9375C13.7883 12.25 13.6452 12.1907 13.5398 12.0852C13.4343 11.9798 13.375 11.8367 13.375 11.6875V10.5625C13.375 10.4133 13.4343 10.2702 13.5398 10.1648C13.6452 10.0593 13.7883 10 13.9375 10H15.0625C15.2117 10 15.3548 10.0593 15.4602 10.1648C15.5657 10.2702 15.625 10.4133 15.625 10.5625V11.6875ZM15.625 7.75H7.75V3.25H13.375V4.9375C13.375 5.08668 13.4343 5.22976 13.5398 5.33525C13.6452 5.44074 13.7883 5.5 13.9375 5.5H15.625V7.75ZM3.25 5.5H2.125C1.82663 5.5 1.54048 5.61853 1.3295 5.82951C1.11853 6.04048 1 6.32663 1 6.625L1 17.875C1 18.1734 1.11853 18.4595 1.3295 18.6705C1.54048 18.8815 1.82663 19 2.125 19H3.25C3.54837 19 3.83452 18.8815 4.0455 18.6705C4.25647 18.4595 4.375 18.1734 4.375 17.875V6.625C4.375 6.32663 4.25647 6.04048 4.0455 5.82951C3.83452 5.61853 3.54837 5.5 3.25 5.5Z' fill='%23EFF5F9'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
li.cig--sidebar-profile-list-item-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='%23EFF5F9'/%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='%23EFF5F9'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
li.cig--sidebar-profile-list-item-website::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='M12.9056 6.51613C12.3792 3.2754 11.1379 1 9.69322 1C8.24858 1 7.0072 3.2754 6.48088 6.51613H12.9056ZM6.20865 10C6.20865 10.8056 6.25221 11.5786 6.32843 12.3226H13.0544C13.1306 11.5786 13.1742 10.8056 13.1742 10C13.1742 9.19435 13.1306 8.42137 13.0544 7.67742H6.32843C6.25221 8.42137 6.20865 9.19435 6.20865 10ZM17.9945 6.51613C16.9564 4.05202 14.8547 2.14677 12.2595 1.37742C13.1451 2.60403 13.7549 4.45121 14.0743 6.51613H17.9945ZM7.12335 1.37742C4.5317 2.14677 2.42643 4.05202 1.39195 6.51613H5.3121C5.62789 4.45121 6.23769 2.60403 7.12335 1.37742ZM18.3829 7.67742H14.2195C14.2958 8.43952 14.3393 9.21976 14.3393 10C14.3393 10.7802 14.2958 11.5605 14.2195 12.3226H18.3792C18.5789 11.5786 18.6914 10.8056 18.6914 10C18.6914 9.19435 18.5789 8.42137 18.3829 7.67742ZM5.04712 10C5.04712 9.21976 5.09068 8.43952 5.16691 7.67742H1.00357C0.807559 8.42137 0.691406 9.19435 0.691406 10C0.691406 10.8056 0.807559 11.5786 1.00357 12.3226H5.16328C5.09068 11.5605 5.04712 10.7802 5.04712 10ZM6.48088 13.4839C7.0072 16.7246 8.24858 19 9.69322 19C11.1379 19 12.3792 16.7246 12.9056 13.4839H6.48088ZM12.2631 18.6226C14.8547 17.8532 16.96 15.948 17.9981 13.4839H14.078C13.7586 15.5488 13.1488 17.396 12.2631 18.6226ZM1.39195 13.4839C2.43006 15.948 4.5317 17.8532 7.12698 18.6226C6.24132 17.396 5.63152 15.5488 5.3121 13.4839H1.39195Z' fill='%23EFF5F9'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}

ul.cig--sidebar-profile-list li strong {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
ul.cig--sidebar-profile-list li a {
  color: #3aaeff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.2s ease;
}
ul.cig--sidebar-profile-list li a:hover {
  color: #0095ff;
}

/* Nested UL */
ul.cig--sidebar-profile-list-item-address-list {
  padding: 0;
}
ul.cig--sidebar-profile-list-item-address-list li {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  padding: 0;
}

/* Social Icons */
ul.cig--sidebar-profile-social-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
ul.cig--sidebar-profile-social-list li a {
  text-decoration: none;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.15);
  transition: background-color 0.2s ease;
}
ul.cig--sidebar-profile-social-list li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
a.cig--profile-social-linkedin {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.429 11.969H16.143V13.819C16.678 12.755 18.05 11.799 20.111 11.799C24.062 11.799 25 13.917 25 17.803V25H21V18.688C21 16.475 20.465 15.227 19.103 15.227C17.214 15.227 16.429 16.572 16.429 18.687V25H12.429V11.969ZM5.57 24.83H9.57V11.799H5.57V24.83ZM10.143 7.55C10.1431 7.88528 10.0767 8.21724 9.94739 8.52659C9.81812 8.83594 9.62865 9.11651 9.39 9.352C9.15064 9.59012 8.86671 9.77874 8.55442 9.90708C8.24214 10.0354 7.90763 10.101 7.57 10.1C6.8896 10.0985 6.23691 9.83029 5.752 9.353C5.5143 9.11665 5.32553 8.83575 5.1965 8.52637C5.06746 8.21699 5.00069 7.88521 5 7.55C5 6.873 5.27 6.225 5.753 5.747C6.2367 5.26788 6.89018 4.99938 7.571 5C8.253 5 8.907 5.269 9.39 5.747C9.873 6.225 10.143 6.873 10.143 7.55Z' fill='white'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
a.cig--profile-social-twitter {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4455_10162)'%3E%3Cmask id='mask0_4455_10162' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='30' height='30'%3E%3Cpath d='M0 0H30V30H0V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4455_10162)'%3E%3Cpath d='M21.4687 5H24.9193L17.3818 13.471L26.25 25H19.3071L13.8654 18.0091L7.64571 25H4.19196L12.2534 15.9363L3.75 5.00158H10.8696L15.7811 11.3903L21.4687 5ZM20.2554 22.9697H22.1679L9.825 6.92465H7.77429L20.2554 22.9697Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4455_10162'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
a.cig--profile-social-facebook {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6667 16.5H19.0476L20 12.5H16.6667V10.5C16.6667 9.47 16.6667 8.5 18.5714 8.5H20V5.14C19.6895 5.097 18.5171 5 17.279 5C14.6933 5 12.8571 6.657 12.8571 9.7V12.5H10V16.5H12.8571V25H16.6667V16.5Z' fill='white'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
a.cig--profile-social-instagram {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.028 5C17.153 5.003 17.7239 5.009 18.2169 5.023L18.4109 5.03C18.6349 5.038 18.8559 5.048 19.1229 5.06C20.1868 5.11 20.9128 5.27799 21.5497 5.52499C22.2097 5.77898 22.7657 6.12297 23.3216 6.67796C23.8303 7.17768 24.2238 7.7824 24.4746 8.44992C24.7216 9.0869 24.8896 9.81288 24.9396 10.8779C24.9516 11.1439 24.9616 11.3648 24.9696 11.5898L24.9756 11.7838C24.9906 12.2758 24.9966 12.8468 24.9986 13.9718L24.9996 14.7178V16.0277C25.002 16.7571 24.9943 17.4865 24.9766 18.2157L24.9706 18.4097C24.9626 18.6347 24.9526 18.8557 24.9406 19.1217C24.8906 20.1866 24.7206 20.9116 24.4746 21.5496C24.2238 22.2171 23.8303 22.8218 23.3216 23.3216C22.8219 23.8302 22.2172 24.2237 21.5497 24.4745C20.9128 24.7215 20.1868 24.8895 19.1229 24.9395L18.4109 24.9695L18.2169 24.9755C17.7239 24.9895 17.153 24.9965 16.028 24.9985L15.282 24.9995H13.9731C13.2434 25.0021 12.5137 24.9944 11.7842 24.9765L11.5902 24.9705C11.3529 24.9615 11.1155 24.9512 10.8783 24.9395C9.81433 24.8895 9.08836 24.7215 8.45039 24.4745C7.78326 24.2236 7.1789 23.8301 6.67948 23.3216C6.17045 22.8219 5.77664 22.2172 5.52554 21.5496C5.27855 20.9126 5.11056 20.1866 5.06057 19.1217L5.03057 18.4097L5.02557 18.2157C5.00713 17.4865 4.9988 16.7571 5.00057 16.0277V13.9718C4.9978 13.2424 5.00513 12.513 5.02257 11.7838L5.02957 11.5898C5.03757 11.3648 5.04757 11.1439 5.05957 10.8779C5.10956 9.81288 5.27755 9.0879 5.52454 8.44992C5.77622 7.78213 6.17073 7.17738 6.68048 6.67796C7.17961 6.16952 7.78362 5.77605 8.45039 5.52499C9.08836 5.27799 9.81333 5.11 10.8783 5.06C11.1443 5.048 11.3662 5.038 11.5902 5.03L11.7842 5.024C12.5134 5.00623 13.2427 4.99857 13.9721 5.001L16.028 5ZM15.0001 9.99988C13.674 9.99988 12.4023 10.5267 11.4647 11.4643C10.5271 12.402 10.0003 13.6737 10.0003 14.9998C10.0003 16.3258 10.5271 17.5975 11.4647 18.5352C12.4023 19.4729 13.674 19.9996 15.0001 19.9996C16.3261 19.9996 17.5978 19.4729 18.5354 18.5352C19.4731 17.5975 19.9998 16.3258 19.9998 14.9998C19.9998 13.6737 19.4731 12.402 18.5354 11.4643C17.5978 10.5267 16.3261 9.99988 15.0001 9.99988ZM15.0001 11.9998C15.394 11.9998 15.7841 12.0773 16.1481 12.228C16.5121 12.3787 16.8428 12.5996 17.1214 12.8781C17.4 13.1567 17.6211 13.4873 17.7719 13.8513C17.9227 14.2152 18.0003 14.6053 18.0004 14.9993C18.0005 15.3932 17.923 15.7833 17.7723 16.1473C17.6216 16.5113 17.4006 16.8421 17.1221 17.1207C16.8436 17.3993 16.513 17.6203 16.149 17.7711C15.7851 17.922 15.395 17.9996 15.0011 17.9997C14.2055 17.9997 13.4424 17.6836 12.8799 17.121C12.3173 16.5584 12.0012 15.7954 12.0012 14.9998C12.0012 14.2041 12.3173 13.4411 12.8799 12.8785C13.4424 12.3159 14.2055 11.9998 15.0011 11.9998M20.2508 8.49992C19.9193 8.49992 19.6014 8.63161 19.367 8.86602C19.1326 9.10044 19.0009 9.41837 19.0009 9.74989C19.0009 10.0814 19.1326 10.3993 19.367 10.6337C19.6014 10.8682 19.9193 10.9999 20.2508 10.9999C20.5823 10.9999 20.9002 10.8682 21.1346 10.6337C21.369 10.3993 21.5007 10.0814 21.5007 9.74989C21.5007 9.41837 21.369 9.10044 21.1346 8.86602C20.9002 8.63161 20.5823 8.49992 20.2508 8.49992Z' fill='white'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
a.cig--profile-social-youtube {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4455_10188' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='2' y='5' width='26' height='20'%3E%3Cpath d='M15 6.25C26.25 6.25 26.25 6.25 26.25 15C26.25 23.75 26.25 23.75 15 23.75C3.75 23.75 3.75 23.75 3.75 15C3.75 6.25 3.75 6.25 15 6.25Z' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 10.625L20 15L12.5 19.375V10.625Z' fill='black'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4455_10188)'%3E%3Cpath d='M30 0H0V30H30V0Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
a.cig--profile-social-tiktok {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2806 8.13333C19.4961 7.26614 19.0637 6.15267 19.0638 5H15.5166V18.7778C15.4898 19.5235 15.1648 20.2301 14.61 20.7483C14.0553 21.2666 13.3143 21.556 12.5434 21.5556C10.9133 21.5556 9.55867 20.2667 9.55867 18.6667C9.55867 16.7556 11.4643 15.3222 13.4273 15.9111V12.4C9.46684 11.8889 6 14.8667 6 18.6667C6 22.3667 9.16837 25 12.5319 25C16.1365 25 19.0638 22.1667 19.0638 18.6667V11.6778C20.5022 12.6776 22.2291 13.2141 24 13.2111V9.77778C24 9.77778 21.8418 9.87778 20.2806 8.13333Z' fill='white'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
a.cig--profile-social-pinterest {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.04 24.54C13 24.83 13.97 25 15 25C17.6522 25 20.1957 23.9464 22.0711 22.0711C23.9464 20.1957 25 17.6522 25 15C25 13.6868 24.7413 12.3864 24.2388 11.1732C23.7362 9.95991 22.9997 8.85752 22.0711 7.92893C21.1425 7.00035 20.0401 6.26375 18.8268 5.7612C17.6136 5.25866 16.3132 5 15 5C13.6868 5 12.3864 5.25866 11.1732 5.7612C9.95991 6.26375 8.85752 7.00035 7.92893 7.92893C6.05357 9.8043 5 12.3478 5 15C5 19.25 7.67 22.9 11.44 24.34C11.35 23.56 11.26 22.27 11.44 21.38L12.59 16.44C12.59 16.44 12.3 15.86 12.3 14.94C12.3 13.56 13.16 12.53 14.14 12.53C15 12.53 15.4 13.16 15.4 13.97C15.4 14.83 14.83 16.06 14.54 17.24C14.37 18.22 15.06 19.08 16.06 19.08C17.84 19.08 19.22 17.18 19.22 14.5C19.22 12.1 17.5 10.46 15.03 10.46C12.21 10.46 10.55 12.56 10.55 14.77C10.55 15.63 10.83 16.5 11.29 17.07C11.38 17.13 11.38 17.21 11.35 17.36L11.06 18.45C11.06 18.62 10.95 18.68 10.78 18.56C9.5 18 8.76 16.18 8.76 14.71C8.76 11.55 11 8.68 15.32 8.68C18.76 8.68 21.44 11.15 21.44 14.43C21.44 17.87 19.31 20.63 16.26 20.63C15.29 20.63 14.34 20.11 14 19.5L13.33 21.87C13.1 22.73 12.47 23.88 12.04 24.57V24.54Z' fill='white'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
a.cig--profile-social-watsapp {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5C20.523 5 25 9.477 25 15C25 20.523 20.523 25 15 25C13.2328 25.003 11.4966 24.5353 9.97001 23.645L5.00402 25L6.35601 20.032C5.46497 18.5049 4.99692 16.768 5.00002 15C5.00002 9.477 9.47701 5 15 5ZM11.592 10.3L11.392 10.308C11.2627 10.3169 11.1364 10.3509 11.02 10.408C10.9116 10.4695 10.8126 10.5463 10.726 10.636C10.606 10.749 10.538 10.847 10.465 10.942C10.0951 11.4229 9.89598 12.0133 9.89901 12.62C9.90101 13.11 10.029 13.587 10.229 14.033C10.638 14.935 11.311 15.89 12.199 16.775C12.413 16.988 12.623 17.202 12.849 17.401C13.9524 18.3724 15.2673 19.073 16.689 19.447L17.257 19.534C17.442 19.544 17.627 19.53 17.813 19.521C18.1042 19.5056 18.3885 19.4268 18.646 19.29C18.7769 19.2223 18.9046 19.1489 19.029 19.07C19.029 19.07 19.0713 19.0413 19.154 18.98C19.289 18.88 19.372 18.809 19.484 18.692C19.568 18.6053 19.638 18.5047 19.694 18.39C19.772 18.227 19.85 17.916 19.882 17.657C19.906 17.459 19.899 17.351 19.896 17.284C19.892 17.177 19.803 17.066 19.706 17.019L19.124 16.758C19.124 16.758 18.254 16.379 17.722 16.137C17.6663 16.1127 17.6067 16.0989 17.546 16.096C17.4776 16.0888 17.4084 16.0965 17.3432 16.1184C17.278 16.1403 17.2182 16.176 17.168 16.223C17.163 16.221 17.096 16.278 16.373 17.154C16.3315 17.2098 16.2743 17.2519 16.2088 17.275C16.1433 17.2982 16.0723 17.3013 16.005 17.284C15.9398 17.2666 15.876 17.2446 15.814 17.218C15.69 17.166 15.647 17.146 15.562 17.11C14.9879 16.8599 14.4564 16.5215 13.987 16.107C13.861 15.997 13.744 15.877 13.624 15.761C13.2306 15.3842 12.8878 14.958 12.604 14.493L12.545 14.398C12.5033 14.3338 12.469 14.265 12.443 14.193C12.405 14.046 12.504 13.928 12.504 13.928C12.504 13.928 12.747 13.662 12.86 13.518C12.97 13.378 13.063 13.242 13.123 13.145C13.241 12.955 13.278 12.76 13.216 12.609C12.936 11.925 12.6467 11.2447 12.348 10.568C12.289 10.434 12.114 10.338 11.955 10.319C11.901 10.3123 11.847 10.307 11.793 10.303C11.6587 10.2953 11.5241 10.2966 11.39 10.307L11.592 10.3Z' fill='white'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
a.cig--profile-social-telegram {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5C9.48 5 5 9.48 5 15C5 20.52 9.48 25 15 25C20.52 25 25 20.52 25 15C25 9.48 20.52 5 15 5ZM19.64 11.8C19.49 13.38 18.84 17.22 18.51 18.99C18.37 19.74 18.09 19.99 17.83 20.02C17.25 20.07 16.81 19.64 16.25 19.27C15.37 18.69 14.87 18.33 14.02 17.77C13.03 17.12 13.67 16.76 14.24 16.18C14.39 16.03 16.95 13.7 17 13.49C17.0069 13.4582 17.006 13.4252 16.9973 13.3938C16.9886 13.3624 16.9724 13.3337 16.95 13.31C16.89 13.26 16.81 13.28 16.74 13.29C16.65 13.31 15.25 14.24 12.52 16.08C12.12 16.35 11.76 16.49 11.44 16.48C11.08 16.47 10.4 16.28 9.89 16.11C9.26 15.91 8.77 15.8 8.81 15.45C8.83 15.27 9.08 15.09 9.55 14.9C12.47 13.63 14.41 12.79 15.38 12.39C18.16 11.23 18.73 11.03 19.11 11.03C19.19 11.03 19.38 11.05 19.5 11.15C19.6 11.23 19.63 11.34 19.64 11.42C19.63 11.48 19.65 11.66 19.64 11.8Z' fill='white'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
a.cig--profile-social-threads {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.38528 7.64762C9.99432 5.97143 12.3162 5 15.1433 5C19.8163 5 22.9613 7.65143 23.952 11.3333C24.0506 11.6998 23.996 12.0896 23.8003 12.4168C23.6046 12.744 23.2839 12.9819 22.9086 13.0781C22.5333 13.1743 22.1343 13.121 21.7992 12.9299C21.4642 12.7388 21.2206 12.4256 21.1221 12.059C20.4716 9.63809 18.492 7.85714 15.1442 7.85714C13.034 7.85714 11.5166 8.56381 10.5199 9.6019C9.50966 10.6552 8.92553 12.1619 8.92553 13.9286V16.0714C8.92553 17.8381 9.50869 19.3448 10.519 20.3981C11.5156 21.4362 13.033 22.1429 15.1423 22.1429C16.6792 22.1429 17.8679 21.7952 18.7641 21.2571C19.6613 20.7162 20.1488 20.0333 20.2854 19.2876C20.4541 18.3619 20.2425 17.7838 19.9304 17.3819C19.8948 17.3358 19.857 17.2913 19.8173 17.2486C19.6804 17.7135 19.4758 18.1567 19.2097 18.5648C17.7333 20.7552 14.9492 20.9076 13.1607 20.2105C12.0968 19.7962 11.2377 18.7029 10.9695 17.5552C10.8027 16.8738 10.86 16.1583 11.1333 15.5105C11.4376 14.7962 11.9954 14.2057 12.7541 13.7695C13.5342 13.32 14.6332 13.1362 15.6591 13.1086C16.0672 13.0985 16.4754 13.1113 16.882 13.1467C16.7942 12.9562 16.6996 12.82 16.6148 12.7419C16.2403 12.4019 15.5811 12.14 14.9121 12.1438C14.2812 12.1486 13.8141 12.379 13.5371 12.8105C13.4353 12.9696 13.3024 13.1075 13.146 13.2164C12.9896 13.3254 12.8128 13.4031 12.6256 13.4453C12.4385 13.4875 12.2446 13.4933 12.0552 13.4623C11.8657 13.4313 11.6843 13.3642 11.5215 13.2648C11.3586 13.1653 11.2173 13.0355 11.1058 12.8828C10.9942 12.7301 10.9146 12.5574 10.8714 12.3746C10.8282 12.1918 10.8223 12.0024 10.854 11.8174C10.8858 11.6324 10.9545 11.4553 11.0563 11.2962C11.9808 9.85333 13.5011 9.29619 14.8917 9.28667C16.2452 9.27714 17.6426 9.77429 18.6071 10.6505C19.5374 11.4962 19.946 12.7971 20.0825 13.9695C20.8978 14.3533 21.6721 14.8971 22.2611 15.6552C23.1134 16.7505 23.4635 18.1543 23.1651 19.7886C22.853 21.4962 21.7511 22.8152 20.298 23.6895C18.8772 24.5448 17.1394 25 15.1423 25C12.3152 25 9.99335 24.0286 8.38431 22.3524C6.78892 20.6895 6 18.4476 6 16.0714V13.9286C6 11.5533 6.78989 9.30952 8.38431 7.64857L8.38528 7.64762ZM17.1102 16.0505C16.6569 15.9826 16.1985 15.954 15.7401 15.9648C14.9014 15.9876 14.3904 16.1438 14.2412 16.2305C13.9438 16.4019 13.8609 16.5476 13.8346 16.6095C13.7975 16.7096 13.7937 16.8186 13.8238 16.921C13.8589 17.0733 13.9418 17.2381 14.0559 17.3781C14.1083 17.4471 14.1723 17.507 14.2451 17.5552C14.2503 17.559 14.2503 17.5597 14.2451 17.5571C15.2057 17.9314 16.2979 17.6905 16.7669 16.9933C16.9005 16.7962 17.0253 16.4667 17.1102 16.0505Z' fill='white'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}

button.cig--address-book-save,a.cig--address-book-save {
  border-radius: 50px;
  background: var(--color-blue-light);
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 250px;
  text-align: center;
  line-height: 42px;
  transition: background-color 0.2s ease;
}
button.cig--address-book-save:hover,a.cig--address-book-save:hover {
  background: #1a4c97;
}
button.cig--address-book-save span,a.cig--address-book-save span {
  position: relative;
  padding: 10px 20px 10px 40px;
  display: inline-block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
}
#cn-entry-actions,.cn-list-head{
  display: none;
}

button.cig--address-book-save span::before,a.cig--address-book-save span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  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='M15.8333 10V15.8333H4.16667V10H2.5V15.8333C2.5 16.75 3.25 17.5 4.16667 17.5H15.8333C16.75 17.5 17.5 16.75 17.5 15.8333V10H15.8333ZM10.8333 10.5583L12.9917 8.40833L14.1667 9.58333L10 13.75L5.83333 9.58333L7.00833 8.40833L9.16667 10.5583V2.5H10.8333V10.5583Z' fill='white'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}

@media only screen and (max-width: 430px) {
  button.cig--address-book-save,a.cig--address-book-save {
    max-width: 100%;
  }
}
#cn-list .cig--sidebar-profile-wrapper span.cn-image-style {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #0b1f38;
	padding: 0px;
	background-color: none;
}

#cn-list img.cn-image {
	border-radius: 4px;
}
