.modal-use {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
.modal-use.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-use-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6666666667);
}
@media (any-hover: hover) {
  .modal-use-overlay {
    cursor: pointer;
  }
}

.modal-use-container-wrapper {
  position: absolute;
  top: 80px;
  left: 80px;
  right: 80px;
  bottom: 80px;
  margin: auto;
  max-width: 760px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .modal-use-container-wrapper {
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}

.modal-use-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  padding: 50px 70px;
  border-radius: 16px;
  background-color: #F1F1F1;
  translate: -100% 0;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.3s 0.3s ease-in-out, translate 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
  overflow-y: scroll;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .modal-use-container {
    padding: 50px 12px;
  }
}
.modal-use-container.is-current {
  z-index: 10;
  translate: 0;
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.3s 0.3s ease-in-out, translate 0.3s ease-in-out, opacity 0.3s 0.3s ease-in-out;
  pointer-events: auto;
}

.modal-use-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .modal-use-close {
    width: 16px;
    height: 16px;
  }
}
.modal-use-close::before, .modal-use-close::after {
  content: "";
  position: absolute;
  width: 141.421356%;
  height: 1px;
  background-color: #444464;
  transition: all 0.2s ease-in-out;
}
.modal-use-close::before {
  transform: rotate(45deg);
}
.modal-use-close::after {
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  .modal-use-close {
    cursor: pointer;
  }
  .modal-use-close:hover::before, .modal-use-close:hover::after {
    transform: rotate(0);
  }
}

.modal-use-prev {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .modal-use-prev {
    width: 20px;
    height: 20px;
  }
}
.modal-use-prev::before {
  content: "";
  position: absolute;
  width: 70.710678%;
  height: 70.710678%;
  transition: all 0.2s ease-in-out;
  transform: translateX(0) rotate(45deg);
  border-left: 1px solid #444464;
  border-bottom: 1px solid #444464;
}
@media (any-hover: hover) {
  .modal-use-prev {
    cursor: pointer;
  }
  .modal-use-prev:hover::before {
    transform: translateX(-25%) rotate(45deg);
  }
}

.modal-use-inner {
  width: 100%;
}

.modal-use-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.modal-use-indicator-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #BBB;
}
.modal-use-indicator-dot.current {
  background-color: #F67C4D;
}

.modal-use-heading {
  margin-top: 32px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  color: #444464;
}
@media only screen and (max-width: 768px) {
  .modal-use-heading {
    margin-top: 24px;
    font-size: 20px;
  }
}

.modal-use-content {
  margin-top: 32px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .modal-use-content {
    margin-top: 24px;
  }
}

.modal-use-main-content {
  width: 100%;
}

.modal-use-main-list-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .modal-use-main-list-lead {
    flex-direction: column;
    gap: 5px;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.modal-use-main-list-lead::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: center/contain no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20%200C8.94602%200%200%208.945%200%2020C0%2031.0538%208.945%2040%2020%2040C31.054%2040%2040%2031.055%2040%2020C40%208.94602%2031.055%200%2020%200ZM19.4082%2029.3609C18.2762%2029.3609%2017.4074%2028.4131%2017.4074%2027.3337C17.4074%2026.228%2018.3025%2025.3066%2019.4082%2025.3066C20.514%2025.3066%2021.4352%2026.228%2021.4352%2027.3338C21.4352%2028.413%2020.5402%2029.3609%2019.4082%2029.3609ZM22.4093%2019.12C20.9614%2020.252%2020.935%2021.0418%2020.935%2022.4107C20.935%2022.911%2020.6717%2023.4902%2019.3818%2023.4902C18.3023%2023.4902%2017.9339%2023.0952%2017.9339%2021.7263C17.9339%2019.4623%2018.9343%2018.3829%2019.6977%2017.7248C20.5665%2016.9876%2022.0408%2016.1716%2022.0408%2014.75C22.0408%2013.5389%2020.9877%2012.9598%2019.6714%2012.9598C16.9862%2012.9598%2017.5654%2014.987%2016.1437%2014.987C15.4329%2014.987%2014.5641%2014.513%2014.5641%2013.4863C14.5641%2012.0648%2016.1963%209.95859%2019.7504%209.95859C23.1201%209.95859%2025.3578%2011.8278%2025.3578%2014.3024C25.3578%2016.777%2023.1201%2018.5672%2022.4093%2019.12Z%22%20fill%3D%22%23444464%22%2F%3E%3C%2Fsvg%3E");
  transition: all 0.2s ease-in-out;
}

.modal-use-main-list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: center;
  color: #444464;
}
@media only screen and (max-width: 768px) {
  .modal-use-main-list-title {
    flex-direction: column;
    gap: 5px;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
.modal-use-main-list-title::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: center/contain no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20%200C8.94602%200%200%208.945%200%2020C0%2031.0538%208.945%2040%2020%2040C31.054%2040%2040%2031.055%2040%2020C40%208.94602%2031.055%200%2020%200ZM19.4082%2029.3609C18.2762%2029.3609%2017.4074%2028.4131%2017.4074%2027.3337C17.4074%2026.228%2018.3025%2025.3066%2019.4082%2025.3066C20.514%2025.3066%2021.4352%2026.228%2021.4352%2027.3338C21.4352%2028.413%2020.5402%2029.3609%2019.4082%2029.3609ZM22.4093%2019.12C20.9614%2020.252%2020.935%2021.0418%2020.935%2022.4107C20.935%2022.911%2020.6717%2023.4902%2019.3818%2023.4902C18.3023%2023.4902%2017.9339%2023.0952%2017.9339%2021.7263C17.9339%2019.4623%2018.9343%2018.3829%2019.6977%2017.7248C20.5665%2016.9876%2022.0408%2016.1716%2022.0408%2014.75C22.0408%2013.5389%2020.9877%2012.9598%2019.6714%2012.9598C16.9862%2012.9598%2017.5654%2014.987%2016.1437%2014.987C15.4329%2014.987%2014.5641%2014.513%2014.5641%2013.4863C14.5641%2012.0648%2016.1963%209.95859%2019.7504%209.95859C23.1201%209.95859%2025.3578%2011.8278%2025.3578%2014.3024C25.3578%2016.777%2023.1201%2018.5672%2022.4093%2019.12Z%22%20fill%3D%22%23444464%22%2F%3E%3C%2Fsvg%3E");
  transition: all 0.2s ease-in-out;
}

.modal-use-main-list-description {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.07em;
  text-align: center;
  color: #111;
}
@media only screen and (max-width: 768px) {
  .modal-use-main-list-description {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
  }
}

.modal-use-main-list-container {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #FFF;
  border-radius: 16px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (max-width: 768px) {
  .modal-use-main-list-container {
    padding: 20px 16px 16px;
  }
}

.modal-use-main-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .modal-use-main-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.modal-use-main-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1490196078);
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .modal-use-main-list-item {
    flex-direction: row;
  }
}
.modal-use-main-list-item::before {
  content: "";
  width: 100%;
  height: 100px;
  background: center/48px 48px no-repeat;
}
@media only screen and (max-width: 768px) {
  .modal-use-main-list-item::before {
    width: 90px;
    height: 100%;
  }
}
@media (any-hover: hover) {
  .modal-use-main-list-item {
    cursor: pointer;
  }
  .modal-use-main-list-item:hover {
    background-color: #F7F7F7;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3019607843);
  }
}

.modal-use-main-list-item.bg-gray {
  background-color: #F1F1F1;
}
@media (any-hover: hover) {
  .modal-use-main-list-item.bg-gray:hover {
    background-color: #F1F1F1;
  }
}

