@charset "utf-8";
/*===========================================
プレミアムサービス
============================================*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body#Premium_Guide header {
  background: #691E1E;
  padding: 16px 0;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .Contents {
    width: 800px;
    padding: 0;
  }
}
.Contents:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(50, 226, 251, 0) 100%, rgba(0, 0, 0, 0) 100%);
  content: '';
  display: block;
  width: 100%;
  height: 480px;
  top: 120px;
  left: 50%;
  position: absolute;
  max-width: 800px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 0;
}

.Contents_Inner {
  max-width: 480px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}

.HeadInfo {
  padding-bottom: 0;
}

.HeadInfo .HeadInfo_announce {
  padding: 6px 30px;
  display: inline-block;
  background: #691E1E;
  border-radius: 13px;
  font-size: 72.2%;
  font-weight: 900;
  color: #FFF;
}

.Contents .HeadInfo .Premium_Guide_Lead {

}

.HeadInfo .Premium_Guide_Lead {
  width: 78%;
}

.CorseInfo {
  /* background: #000; */
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.Contents {
  background: #000 url("../img/premium/sp_premium_topvisual.png") no-repeat center top;
  background-size: contain;
  margin: 0px auto;
}
.CorseInfo_Detail {
  background: #000;
}
.Premium_Comparison .Contents_Inner{
  max-width: max-content;
}

.About_Course_Title {
  background: #000;
  color: #ffffff;
  font-size: 94%;
  line-height: 1.47;
  font-weight: 900;
  text-align: center;
  padding: 28px 0 24px;
}
#Premium_Guide .About_Course_Title {
  background: #000;
  color: #ffffff;
}

.HeadInfoLink a {
  font-weight: 500;
  border-bottom: none;
  font-size: 66.6%;
}

section.Plan_Owner_Wrap,
section.Plan_Owner_Pro_Wrap {
  padding: 0 10px;
}
section.Plan_Owner_Wrap {
  margin: 25px 0;
}
section.Plan_Owner_Pro_Wrap {
  margin-bottom: 25px;
}
.Plan_Owner_Pro_Inner {
  background: #584D2D;
  border-radius: 20px;
  padding: 20px;
}
.Plan_Owner_Inner {
  background: #3C4D20;
  border-radius: 20px;
  padding: 20px;
}
dt.Plan_Owner_Pro_Title,
dt.Plan_Owner_Title {
  color: #FFF;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
dt.Plan_Owner_Pro_Title span {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #F0D378;
  font-weight: bold;
  margin-bottom: 10px;
}
dt.Plan_Owner_Pro_Title .Lead {
  color: #E4F2E1;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}
dt.Plan_Owner_Title .Lead {
  color: #E4F2E1;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}
dd.Plan_Owner_Pro_Item,
dd.Plan_Owner_Item {
  margin-top: 18px;
}
dd.Plan_Owner_Pro_Item ul,
dd.Plan_Owner_Item ul {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px 7px;
}
@media screen and (max-width:370px) {
  dd.Plan_Owner_Pro_Item ul,
  dd.Plan_Owner_Item ul{
    gap: 10px 5px;
  }
}
dd.Plan_Owner_Pro_Item ul li {
  width: 31.8%;
  height: 80px;
  position: relative;
  background: #393013;
  border-radius: 10px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 72.2%;
  padding-top: 10px;
  color: #C7A122;
  text-align: center;
}
dd.Plan_Owner_Item ul li {
  width: 31.8%;
  height: 80px;
  position: relative;
  background: #1F240A;
  border-radius: 10px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 72.2%;
  padding-top: 10px;
  color: #93BE4F;
  text-align: center;
}
dd.Plan_Owner_Pro_Item ul li br,
dd.Plan_Owner_Item ul li br {
  display: none;
}
dd.Plan_Owner_Pro_Item ul li.font_small,
dd.Plan_Owner_Item ul li.font_small {
  /* font-size: 61%; */
}
dd.Plan_Owner_Pro_Item ul li.font_small02,
dd.Plan_Owner_Item ul li.font_small02 {
  /* font-size: 66.6%; */
}

dd.Plan_Owner_Item ul li.Notice span {
  color: #FFF;
  font-size: 0.625rem;
  font-weight: 500;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
dd.Plan_Owner_Pro_Item ul li::after,
dd.Plan_Owner_Item ul li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFF;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(1)::after,
dd.Plan_Owner_Item ul li:nth-of-type(1)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29 29'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='29' height='29' transform='translate(0.096 0.096)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.096 -0.57)'%3E%3Cg transform='translate(0 0.474)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.094,28.994H2.9a2.9,2.9,0,0,1-2.9-2.9V2.9A2.9,2.9,0,0,1,2.9,0H26.094a2.9,2.9,0,0,1,2.9,2.9V26.094a2.9,2.9,0,0,1-2.9,2.9M2.9,1.16A1.742,1.742,0,0,0,1.16,2.9V26.094a1.742,1.742,0,0,0,1.74,1.74H26.094a1.742,1.742,0,0,0,1.74-1.74V2.9a1.742,1.742,0,0,0-1.74-1.74Z' transform='translate(0 -0.392)' fill='%23fff'/%3E%3Cpath d='M51.113,197.586H47.247a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H47.827Z' transform='translate(-43.961 -182.515)' fill='%23fff'/%3E%3Cpath d='M157.779,197.586h-3.866a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16H157.2v-1.933h-2.706Z' transform='translate(-144.442 -182.515)' fill='%23fff'/%3E%3Cpath d='M264.446,197.586H260.58a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H261.16Z' transform='translate(-244.923 -182.515)' fill='%23fff'/%3E%3Cpath d='M51.113,290.919H47.247a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H47.827Z' transform='translate(-43.961 -270.436)' fill='%23fff'/%3E%3Cpath d='M69.669,54.012H47.247a.58.58,0,0,1-.58-.58V47.247a.58.58,0,0,1,.58-.58H69.669a.58.58,0,0,1,.58.58v6.185a.58.58,0,0,1-.58.58m-21.842-1.16H69.089V47.827H47.827Z' transform='translate(-43.961 -44.353)' fill='%23fff'/%3E%3Cpath d='M157.779,290.919h-3.866a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16H157.2v-1.933h-2.706Z' transform='translate(-144.442 -270.436)' fill='%23fff'/%3E%3Cpath d='M264.446,290.919H260.58a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H261.16Z' transform='translate(-244.923 -270.436)' fill='%23fff'/%3E%3Cpath d='M51.113,384.252H47.247a.58.58,0,0,1-.58-.58V380.58a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706V381.16H47.827Z' transform='translate(-43.961 -358.357)' fill='%23fff'/%3E%3Cpath d='M157.779,384.252h-3.866a.58.58,0,0,1-.58-.58V380.58a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16H157.2V381.16h-2.706Z' transform='translate(-144.442 -358.357)' fill='%23fff'/%3E%3Cpath d='M264.446,384.252H260.58a.58.58,0,0,1-.58-.58V380.58a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706V381.16H261.16Z' transform='translate(-244.923 -358.357)' fill='%23fff'/%3E%3Cpath d='M371.113,197.586h-3.866a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933h-2.706Z' transform='translate(-345.405 -182.515)' fill='%23fff'/%3E%3Cpath d='M371.113,296.332h-3.866a.58.58,0,0,1-.58-.58v-8.5a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v8.5a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-7.345h-2.706Z' transform='translate(-345.405 -270.436)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29 29'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='29' height='29' transform='translate(0.096 0.096)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.096 -0.57)'%3E%3Cg transform='translate(0 0.474)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.094,28.994H2.9a2.9,2.9,0,0,1-2.9-2.9V2.9A2.9,2.9,0,0,1,2.9,0H26.094a2.9,2.9,0,0,1,2.9,2.9V26.094a2.9,2.9,0,0,1-2.9,2.9M2.9,1.16A1.742,1.742,0,0,0,1.16,2.9V26.094a1.742,1.742,0,0,0,1.74,1.74H26.094a1.742,1.742,0,0,0,1.74-1.74V2.9a1.742,1.742,0,0,0-1.74-1.74Z' transform='translate(0 -0.392)' fill='%23fff'/%3E%3Cpath d='M51.113,197.586H47.247a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H47.827Z' transform='translate(-43.961 -182.515)' fill='%23fff'/%3E%3Cpath d='M157.779,197.586h-3.866a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16H157.2v-1.933h-2.706Z' transform='translate(-144.442 -182.515)' fill='%23fff'/%3E%3Cpath d='M264.446,197.586H260.58a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H261.16Z' transform='translate(-244.923 -182.515)' fill='%23fff'/%3E%3Cpath d='M51.113,290.919H47.247a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H47.827Z' transform='translate(-43.961 -270.436)' fill='%23fff'/%3E%3Cpath d='M69.669,54.012H47.247a.58.58,0,0,1-.58-.58V47.247a.58.58,0,0,1,.58-.58H69.669a.58.58,0,0,1,.58.58v6.185a.58.58,0,0,1-.58.58m-21.842-1.16H69.089V47.827H47.827Z' transform='translate(-43.961 -44.353)' fill='%23fff'/%3E%3Cpath d='M157.779,290.919h-3.866a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16H157.2v-1.933h-2.706Z' transform='translate(-144.442 -270.436)' fill='%23fff'/%3E%3Cpath d='M264.446,290.919H260.58a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H261.16Z' transform='translate(-244.923 -270.436)' fill='%23fff'/%3E%3Cpath d='M51.113,384.252H47.247a.58.58,0,0,1-.58-.58V380.58a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706V381.16H47.827Z' transform='translate(-43.961 -358.357)' fill='%23fff'/%3E%3Cpath d='M157.779,384.252h-3.866a.58.58,0,0,1-.58-.58V380.58a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16H157.2V381.16h-2.706Z' transform='translate(-144.442 -358.357)' fill='%23fff'/%3E%3Cpath d='M264.446,384.252H260.58a.58.58,0,0,1-.58-.58V380.58a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706V381.16H261.16Z' transform='translate(-244.923 -358.357)' fill='%23fff'/%3E%3Cpath d='M371.113,197.586h-3.866a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933h-2.706Z' transform='translate(-345.405 -182.515)' fill='%23fff'/%3E%3Cpath d='M371.113,296.332h-3.866a.58.58,0,0,1-.58-.58v-8.5a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v8.5a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-7.345h-2.706Z' transform='translate(-345.405 -270.436)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(2)::after,
dd.Plan_Owner_Item ul li:nth-of-type(2)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.947 27.284'%3E%3Cg transform='translate(-2.224 -70.965)'%3E%3Cg transform='translate(2.824 71.565)'%3E%3Cpath d='M15.642,16.082H9.172a.6.6,0,0,1-.425-1.024l6.47-6.482A.6.6,0,0,1,16.242,9v6.482A.6.6,0,0,1,15.642,16.082Zm-5.023-1.2h4.423V10.45Z' transform='translate(-9.161 -9)' fill='%23fff'/%3E%3Cpath d='M23.4,123.7H9a.6.6,0,0,1-.6-.6V105.673a.6.6,0,0,1,1.2,0V122.5H23.4a.6.6,0,1,1,0,1.2Z' transform='translate(-9 -99.191)' fill='%23fff'/%3E%3Cpath d='M119.221,19.831a.6.6,0,0,1-.6-.6V9.6H105.673a.6.6,0,0,1,0-1.2h13.548a.6.6,0,0,1,.6.6v10.23A.6.6,0,0,1,119.221,19.831Z' transform='translate(-99.191 -9)' fill='%23fff'/%3E%3Cpath d='M54.5,221.95a4.089,4.089,0,0,1,0-8.178.6.6,0,1,1,0,1.2,2.889,2.889,0,1,0,2.889,2.889.6.6,0,1,1,1.2,0A4.094,4.094,0,0,1,54.5,221.95Z' transform='translate(-48.196 -200.603)' fill='%23fff'/%3E%3Cpath d='M117.912,201.855a.6.6,0,0,1-.6-.6,3.3,3.3,0,0,0-3.295-3.295.6.6,0,1,1,0-1.2,4.5,4.5,0,0,1,4.495,4.495A.6.6,0,0,1,117.912,201.855Z' transform='translate(-106.976 -184.731)' fill='%23fff'/%3E%3Cpath d='M117.912,201.855h-3.895a.6.6,0,0,1-.6-.6V197.36a.6.6,0,0,1,1.2,0v3.295h3.295a.6.6,0,1,1,0,1.2Z' transform='translate(-106.976 -184.731)' fill='%23fff'/%3E%3Cpath d='M2.073,3.11a.6.6,0,0,1-.463-.218L-.463.382A.6.6,0,0,1-.382-.463a.6.6,0,0,1,.845.081l2.072,2.51a.6.6,0,0,1-.462.982Z' transform='translate(21.832 21.394)' fill='%23fff'/%3E%3Cpath d='M0,3.979a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.379A.6.6,0,0,1,0,3.979Z' transform='translate(10.008 6.036)' fill='%23fff'/%3E%3Cpath d='M0,6.552a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V5.952A.6.6,0,0,1,0,6.552Z' transform='translate(12.984 3.462)' fill='%23fff'/%3E%3Cpath d='M0,5.283a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V4.683A.6.6,0,0,1,0,5.283Z' transform='translate(15.961 4.731)' fill='%23fff'/%3E%3Cpath d='M0,8.646a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V8.046A.6.6,0,0,1,0,8.646Z' transform='translate(19.679 18.039)' fill='%23fff'/%3E%3Cpath d='M0,8.646a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V8.046A.6.6,0,0,1,0,8.646Z' transform='translate(28.73 18.039)' fill='%23fff'/%3E%3Cpath d='M9.051.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H9.051a.6.6,0,0,1,.6.6A.6.6,0,0,1,9.051.6Z' transform='translate(19.679 26.084)' fill='%23fff'/%3E%3Cpath d='M0,5.628a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V5.028A.6.6,0,0,1,0,5.628Z' transform='translate(16.661 20.05)' fill='%23fff'/%3E%3Cpath d='M3.017.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H3.017a.6.6,0,0,1,.6.6A.6.6,0,0,1,3.017.6Z' transform='translate(28.73 25.079)' fill='%23fff'/%3E%3Cpath d='M3.017.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H3.017a.6.6,0,0,1,.6.6A.6.6,0,0,1,3.017.6Z' transform='translate(16.661 25.079)' fill='%23fff'/%3E%3Cpath d='M0,1.606a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V1.006A.6.6,0,0,1,0,1.606Z' transform='translate(21.69 12.005)' fill='%23fff'/%3E%3Cpath d='M0,1.606a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V1.006A.6.6,0,0,1,0,1.606Z' transform='translate(26.718 12.005)' fill='%23fff'/%3E%3Cpath d='M5.028.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H5.028a.6.6,0,0,1,.6.6A.6.6,0,0,1,5.028.6Z' transform='translate(21.69 12.005)' fill='%23fff'/%3E%3Cpath d='M0,14.68a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V14.08A.6.6,0,0,1,0,14.68Z' transform='translate(24.204 12.005)' fill='%23fff'/%3E%3Cpath d='M257.506,210.688a.6.6,0,0,1-.6-.6,8.74,8.74,0,0,1,1.106-4.984,6.891,6.891,0,0,1,4.376-2.638.6.6,0,1,1,.291,1.164,5.8,5.8,0,0,0-3.669,2.139,7.687,7.687,0,0,0-.9,4.319A.6.6,0,0,1,257.506,210.688Z' transform='translate(-240.845 -190.038)' fill='%23fff'/%3E%3Cpath d='M0,5.628a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V5.028A.6.6,0,0,1,0,5.628Z' transform='translate(31.747 20.05)' fill='%23fff'/%3E%3Cpath d='M412.535,210.688a.6.6,0,0,1-.6-.6,7.687,7.687,0,0,0-.9-4.319,5.8,5.8,0,0,0-3.669-2.139.6.6,0,1,1,.291-1.164,6.891,6.891,0,0,1,4.377,2.638,8.74,8.74,0,0,1,1.106,4.984A.6.6,0,0,1,412.535,210.688Z' transform='translate(-380.788 -190.038)' fill='%23fff'/%3E%3Cpath d='M0,3.617a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.017A.6.6,0,0,1,0,3.617Z' transform='translate(21.187 18.039)' fill='%23fff'/%3E%3Cpath d='M0,3.617a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.017A.6.6,0,0,1,0,3.617Z' transform='translate(27.221 18.039)' fill='%23fff'/%3E%3Cpath d='M1.45.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H1.45a.6.6,0,0,1,.6.6A.6.6,0,0,1,1.45.6Z' transform='translate(16.72 18.542)' fill='%23fff'/%3E%3Cpath d='M1.45.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H1.45a.6.6,0,0,1,.6.6A.6.6,0,0,1,1.45.6Z' transform='translate(30.238 18.542)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.947 27.284'%3E%3Cg transform='translate(-2.224 -70.965)'%3E%3Cg transform='translate(2.824 71.565)'%3E%3Cpath d='M15.642,16.082H9.172a.6.6,0,0,1-.425-1.024l6.47-6.482A.6.6,0,0,1,16.242,9v6.482A.6.6,0,0,1,15.642,16.082Zm-5.023-1.2h4.423V10.45Z' transform='translate(-9.161 -9)' fill='%23fff'/%3E%3Cpath d='M23.4,123.7H9a.6.6,0,0,1-.6-.6V105.673a.6.6,0,0,1,1.2,0V122.5H23.4a.6.6,0,1,1,0,1.2Z' transform='translate(-9 -99.191)' fill='%23fff'/%3E%3Cpath d='M119.221,19.831a.6.6,0,0,1-.6-.6V9.6H105.673a.6.6,0,0,1,0-1.2h13.548a.6.6,0,0,1,.6.6v10.23A.6.6,0,0,1,119.221,19.831Z' transform='translate(-99.191 -9)' fill='%23fff'/%3E%3Cpath d='M54.5,221.95a4.089,4.089,0,0,1,0-8.178.6.6,0,1,1,0,1.2,2.889,2.889,0,1,0,2.889,2.889.6.6,0,1,1,1.2,0A4.094,4.094,0,0,1,54.5,221.95Z' transform='translate(-48.196 -200.603)' fill='%23fff'/%3E%3Cpath d='M117.912,201.855a.6.6,0,0,1-.6-.6,3.3,3.3,0,0,0-3.295-3.295.6.6,0,1,1,0-1.2,4.5,4.5,0,0,1,4.495,4.495A.6.6,0,0,1,117.912,201.855Z' transform='translate(-106.976 -184.731)' fill='%23fff'/%3E%3Cpath d='M117.912,201.855h-3.895a.6.6,0,0,1-.6-.6V197.36a.6.6,0,0,1,1.2,0v3.295h3.295a.6.6,0,1,1,0,1.2Z' transform='translate(-106.976 -184.731)' fill='%23fff'/%3E%3Cpath d='M2.073,3.11a.6.6,0,0,1-.463-.218L-.463.382A.6.6,0,0,1-.382-.463a.6.6,0,0,1,.845.081l2.072,2.51a.6.6,0,0,1-.462.982Z' transform='translate(21.832 21.394)' fill='%23fff'/%3E%3Cpath d='M0,3.979a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.379A.6.6,0,0,1,0,3.979Z' transform='translate(10.008 6.036)' fill='%23fff'/%3E%3Cpath d='M0,6.552a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V5.952A.6.6,0,0,1,0,6.552Z' transform='translate(12.984 3.462)' fill='%23fff'/%3E%3Cpath d='M0,5.283a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V4.683A.6.6,0,0,1,0,5.283Z' transform='translate(15.961 4.731)' fill='%23fff'/%3E%3Cpath d='M0,8.646a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V8.046A.6.6,0,0,1,0,8.646Z' transform='translate(19.679 18.039)' fill='%23fff'/%3E%3Cpath d='M0,8.646a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V8.046A.6.6,0,0,1,0,8.646Z' transform='translate(28.73 18.039)' fill='%23fff'/%3E%3Cpath d='M9.051.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H9.051a.6.6,0,0,1,.6.6A.6.6,0,0,1,9.051.6Z' transform='translate(19.679 26.084)' fill='%23fff'/%3E%3Cpath d='M0,5.628a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V5.028A.6.6,0,0,1,0,5.628Z' transform='translate(16.661 20.05)' fill='%23fff'/%3E%3Cpath d='M3.017.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H3.017a.6.6,0,0,1,.6.6A.6.6,0,0,1,3.017.6Z' transform='translate(28.73 25.079)' fill='%23fff'/%3E%3Cpath d='M3.017.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H3.017a.6.6,0,0,1,.6.6A.6.6,0,0,1,3.017.6Z' transform='translate(16.661 25.079)' fill='%23fff'/%3E%3Cpath d='M0,1.606a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V1.006A.6.6,0,0,1,0,1.606Z' transform='translate(21.69 12.005)' fill='%23fff'/%3E%3Cpath d='M0,1.606a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V1.006A.6.6,0,0,1,0,1.606Z' transform='translate(26.718 12.005)' fill='%23fff'/%3E%3Cpath d='M5.028.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H5.028a.6.6,0,0,1,.6.6A.6.6,0,0,1,5.028.6Z' transform='translate(21.69 12.005)' fill='%23fff'/%3E%3Cpath d='M0,14.68a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V14.08A.6.6,0,0,1,0,14.68Z' transform='translate(24.204 12.005)' fill='%23fff'/%3E%3Cpath d='M257.506,210.688a.6.6,0,0,1-.6-.6,8.74,8.74,0,0,1,1.106-4.984,6.891,6.891,0,0,1,4.376-2.638.6.6,0,1,1,.291,1.164,5.8,5.8,0,0,0-3.669,2.139,7.687,7.687,0,0,0-.9,4.319A.6.6,0,0,1,257.506,210.688Z' transform='translate(-240.845 -190.038)' fill='%23fff'/%3E%3Cpath d='M0,5.628a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V5.028A.6.6,0,0,1,0,5.628Z' transform='translate(31.747 20.05)' fill='%23fff'/%3E%3Cpath d='M412.535,210.688a.6.6,0,0,1-.6-.6,7.687,7.687,0,0,0-.9-4.319,5.8,5.8,0,0,0-3.669-2.139.6.6,0,1,1,.291-1.164,6.891,6.891,0,0,1,4.377,2.638,8.74,8.74,0,0,1,1.106,4.984A.6.6,0,0,1,412.535,210.688Z' transform='translate(-380.788 -190.038)' fill='%23fff'/%3E%3Cpath d='M0,3.617a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.017A.6.6,0,0,1,0,3.617Z' transform='translate(21.187 18.039)' fill='%23fff'/%3E%3Cpath d='M0,3.617a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.017A.6.6,0,0,1,0,3.617Z' transform='translate(27.221 18.039)' fill='%23fff'/%3E%3Cpath d='M1.45.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H1.45a.6.6,0,0,1,.6.6A.6.6,0,0,1,1.45.6Z' transform='translate(16.72 18.542)' fill='%23fff'/%3E%3Cpath d='M1.45.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H1.45a.6.6,0,0,1,.6.6A.6.6,0,0,1,1.45.6Z' transform='translate(30.238 18.542)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 47.22px;
  height: 40px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(3)::after,
dd.Plan_Owner_Item ul li:nth-of-type(3)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 36.079 27.414'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='21.755' height='27.064' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-278.97 -946.14)'%3E%3Cg transform='translate(293.295 946.141)'%3E%3Cg transform='translate(0 -0.001)' clip-path='url(%23clip-path)'%3E%3Cpath d='M10.877,18.551a11.839,11.839,0,0,1-7.65-2.679A9.325,9.325,0,0,1,.873,12.925a8.065,8.065,0,0,1,0-7.3A9.325,9.325,0,0,1,3.228,2.678,11.839,11.839,0,0,1,10.877,0a11.84,11.84,0,0,1,7.65,2.679,9.326,9.326,0,0,1,2.354,2.947,8.066,8.066,0,0,1,0,7.3,9.325,9.325,0,0,1-2.354,2.947,11.84,11.84,0,0,1-7.65,2.679m0-17.217c-5.262,0-9.542,3.562-9.542,7.941s4.281,7.941,9.542,7.941,9.543-3.562,9.543-7.941-4.281-7.941-9.543-7.941' transform='translate(0 0.001)' fill='%23fff'/%3E%3Cpath d='M40,718.445c-1.473,0-2.626-.841-2.626-1.914s1.154-1.914,2.626-1.914,2.626.841,2.626,1.914-1.154,1.914-2.626,1.914m0-2.493c-.8,0-1.291.375-1.291.579s.49.579,1.291.579,1.291-.375,1.291-.579-.49-.579-1.291-.579' transform='translate(-36.163 -691.38)' fill='%23fff'/%3E%3Cpath d='M158.846,587.559c-1.818,0-3.243-1.013-3.243-2.306s1.424-2.306,3.243-2.306,3.243,1.013,3.243,2.306-1.424,2.306-3.243,2.306m0-3.277a2.8,2.8,0,0,0-1.463.376.621.621,0,0,0,0,1.191,3.035,3.035,0,0,0,2.925,0,.621.621,0,0,0,0-1.191,2.8,2.8,0,0,0-1.463-.376' transform='translate(-150.543 -563.992)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M66.637,13.882A6.941,6.941,0,1,0,59.7,6.941a6.949,6.949,0,0,0,6.941,6.941m0-12.643a5.7,5.7,0,1,1-5.7,5.7,5.709,5.709,0,0,1,5.7-5.7' transform='translate(219.274 959.672)' fill='%23fff'/%3E%3Cpath d='M88.955,17.351l1.269.594a.886.886,0,0,1,.508.8.883.883,0,0,1-1.175.833l-1-.351a.619.619,0,1,0-.411,1.168l1,.351.087.029v.5a.619.619,0,1,0,1.238,0v-.5a2.121,2.121,0,0,0,.278-3.948L89.48,16.23a.886.886,0,0,1-.508-.8.883.883,0,0,1,1.175-.833l1,.351a.619.619,0,1,0,.411-1.168l-1-.351-.087-.028v-.528a.619.619,0,0,0-1.238,0v.53a2.12,2.12,0,0,0-.278,3.947' transform='translate(196.059 949.525)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 36.079 27.414'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='21.755' height='27.064' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-278.97 -946.14)'%3E%3Cg transform='translate(293.295 946.141)'%3E%3Cg transform='translate(0 -0.001)' clip-path='url(%23clip-path)'%3E%3Cpath d='M10.877,18.551a11.839,11.839,0,0,1-7.65-2.679A9.325,9.325,0,0,1,.873,12.925a8.065,8.065,0,0,1,0-7.3A9.325,9.325,0,0,1,3.228,2.678,11.839,11.839,0,0,1,10.877,0a11.84,11.84,0,0,1,7.65,2.679,9.326,9.326,0,0,1,2.354,2.947,8.066,8.066,0,0,1,0,7.3,9.325,9.325,0,0,1-2.354,2.947,11.84,11.84,0,0,1-7.65,2.679m0-17.217c-5.262,0-9.542,3.562-9.542,7.941s4.281,7.941,9.542,7.941,9.543-3.562,9.543-7.941-4.281-7.941-9.543-7.941' transform='translate(0 0.001)' fill='%23fff'/%3E%3Cpath d='M40,718.445c-1.473,0-2.626-.841-2.626-1.914s1.154-1.914,2.626-1.914,2.626.841,2.626,1.914-1.154,1.914-2.626,1.914m0-2.493c-.8,0-1.291.375-1.291.579s.49.579,1.291.579,1.291-.375,1.291-.579-.49-.579-1.291-.579' transform='translate(-36.163 -691.38)' fill='%23fff'/%3E%3Cpath d='M158.846,587.559c-1.818,0-3.243-1.013-3.243-2.306s1.424-2.306,3.243-2.306,3.243,1.013,3.243,2.306-1.424,2.306-3.243,2.306m0-3.277a2.8,2.8,0,0,0-1.463.376.621.621,0,0,0,0,1.191,3.035,3.035,0,0,0,2.925,0,.621.621,0,0,0,0-1.191,2.8,2.8,0,0,0-1.463-.376' transform='translate(-150.543 -563.992)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M66.637,13.882A6.941,6.941,0,1,0,59.7,6.941a6.949,6.949,0,0,0,6.941,6.941m0-12.643a5.7,5.7,0,1,1-5.7,5.7,5.709,5.709,0,0,1,5.7-5.7' transform='translate(219.274 959.672)' fill='%23fff'/%3E%3Cpath d='M88.955,17.351l1.269.594a.886.886,0,0,1,.508.8.883.883,0,0,1-1.175.833l-1-.351a.619.619,0,1,0-.411,1.168l1,.351.087.029v.5a.619.619,0,1,0,1.238,0v-.5a2.121,2.121,0,0,0,.278-3.948L89.48,16.23a.886.886,0,0,1-.508-.8.883.883,0,0,1,1.175-.833l1,.351a.619.619,0,1,0,.411-1.168l-1-.351-.087-.028v-.528a.619.619,0,0,0-1.238,0v.53a2.12,2.12,0,0,0-.278,3.947' transform='translate(196.059 949.525)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 51.77px;
  height: 40px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(4)::after,
dd.Plan_Owner_Item ul li:nth-of-type(4)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22.709 20.97'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='22.709' height='20.97' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M22.414,80.488a1.838,1.838,0,0,0-1.822-.819l-7.048.825A1.763,1.763,0,0,0,12.229,79.1L8.007,78.068a3.075,3.075,0,0,0-1.848.12l-1.365.528V78a.568.568,0,0,0-.568-.568H.568A.568.568,0,0,0,0,78v7.623a.568.568,0,0,0,.568.568H4.227a.568.568,0,0,0,.568-.568V84.59L11.061,85.9a5.537,5.537,0,0,0,2.886-.167l7.506-2.506a1.838,1.838,0,0,0,.962-2.741M3.659,85.054H2.911V82.56a.568.568,0,1,0-1.135,0v2.493H1.135V78.565H3.659Zm17.874-3.336a.7.7,0,0,1-.44.434l-7.506,2.506a4.4,4.4,0,0,1-2.293.133l-6.5-1.361v-3.5l1.774-.686a1.943,1.943,0,0,1,1.168-.076L11.96,80.2a.628.628,0,0,1-.262,1.228l-2.785-.509a.568.568,0,0,0-.2,1.117l2.785.509a1.744,1.744,0,0,0,.316.029,1.769,1.769,0,0,0,1.549-.919l7.377-.863.024,0a.7.7,0,0,1,.774.926' transform='translate(0 -65.219)' fill='%23fff'/%3E%3Cpath d='M66.06,12.728A6.364,6.364,0,1,0,59.7,6.364a6.371,6.371,0,0,0,6.364,6.364m0-11.592a5.228,5.228,0,1,1-5.228,5.228A5.234,5.234,0,0,1,66.06,1.135' transform='translate(-50.282 0)' fill='%23fff'/%3E%3Cpath d='M88.853,16.928l1.163.545a.813.813,0,0,1,.466.733.809.809,0,0,1-1.078.763l-.915-.321a.568.568,0,1,0-.376,1.071l.915.322.08.026v.458a.568.568,0,1,0,1.135,0v-.46a1.944,1.944,0,0,0,.255-3.62L89.335,15.9a.813.813,0,0,1-.466-.733.809.809,0,0,1,1.078-.763l.915.321a.568.568,0,1,0,.376-1.071l-.915-.322-.08-.025v-.484a.568.568,0,0,0-1.135,0v.486a1.944,1.944,0,0,0-.255,3.619' transform='translate(-73.898 -10.322)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22.709 20.97'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='22.709' height='20.97' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M22.414,80.488a1.838,1.838,0,0,0-1.822-.819l-7.048.825A1.763,1.763,0,0,0,12.229,79.1L8.007,78.068a3.075,3.075,0,0,0-1.848.12l-1.365.528V78a.568.568,0,0,0-.568-.568H.568A.568.568,0,0,0,0,78v7.623a.568.568,0,0,0,.568.568H4.227a.568.568,0,0,0,.568-.568V84.59L11.061,85.9a5.537,5.537,0,0,0,2.886-.167l7.506-2.506a1.838,1.838,0,0,0,.962-2.741M3.659,85.054H2.911V82.56a.568.568,0,1,0-1.135,0v2.493H1.135V78.565H3.659Zm17.874-3.336a.7.7,0,0,1-.44.434l-7.506,2.506a4.4,4.4,0,0,1-2.293.133l-6.5-1.361v-3.5l1.774-.686a1.943,1.943,0,0,1,1.168-.076L11.96,80.2a.628.628,0,0,1-.262,1.228l-2.785-.509a.568.568,0,0,0-.2,1.117l2.785.509a1.744,1.744,0,0,0,.316.029,1.769,1.769,0,0,0,1.549-.919l7.377-.863.024,0a.7.7,0,0,1,.774.926' transform='translate(0 -65.219)' fill='%23fff'/%3E%3Cpath d='M66.06,12.728A6.364,6.364,0,1,0,59.7,6.364a6.371,6.371,0,0,0,6.364,6.364m0-11.592a5.228,5.228,0,1,1-5.228,5.228A5.234,5.234,0,0,1,66.06,1.135' transform='translate(-50.282 0)' fill='%23fff'/%3E%3Cpath d='M88.853,16.928l1.163.545a.813.813,0,0,1,.466.733.809.809,0,0,1-1.078.763l-.915-.321a.568.568,0,1,0-.376,1.071l.915.322.08.026v.458a.568.568,0,1,0,1.135,0v-.46a1.944,1.944,0,0,0,.255-3.62L89.335,15.9a.813.813,0,0,1-.466-.733.809.809,0,0,1,1.078-.763l.915.321a.568.568,0,1,0,.376-1.071l-.915-.322-.08-.025v-.484a.568.568,0,0,0-1.135,0v.486a1.944,1.944,0,0,0-.255,3.619' transform='translate(-73.898 -10.322)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 37.65px;
  height: 34px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  bottom: 20%;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(5)::after,
dd.Plan_Owner_Item ul li:nth-of-type(5)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29.598 25.592'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='18' height='14' transform='translate(0 -0.474)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-164.402 -185)'%3E%3Cg transform='translate(176 185.565)'%3E%3Cg transform='translate(0 -0.092)' clip-path='url(%23clip-path)'%3E%3Cpath d='M17.7,12.729H16.432V3.24H13.886v9.489H12.5V2.083H9.951V12.729H8.563V5.323H6.017v7.406H4.629V6.711H2.083v6.017H.694V.347A.347.347,0,0,0,0,.347V13.076a.347.347,0,0,0,.347.347H17.7a.347.347,0,0,0,0-.694' transform='translate(0 0.103)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M25.261,31.669c-1.507-.252-2.476-.759-2.882-1.508a3.032,3.032,0,0,1-.287-1.048,5.413,5.413,0,0,0-.164-.8l-.02-.063H20.744l.066.129a2.823,2.823,0,0,1,.227.887,4.769,4.769,0,0,0,.251,1.068,2.913,2.913,0,0,0,.153.332,3.108,3.108,0,0,0,.833.967,1.707,1.707,0,0,1-1.115-.642l-.012-.024a2.019,2.019,0,0,1-.2-.659,9.015,9.015,0,0,0-.32-1.257,4.662,4.662,0,0,0-.141-.736l-.018-.065h-1.13l.044.12a3.486,3.486,0,0,1,.192.9c.013.154.02.3.018.44l-.849,1.981a.553.553,0,0,0-.029.094l-.19.858-.092.276a.521.521,0,0,0-.021.228l-.232,1.046L15.76,35.267a.648.648,0,0,1-.069.026.287.287,0,0,0-.2.164l-.75,1.667h-.414l.627-2.007,1.621-1.038a.5.5,0,0,0,.233-.359.506.506,0,0,0-.137-.414,2.857,2.857,0,0,1-.5-.745,2.974,2.974,0,0,1-.25-1.506.533.533,0,0,0-.865-.463,5.214,5.214,0,0,1-2.291,1.051l-.056.012-.072.014a4.755,4.755,0,0,1-.859.056.517.517,0,0,0-.327-.056,2.087,2.087,0,0,1-.22.018l-.015,0A5.44,5.44,0,0,1,9.4,31.129a.532.532,0,0,0-.624.1L6.7,33.3a.541.541,0,0,0-.109.156c-.2.44-.4,1.012-.594,1.564-.055.158-.111.314-.165.467-.07.2-.142.378-.214.559-.048.122-.1.246-.147.378.021-.119.041-.233.061-.344.035-.2.068-.385.1-.572l.053-.321c.052-.318.1-.593.138-.794a2.987,2.987,0,0,1,.668-1.4,6.142,6.142,0,0,0,1.1-2.443.54.54,0,0,0-.1-.467c-.689-.863-1.384-1.758-2.069-2.66q-.449-.593-.887-1.183a.535.535,0,0,0-.693-.146L1.769,27.282a.515.515,0,0,0-.055.037.426.426,0,0,1-.522.019.384.384,0,0,1-.125-.295l2.3-3.451a.545.545,0,0,0,.086-.237l.1-.874.082.164a.534.534,0,0,0,.171.2L9.738,27a.531.531,0,0,0,.377.092l.145-.017.13-.015.077-.01V25.969l-.1.012-.1.011L10.18,26,4.528,22.046l-.83-1.66a.529.529,0,0,0-.571-.286.537.537,0,0,0-.437.466l-.282,2.541-2.3,3.452a.536.536,0,0,0-.081.2A1.473,1.473,0,0,0,.5,28.153a1.5,1.5,0,0,0,1.818.043l1.644-.94q.3.4.61.811c.613.809,1.259,1.64,1.916,2.469a4.8,4.8,0,0,1-.8,1.746,4.006,4.006,0,0,0-.912,1.875c-.055.263-.116.628-.2,1.121-.11.657-.246,1.476-.4,2.139a.476.476,0,0,0,.1.422.5.5,0,0,0,.417.171h.89a.509.509,0,0,0,.486-.284c.258-.569.516-1.278.758-1.955.07-.194.139-.385.21-.576L7.1,35.06c.167-.454.3-.8.426-1.078l1.019-1.018L7.8,34.308a.534.534,0,0,0,.045.588c.015.019.029.04.044.061l.037.052a17.107,17.107,0,0,1,.917,1.46,16.009,16.009,0,0,0,1.078,1.69.537.537,0,0,0,.421.206h1.187c.359,0,.359-.347.359-.534V36.645c0-.175,0-.586-.359-.586h-.279a2.29,2.29,0,0,0-.269-.469c-.057-.082-.116-.167-.175-.27-.108-.193-.216-.379-.316-.551l-.1-.176,1.356-1.8a5.933,5.933,0,0,0,1.036-.073H12.8a6.185,6.185,0,0,0,2.085-.733,3.951,3.951,0,0,0,.309,1.023,3.907,3.907,0,0,0,.3.543l-1.3.868a.531.531,0,0,0-.215.291l-.89,2.967a.533.533,0,0,0,.511.687h1.484a.535.535,0,0,0,.491-.323l.807-1.884,2.478-1.1a.538.538,0,0,0,.3-.372l.112-.507.251.251c-.108.4-.215.852-.314,1.282l-.058.25c-.141.613-.288,1.248-.429,1.719a.534.534,0,0,0,.511.687h1.187a.53.53,0,0,0,.5-.336c.209-.521.421-1.211.613-1.839s.385-1.252.573-1.721a.531.531,0,0,0-.057-.5L20.737,32.09a3.189,3.189,0,0,0,1.309.587,9.8,9.8,0,0,0,3.188.049.533.533,0,0,0,.027-1.056m-5.32,5.454c.1-.37.187-.7.264-1.039.168-.728.311-1.286.436-1.7a.493.493,0,0,0-.135-.51l-.951-.935.153-.457,1.306,1.867c-.164.444-.337.922-.5,1.462-.153.5-.3.976-.448,1.316ZM9.29,34.843c.137.228.334.577.542.948l.044.078c.105.187.21.388.308.574.078.15.154.293.22.412-.191-.266-.4-.6-.641-1.011-.287-.492-.578-.949-.866-1.358l1.082-1.917a3.34,3.34,0,0,0,.5.135L9.32,34.248a.532.532,0,0,0-.031.595' transform='translate(164.402 172.227)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29.598 25.592'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='18' height='14' transform='translate(0 -0.474)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-164.402 -185)'%3E%3Cg transform='translate(176 185.565)'%3E%3Cg transform='translate(0 -0.092)' clip-path='url(%23clip-path)'%3E%3Cpath d='M17.7,12.729H16.432V3.24H13.886v9.489H12.5V2.083H9.951V12.729H8.563V5.323H6.017v7.406H4.629V6.711H2.083v6.017H.694V.347A.347.347,0,0,0,0,.347V13.076a.347.347,0,0,0,.347.347H17.7a.347.347,0,0,0,0-.694' transform='translate(0 0.103)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M25.261,31.669c-1.507-.252-2.476-.759-2.882-1.508a3.032,3.032,0,0,1-.287-1.048,5.413,5.413,0,0,0-.164-.8l-.02-.063H20.744l.066.129a2.823,2.823,0,0,1,.227.887,4.769,4.769,0,0,0,.251,1.068,2.913,2.913,0,0,0,.153.332,3.108,3.108,0,0,0,.833.967,1.707,1.707,0,0,1-1.115-.642l-.012-.024a2.019,2.019,0,0,1-.2-.659,9.015,9.015,0,0,0-.32-1.257,4.662,4.662,0,0,0-.141-.736l-.018-.065h-1.13l.044.12a3.486,3.486,0,0,1,.192.9c.013.154.02.3.018.44l-.849,1.981a.553.553,0,0,0-.029.094l-.19.858-.092.276a.521.521,0,0,0-.021.228l-.232,1.046L15.76,35.267a.648.648,0,0,1-.069.026.287.287,0,0,0-.2.164l-.75,1.667h-.414l.627-2.007,1.621-1.038a.5.5,0,0,0,.233-.359.506.506,0,0,0-.137-.414,2.857,2.857,0,0,1-.5-.745,2.974,2.974,0,0,1-.25-1.506.533.533,0,0,0-.865-.463,5.214,5.214,0,0,1-2.291,1.051l-.056.012-.072.014a4.755,4.755,0,0,1-.859.056.517.517,0,0,0-.327-.056,2.087,2.087,0,0,1-.22.018l-.015,0A5.44,5.44,0,0,1,9.4,31.129a.532.532,0,0,0-.624.1L6.7,33.3a.541.541,0,0,0-.109.156c-.2.44-.4,1.012-.594,1.564-.055.158-.111.314-.165.467-.07.2-.142.378-.214.559-.048.122-.1.246-.147.378.021-.119.041-.233.061-.344.035-.2.068-.385.1-.572l.053-.321c.052-.318.1-.593.138-.794a2.987,2.987,0,0,1,.668-1.4,6.142,6.142,0,0,0,1.1-2.443.54.54,0,0,0-.1-.467c-.689-.863-1.384-1.758-2.069-2.66q-.449-.593-.887-1.183a.535.535,0,0,0-.693-.146L1.769,27.282a.515.515,0,0,0-.055.037.426.426,0,0,1-.522.019.384.384,0,0,1-.125-.295l2.3-3.451a.545.545,0,0,0,.086-.237l.1-.874.082.164a.534.534,0,0,0,.171.2L9.738,27a.531.531,0,0,0,.377.092l.145-.017.13-.015.077-.01V25.969l-.1.012-.1.011L10.18,26,4.528,22.046l-.83-1.66a.529.529,0,0,0-.571-.286.537.537,0,0,0-.437.466l-.282,2.541-2.3,3.452a.536.536,0,0,0-.081.2A1.473,1.473,0,0,0,.5,28.153a1.5,1.5,0,0,0,1.818.043l1.644-.94q.3.4.61.811c.613.809,1.259,1.64,1.916,2.469a4.8,4.8,0,0,1-.8,1.746,4.006,4.006,0,0,0-.912,1.875c-.055.263-.116.628-.2,1.121-.11.657-.246,1.476-.4,2.139a.476.476,0,0,0,.1.422.5.5,0,0,0,.417.171h.89a.509.509,0,0,0,.486-.284c.258-.569.516-1.278.758-1.955.07-.194.139-.385.21-.576L7.1,35.06c.167-.454.3-.8.426-1.078l1.019-1.018L7.8,34.308a.534.534,0,0,0,.045.588c.015.019.029.04.044.061l.037.052a17.107,17.107,0,0,1,.917,1.46,16.009,16.009,0,0,0,1.078,1.69.537.537,0,0,0,.421.206h1.187c.359,0,.359-.347.359-.534V36.645c0-.175,0-.586-.359-.586h-.279a2.29,2.29,0,0,0-.269-.469c-.057-.082-.116-.167-.175-.27-.108-.193-.216-.379-.316-.551l-.1-.176,1.356-1.8a5.933,5.933,0,0,0,1.036-.073H12.8a6.185,6.185,0,0,0,2.085-.733,3.951,3.951,0,0,0,.309,1.023,3.907,3.907,0,0,0,.3.543l-1.3.868a.531.531,0,0,0-.215.291l-.89,2.967a.533.533,0,0,0,.511.687h1.484a.535.535,0,0,0,.491-.323l.807-1.884,2.478-1.1a.538.538,0,0,0,.3-.372l.112-.507.251.251c-.108.4-.215.852-.314,1.282l-.058.25c-.141.613-.288,1.248-.429,1.719a.534.534,0,0,0,.511.687h1.187a.53.53,0,0,0,.5-.336c.209-.521.421-1.211.613-1.839s.385-1.252.573-1.721a.531.531,0,0,0-.057-.5L20.737,32.09a3.189,3.189,0,0,0,1.309.587,9.8,9.8,0,0,0,3.188.049.533.533,0,0,0,.027-1.056m-5.32,5.454c.1-.37.187-.7.264-1.039.168-.728.311-1.286.436-1.7a.493.493,0,0,0-.135-.51l-.951-.935.153-.457,1.306,1.867c-.164.444-.337.922-.5,1.462-.153.5-.3.976-.448,1.316ZM9.29,34.843c.137.228.334.577.542.948l.044.078c.105.187.21.388.308.574.078.15.154.293.22.412-.191-.266-.4-.6-.641-1.011-.287-.492-.578-.949-.866-1.358l1.082-1.917a3.34,3.34,0,0,0,.5.135L9.32,34.248a.532.532,0,0,0-.031.595' transform='translate(164.402 172.227)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 47.06px;
  height: 40px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(6)::after,
dd.Plan_Owner_Item ul li:nth-of-type(6)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.9 26.824'%3E%3Cg transform='translate(-48.651 -218.484)'%3E%3Cg transform='translate(49.251 219.084)'%3E%3Cpath d='M18.832,35.222a3.818,3.818,0,0,1-1.19-.195c-1.4-.457-2.448-1.362-3.049-4.3-.614-3-.789-8.3-.55-16.661a10.378,10.378,0,0,0-.021-1.056H9a.6.6,0,0,1-.6-.615,4.115,4.115,0,0,1,1.99-3.628,2.837,2.837,0,0,1,2.868.051c.784.482,2.084,1.809,1.985,5.283-.236,8.269-.069,13.476.526,16.386.319,1.563.709,2.9,2.246,3.4a2.455,2.455,0,0,0,2.086-.224,4.258,4.258,0,0,0,1.863-2.832.6.6,0,0,1,.589-.485H37.7a.6.6,0,1,1,0,1.2H23.025A5.4,5.4,0,0,1,20.709,34.7,3.675,3.675,0,0,1,18.832,35.222ZM9.661,11.81H13.84a3.069,3.069,0,0,0-1.21-1.97,1.629,1.629,0,0,0-1.667-.018A2.734,2.734,0,0,0,9.661,11.81Z' transform='translate(-9 -9.001)' fill='%23fcfcfc'/%3E%3Cpath d='M276.151,216.79a.6.6,0,0,1-.571-.417,18.406,18.406,0,0,1-.878-5.694.6.6,0,0,1,1.2-.035,17.155,17.155,0,0,0,.821,5.362.6.6,0,0,1-.571.783Z' transform='translate(-253.622 -194.244)' fill='%23fcfcfc'/%3E%3Cpath d='M144.37,282.839h-15.3a.6.6,0,0,1,0-1.2h15.252a.576.576,0,0,1,.069,0c1.489.052,2.7-1.581,3.015-3.191a.6.6,0,1,1,1.178.229c-.4,2.039-1.969,4.163-4.119,4.163Z' transform='translate(-119.295 -256.616)' fill='%23fcfcfc'/%3E%3Cpath d='M227.135,48.211c.185,0,.372.009.557.027a5.789,5.789,0,0,1-.545,11.551c-.185,0-.372-.009-.557-.027a5.789,5.789,0,0,1,.545-11.551Zm.012,10.378a4.589,4.589,0,0,0,.43-9.156c-.147-.014-.3-.021-.443-.021a4.589,4.589,0,0,0-.431,9.156C226.852,58.582,227,58.589,227.147,58.589Z' transform='translate(-204.615 -45.57)' fill='%23fcfcfc'/%3E%3Cpath d='M2.874,4.081a.6.6,0,0,1-.463-.218L-.463.382A.6.6,0,0,1-.382-.463a.6.6,0,0,1,.845.081L3.336,3.1a.6.6,0,0,1-.462.982Z' transform='translate(25.827 12.429)' fill='%23fcfcfc'/%3E%3Cpath d='M60.58,10.483a.6.6,0,0,1-.445-.2A1.946,1.946,0,0,0,58.713,9.6H42.562a.6.6,0,0,1,0-1.2H58.727a3.158,3.158,0,0,1,2.3,1.081.6.6,0,0,1-.445,1Z' transform='translate(-39.83 -9)' fill='%23fcfcfc'/%3E%3Cpath d='M122.939,177.062a3.692,3.692,0,1,1,0-7.384.6.6,0,0,1,0,1.2,2.492,2.492,0,1,0,2.492,2.492.6.6,0,0,1,1.2,0A3.7,3.7,0,0,1,122.939,177.062Z' transform='translate(-110.823 -157.148)' fill='%23fcfcfc'/%3E%3Cpath d='M169.278,161.913a.6.6,0,0,1-.6-.6,2.855,2.855,0,0,0-2.851-2.851.6.6,0,0,1,0-1.2,4.056,4.056,0,0,1,4.051,4.051A.6.6,0,0,1,169.278,161.913Z' transform='translate(-153.059 -145.743)' fill='%23fcfcfc'/%3E%3Cpath d='M169.278,161.914h-3.451a.6.6,0,0,1-.6-.6v-3.451a.6.6,0,1,1,1.2,0v2.851h2.851a.6.6,0,1,1,0,1.2Z' transform='translate(-153.059 -145.743)' fill='%23fcfcfc'/%3E%3Cpath d='M0,1.876a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V1.276A.6.6,0,0,1,0,1.876Z' transform='translate(8.919 7.064)' fill='%23fcfcfc'/%3E%3Cpath d='M0,3.953a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.353A.6.6,0,0,1,0,3.953Z' transform='translate(11.53 4.988)' fill='%23fcfcfc'/%3E%3Cpath d='M0,3a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V2.4A.6.6,0,0,1,0,3Z' transform='translate(14.14 5.937)' fill='%23fcfcfc'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.9 26.824'%3E%3Cg transform='translate(-48.651 -218.484)'%3E%3Cg transform='translate(49.251 219.084)'%3E%3Cpath d='M18.832,35.222a3.818,3.818,0,0,1-1.19-.195c-1.4-.457-2.448-1.362-3.049-4.3-.614-3-.789-8.3-.55-16.661a10.378,10.378,0,0,0-.021-1.056H9a.6.6,0,0,1-.6-.615,4.115,4.115,0,0,1,1.99-3.628,2.837,2.837,0,0,1,2.868.051c.784.482,2.084,1.809,1.985,5.283-.236,8.269-.069,13.476.526,16.386.319,1.563.709,2.9,2.246,3.4a2.455,2.455,0,0,0,2.086-.224,4.258,4.258,0,0,0,1.863-2.832.6.6,0,0,1,.589-.485H37.7a.6.6,0,1,1,0,1.2H23.025A5.4,5.4,0,0,1,20.709,34.7,3.675,3.675,0,0,1,18.832,35.222ZM9.661,11.81H13.84a3.069,3.069,0,0,0-1.21-1.97,1.629,1.629,0,0,0-1.667-.018A2.734,2.734,0,0,0,9.661,11.81Z' transform='translate(-9 -9.001)' fill='%23fcfcfc'/%3E%3Cpath d='M276.151,216.79a.6.6,0,0,1-.571-.417,18.406,18.406,0,0,1-.878-5.694.6.6,0,0,1,1.2-.035,17.155,17.155,0,0,0,.821,5.362.6.6,0,0,1-.571.783Z' transform='translate(-253.622 -194.244)' fill='%23fcfcfc'/%3E%3Cpath d='M144.37,282.839h-15.3a.6.6,0,0,1,0-1.2h15.252a.576.576,0,0,1,.069,0c1.489.052,2.7-1.581,3.015-3.191a.6.6,0,1,1,1.178.229c-.4,2.039-1.969,4.163-4.119,4.163Z' transform='translate(-119.295 -256.616)' fill='%23fcfcfc'/%3E%3Cpath d='M227.135,48.211c.185,0,.372.009.557.027a5.789,5.789,0,0,1-.545,11.551c-.185,0-.372-.009-.557-.027a5.789,5.789,0,0,1,.545-11.551Zm.012,10.378a4.589,4.589,0,0,0,.43-9.156c-.147-.014-.3-.021-.443-.021a4.589,4.589,0,0,0-.431,9.156C226.852,58.582,227,58.589,227.147,58.589Z' transform='translate(-204.615 -45.57)' fill='%23fcfcfc'/%3E%3Cpath d='M2.874,4.081a.6.6,0,0,1-.463-.218L-.463.382A.6.6,0,0,1-.382-.463a.6.6,0,0,1,.845.081L3.336,3.1a.6.6,0,0,1-.462.982Z' transform='translate(25.827 12.429)' fill='%23fcfcfc'/%3E%3Cpath d='M60.58,10.483a.6.6,0,0,1-.445-.2A1.946,1.946,0,0,0,58.713,9.6H42.562a.6.6,0,0,1,0-1.2H58.727a3.158,3.158,0,0,1,2.3,1.081.6.6,0,0,1-.445,1Z' transform='translate(-39.83 -9)' fill='%23fcfcfc'/%3E%3Cpath d='M122.939,177.062a3.692,3.692,0,1,1,0-7.384.6.6,0,0,1,0,1.2,2.492,2.492,0,1,0,2.492,2.492.6.6,0,0,1,1.2,0A3.7,3.7,0,0,1,122.939,177.062Z' transform='translate(-110.823 -157.148)' fill='%23fcfcfc'/%3E%3Cpath d='M169.278,161.913a.6.6,0,0,1-.6-.6,2.855,2.855,0,0,0-2.851-2.851.6.6,0,0,1,0-1.2,4.056,4.056,0,0,1,4.051,4.051A.6.6,0,0,1,169.278,161.913Z' transform='translate(-153.059 -145.743)' fill='%23fcfcfc'/%3E%3Cpath d='M169.278,161.914h-3.451a.6.6,0,0,1-.6-.6v-3.451a.6.6,0,1,1,1.2,0v2.851h2.851a.6.6,0,1,1,0,1.2Z' transform='translate(-153.059 -145.743)' fill='%23fcfcfc'/%3E%3Cpath d='M0,1.876a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V1.276A.6.6,0,0,1,0,1.876Z' transform='translate(8.919 7.064)' fill='%23fcfcfc'/%3E%3Cpath d='M0,3.953a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.353A.6.6,0,0,1,0,3.953Z' transform='translate(11.53 4.988)' fill='%23fcfcfc'/%3E%3Cpath d='M0,3a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V2.4A.6.6,0,0,1,0,3Z' transform='translate(14.14 5.937)' fill='%23fcfcfc'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 40px;
  height: 36px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(7)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 27 16'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='27' height='16' transform='translate(0 0.323)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.116 -0.323)'%3E%3Cg transform='translate(0.116)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.645,0H.65A.65.65,0,0,0,0,.65V15.922a.65.65,0,0,0,.65.65h26a.65.65,0,0,0,.65-.65V.65a.65.65,0,0,0-.65-.65M4.874,14.46V2.762A.163.163,0,0,1,5.037,2.6H22.258a.163.163,0,0,1,.162.162v11.7a.163.163,0,0,1-.162.162H5.037a.163.163,0,0,1-.162-.162m18.522.162V12.348H26.32v2.275H23.4ZM26,11.373H23.4V9.1H26.32v2.275Zm0-3.249H23.4V5.849H26.32V8.124ZM3.9,2.6V4.874H.975V2.6H3.9ZM1.3,5.849H3.9V8.124H.975V5.849ZM1.3,9.1H3.9v2.275H.975V9.1Zm0,3.249H3.9v2.275H.975V12.348ZM26.32,4.874H23.4V2.6H26.32Z' transform='translate(-0.09)' fill='%23fff'/%3E%3Cpath d='M35.924,23.849A2.924,2.924,0,1,0,33,20.924a2.925,2.925,0,0,0,2.924,2.924m-.956-4.376,2.581,1.49-2.581,1.49Z' transform='translate(-22.367 -12.151)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 27 16'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='27' height='16' transform='translate(0 0.323)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.116 -0.323)'%3E%3Cg transform='translate(0.116)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.645,0H.65A.65.65,0,0,0,0,.65V15.922a.65.65,0,0,0,.65.65h26a.65.65,0,0,0,.65-.65V.65a.65.65,0,0,0-.65-.65M4.874,14.46V2.762A.163.163,0,0,1,5.037,2.6H22.258a.163.163,0,0,1,.162.162v11.7a.163.163,0,0,1-.162.162H5.037a.163.163,0,0,1-.162-.162m18.522.162V12.348H26.32v2.275H23.4ZM26,11.373H23.4V9.1H26.32v2.275Zm0-3.249H23.4V5.849H26.32V8.124ZM3.9,2.6V4.874H.975V2.6H3.9ZM1.3,5.849H3.9V8.124H.975V5.849ZM1.3,9.1H3.9v2.275H.975V9.1Zm0,3.249H3.9v2.275H.975V12.348ZM26.32,4.874H23.4V2.6H26.32Z' transform='translate(-0.09)' fill='%23fff'/%3E%3Cpath d='M35.924,23.849A2.924,2.924,0,1,0,33,20.924a2.925,2.925,0,0,0,2.924,2.924m-.956-4.376,2.581,1.49-2.581,1.49Z' transform='translate(-22.367 -12.151)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 37.65px;
  height: 22px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  bottom: 20px;
}
dd.Plan_Owner_Item ul li:nth-of-type(7)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 27 16'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='27' height='16' transform='translate(0 0.323)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.116 -0.323)'%3E%3Cg transform='translate(0.116)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.645,0H.65A.65.65,0,0,0,0,.65V15.922a.65.65,0,0,0,.65.65h26a.65.65,0,0,0,.65-.65V.65a.65.65,0,0,0-.65-.65M4.874,14.46V2.762A.163.163,0,0,1,5.037,2.6H22.258a.163.163,0,0,1,.162.162v11.7a.163.163,0,0,1-.162.162H5.037a.163.163,0,0,1-.162-.162m18.522.162V12.348H26.32v2.275H23.4ZM26,11.373H23.4V9.1H26.32v2.275Zm0-3.249H23.4V5.849H26.32V8.124ZM3.9,2.6V4.874H.975V2.6H3.9ZM1.3,5.849H3.9V8.124H.975V5.849ZM1.3,9.1H3.9v2.275H.975V9.1Zm0,3.249H3.9v2.275H.975V12.348ZM26.32,4.874H23.4V2.6H26.32Z' transform='translate(-0.09)' fill='%23fff'/%3E%3Cpath d='M35.924,23.849A2.924,2.924,0,1,0,33,20.924a2.925,2.925,0,0,0,2.924,2.924m-.956-4.376,2.581,1.49-2.581,1.49Z' transform='translate(-22.367 -12.151)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 27 16'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='27' height='16' transform='translate(0 0.323)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.116 -0.323)'%3E%3Cg transform='translate(0.116)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.645,0H.65A.65.65,0,0,0,0,.65V15.922a.65.65,0,0,0,.65.65h26a.65.65,0,0,0,.65-.65V.65a.65.65,0,0,0-.65-.65M4.874,14.46V2.762A.163.163,0,0,1,5.037,2.6H22.258a.163.163,0,0,1,.162.162v11.7a.163.163,0,0,1-.162.162H5.037a.163.163,0,0,1-.162-.162m18.522.162V12.348H26.32v2.275H23.4ZM26,11.373H23.4V9.1H26.32v2.275Zm0-3.249H23.4V5.849H26.32V8.124ZM3.9,2.6V4.874H.975V2.6H3.9ZM1.3,5.849H3.9V8.124H.975V5.849ZM1.3,9.1H3.9v2.275H.975V9.1Zm0,3.249H3.9v2.275H.975V12.348ZM26.32,4.874H23.4V2.6H26.32Z' transform='translate(-0.09)' fill='%23fff'/%3E%3Cpath d='M35.924,23.849A2.924,2.924,0,1,0,33,20.924a2.925,2.925,0,0,0,2.924,2.924m-.956-4.376,2.581,1.49-2.581,1.49Z' transform='translate(-22.367 -12.151)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 37.65px;
  height: 22px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  bottom: 27px;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(8)::after,
dd.Plan_Owner_Item ul li:nth-of-type(8)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.757 22.482'%3E%3Cg transform='translate(0.001 0)'%3E%3Cg%3E%3Cpath d='M4.071,9.817a.61.61,0,0,0-.034-.132L3.091,7.259a.606.606,0,0,0-.784-.345L1.213,7.34A1.908,1.908,0,1,0,2.6,10.9l.234-.091,1.352,3.47a.4.4,0,0,0,.517.235h0l1.286-.5a.4.4,0,0,0,.228-.521Z' fill='%23fff'/%3E%3Cpath d='M10.345,5.829,8.721,1.66a.33.33,0,0,0-.437-.15l-.446.174a.33.33,0,0,0-.221.406l.059.15-.041.072A12.816,12.816,0,0,1,3.457,6.687l.619,1.586.617,1.585a12.836,12.836,0,0,1,6.037.4l.078.026.058.15a.331.331,0,0,0,.438.149l.445-.173A.331.331,0,0,0,11.97,10Z' fill='%23fff'/%3E%3Cpath d='M14.994,4.018A9.9,9.9,0,0,0,12.422.18L12.332.1A.425.425,0,0,0,11.9.029a.406.406,0,0,0-.208.177.468.468,0,0,0-.05.351.519.519,0,0,0,.171.281L11.887.9a8.856,8.856,0,0,1,2.291,3.435,8.884,8.884,0,0,1,.638,4.08.671.671,0,0,1-.013.1.521.521,0,0,0,.065.321.483.483,0,0,0,.273.225.422.422,0,0,0,.274-.011.429.429,0,0,0,.268-.35l.014-.117a9.9,9.9,0,0,0-.7-4.566' fill='%23fff'/%3E%3Cpath d='M11.3,1.7l-.071-.058a.409.409,0,0,0-.408-.072.4.4,0,0,0-.2.165.472.472,0,0,0-.052.331.52.52,0,0,0,.175.3L10.8,2.4a6.543,6.543,0,0,1,1.728,2.573A6.566,6.566,0,0,1,13,8.042l-.011.074a.522.522,0,0,0,.072.334.453.453,0,0,0,.263.207.385.385,0,0,0,.253-.01.406.406,0,0,0,.254-.328.709.709,0,0,1,.012-.091,7.577,7.577,0,0,0-.532-3.554A7.6,7.6,0,0,0,11.3,1.7' fill='%23fff'/%3E%3Cpath d='M9.975,19.6a1.587,1.587,0,0,0,.575,1,2.309,2.309,0,0,0,1.481.478c1.212,0,1.988-.624,1.988-1.591a1.423,1.423,0,0,0-.685-1.286,3.16,3.16,0,0,0-1.4-.3,10.428,10.428,0,0,0-1.31.062v-1.52a8.574,8.574,0,0,0,1.188.061c1.224,0,1.946-.563,1.946-1.506,0-.844-.575-1.321-1.616-1.321a2.044,2.044,0,0,0-1.334.379,1.794,1.794,0,0,0-.513.942l-1.754-.293A3.037,3.037,0,0,1,9.7,12.957a3.976,3.976,0,0,1,2.4-.672c2.044,0,3.366,1.027,3.366,2.619a2.229,2.229,0,0,1-.845,1.8,3.03,3.03,0,0,1-1.187.478A2.575,2.575,0,0,1,15.187,18a2.354,2.354,0,0,1,.585,1.69,2.587,2.587,0,0,1-.735,1.787,4.224,4.224,0,0,1-3.01.991A3.821,3.821,0,0,1,8.918,21.3a3.2,3.2,0,0,1-.685-1.371Z' fill='%23fff'/%3E%3Cpath d='M18.216,21.457a3.422,3.422,0,0,1-.808-1.235,8.214,8.214,0,0,1-.477-2.816,7.217,7.217,0,0,1,.746-3.391,3.485,3.485,0,0,1,3.122-1.7,3.554,3.554,0,0,1,2.581.993,3.388,3.388,0,0,1,.808,1.235,8.2,8.2,0,0,1,.479,2.84,6.425,6.425,0,0,1-.907,3.624,3.475,3.475,0,0,1-2.974,1.444,3.527,3.527,0,0,1-2.57-.993m3.9-.942a4.719,4.719,0,0,0,.857-3.145,4.749,4.749,0,0,0-.857-3.134,1.77,1.77,0,0,0-1.334-.514,1.646,1.646,0,0,0-1.37.624,4.565,4.565,0,0,0-.808,2.975,5.5,5.5,0,0,0,.624,2.912,1.944,1.944,0,0,0,2.888.282' fill='%23fff'/%3E%3Cpath d='M27.725,15.524c-.25.044-.374.071-.9.161a3.623,3.623,0,0,0-.351-.829,6.259,6.259,0,0,0,2.637-.757l.6.783c-.053.019-.24.1-.468.2a6.2,6.2,0,0,1-.606.224v1.184h.351a3.186,3.186,0,0,0,.561-.035v.927a3.724,3.724,0,0,0-.578-.036h-.33a4.445,4.445,0,0,0,1.087,1.55,3.583,3.583,0,0,0-.41.83,3.9,3.9,0,0,1-.731-1.177,8.533,8.533,0,0,1,.054.918v1.916a7.389,7.389,0,0,0,.045,1.052H27.666a8.253,8.253,0,0,0,.054-1.043V19.883c0-.286,0-.286.008-.536.01-.071.01-.079.027-.552A5.559,5.559,0,0,1,26.7,20.729a3.223,3.223,0,0,0-.428-.935,6.574,6.574,0,0,0,1.346-2.456h-.5a3.829,3.829,0,0,0-.642.045v-.945a3.406,3.406,0,0,0,.669.045h.57Zm6.363,3.227a2.823,2.823,0,0,0-.214.374,6.1,6.1,0,0,1-1.667,2.05,9.127,9.127,0,0,1-1.443.873,6.887,6.887,0,0,1-1.123.4,3.063,3.063,0,0,0-.508-.91,6.315,6.315,0,0,0,1.943-.765,4.664,4.664,0,0,0,2.192-2.647Zm-3-3.164a9.133,9.133,0,0,1-.9,3.422,3.637,3.637,0,0,0-.8-.632,6.61,6.61,0,0,0,.846-2.986Zm1.39,3.216c0,.642-.258.812-1.23.812-.1,0-.241,0-.507-.009a3.6,3.6,0,0,0-.17-.891,4.482,4.482,0,0,0,.722.071c.2,0,.25-.054.25-.241V15.1a6.742,6.742,0,0,0-.046-.864h1.026a6.632,6.632,0,0,0-.045.891Zm1.124-3.493a7.262,7.262,0,0,0,.5,1.409,6.591,6.591,0,0,0,.651,1.132,2.711,2.711,0,0,0-.312.285c-.3.32-.3.32-.437.445a8.855,8.855,0,0,1-1.2-3.03Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.757 22.482'%3E%3Cg transform='translate(0.001 0)'%3E%3Cg%3E%3Cpath d='M4.071,9.817a.61.61,0,0,0-.034-.132L3.091,7.259a.606.606,0,0,0-.784-.345L1.213,7.34A1.908,1.908,0,1,0,2.6,10.9l.234-.091,1.352,3.47a.4.4,0,0,0,.517.235h0l1.286-.5a.4.4,0,0,0,.228-.521Z' fill='%23fff'/%3E%3Cpath d='M10.345,5.829,8.721,1.66a.33.33,0,0,0-.437-.15l-.446.174a.33.33,0,0,0-.221.406l.059.15-.041.072A12.816,12.816,0,0,1,3.457,6.687l.619,1.586.617,1.585a12.836,12.836,0,0,1,6.037.4l.078.026.058.15a.331.331,0,0,0,.438.149l.445-.173A.331.331,0,0,0,11.97,10Z' fill='%23fff'/%3E%3Cpath d='M14.994,4.018A9.9,9.9,0,0,0,12.422.18L12.332.1A.425.425,0,0,0,11.9.029a.406.406,0,0,0-.208.177.468.468,0,0,0-.05.351.519.519,0,0,0,.171.281L11.887.9a8.856,8.856,0,0,1,2.291,3.435,8.884,8.884,0,0,1,.638,4.08.671.671,0,0,1-.013.1.521.521,0,0,0,.065.321.483.483,0,0,0,.273.225.422.422,0,0,0,.274-.011.429.429,0,0,0,.268-.35l.014-.117a9.9,9.9,0,0,0-.7-4.566' fill='%23fff'/%3E%3Cpath d='M11.3,1.7l-.071-.058a.409.409,0,0,0-.408-.072.4.4,0,0,0-.2.165.472.472,0,0,0-.052.331.52.52,0,0,0,.175.3L10.8,2.4a6.543,6.543,0,0,1,1.728,2.573A6.566,6.566,0,0,1,13,8.042l-.011.074a.522.522,0,0,0,.072.334.453.453,0,0,0,.263.207.385.385,0,0,0,.253-.01.406.406,0,0,0,.254-.328.709.709,0,0,1,.012-.091,7.577,7.577,0,0,0-.532-3.554A7.6,7.6,0,0,0,11.3,1.7' fill='%23fff'/%3E%3Cpath d='M9.975,19.6a1.587,1.587,0,0,0,.575,1,2.309,2.309,0,0,0,1.481.478c1.212,0,1.988-.624,1.988-1.591a1.423,1.423,0,0,0-.685-1.286,3.16,3.16,0,0,0-1.4-.3,10.428,10.428,0,0,0-1.31.062v-1.52a8.574,8.574,0,0,0,1.188.061c1.224,0,1.946-.563,1.946-1.506,0-.844-.575-1.321-1.616-1.321a2.044,2.044,0,0,0-1.334.379,1.794,1.794,0,0,0-.513.942l-1.754-.293A3.037,3.037,0,0,1,9.7,12.957a3.976,3.976,0,0,1,2.4-.672c2.044,0,3.366,1.027,3.366,2.619a2.229,2.229,0,0,1-.845,1.8,3.03,3.03,0,0,1-1.187.478A2.575,2.575,0,0,1,15.187,18a2.354,2.354,0,0,1,.585,1.69,2.587,2.587,0,0,1-.735,1.787,4.224,4.224,0,0,1-3.01.991A3.821,3.821,0,0,1,8.918,21.3a3.2,3.2,0,0,1-.685-1.371Z' fill='%23fff'/%3E%3Cpath d='M18.216,21.457a3.422,3.422,0,0,1-.808-1.235,8.214,8.214,0,0,1-.477-2.816,7.217,7.217,0,0,1,.746-3.391,3.485,3.485,0,0,1,3.122-1.7,3.554,3.554,0,0,1,2.581.993,3.388,3.388,0,0,1,.808,1.235,8.2,8.2,0,0,1,.479,2.84,6.425,6.425,0,0,1-.907,3.624,3.475,3.475,0,0,1-2.974,1.444,3.527,3.527,0,0,1-2.57-.993m3.9-.942a4.719,4.719,0,0,0,.857-3.145,4.749,4.749,0,0,0-.857-3.134,1.77,1.77,0,0,0-1.334-.514,1.646,1.646,0,0,0-1.37.624,4.565,4.565,0,0,0-.808,2.975,5.5,5.5,0,0,0,.624,2.912,1.944,1.944,0,0,0,2.888.282' fill='%23fff'/%3E%3Cpath d='M27.725,15.524c-.25.044-.374.071-.9.161a3.623,3.623,0,0,0-.351-.829,6.259,6.259,0,0,0,2.637-.757l.6.783c-.053.019-.24.1-.468.2a6.2,6.2,0,0,1-.606.224v1.184h.351a3.186,3.186,0,0,0,.561-.035v.927a3.724,3.724,0,0,0-.578-.036h-.33a4.445,4.445,0,0,0,1.087,1.55,3.583,3.583,0,0,0-.41.83,3.9,3.9,0,0,1-.731-1.177,8.533,8.533,0,0,1,.054.918v1.916a7.389,7.389,0,0,0,.045,1.052H27.666a8.253,8.253,0,0,0,.054-1.043V19.883c0-.286,0-.286.008-.536.01-.071.01-.079.027-.552A5.559,5.559,0,0,1,26.7,20.729a3.223,3.223,0,0,0-.428-.935,6.574,6.574,0,0,0,1.346-2.456h-.5a3.829,3.829,0,0,0-.642.045v-.945a3.406,3.406,0,0,0,.669.045h.57Zm6.363,3.227a2.823,2.823,0,0,0-.214.374,6.1,6.1,0,0,1-1.667,2.05,9.127,9.127,0,0,1-1.443.873,6.887,6.887,0,0,1-1.123.4,3.063,3.063,0,0,0-.508-.91,6.315,6.315,0,0,0,1.943-.765,4.664,4.664,0,0,0,2.192-2.647Zm-3-3.164a9.133,9.133,0,0,1-.9,3.422,3.637,3.637,0,0,0-.8-.632,6.61,6.61,0,0,0,.846-2.986Zm1.39,3.216c0,.642-.258.812-1.23.812-.1,0-.241,0-.507-.009a3.6,3.6,0,0,0-.17-.891,4.482,4.482,0,0,0,.722.071c.2,0,.25-.054.25-.241V15.1a6.742,6.742,0,0,0-.046-.864h1.026a6.632,6.632,0,0,0-.045.891Zm1.124-3.493a7.262,7.262,0,0,0,.5,1.409,6.591,6.591,0,0,0,.651,1.132,2.711,2.711,0,0,0-.312.285c-.3.32-.3.32-.437.445a8.855,8.855,0,0,1-1.2-3.03Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 48px;
  height: 31.2px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  bottom: 19%;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(9)::after,
dd.Plan_Owner_Item ul li:nth-of-type(9)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.332 20.83'%3E%3Cg transform='translate(-0.952 4.728)'%3E%3Cg transform='translate(0.952 -4.728)'%3E%3Cpath d='M48.614,4.181h-.663l.481-.481a.652.652,0,0,0,.208-.472.6.6,0,0,0-.177-.462L45.91.206a.693.693,0,0,0-.5-.206.645.645,0,0,0-.451.2h0L40.912,4.244a.714.714,0,0,0-.256-.063c-.022,0-.043,0-.06,0h-7.88A.718.718,0,0,0,32,4.9V20.114a.718.718,0,0,0,.717.717h15.9a.718.718,0,0,0,.717-.717V4.9a.718.718,0,0,0-.717-.717m-11.56,7.407.354-1.262.909.91Zm-.47-3.015a.835.835,0,0,0-.185.31l-.986,3.508a.649.649,0,0,0,.171.651.659.659,0,0,0,.48.217l.04,0a.514.514,0,0,0,.145-.021l3.523-.993a.58.58,0,0,0,.3-.183L46.69,5.443a.716.716,0,0,0,.425.172H47.9V19.4H33.433V5.614h6.11Zm1.465.452L45.43,1.643,47,3.214l-7.378,7.378Zm7-8.733h0L45.029.275Z' transform='translate(-31.999 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.332 20.83'%3E%3Cg transform='translate(-0.952 4.728)'%3E%3Cg transform='translate(0.952 -4.728)'%3E%3Cpath d='M48.614,4.181h-.663l.481-.481a.652.652,0,0,0,.208-.472.6.6,0,0,0-.177-.462L45.91.206a.693.693,0,0,0-.5-.206.645.645,0,0,0-.451.2h0L40.912,4.244a.714.714,0,0,0-.256-.063c-.022,0-.043,0-.06,0h-7.88A.718.718,0,0,0,32,4.9V20.114a.718.718,0,0,0,.717.717h15.9a.718.718,0,0,0,.717-.717V4.9a.718.718,0,0,0-.717-.717m-11.56,7.407.354-1.262.909.91Zm-.47-3.015a.835.835,0,0,0-.185.31l-.986,3.508a.649.649,0,0,0,.171.651.659.659,0,0,0,.48.217l.04,0a.514.514,0,0,0,.145-.021l3.523-.993a.58.58,0,0,0,.3-.183L46.69,5.443a.716.716,0,0,0,.425.172H47.9V19.4H33.433V5.614h6.11Zm1.465.452L45.43,1.643,47,3.214l-7.378,7.378Zm7-8.733h0L45.029.275Z' transform='translate(-31.999 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 28.23px;
  height: 34px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  bottom: 19%;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(10)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 27.558 26'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='27.558' height='26' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect width='1.306' height='1.088' transform='translate(10.148 16.425)' fill='%23fff'/%3E%3Crect width='13.492' height='1.088' transform='translate(12.107 22.953)' fill='%23fff'/%3E%3Crect width='13.492' height='1.088' transform='translate(12.107 16.425)' fill='%23fff'/%3E%3Crect width='1.306' height='1.088' transform='translate(10.148 19.689)' fill='%23fff'/%3E%3Crect width='1.306' height='1.088' transform='translate(10.148 22.953)' fill='%23fff'/%3E%3Crect width='13.492' height='1.088' transform='translate(12.107 19.689)' fill='%23fff'/%3E%3Cg%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M27.231,12.509H8.516a.326.326,0,0,0-.326.326V25.674A.326.326,0,0,0,8.516,26H27.231a.326.326,0,0,0,.326-.326V12.835a.326.326,0,0,0-.326-.326M11.78,15.773H25.925a.326.326,0,0,1,.327.326V17.84a.326.326,0,0,1-.327.326H9.822A.326.326,0,0,1,9.5,17.84V16.1a.326.326,0,0,1,.326-.326ZM10.8,14.358a.326.326,0,0,1,.327-.326H24.837a.327.327,0,1,1,0,.653H11.128a.326.326,0,0,1-.327-.327m-.979,4.679h16.1a.326.326,0,0,1,.327.326V21.1a.327.327,0,0,1-.327.327H9.822A.327.327,0,0,1,9.5,21.1V19.363a.326.326,0,0,1,.326-.326m0,3.264h16.1a.326.326,0,0,1,.327.326v1.741a.326.326,0,0,1-.327.327H9.822a.326.326,0,0,1-.326-.327V22.627a.326.326,0,0,1,.326-.326' fill='%23fff'/%3E%3Cpath d='M4.35,10.48a.7.7,0,0,0-.036-.141L3.3,7.75a.647.647,0,0,0-.837-.369L1.3,7.836a2.039,2.039,0,0,0,1.481,3.8l.25-.1,1.443,3.7a.426.426,0,0,0,.548.252h0L6.4,14.96a.427.427,0,0,0,.245-.552v0Z' fill='%23fff'/%3E%3Cpath d='M11.047,6.223,9.314,1.773a.353.353,0,0,0-.467-.16L8.371,1.8a.352.352,0,0,0-.236.433l.063.16-.044.077a13.678,13.678,0,0,1-4.459,4.67l.66,1.693.659,1.692a13.687,13.687,0,0,1,6.444.427l.083.027.062.16a.353.353,0,0,0,.468.159l.475-.184a.355.355,0,0,0,.236-.438Z' fill='%23fff'/%3E%3Cpath d='M16.009,4.29a10.57,10.57,0,0,0-2.745-4.1l-.1-.085a.454.454,0,0,0-.462-.076.437.437,0,0,0-.222.189A.5.5,0,0,0,12.431.6a.557.557,0,0,0,.183.3l.079.066a9.461,9.461,0,0,1,2.445,3.666,9.485,9.485,0,0,1,.681,4.355.764.764,0,0,1-.014.107.555.555,0,0,0,.07.343.513.513,0,0,0,.291.24.443.443,0,0,0,.292-.012.457.457,0,0,0,.286-.373l.015-.125a10.563,10.563,0,0,0-.747-4.874' fill='%23fff'/%3E%3Cpath d='M12.066,1.816l-.076-.062a.432.432,0,0,0-.649.1.5.5,0,0,0-.055.354.546.546,0,0,0,.187.32l.059.036A6.99,6.99,0,0,1,13.377,5.31a7.017,7.017,0,0,1,.5,3.275l-.012.079a.558.558,0,0,0,.077.357.482.482,0,0,0,.28.221.41.41,0,0,0,.27-.011.434.434,0,0,0,.272-.35.8.8,0,0,1,.012-.1,8.094,8.094,0,0,0-.567-3.794,8.118,8.118,0,0,0-2.147-3.174' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 27.558 26'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='27.558' height='26' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect width='1.306' height='1.088' transform='translate(10.148 16.425)' fill='%23fff'/%3E%3Crect width='13.492' height='1.088' transform='translate(12.107 22.953)' fill='%23fff'/%3E%3Crect width='13.492' height='1.088' transform='translate(12.107 16.425)' fill='%23fff'/%3E%3Crect width='1.306' height='1.088' transform='translate(10.148 19.689)' fill='%23fff'/%3E%3Crect width='1.306' height='1.088' transform='translate(10.148 22.953)' fill='%23fff'/%3E%3Crect width='13.492' height='1.088' transform='translate(12.107 19.689)' fill='%23fff'/%3E%3Cg%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M27.231,12.509H8.516a.326.326,0,0,0-.326.326V25.674A.326.326,0,0,0,8.516,26H27.231a.326.326,0,0,0,.326-.326V12.835a.326.326,0,0,0-.326-.326M11.78,15.773H25.925a.326.326,0,0,1,.327.326V17.84a.326.326,0,0,1-.327.326H9.822A.326.326,0,0,1,9.5,17.84V16.1a.326.326,0,0,1,.326-.326ZM10.8,14.358a.326.326,0,0,1,.327-.326H24.837a.327.327,0,1,1,0,.653H11.128a.326.326,0,0,1-.327-.327m-.979,4.679h16.1a.326.326,0,0,1,.327.326V21.1a.327.327,0,0,1-.327.327H9.822A.327.327,0,0,1,9.5,21.1V19.363a.326.326,0,0,1,.326-.326m0,3.264h16.1a.326.326,0,0,1,.327.326v1.741a.326.326,0,0,1-.327.327H9.822a.326.326,0,0,1-.326-.327V22.627a.326.326,0,0,1,.326-.326' fill='%23fff'/%3E%3Cpath d='M4.35,10.48a.7.7,0,0,0-.036-.141L3.3,7.75a.647.647,0,0,0-.837-.369L1.3,7.836a2.039,2.039,0,0,0,1.481,3.8l.25-.1,1.443,3.7a.426.426,0,0,0,.548.252h0L6.4,14.96a.427.427,0,0,0,.245-.552v0Z' fill='%23fff'/%3E%3Cpath d='M11.047,6.223,9.314,1.773a.353.353,0,0,0-.467-.16L8.371,1.8a.352.352,0,0,0-.236.433l.063.16-.044.077a13.678,13.678,0,0,1-4.459,4.67l.66,1.693.659,1.692a13.687,13.687,0,0,1,6.444.427l.083.027.062.16a.353.353,0,0,0,.468.159l.475-.184a.355.355,0,0,0,.236-.438Z' fill='%23fff'/%3E%3Cpath d='M16.009,4.29a10.57,10.57,0,0,0-2.745-4.1l-.1-.085a.454.454,0,0,0-.462-.076.437.437,0,0,0-.222.189A.5.5,0,0,0,12.431.6a.557.557,0,0,0,.183.3l.079.066a9.461,9.461,0,0,1,2.445,3.666,9.485,9.485,0,0,1,.681,4.355.764.764,0,0,1-.014.107.555.555,0,0,0,.07.343.513.513,0,0,0,.291.24.443.443,0,0,0,.292-.012.457.457,0,0,0,.286-.373l.015-.125a10.563,10.563,0,0,0-.747-4.874' fill='%23fff'/%3E%3Cpath d='M12.066,1.816l-.076-.062a.432.432,0,0,0-.649.1.5.5,0,0,0-.055.354.546.546,0,0,0,.187.32l.059.036A6.99,6.99,0,0,1,13.377,5.31a7.017,7.017,0,0,1,.5,3.275l-.012.079a.558.558,0,0,0,.077.357.482.482,0,0,0,.28.221.41.41,0,0,0,.27-.011.434.434,0,0,0,.272-.35.8.8,0,0,1,.012-.1,8.094,8.094,0,0,0-.567-3.794,8.118,8.118,0,0,0-2.147-3.174' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 35.3px;
  height: 34px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  bottom: 18%;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(11)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 18.037 22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='18.037' height='22' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)'%3E%3Cg transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath d='M17.99,13.137v-.045a8.849,8.849,0,0,0-1.5-4.94l1.1-1.1a1.072,1.072,0,0,0,0-1.515L16.479,4.431a1.073,1.073,0,0,0-1.515,0L13.835,5.56a8.82,8.82,0,0,0-2.854-1.175V3.449h.5a.549.549,0,0,0,.548-.549V.549A.549.549,0,0,0,11.478,0h-4.7a.549.549,0,0,0-.549.549V2.9a.549.549,0,0,0,.549.549h.5v.918a8.81,8.81,0,0,0-3.1,1.295L2.937,4.431a1.073,1.073,0,0,0-1.515,0L.313,5.54a1.072,1.072,0,0,0,0,1.515L1.568,8.309A8.9,8.9,0,0,0,9.095,22h.047a8.916,8.916,0,0,0,8.835-8.4.545.545,0,0,0,.059-.246.53.53,0,0,0-.046-.216M1.107,6.3,2.179,5.226,3.251,6.3,2.179,7.369Zm13.628-.085.987-.987L16.794,6.3l-.973.973a9.016,9.016,0,0,0-1.086-1.057M9.126,19.075a.549.549,0,0,0-.549.549v1.263A7.819,7.819,0,0,1,1.313,13.9H2.594a.549.549,0,0,0,0-1.1H1.276A7.818,7.818,0,0,1,8.578,5.3V6.559a.549.549,0,1,0,1.1,0V5.3a7.783,7.783,0,0,1,3.748,1.3.4.4,0,0,0,.064.087l1.847,1.847a.529.529,0,0,0,.166.112A7.753,7.753,0,0,1,16.887,12.8H15.4a.549.549,0,0,0,0,1.1H16.85a7.837,7.837,0,0,1-7.175,6.98V19.624a.549.549,0,0,0-.548-.549M9.884,4.181H8.368V3.449H9.884ZM7.323,1.1h3.606V2.352H7.323Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath d='M30.8,34.9a1.954,1.954,0,0,0-.166-.79l3.426-4.765-4.989,3.587a1.863,1.863,0,0,0-.257-.019A1.986,1.986,0,1,0,30.8,34.9m-1.1,0a.889.889,0,1,1-.888-.888.889.889,0,0,1,.888.888' transform='translate(-19.817 -21.676)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 18.037 22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='18.037' height='22' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)'%3E%3Cg transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath d='M17.99,13.137v-.045a8.849,8.849,0,0,0-1.5-4.94l1.1-1.1a1.072,1.072,0,0,0,0-1.515L16.479,4.431a1.073,1.073,0,0,0-1.515,0L13.835,5.56a8.82,8.82,0,0,0-2.854-1.175V3.449h.5a.549.549,0,0,0,.548-.549V.549A.549.549,0,0,0,11.478,0h-4.7a.549.549,0,0,0-.549.549V2.9a.549.549,0,0,0,.549.549h.5v.918a8.81,8.81,0,0,0-3.1,1.295L2.937,4.431a1.073,1.073,0,0,0-1.515,0L.313,5.54a1.072,1.072,0,0,0,0,1.515L1.568,8.309A8.9,8.9,0,0,0,9.095,22h.047a8.916,8.916,0,0,0,8.835-8.4.545.545,0,0,0,.059-.246.53.53,0,0,0-.046-.216M1.107,6.3,2.179,5.226,3.251,6.3,2.179,7.369Zm13.628-.085.987-.987L16.794,6.3l-.973.973a9.016,9.016,0,0,0-1.086-1.057M9.126,19.075a.549.549,0,0,0-.549.549v1.263A7.819,7.819,0,0,1,1.313,13.9H2.594a.549.549,0,0,0,0-1.1H1.276A7.818,7.818,0,0,1,8.578,5.3V6.559a.549.549,0,1,0,1.1,0V5.3a7.783,7.783,0,0,1,3.748,1.3.4.4,0,0,0,.064.087l1.847,1.847a.529.529,0,0,0,.166.112A7.753,7.753,0,0,1,16.887,12.8H15.4a.549.549,0,0,0,0,1.1H16.85a7.837,7.837,0,0,1-7.175,6.98V19.624a.549.549,0,0,0-.548-.549M9.884,4.181H8.368V3.449H9.884ZM7.323,1.1h3.606V2.352H7.323Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath d='M30.8,34.9a1.954,1.954,0,0,0-.166-.79l3.426-4.765-4.989,3.587a1.863,1.863,0,0,0-.257-.019A1.986,1.986,0,1,0,30.8,34.9m-1.1,0a.889.889,0,1,1-.888-.888.889.889,0,0,1,.888.888' transform='translate(-19.817 -21.676)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 30.59px;
  height: 36px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  bottom: 12%;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(12)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.045 20.564'%3E%3Cg transform='translate(1395.358 -384.743)'%3E%3Cpath d='M-1377.872,395.516h-10.038l5.019,4.213Z' fill='%23fff'/%3E%3Cpath d='M-1388.659,396.027v8.544l.38-.319,4.71-3.953Z' fill='%23fff'/%3E%3Cpath d='M-1372.788,396.936l-.437-.9-1.128-2.333-8.482-6.175-8.482,6.175-1.128,2.333-.437.9-.174.36a1.763,1.763,0,0,1-.263.393v7a.437.437,0,0,0,.437.437h3.349V395.079a.437.437,0,0,1,.437-.437h12.813c.013,0,.024,0,.036,0a.435.435,0,0,1,.4.433v10.047h3.058a.437.437,0,0,0,.437-.437v-7a1.764,1.764,0,0,1-.263-.393Z' fill='%23fff'/%3E%3Cpath d='M-1377.5,404.253l.52.437.262.22v-9.22l-5.492,4.61Z' fill='%23fff'/%3E%3Cpath d='M-1378.86,404.253l-4.03-3.383-4.03,3.383-.521.437-.52.437h10.142l-.52-.437Z' fill='%23fff'/%3E%3Cpath d='M-1389.523,405.3l.2-.17h-.213v.18Z' fill='%23fff'/%3E%3Cpath d='M-1388.659,404.689v-.118l-.141.118Z' fill='%23fff'/%3E%3Cpath d='M-1370.385,396.219l-1.93-3.992a.739.739,0,0,0-.227-.272l-8.7-6.333-1.019-.742a.725.725,0,0,0-.575-.122.725.725,0,0,0-.573.122l-1.019.742-8.7,6.333a.748.748,0,0,0-.227.272l-1.93,3.992a.728.728,0,0,0,.339.972.73.73,0,0,0,.316.073.727.727,0,0,0,.656-.412l.655-1.354.437-.9.437-.9.063-.13,3.465-2.843.271-.224,4.945-3.6.84-.611.874.624,2.02,1.444,2.927,2.131,3.752,3.079.063.13.437.9.437.9.655,1.354a.73.73,0,0,0,.656.412.73.73,0,0,0,.316-.073A.728.728,0,0,0-1370.385,396.219Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.045 20.564'%3E%3Cg transform='translate(1395.358 -384.743)'%3E%3Cpath d='M-1377.872,395.516h-10.038l5.019,4.213Z' fill='%23fff'/%3E%3Cpath d='M-1388.659,396.027v8.544l.38-.319,4.71-3.953Z' fill='%23fff'/%3E%3Cpath d='M-1372.788,396.936l-.437-.9-1.128-2.333-8.482-6.175-8.482,6.175-1.128,2.333-.437.9-.174.36a1.763,1.763,0,0,1-.263.393v7a.437.437,0,0,0,.437.437h3.349V395.079a.437.437,0,0,1,.437-.437h12.813c.013,0,.024,0,.036,0a.435.435,0,0,1,.4.433v10.047h3.058a.437.437,0,0,0,.437-.437v-7a1.764,1.764,0,0,1-.263-.393Z' fill='%23fff'/%3E%3Cpath d='M-1377.5,404.253l.52.437.262.22v-9.22l-5.492,4.61Z' fill='%23fff'/%3E%3Cpath d='M-1378.86,404.253l-4.03-3.383-4.03,3.383-.521.437-.52.437h10.142l-.52-.437Z' fill='%23fff'/%3E%3Cpath d='M-1389.523,405.3l.2-.17h-.213v.18Z' fill='%23fff'/%3E%3Cpath d='M-1388.659,404.689v-.118l-.141.118Z' fill='%23fff'/%3E%3Cpath d='M-1370.385,396.219l-1.93-3.992a.739.739,0,0,0-.227-.272l-8.7-6.333-1.019-.742a.725.725,0,0,0-.575-.122.725.725,0,0,0-.573.122l-1.019.742-8.7,6.333a.748.748,0,0,0-.227.272l-1.93,3.992a.728.728,0,0,0,.339.972.73.73,0,0,0,.316.073.727.727,0,0,0,.656-.412l.655-1.354.437-.9.437-.9.063-.13,3.465-2.843.271-.224,4.945-3.6.84-.611.874.624,2.02,1.444,2.927,2.131,3.752,3.079.063.13.437.9.437.9.655,1.354a.73.73,0,0,0,.656.412.73.73,0,0,0,.316-.073A.728.728,0,0,0-1370.385,396.219Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 37.65px;
  height: 30px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  bottom: 18%;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(13)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 29.606 23.22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='29.606' height='23.22' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.1,6.73H22.034V4.3a4.307,4.307,0,0,0-4.3-4.3H4.3A4.307,4.307,0,0,0,0,4.3v8a4.307,4.307,0,0,0,4.3,4.3H6.47l-.285,3.412a.623.623,0,0,0,1.04.512l4.3-3.924h.541a3.511,3.511,0,0,0,3.505,3.414h4.817l3.33,3.041a.623.623,0,0,0,1.041-.511l-.212-2.53H26.1a3.512,3.512,0,0,0,3.508-3.508V10.237A3.512,3.512,0,0,0,26.1,6.73m2.263,9.778A2.265,2.265,0,0,1,26.1,18.771h-2.23a.623.623,0,0,0-.62.674l.136,1.622-2.336-2.134a.622.622,0,0,0-.42-.163H15.568a2.265,2.265,0,0,1-2.26-2.169h4.424a4.307,4.307,0,0,0,4.3-4.3V7.975H26.1a2.265,2.265,0,0,1,2.263,2.263Zm-17.5-.988-3.3,3.016.209-2.5a.623.623,0,0,0-.621-.674H4.3A3.061,3.061,0,0,1,1.245,12.3v-8A3.061,3.061,0,0,1,4.3,1.245h13.43A3.061,3.061,0,0,1,20.789,4.3v8a3.061,3.061,0,0,1-3.057,3.057H11.28a.622.622,0,0,0-.42.163' transform='translate(0 0)' fill='%23fff'/%3E%3Crect width='0.97' height='0.809' transform='translate(5.441 6.105)' fill='%23fff'/%3E%3Crect width='10.028' height='0.809' transform='translate(6.897 10.958)' fill='%23fff'/%3E%3Crect width='10.028' height='0.809' transform='translate(6.897 6.105)' fill='%23fff'/%3E%3Crect width='0.97' height='0.809' transform='translate(5.441 8.532)' fill='%23fff'/%3E%3Crect width='0.97' height='0.809' transform='translate(5.441 10.958)' fill='%23fff'/%3E%3Crect width='10.028' height='0.809' transform='translate(6.897 8.532)' fill='%23fff'/%3E%3Cpath d='M34.106,15.993H20.2a.243.243,0,0,0-.243.243v9.543a.242.242,0,0,0,.243.242h13.91a.242.242,0,0,0,.243-.242V16.236a.243.243,0,0,0-.243-.243M22.623,18.419H33.136a.243.243,0,0,1,.243.243v1.294a.243.243,0,0,1-.243.243H21.167a.243.243,0,0,1-.243-.243V18.662a.243.243,0,0,1,.243-.243Zm-.728-1.051a.243.243,0,0,1,.243-.243h10.19a.243.243,0,0,1,0,.485H22.138a.243.243,0,0,1-.243-.243m-.728,3.477H33.136a.243.243,0,0,1,.243.243v1.294a.243.243,0,0,1-.243.243H21.167a.243.243,0,0,1-.243-.243V21.088a.243.243,0,0,1,.243-.243m0,2.426H33.136a.243.243,0,0,1,.243.243v1.294a.243.243,0,0,1-.243.243H21.167a.243.243,0,0,1-.243-.243V23.514a.243.243,0,0,1,.243-.243' transform='translate(-15.969 -12.799)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 29.606 23.22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='29.606' height='23.22' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.1,6.73H22.034V4.3a4.307,4.307,0,0,0-4.3-4.3H4.3A4.307,4.307,0,0,0,0,4.3v8a4.307,4.307,0,0,0,4.3,4.3H6.47l-.285,3.412a.623.623,0,0,0,1.04.512l4.3-3.924h.541a3.511,3.511,0,0,0,3.505,3.414h4.817l3.33,3.041a.623.623,0,0,0,1.041-.511l-.212-2.53H26.1a3.512,3.512,0,0,0,3.508-3.508V10.237A3.512,3.512,0,0,0,26.1,6.73m2.263,9.778A2.265,2.265,0,0,1,26.1,18.771h-2.23a.623.623,0,0,0-.62.674l.136,1.622-2.336-2.134a.622.622,0,0,0-.42-.163H15.568a2.265,2.265,0,0,1-2.26-2.169h4.424a4.307,4.307,0,0,0,4.3-4.3V7.975H26.1a2.265,2.265,0,0,1,2.263,2.263Zm-17.5-.988-3.3,3.016.209-2.5a.623.623,0,0,0-.621-.674H4.3A3.061,3.061,0,0,1,1.245,12.3v-8A3.061,3.061,0,0,1,4.3,1.245h13.43A3.061,3.061,0,0,1,20.789,4.3v8a3.061,3.061,0,0,1-3.057,3.057H11.28a.622.622,0,0,0-.42.163' transform='translate(0 0)' fill='%23fff'/%3E%3Crect width='0.97' height='0.809' transform='translate(5.441 6.105)' fill='%23fff'/%3E%3Crect width='10.028' height='0.809' transform='translate(6.897 10.958)' fill='%23fff'/%3E%3Crect width='10.028' height='0.809' transform='translate(6.897 6.105)' fill='%23fff'/%3E%3Crect width='0.97' height='0.809' transform='translate(5.441 8.532)' fill='%23fff'/%3E%3Crect width='0.97' height='0.809' transform='translate(5.441 10.958)' fill='%23fff'/%3E%3Crect width='10.028' height='0.809' transform='translate(6.897 8.532)' fill='%23fff'/%3E%3Cpath d='M34.106,15.993H20.2a.243.243,0,0,0-.243.243v9.543a.242.242,0,0,0,.243.242h13.91a.242.242,0,0,0,.243-.242V16.236a.243.243,0,0,0-.243-.243M22.623,18.419H33.136a.243.243,0,0,1,.243.243v1.294a.243.243,0,0,1-.243.243H21.167a.243.243,0,0,1-.243-.243V18.662a.243.243,0,0,1,.243-.243Zm-.728-1.051a.243.243,0,0,1,.243-.243h10.19a.243.243,0,0,1,0,.485H22.138a.243.243,0,0,1-.243-.243m-.728,3.477H33.136a.243.243,0,0,1,.243.243v1.294a.243.243,0,0,1-.243.243H21.167a.243.243,0,0,1-.243-.243V21.088a.243.243,0,0,1,.243-.243m0,2.426H33.136a.243.243,0,0,1,.243.243v1.294a.243.243,0,0,1-.243.243H21.167a.243.243,0,0,1-.243-.243V23.514a.243.243,0,0,1,.243-.243' transform='translate(-15.969 -12.799)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 40px;
  height: 32px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(14)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 26.449 23.592'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='13.851' height='12.25' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-44.402 -188)'%3E%3Cpath d='M25.261,31.669c-1.507-.252-2.476-.759-2.882-1.508a3.032,3.032,0,0,1-.287-1.048,5.413,5.413,0,0,0-.164-.8l-.02-.063H20.744l.066.129a2.823,2.823,0,0,1,.227.887,4.769,4.769,0,0,0,.251,1.068,2.913,2.913,0,0,0,.153.332,3.108,3.108,0,0,0,.833.967,1.707,1.707,0,0,1-1.115-.642l-.012-.024a2.019,2.019,0,0,1-.2-.659,9.015,9.015,0,0,0-.32-1.257,4.662,4.662,0,0,0-.141-.736l-.018-.065h-1.13l.044.12a3.486,3.486,0,0,1,.192.9c.013.154.02.3.018.44l-.849,1.981a.553.553,0,0,0-.029.094l-.19.858-.092.276a.521.521,0,0,0-.021.228l-.232,1.046L15.76,35.267a.648.648,0,0,1-.069.026.287.287,0,0,0-.2.164l-.75,1.667h-.414l.627-2.007,1.621-1.038a.5.5,0,0,0,.233-.359.506.506,0,0,0-.137-.414,2.857,2.857,0,0,1-.5-.745,2.974,2.974,0,0,1-.25-1.506.533.533,0,0,0-.865-.463,5.214,5.214,0,0,1-2.291,1.051l-.056.012-.072.014a4.755,4.755,0,0,1-.859.056.517.517,0,0,0-.327-.056,2.087,2.087,0,0,1-.22.018l-.015,0A5.44,5.44,0,0,1,9.4,31.129a.532.532,0,0,0-.624.1L6.7,33.3a.541.541,0,0,0-.109.156c-.2.44-.4,1.012-.594,1.564-.055.158-.111.314-.165.467-.07.2-.142.378-.214.559-.048.122-.1.246-.147.378.021-.119.041-.233.061-.344.035-.2.068-.385.1-.572l.053-.321c.052-.318.1-.593.138-.794a2.987,2.987,0,0,1,.668-1.4,6.142,6.142,0,0,0,1.1-2.443.54.54,0,0,0-.1-.467c-.689-.863-1.384-1.758-2.069-2.66q-.449-.593-.887-1.183a.535.535,0,0,0-.693-.146L1.769,27.282a.515.515,0,0,0-.055.037.426.426,0,0,1-.522.019.384.384,0,0,1-.125-.295l2.3-3.451a.545.545,0,0,0,.086-.237l.1-.874.082.164a.534.534,0,0,0,.171.2L9.738,27a.531.531,0,0,0,.377.092l.145-.017.13-.015.077-.01V25.969l-.1.012-.1.011L10.18,26,4.528,22.046l-.83-1.66a.529.529,0,0,0-.571-.286.537.537,0,0,0-.437.466l-.282,2.541-2.3,3.452a.536.536,0,0,0-.081.2A1.473,1.473,0,0,0,.5,28.153a1.5,1.5,0,0,0,1.818.043l1.644-.94q.3.4.61.811c.613.809,1.259,1.64,1.916,2.469a4.8,4.8,0,0,1-.8,1.746,4.006,4.006,0,0,0-.912,1.875c-.055.263-.116.628-.2,1.121-.11.657-.246,1.476-.4,2.139a.476.476,0,0,0,.1.422.5.5,0,0,0,.417.171h.89a.509.509,0,0,0,.486-.284c.258-.569.516-1.278.758-1.955.07-.194.139-.385.21-.576L7.1,35.06c.167-.454.3-.8.426-1.078l1.019-1.018L7.8,34.308a.534.534,0,0,0,.045.588c.015.019.029.04.044.061l.037.052a17.107,17.107,0,0,1,.917,1.46,16.009,16.009,0,0,0,1.078,1.69.537.537,0,0,0,.421.206h1.187c.359,0,.359-.347.359-.534V36.645c0-.175,0-.586-.359-.586h-.279a2.29,2.29,0,0,0-.269-.469c-.057-.082-.116-.167-.175-.27-.108-.193-.216-.379-.316-.551l-.1-.176,1.356-1.8a5.933,5.933,0,0,0,1.036-.073H12.8a6.185,6.185,0,0,0,2.085-.733,3.951,3.951,0,0,0,.309,1.023,3.907,3.907,0,0,0,.3.543l-1.3.868a.531.531,0,0,0-.215.291l-.89,2.967a.533.533,0,0,0,.511.687h1.484a.535.535,0,0,0,.491-.323l.807-1.884,2.478-1.1a.538.538,0,0,0,.3-.372l.112-.507.251.251c-.108.4-.215.852-.314,1.282l-.058.25c-.141.613-.288,1.248-.429,1.719a.534.534,0,0,0,.511.687h1.187a.53.53,0,0,0,.5-.336c.209-.521.421-1.211.613-1.839s.385-1.252.573-1.721a.531.531,0,0,0-.057-.5L20.737,32.09a3.189,3.189,0,0,0,1.309.587,9.8,9.8,0,0,0,3.188.049.533.533,0,0,0,.027-1.056m-5.32,5.454c.1-.37.187-.7.264-1.039.168-.728.311-1.286.436-1.7a.493.493,0,0,0-.135-.51l-.951-.935.153-.457,1.306,1.867c-.164.444-.337.922-.5,1.462-.153.5-.3.976-.448,1.316ZM9.29,34.843c.137.228.334.577.542.948l.044.078c.105.187.21.388.308.574.078.15.154.293.22.412-.191-.266-.4-.6-.641-1.011-.287-.492-.578-.949-.866-1.358l1.082-1.917a3.34,3.34,0,0,0,.5.135L9.32,34.248a.532.532,0,0,0-.031.595' transform='translate(44.402 173.227)' fill='%23fff'/%3E%3Cg transform='translate(57 188)'%3E%3Cg transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath d='M13.36,0H.491A.492.492,0,0,0,0,.491V11.759a.492.492,0,0,0,.491.491H13.36a.492.492,0,0,0,.491-.491V.491A.492.492,0,0,0,13.36,0M12.174,7.935,9.536,10.573V7.935Zm.695.695v2.639H10.23Zm0-4.278v2.6H9.044a.492.492,0,0,0-.491.491v3.824H.982V4.351Zm0-.983H.982V.982H12.869Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 26.449 23.592'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='13.851' height='12.25' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-44.402 -188)'%3E%3Cpath d='M25.261,31.669c-1.507-.252-2.476-.759-2.882-1.508a3.032,3.032,0,0,1-.287-1.048,5.413,5.413,0,0,0-.164-.8l-.02-.063H20.744l.066.129a2.823,2.823,0,0,1,.227.887,4.769,4.769,0,0,0,.251,1.068,2.913,2.913,0,0,0,.153.332,3.108,3.108,0,0,0,.833.967,1.707,1.707,0,0,1-1.115-.642l-.012-.024a2.019,2.019,0,0,1-.2-.659,9.015,9.015,0,0,0-.32-1.257,4.662,4.662,0,0,0-.141-.736l-.018-.065h-1.13l.044.12a3.486,3.486,0,0,1,.192.9c.013.154.02.3.018.44l-.849,1.981a.553.553,0,0,0-.029.094l-.19.858-.092.276a.521.521,0,0,0-.021.228l-.232,1.046L15.76,35.267a.648.648,0,0,1-.069.026.287.287,0,0,0-.2.164l-.75,1.667h-.414l.627-2.007,1.621-1.038a.5.5,0,0,0,.233-.359.506.506,0,0,0-.137-.414,2.857,2.857,0,0,1-.5-.745,2.974,2.974,0,0,1-.25-1.506.533.533,0,0,0-.865-.463,5.214,5.214,0,0,1-2.291,1.051l-.056.012-.072.014a4.755,4.755,0,0,1-.859.056.517.517,0,0,0-.327-.056,2.087,2.087,0,0,1-.22.018l-.015,0A5.44,5.44,0,0,1,9.4,31.129a.532.532,0,0,0-.624.1L6.7,33.3a.541.541,0,0,0-.109.156c-.2.44-.4,1.012-.594,1.564-.055.158-.111.314-.165.467-.07.2-.142.378-.214.559-.048.122-.1.246-.147.378.021-.119.041-.233.061-.344.035-.2.068-.385.1-.572l.053-.321c.052-.318.1-.593.138-.794a2.987,2.987,0,0,1,.668-1.4,6.142,6.142,0,0,0,1.1-2.443.54.54,0,0,0-.1-.467c-.689-.863-1.384-1.758-2.069-2.66q-.449-.593-.887-1.183a.535.535,0,0,0-.693-.146L1.769,27.282a.515.515,0,0,0-.055.037.426.426,0,0,1-.522.019.384.384,0,0,1-.125-.295l2.3-3.451a.545.545,0,0,0,.086-.237l.1-.874.082.164a.534.534,0,0,0,.171.2L9.738,27a.531.531,0,0,0,.377.092l.145-.017.13-.015.077-.01V25.969l-.1.012-.1.011L10.18,26,4.528,22.046l-.83-1.66a.529.529,0,0,0-.571-.286.537.537,0,0,0-.437.466l-.282,2.541-2.3,3.452a.536.536,0,0,0-.081.2A1.473,1.473,0,0,0,.5,28.153a1.5,1.5,0,0,0,1.818.043l1.644-.94q.3.4.61.811c.613.809,1.259,1.64,1.916,2.469a4.8,4.8,0,0,1-.8,1.746,4.006,4.006,0,0,0-.912,1.875c-.055.263-.116.628-.2,1.121-.11.657-.246,1.476-.4,2.139a.476.476,0,0,0,.1.422.5.5,0,0,0,.417.171h.89a.509.509,0,0,0,.486-.284c.258-.569.516-1.278.758-1.955.07-.194.139-.385.21-.576L7.1,35.06c.167-.454.3-.8.426-1.078l1.019-1.018L7.8,34.308a.534.534,0,0,0,.045.588c.015.019.029.04.044.061l.037.052a17.107,17.107,0,0,1,.917,1.46,16.009,16.009,0,0,0,1.078,1.69.537.537,0,0,0,.421.206h1.187c.359,0,.359-.347.359-.534V36.645c0-.175,0-.586-.359-.586h-.279a2.29,2.29,0,0,0-.269-.469c-.057-.082-.116-.167-.175-.27-.108-.193-.216-.379-.316-.551l-.1-.176,1.356-1.8a5.933,5.933,0,0,0,1.036-.073H12.8a6.185,6.185,0,0,0,2.085-.733,3.951,3.951,0,0,0,.309,1.023,3.907,3.907,0,0,0,.3.543l-1.3.868a.531.531,0,0,0-.215.291l-.89,2.967a.533.533,0,0,0,.511.687h1.484a.535.535,0,0,0,.491-.323l.807-1.884,2.478-1.1a.538.538,0,0,0,.3-.372l.112-.507.251.251c-.108.4-.215.852-.314,1.282l-.058.25c-.141.613-.288,1.248-.429,1.719a.534.534,0,0,0,.511.687h1.187a.53.53,0,0,0,.5-.336c.209-.521.421-1.211.613-1.839s.385-1.252.573-1.721a.531.531,0,0,0-.057-.5L20.737,32.09a3.189,3.189,0,0,0,1.309.587,9.8,9.8,0,0,0,3.188.049.533.533,0,0,0,.027-1.056m-5.32,5.454c.1-.37.187-.7.264-1.039.168-.728.311-1.286.436-1.7a.493.493,0,0,0-.135-.51l-.951-.935.153-.457,1.306,1.867c-.164.444-.337.922-.5,1.462-.153.5-.3.976-.448,1.316ZM9.29,34.843c.137.228.334.577.542.948l.044.078c.105.187.21.388.308.574.078.15.154.293.22.412-.191-.266-.4-.6-.641-1.011-.287-.492-.578-.949-.866-1.358l1.082-1.917a3.34,3.34,0,0,0,.5.135L9.32,34.248a.532.532,0,0,0-.031.595' transform='translate(44.402 173.227)' fill='%23fff'/%3E%3Cg transform='translate(57 188)'%3E%3Cg transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath d='M13.36,0H.491A.492.492,0,0,0,0,.491V11.759a.492.492,0,0,0,.491.491H13.36a.492.492,0,0,0,.491-.491V.491A.492.492,0,0,0,13.36,0M12.174,7.935,9.536,10.573V7.935Zm.695.695v2.639H10.23Zm0-4.278v2.6H9.044a.492.492,0,0,0-.491.491v3.824H.982V4.351Zm0-.983H.982V.982H12.869Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 37.65px;
  height: 34px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  bottom: 16%;
}
dd.Plan_Owner_Pro_Item ul li:nth-of-type(15)::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 25.707 26.467'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='11.77' height='16.386' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-273.146 -418.329)'%3E%3Cpath d='M25.261,31.669c-1.507-.252-2.476-.759-2.882-1.508a3.032,3.032,0,0,1-.287-1.048,5.413,5.413,0,0,0-.164-.8l-.02-.063H20.744l.066.129a2.823,2.823,0,0,1,.227.887,4.769,4.769,0,0,0,.251,1.068,2.913,2.913,0,0,0,.153.332,3.108,3.108,0,0,0,.833.967,1.707,1.707,0,0,1-1.115-.642l-.012-.024a2.019,2.019,0,0,1-.2-.659,9.015,9.015,0,0,0-.32-1.257,4.662,4.662,0,0,0-.141-.736l-.018-.065h-1.13l.044.12a3.486,3.486,0,0,1,.192.9c.013.154.02.3.018.44l-.849,1.981a.553.553,0,0,0-.029.094l-.19.858-.092.276a.521.521,0,0,0-.021.228l-.232,1.046L15.76,35.267a.648.648,0,0,1-.069.026.287.287,0,0,0-.2.164l-.75,1.667h-.414l.627-2.007,1.621-1.038a.5.5,0,0,0,.233-.359.506.506,0,0,0-.137-.414,2.857,2.857,0,0,1-.5-.745,2.974,2.974,0,0,1-.25-1.506.533.533,0,0,0-.865-.463,5.214,5.214,0,0,1-2.291,1.051l-.056.012-.072.014a4.755,4.755,0,0,1-.859.056.517.517,0,0,0-.327-.056,2.087,2.087,0,0,1-.22.018l-.015,0A5.44,5.44,0,0,1,9.4,31.129a.532.532,0,0,0-.624.1L6.7,33.3a.541.541,0,0,0-.109.156c-.2.44-.4,1.012-.594,1.564-.055.158-.111.314-.165.467-.07.2-.142.378-.214.559-.048.122-.1.246-.147.378.021-.119.041-.233.061-.344.035-.2.068-.385.1-.572l.053-.321c.052-.318.1-.593.138-.794a2.987,2.987,0,0,1,.668-1.4,6.142,6.142,0,0,0,1.1-2.443.54.54,0,0,0-.1-.467c-.689-.863-1.384-1.758-2.069-2.66q-.449-.593-.887-1.183a.535.535,0,0,0-.693-.146L1.769,27.282a.515.515,0,0,0-.055.037.426.426,0,0,1-.522.019.384.384,0,0,1-.125-.295l2.3-3.451a.545.545,0,0,0,.086-.237l.1-.874.082.164a.534.534,0,0,0,.171.2L9.738,27a.531.531,0,0,0,.377.092l.145-.017.13-.015.077-.01V25.969l-.1.012-.1.011L10.18,26,4.528,22.046l-.83-1.66a.529.529,0,0,0-.571-.286.537.537,0,0,0-.437.466l-.282,2.541-2.3,3.452a.536.536,0,0,0-.081.2A1.473,1.473,0,0,0,.5,28.153a1.5,1.5,0,0,0,1.818.043l1.644-.94q.3.4.61.811c.613.809,1.259,1.64,1.916,2.469a4.8,4.8,0,0,1-.8,1.746,4.006,4.006,0,0,0-.912,1.875c-.055.263-.116.628-.2,1.121-.11.657-.246,1.476-.4,2.139a.476.476,0,0,0,.1.422.5.5,0,0,0,.417.171h.89a.509.509,0,0,0,.486-.284c.258-.569.516-1.278.758-1.955.07-.194.139-.385.21-.576L7.1,35.06c.167-.454.3-.8.426-1.078l1.019-1.018L7.8,34.308a.534.534,0,0,0,.045.588c.015.019.029.04.044.061l.037.052a17.107,17.107,0,0,1,.917,1.46,16.009,16.009,0,0,0,1.078,1.69.537.537,0,0,0,.421.206h1.187c.359,0,.359-.347.359-.534V36.645c0-.175,0-.586-.359-.586h-.279a2.29,2.29,0,0,0-.269-.469c-.057-.082-.116-.167-.175-.27-.108-.193-.216-.379-.316-.551l-.1-.176,1.356-1.8a5.933,5.933,0,0,0,1.036-.073H12.8a6.185,6.185,0,0,0,2.085-.733,3.951,3.951,0,0,0,.309,1.023,3.907,3.907,0,0,0,.3.543l-1.3.868a.531.531,0,0,0-.215.291l-.89,2.967a.533.533,0,0,0,.511.687h1.484a.535.535,0,0,0,.491-.323l.807-1.884,2.478-1.1a.538.538,0,0,0,.3-.372l.112-.507.251.251c-.108.4-.215.852-.314,1.282l-.058.25c-.141.613-.288,1.248-.429,1.719a.534.534,0,0,0,.511.687h1.187a.53.53,0,0,0,.5-.336c.209-.521.421-1.211.613-1.839s.385-1.252.573-1.721a.531.531,0,0,0-.057-.5L20.737,32.09a3.189,3.189,0,0,0,1.309.587,9.8,9.8,0,0,0,3.188.049.533.533,0,0,0,.027-1.056m-5.32,5.454c.1-.37.187-.7.264-1.039.168-.728.311-1.286.436-1.7a.493.493,0,0,0-.135-.51l-.951-.935.153-.457,1.306,1.867c-.164.444-.337.922-.5,1.462-.153.5-.3.976-.448,1.316ZM9.29,34.843c.137.228.334.577.542.948l.044.078c.105.187.21.388.308.574.078.15.154.293.22.412-.191-.266-.4-.6-.641-1.011-.287-.492-.578-.949-.866-1.358l1.082-1.917a3.34,3.34,0,0,0,.5.135L9.32,34.248a.532.532,0,0,0-.031.595' transform='translate(273.146 406.431)' fill='%23fff'/%3E%3Cg transform='translate(284.568 418.329)'%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M61.174,97.734l-.034.035a6.418,6.418,0,0,1-4.286,1.889l-.27.783,1.023,2.968c.145.42.568.556.8.257l1.272-1.671a.38.38,0,0,1,.359-.157l1.941.268c.347.048.578-.374.433-.794Z' transform='translate(-50.682 -87.54)' fill='%23fff'/%3E%3Cpath d='M1.33,97.755l-.019-.019L.044,101.413c-.145.42.085.842.433.794l1.941-.268a.38.38,0,0,1,.359.157l1.272,1.671c.228.3.651.162.8-.257L5.9,100.443l-.27-.782a6.419,6.419,0,0,1-4.3-1.906' transform='translate(0 -87.542)' fill='%23fff'/%3E%3Cpath d='M54.252,116.184h0c-.083,0-.165,0-.248-.005l.27.782.27-.783c-.1,0-.191.007-.287.007' transform='translate(-48.367 -104.059)' fill='%23fff'/%3E%3Cpath d='M7.831,0A5.659,5.659,0,0,0,2.168,5.663a5.719,5.719,0,0,0,5.655,5.655,5.659,5.659,0,0,0,5.663-5.663A5.719,5.719,0,0,0,7.831,0m3.131,8.794a4.416,4.416,0,1,1,.951-1.41,4.42,4.42,0,0,1-.951,1.41' transform='translate(-1.942 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 25.707 26.467'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='11.77' height='16.386' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-273.146 -418.329)'%3E%3Cpath d='M25.261,31.669c-1.507-.252-2.476-.759-2.882-1.508a3.032,3.032,0,0,1-.287-1.048,5.413,5.413,0,0,0-.164-.8l-.02-.063H20.744l.066.129a2.823,2.823,0,0,1,.227.887,4.769,4.769,0,0,0,.251,1.068,2.913,2.913,0,0,0,.153.332,3.108,3.108,0,0,0,.833.967,1.707,1.707,0,0,1-1.115-.642l-.012-.024a2.019,2.019,0,0,1-.2-.659,9.015,9.015,0,0,0-.32-1.257,4.662,4.662,0,0,0-.141-.736l-.018-.065h-1.13l.044.12a3.486,3.486,0,0,1,.192.9c.013.154.02.3.018.44l-.849,1.981a.553.553,0,0,0-.029.094l-.19.858-.092.276a.521.521,0,0,0-.021.228l-.232,1.046L15.76,35.267a.648.648,0,0,1-.069.026.287.287,0,0,0-.2.164l-.75,1.667h-.414l.627-2.007,1.621-1.038a.5.5,0,0,0,.233-.359.506.506,0,0,0-.137-.414,2.857,2.857,0,0,1-.5-.745,2.974,2.974,0,0,1-.25-1.506.533.533,0,0,0-.865-.463,5.214,5.214,0,0,1-2.291,1.051l-.056.012-.072.014a4.755,4.755,0,0,1-.859.056.517.517,0,0,0-.327-.056,2.087,2.087,0,0,1-.22.018l-.015,0A5.44,5.44,0,0,1,9.4,31.129a.532.532,0,0,0-.624.1L6.7,33.3a.541.541,0,0,0-.109.156c-.2.44-.4,1.012-.594,1.564-.055.158-.111.314-.165.467-.07.2-.142.378-.214.559-.048.122-.1.246-.147.378.021-.119.041-.233.061-.344.035-.2.068-.385.1-.572l.053-.321c.052-.318.1-.593.138-.794a2.987,2.987,0,0,1,.668-1.4,6.142,6.142,0,0,0,1.1-2.443.54.54,0,0,0-.1-.467c-.689-.863-1.384-1.758-2.069-2.66q-.449-.593-.887-1.183a.535.535,0,0,0-.693-.146L1.769,27.282a.515.515,0,0,0-.055.037.426.426,0,0,1-.522.019.384.384,0,0,1-.125-.295l2.3-3.451a.545.545,0,0,0,.086-.237l.1-.874.082.164a.534.534,0,0,0,.171.2L9.738,27a.531.531,0,0,0,.377.092l.145-.017.13-.015.077-.01V25.969l-.1.012-.1.011L10.18,26,4.528,22.046l-.83-1.66a.529.529,0,0,0-.571-.286.537.537,0,0,0-.437.466l-.282,2.541-2.3,3.452a.536.536,0,0,0-.081.2A1.473,1.473,0,0,0,.5,28.153a1.5,1.5,0,0,0,1.818.043l1.644-.94q.3.4.61.811c.613.809,1.259,1.64,1.916,2.469a4.8,4.8,0,0,1-.8,1.746,4.006,4.006,0,0,0-.912,1.875c-.055.263-.116.628-.2,1.121-.11.657-.246,1.476-.4,2.139a.476.476,0,0,0,.1.422.5.5,0,0,0,.417.171h.89a.509.509,0,0,0,.486-.284c.258-.569.516-1.278.758-1.955.07-.194.139-.385.21-.576L7.1,35.06c.167-.454.3-.8.426-1.078l1.019-1.018L7.8,34.308a.534.534,0,0,0,.045.588c.015.019.029.04.044.061l.037.052a17.107,17.107,0,0,1,.917,1.46,16.009,16.009,0,0,0,1.078,1.69.537.537,0,0,0,.421.206h1.187c.359,0,.359-.347.359-.534V36.645c0-.175,0-.586-.359-.586h-.279a2.29,2.29,0,0,0-.269-.469c-.057-.082-.116-.167-.175-.27-.108-.193-.216-.379-.316-.551l-.1-.176,1.356-1.8a5.933,5.933,0,0,0,1.036-.073H12.8a6.185,6.185,0,0,0,2.085-.733,3.951,3.951,0,0,0,.309,1.023,3.907,3.907,0,0,0,.3.543l-1.3.868a.531.531,0,0,0-.215.291l-.89,2.967a.533.533,0,0,0,.511.687h1.484a.535.535,0,0,0,.491-.323l.807-1.884,2.478-1.1a.538.538,0,0,0,.3-.372l.112-.507.251.251c-.108.4-.215.852-.314,1.282l-.058.25c-.141.613-.288,1.248-.429,1.719a.534.534,0,0,0,.511.687h1.187a.53.53,0,0,0,.5-.336c.209-.521.421-1.211.613-1.839s.385-1.252.573-1.721a.531.531,0,0,0-.057-.5L20.737,32.09a3.189,3.189,0,0,0,1.309.587,9.8,9.8,0,0,0,3.188.049.533.533,0,0,0,.027-1.056m-5.32,5.454c.1-.37.187-.7.264-1.039.168-.728.311-1.286.436-1.7a.493.493,0,0,0-.135-.51l-.951-.935.153-.457,1.306,1.867c-.164.444-.337.922-.5,1.462-.153.5-.3.976-.448,1.316ZM9.29,34.843c.137.228.334.577.542.948l.044.078c.105.187.21.388.308.574.078.15.154.293.22.412-.191-.266-.4-.6-.641-1.011-.287-.492-.578-.949-.866-1.358l1.082-1.917a3.34,3.34,0,0,0,.5.135L9.32,34.248a.532.532,0,0,0-.031.595' transform='translate(273.146 406.431)' fill='%23fff'/%3E%3Cg transform='translate(284.568 418.329)'%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M61.174,97.734l-.034.035a6.418,6.418,0,0,1-4.286,1.889l-.27.783,1.023,2.968c.145.42.568.556.8.257l1.272-1.671a.38.38,0,0,1,.359-.157l1.941.268c.347.048.578-.374.433-.794Z' transform='translate(-50.682 -87.54)' fill='%23fff'/%3E%3Cpath d='M1.33,97.755l-.019-.019L.044,101.413c-.145.42.085.842.433.794l1.941-.268a.38.38,0,0,1,.359.157l1.272,1.671c.228.3.651.162.8-.257L5.9,100.443l-.27-.782a6.419,6.419,0,0,1-4.3-1.906' transform='translate(0 -87.542)' fill='%23fff'/%3E%3Cpath d='M54.252,116.184h0c-.083,0-.165,0-.248-.005l.27.782.27-.783c-.1,0-.191.007-.287.007' transform='translate(-48.367 -104.059)' fill='%23fff'/%3E%3Cpath d='M7.831,0A5.659,5.659,0,0,0,2.168,5.663a5.719,5.719,0,0,0,5.655,5.655,5.659,5.659,0,0,0,5.663-5.663A5.719,5.719,0,0,0,7.831,0m3.131,8.794a4.416,4.416,0,1,1,.951-1.41,4.42,4.42,0,0,1-.951,1.41' transform='translate(-1.942 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 35.3px;
  height: 36px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  bottom: 16%;
}
@media screen and (max-width: 375px) {
  dd.Plan_Owner_Pro_Item ul li {
    aspect-ratio: 100 / 60;
    height: unset;
    padding-top: 8px;
  }
  dd.Plan_Owner_Item ul li {
    aspect-ratio: 100 / 60;
    height: unset;
    padding-top: 8px;
  }
  dd.Plan_Owner_Pro_Item ul li br,
  dd.Plan_Owner_Item ul li br {
    display: block;
  }
  dd.Plan_Owner_Pro_Item ul li.font_small,
  dd.Plan_Owner_Item ul li.font_small {
    font-size: 61%;
    padding-top: 4px;
  }
  dd.Plan_Owner_Pro_Item ul li.font_small02,
  dd.Plan_Owner_Item ul li.font_small02 {
    font-size: 66.6%;
  }
  dd.Plan_Owner_Item ul li.Notice span {
    bottom: 8px;
  }
  dd.Plan_Owner_Pro_Item ul li::after,
  dd.Plan_Owner_Item ul li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #FFF;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(1)::after,
  dd.Plan_Owner_Item ul li:nth-of-type(1)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29 29'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='29' height='29' transform='translate(0.096 0.096)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.096 -0.57)'%3E%3Cg transform='translate(0 0.474)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.094,28.994H2.9a2.9,2.9,0,0,1-2.9-2.9V2.9A2.9,2.9,0,0,1,2.9,0H26.094a2.9,2.9,0,0,1,2.9,2.9V26.094a2.9,2.9,0,0,1-2.9,2.9M2.9,1.16A1.742,1.742,0,0,0,1.16,2.9V26.094a1.742,1.742,0,0,0,1.74,1.74H26.094a1.742,1.742,0,0,0,1.74-1.74V2.9a1.742,1.742,0,0,0-1.74-1.74Z' transform='translate(0 -0.392)' fill='%23fff'/%3E%3Cpath d='M51.113,197.586H47.247a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H47.827Z' transform='translate(-43.961 -182.515)' fill='%23fff'/%3E%3Cpath d='M157.779,197.586h-3.866a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16H157.2v-1.933h-2.706Z' transform='translate(-144.442 -182.515)' fill='%23fff'/%3E%3Cpath d='M264.446,197.586H260.58a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H261.16Z' transform='translate(-244.923 -182.515)' fill='%23fff'/%3E%3Cpath d='M51.113,290.919H47.247a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H47.827Z' transform='translate(-43.961 -270.436)' fill='%23fff'/%3E%3Cpath d='M69.669,54.012H47.247a.58.58,0,0,1-.58-.58V47.247a.58.58,0,0,1,.58-.58H69.669a.58.58,0,0,1,.58.58v6.185a.58.58,0,0,1-.58.58m-21.842-1.16H69.089V47.827H47.827Z' transform='translate(-43.961 -44.353)' fill='%23fff'/%3E%3Cpath d='M157.779,290.919h-3.866a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16H157.2v-1.933h-2.706Z' transform='translate(-144.442 -270.436)' fill='%23fff'/%3E%3Cpath d='M264.446,290.919H260.58a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H261.16Z' transform='translate(-244.923 -270.436)' fill='%23fff'/%3E%3Cpath d='M51.113,384.252H47.247a.58.58,0,0,1-.58-.58V380.58a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706V381.16H47.827Z' transform='translate(-43.961 -358.357)' fill='%23fff'/%3E%3Cpath d='M157.779,384.252h-3.866a.58.58,0,0,1-.58-.58V380.58a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16H157.2V381.16h-2.706Z' transform='translate(-144.442 -358.357)' fill='%23fff'/%3E%3Cpath d='M264.446,384.252H260.58a.58.58,0,0,1-.58-.58V380.58a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706V381.16H261.16Z' transform='translate(-244.923 -358.357)' fill='%23fff'/%3E%3Cpath d='M371.113,197.586h-3.866a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933h-2.706Z' transform='translate(-345.405 -182.515)' fill='%23fff'/%3E%3Cpath d='M371.113,296.332h-3.866a.58.58,0,0,1-.58-.58v-8.5a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v8.5a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-7.345h-2.706Z' transform='translate(-345.405 -270.436)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29 29'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='29' height='29' transform='translate(0.096 0.096)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.096 -0.57)'%3E%3Cg transform='translate(0 0.474)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.094,28.994H2.9a2.9,2.9,0,0,1-2.9-2.9V2.9A2.9,2.9,0,0,1,2.9,0H26.094a2.9,2.9,0,0,1,2.9,2.9V26.094a2.9,2.9,0,0,1-2.9,2.9M2.9,1.16A1.742,1.742,0,0,0,1.16,2.9V26.094a1.742,1.742,0,0,0,1.74,1.74H26.094a1.742,1.742,0,0,0,1.74-1.74V2.9a1.742,1.742,0,0,0-1.74-1.74Z' transform='translate(0 -0.392)' fill='%23fff'/%3E%3Cpath d='M51.113,197.586H47.247a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H47.827Z' transform='translate(-43.961 -182.515)' fill='%23fff'/%3E%3Cpath d='M157.779,197.586h-3.866a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16H157.2v-1.933h-2.706Z' transform='translate(-144.442 -182.515)' fill='%23fff'/%3E%3Cpath d='M264.446,197.586H260.58a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H261.16Z' transform='translate(-244.923 -182.515)' fill='%23fff'/%3E%3Cpath d='M51.113,290.919H47.247a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H47.827Z' transform='translate(-43.961 -270.436)' fill='%23fff'/%3E%3Cpath d='M69.669,54.012H47.247a.58.58,0,0,1-.58-.58V47.247a.58.58,0,0,1,.58-.58H69.669a.58.58,0,0,1,.58.58v6.185a.58.58,0,0,1-.58.58m-21.842-1.16H69.089V47.827H47.827Z' transform='translate(-43.961 -44.353)' fill='%23fff'/%3E%3Cpath d='M157.779,290.919h-3.866a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16H157.2v-1.933h-2.706Z' transform='translate(-144.442 -270.436)' fill='%23fff'/%3E%3Cpath d='M264.446,290.919H260.58a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933H261.16Z' transform='translate(-244.923 -270.436)' fill='%23fff'/%3E%3Cpath d='M51.113,384.252H47.247a.58.58,0,0,1-.58-.58V380.58a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706V381.16H47.827Z' transform='translate(-43.961 -358.357)' fill='%23fff'/%3E%3Cpath d='M157.779,384.252h-3.866a.58.58,0,0,1-.58-.58V380.58a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16H157.2V381.16h-2.706Z' transform='translate(-144.442 -358.357)' fill='%23fff'/%3E%3Cpath d='M264.446,384.252H260.58a.58.58,0,0,1-.58-.58V380.58a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706V381.16H261.16Z' transform='translate(-244.923 -358.357)' fill='%23fff'/%3E%3Cpath d='M371.113,197.586h-3.866a.58.58,0,0,1-.58-.58v-3.093a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v3.093a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-1.933h-2.706Z' transform='translate(-345.405 -182.515)' fill='%23fff'/%3E%3Cpath d='M371.113,296.332h-3.866a.58.58,0,0,1-.58-.58v-8.5a.58.58,0,0,1,.58-.58h3.866a.58.58,0,0,1,.58.58v8.5a.58.58,0,0,1-.58.58m-3.286-1.16h2.706v-7.345h-2.706Z' transform='translate(-345.405 -270.436)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 29px;
    height: 29px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    bottom: 6px;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(2)::after,
  dd.Plan_Owner_Item ul li:nth-of-type(2)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.947 27.284'%3E%3Cg transform='translate(-2.224 -70.965)'%3E%3Cg transform='translate(2.824 71.565)'%3E%3Cpath d='M15.642,16.082H9.172a.6.6,0,0,1-.425-1.024l6.47-6.482A.6.6,0,0,1,16.242,9v6.482A.6.6,0,0,1,15.642,16.082Zm-5.023-1.2h4.423V10.45Z' transform='translate(-9.161 -9)' fill='%23fff'/%3E%3Cpath d='M23.4,123.7H9a.6.6,0,0,1-.6-.6V105.673a.6.6,0,0,1,1.2,0V122.5H23.4a.6.6,0,1,1,0,1.2Z' transform='translate(-9 -99.191)' fill='%23fff'/%3E%3Cpath d='M119.221,19.831a.6.6,0,0,1-.6-.6V9.6H105.673a.6.6,0,0,1,0-1.2h13.548a.6.6,0,0,1,.6.6v10.23A.6.6,0,0,1,119.221,19.831Z' transform='translate(-99.191 -9)' fill='%23fff'/%3E%3Cpath d='M54.5,221.95a4.089,4.089,0,0,1,0-8.178.6.6,0,1,1,0,1.2,2.889,2.889,0,1,0,2.889,2.889.6.6,0,1,1,1.2,0A4.094,4.094,0,0,1,54.5,221.95Z' transform='translate(-48.196 -200.603)' fill='%23fff'/%3E%3Cpath d='M117.912,201.855a.6.6,0,0,1-.6-.6,3.3,3.3,0,0,0-3.295-3.295.6.6,0,1,1,0-1.2,4.5,4.5,0,0,1,4.495,4.495A.6.6,0,0,1,117.912,201.855Z' transform='translate(-106.976 -184.731)' fill='%23fff'/%3E%3Cpath d='M117.912,201.855h-3.895a.6.6,0,0,1-.6-.6V197.36a.6.6,0,0,1,1.2,0v3.295h3.295a.6.6,0,1,1,0,1.2Z' transform='translate(-106.976 -184.731)' fill='%23fff'/%3E%3Cpath d='M2.073,3.11a.6.6,0,0,1-.463-.218L-.463.382A.6.6,0,0,1-.382-.463a.6.6,0,0,1,.845.081l2.072,2.51a.6.6,0,0,1-.462.982Z' transform='translate(21.832 21.394)' fill='%23fff'/%3E%3Cpath d='M0,3.979a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.379A.6.6,0,0,1,0,3.979Z' transform='translate(10.008 6.036)' fill='%23fff'/%3E%3Cpath d='M0,6.552a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V5.952A.6.6,0,0,1,0,6.552Z' transform='translate(12.984 3.462)' fill='%23fff'/%3E%3Cpath d='M0,5.283a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V4.683A.6.6,0,0,1,0,5.283Z' transform='translate(15.961 4.731)' fill='%23fff'/%3E%3Cpath d='M0,8.646a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V8.046A.6.6,0,0,1,0,8.646Z' transform='translate(19.679 18.039)' fill='%23fff'/%3E%3Cpath d='M0,8.646a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V8.046A.6.6,0,0,1,0,8.646Z' transform='translate(28.73 18.039)' fill='%23fff'/%3E%3Cpath d='M9.051.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H9.051a.6.6,0,0,1,.6.6A.6.6,0,0,1,9.051.6Z' transform='translate(19.679 26.084)' fill='%23fff'/%3E%3Cpath d='M0,5.628a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V5.028A.6.6,0,0,1,0,5.628Z' transform='translate(16.661 20.05)' fill='%23fff'/%3E%3Cpath d='M3.017.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H3.017a.6.6,0,0,1,.6.6A.6.6,0,0,1,3.017.6Z' transform='translate(28.73 25.079)' fill='%23fff'/%3E%3Cpath d='M3.017.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H3.017a.6.6,0,0,1,.6.6A.6.6,0,0,1,3.017.6Z' transform='translate(16.661 25.079)' fill='%23fff'/%3E%3Cpath d='M0,1.606a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V1.006A.6.6,0,0,1,0,1.606Z' transform='translate(21.69 12.005)' fill='%23fff'/%3E%3Cpath d='M0,1.606a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V1.006A.6.6,0,0,1,0,1.606Z' transform='translate(26.718 12.005)' fill='%23fff'/%3E%3Cpath d='M5.028.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H5.028a.6.6,0,0,1,.6.6A.6.6,0,0,1,5.028.6Z' transform='translate(21.69 12.005)' fill='%23fff'/%3E%3Cpath d='M0,14.68a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V14.08A.6.6,0,0,1,0,14.68Z' transform='translate(24.204 12.005)' fill='%23fff'/%3E%3Cpath d='M257.506,210.688a.6.6,0,0,1-.6-.6,8.74,8.74,0,0,1,1.106-4.984,6.891,6.891,0,0,1,4.376-2.638.6.6,0,1,1,.291,1.164,5.8,5.8,0,0,0-3.669,2.139,7.687,7.687,0,0,0-.9,4.319A.6.6,0,0,1,257.506,210.688Z' transform='translate(-240.845 -190.038)' fill='%23fff'/%3E%3Cpath d='M0,5.628a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V5.028A.6.6,0,0,1,0,5.628Z' transform='translate(31.747 20.05)' fill='%23fff'/%3E%3Cpath d='M412.535,210.688a.6.6,0,0,1-.6-.6,7.687,7.687,0,0,0-.9-4.319,5.8,5.8,0,0,0-3.669-2.139.6.6,0,1,1,.291-1.164,6.891,6.891,0,0,1,4.377,2.638,8.74,8.74,0,0,1,1.106,4.984A.6.6,0,0,1,412.535,210.688Z' transform='translate(-380.788 -190.038)' fill='%23fff'/%3E%3Cpath d='M0,3.617a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.017A.6.6,0,0,1,0,3.617Z' transform='translate(21.187 18.039)' fill='%23fff'/%3E%3Cpath d='M0,3.617a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.017A.6.6,0,0,1,0,3.617Z' transform='translate(27.221 18.039)' fill='%23fff'/%3E%3Cpath d='M1.45.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H1.45a.6.6,0,0,1,.6.6A.6.6,0,0,1,1.45.6Z' transform='translate(16.72 18.542)' fill='%23fff'/%3E%3Cpath d='M1.45.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H1.45a.6.6,0,0,1,.6.6A.6.6,0,0,1,1.45.6Z' transform='translate(30.238 18.542)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.947 27.284'%3E%3Cg transform='translate(-2.224 -70.965)'%3E%3Cg transform='translate(2.824 71.565)'%3E%3Cpath d='M15.642,16.082H9.172a.6.6,0,0,1-.425-1.024l6.47-6.482A.6.6,0,0,1,16.242,9v6.482A.6.6,0,0,1,15.642,16.082Zm-5.023-1.2h4.423V10.45Z' transform='translate(-9.161 -9)' fill='%23fff'/%3E%3Cpath d='M23.4,123.7H9a.6.6,0,0,1-.6-.6V105.673a.6.6,0,0,1,1.2,0V122.5H23.4a.6.6,0,1,1,0,1.2Z' transform='translate(-9 -99.191)' fill='%23fff'/%3E%3Cpath d='M119.221,19.831a.6.6,0,0,1-.6-.6V9.6H105.673a.6.6,0,0,1,0-1.2h13.548a.6.6,0,0,1,.6.6v10.23A.6.6,0,0,1,119.221,19.831Z' transform='translate(-99.191 -9)' fill='%23fff'/%3E%3Cpath d='M54.5,221.95a4.089,4.089,0,0,1,0-8.178.6.6,0,1,1,0,1.2,2.889,2.889,0,1,0,2.889,2.889.6.6,0,1,1,1.2,0A4.094,4.094,0,0,1,54.5,221.95Z' transform='translate(-48.196 -200.603)' fill='%23fff'/%3E%3Cpath d='M117.912,201.855a.6.6,0,0,1-.6-.6,3.3,3.3,0,0,0-3.295-3.295.6.6,0,1,1,0-1.2,4.5,4.5,0,0,1,4.495,4.495A.6.6,0,0,1,117.912,201.855Z' transform='translate(-106.976 -184.731)' fill='%23fff'/%3E%3Cpath d='M117.912,201.855h-3.895a.6.6,0,0,1-.6-.6V197.36a.6.6,0,0,1,1.2,0v3.295h3.295a.6.6,0,1,1,0,1.2Z' transform='translate(-106.976 -184.731)' fill='%23fff'/%3E%3Cpath d='M2.073,3.11a.6.6,0,0,1-.463-.218L-.463.382A.6.6,0,0,1-.382-.463a.6.6,0,0,1,.845.081l2.072,2.51a.6.6,0,0,1-.462.982Z' transform='translate(21.832 21.394)' fill='%23fff'/%3E%3Cpath d='M0,3.979a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.379A.6.6,0,0,1,0,3.979Z' transform='translate(10.008 6.036)' fill='%23fff'/%3E%3Cpath d='M0,6.552a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V5.952A.6.6,0,0,1,0,6.552Z' transform='translate(12.984 3.462)' fill='%23fff'/%3E%3Cpath d='M0,5.283a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V4.683A.6.6,0,0,1,0,5.283Z' transform='translate(15.961 4.731)' fill='%23fff'/%3E%3Cpath d='M0,8.646a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V8.046A.6.6,0,0,1,0,8.646Z' transform='translate(19.679 18.039)' fill='%23fff'/%3E%3Cpath d='M0,8.646a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V8.046A.6.6,0,0,1,0,8.646Z' transform='translate(28.73 18.039)' fill='%23fff'/%3E%3Cpath d='M9.051.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H9.051a.6.6,0,0,1,.6.6A.6.6,0,0,1,9.051.6Z' transform='translate(19.679 26.084)' fill='%23fff'/%3E%3Cpath d='M0,5.628a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V5.028A.6.6,0,0,1,0,5.628Z' transform='translate(16.661 20.05)' fill='%23fff'/%3E%3Cpath d='M3.017.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H3.017a.6.6,0,0,1,.6.6A.6.6,0,0,1,3.017.6Z' transform='translate(28.73 25.079)' fill='%23fff'/%3E%3Cpath d='M3.017.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H3.017a.6.6,0,0,1,.6.6A.6.6,0,0,1,3.017.6Z' transform='translate(16.661 25.079)' fill='%23fff'/%3E%3Cpath d='M0,1.606a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V1.006A.6.6,0,0,1,0,1.606Z' transform='translate(21.69 12.005)' fill='%23fff'/%3E%3Cpath d='M0,1.606a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V1.006A.6.6,0,0,1,0,1.606Z' transform='translate(26.718 12.005)' fill='%23fff'/%3E%3Cpath d='M5.028.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H5.028a.6.6,0,0,1,.6.6A.6.6,0,0,1,5.028.6Z' transform='translate(21.69 12.005)' fill='%23fff'/%3E%3Cpath d='M0,14.68a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V14.08A.6.6,0,0,1,0,14.68Z' transform='translate(24.204 12.005)' fill='%23fff'/%3E%3Cpath d='M257.506,210.688a.6.6,0,0,1-.6-.6,8.74,8.74,0,0,1,1.106-4.984,6.891,6.891,0,0,1,4.376-2.638.6.6,0,1,1,.291,1.164,5.8,5.8,0,0,0-3.669,2.139,7.687,7.687,0,0,0-.9,4.319A.6.6,0,0,1,257.506,210.688Z' transform='translate(-240.845 -190.038)' fill='%23fff'/%3E%3Cpath d='M0,5.628a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V5.028A.6.6,0,0,1,0,5.628Z' transform='translate(31.747 20.05)' fill='%23fff'/%3E%3Cpath d='M412.535,210.688a.6.6,0,0,1-.6-.6,7.687,7.687,0,0,0-.9-4.319,5.8,5.8,0,0,0-3.669-2.139.6.6,0,1,1,.291-1.164,6.891,6.891,0,0,1,4.377,2.638,8.74,8.74,0,0,1,1.106,4.984A.6.6,0,0,1,412.535,210.688Z' transform='translate(-380.788 -190.038)' fill='%23fff'/%3E%3Cpath d='M0,3.617a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.017A.6.6,0,0,1,0,3.617Z' transform='translate(21.187 18.039)' fill='%23fff'/%3E%3Cpath d='M0,3.617a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.017A.6.6,0,0,1,0,3.617Z' transform='translate(27.221 18.039)' fill='%23fff'/%3E%3Cpath d='M1.45.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H1.45a.6.6,0,0,1,.6.6A.6.6,0,0,1,1.45.6Z' transform='translate(16.72 18.542)' fill='%23fff'/%3E%3Cpath d='M1.45.6H0A.6.6,0,0,1-.6,0,.6.6,0,0,1,0-.6H1.45a.6.6,0,0,1,.6.6A.6.6,0,0,1,1.45.6Z' transform='translate(30.238 18.542)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 32.947px;
    height: 27.284px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(3)::after,
  dd.Plan_Owner_Item ul li:nth-of-type(3)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 36.079 27.414'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='21.755' height='27.064' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-278.97 -946.14)'%3E%3Cg transform='translate(293.295 946.141)'%3E%3Cg transform='translate(0 -0.001)' clip-path='url(%23clip-path)'%3E%3Cpath d='M10.877,18.551a11.839,11.839,0,0,1-7.65-2.679A9.325,9.325,0,0,1,.873,12.925a8.065,8.065,0,0,1,0-7.3A9.325,9.325,0,0,1,3.228,2.678,11.839,11.839,0,0,1,10.877,0a11.84,11.84,0,0,1,7.65,2.679,9.326,9.326,0,0,1,2.354,2.947,8.066,8.066,0,0,1,0,7.3,9.325,9.325,0,0,1-2.354,2.947,11.84,11.84,0,0,1-7.65,2.679m0-17.217c-5.262,0-9.542,3.562-9.542,7.941s4.281,7.941,9.542,7.941,9.543-3.562,9.543-7.941-4.281-7.941-9.543-7.941' transform='translate(0 0.001)' fill='%23fff'/%3E%3Cpath d='M40,718.445c-1.473,0-2.626-.841-2.626-1.914s1.154-1.914,2.626-1.914,2.626.841,2.626,1.914-1.154,1.914-2.626,1.914m0-2.493c-.8,0-1.291.375-1.291.579s.49.579,1.291.579,1.291-.375,1.291-.579-.49-.579-1.291-.579' transform='translate(-36.163 -691.38)' fill='%23fff'/%3E%3Cpath d='M158.846,587.559c-1.818,0-3.243-1.013-3.243-2.306s1.424-2.306,3.243-2.306,3.243,1.013,3.243,2.306-1.424,2.306-3.243,2.306m0-3.277a2.8,2.8,0,0,0-1.463.376.621.621,0,0,0,0,1.191,3.035,3.035,0,0,0,2.925,0,.621.621,0,0,0,0-1.191,2.8,2.8,0,0,0-1.463-.376' transform='translate(-150.543 -563.992)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M66.637,13.882A6.941,6.941,0,1,0,59.7,6.941a6.949,6.949,0,0,0,6.941,6.941m0-12.643a5.7,5.7,0,1,1-5.7,5.7,5.709,5.709,0,0,1,5.7-5.7' transform='translate(219.274 959.672)' fill='%23fff'/%3E%3Cpath d='M88.955,17.351l1.269.594a.886.886,0,0,1,.508.8.883.883,0,0,1-1.175.833l-1-.351a.619.619,0,1,0-.411,1.168l1,.351.087.029v.5a.619.619,0,1,0,1.238,0v-.5a2.121,2.121,0,0,0,.278-3.948L89.48,16.23a.886.886,0,0,1-.508-.8.883.883,0,0,1,1.175-.833l1,.351a.619.619,0,1,0,.411-1.168l-1-.351-.087-.028v-.528a.619.619,0,0,0-1.238,0v.53a2.12,2.12,0,0,0-.278,3.947' transform='translate(196.059 949.525)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 36.079 27.414'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='21.755' height='27.064' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-278.97 -946.14)'%3E%3Cg transform='translate(293.295 946.141)'%3E%3Cg transform='translate(0 -0.001)' clip-path='url(%23clip-path)'%3E%3Cpath d='M10.877,18.551a11.839,11.839,0,0,1-7.65-2.679A9.325,9.325,0,0,1,.873,12.925a8.065,8.065,0,0,1,0-7.3A9.325,9.325,0,0,1,3.228,2.678,11.839,11.839,0,0,1,10.877,0a11.84,11.84,0,0,1,7.65,2.679,9.326,9.326,0,0,1,2.354,2.947,8.066,8.066,0,0,1,0,7.3,9.325,9.325,0,0,1-2.354,2.947,11.84,11.84,0,0,1-7.65,2.679m0-17.217c-5.262,0-9.542,3.562-9.542,7.941s4.281,7.941,9.542,7.941,9.543-3.562,9.543-7.941-4.281-7.941-9.543-7.941' transform='translate(0 0.001)' fill='%23fff'/%3E%3Cpath d='M40,718.445c-1.473,0-2.626-.841-2.626-1.914s1.154-1.914,2.626-1.914,2.626.841,2.626,1.914-1.154,1.914-2.626,1.914m0-2.493c-.8,0-1.291.375-1.291.579s.49.579,1.291.579,1.291-.375,1.291-.579-.49-.579-1.291-.579' transform='translate(-36.163 -691.38)' fill='%23fff'/%3E%3Cpath d='M158.846,587.559c-1.818,0-3.243-1.013-3.243-2.306s1.424-2.306,3.243-2.306,3.243,1.013,3.243,2.306-1.424,2.306-3.243,2.306m0-3.277a2.8,2.8,0,0,0-1.463.376.621.621,0,0,0,0,1.191,3.035,3.035,0,0,0,2.925,0,.621.621,0,0,0,0-1.191,2.8,2.8,0,0,0-1.463-.376' transform='translate(-150.543 -563.992)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M66.637,13.882A6.941,6.941,0,1,0,59.7,6.941a6.949,6.949,0,0,0,6.941,6.941m0-12.643a5.7,5.7,0,1,1-5.7,5.7,5.709,5.709,0,0,1,5.7-5.7' transform='translate(219.274 959.672)' fill='%23fff'/%3E%3Cpath d='M88.955,17.351l1.269.594a.886.886,0,0,1,.508.8.883.883,0,0,1-1.175.833l-1-.351a.619.619,0,1,0-.411,1.168l1,.351.087.029v.5a.619.619,0,1,0,1.238,0v-.5a2.121,2.121,0,0,0,.278-3.948L89.48,16.23a.886.886,0,0,1-.508-.8.883.883,0,0,1,1.175-.833l1,.351a.619.619,0,1,0,.411-1.168l-1-.351-.087-.028v-.528a.619.619,0,0,0-1.238,0v.53a2.12,2.12,0,0,0-.278,3.947' transform='translate(196.059 949.525)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 36.079px;
    height: 27.414px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(4)::after,
  dd.Plan_Owner_Item ul li:nth-of-type(4)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22.709 20.97'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='22.709' height='20.97' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M22.414,80.488a1.838,1.838,0,0,0-1.822-.819l-7.048.825A1.763,1.763,0,0,0,12.229,79.1L8.007,78.068a3.075,3.075,0,0,0-1.848.12l-1.365.528V78a.568.568,0,0,0-.568-.568H.568A.568.568,0,0,0,0,78v7.623a.568.568,0,0,0,.568.568H4.227a.568.568,0,0,0,.568-.568V84.59L11.061,85.9a5.537,5.537,0,0,0,2.886-.167l7.506-2.506a1.838,1.838,0,0,0,.962-2.741M3.659,85.054H2.911V82.56a.568.568,0,1,0-1.135,0v2.493H1.135V78.565H3.659Zm17.874-3.336a.7.7,0,0,1-.44.434l-7.506,2.506a4.4,4.4,0,0,1-2.293.133l-6.5-1.361v-3.5l1.774-.686a1.943,1.943,0,0,1,1.168-.076L11.96,80.2a.628.628,0,0,1-.262,1.228l-2.785-.509a.568.568,0,0,0-.2,1.117l2.785.509a1.744,1.744,0,0,0,.316.029,1.769,1.769,0,0,0,1.549-.919l7.377-.863.024,0a.7.7,0,0,1,.774.926' transform='translate(0 -65.219)' fill='%23fff'/%3E%3Cpath d='M66.06,12.728A6.364,6.364,0,1,0,59.7,6.364a6.371,6.371,0,0,0,6.364,6.364m0-11.592a5.228,5.228,0,1,1-5.228,5.228A5.234,5.234,0,0,1,66.06,1.135' transform='translate(-50.282 0)' fill='%23fff'/%3E%3Cpath d='M88.853,16.928l1.163.545a.813.813,0,0,1,.466.733.809.809,0,0,1-1.078.763l-.915-.321a.568.568,0,1,0-.376,1.071l.915.322.08.026v.458a.568.568,0,1,0,1.135,0v-.46a1.944,1.944,0,0,0,.255-3.62L89.335,15.9a.813.813,0,0,1-.466-.733.809.809,0,0,1,1.078-.763l.915.321a.568.568,0,1,0,.376-1.071l-.915-.322-.08-.025v-.484a.568.568,0,0,0-1.135,0v.486a1.944,1.944,0,0,0-.255,3.619' transform='translate(-73.898 -10.322)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22.709 20.97'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='22.709' height='20.97' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M22.414,80.488a1.838,1.838,0,0,0-1.822-.819l-7.048.825A1.763,1.763,0,0,0,12.229,79.1L8.007,78.068a3.075,3.075,0,0,0-1.848.12l-1.365.528V78a.568.568,0,0,0-.568-.568H.568A.568.568,0,0,0,0,78v7.623a.568.568,0,0,0,.568.568H4.227a.568.568,0,0,0,.568-.568V84.59L11.061,85.9a5.537,5.537,0,0,0,2.886-.167l7.506-2.506a1.838,1.838,0,0,0,.962-2.741M3.659,85.054H2.911V82.56a.568.568,0,1,0-1.135,0v2.493H1.135V78.565H3.659Zm17.874-3.336a.7.7,0,0,1-.44.434l-7.506,2.506a4.4,4.4,0,0,1-2.293.133l-6.5-1.361v-3.5l1.774-.686a1.943,1.943,0,0,1,1.168-.076L11.96,80.2a.628.628,0,0,1-.262,1.228l-2.785-.509a.568.568,0,0,0-.2,1.117l2.785.509a1.744,1.744,0,0,0,.316.029,1.769,1.769,0,0,0,1.549-.919l7.377-.863.024,0a.7.7,0,0,1,.774.926' transform='translate(0 -65.219)' fill='%23fff'/%3E%3Cpath d='M66.06,12.728A6.364,6.364,0,1,0,59.7,6.364a6.371,6.371,0,0,0,6.364,6.364m0-11.592a5.228,5.228,0,1,1-5.228,5.228A5.234,5.234,0,0,1,66.06,1.135' transform='translate(-50.282 0)' fill='%23fff'/%3E%3Cpath d='M88.853,16.928l1.163.545a.813.813,0,0,1,.466.733.809.809,0,0,1-1.078.763l-.915-.321a.568.568,0,1,0-.376,1.071l.915.322.08.026v.458a.568.568,0,1,0,1.135,0v-.46a1.944,1.944,0,0,0,.255-3.62L89.335,15.9a.813.813,0,0,1-.466-.733.809.809,0,0,1,1.078-.763l.915.321a.568.568,0,1,0,.376-1.071l-.915-.322-.08-.025v-.484a.568.568,0,0,0-1.135,0v.486a1.944,1.944,0,0,0-.255,3.619' transform='translate(-73.898 -10.322)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 22.709px;
    height: 20.97px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    bottom: 11px;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(5)::after,
  dd.Plan_Owner_Item ul li:nth-of-type(5)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29.598 25.592'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='18' height='14' transform='translate(0 -0.474)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-164.402 -185)'%3E%3Cg transform='translate(176 185.565)'%3E%3Cg transform='translate(0 -0.092)' clip-path='url(%23clip-path)'%3E%3Cpath d='M17.7,12.729H16.432V3.24H13.886v9.489H12.5V2.083H9.951V12.729H8.563V5.323H6.017v7.406H4.629V6.711H2.083v6.017H.694V.347A.347.347,0,0,0,0,.347V13.076a.347.347,0,0,0,.347.347H17.7a.347.347,0,0,0,0-.694' transform='translate(0 0.103)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M25.261,31.669c-1.507-.252-2.476-.759-2.882-1.508a3.032,3.032,0,0,1-.287-1.048,5.413,5.413,0,0,0-.164-.8l-.02-.063H20.744l.066.129a2.823,2.823,0,0,1,.227.887,4.769,4.769,0,0,0,.251,1.068,2.913,2.913,0,0,0,.153.332,3.108,3.108,0,0,0,.833.967,1.707,1.707,0,0,1-1.115-.642l-.012-.024a2.019,2.019,0,0,1-.2-.659,9.015,9.015,0,0,0-.32-1.257,4.662,4.662,0,0,0-.141-.736l-.018-.065h-1.13l.044.12a3.486,3.486,0,0,1,.192.9c.013.154.02.3.018.44l-.849,1.981a.553.553,0,0,0-.029.094l-.19.858-.092.276a.521.521,0,0,0-.021.228l-.232,1.046L15.76,35.267a.648.648,0,0,1-.069.026.287.287,0,0,0-.2.164l-.75,1.667h-.414l.627-2.007,1.621-1.038a.5.5,0,0,0,.233-.359.506.506,0,0,0-.137-.414,2.857,2.857,0,0,1-.5-.745,2.974,2.974,0,0,1-.25-1.506.533.533,0,0,0-.865-.463,5.214,5.214,0,0,1-2.291,1.051l-.056.012-.072.014a4.755,4.755,0,0,1-.859.056.517.517,0,0,0-.327-.056,2.087,2.087,0,0,1-.22.018l-.015,0A5.44,5.44,0,0,1,9.4,31.129a.532.532,0,0,0-.624.1L6.7,33.3a.541.541,0,0,0-.109.156c-.2.44-.4,1.012-.594,1.564-.055.158-.111.314-.165.467-.07.2-.142.378-.214.559-.048.122-.1.246-.147.378.021-.119.041-.233.061-.344.035-.2.068-.385.1-.572l.053-.321c.052-.318.1-.593.138-.794a2.987,2.987,0,0,1,.668-1.4,6.142,6.142,0,0,0,1.1-2.443.54.54,0,0,0-.1-.467c-.689-.863-1.384-1.758-2.069-2.66q-.449-.593-.887-1.183a.535.535,0,0,0-.693-.146L1.769,27.282a.515.515,0,0,0-.055.037.426.426,0,0,1-.522.019.384.384,0,0,1-.125-.295l2.3-3.451a.545.545,0,0,0,.086-.237l.1-.874.082.164a.534.534,0,0,0,.171.2L9.738,27a.531.531,0,0,0,.377.092l.145-.017.13-.015.077-.01V25.969l-.1.012-.1.011L10.18,26,4.528,22.046l-.83-1.66a.529.529,0,0,0-.571-.286.537.537,0,0,0-.437.466l-.282,2.541-2.3,3.452a.536.536,0,0,0-.081.2A1.473,1.473,0,0,0,.5,28.153a1.5,1.5,0,0,0,1.818.043l1.644-.94q.3.4.61.811c.613.809,1.259,1.64,1.916,2.469a4.8,4.8,0,0,1-.8,1.746,4.006,4.006,0,0,0-.912,1.875c-.055.263-.116.628-.2,1.121-.11.657-.246,1.476-.4,2.139a.476.476,0,0,0,.1.422.5.5,0,0,0,.417.171h.89a.509.509,0,0,0,.486-.284c.258-.569.516-1.278.758-1.955.07-.194.139-.385.21-.576L7.1,35.06c.167-.454.3-.8.426-1.078l1.019-1.018L7.8,34.308a.534.534,0,0,0,.045.588c.015.019.029.04.044.061l.037.052a17.107,17.107,0,0,1,.917,1.46,16.009,16.009,0,0,0,1.078,1.69.537.537,0,0,0,.421.206h1.187c.359,0,.359-.347.359-.534V36.645c0-.175,0-.586-.359-.586h-.279a2.29,2.29,0,0,0-.269-.469c-.057-.082-.116-.167-.175-.27-.108-.193-.216-.379-.316-.551l-.1-.176,1.356-1.8a5.933,5.933,0,0,0,1.036-.073H12.8a6.185,6.185,0,0,0,2.085-.733,3.951,3.951,0,0,0,.309,1.023,3.907,3.907,0,0,0,.3.543l-1.3.868a.531.531,0,0,0-.215.291l-.89,2.967a.533.533,0,0,0,.511.687h1.484a.535.535,0,0,0,.491-.323l.807-1.884,2.478-1.1a.538.538,0,0,0,.3-.372l.112-.507.251.251c-.108.4-.215.852-.314,1.282l-.058.25c-.141.613-.288,1.248-.429,1.719a.534.534,0,0,0,.511.687h1.187a.53.53,0,0,0,.5-.336c.209-.521.421-1.211.613-1.839s.385-1.252.573-1.721a.531.531,0,0,0-.057-.5L20.737,32.09a3.189,3.189,0,0,0,1.309.587,9.8,9.8,0,0,0,3.188.049.533.533,0,0,0,.027-1.056m-5.32,5.454c.1-.37.187-.7.264-1.039.168-.728.311-1.286.436-1.7a.493.493,0,0,0-.135-.51l-.951-.935.153-.457,1.306,1.867c-.164.444-.337.922-.5,1.462-.153.5-.3.976-.448,1.316ZM9.29,34.843c.137.228.334.577.542.948l.044.078c.105.187.21.388.308.574.078.15.154.293.22.412-.191-.266-.4-.6-.641-1.011-.287-.492-.578-.949-.866-1.358l1.082-1.917a3.34,3.34,0,0,0,.5.135L9.32,34.248a.532.532,0,0,0-.031.595' transform='translate(164.402 172.227)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29.598 25.592'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='18' height='14' transform='translate(0 -0.474)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-164.402 -185)'%3E%3Cg transform='translate(176 185.565)'%3E%3Cg transform='translate(0 -0.092)' clip-path='url(%23clip-path)'%3E%3Cpath d='M17.7,12.729H16.432V3.24H13.886v9.489H12.5V2.083H9.951V12.729H8.563V5.323H6.017v7.406H4.629V6.711H2.083v6.017H.694V.347A.347.347,0,0,0,0,.347V13.076a.347.347,0,0,0,.347.347H17.7a.347.347,0,0,0,0-.694' transform='translate(0 0.103)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M25.261,31.669c-1.507-.252-2.476-.759-2.882-1.508a3.032,3.032,0,0,1-.287-1.048,5.413,5.413,0,0,0-.164-.8l-.02-.063H20.744l.066.129a2.823,2.823,0,0,1,.227.887,4.769,4.769,0,0,0,.251,1.068,2.913,2.913,0,0,0,.153.332,3.108,3.108,0,0,0,.833.967,1.707,1.707,0,0,1-1.115-.642l-.012-.024a2.019,2.019,0,0,1-.2-.659,9.015,9.015,0,0,0-.32-1.257,4.662,4.662,0,0,0-.141-.736l-.018-.065h-1.13l.044.12a3.486,3.486,0,0,1,.192.9c.013.154.02.3.018.44l-.849,1.981a.553.553,0,0,0-.029.094l-.19.858-.092.276a.521.521,0,0,0-.021.228l-.232,1.046L15.76,35.267a.648.648,0,0,1-.069.026.287.287,0,0,0-.2.164l-.75,1.667h-.414l.627-2.007,1.621-1.038a.5.5,0,0,0,.233-.359.506.506,0,0,0-.137-.414,2.857,2.857,0,0,1-.5-.745,2.974,2.974,0,0,1-.25-1.506.533.533,0,0,0-.865-.463,5.214,5.214,0,0,1-2.291,1.051l-.056.012-.072.014a4.755,4.755,0,0,1-.859.056.517.517,0,0,0-.327-.056,2.087,2.087,0,0,1-.22.018l-.015,0A5.44,5.44,0,0,1,9.4,31.129a.532.532,0,0,0-.624.1L6.7,33.3a.541.541,0,0,0-.109.156c-.2.44-.4,1.012-.594,1.564-.055.158-.111.314-.165.467-.07.2-.142.378-.214.559-.048.122-.1.246-.147.378.021-.119.041-.233.061-.344.035-.2.068-.385.1-.572l.053-.321c.052-.318.1-.593.138-.794a2.987,2.987,0,0,1,.668-1.4,6.142,6.142,0,0,0,1.1-2.443.54.54,0,0,0-.1-.467c-.689-.863-1.384-1.758-2.069-2.66q-.449-.593-.887-1.183a.535.535,0,0,0-.693-.146L1.769,27.282a.515.515,0,0,0-.055.037.426.426,0,0,1-.522.019.384.384,0,0,1-.125-.295l2.3-3.451a.545.545,0,0,0,.086-.237l.1-.874.082.164a.534.534,0,0,0,.171.2L9.738,27a.531.531,0,0,0,.377.092l.145-.017.13-.015.077-.01V25.969l-.1.012-.1.011L10.18,26,4.528,22.046l-.83-1.66a.529.529,0,0,0-.571-.286.537.537,0,0,0-.437.466l-.282,2.541-2.3,3.452a.536.536,0,0,0-.081.2A1.473,1.473,0,0,0,.5,28.153a1.5,1.5,0,0,0,1.818.043l1.644-.94q.3.4.61.811c.613.809,1.259,1.64,1.916,2.469a4.8,4.8,0,0,1-.8,1.746,4.006,4.006,0,0,0-.912,1.875c-.055.263-.116.628-.2,1.121-.11.657-.246,1.476-.4,2.139a.476.476,0,0,0,.1.422.5.5,0,0,0,.417.171h.89a.509.509,0,0,0,.486-.284c.258-.569.516-1.278.758-1.955.07-.194.139-.385.21-.576L7.1,35.06c.167-.454.3-.8.426-1.078l1.019-1.018L7.8,34.308a.534.534,0,0,0,.045.588c.015.019.029.04.044.061l.037.052a17.107,17.107,0,0,1,.917,1.46,16.009,16.009,0,0,0,1.078,1.69.537.537,0,0,0,.421.206h1.187c.359,0,.359-.347.359-.534V36.645c0-.175,0-.586-.359-.586h-.279a2.29,2.29,0,0,0-.269-.469c-.057-.082-.116-.167-.175-.27-.108-.193-.216-.379-.316-.551l-.1-.176,1.356-1.8a5.933,5.933,0,0,0,1.036-.073H12.8a6.185,6.185,0,0,0,2.085-.733,3.951,3.951,0,0,0,.309,1.023,3.907,3.907,0,0,0,.3.543l-1.3.868a.531.531,0,0,0-.215.291l-.89,2.967a.533.533,0,0,0,.511.687h1.484a.535.535,0,0,0,.491-.323l.807-1.884,2.478-1.1a.538.538,0,0,0,.3-.372l.112-.507.251.251c-.108.4-.215.852-.314,1.282l-.058.25c-.141.613-.288,1.248-.429,1.719a.534.534,0,0,0,.511.687h1.187a.53.53,0,0,0,.5-.336c.209-.521.421-1.211.613-1.839s.385-1.252.573-1.721a.531.531,0,0,0-.057-.5L20.737,32.09a3.189,3.189,0,0,0,1.309.587,9.8,9.8,0,0,0,3.188.049.533.533,0,0,0,.027-1.056m-5.32,5.454c.1-.37.187-.7.264-1.039.168-.728.311-1.286.436-1.7a.493.493,0,0,0-.135-.51l-.951-.935.153-.457,1.306,1.867c-.164.444-.337.922-.5,1.462-.153.5-.3.976-.448,1.316ZM9.29,34.843c.137.228.334.577.542.948l.044.078c.105.187.21.388.308.574.078.15.154.293.22.412-.191-.266-.4-.6-.641-1.011-.287-.492-.578-.949-.866-1.358l1.082-1.917a3.34,3.34,0,0,0,.5.135L9.32,34.248a.532.532,0,0,0-.031.595' transform='translate(164.402 172.227)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 29.598px;
    height: 25.592px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    bottom: 10px;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(6)::after,
  dd.Plan_Owner_Item ul li:nth-of-type(6)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.9 26.824'%3E%3Cg transform='translate(-48.651 -218.484)'%3E%3Cg transform='translate(49.251 219.084)'%3E%3Cpath d='M18.832,35.222a3.818,3.818,0,0,1-1.19-.195c-1.4-.457-2.448-1.362-3.049-4.3-.614-3-.789-8.3-.55-16.661a10.378,10.378,0,0,0-.021-1.056H9a.6.6,0,0,1-.6-.615,4.115,4.115,0,0,1,1.99-3.628,2.837,2.837,0,0,1,2.868.051c.784.482,2.084,1.809,1.985,5.283-.236,8.269-.069,13.476.526,16.386.319,1.563.709,2.9,2.246,3.4a2.455,2.455,0,0,0,2.086-.224,4.258,4.258,0,0,0,1.863-2.832.6.6,0,0,1,.589-.485H37.7a.6.6,0,1,1,0,1.2H23.025A5.4,5.4,0,0,1,20.709,34.7,3.675,3.675,0,0,1,18.832,35.222ZM9.661,11.81H13.84a3.069,3.069,0,0,0-1.21-1.97,1.629,1.629,0,0,0-1.667-.018A2.734,2.734,0,0,0,9.661,11.81Z' transform='translate(-9 -9.001)' fill='%23fcfcfc'/%3E%3Cpath d='M276.151,216.79a.6.6,0,0,1-.571-.417,18.406,18.406,0,0,1-.878-5.694.6.6,0,0,1,1.2-.035,17.155,17.155,0,0,0,.821,5.362.6.6,0,0,1-.571.783Z' transform='translate(-253.622 -194.244)' fill='%23fcfcfc'/%3E%3Cpath d='M144.37,282.839h-15.3a.6.6,0,0,1,0-1.2h15.252a.576.576,0,0,1,.069,0c1.489.052,2.7-1.581,3.015-3.191a.6.6,0,1,1,1.178.229c-.4,2.039-1.969,4.163-4.119,4.163Z' transform='translate(-119.295 -256.616)' fill='%23fcfcfc'/%3E%3Cpath d='M227.135,48.211c.185,0,.372.009.557.027a5.789,5.789,0,0,1-.545,11.551c-.185,0-.372-.009-.557-.027a5.789,5.789,0,0,1,.545-11.551Zm.012,10.378a4.589,4.589,0,0,0,.43-9.156c-.147-.014-.3-.021-.443-.021a4.589,4.589,0,0,0-.431,9.156C226.852,58.582,227,58.589,227.147,58.589Z' transform='translate(-204.615 -45.57)' fill='%23fcfcfc'/%3E%3Cpath d='M2.874,4.081a.6.6,0,0,1-.463-.218L-.463.382A.6.6,0,0,1-.382-.463a.6.6,0,0,1,.845.081L3.336,3.1a.6.6,0,0,1-.462.982Z' transform='translate(25.827 12.429)' fill='%23fcfcfc'/%3E%3Cpath d='M60.58,10.483a.6.6,0,0,1-.445-.2A1.946,1.946,0,0,0,58.713,9.6H42.562a.6.6,0,0,1,0-1.2H58.727a3.158,3.158,0,0,1,2.3,1.081.6.6,0,0,1-.445,1Z' transform='translate(-39.83 -9)' fill='%23fcfcfc'/%3E%3Cpath d='M122.939,177.062a3.692,3.692,0,1,1,0-7.384.6.6,0,0,1,0,1.2,2.492,2.492,0,1,0,2.492,2.492.6.6,0,0,1,1.2,0A3.7,3.7,0,0,1,122.939,177.062Z' transform='translate(-110.823 -157.148)' fill='%23fcfcfc'/%3E%3Cpath d='M169.278,161.913a.6.6,0,0,1-.6-.6,2.855,2.855,0,0,0-2.851-2.851.6.6,0,0,1,0-1.2,4.056,4.056,0,0,1,4.051,4.051A.6.6,0,0,1,169.278,161.913Z' transform='translate(-153.059 -145.743)' fill='%23fcfcfc'/%3E%3Cpath d='M169.278,161.914h-3.451a.6.6,0,0,1-.6-.6v-3.451a.6.6,0,1,1,1.2,0v2.851h2.851a.6.6,0,1,1,0,1.2Z' transform='translate(-153.059 -145.743)' fill='%23fcfcfc'/%3E%3Cpath d='M0,1.876a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V1.276A.6.6,0,0,1,0,1.876Z' transform='translate(8.919 7.064)' fill='%23fcfcfc'/%3E%3Cpath d='M0,3.953a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.353A.6.6,0,0,1,0,3.953Z' transform='translate(11.53 4.988)' fill='%23fcfcfc'/%3E%3Cpath d='M0,3a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V2.4A.6.6,0,0,1,0,3Z' transform='translate(14.14 5.937)' fill='%23fcfcfc'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.9 26.824'%3E%3Cg transform='translate(-48.651 -218.484)'%3E%3Cg transform='translate(49.251 219.084)'%3E%3Cpath d='M18.832,35.222a3.818,3.818,0,0,1-1.19-.195c-1.4-.457-2.448-1.362-3.049-4.3-.614-3-.789-8.3-.55-16.661a10.378,10.378,0,0,0-.021-1.056H9a.6.6,0,0,1-.6-.615,4.115,4.115,0,0,1,1.99-3.628,2.837,2.837,0,0,1,2.868.051c.784.482,2.084,1.809,1.985,5.283-.236,8.269-.069,13.476.526,16.386.319,1.563.709,2.9,2.246,3.4a2.455,2.455,0,0,0,2.086-.224,4.258,4.258,0,0,0,1.863-2.832.6.6,0,0,1,.589-.485H37.7a.6.6,0,1,1,0,1.2H23.025A5.4,5.4,0,0,1,20.709,34.7,3.675,3.675,0,0,1,18.832,35.222ZM9.661,11.81H13.84a3.069,3.069,0,0,0-1.21-1.97,1.629,1.629,0,0,0-1.667-.018A2.734,2.734,0,0,0,9.661,11.81Z' transform='translate(-9 -9.001)' fill='%23fcfcfc'/%3E%3Cpath d='M276.151,216.79a.6.6,0,0,1-.571-.417,18.406,18.406,0,0,1-.878-5.694.6.6,0,0,1,1.2-.035,17.155,17.155,0,0,0,.821,5.362.6.6,0,0,1-.571.783Z' transform='translate(-253.622 -194.244)' fill='%23fcfcfc'/%3E%3Cpath d='M144.37,282.839h-15.3a.6.6,0,0,1,0-1.2h15.252a.576.576,0,0,1,.069,0c1.489.052,2.7-1.581,3.015-3.191a.6.6,0,1,1,1.178.229c-.4,2.039-1.969,4.163-4.119,4.163Z' transform='translate(-119.295 -256.616)' fill='%23fcfcfc'/%3E%3Cpath d='M227.135,48.211c.185,0,.372.009.557.027a5.789,5.789,0,0,1-.545,11.551c-.185,0-.372-.009-.557-.027a5.789,5.789,0,0,1,.545-11.551Zm.012,10.378a4.589,4.589,0,0,0,.43-9.156c-.147-.014-.3-.021-.443-.021a4.589,4.589,0,0,0-.431,9.156C226.852,58.582,227,58.589,227.147,58.589Z' transform='translate(-204.615 -45.57)' fill='%23fcfcfc'/%3E%3Cpath d='M2.874,4.081a.6.6,0,0,1-.463-.218L-.463.382A.6.6,0,0,1-.382-.463a.6.6,0,0,1,.845.081L3.336,3.1a.6.6,0,0,1-.462.982Z' transform='translate(25.827 12.429)' fill='%23fcfcfc'/%3E%3Cpath d='M60.58,10.483a.6.6,0,0,1-.445-.2A1.946,1.946,0,0,0,58.713,9.6H42.562a.6.6,0,0,1,0-1.2H58.727a3.158,3.158,0,0,1,2.3,1.081.6.6,0,0,1-.445,1Z' transform='translate(-39.83 -9)' fill='%23fcfcfc'/%3E%3Cpath d='M122.939,177.062a3.692,3.692,0,1,1,0-7.384.6.6,0,0,1,0,1.2,2.492,2.492,0,1,0,2.492,2.492.6.6,0,0,1,1.2,0A3.7,3.7,0,0,1,122.939,177.062Z' transform='translate(-110.823 -157.148)' fill='%23fcfcfc'/%3E%3Cpath d='M169.278,161.913a.6.6,0,0,1-.6-.6,2.855,2.855,0,0,0-2.851-2.851.6.6,0,0,1,0-1.2,4.056,4.056,0,0,1,4.051,4.051A.6.6,0,0,1,169.278,161.913Z' transform='translate(-153.059 -145.743)' fill='%23fcfcfc'/%3E%3Cpath d='M169.278,161.914h-3.451a.6.6,0,0,1-.6-.6v-3.451a.6.6,0,1,1,1.2,0v2.851h2.851a.6.6,0,1,1,0,1.2Z' transform='translate(-153.059 -145.743)' fill='%23fcfcfc'/%3E%3Cpath d='M0,1.876a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V1.276A.6.6,0,0,1,0,1.876Z' transform='translate(8.919 7.064)' fill='%23fcfcfc'/%3E%3Cpath d='M0,3.953a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V3.353A.6.6,0,0,1,0,3.953Z' transform='translate(11.53 4.988)' fill='%23fcfcfc'/%3E%3Cpath d='M0,3a.6.6,0,0,1-.6-.6V0A.6.6,0,0,1,0-.6.6.6,0,0,1,.6,0V2.4A.6.6,0,0,1,0,3Z' transform='translate(14.14 5.937)' fill='%23fcfcfc'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 29.9px;
    height: 26.824px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    bottom: 8px;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(7)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 27 16'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='27' height='16' transform='translate(0 0.323)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.116 -0.323)'%3E%3Cg transform='translate(0.116)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.645,0H.65A.65.65,0,0,0,0,.65V15.922a.65.65,0,0,0,.65.65h26a.65.65,0,0,0,.65-.65V.65a.65.65,0,0,0-.65-.65M4.874,14.46V2.762A.163.163,0,0,1,5.037,2.6H22.258a.163.163,0,0,1,.162.162v11.7a.163.163,0,0,1-.162.162H5.037a.163.163,0,0,1-.162-.162m18.522.162V12.348H26.32v2.275H23.4ZM26,11.373H23.4V9.1H26.32v2.275Zm0-3.249H23.4V5.849H26.32V8.124ZM3.9,2.6V4.874H.975V2.6H3.9ZM1.3,5.849H3.9V8.124H.975V5.849ZM1.3,9.1H3.9v2.275H.975V9.1Zm0,3.249H3.9v2.275H.975V12.348ZM26.32,4.874H23.4V2.6H26.32Z' transform='translate(-0.09)' fill='%23fff'/%3E%3Cpath d='M35.924,23.849A2.924,2.924,0,1,0,33,20.924a2.925,2.925,0,0,0,2.924,2.924m-.956-4.376,2.581,1.49-2.581,1.49Z' transform='translate(-22.367 -12.151)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 27 16'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='27' height='16' transform='translate(0 0.323)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.116 -0.323)'%3E%3Cg transform='translate(0.116)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.645,0H.65A.65.65,0,0,0,0,.65V15.922a.65.65,0,0,0,.65.65h26a.65.65,0,0,0,.65-.65V.65a.65.65,0,0,0-.65-.65M4.874,14.46V2.762A.163.163,0,0,1,5.037,2.6H22.258a.163.163,0,0,1,.162.162v11.7a.163.163,0,0,1-.162.162H5.037a.163.163,0,0,1-.162-.162m18.522.162V12.348H26.32v2.275H23.4ZM26,11.373H23.4V9.1H26.32v2.275Zm0-3.249H23.4V5.849H26.32V8.124ZM3.9,2.6V4.874H.975V2.6H3.9ZM1.3,5.849H3.9V8.124H.975V5.849ZM1.3,9.1H3.9v2.275H.975V9.1Zm0,3.249H3.9v2.275H.975V12.348ZM26.32,4.874H23.4V2.6H26.32Z' transform='translate(-0.09)' fill='%23fff'/%3E%3Cpath d='M35.924,23.849A2.924,2.924,0,1,0,33,20.924a2.925,2.925,0,0,0,2.924,2.924m-.956-4.376,2.581,1.49-2.581,1.49Z' transform='translate(-22.367 -12.151)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 27px;
    height: 16px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    bottom: 14px;
  }
  dd.Plan_Owner_Item ul li:nth-of-type(7)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 27 16'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='27' height='16' transform='translate(0 0.323)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.116 -0.323)'%3E%3Cg transform='translate(0.116)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.645,0H.65A.65.65,0,0,0,0,.65V15.922a.65.65,0,0,0,.65.65h26a.65.65,0,0,0,.65-.65V.65a.65.65,0,0,0-.65-.65M4.874,14.46V2.762A.163.163,0,0,1,5.037,2.6H22.258a.163.163,0,0,1,.162.162v11.7a.163.163,0,0,1-.162.162H5.037a.163.163,0,0,1-.162-.162m18.522.162V12.348H26.32v2.275H23.4ZM26,11.373H23.4V9.1H26.32v2.275Zm0-3.249H23.4V5.849H26.32V8.124ZM3.9,2.6V4.874H.975V2.6H3.9ZM1.3,5.849H3.9V8.124H.975V5.849ZM1.3,9.1H3.9v2.275H.975V9.1Zm0,3.249H3.9v2.275H.975V12.348ZM26.32,4.874H23.4V2.6H26.32Z' transform='translate(-0.09)' fill='%23fff'/%3E%3Cpath d='M35.924,23.849A2.924,2.924,0,1,0,33,20.924a2.925,2.925,0,0,0,2.924,2.924m-.956-4.376,2.581,1.49-2.581,1.49Z' transform='translate(-22.367 -12.151)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 27 16'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='27' height='16' transform='translate(0 0.323)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.116 -0.323)'%3E%3Cg transform='translate(0.116)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.645,0H.65A.65.65,0,0,0,0,.65V15.922a.65.65,0,0,0,.65.65h26a.65.65,0,0,0,.65-.65V.65a.65.65,0,0,0-.65-.65M4.874,14.46V2.762A.163.163,0,0,1,5.037,2.6H22.258a.163.163,0,0,1,.162.162v11.7a.163.163,0,0,1-.162.162H5.037a.163.163,0,0,1-.162-.162m18.522.162V12.348H26.32v2.275H23.4ZM26,11.373H23.4V9.1H26.32v2.275Zm0-3.249H23.4V5.849H26.32V8.124ZM3.9,2.6V4.874H.975V2.6H3.9ZM1.3,5.849H3.9V8.124H.975V5.849ZM1.3,9.1H3.9v2.275H.975V9.1Zm0,3.249H3.9v2.275H.975V12.348ZM26.32,4.874H23.4V2.6H26.32Z' transform='translate(-0.09)' fill='%23fff'/%3E%3Cpath d='M35.924,23.849A2.924,2.924,0,1,0,33,20.924a2.925,2.925,0,0,0,2.924,2.924m-.956-4.376,2.581,1.49-2.581,1.49Z' transform='translate(-22.367 -12.151)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 27px;
    height: 16px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    bottom: 21px;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(8)::after,
  dd.Plan_Owner_Item ul li:nth-of-type(8)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.757 22.482'%3E%3Cg transform='translate(0.001 0)'%3E%3Cg%3E%3Cpath d='M4.071,9.817a.61.61,0,0,0-.034-.132L3.091,7.259a.606.606,0,0,0-.784-.345L1.213,7.34A1.908,1.908,0,1,0,2.6,10.9l.234-.091,1.352,3.47a.4.4,0,0,0,.517.235h0l1.286-.5a.4.4,0,0,0,.228-.521Z' fill='%23fff'/%3E%3Cpath d='M10.345,5.829,8.721,1.66a.33.33,0,0,0-.437-.15l-.446.174a.33.33,0,0,0-.221.406l.059.15-.041.072A12.816,12.816,0,0,1,3.457,6.687l.619,1.586.617,1.585a12.836,12.836,0,0,1,6.037.4l.078.026.058.15a.331.331,0,0,0,.438.149l.445-.173A.331.331,0,0,0,11.97,10Z' fill='%23fff'/%3E%3Cpath d='M14.994,4.018A9.9,9.9,0,0,0,12.422.18L12.332.1A.425.425,0,0,0,11.9.029a.406.406,0,0,0-.208.177.468.468,0,0,0-.05.351.519.519,0,0,0,.171.281L11.887.9a8.856,8.856,0,0,1,2.291,3.435,8.884,8.884,0,0,1,.638,4.08.671.671,0,0,1-.013.1.521.521,0,0,0,.065.321.483.483,0,0,0,.273.225.422.422,0,0,0,.274-.011.429.429,0,0,0,.268-.35l.014-.117a9.9,9.9,0,0,0-.7-4.566' fill='%23fff'/%3E%3Cpath d='M11.3,1.7l-.071-.058a.409.409,0,0,0-.408-.072.4.4,0,0,0-.2.165.472.472,0,0,0-.052.331.52.52,0,0,0,.175.3L10.8,2.4a6.543,6.543,0,0,1,1.728,2.573A6.566,6.566,0,0,1,13,8.042l-.011.074a.522.522,0,0,0,.072.334.453.453,0,0,0,.263.207.385.385,0,0,0,.253-.01.406.406,0,0,0,.254-.328.709.709,0,0,1,.012-.091,7.577,7.577,0,0,0-.532-3.554A7.6,7.6,0,0,0,11.3,1.7' fill='%23fff'/%3E%3Cpath d='M9.975,19.6a1.587,1.587,0,0,0,.575,1,2.309,2.309,0,0,0,1.481.478c1.212,0,1.988-.624,1.988-1.591a1.423,1.423,0,0,0-.685-1.286,3.16,3.16,0,0,0-1.4-.3,10.428,10.428,0,0,0-1.31.062v-1.52a8.574,8.574,0,0,0,1.188.061c1.224,0,1.946-.563,1.946-1.506,0-.844-.575-1.321-1.616-1.321a2.044,2.044,0,0,0-1.334.379,1.794,1.794,0,0,0-.513.942l-1.754-.293A3.037,3.037,0,0,1,9.7,12.957a3.976,3.976,0,0,1,2.4-.672c2.044,0,3.366,1.027,3.366,2.619a2.229,2.229,0,0,1-.845,1.8,3.03,3.03,0,0,1-1.187.478A2.575,2.575,0,0,1,15.187,18a2.354,2.354,0,0,1,.585,1.69,2.587,2.587,0,0,1-.735,1.787,4.224,4.224,0,0,1-3.01.991A3.821,3.821,0,0,1,8.918,21.3a3.2,3.2,0,0,1-.685-1.371Z' fill='%23fff'/%3E%3Cpath d='M18.216,21.457a3.422,3.422,0,0,1-.808-1.235,8.214,8.214,0,0,1-.477-2.816,7.217,7.217,0,0,1,.746-3.391,3.485,3.485,0,0,1,3.122-1.7,3.554,3.554,0,0,1,2.581.993,3.388,3.388,0,0,1,.808,1.235,8.2,8.2,0,0,1,.479,2.84,6.425,6.425,0,0,1-.907,3.624,3.475,3.475,0,0,1-2.974,1.444,3.527,3.527,0,0,1-2.57-.993m3.9-.942a4.719,4.719,0,0,0,.857-3.145,4.749,4.749,0,0,0-.857-3.134,1.77,1.77,0,0,0-1.334-.514,1.646,1.646,0,0,0-1.37.624,4.565,4.565,0,0,0-.808,2.975,5.5,5.5,0,0,0,.624,2.912,1.944,1.944,0,0,0,2.888.282' fill='%23fff'/%3E%3Cpath d='M27.725,15.524c-.25.044-.374.071-.9.161a3.623,3.623,0,0,0-.351-.829,6.259,6.259,0,0,0,2.637-.757l.6.783c-.053.019-.24.1-.468.2a6.2,6.2,0,0,1-.606.224v1.184h.351a3.186,3.186,0,0,0,.561-.035v.927a3.724,3.724,0,0,0-.578-.036h-.33a4.445,4.445,0,0,0,1.087,1.55,3.583,3.583,0,0,0-.41.83,3.9,3.9,0,0,1-.731-1.177,8.533,8.533,0,0,1,.054.918v1.916a7.389,7.389,0,0,0,.045,1.052H27.666a8.253,8.253,0,0,0,.054-1.043V19.883c0-.286,0-.286.008-.536.01-.071.01-.079.027-.552A5.559,5.559,0,0,1,26.7,20.729a3.223,3.223,0,0,0-.428-.935,6.574,6.574,0,0,0,1.346-2.456h-.5a3.829,3.829,0,0,0-.642.045v-.945a3.406,3.406,0,0,0,.669.045h.57Zm6.363,3.227a2.823,2.823,0,0,0-.214.374,6.1,6.1,0,0,1-1.667,2.05,9.127,9.127,0,0,1-1.443.873,6.887,6.887,0,0,1-1.123.4,3.063,3.063,0,0,0-.508-.91,6.315,6.315,0,0,0,1.943-.765,4.664,4.664,0,0,0,2.192-2.647Zm-3-3.164a9.133,9.133,0,0,1-.9,3.422,3.637,3.637,0,0,0-.8-.632,6.61,6.61,0,0,0,.846-2.986Zm1.39,3.216c0,.642-.258.812-1.23.812-.1,0-.241,0-.507-.009a3.6,3.6,0,0,0-.17-.891,4.482,4.482,0,0,0,.722.071c.2,0,.25-.054.25-.241V15.1a6.742,6.742,0,0,0-.046-.864h1.026a6.632,6.632,0,0,0-.045.891Zm1.124-3.493a7.262,7.262,0,0,0,.5,1.409,6.591,6.591,0,0,0,.651,1.132,2.711,2.711,0,0,0-.312.285c-.3.32-.3.32-.437.445a8.855,8.855,0,0,1-1.2-3.03Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.757 22.482'%3E%3Cg transform='translate(0.001 0)'%3E%3Cg%3E%3Cpath d='M4.071,9.817a.61.61,0,0,0-.034-.132L3.091,7.259a.606.606,0,0,0-.784-.345L1.213,7.34A1.908,1.908,0,1,0,2.6,10.9l.234-.091,1.352,3.47a.4.4,0,0,0,.517.235h0l1.286-.5a.4.4,0,0,0,.228-.521Z' fill='%23fff'/%3E%3Cpath d='M10.345,5.829,8.721,1.66a.33.33,0,0,0-.437-.15l-.446.174a.33.33,0,0,0-.221.406l.059.15-.041.072A12.816,12.816,0,0,1,3.457,6.687l.619,1.586.617,1.585a12.836,12.836,0,0,1,6.037.4l.078.026.058.15a.331.331,0,0,0,.438.149l.445-.173A.331.331,0,0,0,11.97,10Z' fill='%23fff'/%3E%3Cpath d='M14.994,4.018A9.9,9.9,0,0,0,12.422.18L12.332.1A.425.425,0,0,0,11.9.029a.406.406,0,0,0-.208.177.468.468,0,0,0-.05.351.519.519,0,0,0,.171.281L11.887.9a8.856,8.856,0,0,1,2.291,3.435,8.884,8.884,0,0,1,.638,4.08.671.671,0,0,1-.013.1.521.521,0,0,0,.065.321.483.483,0,0,0,.273.225.422.422,0,0,0,.274-.011.429.429,0,0,0,.268-.35l.014-.117a9.9,9.9,0,0,0-.7-4.566' fill='%23fff'/%3E%3Cpath d='M11.3,1.7l-.071-.058a.409.409,0,0,0-.408-.072.4.4,0,0,0-.2.165.472.472,0,0,0-.052.331.52.52,0,0,0,.175.3L10.8,2.4a6.543,6.543,0,0,1,1.728,2.573A6.566,6.566,0,0,1,13,8.042l-.011.074a.522.522,0,0,0,.072.334.453.453,0,0,0,.263.207.385.385,0,0,0,.253-.01.406.406,0,0,0,.254-.328.709.709,0,0,1,.012-.091,7.577,7.577,0,0,0-.532-3.554A7.6,7.6,0,0,0,11.3,1.7' fill='%23fff'/%3E%3Cpath d='M9.975,19.6a1.587,1.587,0,0,0,.575,1,2.309,2.309,0,0,0,1.481.478c1.212,0,1.988-.624,1.988-1.591a1.423,1.423,0,0,0-.685-1.286,3.16,3.16,0,0,0-1.4-.3,10.428,10.428,0,0,0-1.31.062v-1.52a8.574,8.574,0,0,0,1.188.061c1.224,0,1.946-.563,1.946-1.506,0-.844-.575-1.321-1.616-1.321a2.044,2.044,0,0,0-1.334.379,1.794,1.794,0,0,0-.513.942l-1.754-.293A3.037,3.037,0,0,1,9.7,12.957a3.976,3.976,0,0,1,2.4-.672c2.044,0,3.366,1.027,3.366,2.619a2.229,2.229,0,0,1-.845,1.8,3.03,3.03,0,0,1-1.187.478A2.575,2.575,0,0,1,15.187,18a2.354,2.354,0,0,1,.585,1.69,2.587,2.587,0,0,1-.735,1.787,4.224,4.224,0,0,1-3.01.991A3.821,3.821,0,0,1,8.918,21.3a3.2,3.2,0,0,1-.685-1.371Z' fill='%23fff'/%3E%3Cpath d='M18.216,21.457a3.422,3.422,0,0,1-.808-1.235,8.214,8.214,0,0,1-.477-2.816,7.217,7.217,0,0,1,.746-3.391,3.485,3.485,0,0,1,3.122-1.7,3.554,3.554,0,0,1,2.581.993,3.388,3.388,0,0,1,.808,1.235,8.2,8.2,0,0,1,.479,2.84,6.425,6.425,0,0,1-.907,3.624,3.475,3.475,0,0,1-2.974,1.444,3.527,3.527,0,0,1-2.57-.993m3.9-.942a4.719,4.719,0,0,0,.857-3.145,4.749,4.749,0,0,0-.857-3.134,1.77,1.77,0,0,0-1.334-.514,1.646,1.646,0,0,0-1.37.624,4.565,4.565,0,0,0-.808,2.975,5.5,5.5,0,0,0,.624,2.912,1.944,1.944,0,0,0,2.888.282' fill='%23fff'/%3E%3Cpath d='M27.725,15.524c-.25.044-.374.071-.9.161a3.623,3.623,0,0,0-.351-.829,6.259,6.259,0,0,0,2.637-.757l.6.783c-.053.019-.24.1-.468.2a6.2,6.2,0,0,1-.606.224v1.184h.351a3.186,3.186,0,0,0,.561-.035v.927a3.724,3.724,0,0,0-.578-.036h-.33a4.445,4.445,0,0,0,1.087,1.55,3.583,3.583,0,0,0-.41.83,3.9,3.9,0,0,1-.731-1.177,8.533,8.533,0,0,1,.054.918v1.916a7.389,7.389,0,0,0,.045,1.052H27.666a8.253,8.253,0,0,0,.054-1.043V19.883c0-.286,0-.286.008-.536.01-.071.01-.079.027-.552A5.559,5.559,0,0,1,26.7,20.729a3.223,3.223,0,0,0-.428-.935,6.574,6.574,0,0,0,1.346-2.456h-.5a3.829,3.829,0,0,0-.642.045v-.945a3.406,3.406,0,0,0,.669.045h.57Zm6.363,3.227a2.823,2.823,0,0,0-.214.374,6.1,6.1,0,0,1-1.667,2.05,9.127,9.127,0,0,1-1.443.873,6.887,6.887,0,0,1-1.123.4,3.063,3.063,0,0,0-.508-.91,6.315,6.315,0,0,0,1.943-.765,4.664,4.664,0,0,0,2.192-2.647Zm-3-3.164a9.133,9.133,0,0,1-.9,3.422,3.637,3.637,0,0,0-.8-.632,6.61,6.61,0,0,0,.846-2.986Zm1.39,3.216c0,.642-.258.812-1.23.812-.1,0-.241,0-.507-.009a3.6,3.6,0,0,0-.17-.891,4.482,4.482,0,0,0,.722.071c.2,0,.25-.054.25-.241V15.1a6.742,6.742,0,0,0-.046-.864h1.026a6.632,6.632,0,0,0-.045.891Zm1.124-3.493a7.262,7.262,0,0,0,.5,1.409,6.591,6.591,0,0,0,.651,1.132,2.711,2.711,0,0,0-.312.285c-.3.32-.3.32-.437.445a8.855,8.855,0,0,1-1.2-3.03Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 34.757px;
    height: 22.482px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    bottom: 11px;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(9)::after,
  dd.Plan_Owner_Item ul li:nth-of-type(9)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.332 20.83'%3E%3Cg transform='translate(-0.952 4.728)'%3E%3Cg transform='translate(0.952 -4.728)'%3E%3Cpath d='M48.614,4.181h-.663l.481-.481a.652.652,0,0,0,.208-.472.6.6,0,0,0-.177-.462L45.91.206a.693.693,0,0,0-.5-.206.645.645,0,0,0-.451.2h0L40.912,4.244a.714.714,0,0,0-.256-.063c-.022,0-.043,0-.06,0h-7.88A.718.718,0,0,0,32,4.9V20.114a.718.718,0,0,0,.717.717h15.9a.718.718,0,0,0,.717-.717V4.9a.718.718,0,0,0-.717-.717m-11.56,7.407.354-1.262.909.91Zm-.47-3.015a.835.835,0,0,0-.185.31l-.986,3.508a.649.649,0,0,0,.171.651.659.659,0,0,0,.48.217l.04,0a.514.514,0,0,0,.145-.021l3.523-.993a.58.58,0,0,0,.3-.183L46.69,5.443a.716.716,0,0,0,.425.172H47.9V19.4H33.433V5.614h6.11Zm1.465.452L45.43,1.643,47,3.214l-7.378,7.378Zm7-8.733h0L45.029.275Z' transform='translate(-31.999 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.332 20.83'%3E%3Cg transform='translate(-0.952 4.728)'%3E%3Cg transform='translate(0.952 -4.728)'%3E%3Cpath d='M48.614,4.181h-.663l.481-.481a.652.652,0,0,0,.208-.472.6.6,0,0,0-.177-.462L45.91.206a.693.693,0,0,0-.5-.206.645.645,0,0,0-.451.2h0L40.912,4.244a.714.714,0,0,0-.256-.063c-.022,0-.043,0-.06,0h-7.88A.718.718,0,0,0,32,4.9V20.114a.718.718,0,0,0,.717.717h15.9a.718.718,0,0,0,.717-.717V4.9a.718.718,0,0,0-.717-.717m-11.56,7.407.354-1.262.909.91Zm-.47-3.015a.835.835,0,0,0-.185.31l-.986,3.508a.649.649,0,0,0,.171.651.659.659,0,0,0,.48.217l.04,0a.514.514,0,0,0,.145-.021l3.523-.993a.58.58,0,0,0,.3-.183L46.69,5.443a.716.716,0,0,0,.425.172H47.9V19.4H33.433V5.614h6.11Zm1.465.452L45.43,1.643,47,3.214l-7.378,7.378Zm7-8.733h0L45.029.275Z' transform='translate(-31.999 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 17.332px;
    height: 20.83px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    bottom: 11px;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(10)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 27.558 26'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='27.558' height='26' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect width='1.306' height='1.088' transform='translate(10.148 16.425)' fill='%23fff'/%3E%3Crect width='13.492' height='1.088' transform='translate(12.107 22.953)' fill='%23fff'/%3E%3Crect width='13.492' height='1.088' transform='translate(12.107 16.425)' fill='%23fff'/%3E%3Crect width='1.306' height='1.088' transform='translate(10.148 19.689)' fill='%23fff'/%3E%3Crect width='1.306' height='1.088' transform='translate(10.148 22.953)' fill='%23fff'/%3E%3Crect width='13.492' height='1.088' transform='translate(12.107 19.689)' fill='%23fff'/%3E%3Cg%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M27.231,12.509H8.516a.326.326,0,0,0-.326.326V25.674A.326.326,0,0,0,8.516,26H27.231a.326.326,0,0,0,.326-.326V12.835a.326.326,0,0,0-.326-.326M11.78,15.773H25.925a.326.326,0,0,1,.327.326V17.84a.326.326,0,0,1-.327.326H9.822A.326.326,0,0,1,9.5,17.84V16.1a.326.326,0,0,1,.326-.326ZM10.8,14.358a.326.326,0,0,1,.327-.326H24.837a.327.327,0,1,1,0,.653H11.128a.326.326,0,0,1-.327-.327m-.979,4.679h16.1a.326.326,0,0,1,.327.326V21.1a.327.327,0,0,1-.327.327H9.822A.327.327,0,0,1,9.5,21.1V19.363a.326.326,0,0,1,.326-.326m0,3.264h16.1a.326.326,0,0,1,.327.326v1.741a.326.326,0,0,1-.327.327H9.822a.326.326,0,0,1-.326-.327V22.627a.326.326,0,0,1,.326-.326' fill='%23fff'/%3E%3Cpath d='M4.35,10.48a.7.7,0,0,0-.036-.141L3.3,7.75a.647.647,0,0,0-.837-.369L1.3,7.836a2.039,2.039,0,0,0,1.481,3.8l.25-.1,1.443,3.7a.426.426,0,0,0,.548.252h0L6.4,14.96a.427.427,0,0,0,.245-.552v0Z' fill='%23fff'/%3E%3Cpath d='M11.047,6.223,9.314,1.773a.353.353,0,0,0-.467-.16L8.371,1.8a.352.352,0,0,0-.236.433l.063.16-.044.077a13.678,13.678,0,0,1-4.459,4.67l.66,1.693.659,1.692a13.687,13.687,0,0,1,6.444.427l.083.027.062.16a.353.353,0,0,0,.468.159l.475-.184a.355.355,0,0,0,.236-.438Z' fill='%23fff'/%3E%3Cpath d='M16.009,4.29a10.57,10.57,0,0,0-2.745-4.1l-.1-.085a.454.454,0,0,0-.462-.076.437.437,0,0,0-.222.189A.5.5,0,0,0,12.431.6a.557.557,0,0,0,.183.3l.079.066a9.461,9.461,0,0,1,2.445,3.666,9.485,9.485,0,0,1,.681,4.355.764.764,0,0,1-.014.107.555.555,0,0,0,.07.343.513.513,0,0,0,.291.24.443.443,0,0,0,.292-.012.457.457,0,0,0,.286-.373l.015-.125a10.563,10.563,0,0,0-.747-4.874' fill='%23fff'/%3E%3Cpath d='M12.066,1.816l-.076-.062a.432.432,0,0,0-.649.1.5.5,0,0,0-.055.354.546.546,0,0,0,.187.32l.059.036A6.99,6.99,0,0,1,13.377,5.31a7.017,7.017,0,0,1,.5,3.275l-.012.079a.558.558,0,0,0,.077.357.482.482,0,0,0,.28.221.41.41,0,0,0,.27-.011.434.434,0,0,0,.272-.35.8.8,0,0,1,.012-.1,8.094,8.094,0,0,0-.567-3.794,8.118,8.118,0,0,0-2.147-3.174' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 27.558 26'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='27.558' height='26' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect width='1.306' height='1.088' transform='translate(10.148 16.425)' fill='%23fff'/%3E%3Crect width='13.492' height='1.088' transform='translate(12.107 22.953)' fill='%23fff'/%3E%3Crect width='13.492' height='1.088' transform='translate(12.107 16.425)' fill='%23fff'/%3E%3Crect width='1.306' height='1.088' transform='translate(10.148 19.689)' fill='%23fff'/%3E%3Crect width='1.306' height='1.088' transform='translate(10.148 22.953)' fill='%23fff'/%3E%3Crect width='13.492' height='1.088' transform='translate(12.107 19.689)' fill='%23fff'/%3E%3Cg%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M27.231,12.509H8.516a.326.326,0,0,0-.326.326V25.674A.326.326,0,0,0,8.516,26H27.231a.326.326,0,0,0,.326-.326V12.835a.326.326,0,0,0-.326-.326M11.78,15.773H25.925a.326.326,0,0,1,.327.326V17.84a.326.326,0,0,1-.327.326H9.822A.326.326,0,0,1,9.5,17.84V16.1a.326.326,0,0,1,.326-.326ZM10.8,14.358a.326.326,0,0,1,.327-.326H24.837a.327.327,0,1,1,0,.653H11.128a.326.326,0,0,1-.327-.327m-.979,4.679h16.1a.326.326,0,0,1,.327.326V21.1a.327.327,0,0,1-.327.327H9.822A.327.327,0,0,1,9.5,21.1V19.363a.326.326,0,0,1,.326-.326m0,3.264h16.1a.326.326,0,0,1,.327.326v1.741a.326.326,0,0,1-.327.327H9.822a.326.326,0,0,1-.326-.327V22.627a.326.326,0,0,1,.326-.326' fill='%23fff'/%3E%3Cpath d='M4.35,10.48a.7.7,0,0,0-.036-.141L3.3,7.75a.647.647,0,0,0-.837-.369L1.3,7.836a2.039,2.039,0,0,0,1.481,3.8l.25-.1,1.443,3.7a.426.426,0,0,0,.548.252h0L6.4,14.96a.427.427,0,0,0,.245-.552v0Z' fill='%23fff'/%3E%3Cpath d='M11.047,6.223,9.314,1.773a.353.353,0,0,0-.467-.16L8.371,1.8a.352.352,0,0,0-.236.433l.063.16-.044.077a13.678,13.678,0,0,1-4.459,4.67l.66,1.693.659,1.692a13.687,13.687,0,0,1,6.444.427l.083.027.062.16a.353.353,0,0,0,.468.159l.475-.184a.355.355,0,0,0,.236-.438Z' fill='%23fff'/%3E%3Cpath d='M16.009,4.29a10.57,10.57,0,0,0-2.745-4.1l-.1-.085a.454.454,0,0,0-.462-.076.437.437,0,0,0-.222.189A.5.5,0,0,0,12.431.6a.557.557,0,0,0,.183.3l.079.066a9.461,9.461,0,0,1,2.445,3.666,9.485,9.485,0,0,1,.681,4.355.764.764,0,0,1-.014.107.555.555,0,0,0,.07.343.513.513,0,0,0,.291.24.443.443,0,0,0,.292-.012.457.457,0,0,0,.286-.373l.015-.125a10.563,10.563,0,0,0-.747-4.874' fill='%23fff'/%3E%3Cpath d='M12.066,1.816l-.076-.062a.432.432,0,0,0-.649.1.5.5,0,0,0-.055.354.546.546,0,0,0,.187.32l.059.036A6.99,6.99,0,0,1,13.377,5.31a7.017,7.017,0,0,1,.5,3.275l-.012.079a.558.558,0,0,0,.077.357.482.482,0,0,0,.28.221.41.41,0,0,0,.27-.011.434.434,0,0,0,.272-.35.8.8,0,0,1,.012-.1,8.094,8.094,0,0,0-.567-3.794,8.118,8.118,0,0,0-2.147-3.174' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 27.558px;
    height: 26px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    bottom: 9px;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(11)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 18.037 22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='18.037' height='22' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)'%3E%3Cg transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath d='M17.99,13.137v-.045a8.849,8.849,0,0,0-1.5-4.94l1.1-1.1a1.072,1.072,0,0,0,0-1.515L16.479,4.431a1.073,1.073,0,0,0-1.515,0L13.835,5.56a8.82,8.82,0,0,0-2.854-1.175V3.449h.5a.549.549,0,0,0,.548-.549V.549A.549.549,0,0,0,11.478,0h-4.7a.549.549,0,0,0-.549.549V2.9a.549.549,0,0,0,.549.549h.5v.918a8.81,8.81,0,0,0-3.1,1.295L2.937,4.431a1.073,1.073,0,0,0-1.515,0L.313,5.54a1.072,1.072,0,0,0,0,1.515L1.568,8.309A8.9,8.9,0,0,0,9.095,22h.047a8.916,8.916,0,0,0,8.835-8.4.545.545,0,0,0,.059-.246.53.53,0,0,0-.046-.216M1.107,6.3,2.179,5.226,3.251,6.3,2.179,7.369Zm13.628-.085.987-.987L16.794,6.3l-.973.973a9.016,9.016,0,0,0-1.086-1.057M9.126,19.075a.549.549,0,0,0-.549.549v1.263A7.819,7.819,0,0,1,1.313,13.9H2.594a.549.549,0,0,0,0-1.1H1.276A7.818,7.818,0,0,1,8.578,5.3V6.559a.549.549,0,1,0,1.1,0V5.3a7.783,7.783,0,0,1,3.748,1.3.4.4,0,0,0,.064.087l1.847,1.847a.529.529,0,0,0,.166.112A7.753,7.753,0,0,1,16.887,12.8H15.4a.549.549,0,0,0,0,1.1H16.85a7.837,7.837,0,0,1-7.175,6.98V19.624a.549.549,0,0,0-.548-.549M9.884,4.181H8.368V3.449H9.884ZM7.323,1.1h3.606V2.352H7.323Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath d='M30.8,34.9a1.954,1.954,0,0,0-.166-.79l3.426-4.765-4.989,3.587a1.863,1.863,0,0,0-.257-.019A1.986,1.986,0,1,0,30.8,34.9m-1.1,0a.889.889,0,1,1-.888-.888.889.889,0,0,1,.888.888' transform='translate(-19.817 -21.676)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 18.037 22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='18.037' height='22' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)'%3E%3Cg transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath d='M17.99,13.137v-.045a8.849,8.849,0,0,0-1.5-4.94l1.1-1.1a1.072,1.072,0,0,0,0-1.515L16.479,4.431a1.073,1.073,0,0,0-1.515,0L13.835,5.56a8.82,8.82,0,0,0-2.854-1.175V3.449h.5a.549.549,0,0,0,.548-.549V.549A.549.549,0,0,0,11.478,0h-4.7a.549.549,0,0,0-.549.549V2.9a.549.549,0,0,0,.549.549h.5v.918a8.81,8.81,0,0,0-3.1,1.295L2.937,4.431a1.073,1.073,0,0,0-1.515,0L.313,5.54a1.072,1.072,0,0,0,0,1.515L1.568,8.309A8.9,8.9,0,0,0,9.095,22h.047a8.916,8.916,0,0,0,8.835-8.4.545.545,0,0,0,.059-.246.53.53,0,0,0-.046-.216M1.107,6.3,2.179,5.226,3.251,6.3,2.179,7.369Zm13.628-.085.987-.987L16.794,6.3l-.973.973a9.016,9.016,0,0,0-1.086-1.057M9.126,19.075a.549.549,0,0,0-.549.549v1.263A7.819,7.819,0,0,1,1.313,13.9H2.594a.549.549,0,0,0,0-1.1H1.276A7.818,7.818,0,0,1,8.578,5.3V6.559a.549.549,0,1,0,1.1,0V5.3a7.783,7.783,0,0,1,3.748,1.3.4.4,0,0,0,.064.087l1.847,1.847a.529.529,0,0,0,.166.112A7.753,7.753,0,0,1,16.887,12.8H15.4a.549.549,0,0,0,0,1.1H16.85a7.837,7.837,0,0,1-7.175,6.98V19.624a.549.549,0,0,0-.548-.549M9.884,4.181H8.368V3.449H9.884ZM7.323,1.1h3.606V2.352H7.323Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath d='M30.8,34.9a1.954,1.954,0,0,0-.166-.79l3.426-4.765-4.989,3.587a1.863,1.863,0,0,0-.257-.019A1.986,1.986,0,1,0,30.8,34.9m-1.1,0a.889.889,0,1,1-.888-.888.889.889,0,0,1,.888.888' transform='translate(-19.817 -21.676)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 18.037px;
    height: 22px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    bottom: 10px;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(12)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.045 20.564'%3E%3Cg transform='translate(1395.358 -384.743)'%3E%3Cpath d='M-1377.872,395.516h-10.038l5.019,4.213Z' fill='%23fff'/%3E%3Cpath d='M-1388.659,396.027v8.544l.38-.319,4.71-3.953Z' fill='%23fff'/%3E%3Cpath d='M-1372.788,396.936l-.437-.9-1.128-2.333-8.482-6.175-8.482,6.175-1.128,2.333-.437.9-.174.36a1.763,1.763,0,0,1-.263.393v7a.437.437,0,0,0,.437.437h3.349V395.079a.437.437,0,0,1,.437-.437h12.813c.013,0,.024,0,.036,0a.435.435,0,0,1,.4.433v10.047h3.058a.437.437,0,0,0,.437-.437v-7a1.764,1.764,0,0,1-.263-.393Z' fill='%23fff'/%3E%3Cpath d='M-1377.5,404.253l.52.437.262.22v-9.22l-5.492,4.61Z' fill='%23fff'/%3E%3Cpath d='M-1378.86,404.253l-4.03-3.383-4.03,3.383-.521.437-.52.437h10.142l-.52-.437Z' fill='%23fff'/%3E%3Cpath d='M-1389.523,405.3l.2-.17h-.213v.18Z' fill='%23fff'/%3E%3Cpath d='M-1388.659,404.689v-.118l-.141.118Z' fill='%23fff'/%3E%3Cpath d='M-1370.385,396.219l-1.93-3.992a.739.739,0,0,0-.227-.272l-8.7-6.333-1.019-.742a.725.725,0,0,0-.575-.122.725.725,0,0,0-.573.122l-1.019.742-8.7,6.333a.748.748,0,0,0-.227.272l-1.93,3.992a.728.728,0,0,0,.339.972.73.73,0,0,0,.316.073.727.727,0,0,0,.656-.412l.655-1.354.437-.9.437-.9.063-.13,3.465-2.843.271-.224,4.945-3.6.84-.611.874.624,2.02,1.444,2.927,2.131,3.752,3.079.063.13.437.9.437.9.655,1.354a.73.73,0,0,0,.656.412.73.73,0,0,0,.316-.073A.728.728,0,0,0-1370.385,396.219Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.045 20.564'%3E%3Cg transform='translate(1395.358 -384.743)'%3E%3Cpath d='M-1377.872,395.516h-10.038l5.019,4.213Z' fill='%23fff'/%3E%3Cpath d='M-1388.659,396.027v8.544l.38-.319,4.71-3.953Z' fill='%23fff'/%3E%3Cpath d='M-1372.788,396.936l-.437-.9-1.128-2.333-8.482-6.175-8.482,6.175-1.128,2.333-.437.9-.174.36a1.763,1.763,0,0,1-.263.393v7a.437.437,0,0,0,.437.437h3.349V395.079a.437.437,0,0,1,.437-.437h12.813c.013,0,.024,0,.036,0a.435.435,0,0,1,.4.433v10.047h3.058a.437.437,0,0,0,.437-.437v-7a1.764,1.764,0,0,1-.263-.393Z' fill='%23fff'/%3E%3Cpath d='M-1377.5,404.253l.52.437.262.22v-9.22l-5.492,4.61Z' fill='%23fff'/%3E%3Cpath d='M-1378.86,404.253l-4.03-3.383-4.03,3.383-.521.437-.52.437h10.142l-.52-.437Z' fill='%23fff'/%3E%3Cpath d='M-1389.523,405.3l.2-.17h-.213v.18Z' fill='%23fff'/%3E%3Cpath d='M-1388.659,404.689v-.118l-.141.118Z' fill='%23fff'/%3E%3Cpath d='M-1370.385,396.219l-1.93-3.992a.739.739,0,0,0-.227-.272l-8.7-6.333-1.019-.742a.725.725,0,0,0-.575-.122.725.725,0,0,0-.573.122l-1.019.742-8.7,6.333a.748.748,0,0,0-.227.272l-1.93,3.992a.728.728,0,0,0,.339.972.73.73,0,0,0,.316.073.727.727,0,0,0,.656-.412l.655-1.354.437-.9.437-.9.063-.13,3.465-2.843.271-.224,4.945-3.6.84-.611.874.624,2.02,1.444,2.927,2.131,3.752,3.079.063.13.437.9.437.9.655,1.354a.73.73,0,0,0,.656.412.73.73,0,0,0,.316-.073A.728.728,0,0,0-1370.385,396.219Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 25.045px;
    height: 20.564px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    bottom: 10px;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(13)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 29.606 23.22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='29.606' height='23.22' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.1,6.73H22.034V4.3a4.307,4.307,0,0,0-4.3-4.3H4.3A4.307,4.307,0,0,0,0,4.3v8a4.307,4.307,0,0,0,4.3,4.3H6.47l-.285,3.412a.623.623,0,0,0,1.04.512l4.3-3.924h.541a3.511,3.511,0,0,0,3.505,3.414h4.817l3.33,3.041a.623.623,0,0,0,1.041-.511l-.212-2.53H26.1a3.512,3.512,0,0,0,3.508-3.508V10.237A3.512,3.512,0,0,0,26.1,6.73m2.263,9.778A2.265,2.265,0,0,1,26.1,18.771h-2.23a.623.623,0,0,0-.62.674l.136,1.622-2.336-2.134a.622.622,0,0,0-.42-.163H15.568a2.265,2.265,0,0,1-2.26-2.169h4.424a4.307,4.307,0,0,0,4.3-4.3V7.975H26.1a2.265,2.265,0,0,1,2.263,2.263Zm-17.5-.988-3.3,3.016.209-2.5a.623.623,0,0,0-.621-.674H4.3A3.061,3.061,0,0,1,1.245,12.3v-8A3.061,3.061,0,0,1,4.3,1.245h13.43A3.061,3.061,0,0,1,20.789,4.3v8a3.061,3.061,0,0,1-3.057,3.057H11.28a.622.622,0,0,0-.42.163' transform='translate(0 0)' fill='%23fff'/%3E%3Crect width='0.97' height='0.809' transform='translate(5.441 6.105)' fill='%23fff'/%3E%3Crect width='10.028' height='0.809' transform='translate(6.897 10.958)' fill='%23fff'/%3E%3Crect width='10.028' height='0.809' transform='translate(6.897 6.105)' fill='%23fff'/%3E%3Crect width='0.97' height='0.809' transform='translate(5.441 8.532)' fill='%23fff'/%3E%3Crect width='0.97' height='0.809' transform='translate(5.441 10.958)' fill='%23fff'/%3E%3Crect width='10.028' height='0.809' transform='translate(6.897 8.532)' fill='%23fff'/%3E%3Cpath d='M34.106,15.993H20.2a.243.243,0,0,0-.243.243v9.543a.242.242,0,0,0,.243.242h13.91a.242.242,0,0,0,.243-.242V16.236a.243.243,0,0,0-.243-.243M22.623,18.419H33.136a.243.243,0,0,1,.243.243v1.294a.243.243,0,0,1-.243.243H21.167a.243.243,0,0,1-.243-.243V18.662a.243.243,0,0,1,.243-.243Zm-.728-1.051a.243.243,0,0,1,.243-.243h10.19a.243.243,0,0,1,0,.485H22.138a.243.243,0,0,1-.243-.243m-.728,3.477H33.136a.243.243,0,0,1,.243.243v1.294a.243.243,0,0,1-.243.243H21.167a.243.243,0,0,1-.243-.243V21.088a.243.243,0,0,1,.243-.243m0,2.426H33.136a.243.243,0,0,1,.243.243v1.294a.243.243,0,0,1-.243.243H21.167a.243.243,0,0,1-.243-.243V23.514a.243.243,0,0,1,.243-.243' transform='translate(-15.969 -12.799)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 29.606 23.22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='29.606' height='23.22' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath d='M26.1,6.73H22.034V4.3a4.307,4.307,0,0,0-4.3-4.3H4.3A4.307,4.307,0,0,0,0,4.3v8a4.307,4.307,0,0,0,4.3,4.3H6.47l-.285,3.412a.623.623,0,0,0,1.04.512l4.3-3.924h.541a3.511,3.511,0,0,0,3.505,3.414h4.817l3.33,3.041a.623.623,0,0,0,1.041-.511l-.212-2.53H26.1a3.512,3.512,0,0,0,3.508-3.508V10.237A3.512,3.512,0,0,0,26.1,6.73m2.263,9.778A2.265,2.265,0,0,1,26.1,18.771h-2.23a.623.623,0,0,0-.62.674l.136,1.622-2.336-2.134a.622.622,0,0,0-.42-.163H15.568a2.265,2.265,0,0,1-2.26-2.169h4.424a4.307,4.307,0,0,0,4.3-4.3V7.975H26.1a2.265,2.265,0,0,1,2.263,2.263Zm-17.5-.988-3.3,3.016.209-2.5a.623.623,0,0,0-.621-.674H4.3A3.061,3.061,0,0,1,1.245,12.3v-8A3.061,3.061,0,0,1,4.3,1.245h13.43A3.061,3.061,0,0,1,20.789,4.3v8a3.061,3.061,0,0,1-3.057,3.057H11.28a.622.622,0,0,0-.42.163' transform='translate(0 0)' fill='%23fff'/%3E%3Crect width='0.97' height='0.809' transform='translate(5.441 6.105)' fill='%23fff'/%3E%3Crect width='10.028' height='0.809' transform='translate(6.897 10.958)' fill='%23fff'/%3E%3Crect width='10.028' height='0.809' transform='translate(6.897 6.105)' fill='%23fff'/%3E%3Crect width='0.97' height='0.809' transform='translate(5.441 8.532)' fill='%23fff'/%3E%3Crect width='0.97' height='0.809' transform='translate(5.441 10.958)' fill='%23fff'/%3E%3Crect width='10.028' height='0.809' transform='translate(6.897 8.532)' fill='%23fff'/%3E%3Cpath d='M34.106,15.993H20.2a.243.243,0,0,0-.243.243v9.543a.242.242,0,0,0,.243.242h13.91a.242.242,0,0,0,.243-.242V16.236a.243.243,0,0,0-.243-.243M22.623,18.419H33.136a.243.243,0,0,1,.243.243v1.294a.243.243,0,0,1-.243.243H21.167a.243.243,0,0,1-.243-.243V18.662a.243.243,0,0,1,.243-.243Zm-.728-1.051a.243.243,0,0,1,.243-.243h10.19a.243.243,0,0,1,0,.485H22.138a.243.243,0,0,1-.243-.243m-.728,3.477H33.136a.243.243,0,0,1,.243.243v1.294a.243.243,0,0,1-.243.243H21.167a.243.243,0,0,1-.243-.243V21.088a.243.243,0,0,1,.243-.243m0,2.426H33.136a.243.243,0,0,1,.243.243v1.294a.243.243,0,0,1-.243.243H21.167a.243.243,0,0,1-.243-.243V23.514a.243.243,0,0,1,.243-.243' transform='translate(-15.969 -12.799)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 29.606px;
    height: 23.22px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    bottom: 6px;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(14)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 26.449 23.592'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='13.851' height='12.25' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-44.402 -188)'%3E%3Cpath d='M25.261,31.669c-1.507-.252-2.476-.759-2.882-1.508a3.032,3.032,0,0,1-.287-1.048,5.413,5.413,0,0,0-.164-.8l-.02-.063H20.744l.066.129a2.823,2.823,0,0,1,.227.887,4.769,4.769,0,0,0,.251,1.068,2.913,2.913,0,0,0,.153.332,3.108,3.108,0,0,0,.833.967,1.707,1.707,0,0,1-1.115-.642l-.012-.024a2.019,2.019,0,0,1-.2-.659,9.015,9.015,0,0,0-.32-1.257,4.662,4.662,0,0,0-.141-.736l-.018-.065h-1.13l.044.12a3.486,3.486,0,0,1,.192.9c.013.154.02.3.018.44l-.849,1.981a.553.553,0,0,0-.029.094l-.19.858-.092.276a.521.521,0,0,0-.021.228l-.232,1.046L15.76,35.267a.648.648,0,0,1-.069.026.287.287,0,0,0-.2.164l-.75,1.667h-.414l.627-2.007,1.621-1.038a.5.5,0,0,0,.233-.359.506.506,0,0,0-.137-.414,2.857,2.857,0,0,1-.5-.745,2.974,2.974,0,0,1-.25-1.506.533.533,0,0,0-.865-.463,5.214,5.214,0,0,1-2.291,1.051l-.056.012-.072.014a4.755,4.755,0,0,1-.859.056.517.517,0,0,0-.327-.056,2.087,2.087,0,0,1-.22.018l-.015,0A5.44,5.44,0,0,1,9.4,31.129a.532.532,0,0,0-.624.1L6.7,33.3a.541.541,0,0,0-.109.156c-.2.44-.4,1.012-.594,1.564-.055.158-.111.314-.165.467-.07.2-.142.378-.214.559-.048.122-.1.246-.147.378.021-.119.041-.233.061-.344.035-.2.068-.385.1-.572l.053-.321c.052-.318.1-.593.138-.794a2.987,2.987,0,0,1,.668-1.4,6.142,6.142,0,0,0,1.1-2.443.54.54,0,0,0-.1-.467c-.689-.863-1.384-1.758-2.069-2.66q-.449-.593-.887-1.183a.535.535,0,0,0-.693-.146L1.769,27.282a.515.515,0,0,0-.055.037.426.426,0,0,1-.522.019.384.384,0,0,1-.125-.295l2.3-3.451a.545.545,0,0,0,.086-.237l.1-.874.082.164a.534.534,0,0,0,.171.2L9.738,27a.531.531,0,0,0,.377.092l.145-.017.13-.015.077-.01V25.969l-.1.012-.1.011L10.18,26,4.528,22.046l-.83-1.66a.529.529,0,0,0-.571-.286.537.537,0,0,0-.437.466l-.282,2.541-2.3,3.452a.536.536,0,0,0-.081.2A1.473,1.473,0,0,0,.5,28.153a1.5,1.5,0,0,0,1.818.043l1.644-.94q.3.4.61.811c.613.809,1.259,1.64,1.916,2.469a4.8,4.8,0,0,1-.8,1.746,4.006,4.006,0,0,0-.912,1.875c-.055.263-.116.628-.2,1.121-.11.657-.246,1.476-.4,2.139a.476.476,0,0,0,.1.422.5.5,0,0,0,.417.171h.89a.509.509,0,0,0,.486-.284c.258-.569.516-1.278.758-1.955.07-.194.139-.385.21-.576L7.1,35.06c.167-.454.3-.8.426-1.078l1.019-1.018L7.8,34.308a.534.534,0,0,0,.045.588c.015.019.029.04.044.061l.037.052a17.107,17.107,0,0,1,.917,1.46,16.009,16.009,0,0,0,1.078,1.69.537.537,0,0,0,.421.206h1.187c.359,0,.359-.347.359-.534V36.645c0-.175,0-.586-.359-.586h-.279a2.29,2.29,0,0,0-.269-.469c-.057-.082-.116-.167-.175-.27-.108-.193-.216-.379-.316-.551l-.1-.176,1.356-1.8a5.933,5.933,0,0,0,1.036-.073H12.8a6.185,6.185,0,0,0,2.085-.733,3.951,3.951,0,0,0,.309,1.023,3.907,3.907,0,0,0,.3.543l-1.3.868a.531.531,0,0,0-.215.291l-.89,2.967a.533.533,0,0,0,.511.687h1.484a.535.535,0,0,0,.491-.323l.807-1.884,2.478-1.1a.538.538,0,0,0,.3-.372l.112-.507.251.251c-.108.4-.215.852-.314,1.282l-.058.25c-.141.613-.288,1.248-.429,1.719a.534.534,0,0,0,.511.687h1.187a.53.53,0,0,0,.5-.336c.209-.521.421-1.211.613-1.839s.385-1.252.573-1.721a.531.531,0,0,0-.057-.5L20.737,32.09a3.189,3.189,0,0,0,1.309.587,9.8,9.8,0,0,0,3.188.049.533.533,0,0,0,.027-1.056m-5.32,5.454c.1-.37.187-.7.264-1.039.168-.728.311-1.286.436-1.7a.493.493,0,0,0-.135-.51l-.951-.935.153-.457,1.306,1.867c-.164.444-.337.922-.5,1.462-.153.5-.3.976-.448,1.316ZM9.29,34.843c.137.228.334.577.542.948l.044.078c.105.187.21.388.308.574.078.15.154.293.22.412-.191-.266-.4-.6-.641-1.011-.287-.492-.578-.949-.866-1.358l1.082-1.917a3.34,3.34,0,0,0,.5.135L9.32,34.248a.532.532,0,0,0-.031.595' transform='translate(44.402 173.227)' fill='%23fff'/%3E%3Cg transform='translate(57 188)'%3E%3Cg transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath d='M13.36,0H.491A.492.492,0,0,0,0,.491V11.759a.492.492,0,0,0,.491.491H13.36a.492.492,0,0,0,.491-.491V.491A.492.492,0,0,0,13.36,0M12.174,7.935,9.536,10.573V7.935Zm.695.695v2.639H10.23Zm0-4.278v2.6H9.044a.492.492,0,0,0-.491.491v3.824H.982V4.351Zm0-.983H.982V.982H12.869Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 26.449 23.592'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='13.851' height='12.25' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-44.402 -188)'%3E%3Cpath d='M25.261,31.669c-1.507-.252-2.476-.759-2.882-1.508a3.032,3.032,0,0,1-.287-1.048,5.413,5.413,0,0,0-.164-.8l-.02-.063H20.744l.066.129a2.823,2.823,0,0,1,.227.887,4.769,4.769,0,0,0,.251,1.068,2.913,2.913,0,0,0,.153.332,3.108,3.108,0,0,0,.833.967,1.707,1.707,0,0,1-1.115-.642l-.012-.024a2.019,2.019,0,0,1-.2-.659,9.015,9.015,0,0,0-.32-1.257,4.662,4.662,0,0,0-.141-.736l-.018-.065h-1.13l.044.12a3.486,3.486,0,0,1,.192.9c.013.154.02.3.018.44l-.849,1.981a.553.553,0,0,0-.029.094l-.19.858-.092.276a.521.521,0,0,0-.021.228l-.232,1.046L15.76,35.267a.648.648,0,0,1-.069.026.287.287,0,0,0-.2.164l-.75,1.667h-.414l.627-2.007,1.621-1.038a.5.5,0,0,0,.233-.359.506.506,0,0,0-.137-.414,2.857,2.857,0,0,1-.5-.745,2.974,2.974,0,0,1-.25-1.506.533.533,0,0,0-.865-.463,5.214,5.214,0,0,1-2.291,1.051l-.056.012-.072.014a4.755,4.755,0,0,1-.859.056.517.517,0,0,0-.327-.056,2.087,2.087,0,0,1-.22.018l-.015,0A5.44,5.44,0,0,1,9.4,31.129a.532.532,0,0,0-.624.1L6.7,33.3a.541.541,0,0,0-.109.156c-.2.44-.4,1.012-.594,1.564-.055.158-.111.314-.165.467-.07.2-.142.378-.214.559-.048.122-.1.246-.147.378.021-.119.041-.233.061-.344.035-.2.068-.385.1-.572l.053-.321c.052-.318.1-.593.138-.794a2.987,2.987,0,0,1,.668-1.4,6.142,6.142,0,0,0,1.1-2.443.54.54,0,0,0-.1-.467c-.689-.863-1.384-1.758-2.069-2.66q-.449-.593-.887-1.183a.535.535,0,0,0-.693-.146L1.769,27.282a.515.515,0,0,0-.055.037.426.426,0,0,1-.522.019.384.384,0,0,1-.125-.295l2.3-3.451a.545.545,0,0,0,.086-.237l.1-.874.082.164a.534.534,0,0,0,.171.2L9.738,27a.531.531,0,0,0,.377.092l.145-.017.13-.015.077-.01V25.969l-.1.012-.1.011L10.18,26,4.528,22.046l-.83-1.66a.529.529,0,0,0-.571-.286.537.537,0,0,0-.437.466l-.282,2.541-2.3,3.452a.536.536,0,0,0-.081.2A1.473,1.473,0,0,0,.5,28.153a1.5,1.5,0,0,0,1.818.043l1.644-.94q.3.4.61.811c.613.809,1.259,1.64,1.916,2.469a4.8,4.8,0,0,1-.8,1.746,4.006,4.006,0,0,0-.912,1.875c-.055.263-.116.628-.2,1.121-.11.657-.246,1.476-.4,2.139a.476.476,0,0,0,.1.422.5.5,0,0,0,.417.171h.89a.509.509,0,0,0,.486-.284c.258-.569.516-1.278.758-1.955.07-.194.139-.385.21-.576L7.1,35.06c.167-.454.3-.8.426-1.078l1.019-1.018L7.8,34.308a.534.534,0,0,0,.045.588c.015.019.029.04.044.061l.037.052a17.107,17.107,0,0,1,.917,1.46,16.009,16.009,0,0,0,1.078,1.69.537.537,0,0,0,.421.206h1.187c.359,0,.359-.347.359-.534V36.645c0-.175,0-.586-.359-.586h-.279a2.29,2.29,0,0,0-.269-.469c-.057-.082-.116-.167-.175-.27-.108-.193-.216-.379-.316-.551l-.1-.176,1.356-1.8a5.933,5.933,0,0,0,1.036-.073H12.8a6.185,6.185,0,0,0,2.085-.733,3.951,3.951,0,0,0,.309,1.023,3.907,3.907,0,0,0,.3.543l-1.3.868a.531.531,0,0,0-.215.291l-.89,2.967a.533.533,0,0,0,.511.687h1.484a.535.535,0,0,0,.491-.323l.807-1.884,2.478-1.1a.538.538,0,0,0,.3-.372l.112-.507.251.251c-.108.4-.215.852-.314,1.282l-.058.25c-.141.613-.288,1.248-.429,1.719a.534.534,0,0,0,.511.687h1.187a.53.53,0,0,0,.5-.336c.209-.521.421-1.211.613-1.839s.385-1.252.573-1.721a.531.531,0,0,0-.057-.5L20.737,32.09a3.189,3.189,0,0,0,1.309.587,9.8,9.8,0,0,0,3.188.049.533.533,0,0,0,.027-1.056m-5.32,5.454c.1-.37.187-.7.264-1.039.168-.728.311-1.286.436-1.7a.493.493,0,0,0-.135-.51l-.951-.935.153-.457,1.306,1.867c-.164.444-.337.922-.5,1.462-.153.5-.3.976-.448,1.316ZM9.29,34.843c.137.228.334.577.542.948l.044.078c.105.187.21.388.308.574.078.15.154.293.22.412-.191-.266-.4-.6-.641-1.011-.287-.492-.578-.949-.866-1.358l1.082-1.917a3.34,3.34,0,0,0,.5.135L9.32,34.248a.532.532,0,0,0-.031.595' transform='translate(44.402 173.227)' fill='%23fff'/%3E%3Cg transform='translate(57 188)'%3E%3Cg transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath d='M13.36,0H.491A.492.492,0,0,0,0,.491V11.759a.492.492,0,0,0,.491.491H13.36a.492.492,0,0,0,.491-.491V.491A.492.492,0,0,0,13.36,0M12.174,7.935,9.536,10.573V7.935Zm.695.695v2.639H10.23Zm0-4.278v2.6H9.044a.492.492,0,0,0-.491.491v3.824H.982V4.351Zm0-.983H.982V.982H12.869Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 26.449px;
    height: 23.592px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    bottom: 9px;
  }
  dd.Plan_Owner_Pro_Item ul li:nth-of-type(15)::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 25.707 26.467'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='11.77' height='16.386' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-273.146 -418.329)'%3E%3Cpath d='M25.261,31.669c-1.507-.252-2.476-.759-2.882-1.508a3.032,3.032,0,0,1-.287-1.048,5.413,5.413,0,0,0-.164-.8l-.02-.063H20.744l.066.129a2.823,2.823,0,0,1,.227.887,4.769,4.769,0,0,0,.251,1.068,2.913,2.913,0,0,0,.153.332,3.108,3.108,0,0,0,.833.967,1.707,1.707,0,0,1-1.115-.642l-.012-.024a2.019,2.019,0,0,1-.2-.659,9.015,9.015,0,0,0-.32-1.257,4.662,4.662,0,0,0-.141-.736l-.018-.065h-1.13l.044.12a3.486,3.486,0,0,1,.192.9c.013.154.02.3.018.44l-.849,1.981a.553.553,0,0,0-.029.094l-.19.858-.092.276a.521.521,0,0,0-.021.228l-.232,1.046L15.76,35.267a.648.648,0,0,1-.069.026.287.287,0,0,0-.2.164l-.75,1.667h-.414l.627-2.007,1.621-1.038a.5.5,0,0,0,.233-.359.506.506,0,0,0-.137-.414,2.857,2.857,0,0,1-.5-.745,2.974,2.974,0,0,1-.25-1.506.533.533,0,0,0-.865-.463,5.214,5.214,0,0,1-2.291,1.051l-.056.012-.072.014a4.755,4.755,0,0,1-.859.056.517.517,0,0,0-.327-.056,2.087,2.087,0,0,1-.22.018l-.015,0A5.44,5.44,0,0,1,9.4,31.129a.532.532,0,0,0-.624.1L6.7,33.3a.541.541,0,0,0-.109.156c-.2.44-.4,1.012-.594,1.564-.055.158-.111.314-.165.467-.07.2-.142.378-.214.559-.048.122-.1.246-.147.378.021-.119.041-.233.061-.344.035-.2.068-.385.1-.572l.053-.321c.052-.318.1-.593.138-.794a2.987,2.987,0,0,1,.668-1.4,6.142,6.142,0,0,0,1.1-2.443.54.54,0,0,0-.1-.467c-.689-.863-1.384-1.758-2.069-2.66q-.449-.593-.887-1.183a.535.535,0,0,0-.693-.146L1.769,27.282a.515.515,0,0,0-.055.037.426.426,0,0,1-.522.019.384.384,0,0,1-.125-.295l2.3-3.451a.545.545,0,0,0,.086-.237l.1-.874.082.164a.534.534,0,0,0,.171.2L9.738,27a.531.531,0,0,0,.377.092l.145-.017.13-.015.077-.01V25.969l-.1.012-.1.011L10.18,26,4.528,22.046l-.83-1.66a.529.529,0,0,0-.571-.286.537.537,0,0,0-.437.466l-.282,2.541-2.3,3.452a.536.536,0,0,0-.081.2A1.473,1.473,0,0,0,.5,28.153a1.5,1.5,0,0,0,1.818.043l1.644-.94q.3.4.61.811c.613.809,1.259,1.64,1.916,2.469a4.8,4.8,0,0,1-.8,1.746,4.006,4.006,0,0,0-.912,1.875c-.055.263-.116.628-.2,1.121-.11.657-.246,1.476-.4,2.139a.476.476,0,0,0,.1.422.5.5,0,0,0,.417.171h.89a.509.509,0,0,0,.486-.284c.258-.569.516-1.278.758-1.955.07-.194.139-.385.21-.576L7.1,35.06c.167-.454.3-.8.426-1.078l1.019-1.018L7.8,34.308a.534.534,0,0,0,.045.588c.015.019.029.04.044.061l.037.052a17.107,17.107,0,0,1,.917,1.46,16.009,16.009,0,0,0,1.078,1.69.537.537,0,0,0,.421.206h1.187c.359,0,.359-.347.359-.534V36.645c0-.175,0-.586-.359-.586h-.279a2.29,2.29,0,0,0-.269-.469c-.057-.082-.116-.167-.175-.27-.108-.193-.216-.379-.316-.551l-.1-.176,1.356-1.8a5.933,5.933,0,0,0,1.036-.073H12.8a6.185,6.185,0,0,0,2.085-.733,3.951,3.951,0,0,0,.309,1.023,3.907,3.907,0,0,0,.3.543l-1.3.868a.531.531,0,0,0-.215.291l-.89,2.967a.533.533,0,0,0,.511.687h1.484a.535.535,0,0,0,.491-.323l.807-1.884,2.478-1.1a.538.538,0,0,0,.3-.372l.112-.507.251.251c-.108.4-.215.852-.314,1.282l-.058.25c-.141.613-.288,1.248-.429,1.719a.534.534,0,0,0,.511.687h1.187a.53.53,0,0,0,.5-.336c.209-.521.421-1.211.613-1.839s.385-1.252.573-1.721a.531.531,0,0,0-.057-.5L20.737,32.09a3.189,3.189,0,0,0,1.309.587,9.8,9.8,0,0,0,3.188.049.533.533,0,0,0,.027-1.056m-5.32,5.454c.1-.37.187-.7.264-1.039.168-.728.311-1.286.436-1.7a.493.493,0,0,0-.135-.51l-.951-.935.153-.457,1.306,1.867c-.164.444-.337.922-.5,1.462-.153.5-.3.976-.448,1.316ZM9.29,34.843c.137.228.334.577.542.948l.044.078c.105.187.21.388.308.574.078.15.154.293.22.412-.191-.266-.4-.6-.641-1.011-.287-.492-.578-.949-.866-1.358l1.082-1.917a3.34,3.34,0,0,0,.5.135L9.32,34.248a.532.532,0,0,0-.031.595' transform='translate(273.146 406.431)' fill='%23fff'/%3E%3Cg transform='translate(284.568 418.329)'%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M61.174,97.734l-.034.035a6.418,6.418,0,0,1-4.286,1.889l-.27.783,1.023,2.968c.145.42.568.556.8.257l1.272-1.671a.38.38,0,0,1,.359-.157l1.941.268c.347.048.578-.374.433-.794Z' transform='translate(-50.682 -87.54)' fill='%23fff'/%3E%3Cpath d='M1.33,97.755l-.019-.019L.044,101.413c-.145.42.085.842.433.794l1.941-.268a.38.38,0,0,1,.359.157l1.272,1.671c.228.3.651.162.8-.257L5.9,100.443l-.27-.782a6.419,6.419,0,0,1-4.3-1.906' transform='translate(0 -87.542)' fill='%23fff'/%3E%3Cpath d='M54.252,116.184h0c-.083,0-.165,0-.248-.005l.27.782.27-.783c-.1,0-.191.007-.287.007' transform='translate(-48.367 -104.059)' fill='%23fff'/%3E%3Cpath d='M7.831,0A5.659,5.659,0,0,0,2.168,5.663a5.719,5.719,0,0,0,5.655,5.655,5.659,5.659,0,0,0,5.663-5.663A5.719,5.719,0,0,0,7.831,0m3.131,8.794a4.416,4.416,0,1,1,.951-1.41,4.42,4.42,0,0,1-.951,1.41' transform='translate(-1.942 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 25.707 26.467'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='11.77' height='16.386' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-273.146 -418.329)'%3E%3Cpath d='M25.261,31.669c-1.507-.252-2.476-.759-2.882-1.508a3.032,3.032,0,0,1-.287-1.048,5.413,5.413,0,0,0-.164-.8l-.02-.063H20.744l.066.129a2.823,2.823,0,0,1,.227.887,4.769,4.769,0,0,0,.251,1.068,2.913,2.913,0,0,0,.153.332,3.108,3.108,0,0,0,.833.967,1.707,1.707,0,0,1-1.115-.642l-.012-.024a2.019,2.019,0,0,1-.2-.659,9.015,9.015,0,0,0-.32-1.257,4.662,4.662,0,0,0-.141-.736l-.018-.065h-1.13l.044.12a3.486,3.486,0,0,1,.192.9c.013.154.02.3.018.44l-.849,1.981a.553.553,0,0,0-.029.094l-.19.858-.092.276a.521.521,0,0,0-.021.228l-.232,1.046L15.76,35.267a.648.648,0,0,1-.069.026.287.287,0,0,0-.2.164l-.75,1.667h-.414l.627-2.007,1.621-1.038a.5.5,0,0,0,.233-.359.506.506,0,0,0-.137-.414,2.857,2.857,0,0,1-.5-.745,2.974,2.974,0,0,1-.25-1.506.533.533,0,0,0-.865-.463,5.214,5.214,0,0,1-2.291,1.051l-.056.012-.072.014a4.755,4.755,0,0,1-.859.056.517.517,0,0,0-.327-.056,2.087,2.087,0,0,1-.22.018l-.015,0A5.44,5.44,0,0,1,9.4,31.129a.532.532,0,0,0-.624.1L6.7,33.3a.541.541,0,0,0-.109.156c-.2.44-.4,1.012-.594,1.564-.055.158-.111.314-.165.467-.07.2-.142.378-.214.559-.048.122-.1.246-.147.378.021-.119.041-.233.061-.344.035-.2.068-.385.1-.572l.053-.321c.052-.318.1-.593.138-.794a2.987,2.987,0,0,1,.668-1.4,6.142,6.142,0,0,0,1.1-2.443.54.54,0,0,0-.1-.467c-.689-.863-1.384-1.758-2.069-2.66q-.449-.593-.887-1.183a.535.535,0,0,0-.693-.146L1.769,27.282a.515.515,0,0,0-.055.037.426.426,0,0,1-.522.019.384.384,0,0,1-.125-.295l2.3-3.451a.545.545,0,0,0,.086-.237l.1-.874.082.164a.534.534,0,0,0,.171.2L9.738,27a.531.531,0,0,0,.377.092l.145-.017.13-.015.077-.01V25.969l-.1.012-.1.011L10.18,26,4.528,22.046l-.83-1.66a.529.529,0,0,0-.571-.286.537.537,0,0,0-.437.466l-.282,2.541-2.3,3.452a.536.536,0,0,0-.081.2A1.473,1.473,0,0,0,.5,28.153a1.5,1.5,0,0,0,1.818.043l1.644-.94q.3.4.61.811c.613.809,1.259,1.64,1.916,2.469a4.8,4.8,0,0,1-.8,1.746,4.006,4.006,0,0,0-.912,1.875c-.055.263-.116.628-.2,1.121-.11.657-.246,1.476-.4,2.139a.476.476,0,0,0,.1.422.5.5,0,0,0,.417.171h.89a.509.509,0,0,0,.486-.284c.258-.569.516-1.278.758-1.955.07-.194.139-.385.21-.576L7.1,35.06c.167-.454.3-.8.426-1.078l1.019-1.018L7.8,34.308a.534.534,0,0,0,.045.588c.015.019.029.04.044.061l.037.052a17.107,17.107,0,0,1,.917,1.46,16.009,16.009,0,0,0,1.078,1.69.537.537,0,0,0,.421.206h1.187c.359,0,.359-.347.359-.534V36.645c0-.175,0-.586-.359-.586h-.279a2.29,2.29,0,0,0-.269-.469c-.057-.082-.116-.167-.175-.27-.108-.193-.216-.379-.316-.551l-.1-.176,1.356-1.8a5.933,5.933,0,0,0,1.036-.073H12.8a6.185,6.185,0,0,0,2.085-.733,3.951,3.951,0,0,0,.309,1.023,3.907,3.907,0,0,0,.3.543l-1.3.868a.531.531,0,0,0-.215.291l-.89,2.967a.533.533,0,0,0,.511.687h1.484a.535.535,0,0,0,.491-.323l.807-1.884,2.478-1.1a.538.538,0,0,0,.3-.372l.112-.507.251.251c-.108.4-.215.852-.314,1.282l-.058.25c-.141.613-.288,1.248-.429,1.719a.534.534,0,0,0,.511.687h1.187a.53.53,0,0,0,.5-.336c.209-.521.421-1.211.613-1.839s.385-1.252.573-1.721a.531.531,0,0,0-.057-.5L20.737,32.09a3.189,3.189,0,0,0,1.309.587,9.8,9.8,0,0,0,3.188.049.533.533,0,0,0,.027-1.056m-5.32,5.454c.1-.37.187-.7.264-1.039.168-.728.311-1.286.436-1.7a.493.493,0,0,0-.135-.51l-.951-.935.153-.457,1.306,1.867c-.164.444-.337.922-.5,1.462-.153.5-.3.976-.448,1.316ZM9.29,34.843c.137.228.334.577.542.948l.044.078c.105.187.21.388.308.574.078.15.154.293.22.412-.191-.266-.4-.6-.641-1.011-.287-.492-.578-.949-.866-1.358l1.082-1.917a3.34,3.34,0,0,0,.5.135L9.32,34.248a.532.532,0,0,0-.031.595' transform='translate(273.146 406.431)' fill='%23fff'/%3E%3Cg transform='translate(284.568 418.329)'%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M61.174,97.734l-.034.035a6.418,6.418,0,0,1-4.286,1.889l-.27.783,1.023,2.968c.145.42.568.556.8.257l1.272-1.671a.38.38,0,0,1,.359-.157l1.941.268c.347.048.578-.374.433-.794Z' transform='translate(-50.682 -87.54)' fill='%23fff'/%3E%3Cpath d='M1.33,97.755l-.019-.019L.044,101.413c-.145.42.085.842.433.794l1.941-.268a.38.38,0,0,1,.359.157l1.272,1.671c.228.3.651.162.8-.257L5.9,100.443l-.27-.782a6.419,6.419,0,0,1-4.3-1.906' transform='translate(0 -87.542)' fill='%23fff'/%3E%3Cpath d='M54.252,116.184h0c-.083,0-.165,0-.248-.005l.27.782.27-.783c-.1,0-.191.007-.287.007' transform='translate(-48.367 -104.059)' fill='%23fff'/%3E%3Cpath d='M7.831,0A5.659,5.659,0,0,0,2.168,5.663a5.719,5.719,0,0,0,5.655,5.655,5.659,5.659,0,0,0,5.663-5.663A5.719,5.719,0,0,0,7.831,0m3.131,8.794a4.416,4.416,0,1,1,.951-1.41,4.42,4.42,0,0,1-.951,1.41' transform='translate(-1.942 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 25.707px;
    height: 26.467px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    bottom: 9px;
  }
}
dd.Plan_Owner_Pro_CTA,
dd.Plan_Owner_CTA {
  margin-top: 24px;
}
dd.Plan_Owner_Pro_CTA>ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0 10px;
}
dd.Plan_Owner_Pro_CTA>ul li {
  flex: 1;
}
dd.Plan_Owner_Pro_CTA>ul li a {
  background: #BF9E3A;
  display: block;
  border-radius: 20px;
  padding: 25px 10px 10px 10px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 4px 0 0 #7C6311;
  box-shadow: 0px 4px 0 0 #7C6311;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
dd.Plan_Owner_Pro_CTA>ul li a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 99px;
  height: 19px;
  font-size: 61%;
  font-weight: 500;
  border-radius: 10px;
}
dd.Plan_Owner_Pro_CTA ul li a.Plan_Monthly::before {
  content: "おすすめ";
  color: #FFF;
  background: #9F4949;
}
dd.Plan_Owner_Pro_CTA ul li a.Plan_Annual::before {
  content: "月々198円お得";
  color: #FFF;
  background: #D16363;
}
dd.Plan_Owner_Pro_CTA ul li a.Plan_Monthly {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
dd.Plan_Owner_Pro_CTA ul li a.Plan_Monthly .Monthly_Fee {
  color: #FFEFBC;
}
dd.Plan_Owner_Pro_CTA ul li a.Plan_Monthly .Monthly_Fee .Payment {
  font-size: 11px;
  display: block;
}
dd.Plan_Owner_Pro_CTA ul li a.Plan_Monthly .Monthly_Fee .Price {
  font-size: 23px;
  margin: unset;
}
dd.Plan_Owner_Pro_CTA ul li a.Plan_Monthly .Monthly_Fee .Yen {
  font-size: 14px;
}
dd.Plan_Owner_Pro_CTA ul li a.Plan_Monthly .Monthly_Fee .Tax {
  font-size: 10px;
}

dd.Plan_Owner_Pro_CTA ul li a.Plan_Annual {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
dd.Plan_Owner_Pro_CTA ul li a.Plan_Annual>span {
  display: block;
  color: #222222;
  font-size: 9px;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
dd.Plan_Owner_Pro_CTA ul li a.Plan_Annual .Annual_Fee {
  color: #FFEFBC;
}
dd.Plan_Owner_Pro_CTA ul li a.Plan_Annual .Annual_Fee .Payment {
  font-size: 11px;
  display: block;
}
dd.Plan_Owner_Pro_CTA ul li a.Plan_Annual .Annual_Fee .Price {
  font-size: 23px;
}
dd.Plan_Owner_Pro_CTA ul li a.Plan_Annual .Annual_Fee .Yen {
  font-size: 14px;
}
dd.Plan_Owner_Pro_CTA ul li a.Plan_Annual .Annual_Fee .Tax {
  font-size: 10px;
}
dd.Plan_Owner_Pro_CTA ul li a .CTA_Label {
  color: #000;
  font-size: 11px;
  border-radius: 9px;
  background: #F0E8CD;
  text-align: center;
  padding: 3px;
  font-weight: bold;
}
dd.Plan_Owner_Pro_CTA ul li a .CTA_Label > em{
	color: #9F4949;
}
dd.Plan_Owner_CTA a {
  background: #93BE4F;
  webkit-box-shadow: 0px 4px 0 0 #6B893C;
  box-shadow: 0px 4px 0 0 #6B893C;
  width: 100%;
  border-radius: 20px;
  display: block;
  padding: 8px;
  text-align: center;
  color: #FFF;
  text-shadow: 0px 2px 0px #6B893C;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.3px;
  position: relative;
}
dd.Plan_Owner_Pro_CTA ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4.5%;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg) translate(-60%, 0);
  transform: rotate(45deg) translate(-60%, 0);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
ul.Note_List {
  color: #CCB25A;
  font-size: 11px;
  display: block !important;
  margin-top: 20px;
}
ul.Note_List li {
  padding-left: 12px;
  position: relative;
  line-height: 1.2;
}
ul.Note_List li:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 1px;
}

dd.Plan_Owner_CTA a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4.5%;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg) translate(-60%, 0);
  transform: rotate(45deg) translate(-60%, 0);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
dd.Plan_Owner_CTA a .Monthly_Fee {
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
  color: #FFF5F4;
}
dd.Plan_Owner_CTA a .Monthly_Fee .Price {
  font-size: 23px;
  margin: 0 4px;
}
dd.Plan_Owner_CTA a .Monthly_Fee .Tax {
  font-size: 10px;
}
dd.Plan_Owner_CTA a .CTA_Label {
  color: #27220C;
  font-size: 72.2%;
  border-radius: 9px;
  background: #FFCE01;
  display: inline-block;
  padding: 3px 30px;
  margin-top: 7px;
}

dd.Plan_Owner_CTA a .CTA_Label > em{
	color: #9F4949;
}
dd.Plan_Owner_CTA .Note {
  color: #FFF;
  text-align: center;
  font-size: 72.2%;
  margin-top: 15px;
}
.Supplement {
  margin-top: 25px;
  color: #C6C6C6;
}
.Supplement h3 {
  color: #FFFFFF;
  font-size: 14px;
}
.Supplement h4 {
  font-size: 12px;
  margin: 20px 0 10px;
}
.Supplement p {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 10px;
}
.Supplement ul {
  font-size: 11px;
  display: block !important;
  margin-top: 0px;
}
.Supplement ul li {
  padding-left: 12px;
  position: relative;
  line-height: 1.2;
}
.Supplement ul li:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}
.Supplement ul.mb_list {
  margin-top: 20px;
}
.Supplement ul.mb_list li {
  margin-bottom: 20px;
}
.Supplement ul.mb_list li:last-child {
  margin-bottom: 0px;
}


.superPremiumCourse,
.PremiumCourse {
  width: 95%;
  margin: auto;
  text-align: center;
  padding-bottom: 25px;
  border-radius: 6px;
}

.SuperPremiumCourse b,
.PremiumCourse b {
  font-weight: bold;
  line-height: 2;
}

.superPremiumCourse b {
  color: #50400f;
}

.SuperPremiumCourse b,
.PremiumCourse b {
  color: #1E330D;
}

.superPremiumCourse b span,
.PremiumCourse b span {
  font-size: 61%;
}

.superPremiumCourse dt,
.PremiumCourse dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px 6px 0 0;
  position: relative;
}

.superPremiumCourse dd ul,
.PremiumCourse dd ul {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.superPremiumCourse dd ul + ul,
.PremiumCourse dd ul + ul {
  margin-top: 8px;
}

.superPremiumCourse dd ul li,
.PremiumCourse dd ul li {
  width: 31.8%;
  background: #fff;
  border-radius: 4px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 72.2%;
}

.superPremiumCourse dd ul li.font_small,
.PremiumCourse dd ul li.font_small {
  font-size: 61%;
}

.superPremiumCourse dd ul li.font_small02,
.PremiumCourse dd ul li.font_small02 {
  font-size: 66.6%;
}

@media screen and (max-width: 374px) {
  .superPremiumCourse dd ul li.font_small,
  .PremiumCourse dd ul li.font_small {
    font-size: 55.5%;
  }
}

.superPremiumCourse dd ul li {
  margin-bottom: 8px;
  position: relative;
  padding-top: 5px;
  height: 52px;
  color: #7B600C;
}

.superPremiumCourse dd ul li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.superPremiumCourse dd ul li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d5b44f;
}

.superPremiumCourse dd ul li:nth-of-type(1)::after {
/*  background: url("../img/premium/superPremium_icon01.png") no-repeat;*/
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M12.203 6.509a.508.508 0 0 0-.28-.661l-.02-.008a7.254 7.254 0 0 0-2.586-.47 6.694 6.694 0 1 0 7.016 6.685c0-.844-.166-1.679-.49-2.458a.549.549 0 0 0-.7-.29.507.507 0 0 0-.307.649l.008.02c.274.659.415 1.365.414 2.079.158 3.278-2.195 5.626-5.473 5.784s-5.864-2.187-6.022-5.465c-.158-3.278 1.996-5.81 5.274-5.968a6.16 6.16 0 0 1 2.472.393.55.55 0 0 0 .695-.291Z"/><path d="M18.505 9.009a.512.512 0 0 0-.371.637c.234.782.353 1.594.353 2.41.244 5.066-5.269 9.021-8.548 9.077-5.685-.175-8.816-4.52-9.276-8.329-.244-5.066 3.145-9.236 8.211-9.479a9.627 9.627 0 0 1 2.974.327.544.544 0 0 0 .669-.353.512.512 0 0 0-.353-.632l-.017-.005a10.707 10.707 0 0 0-2.832-.378C3.918 2.543-.248 7.129.011 12.526c.259 5.397 4.844 9.563 10.242 9.304a9.784 9.784 0 0 0 9.315-9.773 9.343 9.343 0 0 0-.4-2.693.544.544 0 0 0-.663-.354Z" class="cls-1"/><path d="M9.315 9.489c.083 0 .165 0 .242.011a.534.534 0 0 0 .588-.466.523.523 0 0 0-.484-.56h-.005a3.789 3.789 0 0 0-.341-.015 3.606 3.606 0 1 0 3.763 3.286.534.534 0 0 0-.586-.468.523.523 0 0 0-.49.554v.005c.006.074.01.149.01.223a2.7 2.7 0 1 1-2.7-2.571h.003Z"/><path d="M21.887 3.467a1.081 1.081 0 0 0-1-.636h-1.885v-1.8a1.03 1.03 0 0 0-.667-.952 1.116 1.116 0 0 0-1.178.224l-3.149 3a1.5 1.5 0 0 0-.474 1.092V7.31l-4.393 4.186a.5.5 0 0 0-.021.707l.021.021a.56.56 0 0 0 .765 0l4.392-4.186h3.058a1.65 1.65 0 0 0 1.146-.452l3.149-3c.305-.287.399-.733.236-1.119Zm-7.113.569 3.148-3v2.1l-3.307 3.152V4.403a.5.5 0 0 1 .159-.367Zm2.965 2.826a.558.558 0 0 1-.382.151h-1.976l3.307-3.152h2.2l-3.149 3.001Z"/></svg>');
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M12.203 6.509a.508.508 0 0 0-.28-.661l-.02-.008a7.254 7.254 0 0 0-2.586-.47 6.694 6.694 0 1 0 7.016 6.685c0-.844-.166-1.679-.49-2.458a.549.549 0 0 0-.7-.29.507.507 0 0 0-.307.649l.008.02c.274.659.415 1.365.414 2.079.158 3.278-2.195 5.626-5.473 5.784s-5.864-2.187-6.022-5.465c-.158-3.278 1.996-5.81 5.274-5.968a6.16 6.16 0 0 1 2.472.393.55.55 0 0 0 .695-.291Z"/><path d="M18.505 9.009a.512.512 0 0 0-.371.637c.234.782.353 1.594.353 2.41.244 5.066-5.269 9.021-8.548 9.077-5.685-.175-8.816-4.52-9.276-8.329-.244-5.066 3.145-9.236 8.211-9.479a9.627 9.627 0 0 1 2.974.327.544.544 0 0 0 .669-.353.512.512 0 0 0-.353-.632l-.017-.005a10.707 10.707 0 0 0-2.832-.378C3.918 2.543-.248 7.129.011 12.526c.259 5.397 4.844 9.563 10.242 9.304a9.784 9.784 0 0 0 9.315-9.773 9.343 9.343 0 0 0-.4-2.693.544.544 0 0 0-.663-.354Z" class="cls-1"/><path d="M9.315 9.489c.083 0 .165 0 .242.011a.534.534 0 0 0 .588-.466.523.523 0 0 0-.484-.56h-.005a3.789 3.789 0 0 0-.341-.015 3.606 3.606 0 1 0 3.763 3.286.534.534 0 0 0-.586-.468.523.523 0 0 0-.49.554v.005c.006.074.01.149.01.223a2.7 2.7 0 1 1-2.7-2.571h.003Z"/><path d="M21.887 3.467a1.081 1.081 0 0 0-1-.636h-1.885v-1.8a1.03 1.03 0 0 0-.667-.952 1.116 1.116 0 0 0-1.178.224l-3.149 3a1.5 1.5 0 0 0-.474 1.092V7.31l-4.393 4.186a.5.5 0 0 0-.021.707l.021.021a.56.56 0 0 0 .765 0l4.392-4.186h3.058a1.65 1.65 0 0 0 1.146-.452l3.149-3c.305-.287.399-.733.236-1.119Zm-7.113.569 3.148-3v2.1l-3.307 3.152V4.403a.5.5 0 0 1 .159-.367Zm2.965 2.826a.558.558 0 0 1-.382.151h-1.976l3.307-3.152h2.2l-3.149 3.001Z"/></svg>');
  width: 22px;
  height: 22px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.superPremiumCourse dd ul li:nth-of-type(2)::after {
/*  background: url("../img/premium/superPremium_icon02.png") no-repeat;*/
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg"><g><g><path d="M3.483 8.397a.512.512 0 0 0-.029-.113l-.809-2.075a.519.519 0 0 0-.671-.295l-.935.364a1.637 1.637 0 0 0-.928 2.113 1.637 1.637 0 0 0 2.113.928l.2-.078 1.157 2.968a.343.343 0 0 0 .444.2l1.1-.426a.345.345 0 0 0 .195-.445Z"/><path d="M8.849 4.986 7.46 1.42a.283.283 0 0 0-.374-.128l-.381.149a.282.282 0 0 0-.189.347l.05.128-.035.062A10.971 10.971 0 0 1 2.958 5.72l.529 1.356.528 1.356a10.975 10.975 0 0 1 5.163.338l.067.022.05.128a.282.282 0 0 0 .374.128l.381-.148a.283.283 0 0 0 .189-.348Z"/><path d="M12.825 3.437a8.474 8.474 0 0 0-2.2-3.283l-.077-.065a.363.363 0 0 0-.369-.064.347.347 0 0 0-.178.152.4.4 0 0 0-.043.3.438.438 0 0 0 .146.24l.064.055a7.58 7.58 0 0 1 1.959 2.938 7.6 7.6 0 0 1 .546 3.49c0 .028-.007.056-.011.084a.444.444 0 0 0 .055.275.412.412 0 0 0 .234.192.36.36 0 0 0 .234-.009.368.368 0 0 0 .229-.3l.012-.1a8.472 8.472 0 0 0-.601-3.905Z" /><path d="m9.664 1.453-.061-.05a.35.35 0 0 0-.349-.061.339.339 0 0 0-.167.141.4.4 0 0 0-.045.283.444.444 0 0 0 .15.252l.047.04a5.594 5.594 0 0 1 1.478 2.2 5.613 5.613 0 0 1 .4 2.621l-.009.063a.447.447 0 0 0 .061.286.392.392 0 0 0 .225.177.329.329 0 0 0 .217-.009.347.347 0 0 0 .217-.28c0-.026.007-.052.01-.078a6.483 6.483 0 0 0-.455-3.04 6.5 6.5 0 0 0-1.719-2.545Z" /></g><g><path d="M8.532 16.762a1.355 1.355 0 0 0 .492.858 1.977 1.977 0 0 0 1.267.409c1.036 0 1.7-.534 1.7-1.361a1.217 1.217 0 0 0-.586-1.1 2.7 2.7 0 0 0-1.2-.252 8.91 8.91 0 0 0-1.12.053v-1.3a7.333 7.333 0 0 0 1.016.052c1.047 0 1.664-.482 1.664-1.288 0-.722-.492-1.13-1.382-1.13a1.749 1.749 0 0 0-1.141.324 1.537 1.537 0 0 0-.439.806l-1.5-.251a2.6 2.6 0 0 1 .994-1.5 3.4 3.4 0 0 1 2.052-.575c1.748 0 2.879.879 2.879 2.24a1.908 1.908 0 0 1-.723 1.538 2.583 2.583 0 0 1-1.015.409 2.2 2.2 0 0 1 1.5.7 2.013 2.013 0 0 1 .5 1.445 2.213 2.213 0 0 1-.628 1.528 3.613 3.613 0 0 1-2.575.848 3.27 3.27 0 0 1-2.659-.995 2.753 2.753 0 0 1-.586-1.172Z"/><path d="M15.581 18.353a2.931 2.931 0 0 1-.691-1.057 7.015 7.015 0 0 1-.408-2.408 6.17 6.17 0 0 1 .638-2.9 2.981 2.981 0 0 1 2.67-1.455 3.039 3.039 0 0 1 2.208.849 2.914 2.914 0 0 1 .691 1.056 7.027 7.027 0 0 1 .409 2.429 5.5 5.5 0 0 1-.775 3.1 2.972 2.972 0 0 1-2.544 1.235 3.016 3.016 0 0 1-2.198-.849Zm3.339-.806a4.035 4.035 0 0 0 .733-2.69 4.06 4.06 0 0 0-.733-2.68 1.511 1.511 0 0 0-1.141-.44 1.408 1.408 0 0 0-1.172.534 3.905 3.905 0 0 0-.691 2.544 4.7 4.7 0 0 0 .534 2.491 1.532 1.532 0 0 0 1.34.681 1.519 1.519 0 0 0 1.13-.44Z"/><path d="M23.714 13.278c-.214.038-.32.061-.77.138a3.092 3.092 0 0 0-.3-.709 5.367 5.367 0 0 0 2.256-.648l.51.67c-.045.016-.205.084-.4.168a5.394 5.394 0 0 1-.518.191v1.013h.3a2.807 2.807 0 0 0 .48-.03v.793a3.163 3.163 0 0 0-.495-.031h-.282a3.792 3.792 0 0 0 .93 1.326 3.052 3.052 0 0 0-.351.71 3.347 3.347 0 0 1-.625-1.007 7.4 7.4 0 0 1 .046.785v1.639a6.454 6.454 0 0 0 .038.9h-.869a7.118 7.118 0 0 0 .046-.892v-1.288c0-.244 0-.244.007-.458.008-.061.008-.068.023-.472a4.756 4.756 0 0 1-.9 1.654 2.768 2.768 0 0 0-.366-.8 5.62 5.62 0 0 0 1.151-2.1h-.427a3.209 3.209 0 0 0-.549.038v-.808a2.924 2.924 0 0 0 .572.038h.488Zm5.442 2.76a2.6 2.6 0 0 0-.183.32 5.22 5.22 0 0 1-1.425 1.753 7.834 7.834 0 0 1-1.235.747 5.883 5.883 0 0 1-.96.343 2.622 2.622 0 0 0-.435-.778 5.384 5.384 0 0 0 1.662-.655 3.986 3.986 0 0 0 1.875-2.264Zm-2.561-2.706a7.83 7.83 0 0 1-.77 2.927 3.114 3.114 0 0 0-.686-.541 5.663 5.663 0 0 0 .724-2.554Zm1.189 2.751c0 .549-.221.694-1.052.694-.084 0-.206 0-.434-.008a3.088 3.088 0 0 0-.145-.762 3.715 3.715 0 0 0 .617.061c.168 0 .214-.046.214-.206v-2.95a5.951 5.951 0 0 0-.039-.739h.877a5.575 5.575 0 0 0-.038.762Zm.961-2.988a6.232 6.232 0 0 0 .426 1.205 5.626 5.626 0 0 0 .557.968 2.3 2.3 0 0 0-.267.244c-.259.274-.259.274-.374.381a7.579 7.579 0 0 1-1.029-2.592Z"/></g></g></svg>');
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg"><g><g><path d="M3.483 8.397a.512.512 0 0 0-.029-.113l-.809-2.075a.519.519 0 0 0-.671-.295l-.935.364a1.637 1.637 0 0 0-.928 2.113 1.637 1.637 0 0 0 2.113.928l.2-.078 1.157 2.968a.343.343 0 0 0 .444.2l1.1-.426a.345.345 0 0 0 .195-.445Z"/><path d="M8.849 4.986 7.46 1.42a.283.283 0 0 0-.374-.128l-.381.149a.282.282 0 0 0-.189.347l.05.128-.035.062A10.971 10.971 0 0 1 2.958 5.72l.529 1.356.528 1.356a10.975 10.975 0 0 1 5.163.338l.067.022.05.128a.282.282 0 0 0 .374.128l.381-.148a.283.283 0 0 0 .189-.348Z"/><path d="M12.825 3.437a8.474 8.474 0 0 0-2.2-3.283l-.077-.065a.363.363 0 0 0-.369-.064.347.347 0 0 0-.178.152.4.4 0 0 0-.043.3.438.438 0 0 0 .146.24l.064.055a7.58 7.58 0 0 1 1.959 2.938 7.6 7.6 0 0 1 .546 3.49c0 .028-.007.056-.011.084a.444.444 0 0 0 .055.275.412.412 0 0 0 .234.192.36.36 0 0 0 .234-.009.368.368 0 0 0 .229-.3l.012-.1a8.472 8.472 0 0 0-.601-3.905Z" /><path d="m9.664 1.453-.061-.05a.35.35 0 0 0-.349-.061.339.339 0 0 0-.167.141.4.4 0 0 0-.045.283.444.444 0 0 0 .15.252l.047.04a5.594 5.594 0 0 1 1.478 2.2 5.613 5.613 0 0 1 .4 2.621l-.009.063a.447.447 0 0 0 .061.286.392.392 0 0 0 .225.177.329.329 0 0 0 .217-.009.347.347 0 0 0 .217-.28c0-.026.007-.052.01-.078a6.483 6.483 0 0 0-.455-3.04 6.5 6.5 0 0 0-1.719-2.545Z" /></g><g><path d="M8.532 16.762a1.355 1.355 0 0 0 .492.858 1.977 1.977 0 0 0 1.267.409c1.036 0 1.7-.534 1.7-1.361a1.217 1.217 0 0 0-.586-1.1 2.7 2.7 0 0 0-1.2-.252 8.91 8.91 0 0 0-1.12.053v-1.3a7.333 7.333 0 0 0 1.016.052c1.047 0 1.664-.482 1.664-1.288 0-.722-.492-1.13-1.382-1.13a1.749 1.749 0 0 0-1.141.324 1.537 1.537 0 0 0-.439.806l-1.5-.251a2.6 2.6 0 0 1 .994-1.5 3.4 3.4 0 0 1 2.052-.575c1.748 0 2.879.879 2.879 2.24a1.908 1.908 0 0 1-.723 1.538 2.583 2.583 0 0 1-1.015.409 2.2 2.2 0 0 1 1.5.7 2.013 2.013 0 0 1 .5 1.445 2.213 2.213 0 0 1-.628 1.528 3.613 3.613 0 0 1-2.575.848 3.27 3.27 0 0 1-2.659-.995 2.753 2.753 0 0 1-.586-1.172Z"/><path d="M15.581 18.353a2.931 2.931 0 0 1-.691-1.057 7.015 7.015 0 0 1-.408-2.408 6.17 6.17 0 0 1 .638-2.9 2.981 2.981 0 0 1 2.67-1.455 3.039 3.039 0 0 1 2.208.849 2.914 2.914 0 0 1 .691 1.056 7.027 7.027 0 0 1 .409 2.429 5.5 5.5 0 0 1-.775 3.1 2.972 2.972 0 0 1-2.544 1.235 3.016 3.016 0 0 1-2.198-.849Zm3.339-.806a4.035 4.035 0 0 0 .733-2.69 4.06 4.06 0 0 0-.733-2.68 1.511 1.511 0 0 0-1.141-.44 1.408 1.408 0 0 0-1.172.534 3.905 3.905 0 0 0-.691 2.544 4.7 4.7 0 0 0 .534 2.491 1.532 1.532 0 0 0 1.34.681 1.519 1.519 0 0 0 1.13-.44Z"/><path d="M23.714 13.278c-.214.038-.32.061-.77.138a3.092 3.092 0 0 0-.3-.709 5.367 5.367 0 0 0 2.256-.648l.51.67c-.045.016-.205.084-.4.168a5.394 5.394 0 0 1-.518.191v1.013h.3a2.807 2.807 0 0 0 .48-.03v.793a3.163 3.163 0 0 0-.495-.031h-.282a3.792 3.792 0 0 0 .93 1.326 3.052 3.052 0 0 0-.351.71 3.347 3.347 0 0 1-.625-1.007 7.4 7.4 0 0 1 .046.785v1.639a6.454 6.454 0 0 0 .038.9h-.869a7.118 7.118 0 0 0 .046-.892v-1.288c0-.244 0-.244.007-.458.008-.061.008-.068.023-.472a4.756 4.756 0 0 1-.9 1.654 2.768 2.768 0 0 0-.366-.8 5.62 5.62 0 0 0 1.151-2.1h-.427a3.209 3.209 0 0 0-.549.038v-.808a2.924 2.924 0 0 0 .572.038h.488Zm5.442 2.76a2.6 2.6 0 0 0-.183.32 5.22 5.22 0 0 1-1.425 1.753 7.834 7.834 0 0 1-1.235.747 5.883 5.883 0 0 1-.96.343 2.622 2.622 0 0 0-.435-.778 5.384 5.384 0 0 0 1.662-.655 3.986 3.986 0 0 0 1.875-2.264Zm-2.561-2.706a7.83 7.83 0 0 1-.77 2.927 3.114 3.114 0 0 0-.686-.541 5.663 5.663 0 0 0 .724-2.554Zm1.189 2.751c0 .549-.221.694-1.052.694-.084 0-.206 0-.434-.008a3.088 3.088 0 0 0-.145-.762 3.715 3.715 0 0 0 .617.061c.168 0 .214-.046.214-.206v-2.95a5.951 5.951 0 0 0-.039-.739h.877a5.575 5.575 0 0 0-.038.762Zm.961-2.988a6.232 6.232 0 0 0 .426 1.205 5.626 5.626 0 0 0 .557.968 2.3 2.3 0 0 0-.267.244c-.259.274-.259.274-.374.381a7.579 7.579 0 0 1-1.029-2.592Z"/></g></g></svg>');
  width: 29px;
  height: 19px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.superPremiumCourse dd ul li:nth-of-type(3)::after {
/*  background: url("../img/premium/superPremium_icon03.png") no-repeat;*/
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg"><g><path d="M29.046 15.689h2.568v-4.143h1.678l-1.481-1.567-1.481-1.567-1.481 1.567-1.481 1.567h1.678Z"/><path d="M24.18 15.689h2.568V7.867h1.678L26.944 6.3l-1.481-1.567L23.982 6.3 22.5 7.867h1.679Z"/></g><path d="M17.048 15.689h4.478V0H0v15.689Zm.023-12.613h3.174v2.927h-3.174Zm0 4.209h3.174v2.926h-3.174Zm-.023 5 .023-.8h3.174v2.926h-3.2Zm-4.432-9.212h3.173V6h-3.173Zm0 4.209h3.173v2.926h-3.173Zm0 4.208h3.173v2.926h-3.173ZM8.16 3.073h3.174V6H8.16Zm0 4.209h3.174v2.926H8.16Zm0 4.208h3.174v2.926H8.16ZM1.282 3.073h5.6V6h-5.6Zm0 4.209h5.6v2.926h-5.6Zm0 4.208h5.6v2.926h-5.6Z"/></svg>');
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg"><g><path d="M29.046 15.689h2.568v-4.143h1.678l-1.481-1.567-1.481-1.567-1.481 1.567-1.481 1.567h1.678Z"/><path d="M24.18 15.689h2.568V7.867h1.678L26.944 6.3l-1.481-1.567L23.982 6.3 22.5 7.867h1.679Z"/></g><path d="M17.048 15.689h4.478V0H0v15.689Zm.023-12.613h3.174v2.927h-3.174Zm0 4.209h3.174v2.926h-3.174Zm-.023 5 .023-.8h3.174v2.926h-3.2Zm-4.432-9.212h3.173V6h-3.173Zm0 4.209h3.173v2.926h-3.173Zm0 4.208h3.173v2.926h-3.173ZM8.16 3.073h3.174V6H8.16Zm0 4.209h3.174v2.926H8.16Zm0 4.208h3.174v2.926H8.16ZM1.282 3.073h5.6V6h-5.6Zm0 4.209h5.6v2.926h-5.6Zm0 4.208h5.6v2.926h-5.6Z"/></svg>');
  width: 33px;
  height: 16px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.superPremiumCourse dd ul li:nth-of-type(4)::after {
/*  background: url("../img/premium/superPremium_icon04.png") no-repeat;*/
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="25.25" height="14.732"><g><path fill="none" d="M24.347 8.087h-2.705v2.022h2.705Z"/><path fill="none" d="M24.347 10.977h-2.705v2.022h2.705Z"/><path fill="none" d="M24.347 5.199h-2.705v2.022h2.705Z"/><path fill="none" d="M11.74 6.508v2.649l2.383-1.324Z"/><path fill="none" d="M.902 4.333h2.707V2.311H.904Z"/><path fill="none" d="M20.589 12.998a.148.148 0 0 0 .147-.141v-10.4a.148.148 0 0 0-.147-.141H4.655a.148.148 0 0 0-.147.141v10.4a.148.148 0 0 0 .147.141Zm-7.965-7.8a2.6 2.6 0 1 1-2.7 2.6 2.548 2.548 0 0 1 .792-1.841 2.769 2.769 0 0 1 1.908-.758Z"/><path fill="none" d="M.902 7.221h2.707V5.199H.904Z"/><path fill="none" d="M21.642 2.311v2.022h2.705V2.311Z"/><path fill="none" d="M.902 10.109h2.707V8.087H.904Z"/><path fill="none" d="M.902 12.998h2.707v-2.021H.904Z"/><path d="M24.648 0H.602a.591.591 0 0 0-.6.578v13.576a.591.591 0 0 0 .6.578h24.046a.591.591 0 0 0 .6-.578V.577a.591.591 0 0 0-.6-.578ZM4.509 12.854v-10.4a.147.147 0 0 1 .147-.141h15.931a.147.147 0 0 1 .147.141v10.4a.148.148 0 0 1-.147.141H4.66a.148.148 0 0 1-.151-.141Zm17.131.141v-2.018h2.705v2.024h-2.7Zm2.4-2.888h-2.4v-2.02h2.705v2.023Zm0-2.889h-2.4V5.199h2.705v2.022ZM3.601 2.308v2.023h-2.7v-2.02h2.708Zm-2.4 2.888h2.4v2.022h-2.7V5.199Zm0 2.889h2.4v2.022h-2.7v-2.02Zm0 2.888h2.4V13h-2.7v-2.023Zm23.142-6.641h-2.7V2.311h2.705Z" /><path d="M12.624 10.398a2.6 2.6 0 1 0-2.7-2.6 2.548 2.548 0 0 0 .792 1.841 2.765 2.765 0 0 0 1.908.759Zm-.881-3.89 2.386 1.325-2.389 1.321Z"/></g></svg>');
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="25.25" height="14.732"><g><path fill="none" d="M24.347 8.087h-2.705v2.022h2.705Z"/><path fill="none" d="M24.347 10.977h-2.705v2.022h2.705Z"/><path fill="none" d="M24.347 5.199h-2.705v2.022h2.705Z"/><path fill="none" d="M11.74 6.508v2.649l2.383-1.324Z"/><path fill="none" d="M.902 4.333h2.707V2.311H.904Z"/><path fill="none" d="M20.589 12.998a.148.148 0 0 0 .147-.141v-10.4a.148.148 0 0 0-.147-.141H4.655a.148.148 0 0 0-.147.141v10.4a.148.148 0 0 0 .147.141Zm-7.965-7.8a2.6 2.6 0 1 1-2.7 2.6 2.548 2.548 0 0 1 .792-1.841 2.769 2.769 0 0 1 1.908-.758Z"/><path fill="none" d="M.902 7.221h2.707V5.199H.904Z"/><path fill="none" d="M21.642 2.311v2.022h2.705V2.311Z"/><path fill="none" d="M.902 10.109h2.707V8.087H.904Z"/><path fill="none" d="M.902 12.998h2.707v-2.021H.904Z"/><path d="M24.648 0H.602a.591.591 0 0 0-.6.578v13.576a.591.591 0 0 0 .6.578h24.046a.591.591 0 0 0 .6-.578V.577a.591.591 0 0 0-.6-.578ZM4.509 12.854v-10.4a.147.147 0 0 1 .147-.141h15.931a.147.147 0 0 1 .147.141v10.4a.148.148 0 0 1-.147.141H4.66a.148.148 0 0 1-.151-.141Zm17.131.141v-2.018h2.705v2.024h-2.7Zm2.4-2.888h-2.4v-2.02h2.705v2.023Zm0-2.889h-2.4V5.199h2.705v2.022ZM3.601 2.308v2.023h-2.7v-2.02h2.708Zm-2.4 2.888h2.4v2.022h-2.7V5.199Zm0 2.889h2.4v2.022h-2.7v-2.02Zm0 2.888h2.4V13h-2.7v-2.023Zm23.142-6.641h-2.7V2.311h2.705Z" /><path d="M12.624 10.398a2.6 2.6 0 1 0-2.7-2.6 2.548 2.548 0 0 0 .792 1.841 2.765 2.765 0 0 0 1.908.759Zm-.881-3.89 2.386 1.325-2.389 1.321Z"/></g></svg>');
  width: 25px;
  height: 14px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.superPremiumCourse dd ul li:nth-of-type(5)::after {
/*  background: url("../img/premium/superPremium_icon05.png") no-repeat;*/
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22.771" height="17.595"><g><path d="M21.918 0H.71A.651.651 0 0 0 0 .57v16.455a.651.651 0 0 0 .71.57h21.208a.783.783 0 0 0 .853-.685V.685A.783.783 0 0 0 21.918 0Zm-.386 1v2.358h-4.135V1Zm-5.4 0v2.358h-4.126V1Zm-5.375 2.358H6.635V1h4.126ZM1.235 1h4.14v2.358H1.24Zm0 15.6V4.516h4.14v12.083Zm5.4 0V4.516h4.126v12.083ZM12.01 4.517h4.126V16.6H12.01ZM17.397 16.6V4.516h4.135v12.083Z"/><path d="M2.721 5.412h1.193v8.731H2.721z"/><path d="M8.095 5.412h1.193v5.876H8.095z"/><path d="M13.414 5.412h1.193v8.731h-1.193z"/><path d="M18.788 5.412h1.193v5.876h-1.193z"/></g></svg>');
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22.771" height="17.595"><g><path d="M21.918 0H.71A.651.651 0 0 0 0 .57v16.455a.651.651 0 0 0 .71.57h21.208a.783.783 0 0 0 .853-.685V.685A.783.783 0 0 0 21.918 0Zm-.386 1v2.358h-4.135V1Zm-5.4 0v2.358h-4.126V1Zm-5.375 2.358H6.635V1h4.126ZM1.235 1h4.14v2.358H1.24Zm0 15.6V4.516h4.14v12.083Zm5.4 0V4.516h4.126v12.083ZM12.01 4.517h4.126V16.6H12.01ZM17.397 16.6V4.516h4.135v12.083Z"/><path d="M2.721 5.412h1.193v8.731H2.721z"/><path d="M8.095 5.412h1.193v5.876H8.095z"/><path d="M13.414 5.412h1.193v8.731h-1.193z"/><path d="M18.788 5.412h1.193v5.876h-1.193z"/></g></svg>');
  width: 23px;
  height: 18px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.superPremiumCourse dd ul li:nth-of-type(6)::after {
/*  background: url("../img/premium/superPremium_icon06.png") no-repeat;*/
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="26.858" height="18.248"><g><path d="M22.458 17.368h-1.614v-6.152a6.611 6.611 0 0 1-1.908.281 6.68 6.68 0 0 1-1.321-.132v6h-1.761v-6.634a6.624 6.624 0 0 1-3.229-3.889v10.526h-1.767V7.975H7.629v9.393H5.868V9.736H2.639v7.632H.878v-15.7a.44.44 0 1 0-.881 0v16.14a.44.44 0 0 0 .44.44h22.021a.44.44 0 1 0 0-.88Z" /><path d="m26.558 11.122-3.565-3.565a4.9 4.9 0 0 0 .449-.828 4.85 4.85 0 0 0-2.577-6.35 4.885 4.885 0 0 0-3.772 0 4.848 4.848 0 0 0 0 8.928 4.876 4.876 0 0 0 3.772 0 4.784 4.784 0 0 0 .637-.327l3.6 3.6a1.03 1.03 0 1 0 1.456-1.457ZM17.78 7.68a3.08 3.08 0 1 1 3.376-5.015 3.077 3.077 0 0 1 0 4.355 3.043 3.043 0 0 1-.979.66 3.1 3.1 0 0 1-2.399 0Z"/></g></svg>');
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="26.858" height="18.248"><g><path d="M22.458 17.368h-1.614v-6.152a6.611 6.611 0 0 1-1.908.281 6.68 6.68 0 0 1-1.321-.132v6h-1.761v-6.634a6.624 6.624 0 0 1-3.229-3.889v10.526h-1.767V7.975H7.629v9.393H5.868V9.736H2.639v7.632H.878v-15.7a.44.44 0 1 0-.881 0v16.14a.44.44 0 0 0 .44.44h22.021a.44.44 0 1 0 0-.88Z" /><path d="m26.558 11.122-3.565-3.565a4.9 4.9 0 0 0 .449-.828 4.85 4.85 0 0 0-2.577-6.35 4.885 4.885 0 0 0-3.772 0 4.848 4.848 0 0 0 0 8.928 4.876 4.876 0 0 0 3.772 0 4.784 4.784 0 0 0 .637-.327l3.6 3.6a1.03 1.03 0 1 0 1.456-1.457ZM17.78 7.68a3.08 3.08 0 1 1 3.376-5.015 3.077 3.077 0 0 1 0 4.355 3.043 3.043 0 0 1-.979.66 3.1 3.1 0 0 1-2.399 0Z"/></g></svg>');
  width: 26px;
  height: 18px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.superPremiumCourse dd ul li:nth-of-type(7)::after {
/*  background: url("../img/premium/superPremium_icon07.png") no-repeat;*/
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18.726" height="22.841" viewBox="0 0 18.726 22.841"><g transform="translate(1515.964 -298.756)"><path d="M-1497.286,312.395v-.047a9.189,9.189,0,0,0-1.557-5.129l1.138-1.138a1.113,1.113,0,0,0,0-1.573l-1.151-1.152a1.114,1.114,0,0,0-1.572,0l-1.173,1.172a9.152,9.152,0,0,0-2.963-1.22v-.972h.516a.57.57,0,0,0,.569-.57v-2.441a.57.57,0,0,0-.569-.57h-4.884a.57.57,0,0,0-.569.57v2.441a.57.57,0,0,0,.569.57h.516v.954a9.136,9.136,0,0,0-3.222,1.344l-1.278-1.279a1.115,1.115,0,0,0-1.573,0l-1.151,1.151a1.113,1.113,0,0,0,0,1.573l1.3,1.3a9.2,9.2,0,0,0-1.45,4.965,9.262,9.262,0,0,0,9.266,9.249h.049a9.257,9.257,0,0,0,9.172-8.723.558.558,0,0,0,.062-.255A.551.551,0,0,0-1497.286,312.395Zm-17.528-7.1,1.112-1.113,1.113,1.113-1.113,1.113Zm14.148-.088,1.025-1.025,1.113,1.113-1.01,1.01A9.454,9.454,0,0,0-1500.666,305.206Zm-5.823,13.354a.571.571,0,0,0-.57.57v1.311a8.117,8.117,0,0,1-7.542-7.252h1.33a.57.57,0,0,0,.569-.57.57.57,0,0,0-.569-.57h-1.368a8.116,8.116,0,0,1,7.58-7.8v1.311a.57.57,0,0,0,.57.57.57.57,0,0,0,.57-.57v-1.3a8.072,8.072,0,0,1,3.89,1.347.438.438,0,0,0,.067.09l1.918,1.918a.556.556,0,0,0,.172.117,8.043,8.043,0,0,1,1.44,4.317h-1.546a.571.571,0,0,0-.57.57.571.571,0,0,0,.57.57h1.508a8.136,8.136,0,0,1-7.449,7.246v-1.3A.571.571,0,0,0-1506.489,318.56Zm.787-16.223v.76h-1.574v-.76Zm-2.659-1.139v-1.3h3.744v1.3Z"/><path d="M-1504.563,312.483a2.032,2.032,0,0,0-.172-.819l3.557-4.947-5.18,3.724a1.938,1.938,0,0,0-.267-.019,2.064,2.064,0,0,0-2.061,2.061,2.064,2.064,0,0,0,2.061,2.062A2.064,2.064,0,0,0-1504.563,312.483Zm-1.139,0a.924.924,0,0,1-.923.923.924.924,0,0,1-.922-.923.924.924,0,0,1,.922-.922A.924.924,0,0,1-1505.7,312.483Z"/></g></svg>');
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18.726" height="22.841" viewBox="0 0 18.726 22.841"><g transform="translate(1515.964 -298.756)"><path d="M-1497.286,312.395v-.047a9.189,9.189,0,0,0-1.557-5.129l1.138-1.138a1.113,1.113,0,0,0,0-1.573l-1.151-1.152a1.114,1.114,0,0,0-1.572,0l-1.173,1.172a9.152,9.152,0,0,0-2.963-1.22v-.972h.516a.57.57,0,0,0,.569-.57v-2.441a.57.57,0,0,0-.569-.57h-4.884a.57.57,0,0,0-.569.57v2.441a.57.57,0,0,0,.569.57h.516v.954a9.136,9.136,0,0,0-3.222,1.344l-1.278-1.279a1.115,1.115,0,0,0-1.573,0l-1.151,1.151a1.113,1.113,0,0,0,0,1.573l1.3,1.3a9.2,9.2,0,0,0-1.45,4.965,9.262,9.262,0,0,0,9.266,9.249h.049a9.257,9.257,0,0,0,9.172-8.723.558.558,0,0,0,.062-.255A.551.551,0,0,0-1497.286,312.395Zm-17.528-7.1,1.112-1.113,1.113,1.113-1.113,1.113Zm14.148-.088,1.025-1.025,1.113,1.113-1.01,1.01A9.454,9.454,0,0,0-1500.666,305.206Zm-5.823,13.354a.571.571,0,0,0-.57.57v1.311a8.117,8.117,0,0,1-7.542-7.252h1.33a.57.57,0,0,0,.569-.57.57.57,0,0,0-.569-.57h-1.368a8.116,8.116,0,0,1,7.58-7.8v1.311a.57.57,0,0,0,.57.57.57.57,0,0,0,.57-.57v-1.3a8.072,8.072,0,0,1,3.89,1.347.438.438,0,0,0,.067.09l1.918,1.918a.556.556,0,0,0,.172.117,8.043,8.043,0,0,1,1.44,4.317h-1.546a.571.571,0,0,0-.57.57.571.571,0,0,0,.57.57h1.508a8.136,8.136,0,0,1-7.449,7.246v-1.3A.571.571,0,0,0-1506.489,318.56Zm.787-16.223v.76h-1.574v-.76Zm-2.659-1.139v-1.3h3.744v1.3Z"/><path d="M-1504.563,312.483a2.032,2.032,0,0,0-.172-.819l3.557-4.947-5.18,3.724a1.938,1.938,0,0,0-.267-.019,2.064,2.064,0,0,0-2.061,2.061,2.064,2.064,0,0,0,2.061,2.062A2.064,2.064,0,0,0-1504.563,312.483Zm-1.139,0a.924.924,0,0,1-.923.923.924.924,0,0,1-.922-.923.924.924,0,0,1,.922-.922A.924.924,0,0,1-1505.7,312.483Z"/></g></svg>');
  width: 19px;
  height: 23px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.superPremiumCourse dd ul li:nth-of-type(8)::after {
/*  background: url("../img/premium/superPremium_icon08.png") no-repeat;*/
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="25.045" height="20.564"><g><path d="M17.486 10.773H7.448l5.019 4.213Z" /><path d="M6.699 11.284v8.544l.38-.319 4.71-3.953Z"/><path d="m22.57 12.193-.437-.9-1.128-2.333-8.482-6.175L4.041 8.96l-1.128 2.333-.437.9-.174.36a1.763 1.763 0 0 1-.263.393v7a.437.437 0 0 0 .437.437h3.349V10.336a.437.437 0 0 1 .437-.437h12.849a.435.435 0 0 1 .4.433v10.047h3.058a.437.437 0 0 0 .437-.437v-7a1.764 1.764 0 0 1-.263-.393Z"/><path d="m17.858 19.51.52.437.262.22v-9.22l-5.492 4.61Z"/><path d="m16.498 19.51-4.03-3.383-4.03 3.383-.521.437-.52.437h10.142l-.52-.437Z"/><path d="m5.835 20.557.2-.17h-.213v.18Z"/><path d="M6.699 19.946v-.118l-.141.118Z"/><path d="m24.973 11.476-1.93-3.992a.739.739 0 0 0-.227-.272l-8.7-6.333-1.019-.742a.725.725 0 0 0-.575-.122.725.725 0 0 0-.573.122L10.93.879l-8.7 6.333a.748.748 0 0 0-.227.272l-1.93 3.992a.728.728 0 0 0 .339.972.73.73 0 0 0 .316.073.727.727 0 0 0 .656-.412l.655-1.354.437-.9.437-.9.063-.13 3.465-2.843.271-.224 4.945-3.6.84-.611.874.624 2.02 1.444 2.927 2.131 3.752 3.079.063.13.437.9.437.9.655 1.354a.73.73 0 0 0 .656.412.73.73 0 0 0 .316-.073.728.728 0 0 0 .339-.972Z"/></g></svg>');
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="25.045" height="20.564"><g><path d="M17.486 10.773H7.448l5.019 4.213Z" /><path d="M6.699 11.284v8.544l.38-.319 4.71-3.953Z"/><path d="m22.57 12.193-.437-.9-1.128-2.333-8.482-6.175L4.041 8.96l-1.128 2.333-.437.9-.174.36a1.763 1.763 0 0 1-.263.393v7a.437.437 0 0 0 .437.437h3.349V10.336a.437.437 0 0 1 .437-.437h12.849a.435.435 0 0 1 .4.433v10.047h3.058a.437.437 0 0 0 .437-.437v-7a1.764 1.764 0 0 1-.263-.393Z"/><path d="m17.858 19.51.52.437.262.22v-9.22l-5.492 4.61Z"/><path d="m16.498 19.51-4.03-3.383-4.03 3.383-.521.437-.52.437h10.142l-.52-.437Z"/><path d="m5.835 20.557.2-.17h-.213v.18Z"/><path d="M6.699 19.946v-.118l-.141.118Z"/><path d="m24.973 11.476-1.93-3.992a.739.739 0 0 0-.227-.272l-8.7-6.333-1.019-.742a.725.725 0 0 0-.575-.122.725.725 0 0 0-.573.122L10.93.879l-8.7 6.333a.748.748 0 0 0-.227.272l-1.93 3.992a.728.728 0 0 0 .339.972.73.73 0 0 0 .316.073.727.727 0 0 0 .656-.412l.655-1.354.437-.9.437-.9.063-.13 3.465-2.843.271-.224 4.945-3.6.84-.611.874.624 2.02 1.444 2.927 2.131 3.752 3.079.063.13.437.9.437.9.655 1.354a.73.73 0 0 0 .656.412.73.73 0 0 0 .316-.073.728.728 0 0 0 .339-.972Z"/></g></svg>');
  width: 25px;
  height: 20px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.superPremiumCourse dd ul li:nth-of-type(9)::after {
/*  background: url("../img/premium/superPremium_icon09.png") no-repeat;*/
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="28.291" height="21.531"><g><path fill="none" d="M11.633 6.222c.119-.117.238-.239.358-.369a10.77 10.77 0 0 0 1.537-2.152l-2.152.615-.308 1.537a4.05 4.05 0 0 1-.732.515h.007c.445-.057.872-.104 1.29-.146Z" /><path d="M11.991 13.846a1.029 1.029 0 0 0-.923.615H9.224l2.259-2.5a10.649 10.649 0 0 0 3.2-.9 1.374 1.374 0 0 1-.062-.387 1.379 1.379 0 0 1 .405-.978l1.268-1.269a1.384 1.384 0 0 1 .978-.4 1.384 1.384 0 0 1 .978.4l.553.553a6.877 6.877 0 0 1 .7-.308 1.373 1.373 0 0 1-.489-1.047V6.33a10.02 10.02 0 0 0-2.292-.272c-.7-.027-1.528-.036-2.463-.007.369-.264.742-.532 1.12-.808a2.3 2.3 0 0 0 .615-.615 2.006 2.006 0 0 0 .307-1.537 2.062 2.062 0 0 0-.614-.923c-.845-.741-2.987-.736-5.534 0A1.368 1.368 0 0 0 9.846.939a1.292 1.292 0 0 0-.923-.308 1.417 1.417 0 0 0-.922.308 1.538 1.538 0 0 0 0 2.152 1.537 1.537 0 0 0 1.23.307l.615.307-.275 1.538a10.92 10.92 0 0 0-.661.116 22.888 22.888 0 0 1-.909-.731 12 12 0 0 0-3.381-2.46 7.376 7.376 0 0 0-.923-.307L3.021.004q0 2.136-.246 2.164-.214.025-.615-1.537l-.307 2.767c-.27.51-.948 1.8-1.7 3.3a.908.908 0 0 0-.113.7c.179.492.992.594 1.2.615l2.459-2.152a14.926 14.926 0 0 0 1.23 1.537c.313.343.624.649.922.923a7.507 7.507 0 0 0 .615 1.229 7.41 7.41 0 0 0 1.018 1.291 11.742 11.742 0 0 1-1.94 1.476c-.25.15-.541.31-.615.615-.082.337.163.6.615 1.23a9.38 9.38 0 0 1 1.328 2.306c.184.532.286.826.209 1.075a.4.4 0 0 0 0 .308.39.39 0 0 0 .237.165c.4.119.948-.428.993-.473a.831.831 0 0 0 0-.615c-.071-.147-.157-.164-.308-.307a3.37 3.37 0 0 1-.615-1.23c-.209-.55-.127-.495-.307-.922-.227-.538-.4-.726-.307-.922.056-.119.243-.184.614-.308l.923-.307a6.419 6.419 0 0 0-.308 1.537v.039a1.121 1.121 0 0 0 .31.883c.275.227.633.157 1.537 0 .365-.063 1-.172 1.844-.307h1.23a1.087 1.087 0 0 0-.933-1.238Zm-.923-7.993.308-1.537 2.152-.615a10.77 10.77 0 0 1-1.537 2.152c-.12.13-.239.252-.358.369-.418.042-.845.09-1.29.15h-.007a4.05 4.05 0 0 0 .732-.519Z" /><g ><path fill="none" d="M22.44 8.287v-.2h-.871v.692h.871Z" /><path fill="none" d="M26.309 14.871h.949a5.208 5.208 0 0 0-.166-.923 5.344 5.344 0 0 0-.224-.665 5.276 5.276 0 0 0-.457-.848l-.068-.1a.415.415 0 0 1-.107-.071l-.6-.6-.663-.663c-.014-.015-.02-.034-.033-.05-.039-.026-.082-.049-.123-.074s-.11-.069-.166-.1a5.339 5.339 0 0 0-.705-.342h-.007a5.032 5.032 0 0 0-.546-.179 5.3 5.3 0 0 0-.922-.167v.771a.464.464 0 0 1-.027.15.46.46 0 0 1-.157.216 1.263 1.263 0 0 1-.146-.231c-.044 0-.087-.007-.131-.007a4.44 4.44 0 0 0-.434.022.439.439 0 0 1-.027-.15v-.771c-.141.012-.28.033-.417.056a5.292 5.292 0 0 0-.836.211 5.193 5.193 0 0 0-.389.148 5.415 5.415 0 0 0-.713.382 5.313 5.313 0 0 0-2.043 2.4l-.014.036a5.1 5.1 0 0 0-.214.64 5.114 5.114 0 0 0-.167.923h.77a.449.449 0 0 1 .151.027.469.469 0 0 1 .106.051.461.461 0 0 1 .194.287.43.43 0 0 1 .011.1.461.461 0 0 1-.311.434.475.475 0 0 1-.151.027h-.77a5.1 5.1 0 0 0 .167.922 5.288 5.288 0 0 0 3.7 3.7 5.306 5.306 0 0 0 .923.167v-.789a.439.439 0 0 1 .027-.15.46.46 0 0 1 .434-.311.462.462 0 0 1 .434.311.464.464 0 0 1 .027.15v.771a5.3 5.3 0 0 0 .922-.167 5.291 5.291 0 0 0 3.7-3.7 5.18 5.18 0 0 0 .166-.922h-.949a.462.462 0 0 1-.462-.461.461.461 0 0 1 .464-.461Z" /><path d="M27.657 12.799a6.253 6.253 0 0 0-.46-.844l.666-.666.293-.293a.465.465 0 0 0 .135-.326.461.461 0 0 0-.135-.326l-1.268-1.269a.476.476 0 0 0-.652 0l-.314.314-.671.672a6.063 6.063 0 0 0-.857-.448c-.049-.021-.1-.036-.151-.056a6.137 6.137 0 0 0-.886-.271.424.424 0 0 0 .005-.051V8.082h.257a.461.461 0 0 0 .461-.461v-1.61a.461.461 0 0 0-.461-.461h-3.228a.461.461 0 0 0-.461.461v1.614a.451.451 0 0 0 .034.173.461.461 0 0 0 .427.288h.256v1.153a.424.424 0 0 0 .005.051 6.137 6.137 0 0 0-.886.271 5.439 5.439 0 0 0-.274.113 6.188 6.188 0 0 0-.845.458l-.668-.667-.385-.386a.463.463 0 0 0-.326-.135.463.463 0 0 0-.326.135l-.851.851-.417.418a.453.453 0 0 0-.13.272.482.482 0 0 0-.005.054.46.46 0 0 0 .135.326l.4.4.325.326.346.345-.331.6-.011.022c-.036.076-.076.149-.109.226a6.218 6.218 0 0 0-.337 1.067 6.169 6.169 0 0 0-.121.737v.066c-.016.179-.028.36-.028.543a6.252 6.252 0 0 0 .075.914c.015.1.026.2.046.3.009.045.021.089.03.134a6.215 6.215 0 0 0 4.7 4.7 6.157 6.157 0 0 0 1.346.151 6.148 6.148 0 0 0 1.345-.151 6.215 6.215 0 0 0 4.7-4.7 6.228 6.228 0 0 0 .151-1.346 6.221 6.221 0 0 0-.151-1.346 6.136 6.136 0 0 0-.393-1.189Zm-6.088-4.512v-.205h.871v.692h-.871Zm4.74 7.506h.949a5.18 5.18 0 0 1-.166.922 5.291 5.291 0 0 1-3.7 3.7 5.3 5.3 0 0 1-.922.167v-.771a.464.464 0 0 0-.027-.15.462.462 0 0 0-.434-.311.46.46 0 0 0-.434.311.439.439 0 0 0-.027.15v.771a5.306 5.306 0 0 1-.923-.167 5.288 5.288 0 0 1-3.7-3.7 5.1 5.1 0 0 1-.167-.922h.77a.475.475 0 0 0 .151-.027.461.461 0 0 0 .311-.434.43.43 0 0 0-.011-.1.461.461 0 0 0-.194-.287.469.469 0 0 0-.106-.051.449.449 0 0 0-.151-.027h-.77a5.114 5.114 0 0 1 .167-.923 5.1 5.1 0 0 1 .214-.64l.014-.036a5.313 5.313 0 0 1 2.043-2.4 5.415 5.415 0 0 1 .713-.382c.127-.055.257-.1.389-.148a5.292 5.292 0 0 1 .836-.211c.137-.023.276-.044.417-.056v.771c0 .053-.052.532.255.532.615 0 .615 0 .64-.382 0-.05.027-.1.027-.15v-.771a5.3 5.3 0 0 1 .922.167 5.743 5.743 0 0 1 .546.179h.007a5.339 5.339 0 0 1 .705.342l.166.1c.055.033.084.048.123.074.013.016.019.035.033.05l.663.663.6.6a.415.415 0 0 0 .107.071l.068.1a5.276 5.276 0 0 1 .457.848 5.344 5.344 0 0 1 .224.665 5.208 5.208 0 0 1 .166.923h-.949a.461.461 0 0 0-.462.461.462.462 0 0 0 .46.479Z"/></g><path d="m24.885 12.217-1.689 1.215-.854.614a1.437 1.437 0 0 0-.427-.072 1.444 1.444 0 0 0-1.274.775 1.431 1.431 0 0 0-.173.673 1.449 1.449 0 0 0 1.447 1.447 1.432 1.432 0 0 0 .858-.289 1.44 1.44 0 0 0 .589-1.158 1.428 1.428 0 0 0-.187-.7l.574-.8 1.19-1.654.064-.089.071-.1-.1.072Zm-3.5 3.2a.526.526 0 0 1 .525-.525.526.526 0 0 1 .525.525.526.526 0 0 1-.525.525.526.526 0 0 1-.52-.52Z"/></g></svg>');
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="28.291" height="21.531"><g><path fill="none" d="M11.633 6.222c.119-.117.238-.239.358-.369a10.77 10.77 0 0 0 1.537-2.152l-2.152.615-.308 1.537a4.05 4.05 0 0 1-.732.515h.007c.445-.057.872-.104 1.29-.146Z" /><path d="M11.991 13.846a1.029 1.029 0 0 0-.923.615H9.224l2.259-2.5a10.649 10.649 0 0 0 3.2-.9 1.374 1.374 0 0 1-.062-.387 1.379 1.379 0 0 1 .405-.978l1.268-1.269a1.384 1.384 0 0 1 .978-.4 1.384 1.384 0 0 1 .978.4l.553.553a6.877 6.877 0 0 1 .7-.308 1.373 1.373 0 0 1-.489-1.047V6.33a10.02 10.02 0 0 0-2.292-.272c-.7-.027-1.528-.036-2.463-.007.369-.264.742-.532 1.12-.808a2.3 2.3 0 0 0 .615-.615 2.006 2.006 0 0 0 .307-1.537 2.062 2.062 0 0 0-.614-.923c-.845-.741-2.987-.736-5.534 0A1.368 1.368 0 0 0 9.846.939a1.292 1.292 0 0 0-.923-.308 1.417 1.417 0 0 0-.922.308 1.538 1.538 0 0 0 0 2.152 1.537 1.537 0 0 0 1.23.307l.615.307-.275 1.538a10.92 10.92 0 0 0-.661.116 22.888 22.888 0 0 1-.909-.731 12 12 0 0 0-3.381-2.46 7.376 7.376 0 0 0-.923-.307L3.021.004q0 2.136-.246 2.164-.214.025-.615-1.537l-.307 2.767c-.27.51-.948 1.8-1.7 3.3a.908.908 0 0 0-.113.7c.179.492.992.594 1.2.615l2.459-2.152a14.926 14.926 0 0 0 1.23 1.537c.313.343.624.649.922.923a7.507 7.507 0 0 0 .615 1.229 7.41 7.41 0 0 0 1.018 1.291 11.742 11.742 0 0 1-1.94 1.476c-.25.15-.541.31-.615.615-.082.337.163.6.615 1.23a9.38 9.38 0 0 1 1.328 2.306c.184.532.286.826.209 1.075a.4.4 0 0 0 0 .308.39.39 0 0 0 .237.165c.4.119.948-.428.993-.473a.831.831 0 0 0 0-.615c-.071-.147-.157-.164-.308-.307a3.37 3.37 0 0 1-.615-1.23c-.209-.55-.127-.495-.307-.922-.227-.538-.4-.726-.307-.922.056-.119.243-.184.614-.308l.923-.307a6.419 6.419 0 0 0-.308 1.537v.039a1.121 1.121 0 0 0 .31.883c.275.227.633.157 1.537 0 .365-.063 1-.172 1.844-.307h1.23a1.087 1.087 0 0 0-.933-1.238Zm-.923-7.993.308-1.537 2.152-.615a10.77 10.77 0 0 1-1.537 2.152c-.12.13-.239.252-.358.369-.418.042-.845.09-1.29.15h-.007a4.05 4.05 0 0 0 .732-.519Z" /><g ><path fill="none" d="M22.44 8.287v-.2h-.871v.692h.871Z" /><path fill="none" d="M26.309 14.871h.949a5.208 5.208 0 0 0-.166-.923 5.344 5.344 0 0 0-.224-.665 5.276 5.276 0 0 0-.457-.848l-.068-.1a.415.415 0 0 1-.107-.071l-.6-.6-.663-.663c-.014-.015-.02-.034-.033-.05-.039-.026-.082-.049-.123-.074s-.11-.069-.166-.1a5.339 5.339 0 0 0-.705-.342h-.007a5.032 5.032 0 0 0-.546-.179 5.3 5.3 0 0 0-.922-.167v.771a.464.464 0 0 1-.027.15.46.46 0 0 1-.157.216 1.263 1.263 0 0 1-.146-.231c-.044 0-.087-.007-.131-.007a4.44 4.44 0 0 0-.434.022.439.439 0 0 1-.027-.15v-.771c-.141.012-.28.033-.417.056a5.292 5.292 0 0 0-.836.211 5.193 5.193 0 0 0-.389.148 5.415 5.415 0 0 0-.713.382 5.313 5.313 0 0 0-2.043 2.4l-.014.036a5.1 5.1 0 0 0-.214.64 5.114 5.114 0 0 0-.167.923h.77a.449.449 0 0 1 .151.027.469.469 0 0 1 .106.051.461.461 0 0 1 .194.287.43.43 0 0 1 .011.1.461.461 0 0 1-.311.434.475.475 0 0 1-.151.027h-.77a5.1 5.1 0 0 0 .167.922 5.288 5.288 0 0 0 3.7 3.7 5.306 5.306 0 0 0 .923.167v-.789a.439.439 0 0 1 .027-.15.46.46 0 0 1 .434-.311.462.462 0 0 1 .434.311.464.464 0 0 1 .027.15v.771a5.3 5.3 0 0 0 .922-.167 5.291 5.291 0 0 0 3.7-3.7 5.18 5.18 0 0 0 .166-.922h-.949a.462.462 0 0 1-.462-.461.461.461 0 0 1 .464-.461Z" /><path d="M27.657 12.799a6.253 6.253 0 0 0-.46-.844l.666-.666.293-.293a.465.465 0 0 0 .135-.326.461.461 0 0 0-.135-.326l-1.268-1.269a.476.476 0 0 0-.652 0l-.314.314-.671.672a6.063 6.063 0 0 0-.857-.448c-.049-.021-.1-.036-.151-.056a6.137 6.137 0 0 0-.886-.271.424.424 0 0 0 .005-.051V8.082h.257a.461.461 0 0 0 .461-.461v-1.61a.461.461 0 0 0-.461-.461h-3.228a.461.461 0 0 0-.461.461v1.614a.451.451 0 0 0 .034.173.461.461 0 0 0 .427.288h.256v1.153a.424.424 0 0 0 .005.051 6.137 6.137 0 0 0-.886.271 5.439 5.439 0 0 0-.274.113 6.188 6.188 0 0 0-.845.458l-.668-.667-.385-.386a.463.463 0 0 0-.326-.135.463.463 0 0 0-.326.135l-.851.851-.417.418a.453.453 0 0 0-.13.272.482.482 0 0 0-.005.054.46.46 0 0 0 .135.326l.4.4.325.326.346.345-.331.6-.011.022c-.036.076-.076.149-.109.226a6.218 6.218 0 0 0-.337 1.067 6.169 6.169 0 0 0-.121.737v.066c-.016.179-.028.36-.028.543a6.252 6.252 0 0 0 .075.914c.015.1.026.2.046.3.009.045.021.089.03.134a6.215 6.215 0 0 0 4.7 4.7 6.157 6.157 0 0 0 1.346.151 6.148 6.148 0 0 0 1.345-.151 6.215 6.215 0 0 0 4.7-4.7 6.228 6.228 0 0 0 .151-1.346 6.221 6.221 0 0 0-.151-1.346 6.136 6.136 0 0 0-.393-1.189Zm-6.088-4.512v-.205h.871v.692h-.871Zm4.74 7.506h.949a5.18 5.18 0 0 1-.166.922 5.291 5.291 0 0 1-3.7 3.7 5.3 5.3 0 0 1-.922.167v-.771a.464.464 0 0 0-.027-.15.462.462 0 0 0-.434-.311.46.46 0 0 0-.434.311.439.439 0 0 0-.027.15v.771a5.306 5.306 0 0 1-.923-.167 5.288 5.288 0 0 1-3.7-3.7 5.1 5.1 0 0 1-.167-.922h.77a.475.475 0 0 0 .151-.027.461.461 0 0 0 .311-.434.43.43 0 0 0-.011-.1.461.461 0 0 0-.194-.287.469.469 0 0 0-.106-.051.449.449 0 0 0-.151-.027h-.77a5.114 5.114 0 0 1 .167-.923 5.1 5.1 0 0 1 .214-.64l.014-.036a5.313 5.313 0 0 1 2.043-2.4 5.415 5.415 0 0 1 .713-.382c.127-.055.257-.1.389-.148a5.292 5.292 0 0 1 .836-.211c.137-.023.276-.044.417-.056v.771c0 .053-.052.532.255.532.615 0 .615 0 .64-.382 0-.05.027-.1.027-.15v-.771a5.3 5.3 0 0 1 .922.167 5.743 5.743 0 0 1 .546.179h.007a5.339 5.339 0 0 1 .705.342l.166.1c.055.033.084.048.123.074.013.016.019.035.033.05l.663.663.6.6a.415.415 0 0 0 .107.071l.068.1a5.276 5.276 0 0 1 .457.848 5.344 5.344 0 0 1 .224.665 5.208 5.208 0 0 1 .166.923h-.949a.461.461 0 0 0-.462.461.462.462 0 0 0 .46.479Z"/></g><path d="m24.885 12.217-1.689 1.215-.854.614a1.437 1.437 0 0 0-.427-.072 1.444 1.444 0 0 0-1.274.775 1.431 1.431 0 0 0-.173.673 1.449 1.449 0 0 0 1.447 1.447 1.432 1.432 0 0 0 .858-.289 1.44 1.44 0 0 0 .589-1.158 1.428 1.428 0 0 0-.187-.7l.574-.8 1.19-1.654.064-.089.071-.1-.1.072Zm-3.5 3.2a.526.526 0 0 1 .525-.525.526.526 0 0 1 .525.525.526.526 0 0 1-.525.525.526.526 0 0 1-.52-.52Z"/></g></svg>');
  width: 28px;
  height: 22px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.superPremiumCourse dd ul li:nth-of-type(10)::after {
/*  background: url("../img/premium/superPremium_icon10.png") no-repeat;*/
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="25.361" height="19.537"><g><g><path d="M10.236 4.278H2.902a.458.458 0 0 1-.458-.458.458.458 0 0 1 .458-.458h7.334a.458.458 0 0 1 .458.458.458.458 0 0 1-.458.458Z"/></g><g><path d="M10.236 7.334H2.902a.458.458 0 0 1-.458-.458.458.458 0 0 1 .458-.459h7.334a.458.458 0 0 1 .458.459.458.458 0 0 1-.458.458Z"/></g><g><path d="M10.236 10.39H2.902a.459.459 0 0 1-.458-.459.458.458 0 0 1 .458-.458h7.334a.458.458 0 0 1 .458.458.459.459 0 0 1-.458.459Z"/></g><g><path d="M7.333 13.44H2.902a.458.458 0 0 1-.458-.458.458.458 0 0 1 .458-.458h4.431a.458.458 0 0 1 .458.458.458.458 0 0 1-.458.458Z"/></g><g><path d="M12.678 19.54a.459.459 0 0 1-.4-.227 2.306 2.306 0 0 0-1.631-.67H.447a.458.458 0 0 1-.458-.459V.462A.459.459 0 0 1 .447.003h10.065a.412.412 0 0 1 .086.009A3.255 3.255 0 0 1 12.067.7a3.268 3.268 0 0 1 1.043 1.591.466.466 0 0 1 .018.128v16.663a.458.458 0 0 1-.339.442.45.45 0 0 1-.111.016ZM.914 17.726h9.791a4.353 4.353 0 0 1 1.515.4V2.491a2.335 2.335 0 0 0-.728-1.081 2.36 2.36 0 0 0-1.016-.486H.914Z"/></g><g><path d="M12.678 19.54a.448.448 0 0 1-.119-.016.458.458 0 0 1-.339-.442V2.419a.466.466 0 0 1 .018-.128A3.263 3.263 0 0 1 13.281.699 3.262 3.262 0 0 1 14.75.012a.412.412 0 0 1 .086-.009h10.065a.459.459 0 0 1 .458.459v17.722a.458.458 0 0 1-.458.459h-10.2a2.345 2.345 0 0 0-1.632.67.458.458 0 0 1-.391.227Zm.459-17.053v15.635a4.353 4.353 0 0 1 1.515-.4h9.79V.916h-9.561a2.36 2.36 0 0 0-1.016.486 2.335 2.335 0 0 0-.726 1.082Z"/></g></g></svg>');
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="25.361" height="19.537"><g><g><path d="M10.236 4.278H2.902a.458.458 0 0 1-.458-.458.458.458 0 0 1 .458-.458h7.334a.458.458 0 0 1 .458.458.458.458 0 0 1-.458.458Z"/></g><g><path d="M10.236 7.334H2.902a.458.458 0 0 1-.458-.458.458.458 0 0 1 .458-.459h7.334a.458.458 0 0 1 .458.459.458.458 0 0 1-.458.458Z"/></g><g><path d="M10.236 10.39H2.902a.459.459 0 0 1-.458-.459.458.458 0 0 1 .458-.458h7.334a.458.458 0 0 1 .458.458.459.459 0 0 1-.458.459Z"/></g><g><path d="M7.333 13.44H2.902a.458.458 0 0 1-.458-.458.458.458 0 0 1 .458-.458h4.431a.458.458 0 0 1 .458.458.458.458 0 0 1-.458.458Z"/></g><g><path d="M12.678 19.54a.459.459 0 0 1-.4-.227 2.306 2.306 0 0 0-1.631-.67H.447a.458.458 0 0 1-.458-.459V.462A.459.459 0 0 1 .447.003h10.065a.412.412 0 0 1 .086.009A3.255 3.255 0 0 1 12.067.7a3.268 3.268 0 0 1 1.043 1.591.466.466 0 0 1 .018.128v16.663a.458.458 0 0 1-.339.442.45.45 0 0 1-.111.016ZM.914 17.726h9.791a4.353 4.353 0 0 1 1.515.4V2.491a2.335 2.335 0 0 0-.728-1.081 2.36 2.36 0 0 0-1.016-.486H.914Z"/></g><g><path d="M12.678 19.54a.448.448 0 0 1-.119-.016.458.458 0 0 1-.339-.442V2.419a.466.466 0 0 1 .018-.128A3.263 3.263 0 0 1 13.281.699 3.262 3.262 0 0 1 14.75.012a.412.412 0 0 1 .086-.009h10.065a.459.459 0 0 1 .458.459v17.722a.458.458 0 0 1-.458.459h-10.2a2.345 2.345 0 0 0-1.632.67.458.458 0 0 1-.391.227Zm.459-17.053v15.635a4.353 4.353 0 0 1 1.515-.4h9.79V.916h-9.561a2.36 2.36 0 0 0-1.016.486 2.335 2.335 0 0 0-.726 1.082Z"/></g></g></svg>');
  width: 26px;
  height: 21px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.superPremiumCourse dd ul li:nth-of-type(11)::after {
/*  background: url("../img/premium/superPremium_icon11.png") no-repeat;*/
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="23.87" height="12.075"><g><path d="M5.174 5.804a2.639 2.639 0 0 1 .451-.7 2.639 2.639 0 0 0-.451.7Z"/><path d="M22.166 1.811A5.878 5.878 0 0 0 17.91 0H6.104a6.117 6.117 0 0 0-6.1 5.831 6.03 6.03 0 0 0 1.7 4.432 5.877 5.877 0 0 0 4.256 1.812h2.368V7.863H6.719a1.766 1.766 0 0 1-1.516-2.476 1.879 1.879 0 0 1 .321-.5 1.51 1.51 0 0 1 .076-.078 2.052 2.052 0 0 1 .461-.322 2.24 2.24 0 0 1 .921-.264l9.882-.007h.1a2.276 2.276 0 0 1 .512.071 2.079 2.079 0 0 1 .438.167 1.877 1.877 0 0 1 .441.317 2.386 2.386 0 0 1 .164.176 1.686 1.686 0 0 1 .421 1.094 1.631 1.631 0 0 1-.252.864 2.125 2.125 0 0 1-.195.267 1.769 1.769 0 0 1-.23.225 2.142 2.142 0 0 1-.971.43 2.452 2.452 0 0 1-.348.039H9.167v4.212h8.6a6.117 6.117 0 0 0 6.1-5.831 6.031 6.031 0 0 0-1.701-4.436Z"/></g></svg>');
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="23.87" height="12.075"><g><path d="M5.174 5.804a2.639 2.639 0 0 1 .451-.7 2.639 2.639 0 0 0-.451.7Z"/><path d="M22.166 1.811A5.878 5.878 0 0 0 17.91 0H6.104a6.117 6.117 0 0 0-6.1 5.831 6.03 6.03 0 0 0 1.7 4.432 5.877 5.877 0 0 0 4.256 1.812h2.368V7.863H6.719a1.766 1.766 0 0 1-1.516-2.476 1.879 1.879 0 0 1 .321-.5 1.51 1.51 0 0 1 .076-.078 2.052 2.052 0 0 1 .461-.322 2.24 2.24 0 0 1 .921-.264l9.882-.007h.1a2.276 2.276 0 0 1 .512.071 2.079 2.079 0 0 1 .438.167 1.877 1.877 0 0 1 .441.317 2.386 2.386 0 0 1 .164.176 1.686 1.686 0 0 1 .421 1.094 1.631 1.631 0 0 1-.252.864 2.125 2.125 0 0 1-.195.267 1.769 1.769 0 0 1-.23.225 2.142 2.142 0 0 1-.971.43 2.452 2.452 0 0 1-.348.039H9.167v4.212h8.6a6.117 6.117 0 0 0 6.1-5.831 6.031 6.031 0 0 0-1.701-4.436Z"/></g></svg>');
  width: 24px;
  height: 13px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.superPremiumCourse dd ul li:nth-of-type(12)::after {
/*  background: url("../img/premium/superPremium_icon12.png") no-repeat;*/
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22.682" height="13.365"><g><g><path d="M.105 7.886a6.642 6.642 0 0 0 2.462 4.049h3.9a5.252 5.252 0 0 1-.749-10.41 6.99 6.99 0 0 0-3.523 1.732 6.772 6.772 0 0 0-2.09 4.629Z"/><path d="M.105 7.886a6.776 6.776 0 0 1 2.091-4.63 6.983 6.983 0 0 1 3.522-1.732c.04-.009.076-.02.118-.028C1.935 2.07-.138 5.734.105 7.886Z"/><path d="M6.686 0A6.689 6.689 0 0 0 .003 6.686a6.058 6.058 0 0 0 .105 1.2 6.776 6.776 0 0 1 2.091-4.63 6.983 6.983 0 0 1 3.522-1.732 5.661 5.661 0 0 1 .964-.092h16V0Z"/></g><g><path d="M22.573 5.481a6.639 6.639 0 0 0-2.462-4.049h-3.9a5.252 5.252 0 0 1 .75 10.41 6.988 6.988 0 0 0 3.522-1.735 6.771 6.771 0 0 0 2.09-4.626Z"/><path d="M22.573 5.481a6.768 6.768 0 0 1-2.091 4.629 6.983 6.983 0 0 1-3.522 1.732c-.04.01-.076.02-.118.029 3.901-.575 5.974-4.239 5.731-6.39Z"/><path d="M15.996 13.365a6.688 6.688 0 0 0 6.683-6.679 6.048 6.048 0 0 0-.105-1.2 6.772 6.772 0 0 1-2.091 4.629 6.987 6.987 0 0 1-3.522 1.732 5.561 5.561 0 0 1-.964.092h-16v1.431Z"/></g><g><path d="M9.224 9.823c0-.1-.008-.39-.006-.7V4.235s-.388-.186-.642-.3-.676-.02-.676.649v5.507a.7.7 0 0 0 1.012.639l1.135-.54-.009-.005c-.562.233-.814-.092-.814-.362Z"/><path d="M16.09 6.055 14.924 5.5c.451.4.267.762.029.886s-1.619.778-1.619.778L9.218 9.122c0 .313 0 .6.006.7 0 .269.259.6.821.367l6.044-2.879a.69.69 0 0 0 0-1.256Z"/><path d="m14.924 5.5-.069-.033-5.944-2.831a.7.7 0 0 0-1.011.639v1.311c0-.669.42-.763.676-.65s1.629.776 1.629.776l3.733 1.779.4.192s.363-.169.613-.3.424-.483-.027-.883Z"/></g></g></svg>');
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22.682" height="13.365"><g><g><path d="M.105 7.886a6.642 6.642 0 0 0 2.462 4.049h3.9a5.252 5.252 0 0 1-.749-10.41 6.99 6.99 0 0 0-3.523 1.732 6.772 6.772 0 0 0-2.09 4.629Z"/><path d="M.105 7.886a6.776 6.776 0 0 1 2.091-4.63 6.983 6.983 0 0 1 3.522-1.732c.04-.009.076-.02.118-.028C1.935 2.07-.138 5.734.105 7.886Z"/><path d="M6.686 0A6.689 6.689 0 0 0 .003 6.686a6.058 6.058 0 0 0 .105 1.2 6.776 6.776 0 0 1 2.091-4.63 6.983 6.983 0 0 1 3.522-1.732 5.661 5.661 0 0 1 .964-.092h16V0Z"/></g><g><path d="M22.573 5.481a6.639 6.639 0 0 0-2.462-4.049h-3.9a5.252 5.252 0 0 1 .75 10.41 6.988 6.988 0 0 0 3.522-1.735 6.771 6.771 0 0 0 2.09-4.626Z"/><path d="M22.573 5.481a6.768 6.768 0 0 1-2.091 4.629 6.983 6.983 0 0 1-3.522 1.732c-.04.01-.076.02-.118.029 3.901-.575 5.974-4.239 5.731-6.39Z"/><path d="M15.996 13.365a6.688 6.688 0 0 0 6.683-6.679 6.048 6.048 0 0 0-.105-1.2 6.772 6.772 0 0 1-2.091 4.629 6.987 6.987 0 0 1-3.522 1.732 5.561 5.561 0 0 1-.964.092h-16v1.431Z"/></g><g><path d="M9.224 9.823c0-.1-.008-.39-.006-.7V4.235s-.388-.186-.642-.3-.676-.02-.676.649v5.507a.7.7 0 0 0 1.012.639l1.135-.54-.009-.005c-.562.233-.814-.092-.814-.362Z"/><path d="M16.09 6.055 14.924 5.5c.451.4.267.762.029.886s-1.619.778-1.619.778L9.218 9.122c0 .313 0 .6.006.7 0 .269.259.6.821.367l6.044-2.879a.69.69 0 0 0 0-1.256Z"/><path d="m14.924 5.5-.069-.033-5.944-2.831a.7.7 0 0 0-1.011.639v1.311c0-.669.42-.763.676-.65s1.629.776 1.629.776l3.733 1.779.4.192s.363-.169.613-.3.424-.483-.027-.883Z"/></g></g></svg>');
  width: 23px;
  height: 14px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.CorseInfo .Premium {
  margin-top: 19px;
}

.PremiumCourse dd ul li {
  height: 42px;
  line-height: 42px;
  color: #5C7D27;
}

.PremiumCourse dd ul li.disabled {
  background: #F7FBF1;
  color: #E0F2CA;
}

.PremiumCourse dd ul li.notice {
  padding-top: 5px;
  line-height: 1.2;
}

.PremiumCourse dd ul li.notice span {
  margin-top: 3px;
  display: block;
  color: #333333;
  font-size: 0.625rem;
  font-weight: 500;
}

.superPremiumCourse .course_sp_inner_01,
.PremiumCourse .course_p_inner_01 {
  margin-top: 20px;
}

.superPremiumCourse .course_sp_inner_02,
.PremiumCourse .course_sp_inner_02 {
  width: 90%;
  max-height: 55px;
  margin: auto;
  padding: 9px 0;
  background: #ffffff;
  border-radius: 4px;
  font-weight: bold;
}

.superPremiumCourse {
  margin-top: 20px;
  background: #e9e3c6;
}

.superPremiumCourse.button,
.PremiumCourse.button {
  background: none;
  padding-bottom: 5px;
}

.superPremiumCourse.inner_button,
.PremiumCourse.inner_button {
  width: 100%;
  margin-top: 0;
}
.SuperPremiumCourse.button .asterisk,
.PremiumCourse.button .asterisk {
  color: #fff;
  font-size: 61%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.superPremiumCourse.inner_button a,
.PremiumCourse.inner_button a {
  width: 100%;
}

.PremiumCourse {
  background: #ebf4dd;
}

.superPremiumCourse .course_sp_title {
  display: block;
  padding: 17px 20px 20px;
/*  background: #CBA635;*/
  background: rgba(203,166,53,0.8);
  font-size: 1.4375rem;
  font-weight: 900;
  color: #634D08;
  text-align: left;
}

.superPremiumCourse .course_sp_title .color_red {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9375rem;
  font-weight: 900;
  color: #AC1E1E;
}

.superPremiumCourse .course_sp_title .lead {
  display: block;
  margin: 7px 0 0;
  font-size: 0.75rem;
  color: #634D08;
  text-align: left;
  font-weight: 500;
  line-height: 1.3;
}

.PremiumCourse .course_sp_title {
  display: block;
  padding: 15px 20px 17px;
  background: rgba(199,221,163,0.67);
  font-size: 1.4375rem;
  font-weight: 900;
  color: #5B7C25;
  text-align: left;
}

.PremiumCourse .course_sp_title .lead {
  display: block;
  margin: 8px 0 0;
  font-size: 0.75rem;
  color: #5B7C25;
  text-align: left;
  font-weight: 500;
}

.PremiumCourse .course_p_title {
  padding: 13px 18px 13px 10px;
  /* background: #c7dda3; */
  background: rgba(199,221,163,0.67);
  background: scroll;
}

.superPremiumCourse .course_sp_inner_02 {
  margin-top: 0px;
  font-size: 83.3%;
  color: #f36161;
}

.PremiumCourse .course_sp_inner_02 {
  margin-top: 8px;
  font-size: 83.3%;
  color: #495732;
}

.superPremiumCourse .course_sp_inner_02 span,
.PremiumCourse .course_sp_inner_02 span {
  display: block;
  margin-bottom: 5px;
  font-size: 0.8125rem;
}

.superPremiumCourse .course_sp_inner_02 span {
  color: #7B600C;
}

.PremiumCourse .course_sp_inner_02 span {
  color: #5C7D27;
}

.SuperPremiumCourse .course_p_inner_03,
.superPremiumCourse .course_sp_inner_03,
.PremiumCourse .course_p_inner_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 34px;
}

.superPremiumCourse .course_sp_inner_03 {
  width: 90%;
  margin: 33px auto 0;
}

.superPremiumCourse .course_sp_inner_03 .box {
  width: 50%;
}

.superPremiumCourse .course_sp_inner_03 .box + .box {
  margin-left: 10px;
}

.superPremiumCourse .course_sp_inner_03 a {
  display: block;
  margin: auto;
  max-height: 118px;
  border-radius: 4px;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: -0.3px;
  position: relative;
}

.superPremiumCourse .course_sp_inner_03 a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 99px;
  height: 19px;
  font-size: 61%;
  font-weight: 500;
  border-radius: 9.5px;
}

.superPremiumCourse .course_sp_inner_03 a.tukigaku {
  padding: 30px 0 13px;
}

.superPremiumCourse .course_sp_inner_03 a.tukigaku::before {
  content: "定番";
  color: #fff;
  background: #F36161;
}

.superPremiumCourse .course_sp_inner_03 a.tukigaku .subtitle {
  color: #444444;
}

.superPremiumCourse .course_sp_inner_03 a.nenwari {
  padding: 3px 0 13px;
}

.superPremiumCourse .course_sp_inner_03 a.nenwari::before {
  content: "長期利用でお得";
  color: #FFC3C3;
  background: #653539;
}

.superPremiumCourse .course_sp_inner_03 a.nenwari .subtitle {
  color: #AC1E1E;
}

.superPremiumCourse .course_sp_inner_03 .notice {
  display: block;
  margin: 10px 0 7px;
  color: #222222;
  font-weight: 500;
  font-size: 55.5%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.superPremiumCourse .course_sp_inner_03 .neme {
  display: block;
  margin: 6px 0 0px;
  font-size: 61%;
}

.superPremiumCourse .course_sp_inner_03 .tax {
  font-size: 55.5%;
}

.superPremiumCourse .course_sp_inner_03 .yen {
  font-size: 77.7%;
}

.superPremiumCourse .course_sp_inner_03 .price {
  font-size: 127.7%;
}

.superPremiumCourse .course_sp_inner_03 .subtitle {
  display: block;
  width: 90%;
  margin: 6px auto 0;
  padding: 2px 0;
  background: #F4E6B5;
  border-radius: 9px;
  font-weight: 900;
  font-size: 61%;
}

.superPremiumCourse .asterisk {
  margin: 10px 0 14px;
  font-size: 61%;
  color: #333333;
  line-height: 1.1;
  text-align: left;
  font-weight: normal;
}

.superPremiumCourse .abtestOn {
  width: 90%;
  margin: 10px auto 0;
  color: #333333;
  font-weight: 500;
  font-size: 55.5%;
  text-align: left;
  line-height: 1.2;
}

.SuperPremiumCourse .course_p_inner_03 a {
  display: block;
  width: 90%;
  margin: auto;
  padding: 8px 0 8px;
  max-height: 53px;
  border-radius: 34px;
  font-size: 83.3%;
  font-weight: 900;
  letter-spacing: -0.3px;
  position: relative;
}
.PremiumCourse .course_p_inner_03 a {
  display: block;
  width: 90%;
  margin: auto;
  padding: 8px 0 8px;
  max-height: 53px;
  border-radius: 4px;
  font-size: 83.3%;
  font-weight: 900;
  letter-spacing: -0.3px;
  position: relative;
}

.superPremiumCourse .course_sp_inner_03 a:after,
.PremiumCourse .course_p_inner_03 a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.5%;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg) translate(-60%, 0);
          transform: rotate(45deg) translate(-60%, 0);
}

.PremiumCourse .course_p_inner_03 a {
  color: #639215;
  background: #BDE281;
  -webkit-box-shadow: 0px 4px 0 0 #5D8610;
          box-shadow: 0px 4px 0 0 #5D8610;
}

.PremiumCourse .course_p_inner_03 a:after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #79aa28;
  border-right: 2px solid #79aa28;
}

.SuperPremiumCourse .course_p_inner_03.top_button a {
  color: #fff;
  background: #93BE4F;
  -webkit-box-shadow: 0px 4px 0 0 #6B893C;
  box-shadow: 0px 4px 0 0 #6B893C;
  font-size: 17px;
  text-shadow: 0px 2px 0px #6B893C;
  max-height: unset;
  padding: 14px 0 12px;
  margin-bottom: 10px;
}

.SuperPremiumCourse .course_p_inner_03.top_button a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 197px;
  height: 19px;
  font-size: 61%;
  font-weight: 500;
  border-radius: 9.5px;
 /* content: "人気のコース・7日間の無料体験"; */
  /* content: "定番"; */
  color: #27220C;
  background: #FFCE00;
  text-shadow: none;
}
.SuperPremiumCourse .course_p_inner_03.top_button a > span.TrialPeriod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
/*  width: 197px; */
  height: 19px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 9.5px;
  color: #27220C;
  background: #FFCE00;
  text-shadow: none;
  white-space: nowrap;
  padding: 0 10px;
}
.SuperPremiumCourse .course_p_inner_03.top_button a > span.TrialPeriod > em{
	color: #9F4949;
	font-size: 14px;
}
.SuperPremiumCourse .course_p_inner_03.top_button a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4.5%;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg) translate(-60%, 0);
  transform: rotate(45deg) translate(-60%, 0);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.Monthly_Fee {
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
}
.Monthly_Fee .Price {
  font-size: 23px;
  margin: 0 4px;
}
.Monthly_Fee .Tax {
  font-size: 10px;
}

.superPremiumCourse .course_sp_inner_03 a.tukigaku {
  color: #ffffff;
  background: #DEB73F;
  -webkit-box-shadow: 0px 4px 0 0 #866B10;
          box-shadow: 0px 4px 0 0 #866B10;
}

.superPremiumCourse .course_sp_inner_03 a.nenwari {
  color: #ffffff;
  background: #DEB73F;
  -webkit-box-shadow: 0px 4px 0 0 #A0821F;
          box-shadow: 0px 4px 0 0 #A0821F;
}

.PremiumCourse .course_p_inner_03 span {
  font-size: 61%;
}

.PremiumCourse .course_p_inner_03 .price {
  font-size: 19px;
}

.PremiumCourse .course_p_inner_03 .tax {
  display: inline-block;
  font-size: 55.5%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin-left: -1px;
}

.superPremiumCourse .course_sp_inner_03 a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.superPremiumCourse.BtnInner {
  margin-bottom: 18px;
}

@media screen and (max-width: 360px) {
  .superPremiumCourse .course_sp_inner_03 a {
    font-size: 15px;
  }
}

/* サービス比較表 */
.ComparisonTable table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #F2F2F2;
}

table .HiddenCell {
  width: 100%;
}

.ComparisonTable table th,
.ComparisonTable table td {
  padding: 7px 10px;
  border: 1px solid #DDDDDD;
  vertical-align: middle;
  font-size: 70%;
  text-align: left;
  background: #F2F2F2;
  font-weight: normal;
}

.ComparisonTable table td {
  text-align: center;
}

.ComparisonTable table thead th {
  font-size: 60%;
  font-weight: 900;
  text-align: center;
  color: #555;
  white-space: nowrap;
}

.ComparisonTable table thead th.FreeCell {
  width: 80px;
  background: #FFF;
  color: #444444;
  line-height: 1.2;
  padding: 7px 0;
}

.ComparisonTable table thead th.BasicCell {
  width: 80px;
  background: #F4FFE2;
  color: #444444;
  line-height: 1.2;
  padding: 7px 0;
}

.ComparisonTable table thead th.SuperCell {
  width: 80px;
  background: #FFF8E2;
  color: #444444;
  line-height: 1.2;
  padding: 7px 0;
}
.Subscription_Change .ComparisonTable table thead th.FreeCell,
.Subscription_Change .ComparisonTable table thead th.BasicCell,
.Subscription_Change .ComparisonTable table thead th.SuperCell,
.Premium_Comparison .ComparisonTable table thead th.FreeCell,
.Premium_Comparison .ComparisonTable table thead th.BasicCell,
.Premium_Comparison .ComparisonTable table thead th.SuperCell {
  width: 60px;
}

.ComparisonTable table tr.Price th,
.ComparisonTable table tr.Price td {
  background: #eaeaea;
  font-weight: normal;
}

.ComparisonTable table tr.Price td {
  font-weight: bold;
}

.ComparisonTable table tr.Price td.BasicCell {
  color: #444444;
  line-height: 1.2;
}

tr.Function_Group th {
  background: #572829;
  color: #fff;
  font-size: 72.2%;
  font-weight: bold;
}

colgroup.Premium_cols {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-right: 0 none;
}

colgroup.Super_cols {
  border-left: 0 none;
}

.ComparisonTable table tbody th.Function {
  padding: 10px 0px 10px 10px;
  padding: 7px 0 10px 10px;
}

@media screen and (min-width: 321px) {
  .ComparisonTable table tbody th.Function {
    min-width: 13.5em;
  }
}

@media screen and (max-width: 374px) {
  .ComparisonTable table thead th.FreeCell {
    width: 70px;
  }
  .ComparisonTable table thead th.BasicCell {
    width: 70px;
  }
  .ComparisonTable table thead th.SuperCell {
    width: 70px;
  }
}

.ComparisonTable table tbody th.Function p.Function_title {
  color: #595959;
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 3px;
  line-height: 1.2;
}

.ComparisonTable table tbody th.Function p.Function_title.space {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ComparisonTable table tbody th.Function p.Function_Info {
  font-size: 0.625rem;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ComparisonTable table tbody td.CrossCell {
  color: #999;
  font-weight: bold;
  white-space: nowrap;
  padding: 7px 3px;
}

.ComparisonTable table tbody td.FreeCell {
  background: #fff;
  color: #444;
  font-weight: bold;
  white-space: nowrap;
  padding: 7px 1px;
}

.ComparisonTable table tbody td.BasicCell {
  background: #F4FFE2;
  color: #444;
  font-weight: bold;
  white-space: nowrap;
  padding: 7px 1px;
}

.ComparisonTable table tbody td.PremiumCell {
  background: #ffd1a4;
  color: #ff7200;
  font-weight: bold;
  white-space: nowrap;
  padding: 7px 1px;
}

.ComparisonTable table tbody td.SuperCell {
  background: #FFF8E2;
  color: #444444;
  font-weight: bold;
  white-space: nowrap;
  padding: 7px 1px;
}

.ComparisonTable .Note {
  color: #666;
  font-size: 83%;
  line-height: 1.3;
  margin: 8px;
}

.ComparisonTable .FunctionNote {
  display: block;
  font-size: 0.625rem;
  margin-top: 2px;
  font-weight: 500;
  line-height: 1.5;
}

.ComparisonTable .FunctionNote02 {
  display: block;
  font-size: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin-top: 2px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transform-origin: 20% 0;
          transform-origin: 20% 0;
}

@media screen and (max-width: 374px) {
  .ComparisonTable .FunctionNote02 {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: 12% 0;
            transform-origin: 12% 0;
  }
}

.ComparisonTable .Note {
  color: #666;
  font-size: 72%;
  line-height: 1.3;
  margin: 8px;
  text-indent: -2em;
  padding-left: 1.5em;
}

.icon_box .double_circl {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 22px;
  height: 22px;
  border: solid #707070 3px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icon_box .double_circl::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: solid #707070 3px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icon_box .circl {
  display: block;
  margin: 0 auto;
  width: 22px;
  height: 22px;
  border: solid #707070 3px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icon_box .line {
  display: block;
  margin: 0 auto;
  width: 8px;
  height: 3px;
  background: #707070;
}

.Premium_footer {
  padding: 20px 13px;
}
.Premium_footer p.OtherLink {
  text-align: center;
  font-size: 72.3%;
  font-weight: bold;
  padding: 2em 0;
  color: #fff;
}

.Premium_footer p.OtherLink a {
  display: inline-block;
  color: #fff;
}

.Premium_footer .SupplementHead .title {
  margin-bottom: 10px;
  font-size: 100%;
  font-weight: 900;
  color: #fff;
}

.Premium_footer .SupplementHead .text {
  margin-bottom: 27px;
  font-size: 77.7%;
  color: #fff;
  line-height: 1.78;
}

.Premium_footer .SupplementHead .notice {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 61%;
  color: #C6C6C6;
}

.Premium_footer .Supplement {
  margin-top: 50px;
}

.Premium_footer .Supplement p {
  margin-bottom: 0px;
  line-height: 1.5;
  font-size: 61%;
  color: #C6C6C6;
}

.Premium_footer p.OtherLink {
  padding: 4px 0 0px;
  font-size: 77.7%;
}

/*もっと見るボタン*/
.show_more_inner {
  position: relative;
}

.show_more_text {
  height: 740px;
  overflow: hidden;
}

.show_more_btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 70%);
  background-color: transparent;
}

.show_more_btn div {
  position: relative;
  width: 83%;
  display: block;
  padding-right: 18px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border: solid 1px #CACACA;
  background: transparent;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 61%;
}

.show_more_btn div::after {
  background: url("../img/premium/icon_arrow.png") no-repeat;
  content: "";
  display: block;
  width: 7px;
  height: 8px;
  position: absolute;
  background-size: contain;
  top: 35%;
  right: 38%;
}



/*# sourceMappingURL=premium_v2.css.map */

/* 色展開 */
/* 黒ベース */
.color02 .CorseInfo{
  background: transparent;
  background-color: transparent;
}

.color02 .superPremiumCourse{
  background: rgba(214,182,71,.33);

}
.color02 .superPremiumCourse .course_sp_title{
  color: #fff;
  background-color: transparent;
}
.color02 .superPremiumCourse .course_sp_title .lead{
  color: #fff;
}

.color02 .superPremiumCourse .course_sp_title .color_red{
  color: #FF9F9F;
}

.color02 .superPremiumCourse dd ul li{
  color: #C7A122;
  background: #3C3416;
}
.color02 .superPremiumCourse .course_sp_inner_02{
  background: #3C3416;
}
.color02 .superPremiumCourse .course_sp_inner_02{
  color: #fff;
}
.color02 .superPremiumCourse .course_sp_inner_02 span{
  color: #C7A122;
}
.color02 .superPremiumCourse .course_sp_inner_03 a.tukigaku::before{
  background: #653539;
}
.color02 .superPremiumCourse .abtestOn{
  color: #CCB25A;
}

.color02 .PremiumCourse{
  background: rgba(135,177,86,.34);
}
.color02 .PremiumCourse .course_sp_title{
  color: #fff;
  background: transparent;
}
.color02 .PremiumCourse .course_sp_title .lead{
  color: #fff;
}
.color02 .PremiumCourse dd ul li{
  color: #6BA022;
  background: #1E330D;
}
.color02 .PremiumCourse dd ul li.notice span{
  color: #fff;
}
.color02 .PremiumCourse dd ul li.disabled{
  color: #44622D;
  background: #30431B;
}
.color02 .PremiumCourse .course_sp_inner_02{
  color: #fff;
  background: #1E330D;
}
.color02 .PremiumCourse .course_sp_inner_02 span{
  color: #6BA022;
}

.color02 .PremiumCourse .course_p_inner_03 a{
  color: #fff;
  background: #83AA4E;
}
.color02 .PremiumCourse .course_p_inner_03 + dd{
  color: #83AA4E !important;
}

.color02 .superPremiumCourse dd ul li::after {
  background-color: #fff;
}

/*------------------------------------
プレミアム案内ページ
-------------------------------------*/
/*--------
コンテンツヘッダー
--------*/

.HeadInfo{
  position: relative;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 23px;
  text-align: center;
}



.HeadInfo > *{
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 410px) {
  .brItem {
      display: none;
  }
}
@media only screen and (max-width: 380px) {
  .brItem {
      display: none;
  }
}
/*.HeadInfo:before{
  position: absolute;
  content:'';
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
background: rgb(32,32,32);
background: linear-gradient(0deg, rgba(32,32,32,1) 30%, rgba(32,32,32,0) 100%);
  -webkit-box-sizing: border-box;
}*/
.HeadInfoWrap {
  /*min-height: 430px;*/
  position: relative;
  z-index: 0;
}
.HeadInfoWrap:after {
  /* background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(50, 226, 251, 0) 100%, rgba(0, 0, 0, 0) 100%);
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  bottom: -35px;
  left: 0;
  position: absolute; */
}
.HeadInfo .HeadInfo_announce{
  /* color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 6px;
  margin-bottom: 24px;
  display: inline-block;
  font-size: 94.444444444444%;
  font-weight: bold; */
}
.HeadInfo .Premium_Guide_Lead{
  width: 91%;
  margin:auto;
}
@media only screen and (min-width: 768px) {
  .HeadInfo .Premium_Guide_Lead{
    width: 91%;
    margin: 10px auto 48px;
  }
}
.HeadInfoRegistBtn{
  width: 90%;
  margin: 23px auto 13px;
  max-width: 695px;
}
.HeadInfoLink a {
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 1px #fff;
}

.HeadInfo .annual_discount_banner{
  display:inline-block;
  width:339px;
  max-width: 99%;
  margin-top: 16px;
}
.Copyright {
  padding: 10px 10px 30px 10px;
}
.Copyright p {
  text-align: center;
  color: #C6C6C6;
  font-size: 11px;
}