.modal-use-main-list-item.scene::before {
  background-color: #444464;
  background-size: 50px 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_1320_1680)%22%3E%3Cpath%20d%3D%22M32.9899%2026.5386C32.5067%2026.5213%2032.0411%2026.6292%2031.6276%2026.8485C31.4567%2025.532%2030.3831%2024.5141%2029.0436%2024.4663C28.5557%2024.4479%2028.0836%2024.5596%2027.6663%2024.7846C27.4526%2023.5292%2026.3825%2022.5394%2025.0984%2022.4937C24.6245%2022.4756%2024.1673%2022.5803%2023.7598%2022.7912V18.5361C23.7598%2017.0708%2022.5899%2015.8369%2021.152%2015.7856C20.4103%2015.7578%2019.7088%2016.0279%2019.1757%2016.5425C18.6424%2017.0571%2018.3486%2017.7485%2018.3486%2018.4894V27.9235C17.9769%2027.7309%2017.5552%2027.6221%2017.1084%2027.6221C16.3865%2027.6221%2015.7073%2027.9029%2015.1949%2028.4138C14.6838%2028.9249%2014.4023%2029.6044%2014.4023%2030.3271V33.3849C14.4023%2033.7895%2014.7303%2034.1173%2015.1348%2034.1173C15.5392%2034.1173%2015.8672%2033.7895%2015.8672%2033.3849V30.3271C15.8672%2029.9957%2015.9963%2029.684%2016.23%2029.4503C16.465%2029.2159%2016.7769%2029.0868%2017.1084%2029.0868C17.7923%2029.0868%2018.3486%2029.6432%2018.3486%2030.3271V35.0547L18.0206%2035.3826C17.7346%2035.6688%2017.7346%2036.1324%2018.0206%2036.4185C18.1636%2036.5614%2018.3511%2036.6329%2018.5385%2036.6329C18.7259%2036.6329%2018.9134%2036.5614%2019.0563%2036.4185L19.5989%2035.8759C19.7363%2035.7385%2019.8135%2035.5522%2019.8135%2035.3579V18.4893C19.8135%2018.1496%2019.9482%2017.8325%2020.1929%2017.5965C20.4373%2017.3605%2020.76%2017.236%2021.0999%2017.2494C21.7589%2017.273%2022.2949%2017.8501%2022.2949%2018.536L22.2946%2033.2864C22.2946%2033.691%2022.6225%2034.0188%2023.027%2034.0188C23.4315%2034.0188%2023.7595%2033.691%2023.7595%2033.2864C23.7595%2033.2864%2023.7598%2025.1991%2023.7598%2025.1972C23.7598%2024.8574%2023.8944%2024.5401%2024.139%2024.3042C24.3833%2024.0685%2024.7046%2023.9455%2025.0463%2023.9574C25.7047%2023.9809%2026.2403%2024.558%2026.2403%2025.244L26.2406%2033.2864C26.2406%2033.691%2026.5684%2034.0188%2026.973%2034.0188C27.3776%2034.0188%2027.7055%2033.691%2027.7055%2033.2864C27.7055%2033.2864%2027.7053%2027.1682%2027.7053%2027.1672C27.7059%2026.8286%2027.8405%2026.5125%2028.0846%2026.2772C28.3289%2026.0412%2028.65%2025.9174%2028.9915%2025.9302C29.6505%2025.9536%2030.1865%2026.5312%2030.1865%2027.2178L30.1864%2033.2865C30.1864%2033.6911%2030.5142%2034.0189%2030.9188%2034.0189C31.3234%2034.0189%2031.6513%2033.6911%2031.6513%2033.2865C31.6513%2033.2865%2031.6514%2029.243%2031.6514%2029.2423C31.6514%2028.9024%2031.786%2028.5852%2032.0306%2028.3492C32.2749%2028.1134%2032.5964%2027.9896%2032.9378%2028.0024C33.5967%2028.0259%2034.1327%2028.603%2034.1327%2029.2891V40.207C34.1327%2040.7929%2034.0606%2041.3769%2033.9182%2041.9437L33.4038%2044.0032C33.2324%2044.6856%2033.1454%2045.3897%2033.1454%2046.0957V48.5352H18.8271V46.1104C18.8271%2045.3181%2018.565%2044.5317%2018.0888%2043.8953L16.3129%2041.5288C16.0255%2041.1449%2015.8672%2040.6699%2015.8672%2040.1914V36.8027C15.8672%2036.3981%2015.5392%2036.0703%2015.1348%2036.0703C14.7303%2036.0703%2014.4023%2036.3981%2014.4023%2036.8027V40.1913C14.4023%2040.9843%2014.6644%2041.771%2015.1407%2042.4073L16.9166%2044.7738C17.204%2045.1577%2017.3623%2045.6323%2017.3623%2046.1103V49.2675C17.3623%2049.6721%2017.6902%2049.9999%2018.0947%2049.9999H33.8779C34.2825%2049.9999%2034.6103%2049.6721%2034.6103%2049.2675V46.0956C34.6103%2045.5099%2034.6824%2044.9259%2034.8248%2044.3591L35.3392%2042.2995C35.5106%2041.6171%2035.5976%2040.913%2035.5976%2040.2069V29.289C35.5975%2027.8235%2034.4278%2026.5897%2032.9899%2026.5386Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M6.52802%206.52803C6.24198%206.81406%206.24198%207.27773%206.52802%207.56377L7.97489%209.01064C8.11786%209.15361%208.30536%209.2251%208.49276%209.2251C8.68017%209.2251%208.86767%209.15361%209.01064%209.01064L11.9043%206.11699C12.1903%205.83086%2012.1903%205.36719%2011.9043%205.08115C11.6184%204.79531%2011.1546%204.79512%2010.8685%205.08115L8.49276%207.45684L7.56376%206.52783C7.27782%206.24199%206.81405%206.24189%206.52802%206.52803Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M16.2617%2010.3525V3.73926C16.2617%201.67744%2014.5847%200%2012.5234%200H10.9248C10.5203%200%2010.1924%200.327832%2010.1924%200.732422C10.1924%201.13701%2010.5203%201.46484%2010.9248%201.46484H12.5234C13.7769%201.46484%2014.7969%202.48516%2014.7969%203.73926V10.3525C14.7969%2011.6066%2013.777%2012.627%2012.5234%2012.627H5.90916C4.65506%2012.627%203.63475%2011.6066%203.63475%2010.3525V3.73926C3.63475%202.48516%204.65506%201.46484%205.90916%201.46484H7.50682C7.91131%201.46484%208.23924%201.13701%208.23924%200.732422C8.23924%200.327832%207.91131%200%207.50682%200H5.90916C3.84735%200%202.16991%201.67744%202.16991%203.73926V10.3525C2.16991%2012.4144%203.84735%2014.0918%205.90916%2014.0918H12.5234C14.5847%2014.0918%2016.2617%2012.4144%2016.2617%2010.3525Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M21.6929%2014.0919H28.307C30.3686%2014.0919%2032.0459%2012.4146%2032.0459%2010.353V3.73887C32.0459%201.67725%2030.3686%200%2028.307%200H21.6929C19.6312%200%2017.954%201.67725%2017.954%203.73887V10.353C17.954%2012.4146%2019.6313%2014.0919%2021.6929%2014.0919ZM19.4188%203.73887C19.4188%202.48496%2020.4389%201.46484%2021.6929%201.46484H28.307C29.5609%201.46484%2030.581%202.48496%2030.581%203.73887V10.353C30.581%2011.6069%2029.5609%2012.6271%2028.307%2012.6271H21.6929C20.4389%2012.6271%2019.4188%2011.6069%2019.4188%2010.353V3.73887Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M44.0908%200H37.4766C35.4153%200%2033.7384%201.67744%2033.7384%203.73926V10.3525C33.7384%2012.4144%2035.4153%2014.0918%2037.4766%2014.0918H39.0752C39.4798%2014.0918%2039.8076%2013.764%2039.8076%2013.3594C39.8076%2012.9548%2039.4798%2012.627%2039.0752%2012.627H37.4766C36.223%2012.627%2035.2032%2011.6066%2035.2032%2010.3525V3.73926C35.2032%202.48516%2036.223%201.46484%2037.4766%201.46484H44.0908C45.3449%201.46484%2046.3652%202.48516%2046.3652%203.73926V10.3525C46.3652%2011.6066%2045.3449%2012.627%2044.0908%2012.627H42.4932C42.0886%2012.627%2041.7607%2012.9548%2041.7607%2013.3594C41.7607%2013.764%2042.0886%2014.0918%2042.4932%2014.0918H44.0908C46.1526%2014.0918%2047.8301%2012.4144%2047.8301%2010.3525V3.73926C47.8301%201.67744%2046.1526%200%2044.0908%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_1320_1680%22%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.modal-use-main-list-item.manuscript::before {
  background-color: #2930E3;
  background-size: 47px 47px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2247%22%20height%3D%2247%22%20viewBox%3D%220%200%2047%2047%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_1040_1436)%22%3E%3Cpath%20d%3D%22M26.7179%2022.2892C26.8565%2022.5603%2027.1323%2022.7169%2027.4174%2022.7169C27.5365%2022.7169%2027.6586%2022.6895%2027.7723%2022.6315C27.8185%2022.608%2032.4292%2020.2659%2034.7032%2019.5476C35.1152%2019.4167%2035.3439%2018.9765%2035.2131%2018.5645C35.083%2018.1524%2034.646%2017.9229%2034.2301%2018.053C31.8346%2018.8105%2027.2553%2021.137%2027.0611%2021.2357C26.6756%2021.4315%2026.5221%2021.9031%2026.7179%2022.2892Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M27.4174%2013.317C27.5364%2013.317%2027.6586%2013.2896%2027.7723%2013.2316C27.8184%2013.2081%2032.4292%2010.866%2034.7032%2010.1476C35.1152%2010.0168%2035.3439%209.57658%2035.2131%209.1646C35.083%208.75253%2034.646%208.52304%2034.23%208.65312C31.8346%209.41062%2027.2553%2011.7371%2027.061%2011.8358C26.6757%2012.0316%2026.5221%2012.5031%2026.7179%2012.8893C26.8565%2013.1603%2027.1323%2013.317%2027.4174%2013.317Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M46.2168%2011.7503C45.7836%2011.7503%2045.4335%2012.1012%2045.4335%2012.5336V43.0833C45.4335%2044.3789%2044.3792%2045.4333%2043.0835%2045.4333H24.2837V43.6309C25.4258%2043.2314%2028.4008%2042.3%2031.3336%2042.3C38.1572%2042.3%2042.7906%2043.8111%2042.8368%2043.8267C43.0725%2043.905%2043.3358%2043.8659%2043.5418%2043.7186C43.7462%2043.5713%2043.8668%2043.3348%2043.8668%2043.0832V8.617C43.8668%208.24963%2043.6123%207.93156%2043.2535%207.85243C43.2535%207.85243%2042.6393%207.71538%2041.5897%207.52261C41.1658%207.44431%2040.7562%207.7263%2040.6778%208.15086C40.5995%208.57698%2040.8807%208.9851%2041.3061%209.06341C41.7064%209.13703%2042.0417%209.20202%2042.3002%209.25379V42.0423C40.5251%2041.577%2036.5835%2040.7334%2031.3335%2040.7334C27.9206%2040.7334%2024.568%2041.8543%2023.5308%2042.2342C22.6088%2041.8269%2019.8218%2040.7334%2016.4503%2040.7334C11.0547%2040.7334%206.61009%2041.6232%204.70036%2042.0752V9.22322C6.26466%208.8386%2010.8848%207.83361%2016.4503%207.83361C19.3063%207.83361%2021.7557%208.72266%2022.7169%209.12454V39.9501C22.7169%2040.2321%2022.8688%2040.4929%2023.114%2040.6316C23.3592%2040.771%2023.6616%2040.767%2023.9037%2040.6214C23.9812%2040.5752%2031.7424%2035.9394%2038.631%2033.6435C38.9513%2033.5362%2039.1668%2033.2377%2039.1668%2032.9001V0.78367C39.1668%200.526732%2039.0407%200.286226%2038.8292%200.139811C38.6192%20-0.00669524%2038.3498%20-0.0403844%2038.1077%200.0497594C31.8404%202.40048%2025.4986%206.34688%2025.4351%206.38608C25.0685%206.61557%2024.9565%207.09888%2025.186%207.46551C25.4147%207.83215%2025.898%207.94414%2026.2654%207.71465C26.3233%207.67784%2031.8404%204.2453%2037.6001%201.92901V32.3393C32.2531%2034.1974%2026.6703%2037.2312%2024.2835%2038.5895V8.617C24.2835%208.32013%2024.1159%208.04906%2023.8503%207.91596C23.7156%207.8494%2020.5055%206.26702%2016.4503%206.26702C9.37214%206.26702%203.93037%207.79846%203.70162%207.86418C3.36555%207.95974%203.13367%208.26763%203.13367%208.617V43.0834C3.13367%2043.3286%203.24961%2043.5605%203.44468%2043.7086C3.58256%2043.8127%203.74862%2043.8668%203.91706%2043.8668C3.98912%2043.8668%204.06118%2043.8566%204.13168%2043.8363C4.18575%2043.8214%209.60246%2042.3001%2016.4503%2042.3001C19.3141%2042.3001%2021.7612%2043.1916%2022.7169%2043.5918V45.4334H3.91706C2.62145%2045.4334%201.56708%2044.379%201.56708%2043.0834V12.5337C1.56708%2012.1013%201.21614%2011.7504%200.783785%2011.7504C0.351425%2011.7504%200.000488281%2012.1013%200.000488281%2012.5337V43.0834C0.000488281%2045.243%201.75747%2047.0001%203.91716%2047.0001H43.0835C45.2431%2047.0001%2047.0002%2045.2431%2047.0002%2043.0834V12.5337C47.0001%2012.1012%2046.65%2011.7503%2046.2168%2011.7503Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M26.7179%2017.5893C26.8565%2017.8603%2027.1323%2018.017%2027.4174%2018.017C27.5365%2018.017%2027.6586%2017.9895%2027.7723%2017.9316C27.8185%2017.9081%2032.4292%2015.5659%2034.7032%2014.8476C35.1152%2014.7168%2035.3439%2014.2765%2035.2131%2013.8646C35.083%2013.4525%2034.646%2013.223%2034.2301%2013.3531C31.8346%2014.1106%2027.2553%2016.4371%2027.0611%2016.5357C26.6756%2016.7315%2026.5221%2017.2032%2026.7179%2017.5893Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M26.7179%2026.9892C26.8565%2027.2603%2027.1323%2027.4169%2027.4174%2027.4169C27.5365%2027.4169%2027.6586%2027.3894%2027.7723%2027.3315C27.8185%2027.308%2032.4292%2024.9658%2034.7032%2024.2475C35.1152%2024.1167%2035.3439%2023.6764%2035.2131%2023.2645C35.083%2022.8524%2034.646%2022.6229%2034.2301%2022.753C31.8346%2023.5105%2027.2553%2025.837%2027.0611%2025.9356C26.6756%2026.1314%2026.5221%2026.6031%2026.7179%2026.9892Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M18.9789%2014.5374C14.1419%2013.4024%208.64523%2014.8484%208.41418%2014.9103C7.99669%2015.0223%207.74838%2015.4515%207.86037%2015.8698C7.95437%2016.22%208.27079%2016.4503%208.61631%2016.4503C8.68369%2016.4503%208.7518%2016.4416%208.82001%2016.4236C8.87251%2016.4088%2014.1647%2015.0168%2018.6218%2016.0625C19.0409%2016.1605%2019.4647%2015.8996%2019.5634%2015.4781C19.662%2015.0575%2019.4003%2014.6361%2018.9789%2014.5374Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M18.9789%2019.2373C14.1419%2018.103%208.64523%2019.5483%208.41418%2019.6101C7.99669%2019.7221%207.74838%2020.1515%207.86037%2020.5697C7.95437%2020.9198%208.27079%2021.1501%208.61631%2021.1501C8.68369%2021.1501%208.7518%2021.1415%208.82001%2021.1235C8.87251%2021.1086%2014.1647%2019.7166%2018.6218%2020.7624C19.0409%2020.8603%2019.4647%2020.5994%2019.5634%2020.178C19.662%2019.7574%2019.4003%2019.3359%2018.9789%2019.2373Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M26.7179%2031.6891C26.8565%2031.9602%2027.1323%2032.1168%2027.4174%2032.1168C27.5365%2032.1168%2027.6586%2032.0894%2027.7723%2032.0314C27.8185%2032.0079%2032.4292%2029.6658%2034.7032%2028.9474C35.1152%2028.8166%2035.3439%2028.3764%2035.2131%2027.9644C35.083%2027.5524%2034.646%2027.3228%2034.2301%2027.4529C31.8346%2028.2104%2027.2553%2030.5369%2027.0611%2030.6356C26.6756%2030.8314%2026.5221%2031.303%2026.7179%2031.6891Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M18.9789%2023.9373C14.1419%2022.8031%208.64523%2024.2475%208.41418%2024.3102C7.99669%2024.4222%207.74838%2024.8515%207.86037%2025.2698C7.95437%2025.6199%208.27079%2025.851%208.61631%2025.851C8.68369%2025.851%208.7518%2025.8417%208.82001%2025.8236C8.87251%2025.8087%2014.1647%2024.4167%2018.6218%2025.4624C19.0409%2025.5604%2019.4647%2025.2995%2019.5634%2024.8781C19.662%2024.4575%2019.4003%2024.036%2018.9789%2023.9373Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M18.9789%2033.3372C14.1419%2032.2022%208.64523%2033.6482%208.41418%2033.7101C7.99669%2033.8221%207.74838%2034.2514%207.86037%2034.6696C7.95437%2035.0198%208.27079%2035.2509%208.61631%2035.2509C8.68369%2035.2509%208.7518%2035.2415%208.82001%2035.2235C8.87251%2035.2086%2014.1647%2033.8166%2018.6218%2034.8623C19.0409%2034.9594%2019.4647%2034.6994%2019.5634%2034.278C19.662%2033.8573%2019.4003%2033.4359%2018.9789%2033.3372Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M18.9789%2028.6374C14.1419%2027.5024%208.64523%2028.9476%208.41418%2029.0103C7.99669%2029.1223%207.74838%2029.5516%207.86037%2029.9698C7.95437%2030.3199%208.27079%2030.5511%208.61631%2030.5511C8.68369%2030.5511%208.7518%2030.5417%208.82001%2030.5236C8.87251%2030.5088%2014.1647%2029.1168%2018.6218%2030.1625C19.0409%2030.2605%2019.4647%2029.9996%2019.5634%2029.5781C19.662%2029.1575%2019.4003%2028.7361%2018.9789%2028.6374Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_1040_1436%22%3E%3Crect%20width%3D%2247%22%20height%3D%2247%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.modal-use-main-list-item.realtime::before {
  background-color: #F67C4D;
  background-size: 58px 58px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2259%22%20height%3D%2258%22%20viewBox%3D%220%200%2059%2058%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M31.5441%2028.6716C32.1726%2028.0047%2032.559%2027.1072%2032.559%2026.1206C32.559%2024.0674%2030.8886%2022.397%2028.8353%2022.397C26.7821%2022.397%2025.1118%2024.0674%2025.1118%2026.1206C25.1118%2027.1072%2025.4982%2028.0046%2026.1267%2028.6716C24.4035%2029.5161%2023.2139%2031.2879%2023.2139%2033.3327C23.2139%2033.802%2023.5943%2034.1823%2024.0635%2034.1823C24.5327%2034.1823%2024.9131%2033.802%2024.9131%2033.3327C24.9131%2031.4092%2026.478%2029.8442%2028.4015%2029.8442H29.2691C31.1926%2029.8442%2032.7576%2031.4091%2032.7576%2033.3327C32.7576%2033.802%2033.138%2034.1823%2033.6072%2034.1823C34.0764%2034.1823%2034.4568%2033.802%2034.4568%2033.3327C34.4569%2031.2879%2033.2673%2029.5161%2031.5441%2028.6716ZM28.8353%2024.0962C29.9516%2024.0962%2030.8598%2025.0044%2030.8598%2026.1206C30.8598%2027.2369%2029.9516%2028.145%2028.8353%2028.145C27.7191%2028.145%2026.811%2027.2368%2026.811%2026.1206C26.811%2025.0044%2027.7192%2024.0962%2028.8353%2024.0962Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M53.6296%2035.8745C53.6296%2034.0044%2052.1082%2032.4831%2050.2382%2032.4831C49.905%2032.4831%2049.5832%2032.5322%2049.2787%2032.6222C48.3114%2031.3897%2047.15%2030.1712%2045.8343%2029.0009C47.4143%2027.5956%2048.7714%2026.1211%2049.8384%2024.6337C52.2996%2021.203%2052.941%2018.0768%2051.6445%2015.8312C50.348%2013.5855%2047.3201%2012.5775%2043.1183%2012.9941C41.2961%2013.1745%2039.3399%2013.6127%2037.3321%2014.2787C37.0046%2012.6908%2036.5776%2011.1948%2036.057%209.83442C36.7962%209.21171%2037.2671%208.2802%2037.2671%207.24039C37.2671%205.37034%2035.7457%203.84897%2033.8757%203.84897C33.3711%203.84897%2032.8923%203.96056%2032.4616%204.15903C31.3325%203.17756%2030.0897%202.66235%2028.8354%202.66235C26.2424%202.66235%2023.8557%204.78094%2022.1153%208.62774C21.3608%2010.2951%2020.7625%2012.2073%2020.3354%2014.2778C18.3288%2013.6123%2016.3736%2013.1745%2014.5524%2012.9942C10.3508%2012.5785%207.32268%2013.5858%206.02618%2015.8313C4.92588%2017.737%205.23423%2020.3258%206.88485%2023.174C6.36059%2023.7712%206.0417%2024.5529%206.0417%2025.4081C6.0417%2027.2781%207.56307%2028.7995%209.43311%2028.7995C10.049%2028.7995%2010.6266%2028.6337%2011.1251%2028.3455C11.3573%2028.5646%2011.5941%2028.7826%2011.8371%2028.9987C10.2568%2030.4043%208.89945%2031.8791%207.83222%2033.3667C5.37107%2036.7974%204.72956%2039.9236%206.02618%2042.1692C7.06542%2043.9693%209.18593%2044.9707%2012.182%2045.0861C12.6314%2046.433%2013.9033%2047.407%2015.3993%2047.407C17.2104%2047.407%2018.6945%2045.9799%2018.7863%2044.1911C19.2984%2044.0495%2019.8151%2043.8923%2020.3347%2043.7199C20.7619%2045.7915%2021.3605%2047.7046%2022.1153%2049.3727C23.8559%2053.2195%2026.2424%2055.3381%2028.8354%2055.3381C31.4284%2055.3381%2033.815%2053.2195%2035.5555%2049.3727C36.31%2047.7054%2036.9082%2045.7932%2037.3354%2043.7227C39.3421%2044.3881%2041.2972%2044.826%2043.1184%2045.0063C43.7385%2045.0677%2044.3327%2045.0982%2044.8999%2045.0982C48.1758%2045.0981%2050.5395%2044.0834%2051.6447%2042.1693C52.2309%2041.154%2052.4228%2039.9636%2052.221%2038.6238C53.0734%2038.0067%2053.6296%2037.0046%2053.6296%2035.8745ZM51.9303%2035.8745C51.9303%2036.8076%2051.1713%2037.5667%2050.2382%2037.5667C49.3051%2037.5667%2048.546%2036.8076%2048.546%2035.8745C48.546%2034.9414%2049.3051%2034.1823%2050.2382%2034.1823C51.1713%2034.1823%2051.9303%2034.9413%2051.9303%2035.8745ZM43.2856%2014.6848C46.7335%2014.3434%2049.2434%2015.071%2050.1729%2016.6806C51.1023%2018.2903%2050.4771%2020.828%2048.4576%2023.6429C47.421%2025.088%2046.0867%2026.5241%2044.5245%2027.8926C42.978%2026.6468%2041.262%2025.4719%2039.4282%2024.4131L38.1039%2023.6485V22.1193C38.1039%2020.0067%2037.9437%2017.9318%2037.6373%2015.9666C39.6042%2015.2976%2041.5155%2014.86%2043.2856%2014.6848ZM36.0133%2041.4329C34.3509%2040.7702%2032.6663%2039.9524%2031.0091%2038.9956L30.5345%2038.7216L36.4048%2035.3323V35.8804C36.4048%2037.7939%2036.2707%2039.6618%2036.0133%2041.4329ZM28.8351%2037.7406L21.2656%2033.3703V24.6295L28.8351%2020.2592L36.4047%2024.6295V33.3702L28.8351%2037.7406ZM21.2656%2035.8804V35.3323L27.1359%2038.7216L26.6613%2038.9956C25.0181%2039.9443%2023.3308%2040.7631%2021.6565%2041.4293C21.3995%2039.6594%2021.2656%2037.7928%2021.2656%2035.8804ZM19.5663%2032.3892L19.0917%2032.1151C17.4538%2031.1694%2015.8991%2030.1153%2014.4826%2028.997C15.8866%2027.8896%2017.436%2026.8405%2019.0917%2025.8847L19.5663%2025.6106V32.3892ZM21.6571%2016.5669C23.3195%2017.2296%2025.0041%2018.0474%2026.6613%2019.0042L27.1359%2019.2782L21.2656%2022.6675V22.1194C21.2656%2020.2059%2021.3997%2018.338%2021.6571%2016.5669ZM36.4048%2022.1194V22.6675L30.5345%2019.2782L31.0091%2019.0042C32.6651%2018.0482%2034.3483%2017.2309%2036.0095%2016.5685C36.2683%2018.3447%2036.4048%2020.2136%2036.4048%2022.1194ZM38.104%2025.6106L38.5787%2025.8847C40.2328%2026.8397%2041.7843%2027.8903%2043.1909%2029.0004C41.786%2030.1086%2040.2356%2031.1585%2038.5787%2032.1151L38.104%2032.3892V25.6106ZM35.5679%207.24005C35.5679%208.17315%2034.8088%208.93224%2033.8757%208.93224C32.9426%208.93224%2032.1835%208.17315%2032.1835%207.24005C32.1835%206.30695%2032.9426%205.54785%2033.8757%205.54785C34.8088%205.54785%2035.5679%206.30695%2035.5679%207.24005ZM23.6632%209.32794C25.0913%206.17147%2026.9764%204.36123%2028.8351%204.36123C29.6087%204.36123%2030.3769%204.66313%2031.1265%205.25751C30.7229%205.81565%2030.4841%206.50032%2030.4841%207.24005C30.4841%209.1101%2032.0054%2010.6315%2033.8755%2010.6315C34.0951%2010.6315%2034.3097%2010.6097%2034.5178%2010.5697C35.0102%2011.8799%2035.4124%2013.3237%2035.717%2014.8591C33.8684%2015.5746%2031.9953%2016.4726%2030.1594%2017.5326L28.8351%2018.2972L27.5109%2017.5326C25.6738%2016.4719%2023.7993%2015.5735%2021.9497%2014.8578C22.3537%2012.8211%2022.9302%2010.9479%2023.6632%209.32794ZM7.74069%2025.4078C7.74069%2024.4747%208.49979%2023.7156%209.43289%2023.7156C10.366%2023.7156%2011.1251%2024.4747%2011.1251%2025.4078C11.1251%2026.3409%2010.366%2027.1%209.43289%2027.1C8.49979%2027.1%207.74069%2026.3409%207.74069%2025.4078ZM12.3389%2027.1542C12.6468%2026.6438%2012.8244%2026.0461%2012.8244%2025.4078C12.8244%2023.5377%2011.303%2022.0163%209.433%2022.0163C9.03301%2022.0163%208.64921%2022.0865%208.29249%2022.2142C7.01105%2019.9641%206.72592%2018.0171%207.49748%2016.6807C8.42684%2015.0708%2010.9371%2014.3432%2014.3848%2014.6849C16.1541%2014.8601%2018.0647%2015.2974%2020.0305%2015.966C19.7255%2017.9258%2019.5663%2019.9982%2019.5663%2022.1195V23.6487L18.2421%2024.4134C16.4065%2025.4731%2014.6926%2026.6461%2013.149%2027.889C12.8718%2027.646%2012.6017%2027.4011%2012.3389%2027.1542ZM15.3992%2045.7074C14.4661%2045.7074%2013.707%2044.9483%2013.707%2044.0152C13.707%2043.0821%2014.4661%2042.323%2015.3992%2042.323C16.3323%2042.323%2017.0914%2043.0821%2017.0914%2044.0152C17.0914%2044.9483%2016.3323%2045.7074%2015.3992%2045.7074ZM18.4433%2042.5219C17.89%2041.3987%2016.7336%2040.6237%2015.3992%2040.6237C13.7465%2040.6237%2012.3671%2041.8121%2012.0684%2043.379C9.80921%2043.2565%208.20061%2042.537%207.49748%2041.3192C6.56812%2039.7095%207.19332%2037.1718%209.21278%2034.3567C10.2496%2032.9114%2011.5844%2031.4749%2013.1472%2030.106C14.7034%2031.3594%2016.4254%2032.5378%2018.2421%2033.5867L19.5663%2034.3513V35.8805C19.5663%2038.0002%2019.7253%2040.0711%2020.0298%2042.0295C19.4969%2042.2107%2018.9677%2042.3747%2018.4433%2042.5219ZM34.0072%2048.6719C32.5791%2051.8282%2030.694%2053.6386%2028.8352%2053.6386C26.9765%2053.6386%2025.0914%2051.8283%2023.6633%2048.6719C22.9299%2047.051%2022.3532%2045.1767%2021.9491%2043.1388C23.8107%2042.4189%2025.6884%2041.5194%2027.511%2040.4673L28.8352%2039.7026L30.1595%2040.4673C31.9967%2041.5279%2033.871%2042.4263%2035.7207%2043.1421C35.3166%2045.1787%2034.7401%2047.052%2034.0072%2048.6719ZM50.1729%2041.3192C49.2434%2042.929%2046.7332%2043.6562%2043.2856%2043.315C41.5162%2043.1398%2039.6057%2042.7025%2037.6398%2042.0339C37.9448%2040.0742%2038.1039%2038.0017%2038.1039%2035.8804V34.3513L39.4282%2033.5867C41.2648%2032.5262%2042.9797%2031.3524%2044.5241%2030.1088C45.7792%2031.2084%2046.8874%2032.3518%2047.8121%2033.5075C47.2152%2034.1191%2046.8464%2034.9542%2046.8464%2035.8744C46.8464%2037.7444%2048.3678%2039.2658%2050.2378%2039.2658C50.3544%2039.2658%2050.4695%2039.2599%2050.583%2039.2483C50.6454%2040.0429%2050.509%2040.7371%2050.1729%2041.3192Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}

.modal-use-main-list-item.pronunciation::before {
  background-color: #2930E3;
  background-size: 55px 55px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2255%22%20height%3D%2255%22%20viewBox%3D%220%200%2055%2055%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_1040_1890)%22%3E%3Cpath%20d%3D%22M45.3092%2033.8446H51.3735C53.373%2033.8446%2054.9999%2035.4694%2054.9999%2037.4665V48.4516C54.9999%2050.4486%2053.373%2052.0734%2051.3735%2052.0734H30.958C28.9585%2052.0734%2027.3315%2050.4486%2027.3315%2048.4516V45.4386C27.3315%2044.9934%2027.6923%2044.6327%2028.1374%2044.6327C28.5826%2044.6327%2028.9433%2044.9934%2028.9433%2045.4386V48.4516C28.9433%2049.5599%2029.8471%2050.4616%2030.958%2050.4616H51.3735C52.4844%2050.4616%2053.3882%2049.5599%2053.3882%2048.4516V37.4666C53.3882%2036.3583%2052.4844%2035.4565%2051.3735%2035.4565H45.3092C44.7398%2035.4565%2044.1951%2035.2801%2043.7339%2034.9467L40.5489%2032.6434C40.5365%2032.6348%2040.5242%2032.6263%2040.5122%2032.617L36.1142%2029.4364C36.0976%2029.4243%2036.0474%2029.3878%2035.9732%2029.4255C35.9006%2029.4627%2035.9006%2029.5234%2035.9006%2029.5435V32.7733C35.9006%2034.2529%2034.6955%2035.4566%2033.2143%2035.4566H30.9579C29.847%2035.4566%2028.9432%2036.3584%2028.9432%2037.4667V41.6316C28.9432%2042.0768%2028.5825%2042.4375%2028.1373%2042.4375C27.6922%2042.4375%2027.3314%2042.0768%2027.3314%2041.6316V37.4667C27.3314%2035.8791%2028.3601%2034.5277%2029.7864%2034.0398C28.8069%2033.4582%2027.9974%2032.7323%2027.4041%2031.8959C25.881%2034.0381%2022.8761%2035.4608%2019.8228%2035.4608C17.4507%2035.4608%2014.1882%2033.6279%209.84901%2029.8577C9.51312%2029.5657%209.47733%2029.0567%209.76928%2028.7209C10.0595%2028.4969%2010.3264%2028.2707%2010.9062%2028.6411C15.8601%2032.9456%2018.4894%2033.8491%2019.8228%2033.8491C22.4183%2033.8491%2025.0433%2032.5916%2026.207%2030.7902C26.5745%2030.2226%2027.3008%2029.9915%2027.9327%2030.2405C28.2058%2030.3474%2028.4403%2030.5428%2028.6105%2030.8044C29.2379%2031.7671%2030.295%2032.5995%2031.5833%2033.1469C31.5919%2033.1503%2031.6004%2033.1537%2031.6088%2033.1573C32.2659%2033.4348%2032.9585%2033.6307%2033.6694%2033.7427C34.0347%2033.5715%2034.2889%2033.202%2034.2889%2032.7734V29.5436C34.2889%2028.8853%2034.6534%2028.2901%2035.2401%2027.9903C35.7068%2027.7578%2036.4372%2027.6933%2037.0589%2028.1305L41.0124%2030.9897C45.3599%2027.8108%2050.0898%2022.8537%2052.4655%2020.2481L39.087%2023.2116C36.6915%2023.7258%2034.1616%2024.0946%2031.7717%2024.278C28.9341%2024.4996%2026.0549%2024.4998%2023.2146%2024.2791C20.8109%2024.0945%2018.204%2023.714%2015.8705%2023.2072L2.49749%2020.2433C3.77507%2021.6661%205.82124%2023.8741%208.12991%2026.0945C8.45076%2026.4029%208.46064%2026.913%208.15215%2027.2339C7.84356%2027.5544%207.3336%2027.5645%207.01275%2027.2561C4.25011%2024.5992%201.85967%2021.9619%200.680297%2020.626C-0.0455279%2019.8333%20-0.248716%2018.4773%200.356657%2017.4116C3.50344%2011.9902%207.59202%207.99644%2012.5091%205.54099C12.7885%205.38196%2013.3335%205.45428%2013.5902%205.90192C13.7891%206.30013%2013.6275%206.78408%2013.2293%206.98297C8.76602%209.2117%205.01719%2012.8054%202.07801%2017.669C13.5945%2012.749%2026.4782%2011.3129%2038.8073%2013.4854C39.2456%2013.5627%2039.5384%2013.9805%2039.4612%2014.4189C39.3839%2014.8572%2038.9667%2015.1495%2038.5276%2015.0728C26.8156%2013.0105%2014.5442%2014.2681%203.53675%2018.8225L16.2163%2021.6326C18.4766%2022.1235%2021.006%2022.4926%2023.3391%2022.6719C26.0971%2022.8861%2028.892%2022.8858%2031.6477%2022.6708C33.9677%2022.4927%2036.4232%2022.1347%2038.7439%2021.6366L51.4481%2018.8221C48.5304%2017.5955%2045.2905%2016.5605%2042.1715%2015.8251C41.7384%2015.7223%2041.4707%2015.288%2041.5734%2014.855C41.6761%2014.4219%2042.1104%2014.1545%2042.5436%2014.2569C45.9778%2015.0427%2049.6846%2016.3127%2052.9151%2017.6721C48.0423%209.61549%2040.7898%204.96054%2032.4316%204.546C31.7454%204.51215%2031.0742%204.59081%2030.4367%204.77928C28.5127%205.34833%2026.4787%205.34833%2024.5546%204.77928C23.917%204.5907%2023.2462%204.51237%2022.5601%204.546C20.631%204.64185%2018.7292%204.96946%2016.9075%205.51993C16.4815%205.64887%2016.0317%205.40764%2015.903%204.9815C15.7742%204.55546%2016.0152%204.10578%2016.4413%203.97695C18.3884%203.38866%2020.4201%203.03848%2022.4806%202.93597C23.1873%202.89407%2024.181%202.9869%2025.0116%203.2335C26.6366%203.71412%2028.3546%203.71412%2029.9795%203.2335C30.7913%202.99367%2031.6432%202.8945%2032.511%202.93597C41.6182%203.3878%2049.4731%208.52509%2054.6289%2017.4011C55.178%2018.3164%2055.1153%2019.722%2054.2903%2020.6329C52.2417%2022.9168%2047.1597%2028.386%2042.3821%2031.9794L44.6785%2033.6401C44.8629%2033.7741%2045.0811%2033.8446%2045.3092%2033.8446Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M47.8689%2038.9108C47.4237%2038.9108%2047.063%2038.5501%2047.063%2038.1049C47.063%2037.6597%2047.4237%2037.299%2047.8689%2037.299H49.3379C49.7831%2037.299%2050.1438%2037.6597%2050.1438%2038.1049V47.7754C50.1438%2048.2206%2049.7831%2048.5813%2049.3379%2048.5813H47.8752C47.43%2048.5813%2047.0693%2048.2206%2047.0693%2047.7754C47.0693%2047.3302%2047.43%2046.9695%2047.8752%2046.9695H48.5319V38.9108H47.8689Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M34.4383%2046.9695C34.8835%2046.9695%2035.2442%2047.3302%2035.2442%2047.7754C35.2442%2048.2206%2034.8835%2048.5813%2034.4383%2048.5813H32.9758C32.5306%2048.5813%2032.1699%2048.2206%2032.1699%2047.7754V38.1049C32.1699%2037.6597%2032.5306%2037.299%2032.9758%2037.299H34.4449C34.89%2037.299%2035.2507%2037.6597%2035.2507%2038.1049C35.2507%2038.5501%2034.89%2038.9108%2034.4449%2038.9108H33.7817V46.9695H34.4383Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M41.694%2039.0908C42.1392%2039.0908%2042.4999%2039.4515%2042.4999%2039.8966V45.9837C42.4999%2046.4288%2042.1392%2046.7896%2041.694%2046.7896C41.2488%2046.7896%2040.8881%2046.4288%2040.8881%2045.9837V45.8805C40.3449%2046.2291%2039.6998%2046.4323%2039.0077%2046.4323C37.0821%2046.4323%2035.5156%2044.8658%2035.5156%2042.9402C35.5156%2041.0145%2037.0821%2039.448%2039.0077%2039.448C39.6998%2039.448%2040.3449%2039.6512%2040.8881%2039.9998V39.8967C40.8881%2039.4516%2041.2488%2039.0908%2041.694%2039.0908ZM39.0077%2041.0598C37.971%2041.0598%2037.1274%2041.9034%2037.1274%2042.9402C37.1274%2043.9769%2037.971%2044.8205%2039.0077%2044.8205C40.0445%2044.8205%2040.8881%2043.9769%2040.8881%2042.9402C40.8881%2041.9034%2040.0445%2041.0598%2039.0077%2041.0598Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M44.1497%2044.9194C44.2378%2044.8886%2044.3276%2044.8739%2044.416%2044.8739C44.749%2044.8739%2045.0604%2045.0819%2045.1766%2045.4138L45.9288%2047.5628C46.0758%2047.9828%2045.8545%2048.4426%2045.4343%2048.5897C45.0144%2048.7368%2044.5545%2048.5154%2044.4074%2048.0952L43.6553%2045.9462C43.5084%2045.5263%2043.7296%2045.0665%2044.1497%2044.9194Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_1040_1890%22%3E%3Crect%20width%3D%2255%22%20height%3D%2255%22%20fill%3D%22white%22%20transform%3D%22matrix(1%200%200%20-1%200%2055)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.modal-use-main-list-item.reading::before {
  background-color: #F67C4D;
  background-size: 51px 51px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2251%22%20height%3D%2252%22%20viewBox%3D%220%200%2051%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_1040_1898)%22%3E%3Cpath%20d%3D%22M33.751%2018.5625C34.1636%2018.5625%2034.498%2018.228%2034.498%2017.8154C34.498%2017.4028%2034.1636%2017.0683%2033.751%2017.0683C33.3384%2017.0683%2033.0039%2017.4028%2033.0039%2017.8154C33.0039%2018.228%2033.3384%2018.5625%2033.751%2018.5625Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M36.7393%2018.5625C37.1519%2018.5625%2037.4863%2018.228%2037.4863%2017.8154C37.4863%2017.4028%2037.1519%2017.0683%2036.7393%2017.0683C36.3267%2017.0683%2035.9922%2017.4028%2035.9922%2017.8154C35.9922%2018.228%2036.3267%2018.5625%2036.7393%2018.5625Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M30.7627%2018.5625C31.1753%2018.5625%2031.5098%2018.228%2031.5098%2017.8154C31.5098%2017.4028%2031.1753%2017.0683%2030.7627%2017.0683C30.3501%2017.0683%2030.0156%2017.4028%2030.0156%2017.8154C30.0156%2018.228%2030.3501%2018.5625%2030.7627%2018.5625Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M50.5334%2032.9786C48.7955%2032.2751%2047.3972%2030.916%2046.6398%2029.2115C49.4552%2026.0493%2051.0002%2021.9979%2051.0002%2017.7491C51.0002%208.23796%2043.2622%200.5%2033.7511%200.5C25.4158%200.5%2018.2803%206.4425%2016.7843%2014.6299C16.7101%2015.0358%2016.979%2015.4249%2017.3849%2015.4991C17.7901%2015.573%2018.1798%2015.3042%2018.2541%2014.8984C19.6203%207.42116%2026.1377%201.99414%2033.7511%201.99414C42.4385%201.99414%2049.506%209.06182%2049.506%2017.7491C49.506%2021.7771%2047.986%2025.6106%2045.2258%2028.5435C45.0313%2028.7503%2044.9706%2029.0495%2045.0695%2029.3156C45.6923%2030.9923%2046.8164%2032.4273%2048.2623%2033.4357C47.9338%2033.4812%2047.6009%2033.5039%2047.2648%2033.5039C45.4396%2033.5039%2043.6971%2032.8209%2042.3585%2031.5805C42.1201%2031.3597%2041.7664%2031.3181%2041.4835%2031.4779C39.9632%2032.3361%2038.3208%2032.9303%2036.6017%2033.2441C36.1958%2033.3182%2035.9269%2033.7073%2036.001%2034.1132C36.075%2034.5192%2036.4646%2034.7876%2036.8701%2034.7139C38.5788%2034.4021%2040.2187%2033.8371%2041.752%2033.0327C43.306%2034.3037%2045.2434%2034.9979%2047.2649%2034.9979C48.394%2034.9979%2049.4938%2034.7845%2050.5335%2034.3634C50.8156%2034.2493%2051.0003%2033.9753%2051.0003%2033.6709C51.0002%2033.3668%2050.8155%2033.0929%2050.5334%2032.9786Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M18.8719%2033.7904C19.0876%2033.4583%2019.2129%2033.0625%2019.2129%2032.638C19.2129%2031.4678%2018.2608%2030.5157%2017.0906%2030.5157H15.3545C14.9418%2030.5157%2014.6074%2030.8502%2014.6074%2031.2628V37.2393C14.6074%2037.438%2014.6866%2037.6286%2014.8274%2037.7687C14.9674%2037.9082%2015.157%2037.9864%2015.3545%2037.9864C15.3578%2037.9864%2016.9538%2037.9793%2017.3937%2037.9793C18.6927%2037.9793%2019.7495%2036.9226%2019.7495%2035.6236C19.7496%2034.8839%2019.4068%2034.2226%2018.8719%2033.7904ZM16.1017%2032.0098H17.0907C17.437%2032.0098%2017.7188%2032.2916%2017.7188%2032.638C17.7188%2032.9843%2017.437%2033.2661%2017.0907%2033.2661C17.0741%2033.2661%2017.0576%2033.2666%2017.0414%2033.2677H16.1017V32.0098ZM17.3937%2036.4851C17.1558%2036.4851%2016.5811%2036.4872%2016.1016%2036.4891V34.7618H17.3937C17.8688%2034.7618%2018.2553%2035.1483%2018.2553%2035.6235C18.2554%2036.0986%2017.8688%2036.4851%2017.3937%2036.4851Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M10.8832%2031.0811C10.8811%2031.0755%2010.8789%2031.0699%2010.8766%2031.0643C10.7406%2030.7315%2010.4193%2030.5162%2010.0597%2030.5157C9.7001%2030.5161%209.37876%2030.7315%209.24279%2031.0643C9.2405%2031.0699%209.23831%2031.0755%209.23622%2031.0811L6.99202%2036.9735C6.8451%2037.359%207.03874%2037.7907%207.42422%2037.9375C7.80971%2038.0841%208.24142%2037.891%208.38834%2037.5053L8.76457%2036.5189H11.355L11.7312%2037.5053C11.8782%2037.891%2012.3099%2038.0842%2012.6954%2037.9375C13.0808%2037.7907%2013.2744%2037.3589%2013.1276%2036.9735L10.8832%2031.0811ZM9.33433%2035.0247L10.0596%2033.1236L10.7848%2035.0247H9.33433Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M27.2883%2035.8235C26.9722%2035.5582%2026.501%2035.5995%2026.2359%2035.9155C26.1838%2035.9776%2026.1275%2036.0357%2026.0686%2036.088C25.7676%2036.3562%2025.3829%2036.4922%2024.9254%2036.4922C23.6896%2036.4922%2022.6842%2035.4868%2022.6842%2034.251C22.6842%2033.0151%2023.6896%2032.0097%2024.9254%2032.0097C25.3746%2032.0097%2025.8077%2032.1419%2026.178%2032.392C26.5199%2032.623%2026.9843%2032.5331%2027.2152%2032.1912C27.4461%2031.8494%2027.3563%2031.3849%2027.0143%2031.1539C26.3962%2030.7363%2025.6738%2030.5155%2024.9253%2030.5155C22.8656%2030.5155%2021.1899%2032.1911%2021.1899%2034.2509C21.1899%2036.3106%2022.8656%2037.9862%2024.9253%2037.9862C25.7486%2037.9862%2026.4876%2037.7156%2027.0623%2037.2036C27.175%2037.1033%2027.2819%2036.9929%2027.3802%2036.8758C27.6456%2036.5599%2027.6044%2036.0886%2027.2883%2035.8235Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M17.2491%2017.002C7.73796%2017.002%200%2024.7398%200%2034.2509C0%2038.4999%201.54494%2042.5513%204.3604%2045.7135C3.60297%2047.418%202.20446%2048.7771%200.46667%2049.4806C0.184676%2049.5949%200%2049.8687%200%2050.1731C0%2050.4774%200.184676%2050.7513%200.46677%2050.8656C1.50649%2051.2865%202.60628%2051.5%203.73535%2051.5C5.75692%2051.5%207.69423%2050.8058%209.24833%2049.5347C11.7048%2050.8219%2014.4595%2051.5%2017.2491%2051.5C26.7602%2051.5%2034.498%2043.762%2034.498%2034.2509C34.498%2024.7398%2026.7602%2017.002%2017.2491%2017.002ZM17.2491%2050.0059C14.5385%2050.0059%2011.8646%2049.3053%209.51668%2047.98C9.40193%2047.9152%209.27533%2047.8835%209.14962%2047.8835C8.96564%2047.8835%208.78326%2047.9514%208.64171%2048.0826C7.30296%2049.3228%205.56049%2050.0059%203.73535%2050.0059C3.39927%2050.0059%203.06638%2049.983%202.73786%2049.9377C4.18379%2048.9292%205.30789%2047.4942%205.93064%2045.8176C6.02956%2045.5514%205.96899%2045.2522%205.77446%2045.0455C3.01428%2042.1125%201.49414%2038.2789%201.49414%2034.2509C1.49414%2025.5637%208.56173%2018.496%2017.2491%2018.496C25.9363%2018.496%2033.0039%2025.5636%2033.0039%2034.2509C33.0039%2042.9383%2025.9363%2050.0059%2017.2491%2050.0059Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_1040_1898%22%3E%3Crect%20width%3D%2251%22%20height%3D%2251%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.5)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.modal-use-main-list-item-text {
  padding: 32px 16px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #111;
}
@media only screen and (max-width: 768px) {
  .modal-use-main-list-item-text {
    padding: 16px;
    text-align: left;
  }
}

.modal-use-main-list-item-text-blue {
  font-weight: 700;
  color: #2930E3;
}

.modal-use-main-list-item-text-orange {
  font-weight: 700;
  color: #F67C4D;
}

.modal-use-main-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  border-radius: 6px;
  gap: 20px;
  padding: 20px 10px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1490196078);
}
@media only screen and (max-width: 768px) {
  .modal-use-main-product {
    gap: 10px;
    padding: 10px;
  }
}

.modal-use-main-product-name {
  font-size: 26px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  word-break: normal;
}
@media only screen and (max-width: 768px) {
  .modal-use-main-product-name {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.2px;
  }
}

.modal-use-main-product-utility {
  width: 100%;
  border-top: 1px solid #555;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.2px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .modal-use-main-product-utility {
    padding-top: 5px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 3%;
  }
}

.modal-use-description {
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3%;
  color: #555555;
}

.modal-use-sub-content {
  margin-top: 32px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .modal-use-sub-content {
    margin-top: 24px;
  }
}

.modal-use-sub-heading {
  width: 100%;
  background-color: #D8DAFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  color: #444464;
}
@media only screen and (max-width: 768px) {
  .modal-use-sub-heading {
    font-size: 16px;
    line-height: 24px;
  }
}

.modal-use-sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .modal-use-sub-list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }
}

.modal-use-sub-list-item-extended {
  grid-column: span 2;
}
@media only screen and (max-width: 768px) {
  .modal-use-sub-list-item-extended {
    grid-column: span 1;
  }
}

.modal-use-sub-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  border-radius: 6px;
  gap: 16px;
  padding: 20px 10px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1490196078);
}
@media only screen and (max-width: 768px) {
  .modal-use-sub-product {
    gap: 10px;
    padding: 10px;
  }
}

.modal-use-sub-product-name {
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  word-break: normal;
}
@media only screen and (max-width: 768px) {
  .modal-use-sub-product-name {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.2px;
  }
}

.modal-use-sub-product-utility {
  width: 100%;
  border-top: 1px solid #555;
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .modal-use-sub-product-utility {
    padding-top: 5px;
  }
}

.modal-use-icon-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-auto-flow: column;
  gap: 10px 20px;
}
@media only screen and (max-width: 768px) {
  .modal-use-icon-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 8px;
  }
}

.modal-use-icon-list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-right: 16px;
  background-color: #FFF;
  border-radius: 6px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #111;
  overflow: hidden;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1490196078);
  transition: all 0.1s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .modal-use-icon-list-item {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    justify-content: center;
    gap: 0;
    height: 128px;
    padding-right: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
  }
}
.modal-use-icon-list-item::before {
  content: "";
  width: 64px;
  height: auto;
  aspect-ratio: 1;
  background-color: #8B8B8B;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .modal-use-icon-list-item::before {
    width: 100%;
    height: 64px;
    aspect-ratio: auto;
  }
}
@media (any-hover: hover) {
  .modal-use-icon-list-item {
    cursor: pointer;
  }
  .modal-use-icon-list-item:hover {
    background-color: #F7F7F7;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3019607843);
  }
}

.modal-use-icon-list-item.reading::before {
  background-color: #4391BE;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.64762%208.80891C8.17491%208.80891%208.60237%208.38146%208.60237%207.85416C8.60237%207.32687%208.17491%206.89941%207.64762%206.89941C7.12033%206.89941%206.69287%207.32687%206.69287%207.85416C6.69287%208.38146%207.12033%208.80891%207.64762%208.80891Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.0109%208.80891C11.5382%208.80891%2011.9657%208.38146%2011.9657%207.85416C11.9657%207.32687%2011.5382%206.89941%2011.0109%206.89941C10.4836%206.89941%2010.0562%207.32687%2010.0562%207.85416C10.0562%208.38146%2010.4836%208.80891%2011.0109%208.80891Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M14.3737%208.80891C14.901%208.80891%2015.3284%208.38146%2015.3284%207.85416C15.3284%207.32687%2014.901%206.89941%2014.3737%206.89941C13.8464%206.89941%2013.4189%207.32687%2013.4189%207.85416C13.4189%208.38146%2013.8464%208.80891%2014.3737%208.80891Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M23.8344%2023.9768L26.9492%2034.2155C27.2508%2035.207%2028.6473%2035.2284%2028.9786%2034.2451L30.4369%2029.9179C30.5437%2029.602%2030.7907%2029.355%2031.1066%2029.2481L35.4339%2027.7899C36.4159%2027.4586%2036.3957%2026.0621%2035.4042%2025.7605L25.1656%2022.6456C24.3497%2022.3986%2023.5874%2023.161%2023.8344%2023.9768Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M22.1316%2024.4945C21.8656%2023.6229%2022.0248%2022.7026%2022.5663%2021.9723C23.103%2021.2491%2023.9556%2020.8169%2024.8498%2020.8169C25.1313%2020.8169%2025.4115%2020.8584%2025.6846%2020.9415L34.8901%2023.7405V7.4468C34.8901%205.01242%2032.907%203.0293%2030.4726%203.0293H6.25832C3.82395%203.0293%201.84082%205.01242%201.84082%207.4468V27.2187C1.84082%2029.6649%203.82395%2031.648%206.2702%2031.648H24.3059L22.1316%2024.4945ZM3.97832%2010.558V7.44798C3.97832%206.19042%205.00076%205.16798%206.25832%205.16798H30.4714C31.729%205.16798%2032.7514%206.19042%2032.7514%207.44798V10.558H3.97832Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 38px 38px;
}

.modal-use-icon-list-item.learning::before {
  background-color: #9D8F25;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18%2011.9531C21.3008%2011.9531%2023.9766%209.27733%2023.9766%205.97656C23.9766%202.6758%2021.3008%200%2018%200C14.6992%200%2012.0234%202.6758%2012.0234%205.97656C12.0234%209.27733%2014.6992%2011.9531%2018%2011.9531Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M22.3916%2012.7627C21.1261%2013.5844%2019.6179%2014.0624%2017.9999%2014.0624C16.3819%2014.0624%2014.8737%2013.5844%2013.6083%2012.7627C12.2094%2013.2973%2010.9124%2014.086%209.78467%2015.0982L17.9999%2018.1789L26.2152%2015.0982C25.0874%2014.086%2023.7904%2013.2972%2022.3916%2012.7627Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M30.6562%2021.7969H29.9531C29.3707%2021.7969%2028.8984%2022.2691%2028.8984%2022.8516V25.6641C28.8984%2026.2465%2029.3707%2026.7188%2029.9531%2026.7188H30.6562C32.0154%2026.7188%2033.1172%2025.617%2033.1172%2024.2578C33.1172%2022.8987%2032.0154%2021.7969%2030.6562%2021.7969Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M6.14925%2016.4726C5.86491%2016.6697%205.69531%2016.9935%205.69531%2017.3394V19.6875H6.04688C7.79154%2019.6875%209.21094%2021.1069%209.21094%2022.8516V25.6641C9.21094%2027.4088%207.79154%2028.8282%206.04688%2028.8282H5.69531V31.0504C5.69531%2031.4901%205.96805%2031.8836%206.37966%2032.0379L16.9453%2036V20.0363L7.12034%2016.3519C6.79641%2016.2303%206.43352%2016.2754%206.14925%2016.4726Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M26.7891%2025.6641V22.8516C26.7891%2021.1069%2028.2085%2019.6875%2029.9531%2019.6875H30.3047V17.3394C30.3047%2016.9935%2030.1351%2016.6697%2029.8507%2016.4726C29.5664%2016.2754%2029.2035%2016.2303%2028.8797%2016.3519L19.0547%2020.0363V36L29.6203%2032.0379C30.0319%2031.8836%2030.3047%2031.4901%2030.3047%2031.0504V28.8282H29.9531C28.2085%2028.8282%2026.7891%2027.4088%2026.7891%2025.6641Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M7.10156%2025.6641V22.8516C7.10156%2022.2691%206.62934%2021.7969%206.04688%2021.7969H5.34375C3.98461%2021.7969%202.88281%2022.8987%202.88281%2024.2578C2.88281%2025.617%203.98461%2026.7188%205.34375%2026.7188H6.04688C6.62934%2026.7188%207.10156%2026.2465%207.10156%2025.6641Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 36px 36px;
}

.modal-use-icon-list-item.game::before {
  background-color: #5B9C5C;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.9375%2021.2501C15.9375%2020.4043%2015.6018%2019.5936%2015.0036%2018.9965C14.4064%2018.3983%2013.5957%2018.0626%2012.75%2018.0626C10.6399%2018.0626%207.42263%2018.0626%205.3125%2018.0626C4.46675%2018.0626%203.65606%2018.3983%203.05894%2018.9965C2.46075%2019.5936%202.125%2020.4043%202.125%2021.2501V28.6876C2.125%2029.5333%202.46075%2030.344%203.05894%2030.9411C3.65606%2031.5393%204.46675%2031.8751%205.3125%2031.8751H12.75C13.5957%2031.8751%2014.4064%2031.5393%2015.0036%2030.9411C15.6018%2030.344%2015.9375%2029.5333%2015.9375%2028.6876V21.2501ZM31.875%2021.2501C31.875%2020.4043%2031.5393%2019.5936%2030.9411%2018.9965C30.3439%2018.3983%2029.5333%2018.0626%2028.6875%2018.0626C26.5774%2018.0626%2023.3601%2018.0626%2021.25%2018.0626C20.4042%2018.0626%2019.5936%2018.3983%2018.9964%2018.9965C18.3982%2019.5936%2018.0625%2020.4043%2018.0625%2021.2501V28.6876C18.0625%2029.5333%2018.3982%2030.344%2018.9964%2030.9411C19.5936%2031.5393%2020.4042%2031.8751%2021.25%2031.8751H28.6875C29.5333%2031.8751%2030.3439%2031.5393%2030.9411%2030.9411C31.5393%2030.344%2031.875%2029.5333%2031.875%2028.6876V21.2501ZM27.2223%2015.7176L31.6551%2011.2849C32.8993%2010.0407%2032.8993%208.02194%2031.6551%206.77775L27.2223%202.34501C25.9781%201.10082%2023.9594%201.10082%2022.7152%202.34501L18.2824%206.77775C17.0383%208.02194%2017.0383%2010.0407%2018.2824%2011.2849L22.7152%2015.7176C23.9594%2016.9618%2025.9781%2016.9618%2027.2223%2015.7176ZM15.9375%205.31257C15.9375%204.46682%2015.6018%203.65613%2015.0036%203.059C14.4064%202.46082%2013.5957%202.12507%2012.75%202.12507C10.6399%202.12507%207.42263%202.12507%205.3125%202.12507C4.46675%202.12507%203.65606%202.46082%203.05894%203.059C2.46075%203.65613%202.125%204.46682%202.125%205.31257V12.7501C2.125%2013.5958%202.46075%2014.4065%203.05894%2015.0036C3.65606%2015.6018%204.46675%2015.9376%205.3125%2015.9376H12.75C13.5957%2015.9376%2014.4064%2015.6018%2015.0036%2015.0036C15.6018%2014.4065%2015.9375%2013.5958%2015.9375%2012.7501V5.31257Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 34px 34px;
}

.modal-use-icon-list-item.system::before {
  background-color: #A0328E;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M25.3125%208.125C25.3125%207.21375%2024.95%206.33875%2024.3062%205.69375C23.6612%205.05%2022.7862%204.6875%2021.875%204.6875C18.2863%204.6875%2011.7137%204.6875%208.125%204.6875C7.21375%204.6875%206.33875%205.05%205.69375%205.69375C5.05%206.33875%204.6875%207.21375%204.6875%208.125V21.875C4.6875%2022.7862%205.05%2023.6612%205.69375%2024.3062C6.33875%2024.95%207.21375%2025.3125%208.125%2025.3125H21.875C22.7862%2025.3125%2023.6612%2024.95%2024.3062%2024.3062C24.95%2023.6612%2025.3125%2022.7862%2025.3125%2021.875V8.125ZM19.5%2021.5625C20.6388%2021.5625%2021.5625%2020.64%2021.5625%2019.5C21.5625%2019.5%2021.5625%2014.6375%2021.5625%2013.0175C21.5625%2012.4375%2021.3325%2011.8812%2020.9212%2011.4713C20.32%2010.87%2019.13%209.68%2018.5287%209.07875C18.1187%208.6675%2017.5625%208.4375%2016.9825%208.4375C15.3625%208.4375%2010.5%208.4375%2010.5%208.4375C9.36125%208.4375%208.4375%209.36125%208.4375%2010.5V19.5C8.4375%2020.64%209.36125%2021.5625%2010.5%2021.5625H19.5ZM19.5%2019.6875H10.5C10.3962%2019.6875%2010.3125%2019.6038%2010.3125%2019.5V10.5C10.3125%2010.3962%2010.3962%2010.3125%2010.5%2010.3125H16.9825C17.065%2010.3125%2017.145%2010.345%2017.2037%2010.4037L19.5963%2012.7963C19.655%2012.855%2019.6875%2012.935%2019.6875%2013.0175V19.5C19.6875%2019.6038%2019.6038%2019.6875%2019.5%2019.6875Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.375%205.625V2.5C9.375%201.9825%208.955%201.5625%208.4375%201.5625C7.92%201.5625%207.5%201.9825%207.5%202.5V5.625C7.5%206.1425%207.92%206.5625%208.4375%206.5625C8.955%206.5625%209.375%206.1425%209.375%205.625Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.625%2020.625H2.5C1.9825%2020.625%201.5625%2021.045%201.5625%2021.5625C1.5625%2022.08%201.9825%2022.5%202.5%2022.5H5.625C6.1425%2022.5%206.5625%2022.08%206.5625%2021.5625C6.5625%2021.045%206.1425%2020.625%205.625%2020.625Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.5%2024.375V27.5C7.5%2028.0175%207.92%2028.4375%208.4375%2028.4375C8.955%2028.4375%209.375%2028.0175%209.375%2027.5V24.375C9.375%2023.8575%208.955%2023.4375%208.4375%2023.4375C7.92%2023.4375%207.5%2023.8575%207.5%2024.375Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M24.375%2022.5H27.5C28.0175%2022.5%2028.4375%2022.08%2028.4375%2021.5625C28.4375%2021.045%2028.0175%2020.625%2027.5%2020.625H24.375C23.8575%2020.625%2023.4375%2021.045%2023.4375%2021.5625C23.4375%2022.08%2023.8575%2022.5%2024.375%2022.5Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.75%205.625V2.5C13.75%201.9825%2013.33%201.5625%2012.8125%201.5625C12.295%201.5625%2011.875%201.9825%2011.875%202.5V5.625C11.875%206.1425%2012.295%206.5625%2012.8125%206.5625C13.33%206.5625%2013.75%206.1425%2013.75%205.625Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.625%2016.25H2.5C1.9825%2016.25%201.5625%2016.67%201.5625%2017.1875C1.5625%2017.705%201.9825%2018.125%202.5%2018.125H5.625C6.1425%2018.125%206.5625%2017.705%206.5625%2017.1875C6.5625%2016.67%206.1425%2016.25%205.625%2016.25Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.875%2024.375V27.5C11.875%2028.0175%2012.295%2028.4375%2012.8125%2028.4375C13.33%2028.4375%2013.75%2028.0175%2013.75%2027.5V24.375C13.75%2023.8575%2013.33%2023.4375%2012.8125%2023.4375C12.295%2023.4375%2011.875%2023.8575%2011.875%2024.375Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M24.375%2018.125H27.5C28.0175%2018.125%2028.4375%2017.705%2028.4375%2017.1875C28.4375%2016.67%2028.0175%2016.25%2027.5%2016.25H24.375C23.8575%2016.25%2023.4375%2016.67%2023.4375%2017.1875C23.4375%2017.705%2023.8575%2018.125%2024.375%2018.125Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.125%205.625V2.5C18.125%201.9825%2017.705%201.5625%2017.1875%201.5625C16.67%201.5625%2016.25%201.9825%2016.25%202.5V5.625C16.25%206.1425%2016.67%206.5625%2017.1875%206.5625C17.705%206.5625%2018.125%206.1425%2018.125%205.625Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.625%2011.875H2.5C1.9825%2011.875%201.5625%2012.295%201.5625%2012.8125C1.5625%2013.33%201.9825%2013.75%202.5%2013.75H5.625C6.1425%2013.75%206.5625%2013.33%206.5625%2012.8125C6.5625%2012.295%206.1425%2011.875%205.625%2011.875Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.25%2024.375V27.5C16.25%2028.0175%2016.67%2028.4375%2017.1875%2028.4375C17.705%2028.4375%2018.125%2028.0175%2018.125%2027.5V24.375C18.125%2023.8575%2017.705%2023.4375%2017.1875%2023.4375C16.67%2023.4375%2016.25%2023.8575%2016.25%2024.375Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M24.375%2013.75H27.5C28.0175%2013.75%2028.4375%2013.33%2028.4375%2012.8125C28.4375%2012.295%2028.0175%2011.875%2027.5%2011.875H24.375C23.8575%2011.875%2023.4375%2012.295%2023.4375%2012.8125C23.4375%2013.33%2023.8575%2013.75%2024.375%2013.75Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M22.5%205.625V2.5C22.5%201.9825%2022.08%201.5625%2021.5625%201.5625C21.045%201.5625%2020.625%201.9825%2020.625%202.5V5.625C20.625%206.1425%2021.045%206.5625%2021.5625%206.5625C22.08%206.5625%2022.5%206.1425%2022.5%205.625Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.625%207.5H2.5C1.9825%207.5%201.5625%207.92%201.5625%208.4375C1.5625%208.955%201.9825%209.375%202.5%209.375H5.625C6.1425%209.375%206.5625%208.955%206.5625%208.4375C6.5625%207.92%206.1425%207.5%205.625%207.5Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20.625%2024.375V27.5C20.625%2028.0175%2021.045%2028.4375%2021.5625%2028.4375C22.08%2028.4375%2022.5%2028.0175%2022.5%2027.5V24.375C22.5%2023.8575%2022.08%2023.4375%2021.5625%2023.4375C21.045%2023.4375%2020.625%2023.8575%2020.625%2024.375Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M24.375%209.375H27.5C28.0175%209.375%2028.4375%208.955%2028.4375%208.4375C28.4375%207.92%2028.0175%207.5%2027.5%207.5H24.375C23.8575%207.5%2023.4375%207.92%2023.4375%208.4375C23.4375%208.955%2023.8575%209.375%2024.375%209.375Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 30px 30px;
}

.modal-use-icon-list-item.phone::before {
  background-color: #333799;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2233%22%20height%3D%2234%22%20viewBox%3D%220%200%2033%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.68551%2014.5837C1.13279%2013.0881%200.742629%2011.56%200.840169%209.93433C0.905195%208.92642%201.29535%208.08108%202.04316%207.36579C2.82347%206.61799%203.60379%205.80516%204.38411%205.05735C5.39201%204.04944%206.69254%204.04944%207.70045%205.05735C8.3182%205.6751%208.96846%206.32537%209.58622%206.94312C10.204%207.56087%2010.8217%208.14611%2011.407%208.76386C12.4799%209.83679%2012.4799%2011.1048%2011.407%2012.1777C10.6591%2012.9581%209.87883%2013.7059%209.09852%2014.4537C8.90344%2014.6487%208.87092%2014.8113%208.96846%2015.0714C9.48868%2016.3069%2010.204%2017.3799%2011.0493%2018.4203C12.7075%2020.4686%2014.6258%2022.2893%2016.8692%2023.7199C17.3569%2024.0125%2017.8771%2024.2401%2018.3973%2024.5002C18.6574%2024.6303%2018.82%2024.5978%2019.0476%2024.3702C19.7954%2023.5899%2020.5757%2022.8096%2021.356%2022.0292C22.3639%2021.0213%2023.6644%2021.0213%2024.6723%2022.0292C25.9078%2023.2647%2027.1758%2024.5002%2028.4113%2025.7683C29.4518%2026.8087%2029.4518%2028.1092%2028.4113%2029.1496C27.6961%2029.8649%2026.9483%2030.5477%2026.298%2031.2955C25.3226%2032.3684%2024.1196%2032.7261%2022.7215%2032.6611C20.7057%2032.5635%2018.82%2031.8807%2017.0317%2031.0029C13.0326%2029.0521%209.58622%2026.3535%206.72506%2022.9396C4.57919%2020.4361%202.82347%2017.6725%201.68551%2014.5837ZM32.1678%2015.2691C31.4256%207.94489%2025.6141%202.11341%2018.2991%201.34038C17.416%201.24706%2016.6416%201.92547%2016.6416%202.8135V2.84189C16.6416%203.60257%2017.2183%204.23467%2017.9748%204.31437C23.8702%204.93551%2028.589%209.62828%2029.2179%2015.5437C29.299%2016.3062%2029.9399%2016.885%2030.7067%2016.8766C31.5683%2016.8671%2032.2546%2016.1263%2032.1678%2015.2691ZM16.6416%208.42626V8.44702C16.6416%209.15594%2017.1382%209.78601%2017.8369%209.90569C19.2728%2010.1516%2020.6012%2010.8377%2021.6486%2011.8851C22.696%2012.9325%2023.3821%2014.2609%2023.628%2015.6968C23.7477%2016.3956%2024.3778%2016.8922%2025.0867%2016.8922H25.0997C26.0142%2016.8922%2026.7242%2016.0699%2026.5643%2015.1695C25.8219%2010.9892%2022.5179%207.68429%2018.3583%206.96076C17.4598%206.80448%2016.6416%207.51426%2016.6416%208.42626Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 33px 33px;
}

.modal-use-icon-list-item.book::before {
  background-color: #755B43;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.5069%204.24829C5.50593%204.24829%205.50484%204.24829%205.50387%204.24829C5.16338%204.24829%204.84314%204.38102%204.60132%204.62223C4.35683%204.86611%204.22217%205.19084%204.22217%205.53654V24.8536C4.22217%2025.5619%204.80072%2026.1396%205.51199%2026.1415C8.51055%2026.1486%2013.5343%2026.7736%2017%2030.4004V10.1846C17%209.94443%2016.9387%209.71885%2016.8229%209.53219C13.9784%204.95132%208.51224%204.25532%205.5069%204.24829Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M31.7777%2024.8537V5.53654C31.7777%205.19084%2031.6431%204.86611%2031.3986%204.62223C31.1568%204.38102%2030.8363%204.24829%2030.4962%204.24829C30.4951%204.24829%2030.494%204.24829%2030.493%204.24829C27.4878%204.25544%2022.0216%204.95144%2019.177%209.53231C19.0612%209.71898%2019%209.94455%2019%2010.1847V30.4004C22.4657%2026.7736%2027.4895%2026.1486%2030.488%2026.1415C31.1992%2026.1396%2031.7777%2025.5619%2031.7777%2024.8537Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M34.7119%208.70312H33.7778V24.8536C33.7778%2026.6622%2032.3042%2028.137%2030.4928%2028.1415C27.9494%2028.1476%2023.7557%2028.6449%2020.7856%2031.4559C25.9224%2030.1982%2031.3374%2031.0158%2034.4235%2031.7191C34.8088%2031.8068%2035.207%2031.7162%2035.5158%2031.4701C35.8234%2031.2247%2035.9999%2030.8577%2035.9999%2030.4639V9.99113C36%209.28095%2035.4221%208.70312%2034.7119%208.70312Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M2.22207%2024.8536V8.70312H1.288C0.577941%208.70312%200%209.28095%200%209.99113V30.4636C0%2030.8575%200.176485%2031.2243%200.484123%2031.4697C0.792609%2031.7157%201.19043%2031.8067%201.57637%2031.7187C4.66244%2031.0153%2010.0776%2030.1979%2015.2141%2031.4556C12.2442%2028.6446%208.05045%2028.1474%205.50705%2028.1414C3.69577%2028.137%202.22207%2026.6622%202.22207%2024.8536Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 36px 36px;
}

.modal-use-icon-list-item.document::before {
  background-color: #404B7F;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.45312%2036H28.5469C30.2916%2036%2031.7109%2034.5807%2031.7109%2032.8359V10.5469H24.3281C22.5834%2010.5469%2021.1641%209.12755%2021.1641%207.38281V0H7.45312C5.70839%200%204.28906%201.41933%204.28906%203.16406V32.8359C4.28906%2034.5807%205.70839%2036%207.45312%2036ZM11.6719%2014.8359H24.3281C24.9111%2014.8359%2025.3828%2015.3077%2025.3828%2015.8906C25.3828%2016.4736%2024.9111%2016.9453%2024.3281%2016.9453H11.6719C11.0889%2016.9453%2010.6172%2016.4736%2010.6172%2015.8906C10.6172%2015.3077%2011.0889%2014.8359%2011.6719%2014.8359ZM11.6719%2019.0547H24.3281C24.9111%2019.0547%2025.3828%2019.5264%2025.3828%2020.1094C25.3828%2020.6923%2024.9111%2021.1641%2024.3281%2021.1641H11.6719C11.0889%2021.1641%2010.6172%2020.6923%2010.6172%2020.1094C10.6172%2019.5264%2011.0889%2019.0547%2011.6719%2019.0547ZM11.6719%2023.2734H24.3281C24.9111%2023.2734%2025.3828%2023.7452%2025.3828%2024.3281C25.3828%2024.9111%2024.9111%2025.3828%2024.3281%2025.3828H11.6719C11.0889%2025.3828%2010.6172%2024.9111%2010.6172%2024.3281C10.6172%2023.7452%2011.0889%2023.2734%2011.6719%2023.2734ZM11.6719%2027.4922H20.1094C20.6923%2027.4922%2021.1641%2027.9639%2021.1641%2028.5469C21.1641%2029.1298%2020.6923%2029.6016%2020.1094%2029.6016H11.6719C11.0889%2029.6016%2010.6172%2029.1298%2010.6172%2028.5469C10.6172%2027.9639%2011.0889%2027.4922%2011.6719%2027.4922Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M24.3281%208.43744H31.093L23.2734%200.61792V7.38276C23.2734%207.96466%2023.7462%208.43744%2024.3281%208.43744Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 36px 36px;
}

.modal-use-icon-list-item.promotion::before {
  background-color: #B6954D;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2237%22%20height%3D%2238%22%20viewBox%3D%220%200%2037%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.9137%2028.0576L16.3503%2032.524C16.6622%2032.9294%2016.6075%2033.5034%2016.2287%2033.8471L15.0468%2034.9196C14.8357%2035.1111%2014.5817%2035.1963%2014.2979%2035.1707C14.0141%2035.145%2013.7803%2035.015%2013.6061%2034.7895L9.796%2029.8576L12.9137%2028.0576ZM31.7655%2016.595H35.2656C35.8254%2016.595%2036.2785%2016.1378%2036.2773%2015.5787C36.2761%2015.0188%2035.8196%2014.5664%2035.2605%2014.5664H31.7605C31.2006%2014.5664%2030.7476%2015.0237%2030.7488%2015.5827C30.7499%2016.1427%2031.2064%2016.595%2031.7655%2016.595ZM27.6111%207.37955L29.3611%204.34844C29.6407%203.86419%2029.4773%203.2427%2028.9929%202.96173C28.5093%202.6812%2027.8868%202.84488%2027.6069%203.32971L25.8569%206.36082C25.5773%206.84507%2025.7408%207.46656%2026.2251%207.74753C26.7087%208.02806%2027.3311%207.86438%2027.6111%207.37955ZM31.6605%2011.0103L34.534%209.35132C35.0218%209.0697%2035.1889%208.44612%2034.9073%207.95825C34.6257%207.47046%2034.0021%207.30338%2033.5142%207.585L30.6408%209.24407C30.153%209.52569%2029.9859%2010.1493%2030.2676%2010.6371C30.5492%2011.1249%2031.1728%2011.2919%2031.6605%2011.0103ZM27.1412%2015.5752L30.5305%2021.4456C31.1668%2022.5477%2030.7856%2023.9701%2029.6835%2024.6065C28.655%2025.2003%2027.3477%2024.908%2026.6605%2023.9707H26.6603C22.9087%2023.4%2018.0219%2024.013%2013.1625%2025.9073L8.49081%2017.8158C12.5625%2014.5581%2015.5461%2010.6532%2016.9278%207.11889L16.9278%207.11874C16.4425%206.05008%2016.8412%204.75652%2017.8777%204.15809C18.9799%203.52172%2020.4022%203.90292%2021.0386%205.00505L24.4278%2010.8755C24.5243%2010.8009%2024.6269%2010.7319%2024.7354%2010.6692C26.045%209.91311%2027.7197%2010.3618%2028.4758%2011.6715C29.2319%2012.9811%2028.7832%2014.6558%2027.4735%2015.4119C27.3651%2015.4746%2027.254%2015.5289%2027.1412%2015.5752ZM11.9878%2026.7633L7.09262%2018.2846L3.20104%2020.5315C0.836363%2021.8967%200.0187499%2024.9484%201.38392%2027.313L1.38399%2027.3131C2.74923%2029.6777%205.80087%2030.4954%208.16554%2029.1302L12.0571%2026.8834L11.9878%2026.7633Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 37px 37px;
}

.modal-use-icon-list-item.streaming::before {
  background-color: #EC74A4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_940_2428)%22%3E%3Cpath%20d%3D%22M25.6769%205.4248C24.8614%205.4248%2024.198%206.08974%2024.198%206.90712V25.1025C24.2726%2027.0696%2027.0874%2027.0625%2027.1615%2025.1025V6.90712C27.1615%206.0898%2026.4956%205.4248%2025.6769%205.4248Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M15.9999%205.4248C15.1813%205.4248%2014.5154%206.08974%2014.5154%206.90712V25.1025C14.5902%2027.0668%2017.4104%2027.0652%2017.4846%2025.1025V6.90712C17.4846%206.0898%2016.8186%205.4248%2015.9999%205.4248Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M20.8384%2010.8447C20.023%2010.8447%2019.3596%2011.5097%2019.3596%2012.327V19.6825C19.4342%2021.6497%2022.2489%2021.6424%2022.3231%2019.6825V12.327C22.3231%2011.5097%2021.6571%2010.8447%2020.8384%2010.8447Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M30.5155%2013.5547C29.7001%2013.5547%2029.0366%2014.2196%2029.0366%2015.037V16.9724C29.1112%2018.9395%2031.9259%2018.9323%2032.0001%2016.9724V15.037C32.0001%2014.2196%2031.3341%2013.5547%2030.5155%2013.5547Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M1.48462%2013.5547C0.666%2013.5547%200%2014.2196%200%2015.0369V16.9723C0.074875%2018.9337%202.88956%2018.938%202.96344%2016.9723V15.0369C2.96344%2014.2196%202.30006%2013.5547%201.48462%2013.5547Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M6.323%208.13477C5.50438%208.13477%204.83838%208.7997%204.83838%209.61708V22.3925C4.91325%2024.354%207.728%2024.3581%207.80194%2022.3925V9.61708C7.80194%208.7997%207.1385%208.13477%206.323%208.13477Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.1616%200.00463867C10.3429%200.00463867%209.677%200.669576%209.677%201.48695V30.5223C9.75181%2032.4838%2012.5665%2032.4879%2012.6404%2030.5223V1.48695C12.6404%200.669576%2011.977%200.00463867%2011.1616%200.00463867Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_940_2428%22%3E%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: 32px 32px;
}

.modal-use-icon-list-item.register::before {
  background-color: #8B9003;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2235%22%20height%3D%2236%22%20viewBox%3D%220%200%2035%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_940_2454)%22%3E%3Cpath%20d%3D%22M22.8457%207.21216V9.35862C22.8457%2011.0549%2021.4657%2012.4349%2019.7695%2012.4349H8.78613C7.08989%2012.4349%205.70989%2011.0549%205.70989%209.35862V7.21223C4.35962%207.59607%203.36743%208.83963%203.36743%2010.3113V32.2779C3.36743%2034.0546%204.81286%2035.5%206.58949%2035.5H21.9662C23.7428%2035.5%2025.1883%2034.0546%2025.1883%2032.2779V10.3112C25.1883%208.83956%2024.1961%207.59601%2022.8457%207.21216ZM9.88449%2030.0083C9.31846%2030.0083%208.85907%2029.5489%208.85907%2028.9829C8.85907%2028.4168%209.31846%2027.9575%209.88449%2027.9575C10.4505%2027.9575%2010.9099%2028.4168%2010.9099%2028.9829C10.9099%2029.5489%2010.4505%2030.0083%209.88449%2030.0083ZM9.88449%2025.6149C9.31846%2025.6149%208.85907%2025.1555%208.85907%2024.5895C8.85907%2024.0235%209.31846%2023.5641%209.88449%2023.5641C10.4505%2023.5641%2010.9099%2024.0235%2010.9099%2024.5895C10.9099%2025.1555%2010.4505%2025.6149%209.88449%2025.6149ZM14.2778%2030.0083C13.7118%2030.0083%2013.2524%2029.5489%2013.2524%2028.9829C13.2524%2028.4168%2013.7118%2027.9575%2014.2778%2027.9575C14.8439%2027.9575%2015.3033%2028.4168%2015.3033%2028.9829C15.3033%2029.5489%2014.8439%2030.0083%2014.2778%2030.0083ZM14.2778%2025.6149C13.7118%2025.6149%2013.2524%2025.1555%2013.2524%2024.5895C13.2524%2024.0235%2013.7118%2023.5641%2014.2778%2023.5641C14.8439%2023.5641%2015.3033%2024.0235%2015.3033%2024.5895C15.3033%2025.1555%2014.8439%2025.6149%2014.2778%2025.6149ZM18.6711%2030.0083C18.1051%2030.0083%2017.6457%2029.5489%2017.6457%2028.9829C17.6457%2028.4168%2018.1051%2027.9575%2018.6711%2027.9575C19.2372%2027.9575%2019.6965%2028.4168%2019.6965%2028.9829C19.6965%2029.5489%2019.2372%2030.0083%2018.6711%2030.0083ZM18.6711%2025.6149C18.1051%2025.6149%2017.6457%2025.1555%2017.6457%2024.5895C17.6457%2024.0235%2018.1051%2023.5641%2018.6711%2023.5641C19.2372%2023.5641%2019.6965%2024.0235%2019.6965%2024.5895C19.6965%2025.1555%2019.2372%2025.6149%2018.6711%2025.6149ZM20.7949%2020.1962C20.7949%2020.7625%2020.3358%2021.2216%2019.7695%2021.2216H8.78613C8.21983%2021.2216%207.76072%2020.7625%207.76072%2020.1962V15.8028C7.76072%2015.2365%208.21983%2014.7774%208.78613%2014.7774H19.7695C20.3358%2014.7774%2020.7949%2015.2365%2020.7949%2015.8028V20.1962Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M9.81152%2016.8284H18.744V19.171H9.81152V16.8284Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M27.2391%202.55005C25.4369%202.55005%2023.889%203.63569%2023.2114%205.1883C25.5198%205.74948%2027.2391%207.83285%2027.2391%2010.3114V19.7317L28.4103%2019.1461L30.1485%2020.0152C30.5423%2020.2119%2031.0274%2020.1389%2031.3477%2019.8077C31.5356%2019.6135%2031.6325%2019.3486%2031.6325%2019.0784V6.94334C31.6324%204.517%2029.6655%202.55005%2027.2391%202.55005Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M8.78616%2010.3842H19.7695C20.3358%2010.3842%2020.7949%209.92507%2020.7949%209.35876V6.9433C20.7949%203.57023%2023.4%200.794567%2026.7038%200.521602L13.6621%200.5C10.3619%200.776589%207.76074%203.5504%207.76074%206.92087V9.33634V9.35876C7.76074%209.92507%208.21985%2010.3842%208.78616%2010.3842Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_940_2454%22%3E%3Crect%20width%3D%2235%22%20height%3D%2235%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.5)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: 35px 35px;
}

.modal-use-icon-list-item.announce::before {
  background-color: #C27355;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M27.8932%2017.5742C27.8932%2016.9114%2027.3559%2016.374%2026.6931%2016.374C26.0303%2016.374%2025.4929%2016.9114%2025.4929%2017.5742C25.4922%2022.2647%2021.6892%2026.0666%2016.9987%2026.0659C12.3091%2026.0652%208.50767%2022.2637%208.50697%2017.5742C8.50697%2016.9114%207.96964%2016.374%207.30683%2016.374C6.64402%2016.374%206.10669%2016.9114%206.10669%2017.5742C6.11302%2023.1232%2010.2852%2027.7826%2015.7999%2028.3994V31.5998H11.4354C10.7725%2031.5998%2010.2352%2032.1371%2010.2352%2032.7999C10.2352%2033.4627%2010.7725%2034.0001%2011.4354%2034.0001H22.5646C23.2274%2034.0001%2023.7648%2033.4627%2023.7648%2032.7999C23.7648%2032.1371%2023.2274%2031.5998%2022.5646%2031.5998H18.2001V28.3994C23.7147%2027.7826%2027.8869%2023.1232%2027.8932%2017.5742Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M16.9999%200C13.3037%200%2010.3071%202.99644%2010.3071%206.69282V17.5301C10.3115%2021.2246%2013.3054%2024.2185%2016.9999%2024.2229C20.6944%2024.2185%2023.6883%2021.2246%2023.6928%2017.5301V6.69282C23.6928%202.99644%2020.6963%200%2016.9999%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 34px 34px;
}

.modal-use-icon-list-item.broadcast::before {
  background-color: #446447;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2235%22%20height%3D%2236%22%20viewBox%3D%220%200%2035%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M29.0138%2031.3882C29.2821%2031.3882%2029.5499%2031.2837%2029.751%2031.0756C33.1359%2027.5757%2035%2022.9319%2035%2017.9995C35%2013.0682%2033.1365%208.42511%2029.7529%204.92545C29.3594%204.51837%2028.7103%204.5073%2028.303%204.90105C27.8959%205.29466%2027.885%205.9438%2028.2786%206.35095C31.2905%209.46616%2032.9492%2013.603%2032.9492%2017.9995C32.9492%2022.397%2031.2899%2026.5345%2028.2769%2029.6499C27.8832%2030.057%2027.894%2030.7062%2028.3011%2031.0998C28.5002%2031.2924%2028.7572%2031.3882%2029.0138%2031.3882Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M25.5974%2027.8554C25.8656%2027.8554%2026.1335%2027.7509%2026.3346%2027.5429C28.8055%2024.9881%2030.1663%2021.5987%2030.1663%2017.9992C30.1663%2014.4007%2028.8062%2011.0122%2026.3366%208.4575C25.943%208.05029%2025.2938%208.03935%2024.8867%208.43296C24.4795%208.82658%2024.4686%209.47572%2024.8622%209.88287C26.9601%2012.0531%2028.1155%2014.9354%2028.1155%2017.9992C28.1155%2021.0639%2026.9596%2023.9468%2024.8605%2026.1173C24.4668%2026.5243%2024.4777%2027.1735%2024.8847%2027.5672C25.0837%2027.7596%2025.3408%2027.8554%2025.5974%2027.8554Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M22.1813%2024.323C22.4495%2024.323%2022.7173%2024.2184%2022.9184%2024.0104C24.4753%2022.4006%2025.3328%2020.2657%2025.3328%2017.999C25.3328%2015.7335%2024.4761%2013.5994%2022.9205%2011.9898C22.5271%2011.5827%2021.8779%2011.5714%2021.4706%2011.9652C21.0634%2012.3587%2021.0523%2013.0078%2021.4458%2013.4151C22.6299%2014.6402%2023.282%2016.2681%2023.282%2017.9991C23.282%2019.7309%2022.6294%2021.3594%2021.4443%2022.5849C21.0505%2022.9919%2021.0614%2023.6411%2021.4685%2024.0348C21.6676%2024.2272%2021.9246%2024.323%2022.1813%2024.323Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M5.98815%2031.3895C6.24491%2031.3895%206.50187%2031.2938%206.701%2031.1011C7.10802%2030.7074%207.11875%2030.0582%206.725%2029.6512C3.71083%2026.5355%202.05086%2022.3974%202.05086%2017.999C2.05086%2013.6015%203.71014%209.46402%206.72322%206.34861C7.1169%205.94153%207.1061%205.29239%206.69895%204.89871C6.2918%204.50489%205.64266%204.5159%205.24905%204.92291C1.86424%208.42277%207.62939e-05%2013.0666%207.62939e-05%2017.999C7.62939e-05%2022.9325%201.86492%2027.577%205.2511%2031.0771C5.45221%2031.285%205.72005%2031.3895%205.98815%2031.3895Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M9.40443%2027.8571C9.66119%2027.8571%209.91822%2027.7613%2010.1173%2027.5686C10.5243%2027.1748%2010.535%2026.5257%2010.1413%2026.1187C8.04107%2023.9482%206.8845%2021.0645%206.8845%2017.9989C6.8845%2014.9343%208.04046%2012.0512%2010.1395%209.88084C10.5332%209.47376%2010.5224%208.82462%2010.1153%208.43094C9.70815%208.03712%209.05901%208.04812%208.6654%208.45513C6.19455%2011.0101%204.83372%2014.3994%204.83372%2017.9989C4.83372%2021.5995%206.19523%2024.9897%208.66738%2027.5448C8.86849%2027.7526%209.13632%2027.8571%209.40443%2027.8571Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M12.8207%2024.3249C13.0775%2024.3249%2013.3346%2024.2291%2013.5337%2024.0363C13.9406%2023.6425%2013.9512%2022.9933%2013.5574%2022.5864C12.3713%2021.3608%2011.7181%2019.7317%2011.7181%2017.9991C11.7181%2016.2672%2012.3707%2014.6387%2013.5558%2013.4133C13.9496%2013.0062%2013.9387%2012.3571%2013.5316%2011.9634C13.1245%2011.5696%2012.4753%2011.5806%2012.0817%2011.9877C10.5248%2013.5975%209.66739%2015.7324%209.66739%2017.9991C9.66739%2020.2669%2010.5256%2022.4026%2012.0839%2024.0126C12.2849%2024.2204%2012.5526%2024.3249%2012.8207%2024.3249Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M17.5001%2021.0762C19.1816%2021.0762%2020.5496%2019.6962%2020.5496%2018C20.5496%2016.3038%2019.1816%2014.9238%2017.5001%2014.9238C15.8186%2014.9238%2014.4507%2016.3038%2014.4507%2018C14.4507%2019.6962%2015.8186%2021.0762%2017.5001%2021.0762Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 35px 35px;
}

.modal-use-icon-list-item.transport::before {
  background-color: #70BDB9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2229%22%20height%3D%2230%22%20viewBox%3D%220%200%2029%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_940_2538)%22%3E%3Cpath%20d%3D%22M14.5001%200.5C7.75374%200.5%202.28955%201.26318%202.28955%206.60524V21.8684C2.28955%2023.2192%202.88481%2024.4174%203.81584%2025.2568V27.9737C3.81584%2028.8132%204.50269%2029.5%205.34214%2029.5H6.8685C7.71561%2029.5%208.3948%2028.8132%208.3948%2027.9737V26.4474H20.6054V27.9737C20.6054%2028.8132%2021.2845%2029.5%2022.1317%2029.5H23.6579C24.4974%2029.5%2025.1842%2028.8132%2025.1842%2027.9737V25.2569C26.1153%2024.4174%2026.7105%2023.2193%2026.7105%2021.8685V6.60524C26.7106%201.26318%2021.2464%200.5%2014.5001%200.5ZM7.63168%2023.3948C6.36482%2023.3948%205.34221%2022.3721%205.34221%2021.1053C5.34221%2019.8384%206.36482%2018.8158%207.63168%2018.8158C8.89855%2018.8158%209.92116%2019.8384%209.92116%2021.1053C9.92116%2022.3721%208.89848%2023.3948%207.63168%2023.3948ZM21.3685%2023.3948C20.1017%2023.3948%2019.0791%2022.3721%2019.0791%2021.1053C19.0791%2019.8384%2020.1017%2018.8158%2021.3685%2018.8158C22.6354%2018.8158%2023.658%2019.8384%2023.658%2021.1053C23.658%2022.3721%2022.6353%2023.3948%2021.3685%2023.3948ZM23.658%2014.2369H5.34221V6.60524H23.658V14.2369Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_940_2538%22%3E%3Crect%20width%3D%2229%22%20height%3D%2229%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.5)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: 29px 29px;
}

.modal-use-icon-list-item.disaster::before {
  background-color: #761F1F;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_940_2559)%22%3E%3Cpath%20d%3D%22M31.3351%2023.9968L20.0311%203.21706C18.2149%200.159496%2013.7876%200.155434%2011.9689%203.21706L0.66543%2023.9968C-1.19119%2027.1211%201.05662%2031.0775%204.69555%2031.0775H27.3041C30.9399%2031.0775%2033.1917%2027.1243%2031.3351%2023.9968ZM16%2027.3275C14.9664%2027.3275%2014.125%2026.4861%2014.125%2025.4525C14.125%2024.4189%2014.9664%2023.5775%2016%2023.5775C17.0336%2023.5775%2017.875%2024.4189%2017.875%2025.4525C17.875%2026.4861%2017.0336%2027.3275%2016%2027.3275ZM17.875%2019.8275C17.875%2020.8611%2017.0336%2021.7025%2016%2021.7025C14.9664%2021.7025%2014.125%2020.8611%2014.125%2019.8275V10.4525C14.125%209.41887%2014.9664%208.5775%2016%208.5775C17.0336%208.5775%2017.875%209.41887%2017.875%2010.4525V19.8275Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_940_2559%22%3E%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: 32px 32px;
}

.modal-use-icon-list-item.education::before {
  background-color: #AAD46F;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2239%22%20height%3D%2238%22%20viewBox%3D%220%200%2039%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25.6479%2013.4583C25.9554%2013.4583%2026.2046%2013.209%2026.2046%2012.9016C26.2046%2012.5942%2025.9554%2012.345%2025.6479%2012.345C25.3405%2012.345%2025.0913%2012.5942%2025.0913%2012.9016C25.0913%2013.209%2025.3405%2013.4583%2025.6479%2013.4583Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M27.8745%2013.4583C28.1819%2013.4583%2028.4312%2013.209%2028.4312%2012.9016C28.4312%2012.5942%2028.1819%2012.345%2027.8745%2012.345C27.5671%2012.345%2027.3179%2012.5942%2027.3179%2012.9016C27.3179%2013.209%2027.5671%2013.4583%2027.8745%2013.4583Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M23.4214%2013.4583C23.7288%2013.4583%2023.978%2013.209%2023.978%2012.9016C23.978%2012.5942%2023.7288%2012.345%2023.4214%2012.345C23.114%2012.345%2022.8647%2012.5942%2022.8647%2012.9016C22.8647%2013.209%2023.114%2013.4583%2023.4214%2013.4583Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M38.1522%2024.1998C36.8573%2023.6756%2035.8154%2022.6629%2035.251%2021.3929C37.3488%2019.0367%2038.5%2016.018%2038.5%2012.8522C38.5%205.76554%2032.7344%200%2025.6477%200C19.4371%200%2014.1204%204.42774%2013.0057%2010.5282C12.9505%2010.8306%2013.1508%2011.1205%2013.4533%2011.1758C13.7552%2011.2309%2014.0455%2011.0306%2014.1009%2010.7282C15.1189%205.15694%2019.975%201.11328%2025.6477%201.11328C32.1206%201.11328%2037.3867%206.3794%2037.3867%2012.8522C37.3867%2015.8535%2036.2541%2018.7099%2034.1975%2020.8952C34.0525%2021.0493%2034.0073%2021.2722%2034.081%2021.4704C34.5451%2022.7198%2035.3826%2023.789%2036.46%2024.5404C36.2152%2024.5742%2035.9672%2024.5911%2035.7167%2024.5911C34.3568%2024.5911%2033.0585%2024.0822%2032.061%2023.158C31.8834%2022.9935%2031.6199%2022.9625%2031.4091%2023.0816C30.2763%2023.721%2029.0526%2024.1638%2027.7717%2024.3976C27.4693%2024.4528%2027.2689%2024.7427%2027.3241%2025.0451C27.3792%2025.3476%2027.6695%2025.5477%2027.9716%2025.4927C29.2448%2025.2604%2030.4667%2024.8394%2031.6092%2024.2401C32.767%2025.1871%2034.2106%2025.7043%2035.7168%2025.7043C36.5581%2025.7043%2037.3775%2025.5453%2038.1522%2025.2316C38.3624%2025.1465%2038.5%2024.9424%2038.5%2024.7156C38.4999%2024.489%2038.3623%2024.2849%2038.1522%2024.1998Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M14.5612%2024.8046C14.7219%2024.5572%2014.8153%2024.2622%2014.8153%2023.9459C14.8153%2023.074%2014.1059%2022.3646%2013.234%2022.3646H11.9404C11.6329%2022.3646%2011.3838%2022.6139%2011.3838%2022.9213V27.3744C11.3838%2027.5225%2011.4428%2027.6644%2011.5477%2027.7689C11.652%2027.8728%2011.7933%2027.931%2011.9404%2027.931C11.9429%2027.931%2013.1321%2027.9258%2013.4598%2027.9258C14.4277%2027.9258%2015.2151%2027.1384%2015.2151%2026.1705C15.2152%2025.6193%2014.9598%2025.1267%2014.5612%2024.8046ZM12.4971%2023.4779H13.2341C13.4921%2023.4779%2013.7021%2023.6879%2013.7021%2023.9459C13.7021%2024.204%2013.4921%2024.414%2013.2341%2024.414C13.2217%2024.414%2013.2094%2024.4143%2013.1973%2024.4151H12.4971V23.4779ZM13.4598%2026.8124C13.2826%2026.8124%2012.8544%2026.814%2012.4971%2026.8154V25.5284H13.4598C13.8139%2025.5284%2014.1018%2025.8164%2014.1018%2026.1704C14.1019%2026.5244%2013.8139%2026.8124%2013.4598%2026.8124Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M8.60875%2022.7859C8.60719%2022.7817%208.60556%2022.7776%208.60385%2022.7734C8.50255%2022.5255%208.26312%2022.365%207.99519%2022.3646C7.72726%2022.3649%207.48783%2022.5255%207.38652%2022.7734C7.38481%2022.7776%207.38318%2022.7817%207.38162%2022.7859L5.70947%2027.1763C5.6%2027.4636%205.74428%2027.7852%206.03151%2027.8946C6.31873%2028.0038%206.6404%2027.8599%206.74987%2027.5726L7.03019%2026.8376H8.96033L9.24065%2027.5726C9.35012%2027.8599%209.67179%2028.0039%209.95901%2027.8946C10.2462%2027.7852%2010.3904%2027.4635%2010.2811%2027.1763L8.60875%2022.7859ZM7.45473%2025.7243L7.99511%2024.3077L8.5355%2025.7243H7.45473Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M20.8325%2026.3195C20.5969%2026.1218%2020.2458%2026.1526%2020.0483%2026.388C20.0095%2026.4343%2019.9675%2026.4776%2019.9237%2026.5166C19.6994%2026.7164%2019.4127%2026.8177%2019.0719%2026.8177C18.1511%2026.8177%2017.4019%2026.0686%2017.4019%2025.1478C17.4019%2024.2269%2018.1511%2023.4779%2019.0719%2023.4779C19.4066%2023.4779%2019.7293%2023.5763%2020.0052%2023.7627C20.2599%2023.9348%2020.606%2023.8678%2020.778%2023.6131C20.95%2023.3584%2020.8831%2023.0123%2020.6283%2022.8402C20.1678%2022.529%2019.6295%2022.3645%2019.0718%2022.3645C17.5371%2022.3645%2016.2886%2023.613%2016.2886%2025.1477C16.2886%2026.6824%2017.5371%2027.9309%2019.0718%2027.9309C19.6852%2027.9309%2020.2358%2027.7293%2020.6641%2027.3478C20.748%2027.273%2020.8276%2027.1908%2020.9009%2027.1035C21.0987%2026.8682%2021.068%2026.517%2020.8325%2026.3195Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M13.3522%2012.2957C6.26554%2012.2957%200.5%2018.0611%200.5%2025.1478C0.5%2028.3137%201.65113%2031.3324%203.74893%2033.6885C3.18457%2034.9586%202.14254%2035.9712%200.847715%2036.4954C0.637602%2036.5805%200.5%2036.7846%200.5%2037.0114C0.5%2037.2381%200.637602%2037.4422%200.847789%2037.5274C1.62248%2037.841%202.44193%2038.0001%203.2832%2038.0001C4.78947%2038.0001%206.23295%2037.4828%207.39091%2036.5357C9.22122%2037.4948%2011.2737%2038.0001%2013.3522%2038.0001C20.4389%2038.0001%2026.2044%2032.2345%2026.2044%2025.1478C26.2044%2018.0611%2020.4389%2012.2957%2013.3522%2012.2957ZM13.3522%2036.8868C11.3326%2036.8868%209.34027%2036.3648%207.59086%2035.3773C7.50536%2035.329%207.41103%2035.3054%207.31736%2035.3054C7.18028%2035.3054%207.04439%2035.356%206.93892%2035.4538C5.94142%2036.3779%204.64311%2036.8868%203.2832%2036.8868C3.03279%2036.8868%202.78475%2036.8698%202.53998%2036.836C3.61734%2036.0845%204.45489%2035.0154%204.91891%2033.7661C4.99261%2033.5678%204.94748%2033.3448%204.80254%2033.1908C2.74593%2031.0055%201.61328%2028.1491%201.61328%2025.1478C1.61328%2018.675%206.87932%2013.4089%2013.3522%2013.4089C19.8251%2013.4089%2025.0911%2018.6749%2025.0911%2025.1478C25.0911%2031.6207%2019.8251%2036.8868%2013.3522%2036.8868Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 38px 38px;
}

.form-check-icon-card + .mwform-checkbox-field-text {
  display: flex;
  align-items: center;
  padding: 16px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #111;
}
@media only screen and (max-width: 768px) {
  .form-check-icon-card + .mwform-checkbox-field-text {
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    padding: 12px 4px;
  }
}

.modal-use-start-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: solid 3px #444464;
  border-radius: 30px;
  height: 60px;
  background-color: #444464;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1px;
  color: #FFF;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .modal-use-start-button {
    flex-direction: column;
    gap: 5px;
    height: auto;
    padding: 10px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.modal-use-start-button::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: center/contain no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20%200C8.94602%200%200%208.945%200%2020C0%2031.0538%208.945%2040%2020%2040C31.054%2040%2040%2031.055%2040%2020C40%208.94602%2031.055%200%2020%200ZM19.4082%2029.3609C18.2762%2029.3609%2017.4074%2028.4131%2017.4074%2027.3337C17.4074%2026.228%2018.3025%2025.3066%2019.4082%2025.3066C20.514%2025.3066%2021.4352%2026.228%2021.4352%2027.3338C21.4352%2028.413%2020.5402%2029.3609%2019.4082%2029.3609ZM22.4093%2019.12C20.9614%2020.252%2020.935%2021.0418%2020.935%2022.4107C20.935%2022.911%2020.6717%2023.4902%2019.3818%2023.4902C18.3023%2023.4902%2017.9339%2023.0952%2017.9339%2021.7263C17.9339%2019.4623%2018.9343%2018.3829%2019.6977%2017.7248C20.5665%2016.9876%2022.0408%2016.1716%2022.0408%2014.75C22.0408%2013.5389%2020.9877%2012.9598%2019.6714%2012.9598C16.9862%2012.9598%2017.5654%2014.987%2016.1437%2014.987C15.4329%2014.987%2014.5641%2014.513%2014.5641%2013.4863C14.5641%2012.0648%2016.1963%209.95859%2019.7504%209.95859C23.1201%209.95859%2025.3578%2011.8278%2025.3578%2014.3024C25.3578%2016.777%2023.1201%2018.5672%2022.4093%2019.12Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  transition: all 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .modal-use-start-button {
    cursor: pointer;
  }
  .modal-use-start-button:hover {
    background-color: #FFF;
    color: #444464;
  }
  .modal-use-start-button:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20%200C8.94602%200%200%208.945%200%2020C0%2031.0538%208.945%2040%2020%2040C31.054%2040%2040%2031.055%2040%2020C40%208.94602%2031.055%200%2020%200ZM19.4082%2029.3609C18.2762%2029.3609%2017.4074%2028.4131%2017.4074%2027.3337C17.4074%2026.228%2018.3025%2025.3066%2019.4082%2025.3066C20.514%2025.3066%2021.4352%2026.228%2021.4352%2027.3338C21.4352%2028.413%2020.5402%2029.3609%2019.4082%2029.3609ZM22.4093%2019.12C20.9614%2020.252%2020.935%2021.0418%2020.935%2022.4107C20.935%2022.911%2020.6717%2023.4902%2019.3818%2023.4902C18.3023%2023.4902%2017.9339%2023.0952%2017.9339%2021.7263C17.9339%2019.4623%2018.9343%2018.3829%2019.6977%2017.7248C20.5665%2016.9876%2022.0408%2016.1716%2022.0408%2014.75C22.0408%2013.5389%2020.9877%2012.9598%2019.6714%2012.9598C16.9862%2012.9598%2017.5654%2014.987%2016.1437%2014.987C15.4329%2014.987%2014.5641%2014.513%2014.5641%2013.4863C14.5641%2012.0648%2016.1963%209.95859%2019.7504%209.95859C23.1201%209.95859%2025.3578%2011.8278%2025.3578%2014.3024C25.3578%2016.777%2023.1201%2018.5672%2022.4093%2019.12Z%22%20fill%3D%22%23444464%22%2F%3E%3C%2Fsvg%3E");
  }
}

.modal-use-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px auto 0;
  border: solid 1px #424265;
  border-radius: 20px;
  height: 40px;
  width: 100%;
  max-width: 160px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: 1.6px;
  color: #444464;
  transition: all 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .modal-use-close-button {
    cursor: pointer;
  }
  .modal-use-close-button:hover {
    background-color: #424265;
    color: #FFF;
  }
}/*# sourceMappingURL=parts-modal-use.css.map */