:root {
  --pei-brand-color: #007749;
  --pei-brand-color-light: #DBF1E9;
  --pei-brand-text-color: #fff;
  --pei-brand-bold-text: 'Avenir Next LT W01 Demi';
  --pei-brand-normal-text: 'Avenir Next LT W01 Medium', Arial, sans-serif;
}

.modal-topic-list ul li {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11' fill='none'%3E%3Cpath d='M1 6.98148L4.14815 9.5L10.4444 1' stroke='%23007749' stroke-width='2'/%3E%3C/svg%3E") !important;
}

.brand-ii.brand-rebrand {
  /**
   * @todo PMP-4141
   *
   * 1) Change @ii-primary-brand-color in wp-content/themes/Newspaper-child/includes/less_files/brands/includes/_variables.less
   * 2) Remove this file
   * 3) Change wp-content/themes/Newspaper-child/includes/less_files/brands/brand-ii.less (see @todo in that file)
   * 4) Re-build assets
   */
  font-family: 'Avenir Next LT W01 Medium', Arial, sans-serif;
}
.brand-ii.brand-rebrand a.nav-button {
  background: #AAA;
  color: #007749;
  display: inline-block;
  margin: 8px 8px 8px 0;
  border: none;
  padding: 7px 12px 4px;
  line-height: 16px;
  font-size: 16px;
}
.brand-ii.brand-rebrand a.nav-button:hover {
  color: white;
  background: #007749;
}
.brand-ii.brand-rebrand .top-header-user-account .success-message {
  line-height: 1.5em;
}
.brand-ii.brand-rebrand .top-header-user-account .success-message h3 {
  margin: 16px 0;
}
.brand-ii.brand-rebrand .top-header-user-account .success-message p {
  margin-bottom: 16px;
}
.brand-ii.brand-rebrand .top-header-user-account .success-message p > strong {
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin: 16px 0;
  color: #111;
}
.brand-ii.brand-rebrand .top-header-user-account small {
  font-size: 11px;
}
.brand-ii.brand-rebrand .top-header-user-account hr {
  border: none;
  border-bottom: #007749 1px solid;
}
.brand-ii.brand-rebrand .top-header-user-account .user-account-action a {
  color: #007749;
  text-decoration: underline;
}
.brand-ii.brand-rebrand .top-header-user-account .button,
.brand-ii.brand-rebrand .top-header-user-account a.button {
  border-color: #007749;
  background-color: #007749;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 8px 15px;
  text-transform: uppercase;
  margin-top: 16px;
}
.brand-ii.brand-rebrand .top-header-user-account .button:hover,
.brand-ii.brand-rebrand .top-header-user-account a.button:hover,
.brand-ii.brand-rebrand .top-header-user-account .button:active,
.brand-ii.brand-rebrand .top-header-user-account a.button:active {
  background-color: #009159;
  border-color: #009159;
}
.brand-ii.brand-rebrand .top-header-user-account .button:focus,
.brand-ii.brand-rebrand .top-header-user-account a.button:focus {
  background-color: #005e39;
  border-color: #005e39;
}
.brand-ii.brand-rebrand .mfp-content .pwl-login-form-div h2 {
  color: #007749;
}
.brand-ii.brand-rebrand .mfp-content .pwl-login-form-div .td-login-button {
  background-color: #007749;
}
.brand-ii.brand-rebrand .mfp-content .pwl-login-form-div .td-login-button:hover,
.brand-ii.brand-rebrand .mfp-content .pwl-login-form-div .td-login-button:active {
  background-color: #009159;
}
.brand-ii.brand-rebrand .mfp-content .pwl-login-form-div .td-login-button:focus {
  background-color: #005e39;
}
.brand-ii.brand-rebrand .mfp-content .pwl-login-form-div input[type=text].parsley-success,
.brand-ii.brand-rebrand .mfp-content .pwl-login-form-div input[type=url].parsley-success,
.brand-ii.brand-rebrand .mfp-content .pwl-login-form-div input[type=tel].parsley-success,
.brand-ii.brand-rebrand .mfp-content .pwl-login-form-div input[type=email].parsley-success,
.brand-ii.brand-rebrand .mfp-content .pwl-login-form-div textarea.parsley-success,
.brand-ii.brand-rebrand .mfp-content .pwl-login-form-div select.parsley-success {
  color: #007749;
}
.brand-ii.brand-rebrand .mfp-content .pwl-login-form-div .form-control:focus {
  outline: solid 2px #007749;
}
.brand-ii.brand-rebrand .cta-tell-us-now {
  border-color: #007749;
  background-color: #007749;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding: 8px 15px;
  text-transform: uppercase;
  width: 100%;
  margin: 3px;
  min-width: 50px;
  max-width: 250px;
}
.brand-ii.brand-rebrand .cta-tell-us-now:hover,
.brand-ii.brand-rebrand .cta-tell-us-now:active {
  background-color: #009159;
  border-color: #009159;
}
.brand-ii.brand-rebrand .cta-tell-us-now:focus {
  background-color: #005e39;
  border-color: #005e39;
}
.brand-ii.brand-rebrand .paywall .paywall-title {
  color: #007749;
}
.brand-ii.brand-rebrand .paywall .btn-register {
  border-color: #007749;
  background-color: #007749;
  color: #fff;
}
.brand-ii.brand-rebrand .paywall .btn-register:hover,
.brand-ii.brand-rebrand .paywall .btn-register:active {
  background-color: #009159;
  border-color: #009159;
}
.brand-ii.brand-rebrand .paywall .btn-register:focus {
  background-color: #005e39;
  border-color: #005e39;
}
.brand-ii.brand-rebrand .paywall .btn-signin {
  border-color: #007749;
  background-color: #fff;
  color: #007749;
}
.brand-ii.brand-rebrand .paywall .btn-signin:hover,
.brand-ii.brand-rebrand .paywall .btn-signin:active {
  background-color: #009159;
  border-color: #009159;
}
.brand-ii.brand-rebrand .paywall .btn-signin:focus {
  background-color: #005e39;
  border-color: #005e39;
}
.brand-ii.brand-rebrand .paywall .btn-signin:hover {
  color: #FFFFFF;
}
.brand-ii.brand-rebrand .loader {
  border-top: 0.6em solid rgba(0, 119, 73, 0.2);
  border-right: 0.6em solid rgba(0, 119, 73, 0.2);
  border-bottom: 0.6em solid rgba(0, 119, 73, 0.2);
  border-left: 0.6em solid #007749;
}
.brand-ii.brand-rebrand.woocommerce .product-cats-nav li a:hover {
  background-color: #007749;
  color: #FFFFFF;
}
.brand-ii.brand-rebrand.woocommerce .products li.product_cat-bestsellers .woocommerce-LoopProduct-link:before {
  background-color: #007749;
}
.brand-ii.brand-rebrand .td-sub-footer-container .sites a:hover {
  color: #007749;
}
.brand-ii.brand-rebrand .td-sub-footer-container ul.sites a:hover {
  color: #077CAC;
}
.brand-ii.brand-rebrand .td-post-content a {
  color: #007749;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 119, 73, 0.2);
  transition: border-color 0.15s ease-out;
  text-decoration: none !important;
}
.brand-ii.brand-rebrand .td-post-content a:hover {
  border-bottom: 1px solid #007749;
}
.brand-ii.brand-rebrand .author-box-wrap .td-author-social .td-social-icon-wrap:hover i.td-icon-mail-1 {
  color: #007749;
}
.brand-ii.brand-rebrand .td_module_wrap .td_module_counter,
.brand-ii.brand-rebrand .td_module_wrap .item-details--counter {
  float: left;
}
.brand-ii.brand-rebrand .td_module_wrap .td_module_counter {
  width: 24%;
}
.brand-ii.brand-rebrand .td_module_wrap .td_module_counter .td_module_counter__count {
  color: #007749;
  font-size: 46px;
  margin-top: 12px;
  text-align: right;
  padding: 0 9px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .brand-ii.brand-rebrand .td_module_wrap .td_module_counter .td_module_counter__count {
    font-size: 30px;
  }
}
.brand-ii.brand-rebrand .td_module_wrap .item-details--counter {
  width: 76%;
}
.brand-ii.brand-rebrand .td_module_wrap:after {
  content: "";
  display: table;
  clear: both;
}
.brand-ii.brand-rebrand .gform_button {
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  text-transform: uppercase;
  background-color: #007749;
}
.brand-ii.brand-rebrand .gform_button:hover,
.brand-ii.brand-rebrand .gform_button:active {
  background-color: #009159;
}
.brand-ii.brand-rebrand .gform_button:focus {
  background-color: #005e39;
}
.brand-ii.brand-rebrand .filter-sortby-selected {
  color: #007749;
}
@media screen and (min-width: 570px) {
  .brand-ii.brand-rebrand .filter-sortby-selected {
    background-color: #AAA;
  }
  .brand-ii.brand-rebrand .filter-sortby-selected:hover {
    color: white;
    background: #007749;
  }
}
.brand-ii.brand-rebrand .td_default_btn,
.brand-ii.brand-rebrand .td_round_btn {
  background-color: #007749;
}
.brand-ii.brand-rebrand .td_default_btn:hover,
.brand-ii.brand-rebrand .td_round_btn:hover,
.brand-ii.brand-rebrand .td_default_btn:active,
.brand-ii.brand-rebrand .td_round_btn:active {
  background-color: #009159;
}
.brand-ii.brand-rebrand .td_default_btn:focus,
.brand-ii.brand-rebrand .td_round_btn:focus {
  background-color: #005e39;
}
.brand-ii.brand-rebrand .td_outlined_btn {
  border-color: #007749;
  color: #007749;
  background-color: transparent;
}
.brand-ii.brand-rebrand .td_outlined_btn:hover,
.brand-ii.brand-rebrand .td_outlined_btn:active {
  background-color: #009159;
  border-color: #009159;
}
.brand-ii.brand-rebrand .td_outlined_btn:focus {
  background-color: #005e39;
  border-color: #005e39;
}
.brand-ii.brand-rebrand .td_outlined_btn:hover {
  color: #ffffff;
}
.brand-ii.brand-rebrand .td_outlined_btn:active {
  color: #ffffff;
}
.brand-ii.brand-rebrand .td_outlined_btn:focus {
  color: #ffffff;
}
.brand-ii.brand-rebrand .td_shadow_btn {
  background-color: #007749;
}
.brand-ii.brand-rebrand .td_shadow_btn:hover,
.brand-ii.brand-rebrand .td_shadow_btn:active {
  background-color: #009159;
}
.brand-ii.brand-rebrand .td_shadow_btn:focus {
  background-color: #005e39;
}
.brand-ii.brand-rebrand .td_3D_btn {
  background-color: #007749;
}
.brand-ii.brand-rebrand .td_3D_btn:hover,
.brand-ii.brand-rebrand .td_3D_btn:active {
  background-color: #009159;
}
.brand-ii.brand-rebrand .td_3D_btn:focus {
  background-color: #005e39;
}
.brand-ii.brand-rebrand .user-account-saved-for-later-link__counter {
  background-color: #007749;
  color: #ffffff;
}
.myPei-filters, #myii-tab {
	width: 100%;
}
body.my-ii ul.my-ii-area {
	border-color: #007749;
}

body.my-ii ul.my-ii-area li[role="presentation"] a.my-ii-button {
	background: #007749;
	border-bottom: 1px solid #007749;
	text-decoration: none;
}

body.my-ii ul.my-ii-area li[role="presentation"] a.active {
	color: #ffffff !important;
}
.pfcfo-light-gray-box {
  background: #fbfbfb;
}
.pfcfo-shadow-box {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 26px 0 0 !important;
  margin-bottom: 40px;
}
.td_block_upcoming_events_sidebar .pfcfo-event, .pfcfo-support-partner {
  padding: 0 20px 0 !important;
}
.pfcfo-shadow-box .wpb_text_column.wpb_content_element.pfcfo-shadow-box-bottom-link-on-bg {
  margin-bottom: 0px;
  background: rgba(242, 242, 242, 1);
  width: 100%;
  line-height: 30px;
  padding: 10px 20px;
  text-align: right;
}
.pfcfo-shadow-box .wpb_text_column.wpb_content_element.pfcfo-shadow-box-bottom-link-on-bg {
  margin-bottom: 0px;
  background: rgba(242, 242, 242, 1);
  width: 100%;
  line-height: 30px;
  padding: 10px 20px;
  text-align: right;
}
.pfcfo-shadow-box .td_block_9_one_column,
.pfcfo-shadow-box .ii-event,
.pfcfo-shadow-box .ii-person-cards-block {
  padding: 0 47px 0 !important;
}

.ii-knowlege-hub-article .td-post-sub-title{
  color: #000;
  font-style: normal;
}
.ii-knowlege-hub-article {
  position:relative;
  margin-bottom:30px !important;
}

.brand-ii.brand-rebrand .td_module_wrap.ii-knowlege-hub-article:after {
  margin-bottom: 20px;
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color:rgba(230, 230, 230, 1);
}

.brand-ii.brand-rebrand .td_module_wrap.ii-knowlege-hub-article:after:last-child {
  display:none !important;
}

.ii-knowlege-hub-article h3.entry-title {
  font-size: 24px;
  line-height: 34px;
  width: 85%;
  display: inline-block;
  vertical-align: top;
}
.ii-knowlege-hub-article span.ii-post-label {
  display:inline-block;
  text-align: right;
  width: 12%;
  vertical-align: top;
  margin-top: 8px;
}

.ii-knowlege-hub-article .td-post-date{
  font-size: 16px;
  color: #000;
}

.ii-knowlege-hub-article .ii-kh-learn-more {
  float: right;
}
.ii-knowlege-hub-article .ii-kh-learn-more a{
  color: #007749;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  font-family: Avenir Next LT W01 Demi;
  position: relative;
  padding-right: 10px;
}

.ii-knowlege-hub-article .td-cal-icon {
  margin-right: 10px;
  vertical-align: sub;
}
.ii-knowlege-hub-article .td-arrow-right {
  top:2px;
  position:absolute;
  content: '';
  right: -5px;
}

.pfcfo-shadow-box .wpb_text_column.wpb_content_element.pfcfo-shadow-box-bottom-link-on-bg{
  margin-bottom: 0px;
  background: rgba(242, 242, 242, 1);
  width: 100%;
  line-height: 30px;
  padding: 10px 20px;
  text-align: right;
}
.pfcfo-shadow-box .wpb_text_column.wpb_content_element.pfcfo-shadow-box-bottom-link-on-bg a {
  position: relative;
  padding-right: 17px;
}
.pfcfo-shadow-box .wpb_text_column.wpb_content_element.pfcfo-shadow-box-bottom-link-on-bg a:after{
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 7px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 10.1081L4.67453 6.35904C5.10849 5.91629 5.10849 5.19178 4.67453 4.74903L1 1' stroke='%23007749' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: auto;

}
@media screen and (max-width: 1140px) {
  .pfcfo-one-column-image-div-kh a {
    width: 575px;
  }
}

@media screen and (max-width: 1018px) {
  .pfcfo-one-column-image-div-kh a {
    width: 420px;
  }
}

@media screen and (max-width: 767px) {
  .pfcfo-one-column-image-div-kh a {
    width: 100%;
  }
}
.ii-shadow-box {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 26px 0 0 !important;
  margin-bottom: 40px;
}

.ii-shadow-box .td_block_9_one_column,
.ii-shadow-box .ii-event,
.ii-shadow-box .ii-person-cards-block {
  padding: 0 47px 0 !important;
}
.ii-upcoming-events-label-text{
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
}

.ii-upcoming-events-title h3{
  font-size: 24px;
  line-height: 34px;
  font-family: Avenir Next LT W01 Demi;
  color: #000;
  display: block;
}
.ii-upcoming-events-label-text{
  margin-bottom: 5px;
}
.ii-upcoming-events-description-text{
  margin-bottom: 10px;
}
.ii-upcoming-events-title-text{
  margin: 5px 0;
}
.ii-upcoming-events-single-event:nth-child(1) {
  padding-bottom: 25px;
  position: relative;
}
.ii-upcoming-events-single-event:nth-child(1):after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color:rgba(230, 230, 230, 1);
}
.ii-upcoming-events-single-event:nth-child(2) {
  padding-top: 25px;
}
.ii-bold-text{
  font-family: Avenir Next LT W01 Demi;
}
.ii-upcoming-event-date > span {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .ii-network-hub-page .td-pb-span3 {
      width: 90% !important;
      margin: 20px auto;
  }
}

.ii-support-partner-image{
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: top;
}

.ii-support-partner-image img {
  border-radius: 50%;
}

.ii-support-partner-name {
  width: calc( 100% - 85px );
  margin-right: 10px;
  display: inline-block;
}


.ii-support-partner-name h4 {
  margin: 5px 0;
  font-family: Avenir Next LT W01 Demi;
}

.ii-support-partner-additional-info p {
  margin-bottom: 0;
}
.ii-support-partner strong{
  font-family: Avenir Next LT W01 Demi;
}
.ii-support-partner-job-title-text {
 margin-bottom: 5px;
}
.ii-support-partner-buttons {
  margin-top: 15px;
}
@media (max-width: 767px) and (max-width: 767px) {
  .ii-support-parner > .wpb_column {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.ii-support-parner-title h3 {
  font-family: Avenir Next LT W01 Demi;
}

.ii-our-advisory-board {
  border: 1px solid var(--pei-brand-color);
  border-radius: 8px;
  padding: 40px 30px;
}
/***** IN-Person Events *****/
.ii-event-name h3 {
  font-size: 24px;
  line-height: 34px;
  font-family: Avenir Next LT W01 Demi;
  color: #000;
  width: 79%;
  display: inline-block;
}

.ii-event-name span.ii-event-label {
  display:inline-block;
  text-align: right;
  width: 20%;
}
.ii-event-description p.ii-event-description-text {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.ii-event h4 {
  font-size: 16px;
  font-family: Avenir Next LT W01 Demi;
  color: #000;
}
.ii-event .ii-event-icon{
  margin-right: 15px;
  display:inline-block;
  height:24px;
  vertical-align: middle;
}
.ii-event-location-text,
.ii-event-date-text,
.ii-event-time-text{
  display:inline-block;
  margin-bottom: 10px;
  height: 24px;
}
.ii-event .ii-event-buttons {
  margin-top: 30px;
}
.ii-event .ii-event-button-text,
.ii-services-button-section .ii-services-button {
  background-color: var(--pei-brand-color);
  color: #ffffff;
  font-size: 14px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s ease-in-out;
  border-radius: 5px;
  margin-right: 15px;
  border-color: var(--pei-brand-color);
  border-width: 2px;
  border-style: solid;
}
.ii-event .ii-event-button-text:hover,
.ii-services-button-section .ii-services-button:hover {
  background-color: #fff;
  color: var(--pei-brand-color);
}
.ii-event-link-text,
.ii-services-button {
  font-family: Avenir Next LT W01 Demi;
}
.ii-event-link-text span.td-arrow-right {
  position: relative;
  align-content: baseline;
  display: inline-block;
  top: 0px;
  margin-left: 5px;
}
.ii-event-title-link{
  transition: all .2s ease-in-out;
}
.ii-event-title-link:hover{
  color: var(--pei-brand-color);
}
/***** IN-Person Events *****/

/***** You might want to connect with *****/
.ii-light-gray-box {
  background: #fbfbfb;
}
.ii-person-card {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.ii-person-card .ii-card-container{
  background: #fff;
  filter: drop-shadow(0px 2px 6px rgba(0,0,0,.3));
  box-sizing: border-box;
  width: calc(100% * (1/2) - 30px - 1px);
  position: relative;
  border-top-right-radius: 26px;
}
.ii-person-card .ii-card-container:nth-child(1){
  margin-right: 60px;
}
.ii-connect-with-name h4 {
  font-size: 18px;
  font-family: Avenir Next LT W01 Demi;
  line-height: 25px;
}
.ii-connect-with-image-circle{
  background: white;
  position: absolute;
  top: -54px;
  right: 0;
  border-radius: 50%;
  width: 134px;
  height: 134px;

}
.ii-connect-with-single-person-block {
  padding: 22px 26px;
  background: #fff;
  position: relative;
  border-top-right-radius: 26px;
}
.ii-person-image{
  position: absolute;
  top: -54px;
  right: 0;
  border-radius: 50%;
  width: 134px;
  height: 134px;
  padding: 13px;
}
.ii-person-image img{
  border-radius: 50%;
}
.ii-person-bio{
  margin-bottom: 3px;
}
.ii-person-info{
  margin-bottom: 20px;
}
.ii-card-line {
  border-top: 1px solid #e6e6e6;
  margin: 30px 0;
  opacity: 1;
}
.ii-quote-icon{
  display: inline-block;
  width: 25px;
  vertical-align: top;
}
.ii-person-quote-text{
  display: inline-block;
  max-width: calc(100% - 30px);
}

.ii-person-card-buttons .ii-white-button,
.ii-support-partner-buttons .ii-white-button{
  background-color: #fff;
  color: var(--pei-brand-color);
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s ease-in-out;
  border-radius: 5px;
  margin-right: 15px;
  border-color: var(--pei-brand-color);
  border-width: 2px;
  border-style: solid;
  display: inline-block;
}

.ii-person-card-buttons .ii-white-button:hover,
.ii-support-partner-buttons .ii-white-button:hover{
  background-color: var(--pei-brand-color);
  color: #fff;
}

@media screen and (max-width: 1018px) {
  .ii-person-card .ii-card-container{
    width: 80%;
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 767px) {
  .ii-person-card .ii-card-container{
    width: 80%;
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 559px) {
  .ii-person-card .ii-card-container{
    width: 100%;
    margin: 0 auto 80px;
  }
}

.ii-network-hub-page .td-pb-span1 {
  width: 3.3333333%;
}
.ii-network-hub-page .td-pb-span3 {
  width: 29%;
}

.ii-upcoming-events-label-text{
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
}

.ii-upcoming-events-title h3{
  font-size: 24px;
  line-height: 34px;
  font-family: Avenir Next LT W01 Demi;
  color: #000;
  display: block;
}
.ii-upcoming-events-label-text{
  margin-bottom: 5px;
}
.ii-upcoming-events-description-text{
  margin-bottom: 10px;
}
.ii-upcoming-events-title-text{
  margin: 5px 0;
}
.ii-upcoming-events-single-event:nth-child(1) {
  padding-bottom: 25px;
  position: relative;
}
.ii-upcoming-events-single-event:nth-child(1):after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color:rgba(230, 230, 230, 1);
}
.ii-upcoming-events-single-event:nth-child(2) {
  padding-top: 25px;
}
.ii-bold-text{
  font-family: Avenir Next LT W01 Demi;
}
.ii-upcoming-event-date > span {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .ii-network-hub-page .td-pb-span3 {
      width: 90% !important;
      margin: 20px auto;
  }
}

.ii-support-partner-image{
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: top;
}

.ii-support-partner-image img {
  border-radius: 50%;
}

.ii-support-partner-name {
  width: calc( 100% - 85px );
  margin-right: 10px;
  display: inline-block;
}


.ii-support-partner-name h4 {
  margin: 5px 0;
  font-family: Avenir Next LT W01 Demi;
}

.ii-support-partner-additional-info p {
  margin-bottom: 0;
}
.ii-support-partner strong{
  font-family: Avenir Next LT W01 Demi;
}
.ii-support-partner-job-title-text {
 margin-bottom: 5px;
}
.ii-support-partner-buttons {
  margin-top: 15px;
}
@media (max-width: 767px) and (max-width: 767px) {
  .ii-support-parner > .wpb_column {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.ii-support-parner-title h3 {
  font-family: Avenir Next LT W01 Demi;
}

.ii-our-advisory-board {
  border: 1px solid var(--pei-brand-color);
  border-radius: 8px;
  padding: 40px 30px;
}
/*//////////////////////////*/
.ii-advisor-details {
  padding: 0 15px;
  max-height: 291px;
}
.ii-advisor-details .ii-advisor-image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.ii-advisor-details .ii-advisor-image img {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.ii-advisor-details h4{
  font-family: Avenir Next LT W01 Demi;
  font-size: 16px;
}
.ii-advisor-details p{
  font-size: 16px;
}
.ii-advisor-company-logo {
  max-width: 100%;
  max-height:50px;
}

.ii-advisor-company-logo img {
  object-fit: unset;
  max-height: 50px;
  max-width: 100%;
}

.slick-arrow {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Ccircle cx='21' cy='21' r='21' transform='matrix(-1 0 0 1 42 0)' fill='%23007749'/%3E%3Cpath d='M23.0588 26.8981L18.5197 22.267C17.9836 21.72 17.9836 20.8251 18.5197 20.2781L23.0588 15.647' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  left: -21px;
}
.slick-prev.slick-disabled{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Ccircle cx='21' cy='21' r='21' transform='matrix(-1 0 0 1 42 0)' fill='%23A9A7A7'/%3E%3Cpath d='M23.0588 26.8981L18.5197 22.267C17.9836 21.72 17.9836 20.8251 18.5197 20.2781L23.0588 15.647' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23007749'/%3E%3Cpath d='M18.9414 26.8981L23.4805 22.267C24.0166 21.72 24.0166 20.8251 23.4805 20.2781L18.9414 15.647' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  right: -21px;
}
.slick-next.slick-disabled{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23A9A7A7'/%3E%3Cpath d='M18.9414 26.8981L23.4805 22.267C24.0166 21.72 24.0166 20.8251 23.4805 20.2781L18.9414 15.647' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;

	list-style-type: none;
}
.slick-dots li {
	margin: 0 0.25rem;
}

.slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #87b3a2;
	text-indent: -9999px;
}

.slick-dots	li.slick-active button {
	background-color: var(--pei-brand-color);
}


@media screen and (max-width: 500px) {
  .ii-advisor-details {
    text-align: center;
  }
  .ii-advisor-company-logo img {
    margin: 0 auto;
  }
}

.ii-event {
  position: relative;
}
.ii-event-ribbon {
  position: absolute;
  top: -26px;
  left: 0;
  padding: 5px 47px;
  background: #CFCFCF;
  font-family: Avenir Next LT W01 Demi;
}
.ii-event-ribbon::after{
  content: '';
  position: absolute;
  right: -15px;
  top: 16px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 0 16px;
  border-color: transparent transparent transparent #CFCFCF;
  transform: rotate(0deg);
}
.ii-event-ribbon::before{
  content: '';
  position: absolute;
  right: -15px;
  top: 0;
  width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 15px 16px 0 0;
   border-color: #CFCFCF transparent transparent transparent;
   transform: rotate(0deg);
}
.ii-strong {
  font-family: Avenir Next LT W01 Demi;
}
.ii-events-spacing-2 {
  width: 49% !important;
}
.ii-margin-left-2 {
  margin-left: 2%;
}

@media screen and (max-width: 767px) {
  .td-boxed-layout .vc_row {
    width: auto !important;
    left: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .database.td-boxed-layout .vc_row {
    padding: 0 !important;
  }
  .ii-events-spacing-2 {
    width: 80% !important;
    margin: 0 auto;
  }
  .ii-margin-left-2 {
    margin: 30px auto;
  }
}

.ii-network-member-thoughts-bottom-text > .wpb_wrapper > p{
  margin-bottom: 5px;
}
.ii-network-member-thoughts-bottom-text .wpb_wrapper {
  position:relative;
  padding-bottom: 10px;
}
.ii-network-member-thoughts-bottom-text .wpb_wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 37px;
  height: 3px;
  background-color: var(--pei-brand-color);
  border-radius: 20px;
}

.ii-network-member-thoughts-box.wpb_column.vc_column_container.td-pb-span4 {
  padding: 0 30px 0 52px;
}

.ii-network-member-thoughts-box {
  position: relative;
}

.ii-network-member-thoughts-box:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='51' viewBox='0 0 21 51' fill='none'%3E%3Cpath d='M7.5 0H20.5V42L14 50.5L7.5 42V0Z' fill='%23007749'/%3E%3Cpath d='M7.5 10H0L7.5 0V10Z' fill='black'/%3E%3C/svg%3E");
  content: '';
  position: absolute;
  width: 20.5px;
  height: 50.5px;
  background-repeat: no-repeat;
  left: 17px;
  top: -46px;
}

.ii-network-member-thoughts-content p {
  min-height: 130px;
}

.ii-network-cta-with-bg p,
.ii-network-cta-with-bg span{
  color: #fff;
  font-size: 18px;
}

.ii-contact-network-tab{
  max-width: 362px;
  margin: 0 auto 120px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.30);
  border-radius: 2px;
  padding-bottom:15px;
  padding-left: 27px;
  padding-right: 27px;
  position: relative;
  margin-top: 130px;
}
.ii-contact-network-tab p {
  font-size: 16px;
  color: #515151;
}
.ii-contact-network-tab strong {
  font-size: 20px;
  font-family: Avenir Next LT W01 Demi;
}
.ii-contact-network-tab-image {
  position: absolute;
  top: -85.5px;
  left: 50%;
  transform: translateX(-50%);
}
.ii-contact-network-tab-name-position {
  padding-top: 126px;
}
.ii-network-cta-with-bg .ii-network-btn-white-bg a:hover {
  border-color: #fff !important;
}


@media screen and (max-width: 420px) {
  .vc_tta-container .ii-network-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
      margin: 0 10px 4px;
      font-size: 20px;
      padding: 5px 0 11px !important;
  }
}

@media (min-width: 768px) {
.ii-icon-text-block > .wpb_column {
  width: 20%;
}
}

@media (max-width: 767px) {
  .ii-icon-text-block {
      text-align:center;
  }
  .ii-icon-text-block .ii-icon-text-heading,
  .ii-icon-text-block .ii-icon-text-heading span,
  .ii-icon-text-block .ii-icon-text-heading p,
  .ii-icon-text-block .ii-icon-text-heading a {
      align-items: center;
      justify-content: center;
  }
  .ii-block-with-colored-heading.wpb_column.vc_column_container.td-pb-span4 {
      margin: 10px auto;
  }
  h2,
  .ii-network-top-section h2{
      font-size: 2em;
      line-height: 1em;
  }
  .ii-network-member-thoughts-second,
  .ii-network-member-thoughts-box-last {
      border-top: 1px solid #D9D9D9;
      padding-top: 30px;
  }
  .ii-network-member-thoughts-second.wpb_column.vc_column_container.td-pb-span4,
  .ii-network-member-thoughts-box-last.wpb_column.vc_column_container.td-pb-span4 {
      padding-top: 30px;
  }
  .ii-network-member-thoughts-second:after,
  .ii-network-member-thoughts-box-last:after {
      top: -11px;
  }
}
.ii-network-box-with-three-boxes {
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  padding-top: 35px;
  padding-bottom: 35px;
}
.ii-network-btn,
.ii-network-btn a,
.ii-network-btn-o,
.ii-network-btn-o a {
  border-radius: 5px !important;
  font-family: Avenir Next LT W01 Demi !important;
}
.ii-network-btn,
.ii-network-btn a{
  background-image: none !important;
  border-width: 2px !important;
  font-family: Avenir Next LT W01 Demi !important;
}
.ii-network-btn-o a {
  background-color: #fff !important;
}
.ii-network-btn-o a:hover {
  background-color: var(--pei-brand-color) !important;
}
.ii-network-btn a:hover {
  border-color: var(--pei-brand-color) !important;
  color: var(--pei-brand-color) !important;
  background: #fff !important;
  border-width: 2px !important;
}
.vc_btn3-container.ii-inline-buttons{
  display: inline-block;
  margin: 0 auto;
  margin: 0 10px;
}
.ii-network-cta-with-bg {
  text-align:center;
}

.ii-advisor-details h4  {
  font-size: 18px;
  margin-bottom: 0;
}
.ii-advisor-details .ii-advisor-image {
  margin: 0;
}
.ii-network-buttons-block .ii-network-btn, .ii-network-buttons-block .ii-network-btn-o{
  margin: 15px;
}
.ii-event .ii-event-button-text{
  border-radius: 5px !important;
}

.ii-event-link-text:hover{
  color:var(--pei-brand-color);
  text-decoration:underline;
}
div.ii-event-description{
  margin-bottom: 25px;
}
.ii-icon-text-heading-shadow {
  position: absolute;
  bottom: -83px;
}
.ii-absolute-heading-top {
  position: absolute;
  top: -50px;
}

.ii-network-buttons-block .ii-network-btn, .ii-network-buttons-block .ii-network-btn-o {
  margin: 15px !important;
}
.ii-icon-text-block .ii-icon-text-heading a:after, .ii-icon-text-heading-shadow a:after {
  content: '';
  position: absolute;
  right: -5px;
  top: 0;
  width: 6px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='11' viewBox='0 0 6 11' fill='none'%3E%3Cpath d='M1 10.1081L4.67453 6.35904C5.10849 5.91629 5.10849 5.19178 4.67453 4.74903L1 1' stroke='%23007749' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.ii-icon-text-block .ii-icon-text-heading, .ii-icon-text-block .ii-icon-text-heading span, .ii-icon-text-block .ii-icon-text-heading p, .ii-icon-text-block .ii-icon-text-heading a, .ii-icon-text-heading-shadow a {
  color: var(--pei-brand-color);
  font-size: 15px;
  font-family: Avenir Next LT W01 Demi;
  margin-bottom: 10px;
  position: relative;
  width: auto;
  display: flex;
  padding-right: 12px;
}
.ii-shadow-box-with-colored-bg-heading-heading {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 47px !important;
  background: #CFCFCF !important;
  font-family: Avenir Next LT W01 Demi;
}
.ii-shadow-box-with-colored-bg-heading-heading::after{
  content: '';
  position: absolute;
  right: -15px;
  top: 16px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 0 16px;
  border-color: transparent transparent transparent #CFCFCF;
  transform: rotate(0deg);
}
.ii-shadow-box-with-colored-bg-heading-heading::before{
  content: '';
  position: absolute;
  right: -15px;
  top: 0;
  width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 15px 16px 0 0;
   border-color: #CFCFCF transparent transparent transparent;
   transform: rotate(0deg);
}
.ii-shadow-box-with-colored-bg-heading-heading h4{
  font-size: 14px;
  line-height: 21px;
}
.ii-shadow-box-with-colored-bg-heading-url-with-icon {
  margin-top: 60px;
}
.td_block_upcoming_events_sidebar .ii-event,
.ii-support-partner{
  padding: 0 20px 0 !important;
}
.ii-event-image {
  margin-bottom: 15px;
}
.ii-shadow-box h3 {
  margin-top: 0;
}
.ii-what-other-cfos-reading--single--author-date p{
  display:inline-block;
  font-size: 12px;
}
.ii-what-other-cfos-reading--single--date {
  margin-left: 4px;
}
.ii-what-other-cfos-reading--single--author {
  text-decoration: underline;
}
.ii-what-other-cfos-reading h2,
.ii-what-other-cfos-reading h3 {
  font-family: Avenir Next LT W01 Demi;
}
.td-post-template-default .td-post-featured-image img {
  width: 100%;
}
.td-post-featured-image {
  width: 100%;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.30);
  cursor: pointer;
  overflow: auto;
  margin-bottom: 20px;
}
.td-post-featured-image img {
  object-fit: cover;
  margin-bottom: 0;
  height: auto;
}
.td-post-featured-image .wp-caption-text {
  margin: 6px;
}

@media screen and (max-width: 767px) {
  .ii-events-spacing-2 {
    margin-bottom:100px;
  }
  .td_block_ii_network_events .ii-event-name {
    padding-top: 40px;
  }
  .ii-advisor-details .ii-advisor-image {
    margin: 0 auto;
  }
}

.ii-news-analysis-image{
  width: 100%;
  height: 221.33px;
}
.ii-news-analysis-image img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.ii-shadow-box.ii-news-analysis-inner {
  padding: 0 !important;
  margin-bottom: 15px;
}
.ii-shadow-box.ii-news-analysis-inner .ii-news-analysis-tag-name {
  padding: 5px 10px;
  background-color: var(--pei-brand-color);
  color: var(--pei-brand-text-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='17' viewBox='0 0 12 17' fill='none'%3E%3Cpath d='M1.80469 1.00035L9.93161 7.05465C10.8914 7.76966 10.8914 8.93966 9.93161 9.65466L1.80469 15.709' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}
.ii-shadow-box.ii-news-analysis-inner .ii-news-analysis-tag-name a{
  color: #fff;
}

.ii-news-analysis-post-name a{
  color: #000;
  font-family: Avenir Next LT W01 Demi;
  font-size: 16px;
}
.ii-news-analysis-post-name a:hover{
  color: var(--pei-brand-color)
}
.ii-news-analysis-block-row{
  margin-bottom: 40px;
}
.ii-news-analysis-author-name{
  font-size: 12px;
}
.ii-news-analysis-author-name a{
  color: #000;
}
.ii-news-analysis-author-name a:hover{
  color: var(--pei-brand-color);
}
.ii-services-text-section .ii-services-column{
  position: relative;
  padding: 10px 80px;
}
.ii-services-text-section .ii-services-column:after{
  position: absolute;
  right: 0;
  background: #D9D9D9;
  width: 1px;
  height: 55px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  content: '';
  display: block;
}
.ii-services-text-section .ii-services-column:last-child:after{
  display: none;
}
.ii-services-button-section{
  text-align:center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and ( max-width: 580px ) {
  .ii-services-button-section {
    margin-top: 20px;
  }
  .ii-services-button{
    display: block;
    width: 50%;
    margin: 10px auto !important;
  }
}


.ii-tabs-headings {
  border-bottom: 1px solid var(--pei-brand-color);
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
  margin: 0 auto;
}
.ii-tabs-headings--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  max-width: 164px;
  transition: all 0.3s;
}
.ii-tabs-headings--item p {
  margin: 0 10px 10px 10px;
  font-size: 14px;
  font-family: var(--pei-brand-bold-text);
  color: #000;
  cursor: pointer;
}
.ii-tabs-headings--item:hover,
.ii-tabs-headings--item.active{
  border-bottom:3px solid var(--pei-brand-color);
}
.ii-tabs-headings--item:hover p,
.ii-tabs-headings--item.active p {
  color: var(--pei-brand-color);
}
.ii-first-tab-content, .ii-second-tab-content, .ii-third-tab-content, .ii-fourth-tab-content {
  display: none;
}
.ii-first-tab-content.active,
.ii-second-tab-content.active,
.ii-fourth-tab-content.active {
  display: flex;
}
.ii-third-tab-content.active{
  display: block;
}

.ii-second-tab-left-image {
  flex: 1;
  max-width: 50%;
  padding: 0;
}

.ii-second-tab-right-content {
  flex: 1;
  max-width: 50%;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 60%;
  padding: 100px;
}

.ii-second-tab-content p {
  font-family: var(--pei-brand-bold-text);
  font-size: 20px;
  line-height: 30px;
}

.ii-second-tab-left-image img {
  width: 100%;
  height: auto;
}

.ii-second-tab-right-content a {
  margin-top: 10px;
  color: var(--pei-brand-color);
  text-decoration: underline;
  font-family: var(--pei-brand-bold-text);
  text-decoration: none;
}
.ii-second-tab-right-content a:hover {
  text-decoration: underline;
}

.ii-tab-flex {
  display: flex;
  align-items: center;
}
.ii-tab-bold-heading {
  font-family: var(--pei-brand-bold-text);
  font-size: 20px;
  line-height: 30px;
}

.ii-third-tab-right-content.ii-tab-flex {
  background-size: contain;
  background-repeat: no-repeat;
  height: 500px;
  justify-content: right;
}
.ii-third-tab-right-content--text{
  width: 40%;
}

.ii-tab-normal-text{
  font-size: 20px;
  line-height: 30px;
}
.ii-third-tab--content {
  padding-top: 30px;
}
.ii-first-tab-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ii-first-tab-content > div {
  display:flex;
  gap: 50px;
}
.ii-first-tab-content .ii-event{
  flex: 0 0 calc(50% - 25px);
}
.ii-first-tab-content .ii-event-tab{
  padding: 30px 47px 40px !important;
  position: relative;
}
.ii-first-tab-content .ii-event-tab .ii-event-ribbon{
  top: 0;
}
.ii-first-tab-content .ii-shadow-box h3{
  font-size: 18px;
  line-height: 40px;
}

.ii-fist-tab-content .ii-event-button-text{
  display: inline-block;
}
.ii-tabs-event-bottom-link a{
  font-family: var(--pei-brand-bold-text);
  font-size: 16px;
}
.ii-tabs-event-bottom-link a:hover{
  text-decoration: underline;
}
.ii-tabs-event-bottom-link span{
  margin-left: 5px;
  vertical-align: bottom;
}
.ii-second-tab-right-content a span{
  vertical-align: text-top;
  margin-left: 5px;
}
.ii-fourth-tab-content-inner{
  padding-top: 30px;
}
.ii-fourth-tab-content-text{
  width: 70%;
  margin: 0 auto;
}
.ii-fourth-tab-content-text p{
  text-align: center;
  font-family: var(--pei-brand-bold-text);
  font-size: 20px;
  line-height: 30px;
}
/* Parent container for the articles */
.ii-fourth-tab-content-articles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;

  margin-top: 10px;
}

/* Individual article item */
.ii-fourth-tab-content-articles--item {
  flex-basis: calc(33.33% - 20px);
  border: 1px solid #d4d4d4;
  margin-right: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
}

.ii-fourth-tab-content-articles--item:last-child {
  margin-right: 0;
}

.ii-fourth-tab-content-articles--item-ribbon{
  padding: 5px 47px;
  background: #CFCFCF;
  position:relative;
  display:inline-block;
}
.ii-fourth-tab-content-articles--item-ribbon::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 16px 0 0;
  border-color: #CFCFCF transparent transparent transparent;
  transform: rotate(0deg);
}
.ii-fourth-tab-content-articles--item-ribbon::after{
  content: '';
  position: absolute;
  right: -15px;
  top: 16px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 0 16px;
  border-color: transparent transparent transparent #CFCFCF;
  transform: rotate(0deg);
}
.ii-fourth-tab-content-articles--item-ribbon p{
  margin-bottom: 0;
  font-family: var(--pei-brand-bold-text);
}

.ii-fourth-tab-content-articles--item-title {
  text-align: center;
  margin-top: 10px;
}

.ii-fourth-tab-content-articles--item-content{
  padding: 20px;
}
.ii-fourth-tab-content-articles--item-title a{
  display:block;
  color: #000;
  font-family: var(--pei-brand-bold-text);
  min-height: 42px;
  transition: color 0.3s ease;
}
.ii-fourth-tab-content-articles--item-title a:hover{
  color: var(--pei-brand-color)
}
.ii-fourth-tab-content-articles--item-title a:first-child{
  margin-bottom: 10px;
}
.ii-fourth-tab-bottom-link{
  text-align: center;
  margin-top: 20px;
}
.ii-fourth-tab-bottom-link-text{
  font-size: 16px;
  font-family: var(--pei-brand-bold-text);
}
.ii-fourth-tab-bottom-link-text span {
  font-size: 16px;
  font-family: var(--pei-brand-bold-text);
}
.ii-third-tab-bottom-button {
  margin-top:20px;
  text-align: center;
}
.white-ii-services-button {
    color: var(--pei-brand-color);
    font-size: 14px;
    padding-top: 11.5px;
    padding-bottom: 11.5px;    padding-left: 20px;
    padding-right: 20px;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    margin-right: 15px;
    border-color: var(--pei-brand-color);
    border-width: 2px;
    border-style: solid;
    font-family: var(--pei-brand-bold-text);
    display: inline-block;
}
.white-ii-services-button:hover {
  color: var(--pei-brand-text-color);
  font-size: 14px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s ease-in-out;
  border-radius: 5px;
  margin-right: 15px;
  border-color: var(--pei-brand-color);
  background: var(--pei-brand-color);
  border-width: 2px;
  border-style: solid;
}
.ii-tab-image{
  width: 66px;
  height: 60px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.ii-first-tab-image {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='60' viewBox='0 0 67 60' fill='none'%3E%3Cg clip-path='url(%23clip0_182_1523)'%3E%3Cpath d='M36.6442 10.0077C36.2142 10.2722 35.9232 10.4905 35.5991 10.6294C35.4139 10.7088 35.1162 10.722 34.9509 10.6294C31.9545 8.9295 28.9912 7.16344 25.9684 5.49659C23.865 4.33244 21.5764 4.00833 19.2745 4.75576C18.1434 5.12617 17.2307 5.19232 16.2716 4.42504C15.9408 4.16046 15.6762 3.96203 15.5836 3.49901C15.0479 0.800301 12.111 -0.701187 9.57108 0.350516C7.93068 1.03181 7.23616 2.50022 6.50195 3.92895C6.27045 4.39197 6.56148 4.88805 7.0245 5.08649C7.49413 5.28492 7.96376 5.15263 8.24156 4.70946C8.5326 4.24645 8.79718 3.77021 9.06837 3.30719C9.8092 2.04382 11.271 1.59404 12.4484 2.2621C13.7382 2.99631 14.1218 4.41842 13.3744 5.74794C12.4616 7.36187 11.5356 8.96919 10.6096 10.5765C9.26019 12.9114 7.91745 15.253 6.54164 17.5746C5.67514 19.0298 3.76356 19.215 2.60602 17.998C1.78583 17.1381 1.75937 15.921 2.49358 14.6775C3.7371 12.5609 4.97401 10.4376 6.19769 8.30774C6.34321 8.05639 6.44242 7.74551 6.43581 7.46109C6.42258 7.03115 6.13816 6.7335 5.7016 6.64751C5.20551 6.5549 4.84172 6.74672 4.58375 7.19651C3.29393 9.43882 1.98426 11.6679 0.694435 13.9102C-0.33081 15.6895 -0.218364 17.5482 0.978858 19.0695C2.07025 20.4586 3.9223 21.0737 5.62223 20.5379C6.14477 20.3726 6.55487 20.4123 6.97158 20.7231C7.12372 20.8356 7.27585 20.948 7.44783 21.0142C7.76532 21.1332 7.80501 21.3647 7.83147 21.669C7.891 22.3966 7.93068 23.1374 8.10927 23.8386C8.96254 27.1392 9.84227 30.4332 10.7551 33.714C11.2908 35.6322 13.1561 36.9154 15.0942 36.7699C17.859 36.5648 19.6516 34.1109 19.0033 31.4055C18.8644 30.8301 18.7057 30.2546 18.5205 29.5601C19.2547 29.9702 19.8764 30.3406 20.5114 30.6779C20.9017 30.883 21.0538 31.1409 21.0538 31.6106C21.034 35.0104 21.0274 38.4037 21.0472 41.8035C21.0604 44.3699 21.8608 46.6916 23.7724 48.4246C24.7579 49.3176 25.2011 50.2039 24.9828 51.454C24.9365 51.7054 24.8307 51.9964 24.6521 52.1618C23.1705 53.531 22.7207 55.3433 23.4218 57.2285C24.0171 58.8226 25.717 59.9735 27.5823 59.9801C32.1066 59.9933 36.6309 59.9933 41.1553 59.9801C43.0735 59.9801 44.7403 58.8292 45.3687 57.1425C46.0301 55.3566 45.5605 53.5178 44.1053 52.1816C43.9664 52.056 43.8143 51.8641 43.801 51.6855C43.7547 51.2556 43.7746 50.8257 43.801 50.3957C43.8077 50.2767 43.9135 50.1311 44.0127 50.0518C44.9983 49.2183 46.0037 48.4114 46.9694 47.5647C47.5184 47.0885 47.5448 46.394 47.1017 45.9839C46.6717 45.587 46.0764 45.673 45.5671 46.2154C44.6609 47.1679 43.7349 48.1005 42.5046 48.6429C42.035 48.8479 41.8564 49.2316 41.863 49.7277C41.8696 50.1907 41.863 50.6471 41.863 51.0902H26.9341C26.9341 50.4156 26.9341 49.7806 26.9341 49.1456C26.9341 48.7223 26.8018 48.4048 26.4314 48.1468C24.1296 46.5858 23.0117 44.403 23.0183 41.6183C23.0316 35.9298 23.0183 30.248 23.0183 24.5595C23.0183 24.3346 23.0183 24.1031 23.0448 23.8849C23.1638 23.1374 23.5739 22.595 24.2883 22.3503C25.0027 22.1056 25.6509 22.2643 26.1999 22.8199C26.6431 23.2697 26.7621 23.8121 26.7621 24.414C26.7621 27.3442 26.7621 30.2678 26.7621 33.1981C26.7621 33.8066 27.1193 34.177 27.6683 34.1968C28.1909 34.2233 28.6076 33.8397 28.6671 33.2642C28.6869 33.079 28.6737 32.8872 28.6737 32.702C28.6737 29.064 28.6737 25.4194 28.6737 21.7815C28.6737 20.9877 28.9978 20.3924 29.6923 20.0352C30.9491 19.3936 32.3514 20.2667 32.3778 21.7285C32.4109 23.7724 32.3844 25.8229 32.3911 27.8668C32.3911 29.5932 32.3911 31.3195 32.3911 33.0459C32.3911 33.5155 32.5233 33.8992 32.9731 34.1109C33.6015 34.4019 34.3622 33.9058 34.3489 33.1385C34.3093 30.7904 34.3357 28.4489 34.3357 26.1007C34.3357 24.2619 34.3357 22.4231 34.3357 20.5842C34.3357 19.5325 34.8186 18.8115 35.6322 18.5734C36.9154 18.203 38.0332 19.0629 38.0332 20.4652C38.0398 24.5728 38.0332 28.687 38.0332 32.7946C38.0332 32.9996 38.02 33.2113 38.0531 33.4097C38.1324 33.8463 38.4367 34.1638 38.8534 34.1505C39.1841 34.1439 39.5744 33.9653 39.8059 33.7272C39.9779 33.5552 39.9779 33.165 39.9779 32.8739C39.9911 30.0033 39.9779 27.1326 39.9845 24.2619C39.9845 23.3822 39.9646 22.4958 39.9977 21.6161C40.0308 20.7694 40.5864 20.108 41.3735 19.8897C42.1077 19.6847 42.9412 19.9294 43.338 20.6239C43.5828 21.0539 43.7084 21.6095 43.715 22.1122C43.7415 27.6882 43.7349 33.2576 43.7283 38.8336C43.7283 39.3297 43.7812 39.7795 44.3302 39.9779C44.8527 40.1697 45.2232 39.9316 45.5803 39.5744C46.4601 38.6815 47.353 37.7951 48.246 36.9088C49.2778 35.8769 50.7529 35.8372 51.712 36.7765C52.5718 37.6165 52.6115 39.2702 51.5929 40.2028C50.5478 41.1685 49.5689 42.207 48.5635 43.219C48.1269 43.6622 48.0938 44.2046 48.4709 44.6279C48.8281 45.0248 49.4564 45.0578 49.8731 44.6477C51.0241 43.5167 52.1948 42.3988 53.273 41.2082C54.8208 39.495 54.6223 36.8228 52.9026 35.2287C51.2622 33.7074 48.6693 33.7735 47.0355 35.3742C46.6188 35.7843 46.1889 36.1878 45.6531 36.7037C45.6531 35.4999 45.6399 34.4746 45.6663 33.4494C45.6663 33.3105 45.8515 33.1385 45.9904 33.0525C48.3981 31.6437 50.8058 30.2215 53.2399 28.8523C55.6674 27.4898 57.3012 25.4856 57.8634 22.7869C58.0949 21.669 58.6241 21.12 59.5237 20.6636C59.947 20.4453 60.2976 20.3593 60.7804 20.5181C62.8111 21.1729 64.9542 20.2601 65.953 18.3948C66.8195 16.7677 66.5747 15.2265 65.6818 13.6919C63.4461 9.85553 61.2368 5.99929 58.9879 2.1695C58.7035 1.68003 58.2934 1.2104 57.837 0.88629C55.0721 -1.06498 51.5731 0.330672 50.8455 3.63792C50.7661 3.98848 49.5821 4.89467 49.2315 4.85498C49.1455 4.84837 49.0596 4.78222 48.9736 4.74915C48.16 4.41843 47.3729 4.00833 46.5328 3.77682C43.4108 2.90371 40.2755 2.10335 37.1469 1.24347C35.5462 0.800301 33.7603 1.30962 32.7086 2.57298C30.6977 4.98727 31.7495 8.54586 34.7524 9.47189C35.3411 9.65048 35.9364 9.80923 36.6376 10.0143L36.6442 10.0077Z' fill='white'/%3E%3Cpath d='M36.6444 10.0077C35.9433 9.80925 35.3479 9.64389 34.7593 9.4653C31.7563 8.53927 30.698 4.98729 32.7154 2.56639C33.7671 1.30302 35.553 0.793708 37.1537 1.23688C40.2757 2.09676 43.4176 2.89711 46.5397 3.77023C47.3797 4.00835 48.1668 4.41845 48.9804 4.74256C49.0664 4.77563 49.1458 4.84177 49.2384 4.84839C49.5889 4.88808 50.7795 3.98189 50.8523 3.63132C51.5799 0.324079 55.079 -1.06496 57.8438 0.879697C58.3002 1.20381 58.7103 1.67343 58.9947 2.16291C61.2437 5.99269 63.4529 9.84894 65.6886 13.6853C66.5816 15.2133 66.8197 16.7611 65.9598 18.3882C64.9676 20.2535 62.8179 21.1597 60.7873 20.5115C60.3044 20.3594 59.9538 20.4453 59.5305 20.657C58.6309 21.1134 58.1018 21.6624 57.8703 22.7803C57.308 25.479 55.6743 27.4832 53.2467 28.8457C50.8126 30.2149 48.4116 31.6371 45.9973 33.0459C45.8584 33.1319 45.6732 33.3039 45.6732 33.4428C45.6467 34.4681 45.6599 35.4933 45.6599 36.6971C46.2023 36.1746 46.6256 35.7777 47.0424 35.3676C48.6761 33.7669 51.2624 33.7008 52.9094 35.2221C54.6292 36.8096 54.8276 39.4885 53.2798 41.2016C52.2017 42.3988 51.0243 43.5101 49.88 44.6411C49.4633 45.0512 48.8349 45.0248 48.4777 44.6213C48.1007 44.198 48.1271 43.6556 48.5703 43.2124C49.5757 42.2004 50.5547 41.1619 51.5997 40.1962C52.6184 39.2569 52.5787 37.6099 51.7188 36.7699C50.7597 35.8306 49.2847 35.8769 48.2528 36.9022C47.3599 37.7885 46.4735 38.6749 45.5872 39.5678C45.2366 39.925 44.8662 40.1631 44.337 39.9713C43.788 39.7663 43.7351 39.3231 43.7351 38.827C43.7351 33.251 43.7483 27.6816 43.7219 22.1056C43.7219 21.6029 43.5962 21.0473 43.3449 20.6173C42.948 19.9228 42.108 19.6781 41.3804 19.8831C40.5932 20.1014 40.0376 20.7628 40.0045 21.6095C39.9715 22.4892 39.9913 23.3756 39.9913 24.2553C39.9913 27.126 39.9913 29.9967 39.9847 32.8674C39.9847 33.1584 39.9847 33.542 39.8127 33.7206C39.5812 33.9521 39.191 34.1307 38.8602 34.1439C38.4435 34.1572 38.1393 33.8397 38.0599 33.4031C38.0202 33.2047 38.04 32.993 38.04 32.788C38.04 28.6804 38.04 24.5662 38.04 20.4586C38.04 19.0563 36.9222 18.1964 35.639 18.5668C34.8188 18.805 34.3425 19.5259 34.3425 20.5776C34.3359 22.4165 34.3425 24.2553 34.3425 26.0941C34.3425 28.4423 34.3161 30.7838 34.3558 33.1319C34.369 33.8992 33.6083 34.3953 32.98 34.1043C32.5302 33.8992 32.3913 33.509 32.3979 33.0393C32.3979 31.3129 32.3979 29.5866 32.3979 27.8602C32.3979 25.8163 32.4177 23.7658 32.3847 21.7219C32.3648 20.2601 30.9559 19.387 29.6992 20.0286C29.0047 20.3858 28.6805 20.9811 28.6805 21.7749C28.6805 25.4128 28.6805 29.0574 28.6805 32.6954C28.6805 32.8806 28.6938 33.0724 28.6739 33.2576C28.6144 33.8331 28.1977 34.2167 27.6751 34.1903C27.1195 34.1638 26.769 33.8 26.769 33.1915C26.7623 30.2612 26.7623 27.3376 26.769 24.4074C26.769 23.8055 26.6499 23.2565 26.2067 22.8133C25.6643 22.2643 25.0095 22.099 24.2951 22.3437C23.5808 22.5884 23.1707 23.1374 23.0516 23.8783C23.0185 24.0965 23.0252 24.3281 23.0252 24.5529C23.0252 30.2414 23.0252 35.9232 23.0252 41.6117C23.0252 44.3964 24.1364 46.5792 26.4382 48.1402C26.8086 48.3915 26.9475 48.7157 26.9409 49.139C26.9409 49.774 26.9409 50.409 26.9409 51.0836H41.8698C41.8698 50.6405 41.8698 50.1841 41.8698 49.7211C41.8632 49.225 42.0418 48.8413 42.5114 48.6363C43.7417 48.0873 47.6773 44.1583 48.5835 43.2124C49.0995 42.6766 50.0123 42.3128 50.4422 42.7163C50.8854 43.1264 50.4422 44.1649 49.8998 44.6411C48.9341 45.4878 45.0051 49.2184 44.0195 50.0518C43.9203 50.1378 43.8145 50.2767 43.8079 50.3957C43.7814 50.8257 43.7682 51.2622 43.8079 51.6856C43.8277 51.8575 43.9732 52.0494 44.1121 52.1816C45.5607 53.5178 46.037 55.3566 45.3755 57.1425C44.7471 58.8292 43.0803 59.9735 41.1621 59.9801C36.6378 59.9934 32.1135 59.9934 27.5892 59.9801C25.7239 59.9801 24.0239 58.8292 23.4286 57.2285C22.7275 55.3434 23.1839 53.531 24.6589 52.1618C24.8375 51.9964 24.9434 51.7054 24.9897 51.4541C25.2079 50.2039 24.7648 49.311 23.7792 48.4246C21.8676 46.6916 21.0739 44.3699 21.054 41.8035C21.0342 38.4037 21.0408 35.0104 21.0607 31.6106C21.0607 31.1476 20.9085 30.883 20.5183 30.678C19.8833 30.3406 19.2615 29.9768 18.5273 29.5601C18.7125 30.2546 18.8713 30.8301 19.0102 31.4056C19.6584 34.1043 17.8659 36.5582 15.101 36.7699C13.163 36.9154 11.2977 35.6388 10.7619 33.714C9.8491 30.4266 8.96938 27.1392 8.11611 23.8386C7.93752 23.1374 7.89122 22.3966 7.8383 21.669C7.81184 21.3648 7.77877 21.1333 7.45466 21.0142C7.28268 20.948 7.12394 20.8356 6.97842 20.7232C6.56171 20.4123 6.15161 20.3726 5.62906 20.538C3.92914 21.0737 2.07708 20.452 0.985694 19.0695C-0.211528 17.5482 -0.323974 15.6895 0.701271 13.9102C1.9911 11.6679 3.30076 9.43884 4.59059 7.19653C4.84855 6.74675 5.21235 6.55493 5.70844 6.64753C6.14499 6.7269 6.42942 7.03117 6.44264 7.46111C6.44926 7.73892 6.35004 8.05641 6.20452 8.30777C4.98084 10.4376 3.75055 12.5609 2.50041 14.6775C1.7662 15.9277 1.79928 17.1381 2.61286 17.998C3.77701 19.2217 5.68859 19.0365 6.54848 17.5747C7.92429 15.253 9.26703 12.9114 10.6164 10.5765C11.5424 8.96921 12.4684 7.36189 13.3812 5.74796C14.1287 4.41845 13.745 2.99633 12.4552 2.26212C11.2778 1.59406 9.81603 2.04385 9.07521 3.30721C8.7974 3.77684 6.48233 7.84475 6.19791 8.30777C5.9201 8.75094 5.56953 8.71786 5.0999 8.51943C4.6435 8.32761 4.34585 7.66616 4.58397 7.20315C5.31157 5.77442 7.93752 1.03844 9.57791 0.357152C12.1245 -0.694551 15.0547 0.806938 15.5905 3.50565C15.6831 3.96866 15.941 4.16048 16.2784 4.43168C17.2375 5.19896 18.1503 5.13281 19.2814 4.7624C21.5766 4.01496 23.8718 4.34569 25.9752 5.50322C28.9914 7.17007 31.9547 8.93614 34.9577 10.6361C35.1231 10.7287 35.4207 10.7154 35.6059 10.6361C35.93 10.5038 36.2211 10.2789 36.651 10.0143L36.6444 10.0077ZM39.5415 18.5139C40.2824 18.2493 40.9438 18.0112 41.678 17.7466C41.6449 17.0521 41.2745 16.523 40.6263 16.1525C39.4423 15.4713 38.2517 14.8032 37.0677 14.1153C33.0726 11.8134 29.1039 9.4653 25.0823 7.21637C22.9326 6.01254 20.6638 6.05884 18.4347 7.09731C17.9254 7.33544 17.4954 7.36851 17.006 7.06424C16.49 6.74013 15.9477 6.46232 15.4053 6.15806C12.9116 10.4773 10.451 14.737 7.95736 19.0497C8.341 19.268 8.69157 19.4862 9.04875 19.6715C9.59775 19.9493 9.77635 20.366 9.78957 20.9877C9.80942 21.8939 9.89541 22.8199 10.1005 23.7063C10.4907 25.3996 10.9868 27.0731 11.4366 28.7598C11.8202 30.2083 12.184 31.6635 12.5941 33.1055C13.0505 34.7128 14.9092 35.3544 16.2519 34.3887C17.0457 33.8198 17.3764 32.8211 17.0986 31.776C16.748 30.4531 16.3842 29.1368 16.027 27.8139C15.908 27.3839 16.0403 27.0466 16.3908 26.7754C16.748 26.4976 17.1052 26.491 17.4822 26.7159C18.0643 27.0598 18.6464 27.3906 19.2351 27.7279C19.8105 28.0586 20.3926 28.3827 21.0408 28.7465C21.0408 28.4423 21.0408 28.2372 21.0408 28.0322C21.0408 26.7357 21.021 25.4393 21.0408 24.1495C21.0805 22.0924 22.5489 20.4652 24.5862 20.3329C25.3072 20.2866 26.048 20.5247 26.8153 20.6372C28.2572 17.8062 29.547 17.3299 32.8609 18.4742C32.8014 18.3023 32.7088 18.1303 32.5632 18.0443C31.7563 17.568 30.9295 17.1183 30.1291 16.6354C29.5404 16.2782 29.3751 15.7292 29.6595 15.2596C29.977 14.7437 30.5326 14.6378 31.1345 14.9818C32.1267 15.5506 33.1056 16.1393 34.111 16.6817C34.3227 16.7942 34.6204 16.7677 34.8783 16.7545C35.5464 16.7214 36.2211 16.5494 36.8693 16.6222C38.0797 16.7611 38.9396 17.5085 39.5283 18.5007L39.5415 18.5139ZM45.6533 30.9293C45.8518 30.8499 45.951 30.8169 46.0436 30.7639C48.0874 29.5866 50.1181 28.3827 52.1818 27.2252C54.6358 25.856 55.9587 23.7658 56.2233 20.9944C56.2696 20.5181 56.4614 20.194 56.8847 19.9691C57.4337 19.6715 57.9629 19.3341 58.5185 19.0034C56.0182 14.6709 53.5576 10.4112 51.0772 6.11837C50.7266 6.3168 50.4091 6.47555 50.1181 6.67399C49.4963 7.10393 48.9341 7.02455 48.2991 6.6343C47.6707 6.25066 46.963 5.95962 46.2619 5.7215C45.3954 5.42385 44.4958 5.22541 43.6094 4.98729C41.2018 4.34569 38.8007 3.69085 36.3864 3.08894C35.5133 2.87066 34.7593 3.18815 34.1772 3.87606C33.615 4.54412 33.4694 5.3114 33.7671 6.13821C34.0515 6.93195 34.627 7.43465 35.4472 7.64632C36.7304 7.98366 38.0268 8.28792 39.2968 8.69141C39.6341 8.79724 39.9913 9.14119 40.1434 9.47191C40.3485 9.91508 40.0508 10.2921 39.6474 10.5368C39.4225 10.6758 39.1976 10.808 38.9727 10.9403C38.4303 11.2578 37.8879 11.5753 37.2926 11.9259C37.4447 12.0317 37.5241 12.1045 37.6167 12.1574C38.9132 12.9114 40.203 13.6655 41.506 14.4129C42.862 15.1934 43.6227 16.3311 43.669 17.9186C43.669 18.0972 43.7417 18.3618 43.874 18.4412C45.2498 19.3341 45.6864 20.6438 45.6732 22.2114C45.6467 24.8969 45.6665 27.5758 45.6665 30.2612V30.9293H45.6533ZM52.6581 4.47798C52.8234 4.92776 52.9293 5.41062 53.1541 5.82733C53.7693 6.96502 54.4374 8.06964 55.0856 9.18749C56.673 11.9259 58.2738 14.6577 59.8414 17.4093C60.5425 18.6396 61.9845 19.1489 63.2016 18.5205C64.4186 17.8922 64.9081 16.3774 64.2268 15.1405C63.4 13.6324 62.5203 12.1508 61.6538 10.6559C60.2052 8.1424 58.7566 5.62228 57.2882 3.12201C56.7194 2.15629 55.5817 1.73958 54.5101 2.05046C53.432 2.36134 52.7374 3.3006 52.6448 4.47798H52.6581ZM34.3624 58.0355C35.209 58.0355 36.0491 58.0355 36.8957 58.0355C38.3377 58.0355 39.7863 58.0553 41.2282 58.0289C42.3262 58.009 43.1332 57.4666 43.5433 56.4546C43.9468 55.4558 43.7087 54.5364 42.9546 53.7691C42.3924 53.2003 41.6582 53.068 40.8843 53.068C36.5518 53.068 32.2259 53.068 27.8934 53.068C27.6685 53.068 27.4436 53.068 27.2187 53.1011C26.253 53.24 25.5453 53.7493 25.2013 54.6687C24.5796 56.3223 25.7503 58.0024 27.5627 58.0222C29.8315 58.0487 32.1002 58.0222 34.369 58.0289L34.3624 58.0355Z' fill='black'/%3E%3Cpath d='M52.6577 4.47801C52.7437 3.30724 53.4382 2.36799 54.523 2.05049C55.5879 1.73961 56.7322 2.14971 57.3011 3.12204C58.7695 5.62893 60.2115 8.14243 61.6666 10.6559C62.5265 12.1508 63.4063 13.6325 64.2397 15.1406C64.921 16.3709 64.4315 17.8922 63.2144 18.5206C61.9974 19.1489 60.5554 18.6462 59.8543 17.4093C58.2866 14.6577 56.6859 11.9259 55.0985 9.18752C54.4502 8.06967 53.7822 6.96505 53.167 5.82736C52.9421 5.41065 52.8297 4.92779 52.6709 4.47801H52.6577Z' fill='white'/%3E%3Cpath d='M34.3624 58.0354C32.0936 58.0354 29.8248 58.0553 27.5561 58.0288C25.7437 58.009 24.5729 56.3355 25.1947 54.6753C25.5386 53.7559 26.2464 53.2466 27.2121 53.1077C27.4304 53.0746 27.6619 53.0746 27.8868 53.0746C32.2193 53.0746 36.5451 53.0746 40.8776 53.0746C41.6515 53.0746 42.3791 53.2003 42.948 53.7757C43.702 54.5364 43.9401 55.4558 43.5367 56.4612C43.1266 57.4798 42.3196 58.0156 41.2216 58.0354C39.7796 58.0619 38.3377 58.0421 36.8891 58.0421C36.0424 58.0421 35.2024 58.0421 34.3557 58.0421L34.3624 58.0354Z' fill='white'/%3E%3Cpath d='M40.9635 57.3608C41.9608 57.3608 42.7692 56.5524 42.7692 55.5551C42.7692 54.5578 41.9608 53.7493 40.9635 53.7493C39.9662 53.7493 39.1577 54.5578 39.1577 55.5551C39.1577 56.5524 39.9662 57.3608 40.9635 57.3608Z' fill='%23231F20'/%3E%3Cpath d='M55.3961 6.63434C56.3934 6.63434 57.2018 5.82587 57.2018 4.82858C57.2018 3.83129 56.3934 3.02283 55.3961 3.02283C54.3988 3.02283 53.5903 3.83129 53.5903 4.82858C53.5903 5.82587 54.3988 6.63434 55.3961 6.63434Z' fill='%23231F20'/%3E%3Cpath d='M4.379 17.998C5.37629 17.998 6.18475 17.1896 6.18475 16.1923C6.18475 15.195 5.37629 14.3865 4.379 14.3865C3.38171 14.3865 2.57324 15.195 2.57324 16.1923C2.57324 17.1896 3.38171 17.998 4.379 17.998Z' fill='%23231F20'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_182_1523'%3E%3Crect width='66.4954' height='60' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.ii-second-tab-image{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='61' viewBox='0 0 55 61' fill='none'%3E%3Cg clip-path='url(%23clip0_182_1533)'%3E%3Cpath d='M3.24571 54.2603C3.24571 55.2474 3.24571 56.1747 3.24571 57.1094C3.24571 59.4874 4.49571 60.7363 6.89028 60.7363C14.1343 60.7363 21.3707 60.7363 28.6147 60.7288C36.19 60.7288 43.7653 60.7288 51.3406 60.7288C53.4942 60.7288 54.812 59.4351 54.812 57.3188C54.812 39.4315 54.812 21.5442 54.812 3.65686C54.812 3.32783 54.8044 2.98384 54.7216 2.66976C54.3376 1.11434 53.1026 0.231943 51.3632 0.231943C40.5349 0.231943 29.7065 0.231943 18.8707 0.231943C14.9701 0.231943 11.062 0.314201 7.16137 0.194553C4.55595 0.112295 3.0198 1.74997 3.23818 4.14293C3.29842 4.80099 3.25324 5.47401 3.23818 6.14702C3.23818 6.3265 3.20052 6.49849 3.17793 6.70787C2.43998 6.70787 1.77733 6.70787 1.10715 6.70787C0.557452 6.70787 0.241187 7.00699 0.196007 7.5454C0.158356 8.01652 0.519802 8.37546 1.0695 8.41285C1.58908 8.44276 2.12372 8.45024 2.6433 8.41285C3.11769 8.38294 3.26077 8.55493 3.25324 9.01857C3.23065 10.6263 3.24571 12.2266 3.23818 13.8344C3.23818 13.9914 3.20052 14.1559 3.17793 14.3504C2.44751 14.3504 1.74721 14.298 1.0695 14.3728C0.790886 14.4027 0.444501 14.6345 0.301428 14.8813C0.188477 15.0757 0.226127 15.5169 0.38426 15.6665C0.610163 15.8833 0.986669 16.018 1.31799 16.0479C1.93546 16.1077 2.56046 16.0628 3.20806 16.0628V21.9704C2.56046 21.9704 1.95052 21.9704 1.34812 21.9704C0.610163 21.9704 0.203537 22.277 0.196007 22.8304C0.196007 23.3838 0.602633 23.6978 1.33305 23.7053C1.95052 23.7053 2.56799 23.7053 3.19299 23.7053V29.598C2.50775 29.598 1.88275 29.598 1.25022 29.598C0.580043 29.6054 0.180946 29.9569 0.196007 30.4878C0.211067 30.9963 0.595103 31.3254 1.23516 31.3329C1.88275 31.3403 2.53034 31.3329 3.20806 31.3329V37.2255C2.58306 37.2255 2.00324 37.2255 1.41589 37.2255C0.617693 37.2255 0.203537 37.5246 0.196007 38.0855C0.188477 38.6538 0.602633 38.9604 1.38577 38.9679C1.98818 38.9679 2.58305 38.9679 3.20052 38.9679V44.8829C2.50022 44.8829 1.85263 44.868 1.20504 44.8829C0.564983 44.9054 0.180946 45.2568 0.196007 45.7579C0.211067 46.2738 0.595103 46.5879 1.23516 46.5954C1.88275 46.6029 2.52281 46.5954 3.20052 46.5954V52.5254C2.53034 52.5254 1.90534 52.518 1.28034 52.5254C0.572513 52.5404 0.188477 52.847 0.188477 53.3779C0.188477 53.9163 0.580043 54.2304 1.27281 54.2379C1.89781 54.2379 2.52281 54.2379 3.24571 54.2379V54.2603Z' stroke='black' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M3.24571 54.2602C2.52281 54.2602 1.89781 54.2602 1.27281 54.2602C0.580043 54.2602 0.196007 53.9387 0.188477 53.4003C0.188477 52.8693 0.572513 52.5627 1.28034 52.5478C1.90534 52.5403 2.53034 52.5478 3.20052 52.5478V46.6177C2.52281 46.6177 1.87522 46.6177 1.23516 46.6177C0.595103 46.6102 0.211067 46.2887 0.196007 45.7802C0.180946 45.2717 0.564983 44.9202 1.20504 44.9053C1.85263 44.8828 2.50022 44.9053 3.20052 44.9053V38.9902C2.59058 38.9902 1.98818 38.9902 1.38577 38.9902C0.602633 38.9902 0.180946 38.6761 0.196007 38.1078C0.203537 37.5469 0.617693 37.2553 1.41589 37.2478C2.00324 37.2478 2.58306 37.2478 3.20805 37.2478V31.3552C2.52281 31.3552 1.87522 31.3627 1.23516 31.3552C0.595103 31.3477 0.211067 31.0187 0.196007 30.5102C0.180946 29.9717 0.587573 29.6278 1.25022 29.6203C1.87522 29.6128 2.50775 29.6203 3.19299 29.6203V23.7276C2.57552 23.7276 1.95052 23.7276 1.33305 23.7276C0.595103 23.7276 0.188477 23.3986 0.196007 22.8527C0.196007 22.2993 0.602633 22.0002 1.34811 21.9927C1.95805 21.9927 2.56046 21.9927 3.20805 21.9927V16.0851C2.56046 16.0851 1.92793 16.13 1.31799 16.0702C0.994199 16.0403 0.610163 15.9057 0.38426 15.6888C0.233657 15.5393 0.188477 15.0906 0.301428 14.9036C0.444501 14.6643 0.790886 14.425 1.0695 14.3951C1.75474 14.3203 2.44751 14.3727 3.17793 14.3727C3.20052 14.1708 3.23818 14.0137 3.23818 13.8567C3.23818 12.2489 3.22311 10.6487 3.25324 9.04089C3.25324 8.57726 3.11769 8.40526 2.6433 8.43518C2.12372 8.47257 1.59661 8.45761 1.0695 8.43518C0.512272 8.40526 0.150826 8.04632 0.196007 7.56773C0.241187 7.02932 0.549922 6.73768 1.10715 6.7302C1.77733 6.7302 2.44751 6.7302 3.17793 6.7302C3.20052 6.52081 3.23818 6.34882 3.23818 6.16935C3.23818 5.50381 3.29089 4.83079 3.23818 4.16525C3.0198 1.74987 4.55595 0.112188 7.16137 0.186968C11.062 0.306616 14.9701 0.224358 18.8707 0.224358C29.699 0.224358 40.5273 0.224358 51.3632 0.224358C53.1102 0.224358 54.3376 1.10676 54.7216 2.66218C54.8044 2.98373 54.812 3.32024 54.812 3.64927C54.812 21.5366 54.812 39.4239 54.812 57.3112C54.812 59.4275 53.4867 60.7212 51.3406 60.7212C43.7653 60.7212 36.19 60.7212 28.6147 60.7212C21.3707 60.7212 14.1343 60.7212 6.89028 60.7287C4.50323 60.7287 3.25324 59.4798 3.24571 57.1018C3.24571 56.1671 3.24571 55.2398 3.24571 54.2527V54.2602ZM18.0273 30.4578C18.0273 39.6931 18.0273 48.9209 18.0273 58.1562C18.0273 58.7146 18.311 58.9938 18.8782 58.9938C29.6011 58.9938 40.324 58.9938 51.0469 58.9938C52.6433 58.9938 53.0725 58.575 53.0725 57.0121C53.0725 39.3192 53.0725 21.6263 53.0725 3.92596C53.0725 2.39297 52.6358 1.95925 51.0846 1.95925C40.3391 1.95925 29.6011 1.95925 18.8556 1.95925C18.3034 1.95925 18.0273 2.2459 18.0273 2.81922C18.0273 12.0321 18.0273 21.245 18.0273 30.4578ZM5.01528 46.6177C5.01528 48.5321 5.00775 50.3492 5.03034 52.1589C5.03034 52.286 5.28637 52.5104 5.4445 52.5253C5.96408 52.5702 6.49119 52.5328 7.0183 52.5478C7.68848 52.5627 8.05745 52.8693 8.06498 53.3778C8.08004 53.9162 7.68095 54.2527 7.00324 54.2602C6.36317 54.2677 5.71558 54.2602 5.00775 54.2602C5.00775 55.3296 5.00022 56.3092 5.00775 57.2813C5.02281 58.4554 5.56498 58.9788 6.7698 58.9788C9.70655 58.9788 12.6433 58.9788 15.5876 58.9788C15.7909 58.9788 15.9942 58.9564 16.2126 58.9489V2.04151C16.0996 2.01907 16.0394 1.98916 15.9791 1.98916C12.809 1.98916 9.63878 1.98168 6.4686 1.98916C5.64781 1.98916 5.07552 2.5201 5.03034 3.35015C4.97763 4.32977 5.01528 5.30938 5.00022 6.289C5.00022 6.64046 5.17342 6.70776 5.47462 6.70029C6.00173 6.68533 6.52131 6.69281 7.04842 6.70029C7.68095 6.71524 8.06498 7.05175 8.05745 7.56773C8.05745 8.06128 7.69601 8.38283 7.08607 8.41274C6.58155 8.43518 6.07703 8.44265 5.57251 8.41274C5.13577 8.39031 4.98516 8.53987 4.99269 8.98107C5.01528 10.1476 5.00022 11.3142 5.00022 12.4808C5.00022 13.079 5.00022 13.6772 5.00022 14.3503C5.79842 14.3503 6.50625 14.3353 7.21408 14.3503C7.70354 14.3652 8.06498 14.6643 8.0198 15.128C7.99721 15.4271 7.70354 15.7561 7.44751 15.973C7.28938 16.1076 6.96558 16.0627 6.71709 16.0627C6.15986 16.0702 5.60263 16.0627 5.03034 16.0627V21.9703C5.68546 21.9703 6.31046 21.9703 6.93546 21.9703C7.65836 21.9703 8.07251 22.3068 8.04992 22.8602C8.03486 23.3837 7.63577 23.6977 6.94299 23.7052C6.31799 23.7127 5.69299 23.7052 5.0454 23.7052V29.5979C5.71558 29.5979 6.34058 29.5979 6.97311 29.5979C7.65083 29.6053 8.05745 29.9344 8.05745 30.4653C8.05745 30.9962 7.65836 31.3327 6.98065 31.3402C6.34058 31.3477 5.69299 31.3402 5.06046 31.3402V37.2329C5.74571 37.2329 6.37071 37.2254 7.00324 37.2329C7.67342 37.2478 8.08004 37.5918 8.06498 38.1227C8.04992 38.6312 7.65836 38.9528 7.0183 38.9603C6.3707 38.9678 5.73064 38.9603 5.05293 38.9603V44.8754C5.76077 44.8754 6.43095 44.8529 7.0936 44.8754C7.70354 44.8978 8.06498 45.2418 8.06498 45.7278C8.06498 46.2438 7.67342 46.5803 7.04842 46.5878C6.40083 46.5953 5.75324 46.5878 5.01528 46.5878V46.6177Z' fill='black' stroke='black' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M5.01504 46.6178C5.753 46.6178 6.40059 46.6252 7.04818 46.6178C7.68071 46.6103 8.06474 46.2663 8.06474 45.7578C8.06474 45.2717 7.7033 44.9277 7.09336 44.9053C6.43071 44.8829 5.76053 44.9053 5.0527 44.9053V38.9902C5.73041 38.9902 6.378 38.9902 7.01806 38.9902C7.65812 38.9827 8.04215 38.6612 8.06474 38.1527C8.0798 37.6217 7.68071 37.2703 7.003 37.2628C6.378 37.2553 5.74547 37.2628 5.06023 37.2628V31.3702C5.69276 31.3702 6.34035 31.3702 6.98041 31.3702C7.65812 31.3627 8.05721 31.0262 8.05721 30.4952C8.05721 29.9643 7.65059 29.6353 6.97288 29.6278C6.34788 29.6278 5.72288 29.6278 5.04517 29.6278V23.7351C5.70029 23.7351 6.31776 23.7351 6.94276 23.7351C7.63553 23.7277 8.03462 23.4211 8.04968 22.8901C8.06474 22.3368 7.65059 22.0077 6.93523 22.0003C6.31023 22.0003 5.68523 22.0003 5.03011 22.0003V16.0927C5.60239 16.0927 6.15962 16.1001 6.71685 16.0927C6.96535 16.0927 7.28914 16.13 7.44727 16.0029C7.7033 15.7861 7.98944 15.4645 8.01956 15.1579C8.05721 14.7017 7.69577 14.3951 7.21384 14.3802C6.50601 14.3578 5.79818 14.3802 4.99998 14.3802C4.99998 13.7072 4.99998 13.1089 4.99998 12.5107C4.99998 11.3441 5.01505 10.1776 4.99245 9.01101C4.98492 8.56981 5.13553 8.42025 5.57227 8.44268C6.07679 8.47259 6.58131 8.46511 7.08583 8.44268C7.7033 8.42025 8.05721 8.09869 8.05721 7.59767C8.05721 7.08169 7.68071 6.74518 7.04818 6.73022C6.52107 6.72275 6.00149 6.71527 5.47438 6.73022C5.17318 6.73022 4.99245 6.6704 4.99998 6.31893C5.01504 5.33932 4.97739 4.3597 5.03011 3.38009C5.07529 2.55003 5.64758 2.0191 6.46836 2.0191C9.63854 2.00414 12.8087 2.0191 15.9789 2.0191C16.0391 2.0191 16.0994 2.04153 16.2123 2.07144V58.9789C15.994 58.9938 15.7906 59.0088 15.5873 59.0088C12.6506 59.0088 9.71384 59.0088 6.76956 59.0088C5.56474 59.0088 5.02258 58.4928 5.00751 57.3113C4.99245 56.3391 5.00751 55.3595 5.00751 54.2902C5.71535 54.2902 6.35541 54.2902 7.003 54.2902C7.68071 54.2827 8.0798 53.9462 8.06474 53.4078C8.04968 52.8918 7.68071 52.5927 7.01806 52.5777C6.49095 52.5627 5.96384 52.6001 5.44426 52.5553C5.29366 52.5403 5.03011 52.316 5.03011 52.1888C4.99998 50.3792 5.01504 48.5695 5.01504 46.6477V46.6178Z' fill='white' stroke='black' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M35.5498 34.6455C32.2139 34.6455 28.8781 34.6455 25.5423 34.6455C24.4956 34.6455 24.2998 34.4436 24.2847 33.3966C24.2621 31.744 24.2847 30.1138 25.0754 28.5808C26.4685 25.8588 29.4203 24.1913 32.47 24.4754C32.726 24.4978 32.982 24.6399 33.2154 24.7671C34.5859 25.5298 36.0543 25.7168 37.4248 24.969C38.6673 24.2885 39.8796 24.3857 41.1221 24.6923C44.5408 25.5448 46.7546 28.4014 46.8224 32.0132C46.8299 32.4918 46.8224 32.9704 46.8224 33.449C46.8148 34.3912 46.5664 34.638 45.6251 34.638C42.2667 34.638 38.9082 34.638 35.5573 34.638L35.5498 34.6455ZM45.0227 32.933C45.4444 29.9493 43.7727 27.2572 41.0167 26.4272C40.0528 26.1355 39.1191 26.0607 38.11 26.5543C36.3856 27.3993 34.5633 27.3544 32.8389 26.487C32.0935 26.1131 31.3781 26.128 30.6477 26.2851C27.8992 26.8534 26.0694 29.1192 26.0091 31.9683C25.9941 32.6065 26.3003 32.9255 26.9278 32.9255C32.6959 32.9255 38.4639 32.9255 44.2395 32.9255H45.0227V32.933Z' fill='black' stroke='black' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M35.1585 10.0579C38.0576 10.0654 40.0756 11.374 40.9943 13.6997C42.0033 16.2572 41.8377 18.7324 40.1434 20.9683C37.666 24.2436 33.2985 24.1838 30.8437 20.886C29.0741 18.5006 29.0064 14.9261 30.7232 12.5032C31.8979 10.8431 33.5395 10.0729 35.1585 10.0654V10.0579ZM39.8723 16.6311C39.8121 16.16 39.7895 15.6739 39.6765 15.2177C39.2473 13.5202 38.3061 12.249 36.4988 11.8825C34.782 11.5386 33.2835 11.9872 32.2067 13.4305C30.7458 15.3972 30.9491 18.5155 32.6208 20.3102C34.3603 22.1797 37.041 22.0825 38.6524 20.1008C39.4732 19.0913 39.8723 17.9322 39.8799 16.6311H39.8723Z' fill='black' stroke='black' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M35.5497 47.1187C31.2726 47.1187 26.988 47.1187 22.7109 47.1187C22.5226 47.1187 22.3268 47.1337 22.1461 47.1038C21.6642 47.029 21.3856 46.7299 21.378 46.2588C21.363 45.8101 21.6341 45.5184 22.0783 45.4212C22.2817 45.3764 22.4925 45.3838 22.7033 45.3838C31.5588 45.3838 39.5332 45.3838 48.3811 45.3838C48.4413 45.3838 48.5091 45.3838 48.5693 45.3838C49.3073 45.3988 49.7289 45.7054 49.7289 46.2438C49.7289 46.7822 49.3073 47.1112 48.5844 47.1112C44.2395 47.1112 39.9021 47.1112 35.5573 47.1112L35.5497 47.1187Z' fill='black' stroke='black' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M35.6026 40.8447C39.8421 40.8447 44.074 40.8447 48.3135 40.8447C48.5243 40.8447 48.7352 40.8372 48.946 40.8597C49.4129 40.9045 49.6764 41.1962 49.7141 41.6299C49.7442 42.0636 49.5258 42.4001 49.074 42.5048C48.8556 42.5572 48.6147 42.5721 48.3888 42.5721C39.827 42.5721 31.2728 42.5721 22.7111 42.5721C22.5831 42.5721 22.455 42.5721 22.3346 42.5721C21.7171 42.5123 21.3331 42.1459 21.3707 41.6374C21.4008 41.1513 21.7773 40.8522 22.3948 40.8522C26.7999 40.8522 31.205 40.8522 35.6102 40.8522L35.6026 40.8447Z' fill='black' stroke='black' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M45.0229 32.933H44.2397C38.4717 32.933 32.7036 32.933 26.928 32.933C26.3005 32.933 25.9943 32.614 26.0093 31.9758C26.0696 29.1267 27.8994 26.8609 30.6479 26.2926C31.3783 26.143 32.0937 26.1206 32.8391 26.4945C34.5635 27.3619 36.3858 27.3993 38.1102 26.5618C39.1193 26.0682 40.053 26.143 41.0168 26.4347C43.7729 27.2647 45.4446 29.9568 45.0229 32.9405V32.933Z' fill='white' stroke='black' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M39.8724 16.631C39.8724 17.9397 39.4658 19.0913 38.645 20.1008C37.0336 22.0825 34.3528 22.1797 32.6134 20.3102C30.9417 18.5155 30.7384 15.3897 32.1992 13.4305C33.276 11.9872 34.7745 11.5311 36.4914 11.8825C38.2986 12.2489 39.2399 13.5202 39.6691 15.2177C39.7896 15.6739 39.8046 16.1599 39.8649 16.631H39.8724Z' fill='white' stroke='black' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M31.1224 51.7252C28.2534 51.7252 25.3844 51.7252 22.5155 51.7252C22.3874 51.7252 22.2594 51.7401 22.1389 51.7102C21.8152 51.6354 21.6344 51.3363 21.6194 50.8652C21.6118 50.4165 21.7926 50.1249 22.0862 50.0277C22.2218 49.9828 22.3648 49.9903 22.5079 49.9903C28.4417 49.9903 33.788 49.9903 39.7218 49.9903C39.767 49.9903 39.8046 49.9903 39.8498 49.9903C40.3468 50.0052 40.6254 50.3118 40.6254 50.8502C40.6254 51.3887 40.3392 51.7177 39.8573 51.7177C36.9432 51.7177 34.0365 51.7177 31.1224 51.7177V51.7252Z' fill='black' stroke='black' stroke-width='0.5' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_182_1533'%3E%3Crect width='55' height='60.9231' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.ii-third-tab-image{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='44' viewBox='0 0 72 44' fill='none'%3E%3Cg clip-path='url(%23clip0_182_1546)'%3E%3Cpath d='M17.1648 4.91727C17.8974 5.24296 18.5593 5.60697 19.2598 5.83048C19.8317 6.01568 20.4486 6.10508 21.0463 6.13063C22.8264 6.20726 24.6193 6.18172 26.3995 6.30305C27.5305 6.37968 28.6487 6.6479 29.7669 6.85225C29.9404 6.88418 30.0818 7.03106 30.2488 7.10131C30.8915 7.35675 31.1807 6.80755 31.5791 6.51379C32.2282 6.02206 32.8451 5.47286 33.5327 5.03861C33.8797 4.8151 34.3489 4.72569 34.7794 4.68738C36.3989 4.53411 37.9798 4.80233 39.5414 5.21103C39.8241 5.28767 46.2762 6.21365 46.5268 6.33498C46.8739 6.50102 46.2441 6.87141 46.3919 7.19072C46.5076 7.43977 46.4304 8.12947 46.2248 8.34659C46.2248 8.34659 45.338 8.28912 44.7853 8.05283C44.2391 7.82294 38.7509 7.06299 38.1533 6.96082C37.4078 6.8331 36.6624 6.67983 35.9105 6.60958C34.7152 6.50741 33.8605 7.1971 33.0315 7.9315C31.2514 9.51524 29.4905 11.1309 27.659 12.6508C26.4894 13.6215 25.1977 14.4517 23.9639 15.3457C23.7646 15.4926 23.5847 15.665 23.3855 15.8119C23.0128 16.0801 23.077 16.3994 23.3469 16.6485C24.2852 17.4914 25.3584 17.9065 26.6629 17.7086C28.7129 17.3956 30.3324 16.2781 31.9069 15.052C32.4017 14.6688 32.9286 14.3303 33.4556 14.0046C34.1818 13.5576 34.908 13.762 35.512 14.2026C36.2061 14.7071 36.7523 15.4224 37.4657 15.8885C38.6353 16.6485 39.8241 17.4404 41.1223 17.9385C42.7417 18.5579 44.4897 18.7176 46.2377 18.5388C46.4497 18.5196 46.6618 18.4174 46.8739 18.3663C47.5743 18.1875 47.9985 18.7176 48.4612 19.0496C49.9007 20.0778 51.2952 21.1698 52.709 22.2299C53.9043 23.124 55.106 24.018 56.3078 24.8993C56.4106 24.9759 56.6227 25.027 56.7126 24.9695C58.1521 24.0755 59.5788 23.1623 61.0247 22.2427C59.1033 17.2679 57.1882 12.3187 55.241 7.28651C54.7847 7.40146 54.3028 7.44616 53.8915 7.64413C52.0471 8.5254 50.1192 8.92773 48.082 8.65951C46.9703 8.51263 45.8714 8.28273 44.7724 8.05283C44.3354 7.96343 44.0912 7.4717 44.1555 6.96082C44.1941 6.6032 44.676 6.12424 45.0488 6.1434C45.5372 6.16894 46.0256 6.27751 46.514 6.3286C47.7221 6.45632 48.9367 6.67344 50.1449 6.64151C50.8711 6.62235 51.5908 6.20726 52.317 5.97736C53.0239 5.75385 53.7372 5.53034 54.4955 5.29405C54.4955 5.10886 54.4955 4.92366 54.4955 4.74485C54.5084 3.70392 55.0932 2.97591 56.0957 2.62468C57.2332 2.22874 58.3321 1.73063 59.4631 1.33469C60.395 1.009 61.3461 0.728015 62.31 0.491731C63.049 0.306535 63.9873 1.1495 64.2636 1.83919C64.8099 3.20581 65.3433 4.57243 65.8895 5.93905C66.2558 6.87141 68.3122 12.357 68.6785 13.283C68.8649 13.7556 69.7582 16.1568 69.2505 16.3483C68.8456 16.5016 67.5025 16.0865 67.3162 15.6267C66.9563 14.7518 64.3343 7.79101 64.0001 6.90973C63.5182 5.65167 63.049 4.39362 62.5542 3.14195C62.4193 2.79071 62.2008 2.50973 61.7381 2.7077C61.2175 2.92482 60.697 3.12279 60.17 3.32076C59.5145 3.56343 58.8591 3.79971 58.2036 4.04877C57.7152 4.23397 57.2267 4.41278 56.7576 4.63629C56.6677 4.6746 56.6034 4.93005 56.6484 5.045C57.1047 6.2328 57.5931 7.40145 58.0493 8.58288C58.4606 9.65574 58.8205 10.7541 59.2382 11.827C59.6431 12.8807 60.1058 13.9152 60.5235 14.9689C60.8191 15.7161 61.0826 16.4761 61.3589 17.236C61.6674 18.079 61.9694 18.9283 62.2907 19.7649C62.5992 20.5631 62.9462 21.3486 63.2547 22.1469C63.531 22.8749 63.6853 22.9132 64.4307 22.5875C65.3047 22.2044 66.2108 21.8978 67.0977 21.553C67.7853 21.2848 68.4665 20.9974 69.2441 20.6781C69.1284 20.2758 69.0448 19.8607 68.8906 19.4647C68.3829 18.1811 67.8303 16.9167 67.329 15.6267C67.0848 15.0009 66.8663 14.3495 66.7314 13.6917C66.635 13.2064 66.982 12.8488 67.4254 12.7083C67.9588 12.5359 68.505 12.8105 68.6914 13.2894C69.2441 14.7071 69.7646 16.1312 70.3173 17.5489C70.6386 18.3663 71.0242 19.1646 71.3198 19.9948C71.6732 20.9974 71.0949 22.2427 69.8931 22.6833C69.0641 22.9898 68.2351 23.3028 67.4126 23.6221C66.5707 23.9414 65.7417 24.2862 64.8934 24.58C64.4693 24.7269 64.0194 24.8673 63.576 24.8801C63.2033 24.8865 62.7406 24.7971 62.4578 24.5736C61.9309 24.1585 61.5131 24.3948 61.0954 24.6502C60.1829 25.2122 59.3346 25.8891 58.3899 26.3872C57.818 26.6874 57.8437 27.0642 58.0236 27.4601C58.4542 28.3988 58.1329 29.2673 57.7923 30.1039C57.2717 31.3748 56.2114 32.1219 54.939 32.4795C54.322 32.6583 53.6151 32.5115 52.9532 32.5115C52.3427 35.2192 50.5883 36.375 47.8892 36.2984C47.7671 37.6714 47.1759 38.7634 46.0513 39.517C44.9074 40.2833 43.6543 40.4046 42.3626 40.0406C42.0412 40.6665 41.7906 41.3753 41.36 41.9501C40.1198 43.6041 38.6031 43.8659 36.8102 43.3997C35.949 43.1762 35.1779 42.5184 34.4388 41.9692C34.0597 41.6882 33.8476 41.7329 33.6227 42.0331C32.9672 42.9144 32.1446 43.6041 31.0843 43.8914C30.1974 44.1341 29.3106 43.9808 28.4623 43.5594C27.177 42.9208 26.6565 41.7777 26.3095 40.5068C26.2966 40.4557 26.2709 40.411 26.2324 40.3216C25.2684 40.443 24.4201 40.162 23.6425 39.5681C22.8457 38.955 22.4408 38.1248 22.2159 37.2116C22.1195 36.8285 21.9588 36.7327 21.6311 36.739C20.5772 36.7518 19.6582 36.3687 19.0348 35.5512C18.5464 34.9126 18.2315 34.1399 17.7945 33.3353C14.1765 32.8882 13.0904 30.1039 14.3821 27.3388C13.1804 26.5597 11.9722 25.7742 10.7641 24.9951C10.4428 24.7843 10.1022 24.5991 9.79371 24.3692C9.41455 24.0882 9.08681 24.1202 8.63054 24.2671C8.11 24.4331 7.45451 24.4586 6.9404 24.2862C5.52017 23.8136 4.11922 23.2708 2.76969 22.6322C1.95996 22.2491 0.957449 22.1341 0.430487 21.272C0.0577573 20.6589 -0.147887 20.0331 0.192711 19.2923C0.648983 18.2961 1.00886 17.2552 1.42015 16.2398C1.87642 15.1286 2.3584 14.0302 2.80824 12.9126C3.21953 11.8972 3.59226 10.8691 4.00355 9.85371C4.44054 8.77446 4.90967 7.7016 5.34666 6.62235C5.75795 5.60697 6.15638 4.5852 6.55482 3.56982C6.86328 2.78433 7.06893 1.93498 7.4995 1.21974C8.04574 0.306535 9.0354 -0.344844 10.3207 0.229902C11.3746 0.696085 12.4864 1.03455 13.5596 1.45603C14.4078 1.79449 15.2561 2.15211 16.0787 2.55443C16.792 2.90566 17.2483 3.45487 17.1776 4.3106C17.1583 4.50857 17.1776 4.71292 17.1776 4.93005L17.1648 4.91727ZM28.8993 9.01074C28.88 8.95327 28.8608 8.89579 28.835 8.84471C28.3981 8.72976 27.9675 8.53817 27.5241 8.50624C25.0949 8.35937 22.6657 8.28273 20.2366 8.12308C19.6132 8.08476 18.9898 7.86764 18.3922 7.67606C17.8845 7.51002 17.4154 7.23542 16.9013 7.06938C16.7278 7.01191 16.3679 7.08854 16.31 7.20349C15.9823 7.86125 15.7252 8.55095 15.4425 9.22787C15.1019 10.0581 14.7677 10.8819 14.4271 11.712C14.1058 12.4975 13.7716 13.2766 13.4503 14.0557C13.0969 14.9179 12.7563 15.7864 12.4028 16.6421C12.0879 17.4084 11.7602 18.1684 11.4453 18.9283C11.1818 19.5669 10.9633 20.2375 10.6484 20.8505C10.1793 21.7701 10.1857 22.0703 10.8412 22.5045C12.3578 23.5135 13.8809 24.5097 15.3847 25.5379C15.6931 25.7486 15.9116 25.6337 16.0916 25.4357C16.4964 24.9887 16.8627 24.5161 17.2419 24.0499C17.7303 23.456 18.3601 23.0218 19.067 22.811C20.0052 22.5364 20.9563 22.5684 21.8753 23.0601C22.9935 23.6604 23.7454 24.497 23.9189 25.7614C23.9703 26.1062 24.1245 26.1509 24.4073 26.2148C25.0563 26.3681 25.7504 26.4766 26.3288 26.7832C27.3377 27.3068 27.9803 28.1689 28.0703 29.344C28.096 29.7335 28.3145 29.7591 28.6165 29.8102C29.1564 29.8932 29.7669 29.8996 30.2167 30.1614C31.2449 30.7489 32.0932 31.5408 32.2474 32.8308C32.2989 33.2331 32.5045 33.4247 32.9865 33.4694C33.5649 33.5205 34.1625 33.7121 34.683 33.9739C35.3964 34.3251 35.8912 34.9318 36.2254 35.6662C36.8552 37.0456 36.7331 38.061 35.8269 39.3509C35.4221 39.9257 35.3899 40.0087 36.0005 40.4749C36.2768 40.6856 36.566 40.89 36.8359 41.1135C37.5235 41.6882 38.4617 41.6819 39.2329 41.171C40.2483 40.5004 40.5889 38.872 39.355 37.9843C38.7188 37.5245 38.0954 37.0328 37.5106 36.5155C37.1315 36.1771 37.0608 35.6215 37.5621 35.1234C37.8384 34.8488 38.6031 34.7658 38.8859 34.9893C40.0555 35.8961 41.2187 36.8157 42.4075 37.7033C43.1594 38.2653 44.3612 38.2845 45.0745 37.6267C46.0192 36.7646 46.0834 35.5768 45.2994 34.8105C44.3997 33.9356 43.3586 33.2012 42.3433 32.454C41.7906 32.0453 41.6428 31.5408 42.0284 30.9277C42.3111 30.4807 42.9152 30.353 43.4036 30.717C44.6696 31.6493 45.9163 32.6073 47.1631 33.5716C47.9342 34.1655 48.6861 34.306 49.6693 33.9611C50.8068 33.5652 51.1217 31.4322 50.2092 30.7745C49.0524 29.9443 47.9664 29.0183 46.8546 28.1242C46.5011 27.8433 46.3469 27.0003 46.5783 26.6938C46.8932 26.2723 47.7286 26.1893 48.172 26.5277C49.7272 27.7155 51.2888 28.9033 52.844 30.0912C53.3259 30.4615 54.5662 30.5318 55.0546 30.2253C56.3014 29.4525 56.372 27.5814 55.2217 26.7385C54.7333 26.3808 54.2513 26.0105 53.7694 25.6401C51.8093 24.1521 49.8621 22.6578 47.8892 21.189C47.5294 20.9208 47.0859 20.6206 46.6682 20.5951C45.0873 20.5057 43.4807 20.7675 41.9191 20.2566C41.1737 20.0139 40.3704 19.9309 39.6635 19.6116C37.8127 18.775 36.1033 17.6894 34.6895 16.2142C34.3939 15.9013 34.079 15.9396 33.8283 16.1568C32.7808 17.0763 31.6626 17.8682 30.4416 18.5579C29.3877 19.1582 28.2824 19.5988 27.1128 19.7713C25.1142 20.065 23.2891 19.5861 21.8303 18.0981C20.7957 17.038 20.7764 15.2052 21.991 14.2473C22.9806 13.4682 24.0603 12.8041 25.0628 12.0377C26.3609 11.0543 27.6205 10.0197 28.8993 9.01074ZM2.08206 20.0586C2.699 20.3205 3.20025 20.5312 3.70151 20.7419C4.78757 21.189 5.87362 21.6168 6.95325 22.083C7.71799 22.4087 7.81439 22.3704 8.11643 21.5913C8.33492 21.0229 8.61768 20.4801 8.85546 19.9245C9.1575 19.2221 9.45311 18.5196 9.73587 17.8044C10.07 16.955 10.3721 16.0865 10.7191 15.2372C11.1625 14.1388 11.6381 13.0595 12.0815 11.9611C12.4864 10.9649 12.8591 9.9495 13.2639 8.95327C13.8423 7.52918 14.44 6.11147 15.0055 4.68099C15.0505 4.57243 14.9991 4.32976 14.9091 4.27228C14.6906 4.1254 14.4207 4.036 14.1701 3.94021C13.3154 3.60175 12.4542 3.26328 11.5995 2.93121C10.899 2.65661 10.1921 2.38201 9.41455 2.07548C6.95968 8.09754 4.53694 14.043 2.08849 20.0586H2.08206ZM17.6082 31.2406C18.0002 31.0491 18.4436 30.915 18.7713 30.6404C19.2083 30.2827 19.5811 29.8421 19.9409 29.4078C20.5579 28.6543 21.2134 27.9135 21.7339 27.0961C22.203 26.3553 21.946 25.5507 21.2712 25.0653C20.68 24.6374 19.6003 24.6183 19.067 25.2122C18.1351 26.2595 17.184 27.2877 16.2843 28.3605C15.8024 28.9289 15.6995 29.5994 16.1365 30.27C16.4643 30.7745 16.8884 31.1385 17.6146 31.2406H17.6082ZM28.5073 40.0917C28.5009 40.8325 28.8865 41.5414 29.3556 41.7266C30.0432 42.0012 30.8786 41.8543 31.3542 41.3434C32.2474 40.3791 33.1343 39.4084 34.0083 38.425C34.4774 37.8949 34.5802 36.9498 34.3167 36.4389C33.7641 35.366 32.3117 35.1617 31.4763 36.1068C30.6666 37.0264 29.889 37.9779 29.0664 38.8848C28.7194 39.2679 28.4495 39.6447 28.5137 40.0917H28.5073ZM24.3494 28.3861C24.3237 28.335 24.298 28.2839 24.2723 28.2328C23.8867 28.4563 23.4176 28.616 23.122 28.9225C22.2609 29.8166 21.4833 30.7872 20.635 31.6941C20.243 32.1155 20.0952 32.62 20.1145 33.1309C20.1402 33.9356 20.6928 34.4337 21.4126 34.7083C21.946 34.9126 22.7943 34.5231 23.257 33.9675C24.0217 33.0543 24.7864 32.1475 25.5833 31.2662C26.0653 30.7298 26.2838 30.1422 26.0331 29.4781C25.7568 28.7437 25.2106 28.3031 24.3559 28.3861H24.3494ZM24.2916 36.6305C24.3751 36.9306 24.3816 37.2946 24.5551 37.5309C25.3905 38.6485 26.5922 38.508 27.402 37.5756C28.1667 36.7007 28.9379 35.8258 29.7155 34.9637C30.236 34.389 30.5316 33.6801 30.2103 33.0096C29.5484 31.6366 27.9611 31.6557 27.1578 32.652C26.4316 33.546 25.6861 34.4401 24.8893 35.2703C24.5037 35.6726 24.3045 36.0749 24.2916 36.6305Z' fill='black'/%3E%3Cpath d='M28.893 9.01075C27.6142 10.0197 26.3546 11.0543 25.0565 12.0377C24.054 12.7977 22.9743 13.4682 21.9847 14.2473C20.7701 15.2052 20.7829 17.038 21.824 18.0981C23.2764 19.5861 25.1079 20.065 27.1065 19.7713C28.2761 19.5988 29.3814 19.1518 30.4354 18.5579C31.6564 17.8682 32.7746 17.0764 33.8221 16.1568C34.0727 15.9332 34.3876 15.9013 34.6832 16.2142C36.097 17.6958 37.8064 18.775 39.6572 19.6116C40.3641 19.9309 41.1674 20.0076 41.9129 20.2566C43.4745 20.7739 45.0746 20.5057 46.6619 20.5951C47.0797 20.6206 47.5231 20.9208 47.883 21.189C49.8559 22.6578 51.803 24.1521 53.7631 25.6401C54.2451 26.0041 54.727 26.3745 55.2154 26.7385C56.3593 27.5814 56.2951 29.4589 55.0484 30.2253C54.56 30.5318 53.3197 30.4615 52.8377 30.0912C51.2825 28.897 49.7209 27.7155 48.1657 26.5277C47.7223 26.1893 46.8804 26.2723 46.572 26.6938C46.3406 27.0067 46.4949 27.8433 46.8483 28.1242C47.9601 29.0119 49.0526 29.9379 50.2029 30.7745C51.109 31.4322 50.8005 33.5652 49.6631 33.9611C48.6734 34.306 47.9279 34.1655 47.1568 33.5716C45.9101 32.6137 44.6633 31.6557 43.3974 30.717C42.9089 30.3594 42.3049 30.4807 42.0221 30.9277C41.6365 31.5472 41.7843 32.0517 42.337 32.454C43.3524 33.2012 44.3934 33.942 45.2931 34.8105C46.0771 35.5768 46.0129 36.7582 45.0682 37.6267C44.3549 38.2781 43.1596 38.2653 42.4013 37.7033C41.2124 36.8157 40.0492 35.8961 38.8796 34.9893C38.5904 34.7658 37.8321 34.8488 37.5558 35.1234C37.0545 35.6215 37.1252 36.1771 37.5044 36.5155C38.0892 37.0392 38.7125 37.5245 39.3487 37.9843C40.5762 38.8784 40.2356 40.5004 39.2266 41.171C38.4555 41.6819 37.5172 41.6819 36.8296 41.1135C36.5597 40.89 36.2769 40.6856 35.9942 40.4749C35.3901 40.0151 35.4158 39.9321 35.8207 39.351C36.7332 38.061 36.8489 37.0392 36.2191 35.6662C35.8849 34.9318 35.3901 34.3251 34.6768 33.9739C34.1562 33.7121 33.5586 33.5269 32.9802 33.4694C32.4982 33.4247 32.2926 33.2331 32.2412 32.8308C32.0869 31.5472 31.2387 30.7489 30.2104 30.1614C29.7542 29.906 29.1501 29.8932 28.6103 29.8102C28.3082 29.7655 28.0962 29.7335 28.064 29.344C27.9805 28.1689 27.3314 27.3068 26.3225 26.7832C25.7441 26.4766 25.0501 26.3681 24.401 26.2148C24.1182 26.151 23.964 26.1062 23.9126 25.7614C23.7327 24.497 22.9872 23.6604 21.869 23.0601C20.95 22.5684 19.9989 22.5364 19.0607 22.811C18.3474 23.0218 17.7176 23.456 17.2356 24.0499C16.8564 24.5161 16.4837 24.9887 16.0853 25.4357C15.9053 25.6337 15.6868 25.7486 15.3784 25.5379C13.8746 24.5097 12.3516 23.5135 10.8349 22.5045C10.1794 22.0639 10.173 21.7701 10.6421 20.8505C10.957 20.2311 11.1691 19.5669 11.439 18.9283C11.7539 18.162 12.0816 17.402 12.3965 16.6421C12.75 15.78 13.0906 14.9115 13.444 14.0557C13.7654 13.2703 14.0995 12.4912 14.4208 11.7121C14.7614 10.8883 15.0956 10.0581 15.4362 9.22787C15.719 8.55095 15.976 7.86126 16.3038 7.20349C16.3616 7.08216 16.7215 7.01191 16.895 7.06938C17.4027 7.23542 17.8718 7.51641 18.3859 7.67606C18.99 7.86764 19.6069 8.08477 20.2303 8.12309C22.6594 8.28274 25.0886 8.35937 27.5178 8.50625C27.9612 8.53179 28.3918 8.72338 28.8288 8.84471C28.848 8.90219 28.8673 8.95966 28.893 9.01075Z' fill='white'/%3E%3Cpath d='M2.08211 20.0587C4.53698 14.0366 6.95973 8.09118 9.40817 2.0755C10.1922 2.38203 10.8927 2.65663 11.5931 2.93123C12.4478 3.2697 13.309 3.60177 14.1637 3.94023C14.4143 4.04241 14.6842 4.12543 14.9027 4.27231C14.9927 4.32978 15.0441 4.56607 14.9991 4.68102C14.4272 6.11149 13.8295 7.5292 13.2576 8.95329C12.8527 9.94952 12.48 10.9649 12.0751 11.9611C11.6317 13.0531 11.1561 14.1388 10.7127 15.2372C10.3721 16.0865 10.0701 16.9486 9.72949 17.8044C9.44673 18.5132 9.15112 19.2221 8.84908 19.9246C8.6113 20.4865 8.32854 21.0293 8.11005 21.5913C7.80801 22.3704 7.70518 22.4087 6.94687 22.083C5.86724 21.6169 4.78119 21.189 3.69513 20.742C3.19387 20.5376 2.69904 20.3205 2.07568 20.0587H2.08211Z' fill='white'/%3E%3Cpath d='M17.6081 31.2343C16.8883 31.1321 16.4642 30.7681 16.13 30.2636C15.693 29.5931 15.8023 28.9289 16.2778 28.3542C17.1775 27.2813 18.1286 26.2468 19.0604 25.2058C19.5938 24.6055 20.6735 24.6311 21.2647 25.059C21.9394 25.5507 22.1965 26.3489 21.7274 27.0897C21.2068 27.9071 20.5578 28.6479 19.9344 29.4015C19.5745 29.8357 19.2018 30.2828 18.7648 30.634C18.4371 30.9022 17.9937 31.0363 17.6016 31.2343H17.6081Z' fill='white'/%3E%3Cpath d='M28.5071 40.0853C28.4428 39.6383 28.7127 39.2615 29.0597 38.8784C29.8823 37.9652 30.6599 37.02 31.4696 36.1004C32.2986 35.1553 33.751 35.3533 34.3101 36.4325C34.5736 36.9498 34.4707 37.8885 34.0016 38.4186C33.1276 39.402 32.2472 40.3727 31.3475 41.337C30.872 41.8479 30.0365 41.9948 29.3489 41.7202C28.8862 41.535 28.4942 40.8261 28.5006 40.0853H28.5071Z' fill='white'/%3E%3Cpath d='M24.3495 28.3797C25.2106 28.2967 25.7505 28.7373 26.0268 29.4717C26.2774 30.1359 26.0589 30.7298 25.5769 31.2598C24.7801 32.1411 24.0153 33.0543 23.2506 33.9611C22.7879 34.5167 21.9396 34.9063 21.4062 34.7019C20.6865 34.4273 20.1338 33.9292 20.1081 33.1246C20.0888 32.6137 20.2366 32.1092 20.6286 31.6877C21.4769 30.7809 22.2545 29.8102 23.1156 28.9161C23.4177 28.6032 23.8804 28.45 24.266 28.2264C24.2917 28.2775 24.3174 28.3286 24.3431 28.3797H24.3495Z' fill='white'/%3E%3Cpath d='M24.2915 36.6241C24.3044 36.0685 24.5036 35.6662 24.8892 35.2639C25.6925 34.4337 26.4315 33.5396 27.1577 32.6456C27.9674 31.6494 29.5483 31.6302 30.2102 33.0032C30.5315 33.6738 30.2359 34.3826 29.7154 34.9574C28.9313 35.8195 28.1602 36.688 27.4019 37.5693C26.5921 38.5016 25.3904 38.6421 24.555 37.5246C24.3815 37.2883 24.375 36.9307 24.2915 36.6241Z' fill='white'/%3E%3Cpath d='M11.2461 7.19712C12.215 7.19712 13.0005 6.41657 13.0005 5.45372C13.0005 4.49087 12.215 3.71033 11.2461 3.71033C10.2772 3.71033 9.4917 4.49087 9.4917 5.45372C9.4917 6.41657 10.2772 7.19712 11.2461 7.19712Z' fill='black'/%3E%3Cpath d='M65.6069 20.9718C66.5759 20.9718 67.3613 20.1913 67.3613 19.2284C67.3613 18.2656 66.5759 17.485 65.6069 17.485C64.638 17.485 63.8525 18.2656 63.8525 19.2284C63.8525 20.1913 64.638 20.9718 65.6069 20.9718Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_182_1546'%3E%3Crect width='71.4098' height='44' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.ii-fourth-tab-image{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='60' viewBox='0 0 62 60' fill='none'%3E%3Cg opacity='0.77' clip-path='url(%23clip0_182_1558)'%3E%3Cpath d='M19.3208 19.0267C17.9336 18.8074 16.5778 18.5192 15.2158 18.3814C12.5232 18.112 9.82437 17.8677 7.1192 17.7173C5.33467 17.6171 4.00416 19.0204 3.99154 20.8122C3.99154 21.3385 4.01046 21.8647 3.97893 22.3847C3.96632 22.5288 3.80868 22.7356 3.66995 22.7794C1.3116 23.55 0.0126115 25.298 0.0126115 27.7664C0.00630576 36.7755 0 45.7908 0 54.8062C0 57.9074 2.10612 59.9999 5.22117 59.9999C22.1395 59.9999 39.0579 59.9999 55.9825 59.9999C56.2221 59.9999 56.4617 60.0061 56.7014 59.9936C57.6788 59.931 58.5742 59.6365 59.3561 59.0539C60.7686 58.0076 61.4181 56.5917 61.4181 54.85C61.4055 46.5614 61.4055 38.2791 61.3992 29.9905C61.3992 29.1572 61.4055 28.3302 61.3992 27.497C61.3739 25.3293 60.0245 23.5062 57.9499 22.8421C57.5716 22.723 57.3824 22.5727 57.4265 22.1404C57.4707 21.6893 57.4391 21.2257 57.4328 20.7684C57.4076 18.9703 56.0897 17.6797 54.2673 17.6985C53.4854 17.7048 52.6972 17.7236 51.9153 17.8113C49.1408 18.1183 46.3662 18.444 43.5917 18.7761C43.0935 18.8325 42.6017 18.939 42.0531 19.033C41.7252 15.9005 40.3505 13.3631 37.9543 11.4084C35.5392 9.4287 32.7206 8.60798 29.6181 8.88364C24.3276 9.34725 19.8947 13.4947 19.3145 19.033L19.3208 19.0267ZM37.6328 8.87111C37.948 8.73328 38.1877 8.68943 38.3327 8.5516C39.2975 7.63064 40.256 6.69715 41.1892 5.74487C41.5612 5.36897 41.5297 4.755 41.2018 4.39789C40.8613 4.02199 40.2623 3.94055 39.865 4.31645C38.8687 5.2562 37.8976 6.22728 36.9454 7.21088C36.6617 7.50534 36.6301 7.9251 36.8635 8.24461C37.0526 8.50148 37.3742 8.66437 37.6264 8.86485L37.6328 8.87111ZM29.7379 2.95694C29.7379 3.60224 29.7253 4.24753 29.7379 4.88657C29.7569 5.48801 30.1793 5.9015 30.728 5.88897C31.2576 5.87644 31.7053 5.42536 31.7117 4.85524C31.7243 3.58344 31.7243 2.31165 31.7117 1.03985C31.7117 0.419612 31.2702 -0.00640869 30.6964 -0.00640869C30.1226 -0.00640869 29.7506 0.382022 29.7316 1.01479C29.719 1.66008 29.7316 2.30538 29.7316 2.94441L29.7379 2.95694ZM20.9036 3.97187C20.6261 4.18488 20.2919 4.34151 20.1091 4.60464C19.8568 4.96801 19.9325 5.4003 20.2478 5.72608C21.1369 6.6345 22.0323 7.53666 22.9403 8.42003C23.3817 8.85232 23.943 8.82726 24.3591 8.42003C24.769 8.01907 24.7627 7.49281 24.315 7.02293C23.4574 6.1333 22.5872 5.2562 21.7044 4.39789C21.5215 4.22247 21.2441 4.14103 20.9099 3.97187H20.9036Z' fill='white'/%3E%3Cpath d='M19.3208 19.0268C19.8947 13.4948 24.3276 9.34113 29.6244 8.87752C32.7269 8.60812 35.5456 9.42257 37.9607 11.4023C40.3505 13.3633 41.7315 15.8943 42.0594 19.0268C42.6017 18.9329 43.0998 18.8264 43.598 18.77C46.3725 18.4379 49.1471 18.1059 51.9216 17.8052C52.6972 17.7174 53.4854 17.7049 54.2737 17.6924C56.096 17.6736 57.4139 18.9642 57.4391 20.7622C57.4391 21.2196 57.477 21.6832 57.4328 22.1343C57.3887 22.5666 57.5842 22.7169 57.9562 22.836C60.0371 23.5001 61.3802 25.3232 61.4055 27.4909C61.4181 28.3241 61.4055 29.1511 61.4055 29.9843C61.4055 38.2729 61.4055 46.5553 61.4244 54.8439C61.4244 56.5856 60.7812 58.0015 59.3624 59.0477C58.5742 59.6304 57.6788 59.9248 56.7077 59.9875C56.4681 60 56.2284 59.9937 55.9888 59.9937C39.0705 59.9937 22.1521 59.9937 5.22747 59.9937C2.10612 60 0 57.9075 0 54.8063C0 45.791 0.00630576 36.7756 0.0126115 27.7665C0.0126115 25.3044 1.3116 23.5502 3.66364 22.7921C3.80237 22.7483 3.96002 22.5352 3.97263 22.3974C4.01046 21.8774 3.98524 21.3449 3.98524 20.8249C3.99154 19.0331 5.32206 17.6297 7.11289 17.73C9.81806 17.8803 12.5169 18.1247 15.2095 18.3941C16.5778 18.5319 17.9273 18.8138 19.3145 19.0394L19.3208 19.0268ZM31.699 57.4251C31.9134 57.3687 32.0648 57.3436 32.2035 57.2873C35.7347 55.9215 39.3795 54.9379 43.0998 54.2299C46.7383 53.5408 50.4208 53.1899 54.1286 53.1022C55.0682 53.0772 55.4654 52.695 55.4654 51.7615C55.4654 41.5245 55.4654 31.2875 55.4654 21.0567C55.4654 20.0543 55.024 19.6157 54.0277 19.6659C52.735 19.7348 51.4361 19.7724 50.1497 19.929C47.6337 20.2297 45.124 20.6119 42.608 20.9502C42.2423 21.0003 42.1098 21.1507 42.0657 21.5328C41.8009 23.9261 40.8739 26.0374 39.2218 27.8041C38.6228 28.4431 37.9165 28.9819 37.267 29.5834C36.1509 30.6171 35.7536 31.9328 35.6464 33.405C35.5203 35.0841 34.0826 36.3559 32.3864 36.3934C31.2955 36.4185 30.2046 36.4185 29.1137 36.3934C27.2976 36.3559 25.8599 34.9274 25.7905 33.1231C25.7338 31.5631 25.1347 30.2725 23.8736 29.3077C21.8873 27.7853 20.4685 25.862 19.7812 23.4562C19.5605 22.6793 19.428 21.8837 19.2515 21.0504C18.6713 20.9377 18.0534 20.8061 17.4354 20.6996C14.106 20.1232 10.7513 19.7912 7.37143 19.6596C6.40034 19.622 5.95894 20.0606 5.95894 21.0316C5.95894 31.2812 5.95263 41.537 5.94633 51.7866C5.94633 52.7201 6.32467 53.0646 7.27684 53.1148C9.37035 53.2338 11.4702 53.3278 13.5511 53.5408C16.4139 53.8352 19.2515 54.3302 22.0323 55.0882C23.9493 55.6145 25.8473 56.2097 27.7516 56.7923C28.3885 56.9865 29.0191 57.2246 29.7001 57.4627V40.3091C29.3659 40.3091 29.0758 40.3153 28.7858 40.3091C28.1678 40.2903 27.7516 39.9019 27.7516 39.3505C27.7516 38.8117 28.1867 38.3732 28.7732 38.3669C30.0532 38.3544 31.3333 38.3544 32.6134 38.3669C33.225 38.3669 33.6854 38.8243 33.6791 39.3693C33.6727 39.9081 33.2376 40.2965 32.626 40.3153C32.3296 40.3216 32.0269 40.3153 31.718 40.3153V57.4439L31.699 57.4251ZM33.1746 22.7796C33.1368 22.7357 33.0926 22.6919 33.0548 22.6417H27.9093C29.0506 24.0013 30.1226 25.2856 31.2135 26.5636C31.5414 26.9458 31.6927 27.353 31.6927 27.8605C31.6738 29.8277 31.6864 31.7887 31.6864 33.7559C31.6864 33.9564 31.6864 34.1568 31.6864 34.3385C32.8467 34.633 33.7043 33.925 33.7358 32.8287C33.7989 30.6986 34.7636 28.9882 36.4662 27.6663C40.3316 24.6716 41.2586 19.4591 38.8119 15.3618C36.6743 11.772 32.4305 10.0428 28.3759 11.1204C25.1032 11.9912 22.8079 14.0336 21.7738 17.2413C20.4811 21.2384 21.4837 24.7155 24.706 27.4345C26.4779 28.9318 27.6003 30.6547 27.7075 33.0041C27.7579 34.0942 28.4894 34.5515 29.7001 34.3573C29.7127 34.2821 29.738 34.2007 29.738 34.1192C29.738 32.1395 29.7443 30.1535 29.738 28.1738C29.738 28.0046 29.6497 27.8104 29.5425 27.6788C28.0858 25.9183 26.6166 24.1579 25.1411 22.4099C24.8447 22.0591 24.6555 21.7083 24.8636 21.2634C25.0717 20.8186 25.4374 20.6495 25.9356 20.6495C27.966 20.662 29.9965 20.6495 32.0206 20.6495C33.1998 20.6495 34.3727 20.6495 35.5519 20.6495C35.9996 20.6495 36.3464 20.8312 36.5419 21.2446C36.7184 21.6205 36.6617 21.9902 36.3716 22.2784C35.224 23.4374 34.0763 24.5902 32.9097 25.7241C32.4557 26.1627 31.7747 26.0562 31.4468 25.5612C31.1631 25.1352 31.2198 24.6403 31.6423 24.2268C32.1468 23.7319 32.6701 23.262 33.1809 22.7796H33.1746ZM3.99154 24.7719C3.75823 24.8784 3.58798 24.9285 3.43664 25.0224C2.4151 25.6552 1.99262 26.595 1.99262 27.7603C1.98631 36.7756 1.9737 45.7847 1.9737 54.8C1.9737 56.8236 3.21594 58.0391 5.26531 58.0391C11.6278 58.0391 17.9903 58.0391 24.3465 58.0391H24.8258C24.706 57.8762 24.5798 57.801 24.4411 57.7697C22.5431 57.3123 20.645 56.8299 18.7344 56.4164C14.9446 55.5894 11.0981 55.201 7.2264 55.0945C5.21486 55.0444 3.96632 53.7789 3.96632 51.7803C3.96632 48.6979 3.98524 45.6155 3.98524 42.5332C3.98524 36.8257 3.98524 31.112 3.98524 25.4046V24.7719H3.99154ZM57.4328 24.7781C57.4328 25.0538 57.4328 25.2668 57.4328 25.4798C57.4328 34.2759 57.4328 43.0657 57.4328 51.8618C57.4328 53.7099 56.2158 54.9379 54.3872 55.0757C51.5874 55.295 48.7687 55.4579 45.9942 55.8588C43.371 56.2347 40.7919 56.8863 38.194 57.4314C37.6643 57.5441 37.1535 57.7321 36.6364 57.8887C36.7878 58.0015 36.9202 58.0203 37.0526 58.0203C43.4845 58.0203 49.9101 58.0203 56.3419 58.014C56.714 58.014 57.0986 57.9701 57.4454 57.8448C58.7444 57.3875 59.4507 56.3162 59.4507 54.8564C59.4381 46.6555 59.4191 38.4609 59.4002 30.26C59.4002 29.3453 59.4507 28.4244 59.3813 27.5159C59.3435 26.9897 59.1921 26.4446 58.9525 25.9747C58.6625 25.4046 58.1769 24.9723 57.4391 24.7781H57.4328Z' fill='%23000000'/%3E%3Cpath d='M37.6326 8.86497C37.3804 8.66449 37.0588 8.5016 36.8696 8.24473C36.6363 7.91895 36.6678 7.49919 36.9516 7.211C37.9037 6.2274 38.8748 5.25632 39.8711 4.31657C40.2684 3.94067 40.8675 4.02211 41.208 4.39801C41.5359 4.75512 41.5611 5.36909 41.1954 5.74499C40.2621 6.69727 39.3036 7.63076 38.3388 8.55172C38.1938 8.68955 37.9542 8.7334 37.6389 8.87123L37.6326 8.86497Z' fill='%23000000'/%3E%3Cpath d='M29.738 2.95082C29.738 2.30552 29.7254 1.66023 29.738 1.0212C29.7569 0.388431 30.129 0 30.7028 0C31.2766 0 31.7117 0.426021 31.718 1.04626C31.7306 2.31805 31.7306 3.58985 31.718 4.86165C31.718 5.4255 31.264 5.88284 30.7343 5.89537C30.1857 5.9079 29.7632 5.49441 29.7443 4.89297C29.7254 4.24768 29.7443 3.60238 29.7443 2.96335L29.738 2.95082Z' fill='%23000000'/%3E%3Cpath d='M20.9035 3.96576C21.2377 4.14118 21.5151 4.21636 21.698 4.39178C22.5871 5.25009 23.451 6.13345 24.3086 7.01682C24.7626 7.48043 24.7626 8.01296 24.3527 8.41392C23.9365 8.82114 23.3816 8.83994 22.9339 8.41392C22.0196 7.53055 21.1242 6.62839 20.2414 5.71996C19.9261 5.39418 19.8504 4.9619 20.1026 4.59853C20.2855 4.3354 20.6197 4.17877 20.8972 3.96576H20.9035Z' fill='%23000000'/%3E%3Cpath d='M31.6989 57.4251V40.2966C32.0142 40.2966 32.3105 40.3028 32.6069 40.2966C33.2249 40.2778 33.6537 39.8893 33.66 39.3506C33.6663 38.8055 33.2059 38.3482 32.5943 38.3482C31.3142 38.3356 30.0342 38.3419 28.7541 38.3482C28.1676 38.3544 27.7326 38.7992 27.7326 39.3318C27.7326 39.8831 28.1487 40.2715 28.7667 40.2903C29.0568 40.2966 29.3468 40.2903 29.681 40.2903V57.4439C29 57.2058 28.3757 56.9678 27.7326 56.7735C25.8282 56.1972 23.9302 55.5957 22.0132 55.0695C19.2324 54.3114 16.3948 53.8165 13.532 53.522C11.4448 53.309 9.35127 53.215 7.25776 53.096C6.30559 53.0396 5.92725 52.7013 5.92725 51.7678C5.92725 41.5182 5.93355 31.2624 5.93986 21.0129C5.93986 20.0418 6.38126 19.6032 7.35235 19.6408C10.7259 19.7724 14.0869 20.1044 17.4163 20.6808C18.0343 20.7873 18.6523 20.9189 19.2324 21.0317C19.4153 21.8586 19.5414 22.6606 19.7621 23.4374C20.4494 25.8495 21.8682 27.7666 23.8545 29.2889C25.1094 30.2538 25.7084 31.5506 25.7715 33.1043C25.8408 34.9087 27.2722 36.3371 29.0946 36.3747C30.1855 36.3935 31.2764 36.3997 32.3673 36.3747C34.0635 36.3371 35.5012 35.0653 35.6274 33.3863C35.7409 31.9077 36.1381 30.5921 37.2479 29.5646C37.8974 28.9694 38.6037 28.4244 39.2027 27.7853C40.8548 26.0186 41.7818 23.9073 42.0466 21.5141C42.0908 21.1382 42.2232 20.9815 42.5889 20.9314C45.1049 20.5931 47.6146 20.2172 50.1306 19.9102C51.417 19.7536 52.716 19.716 54.0086 19.6471C55.0049 19.597 55.4464 20.0355 55.4464 21.0379C55.4464 31.275 55.4464 41.512 55.4464 51.7427C55.4464 52.6762 55.0491 53.0584 54.1095 53.0835C50.4017 53.1774 46.7192 53.522 43.0808 54.2112C39.3667 54.9191 35.7219 55.9027 32.1844 57.2685C32.0457 57.3249 31.8944 57.3499 31.68 57.4063L31.6989 57.4251ZM50.4648 44.444C50.4648 44.444 50.4648 44.4252 50.4648 44.4189C49.2415 44.5442 48.0119 44.6069 46.8075 44.8074C44.2915 45.2209 41.7755 45.6719 39.2784 46.1794C37.929 46.4551 36.6111 46.8623 35.2805 47.2257C34.7509 47.3698 34.4482 47.8396 34.5175 48.3408C34.5806 48.8107 34.9842 49.1678 35.5202 49.1678C35.8228 49.1678 36.1381 49.1302 36.4282 49.0488C39.9216 47.9963 43.478 47.2319 47.1038 46.7934C48.5605 46.618 50.0171 46.5115 51.48 46.3674C52.0728 46.311 52.5079 45.8662 52.5016 45.3524C52.489 44.7948 52.0286 44.3939 51.3981 44.4002C51.0891 44.4002 50.7864 44.4315 50.4774 44.444H50.4648ZM10.1647 44.1746C9.46478 44.2247 8.95401 44.6132 8.91618 45.1833C8.87834 45.7659 9.33235 46.2045 10.0323 46.2546C12.8762 46.4363 15.7012 46.7871 18.4757 47.4136C20.7332 47.9211 22.9654 48.5288 25.1976 49.1177C25.9354 49.3119 26.5345 49.1114 26.7047 48.5163C26.8939 47.8772 26.5345 47.3071 25.7904 47.1254C23.0474 46.4676 20.317 45.7346 17.5488 45.2021C15.1084 44.7385 12.624 44.5067 10.1584 44.1746H10.1647ZM51.2026 39.3255C51.1963 39.2879 51.1837 39.2566 51.1774 39.219C48.4154 39.6262 45.6409 39.9457 42.9042 40.472C40.3567 40.9669 37.847 41.6749 35.3247 42.3076C34.7004 42.4643 34.3914 42.9905 34.5365 43.5231C34.6815 44.0681 35.1481 44.35 35.7724 44.1997C36.8444 43.9365 37.8974 43.5857 38.9757 43.3539C41.3341 42.8402 43.6987 42.3202 46.076 41.9192C47.8857 41.6185 49.727 41.4932 51.5557 41.2927C52.0665 41.2363 52.3565 40.9293 52.4763 40.472C52.5772 40.0898 52.2998 39.5886 51.9025 39.4383C51.6881 39.3568 51.4422 39.3568 51.2089 39.3192L51.2026 39.3255ZM10.5746 34.5641C10.3854 34.5516 10.2025 34.5328 10.0134 34.5265C9.40802 34.514 8.9414 34.9337 8.92879 35.4913C8.91617 36.0301 9.33866 36.4436 9.9251 36.5062C12.1763 36.7506 14.4526 36.8633 16.6659 37.2768C19.472 37.7968 22.2276 38.5424 25.0022 39.219C25.9669 39.4571 26.5155 39.313 26.7047 38.6614C26.8876 38.0349 26.5282 37.5713 25.6012 37.3082C24.1446 36.9009 22.6943 36.4749 21.2187 36.1429C17.7127 35.3535 14.1689 34.7771 10.5746 34.5578V34.5641ZM52.4889 35.5665C52.4763 34.9713 51.9467 34.539 51.2846 34.6079C49.5883 34.7834 47.8857 34.8961 46.2084 35.1781C43.6609 35.6041 41.126 36.1115 38.5974 36.6441C37.4497 36.8884 36.3336 37.258 35.2112 37.5964C34.6626 37.7592 34.3977 38.2792 34.5428 38.793C34.6752 39.2503 35.1797 39.5886 35.5895 39.4821C36.5732 39.219 37.5506 38.9433 38.5343 38.6677C41.6935 37.7968 44.9094 37.233 48.1569 36.8571C49.2037 36.738 50.263 36.6817 51.3161 36.5877C52.0602 36.5188 52.5079 36.1178 52.4953 35.5665H52.4889ZM10.253 39.219C10.2467 39.2628 10.2404 39.313 10.2341 39.3568C9.43325 39.3255 8.9414 39.6826 8.92879 40.3091C8.91617 40.8855 9.3828 41.2301 10.1584 41.3115C12.088 41.5057 14.0301 41.6623 15.9471 41.9505C19.0558 42.4267 22.1267 43.1284 25.1346 44.0493C25.8345 44.2623 26.3642 44.0243 26.5345 43.4479C26.7236 42.8214 26.4588 42.3828 25.7084 42.1886C23.4383 41.6122 21.1809 40.9481 18.8793 40.5158C16.0228 39.9771 13.1284 39.6387 10.253 39.2127V39.219ZM17.1389 30.4292C17.7632 30.4918 18.2298 30.1347 18.2991 29.5709C18.3622 29.0321 18.0091 28.5747 17.3785 28.4996C14.9823 28.2051 12.5861 27.9232 10.1836 27.6663C9.43325 27.5849 8.97923 27.9545 8.92879 28.5434C8.87834 29.1073 9.35758 29.5521 10.089 29.6273C10.7638 29.6899 11.4448 29.7338 12.1195 29.8152C13.7905 30.0094 15.4616 30.2224 17.1326 30.4292H17.1389ZM10.171 23.569C9.45847 23.5815 9.01076 23.8948 8.92879 24.4649C8.86573 24.9097 9.21885 25.4485 9.70439 25.5049C11.1043 25.6678 12.5168 25.8119 13.9229 25.9184C14.4715 25.9622 14.9003 25.4986 14.9193 24.9786C14.9382 24.4712 14.5787 24.0514 14.0238 23.9888C12.7375 23.8384 11.4511 23.7131 10.1647 23.5753L10.171 23.569Z' fill='white'/%3E%3Cpath d='M33.1682 22.7796C32.6511 23.262 32.1278 23.7319 31.6296 24.2268C31.2134 24.6403 31.1504 25.1353 31.4341 25.5613C31.762 26.0562 32.4494 26.1627 32.8971 25.7242C34.0699 24.5902 35.2176 23.4374 36.3589 22.2784C36.649 21.9902 36.7057 21.6206 36.5292 21.2447C36.3337 20.8312 35.9869 20.6495 35.5392 20.6495C34.36 20.6495 33.1871 20.6495 32.0079 20.6495C29.9775 20.6495 27.947 20.662 25.9229 20.6495C25.4247 20.6495 25.059 20.8187 24.8509 21.2635C24.6428 21.7083 24.832 22.0654 25.1284 22.41C26.6039 24.1579 28.0669 25.9184 29.5298 27.6788C29.637 27.8104 29.7253 28.0046 29.7253 28.1738C29.7379 30.1535 29.7316 32.1395 29.7253 34.1193C29.7253 34.2007 29.7 34.2822 29.6874 34.3573C28.4767 34.5578 27.7453 34.0942 27.6948 33.0041C27.5876 30.6547 26.4652 28.9319 24.6933 27.4345C21.471 24.7155 20.4684 21.2384 21.7611 17.2413C22.8015 14.0337 25.0968 11.985 28.3632 11.1204C32.4178 10.0428 36.6616 11.772 38.7992 15.3618C41.2459 19.4592 40.3126 24.6779 36.4535 27.6663C34.751 28.9882 33.7862 30.6986 33.7231 32.8287C33.6916 33.9188 32.8277 34.633 31.6737 34.3386C31.6737 34.1569 31.6737 33.9564 31.6737 33.7559C31.6737 31.7887 31.6611 29.8277 31.6801 27.8605C31.6801 27.3531 31.5287 26.9521 31.2008 26.5637C30.1099 25.2919 29.0379 24.0013 27.8966 22.6418H33.0421C33.0799 22.6856 33.1241 22.7295 33.1619 22.7796H33.1682Z' fill='white'/%3E%3Cpath d='M3.98517 24.7719V25.4046C3.98517 31.112 3.98517 36.8257 3.98517 42.5332C3.98517 45.6155 3.96625 48.6979 3.96625 51.7803C3.96625 53.7851 5.21479 55.0444 7.22633 55.0945C11.1044 55.1947 14.9446 55.5832 18.7343 56.4164C20.645 56.8362 22.5367 57.3123 24.441 57.7697C24.5798 57.801 24.7059 57.8762 24.8257 58.0391H24.3465C17.9839 58.0391 11.6214 58.0391 5.26524 58.0391C3.21587 58.0391 1.97363 56.8174 1.97363 54.8C1.97363 45.7847 1.98624 36.7756 1.99255 27.7603C1.99255 26.595 2.41504 25.649 3.43657 25.0224C3.58791 24.9285 3.75816 24.8721 3.99147 24.7719H3.98517Z' fill='white'/%3E%3Cpath d='M57.4267 24.7781C58.1645 24.9724 58.65 25.4046 58.9401 25.9748C59.1797 26.4446 59.3311 26.9897 59.3689 27.5159C59.4382 28.4244 59.3878 29.3453 59.3878 30.26C59.4067 38.4609 59.4193 46.6556 59.4383 54.8565C59.4383 56.3162 58.7383 57.3875 57.433 57.8449C57.0862 57.9639 56.7016 58.0078 56.3295 58.014C49.8976 58.0265 43.4721 58.0203 37.0402 58.0203C36.9078 58.0203 36.7754 58.0015 36.624 57.8887C37.1411 57.7321 37.6582 57.5441 38.1815 57.4314C40.7795 56.8863 43.3586 56.2348 45.9818 55.8589C48.7563 55.4579 51.575 55.295 54.3747 55.0757C56.2034 54.9316 57.4204 53.71 57.4204 51.8618C57.4204 43.0657 57.4204 34.2759 57.4204 25.4798C57.4204 25.2668 57.4204 25.0538 57.4204 24.7781H57.4267Z' fill='white'/%3E%3Cpath d='M10.1651 44.1746C12.6306 44.5067 15.1151 44.7322 17.5554 45.2021C20.3237 45.7283 23.054 46.4676 25.797 47.1254C26.5411 47.3071 26.9006 47.8772 26.7114 48.5163C26.5411 49.1114 25.9358 49.3119 25.2043 49.1177C22.9658 48.5288 20.7335 47.9211 18.4824 47.4136C15.7078 46.7871 12.8829 46.4426 10.039 46.2546C9.33902 46.2107 8.8787 45.7659 8.92284 45.1833C8.96068 44.6132 9.47775 44.2247 10.1714 44.1746H10.1651Z' fill='%23000000'/%3E%3Cpath d='M51.1965 39.3255C51.4298 39.363 51.6758 39.363 51.8902 39.4445C52.2874 39.5949 52.5649 40.0898 52.464 40.4782C52.3442 40.9418 52.0541 41.2488 51.5433 41.2989C49.7147 41.4994 47.8734 41.6185 46.0636 41.9254C43.6864 42.3264 41.3217 42.8464 38.9634 43.3601C37.8851 43.5919 36.832 43.9428 35.76 44.2059C35.1358 44.3563 34.6691 44.0743 34.5241 43.5293C34.3791 42.9968 34.6881 42.4705 35.3123 42.3139C37.8346 41.6811 40.3443 40.9732 42.8918 40.4782C45.6285 39.952 48.4031 39.6324 51.165 39.2252C51.1713 39.2628 51.1839 39.2941 51.1902 39.3317L51.1965 39.3255Z' fill='%23000000'/%3E%3Cpath d='M10.5684 34.5641C14.1627 34.7771 17.7066 35.3597 21.2126 36.1491C22.6881 36.4812 24.1384 36.9072 25.5951 37.3144C26.522 37.5775 26.8814 38.0412 26.6986 38.6677C26.5094 39.3192 25.9671 39.4633 24.996 39.2252C22.2215 38.5486 19.4596 37.8031 16.6598 37.2831C14.4402 36.8696 12.1638 36.7568 9.91895 36.5125C9.33251 36.4498 8.91003 36.0301 8.92264 35.4976C8.93525 34.9337 9.40188 34.5202 10.0072 34.5327C10.1964 34.5327 10.3793 34.5578 10.5684 34.5703V34.5641Z' fill='%23000000'/%3E%3Cpath d='M52.4829 35.5665C52.4955 36.1178 52.0478 36.5188 51.3037 36.5877C50.2507 36.6879 49.1976 36.738 48.1446 36.8571C44.8971 37.233 41.6812 37.7968 38.522 38.6677C37.5383 38.9371 36.5609 39.2127 35.5772 39.4821C35.1673 39.5949 34.6565 39.2503 34.5304 38.793C34.3854 38.2792 34.6502 37.7592 35.1988 37.5963C36.3213 37.258 37.4437 36.8821 38.585 36.6441C41.1136 36.1115 43.6486 35.5978 46.1961 35.178C47.8734 34.9024 49.576 34.7833 51.2722 34.6079C51.9406 34.539 52.464 34.9713 52.4766 35.5665H52.4829Z' fill='%23000000'/%3E%3Cpath d='M10.2468 39.219C13.1222 39.645 16.0166 39.9833 18.8731 40.5221C21.1747 40.9544 23.4322 41.6185 25.7022 42.1949C26.4526 42.3828 26.7175 42.8276 26.5283 43.4541C26.358 44.0305 25.822 44.2686 25.1284 44.0556C22.1143 43.1346 19.0497 42.4329 15.9409 41.9568C14.024 41.6623 12.0881 41.5057 10.1522 41.3178C9.37663 41.2426 8.91 40.898 8.92261 40.3154C8.93522 39.6889 9.42077 39.3318 10.2279 39.3631C10.2342 39.3192 10.2405 39.2691 10.2468 39.2253V39.219Z' fill='%23000000'/%3E%3Cpath d='M17.1327 30.4292C15.4617 30.2224 13.7907 30.0094 12.1196 29.8152C11.4449 29.7338 10.7639 29.6962 10.0892 29.6272C9.35772 29.5583 8.87848 29.1073 8.92893 28.5434C8.97937 27.9545 9.43339 27.5911 10.1838 27.6663C12.5863 27.9169 14.9825 28.1988 17.3786 28.4995C18.0092 28.5747 18.3623 29.0383 18.2993 29.5709C18.2362 30.1347 17.7696 30.4918 17.139 30.4292H17.1327Z' fill='%23000000'/%3E%3Cpath d='M10.171 23.5689C11.4573 23.7068 12.7437 23.8383 14.0301 23.9824C14.585 24.0451 14.9444 24.4711 14.9255 24.9723C14.9066 25.4923 14.4778 25.9559 13.9292 25.9121C12.523 25.8056 11.1168 25.6677 9.71064 25.4986C9.22509 25.4422 8.87197 24.9034 8.93503 24.4586C9.017 23.8885 9.46471 23.5752 10.1773 23.5627L10.171 23.5689Z' fill='%23000000'/%3E%3Cpath d='M50.9252 28.2928C49.2542 28.4996 47.5831 28.7126 45.9121 28.9068C45.2374 28.9882 44.5564 29.0258 43.8817 29.0947C43.1502 29.1636 42.671 29.6147 42.7214 30.1786C42.7719 30.7675 43.2259 31.1309 43.9763 31.0557C46.3787 30.8051 48.7749 30.5232 51.1711 30.2224C51.8017 30.1473 52.1548 29.6836 52.0918 29.1511C52.0287 28.5873 51.5621 28.2302 50.9315 28.2928H50.9252Z' fill='%23000000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_182_1558'%3E%3Crect width='61.4118' height='60' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");

}
.ii-tabs-headings--item:hover .ii-first-tab-image,
.ii-tabs-headings--item.active .ii-first-tab-image{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='60' viewBox='0 0 67 60' fill='none'%3E%3Cg clip-path='url(%23clip0_182_1523)'%3E%3Cpath d='M36.6442 10.0077C36.2142 10.2722 35.9232 10.4905 35.5991 10.6294C35.4139 10.7088 35.1162 10.722 34.9509 10.6294C31.9545 8.9295 28.9912 7.16344 25.9684 5.49659C23.865 4.33244 21.5764 4.00833 19.2745 4.75576C18.1434 5.12617 17.2307 5.19232 16.2716 4.42504C15.9408 4.16046 15.6762 3.96203 15.5836 3.49901C15.0479 0.800301 12.111 -0.701187 9.57108 0.350516C7.93068 1.03181 7.23616 2.50022 6.50195 3.92895C6.27045 4.39197 6.56148 4.88805 7.0245 5.08649C7.49413 5.28492 7.96376 5.15263 8.24156 4.70946C8.5326 4.24645 8.79718 3.77021 9.06837 3.30719C9.8092 2.04382 11.271 1.59404 12.4484 2.2621C13.7382 2.99631 14.1218 4.41842 13.3744 5.74794C12.4616 7.36187 11.5356 8.96919 10.6096 10.5765C9.26019 12.9114 7.91745 15.253 6.54164 17.5746C5.67514 19.0298 3.76356 19.215 2.60602 17.998C1.78583 17.1381 1.75937 15.921 2.49358 14.6775C3.7371 12.5609 4.97401 10.4376 6.19769 8.30774C6.34321 8.05639 6.44242 7.74551 6.43581 7.46109C6.42258 7.03115 6.13816 6.7335 5.7016 6.64751C5.20551 6.5549 4.84172 6.74672 4.58375 7.19651C3.29393 9.43882 1.98426 11.6679 0.694435 13.9102C-0.33081 15.6895 -0.218364 17.5482 0.978858 19.0695C2.07025 20.4586 3.9223 21.0737 5.62223 20.5379C6.14477 20.3726 6.55487 20.4123 6.97158 20.7231C7.12372 20.8356 7.27585 20.948 7.44783 21.0142C7.76532 21.1332 7.80501 21.3647 7.83147 21.669C7.891 22.3966 7.93068 23.1374 8.10927 23.8386C8.96254 27.1392 9.84227 30.4332 10.7551 33.714C11.2908 35.6322 13.1561 36.9154 15.0942 36.7699C17.859 36.5648 19.6516 34.1109 19.0033 31.4055C18.8644 30.8301 18.7057 30.2546 18.5205 29.5601C19.2547 29.9702 19.8764 30.3406 20.5114 30.6779C20.9017 30.883 21.0538 31.1409 21.0538 31.6106C21.034 35.0104 21.0274 38.4037 21.0472 41.8035C21.0604 44.3699 21.8608 46.6916 23.7724 48.4246C24.7579 49.3176 25.2011 50.2039 24.9828 51.454C24.9365 51.7054 24.8307 51.9964 24.6521 52.1618C23.1705 53.531 22.7207 55.3433 23.4218 57.2285C24.0171 58.8226 25.717 59.9735 27.5823 59.9801C32.1066 59.9933 36.6309 59.9933 41.1553 59.9801C43.0735 59.9801 44.7403 58.8292 45.3687 57.1425C46.0301 55.3566 45.5605 53.5178 44.1053 52.1816C43.9664 52.056 43.8143 51.8641 43.801 51.6855C43.7547 51.2556 43.7746 50.8257 43.801 50.3957C43.8077 50.2767 43.9135 50.1311 44.0127 50.0518C44.9983 49.2183 46.0037 48.4114 46.9694 47.5647C47.5184 47.0885 47.5448 46.394 47.1017 45.9839C46.6717 45.587 46.0764 45.673 45.5671 46.2154C44.6609 47.1679 43.7349 48.1005 42.5046 48.6429C42.035 48.8479 41.8564 49.2316 41.863 49.7277C41.8696 50.1907 41.863 50.6471 41.863 51.0902H26.9341C26.9341 50.4156 26.9341 49.7806 26.9341 49.1456C26.9341 48.7223 26.8018 48.4048 26.4314 48.1468C24.1296 46.5858 23.0117 44.403 23.0183 41.6183C23.0316 35.9298 23.0183 30.248 23.0183 24.5595C23.0183 24.3346 23.0183 24.1031 23.0448 23.8849C23.1638 23.1374 23.5739 22.595 24.2883 22.3503C25.0027 22.1056 25.6509 22.2643 26.1999 22.8199C26.6431 23.2697 26.7621 23.8121 26.7621 24.414C26.7621 27.3442 26.7621 30.2678 26.7621 33.1981C26.7621 33.8066 27.1193 34.177 27.6683 34.1968C28.1909 34.2233 28.6076 33.8397 28.6671 33.2642C28.6869 33.079 28.6737 32.8872 28.6737 32.702C28.6737 29.064 28.6737 25.4194 28.6737 21.7815C28.6737 20.9877 28.9978 20.3924 29.6923 20.0352C30.9491 19.3936 32.3514 20.2667 32.3778 21.7285C32.4109 23.7724 32.3844 25.8229 32.3911 27.8668C32.3911 29.5932 32.3911 31.3195 32.3911 33.0459C32.3911 33.5155 32.5233 33.8992 32.9731 34.1109C33.6015 34.4019 34.3622 33.9058 34.3489 33.1385C34.3093 30.7904 34.3357 28.4489 34.3357 26.1007C34.3357 24.2619 34.3357 22.4231 34.3357 20.5842C34.3357 19.5325 34.8186 18.8115 35.6322 18.5734C36.9154 18.203 38.0332 19.0629 38.0332 20.4652C38.0398 24.5728 38.0332 28.687 38.0332 32.7946C38.0332 32.9996 38.02 33.2113 38.0531 33.4097C38.1324 33.8463 38.4367 34.1638 38.8534 34.1505C39.1841 34.1439 39.5744 33.9653 39.8059 33.7272C39.9779 33.5552 39.9779 33.165 39.9779 32.8739C39.9911 30.0033 39.9779 27.1326 39.9845 24.2619C39.9845 23.3822 39.9646 22.4958 39.9977 21.6161C40.0308 20.7694 40.5864 20.108 41.3735 19.8897C42.1077 19.6847 42.9412 19.9294 43.338 20.6239C43.5828 21.0539 43.7084 21.6095 43.715 22.1122C43.7415 27.6882 43.7349 33.2576 43.7283 38.8336C43.7283 39.3297 43.7812 39.7795 44.3302 39.9779C44.8527 40.1697 45.2232 39.9316 45.5803 39.5744C46.4601 38.6815 47.353 37.7951 48.246 36.9088C49.2778 35.8769 50.7529 35.8372 51.712 36.7765C52.5718 37.6165 52.6115 39.2702 51.5929 40.2028C50.5478 41.1685 49.5689 42.207 48.5635 43.219C48.1269 43.6622 48.0938 44.2046 48.4709 44.6279C48.8281 45.0248 49.4564 45.0578 49.8731 44.6477C51.0241 43.5167 52.1948 42.3988 53.273 41.2082C54.8208 39.495 54.6223 36.8228 52.9026 35.2287C51.2622 33.7074 48.6693 33.7735 47.0355 35.3742C46.6188 35.7843 46.1889 36.1878 45.6531 36.7037C45.6531 35.4999 45.6399 34.4746 45.6663 33.4494C45.6663 33.3105 45.8515 33.1385 45.9904 33.0525C48.3981 31.6437 50.8058 30.2215 53.2399 28.8523C55.6674 27.4898 57.3012 25.4856 57.8634 22.7869C58.0949 21.669 58.6241 21.12 59.5237 20.6636C59.947 20.4453 60.2976 20.3593 60.7804 20.5181C62.8111 21.1729 64.9542 20.2601 65.953 18.3948C66.8195 16.7677 66.5747 15.2265 65.6818 13.6919C63.4461 9.85553 61.2368 5.99929 58.9879 2.1695C58.7035 1.68003 58.2934 1.2104 57.837 0.88629C55.0721 -1.06498 51.5731 0.330672 50.8455 3.63792C50.7661 3.98848 49.5821 4.89467 49.2315 4.85498C49.1455 4.84837 49.0596 4.78222 48.9736 4.74915C48.16 4.41843 47.3729 4.00833 46.5328 3.77682C43.4108 2.90371 40.2755 2.10335 37.1469 1.24347C35.5462 0.800301 33.7603 1.30962 32.7086 2.57298C30.6977 4.98727 31.7495 8.54586 34.7524 9.47189C35.3411 9.65048 35.9364 9.80923 36.6376 10.0143L36.6442 10.0077Z' fill='white'/%3E%3Cpath d='M36.6444 10.0077C35.9433 9.80925 35.3479 9.64389 34.7593 9.4653C31.7563 8.53927 30.698 4.98729 32.7154 2.56639C33.7671 1.30302 35.553 0.793708 37.1537 1.23688C40.2757 2.09676 43.4176 2.89711 46.5397 3.77023C47.3797 4.00835 48.1668 4.41845 48.9804 4.74256C49.0664 4.77563 49.1458 4.84177 49.2384 4.84839C49.5889 4.88808 50.7795 3.98189 50.8523 3.63132C51.5799 0.324079 55.079 -1.06496 57.8438 0.879697C58.3002 1.20381 58.7103 1.67343 58.9947 2.16291C61.2437 5.99269 63.4529 9.84894 65.6886 13.6853C66.5816 15.2133 66.8197 16.7611 65.9598 18.3882C64.9676 20.2535 62.8179 21.1597 60.7873 20.5115C60.3044 20.3594 59.9538 20.4453 59.5305 20.657C58.6309 21.1134 58.1018 21.6624 57.8703 22.7803C57.308 25.479 55.6743 27.4832 53.2467 28.8457C50.8126 30.2149 48.4116 31.6371 45.9973 33.0459C45.8584 33.1319 45.6732 33.3039 45.6732 33.4428C45.6467 34.4681 45.6599 35.4933 45.6599 36.6971C46.2023 36.1746 46.6256 35.7777 47.0424 35.3676C48.6761 33.7669 51.2624 33.7008 52.9094 35.2221C54.6292 36.8096 54.8276 39.4885 53.2798 41.2016C52.2017 42.3988 51.0243 43.5101 49.88 44.6411C49.4633 45.0512 48.8349 45.0248 48.4777 44.6213C48.1007 44.198 48.1271 43.6556 48.5703 43.2124C49.5757 42.2004 50.5547 41.1619 51.5997 40.1962C52.6184 39.2569 52.5787 37.6099 51.7188 36.7699C50.7597 35.8306 49.2847 35.8769 48.2528 36.9022C47.3599 37.7885 46.4735 38.6749 45.5872 39.5678C45.2366 39.925 44.8662 40.1631 44.337 39.9713C43.788 39.7663 43.7351 39.3231 43.7351 38.827C43.7351 33.251 43.7483 27.6816 43.7219 22.1056C43.7219 21.6029 43.5962 21.0473 43.3449 20.6173C42.948 19.9228 42.108 19.6781 41.3804 19.8831C40.5932 20.1014 40.0376 20.7628 40.0045 21.6095C39.9715 22.4892 39.9913 23.3756 39.9913 24.2553C39.9913 27.126 39.9913 29.9967 39.9847 32.8674C39.9847 33.1584 39.9847 33.542 39.8127 33.7206C39.5812 33.9521 39.191 34.1307 38.8602 34.1439C38.4435 34.1572 38.1393 33.8397 38.0599 33.4031C38.0202 33.2047 38.04 32.993 38.04 32.788C38.04 28.6804 38.04 24.5662 38.04 20.4586C38.04 19.0563 36.9222 18.1964 35.639 18.5668C34.8188 18.805 34.3425 19.5259 34.3425 20.5776C34.3359 22.4165 34.3425 24.2553 34.3425 26.0941C34.3425 28.4423 34.3161 30.7838 34.3558 33.1319C34.369 33.8992 33.6083 34.3953 32.98 34.1043C32.5302 33.8992 32.3913 33.509 32.3979 33.0393C32.3979 31.3129 32.3979 29.5866 32.3979 27.8602C32.3979 25.8163 32.4177 23.7658 32.3847 21.7219C32.3648 20.2601 30.9559 19.387 29.6992 20.0286C29.0047 20.3858 28.6805 20.9811 28.6805 21.7749C28.6805 25.4128 28.6805 29.0574 28.6805 32.6954C28.6805 32.8806 28.6938 33.0724 28.6739 33.2576C28.6144 33.8331 28.1977 34.2167 27.6751 34.1903C27.1195 34.1638 26.769 33.8 26.769 33.1915C26.7623 30.2612 26.7623 27.3376 26.769 24.4074C26.769 23.8055 26.6499 23.2565 26.2067 22.8133C25.6643 22.2643 25.0095 22.099 24.2951 22.3437C23.5808 22.5884 23.1707 23.1374 23.0516 23.8783C23.0185 24.0965 23.0252 24.3281 23.0252 24.5529C23.0252 30.2414 23.0252 35.9232 23.0252 41.6117C23.0252 44.3964 24.1364 46.5792 26.4382 48.1402C26.8086 48.3915 26.9475 48.7157 26.9409 49.139C26.9409 49.774 26.9409 50.409 26.9409 51.0836H41.8698C41.8698 50.6405 41.8698 50.1841 41.8698 49.7211C41.8632 49.225 42.0418 48.8413 42.5114 48.6363C43.7417 48.0873 47.6773 44.1583 48.5835 43.2124C49.0995 42.6766 50.0123 42.3128 50.4422 42.7163C50.8854 43.1264 50.4422 44.1649 49.8998 44.6411C48.9341 45.4878 45.0051 49.2184 44.0195 50.0518C43.9203 50.1378 43.8145 50.2767 43.8079 50.3957C43.7814 50.8257 43.7682 51.2622 43.8079 51.6856C43.8277 51.8575 43.9732 52.0494 44.1121 52.1816C45.5607 53.5178 46.037 55.3566 45.3755 57.1425C44.7471 58.8292 43.0803 59.9735 41.1621 59.9801C36.6378 59.9934 32.1135 59.9934 27.5892 59.9801C25.7239 59.9801 24.0239 58.8292 23.4286 57.2285C22.7275 55.3434 23.1839 53.531 24.6589 52.1618C24.8375 51.9964 24.9434 51.7054 24.9897 51.4541C25.2079 50.2039 24.7648 49.311 23.7792 48.4246C21.8676 46.6916 21.0739 44.3699 21.054 41.8035C21.0342 38.4037 21.0408 35.0104 21.0607 31.6106C21.0607 31.1476 20.9085 30.883 20.5183 30.678C19.8833 30.3406 19.2615 29.9768 18.5273 29.5601C18.7125 30.2546 18.8713 30.8301 19.0102 31.4056C19.6584 34.1043 17.8659 36.5582 15.101 36.7699C13.163 36.9154 11.2977 35.6388 10.7619 33.714C9.8491 30.4266 8.96938 27.1392 8.11611 23.8386C7.93752 23.1374 7.89122 22.3966 7.8383 21.669C7.81184 21.3648 7.77877 21.1333 7.45466 21.0142C7.28268 20.948 7.12394 20.8356 6.97842 20.7232C6.56171 20.4123 6.15161 20.3726 5.62906 20.538C3.92914 21.0737 2.07708 20.452 0.985694 19.0695C-0.211528 17.5482 -0.323974 15.6895 0.701271 13.9102C1.9911 11.6679 3.30076 9.43884 4.59059 7.19653C4.84855 6.74675 5.21235 6.55493 5.70844 6.64753C6.14499 6.7269 6.42942 7.03117 6.44264 7.46111C6.44926 7.73892 6.35004 8.05641 6.20452 8.30777C4.98084 10.4376 3.75055 12.5609 2.50041 14.6775C1.7662 15.9277 1.79928 17.1381 2.61286 17.998C3.77701 19.2217 5.68859 19.0365 6.54848 17.5747C7.92429 15.253 9.26703 12.9114 10.6164 10.5765C11.5424 8.96921 12.4684 7.36189 13.3812 5.74796C14.1287 4.41845 13.745 2.99633 12.4552 2.26212C11.2778 1.59406 9.81603 2.04385 9.07521 3.30721C8.7974 3.77684 6.48233 7.84475 6.19791 8.30777C5.9201 8.75094 5.56953 8.71786 5.0999 8.51943C4.6435 8.32761 4.34585 7.66616 4.58397 7.20315C5.31157 5.77442 7.93752 1.03844 9.57791 0.357152C12.1245 -0.694551 15.0547 0.806938 15.5905 3.50565C15.6831 3.96866 15.941 4.16048 16.2784 4.43168C17.2375 5.19896 18.1503 5.13281 19.2814 4.7624C21.5766 4.01496 23.8718 4.34569 25.9752 5.50322C28.9914 7.17007 31.9547 8.93614 34.9577 10.6361C35.1231 10.7287 35.4207 10.7154 35.6059 10.6361C35.93 10.5038 36.2211 10.2789 36.651 10.0143L36.6444 10.0077ZM39.5415 18.5139C40.2824 18.2493 40.9438 18.0112 41.678 17.7466C41.6449 17.0521 41.2745 16.523 40.6263 16.1525C39.4423 15.4713 38.2517 14.8032 37.0677 14.1153C33.0726 11.8134 29.1039 9.4653 25.0823 7.21637C22.9326 6.01254 20.6638 6.05884 18.4347 7.09731C17.9254 7.33544 17.4954 7.36851 17.006 7.06424C16.49 6.74013 15.9477 6.46232 15.4053 6.15806C12.9116 10.4773 10.451 14.737 7.95736 19.0497C8.341 19.268 8.69157 19.4862 9.04875 19.6715C9.59775 19.9493 9.77635 20.366 9.78957 20.9877C9.80942 21.8939 9.89541 22.8199 10.1005 23.7063C10.4907 25.3996 10.9868 27.0731 11.4366 28.7598C11.8202 30.2083 12.184 31.6635 12.5941 33.1055C13.0505 34.7128 14.9092 35.3544 16.2519 34.3887C17.0457 33.8198 17.3764 32.8211 17.0986 31.776C16.748 30.4531 16.3842 29.1368 16.027 27.8139C15.908 27.3839 16.0403 27.0466 16.3908 26.7754C16.748 26.4976 17.1052 26.491 17.4822 26.7159C18.0643 27.0598 18.6464 27.3906 19.2351 27.7279C19.8105 28.0586 20.3926 28.3827 21.0408 28.7465C21.0408 28.4423 21.0408 28.2372 21.0408 28.0322C21.0408 26.7357 21.021 25.4393 21.0408 24.1495C21.0805 22.0924 22.5489 20.4652 24.5862 20.3329C25.3072 20.2866 26.048 20.5247 26.8153 20.6372C28.2572 17.8062 29.547 17.3299 32.8609 18.4742C32.8014 18.3023 32.7088 18.1303 32.5632 18.0443C31.7563 17.568 30.9295 17.1183 30.1291 16.6354C29.5404 16.2782 29.3751 15.7292 29.6595 15.2596C29.977 14.7437 30.5326 14.6378 31.1345 14.9818C32.1267 15.5506 33.1056 16.1393 34.111 16.6817C34.3227 16.7942 34.6204 16.7677 34.8783 16.7545C35.5464 16.7214 36.2211 16.5494 36.8693 16.6222C38.0797 16.7611 38.9396 17.5085 39.5283 18.5007L39.5415 18.5139ZM45.6533 30.9293C45.8518 30.8499 45.951 30.8169 46.0436 30.7639C48.0874 29.5866 50.1181 28.3827 52.1818 27.2252C54.6358 25.856 55.9587 23.7658 56.2233 20.9944C56.2696 20.5181 56.4614 20.194 56.8847 19.9691C57.4337 19.6715 57.9629 19.3341 58.5185 19.0034C56.0182 14.6709 53.5576 10.4112 51.0772 6.11837C50.7266 6.3168 50.4091 6.47555 50.1181 6.67399C49.4963 7.10393 48.9341 7.02455 48.2991 6.6343C47.6707 6.25066 46.963 5.95962 46.2619 5.7215C45.3954 5.42385 44.4958 5.22541 43.6094 4.98729C41.2018 4.34569 38.8007 3.69085 36.3864 3.08894C35.5133 2.87066 34.7593 3.18815 34.1772 3.87606C33.615 4.54412 33.4694 5.3114 33.7671 6.13821C34.0515 6.93195 34.627 7.43465 35.4472 7.64632C36.7304 7.98366 38.0268 8.28792 39.2968 8.69141C39.6341 8.79724 39.9913 9.14119 40.1434 9.47191C40.3485 9.91508 40.0508 10.2921 39.6474 10.5368C39.4225 10.6758 39.1976 10.808 38.9727 10.9403C38.4303 11.2578 37.8879 11.5753 37.2926 11.9259C37.4447 12.0317 37.5241 12.1045 37.6167 12.1574C38.9132 12.9114 40.203 13.6655 41.506 14.4129C42.862 15.1934 43.6227 16.3311 43.669 17.9186C43.669 18.0972 43.7417 18.3618 43.874 18.4412C45.2498 19.3341 45.6864 20.6438 45.6732 22.2114C45.6467 24.8969 45.6665 27.5758 45.6665 30.2612V30.9293H45.6533ZM52.6581 4.47798C52.8234 4.92776 52.9293 5.41062 53.1541 5.82733C53.7693 6.96502 54.4374 8.06964 55.0856 9.18749C56.673 11.9259 58.2738 14.6577 59.8414 17.4093C60.5425 18.6396 61.9845 19.1489 63.2016 18.5205C64.4186 17.8922 64.9081 16.3774 64.2268 15.1405C63.4 13.6324 62.5203 12.1508 61.6538 10.6559C60.2052 8.1424 58.7566 5.62228 57.2882 3.12201C56.7194 2.15629 55.5817 1.73958 54.5101 2.05046C53.432 2.36134 52.7374 3.3006 52.6448 4.47798H52.6581ZM34.3624 58.0355C35.209 58.0355 36.0491 58.0355 36.8957 58.0355C38.3377 58.0355 39.7863 58.0553 41.2282 58.0289C42.3262 58.009 43.1332 57.4666 43.5433 56.4546C43.9468 55.4558 43.7087 54.5364 42.9546 53.7691C42.3924 53.2003 41.6582 53.068 40.8843 53.068C36.5518 53.068 32.2259 53.068 27.8934 53.068C27.6685 53.068 27.4436 53.068 27.2187 53.1011C26.253 53.24 25.5453 53.7493 25.2013 54.6687C24.5796 56.3223 25.7503 58.0024 27.5627 58.0222C29.8315 58.0487 32.1002 58.0222 34.369 58.0289L34.3624 58.0355Z' fill='%23007749'/%3E%3Cpath d='M52.6577 4.47801C52.7437 3.30724 53.4382 2.36799 54.523 2.05049C55.5879 1.73961 56.7322 2.14971 57.3011 3.12204C58.7695 5.62893 60.2115 8.14243 61.6666 10.6559C62.5265 12.1508 63.4063 13.6325 64.2397 15.1406C64.921 16.3709 64.4315 17.8922 63.2144 18.5206C61.9974 19.1489 60.5554 18.6462 59.8543 17.4093C58.2866 14.6577 56.6859 11.9259 55.0985 9.18752C54.4502 8.06967 53.7822 6.96505 53.167 5.82736C52.9421 5.41065 52.8297 4.92779 52.6709 4.47801H52.6577Z' fill='white'/%3E%3Cpath d='M34.3624 58.0354C32.0936 58.0354 29.8248 58.0553 27.5561 58.0288C25.7437 58.009 24.5729 56.3355 25.1947 54.6753C25.5386 53.7559 26.2464 53.2466 27.2121 53.1077C27.4304 53.0746 27.6619 53.0746 27.8868 53.0746C32.2193 53.0746 36.5451 53.0746 40.8776 53.0746C41.6515 53.0746 42.3791 53.2003 42.948 53.7757C43.702 54.5364 43.9401 55.4558 43.5367 56.4612C43.1266 57.4798 42.3196 58.0156 41.2216 58.0354C39.7796 58.0619 38.3377 58.0421 36.8891 58.0421C36.0424 58.0421 35.2024 58.0421 34.3557 58.0421L34.3624 58.0354Z' fill='white'/%3E%3Cpath d='M40.9635 57.3608C41.9608 57.3608 42.7692 56.5524 42.7692 55.5551C42.7692 54.5578 41.9608 53.7493 40.9635 53.7493C39.9662 53.7493 39.1577 54.5578 39.1577 55.5551C39.1577 56.5524 39.9662 57.3608 40.9635 57.3608Z' fill='%23007749'/%3E%3Cpath d='M55.3961 6.63434C56.3934 6.63434 57.2018 5.82587 57.2018 4.82858C57.2018 3.83129 56.3934 3.02283 55.3961 3.02283C54.3988 3.02283 53.5903 3.83129 53.5903 4.82858C53.5903 5.82587 54.3988 6.63434 55.3961 6.63434Z' fill='%23007749'/%3E%3Cpath d='M4.379 17.998C5.37629 17.998 6.18475 17.1896 6.18475 16.1923C6.18475 15.195 5.37629 14.3865 4.379 14.3865C3.38171 14.3865 2.57324 15.195 2.57324 16.1923C2.57324 17.1896 3.38171 17.998 4.379 17.998Z' fill='%23007749'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_182_1523'%3E%3Crect width='66.4954' height='60' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");


}
.ii-tabs-headings--item:hover .ii-second-tab-image,
.ii-tabs-headings--item.active .ii-second-tab-image{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='61' viewBox='0 0 55 61' fill='none'%3E%3Cg clip-path='url(%23clip0_182_1533)'%3E%3Cpath d='M3.24571 54.2603C3.24571 55.2474 3.24571 56.1747 3.24571 57.1094C3.24571 59.4874 4.49571 60.7363 6.89028 60.7363C14.1343 60.7363 21.3707 60.7363 28.6147 60.7288C36.19 60.7288 43.7653 60.7288 51.3406 60.7288C53.4942 60.7288 54.812 59.4351 54.812 57.3188C54.812 39.4315 54.812 21.5442 54.812 3.65686C54.812 3.32783 54.8044 2.98384 54.7216 2.66976C54.3376 1.11434 53.1026 0.231943 51.3632 0.231943C40.5349 0.231943 29.7065 0.231943 18.8707 0.231943C14.9701 0.231943 11.062 0.314201 7.16137 0.194553C4.55595 0.112295 3.0198 1.74997 3.23818 4.14293C3.29842 4.80099 3.25324 5.47401 3.23818 6.14702C3.23818 6.3265 3.20052 6.49849 3.17793 6.70787C2.43998 6.70787 1.77733 6.70787 1.10715 6.70787C0.557452 6.70787 0.241187 7.00699 0.196007 7.5454C0.158356 8.01652 0.519802 8.37546 1.0695 8.41285C1.58908 8.44276 2.12372 8.45024 2.6433 8.41285C3.11769 8.38294 3.26077 8.55493 3.25324 9.01857C3.23065 10.6263 3.24571 12.2266 3.23818 13.8344C3.23818 13.9914 3.20052 14.1559 3.17793 14.3504C2.44751 14.3504 1.74721 14.298 1.0695 14.3728C0.790886 14.4027 0.444501 14.6345 0.301428 14.8813C0.188477 15.0757 0.226127 15.5169 0.38426 15.6665C0.610163 15.8833 0.986669 16.018 1.31799 16.0479C1.93546 16.1077 2.56046 16.0628 3.20806 16.0628V21.9704C2.56046 21.9704 1.95052 21.9704 1.34812 21.9704C0.610163 21.9704 0.203537 22.277 0.196007 22.8304C0.196007 23.3838 0.602633 23.6978 1.33305 23.7053C1.95052 23.7053 2.56799 23.7053 3.19299 23.7053V29.598C2.50775 29.598 1.88275 29.598 1.25022 29.598C0.580043 29.6054 0.180946 29.9569 0.196007 30.4878C0.211067 30.9963 0.595103 31.3254 1.23516 31.3329C1.88275 31.3403 2.53034 31.3329 3.20806 31.3329V37.2255C2.58306 37.2255 2.00324 37.2255 1.41589 37.2255C0.617693 37.2255 0.203537 37.5246 0.196007 38.0855C0.188477 38.6538 0.602633 38.9604 1.38577 38.9679C1.98818 38.9679 2.58305 38.9679 3.20052 38.9679V44.8829C2.50022 44.8829 1.85263 44.868 1.20504 44.8829C0.564983 44.9054 0.180946 45.2568 0.196007 45.7579C0.211067 46.2738 0.595103 46.5879 1.23516 46.5954C1.88275 46.6029 2.52281 46.5954 3.20052 46.5954V52.5254C2.53034 52.5254 1.90534 52.518 1.28034 52.5254C0.572513 52.5404 0.188477 52.847 0.188477 53.3779C0.188477 53.9163 0.580043 54.2304 1.27281 54.2379C1.89781 54.2379 2.52281 54.2379 3.24571 54.2379V54.2603Z' stroke='%23007749' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M3.24571 54.2602C2.52281 54.2602 1.89781 54.2602 1.27281 54.2602C0.580043 54.2602 0.196007 53.9387 0.188477 53.4003C0.188477 52.8693 0.572513 52.5627 1.28034 52.5478C1.90534 52.5403 2.53034 52.5478 3.20052 52.5478V46.6177C2.52281 46.6177 1.87522 46.6177 1.23516 46.6177C0.595103 46.6102 0.211067 46.2887 0.196007 45.7802C0.180946 45.2717 0.564983 44.9202 1.20504 44.9053C1.85263 44.8828 2.50022 44.9053 3.20052 44.9053V38.9902C2.59058 38.9902 1.98818 38.9902 1.38577 38.9902C0.602633 38.9902 0.180946 38.6761 0.196007 38.1078C0.203537 37.5469 0.617693 37.2553 1.41589 37.2478C2.00324 37.2478 2.58306 37.2478 3.20805 37.2478V31.3552C2.52281 31.3552 1.87522 31.3627 1.23516 31.3552C0.595103 31.3477 0.211067 31.0187 0.196007 30.5102C0.180946 29.9717 0.587573 29.6278 1.25022 29.6203C1.87522 29.6128 2.50775 29.6203 3.19299 29.6203V23.7276C2.57552 23.7276 1.95052 23.7276 1.33305 23.7276C0.595103 23.7276 0.188477 23.3986 0.196007 22.8527C0.196007 22.2993 0.602633 22.0002 1.34811 21.9927C1.95805 21.9927 2.56046 21.9927 3.20805 21.9927V16.0851C2.56046 16.0851 1.92793 16.13 1.31799 16.0702C0.994199 16.0403 0.610163 15.9057 0.38426 15.6888C0.233657 15.5393 0.188477 15.0906 0.301428 14.9036C0.444501 14.6643 0.790886 14.425 1.0695 14.3951C1.75474 14.3203 2.44751 14.3727 3.17793 14.3727C3.20052 14.1708 3.23818 14.0137 3.23818 13.8567C3.23818 12.2489 3.22311 10.6487 3.25324 9.04089C3.25324 8.57726 3.11769 8.40526 2.6433 8.43518C2.12372 8.47257 1.59661 8.45761 1.0695 8.43518C0.512272 8.40526 0.150826 8.04632 0.196007 7.56773C0.241187 7.02932 0.549922 6.73768 1.10715 6.7302C1.77733 6.7302 2.44751 6.7302 3.17793 6.7302C3.20052 6.52081 3.23818 6.34882 3.23818 6.16935C3.23818 5.50381 3.29089 4.83079 3.23818 4.16525C3.0198 1.74987 4.55595 0.112188 7.16137 0.186968C11.062 0.306616 14.9701 0.224358 18.8707 0.224358C29.699 0.224358 40.5273 0.224358 51.3632 0.224358C53.1102 0.224358 54.3376 1.10676 54.7216 2.66218C54.8044 2.98373 54.812 3.32024 54.812 3.64927C54.812 21.5366 54.812 39.4239 54.812 57.3112C54.812 59.4275 53.4867 60.7212 51.3406 60.7212C43.7653 60.7212 36.19 60.7212 28.6147 60.7212C21.3707 60.7212 14.1343 60.7212 6.89028 60.7287C4.50323 60.7287 3.25324 59.4798 3.24571 57.1018C3.24571 56.1671 3.24571 55.2398 3.24571 54.2527V54.2602ZM18.0273 30.4578C18.0273 39.6931 18.0273 48.9209 18.0273 58.1562C18.0273 58.7146 18.311 58.9938 18.8782 58.9938C29.6011 58.9938 40.324 58.9938 51.0469 58.9938C52.6433 58.9938 53.0725 58.575 53.0725 57.0121C53.0725 39.3192 53.0725 21.6263 53.0725 3.92596C53.0725 2.39297 52.6358 1.95925 51.0846 1.95925C40.3391 1.95925 29.6011 1.95925 18.8556 1.95925C18.3034 1.95925 18.0273 2.2459 18.0273 2.81922C18.0273 12.0321 18.0273 21.245 18.0273 30.4578ZM5.01528 46.6177C5.01528 48.5321 5.00775 50.3492 5.03034 52.1589C5.03034 52.286 5.28637 52.5104 5.4445 52.5253C5.96408 52.5702 6.49119 52.5328 7.0183 52.5478C7.68848 52.5627 8.05745 52.8693 8.06498 53.3778C8.08004 53.9162 7.68095 54.2527 7.00324 54.2602C6.36317 54.2677 5.71558 54.2602 5.00775 54.2602C5.00775 55.3296 5.00022 56.3092 5.00775 57.2813C5.02281 58.4554 5.56498 58.9788 6.7698 58.9788C9.70655 58.9788 12.6433 58.9788 15.5876 58.9788C15.7909 58.9788 15.9942 58.9564 16.2126 58.9489V2.04151C16.0996 2.01907 16.0394 1.98916 15.9791 1.98916C12.809 1.98916 9.63878 1.98168 6.4686 1.98916C5.64781 1.98916 5.07552 2.5201 5.03034 3.35015C4.97763 4.32977 5.01528 5.30938 5.00022 6.289C5.00022 6.64046 5.17342 6.70776 5.47462 6.70029C6.00173 6.68533 6.52131 6.69281 7.04842 6.70029C7.68095 6.71524 8.06498 7.05175 8.05745 7.56773C8.05745 8.06128 7.69601 8.38283 7.08607 8.41274C6.58155 8.43518 6.07703 8.44265 5.57251 8.41274C5.13577 8.39031 4.98516 8.53987 4.99269 8.98107C5.01528 10.1476 5.00022 11.3142 5.00022 12.4808C5.00022 13.079 5.00022 13.6772 5.00022 14.3503C5.79842 14.3503 6.50625 14.3353 7.21408 14.3503C7.70354 14.3652 8.06498 14.6643 8.0198 15.128C7.99721 15.4271 7.70354 15.7561 7.44751 15.973C7.28938 16.1076 6.96558 16.0627 6.71709 16.0627C6.15986 16.0702 5.60263 16.0627 5.03034 16.0627V21.9703C5.68546 21.9703 6.31046 21.9703 6.93546 21.9703C7.65836 21.9703 8.07251 22.3068 8.04992 22.8602C8.03486 23.3837 7.63577 23.6977 6.94299 23.7052C6.31799 23.7127 5.69299 23.7052 5.0454 23.7052V29.5979C5.71558 29.5979 6.34058 29.5979 6.97311 29.5979C7.65083 29.6053 8.05745 29.9344 8.05745 30.4653C8.05745 30.9962 7.65836 31.3327 6.98065 31.3402C6.34058 31.3477 5.69299 31.3402 5.06046 31.3402V37.2329C5.74571 37.2329 6.37071 37.2254 7.00324 37.2329C7.67342 37.2478 8.08004 37.5918 8.06498 38.1227C8.04992 38.6312 7.65836 38.9528 7.0183 38.9603C6.3707 38.9678 5.73064 38.9603 5.05293 38.9603V44.8754C5.76077 44.8754 6.43095 44.8529 7.0936 44.8754C7.70354 44.8978 8.06498 45.2418 8.06498 45.7278C8.06498 46.2438 7.67342 46.5803 7.04842 46.5878C6.40083 46.5953 5.75324 46.5878 5.01528 46.5878V46.6177Z' fill='%23007749' stroke='%23007749' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M5.01504 46.6178C5.753 46.6178 6.40059 46.6252 7.04818 46.6178C7.68071 46.6103 8.06474 46.2663 8.06474 45.7578C8.06474 45.2717 7.7033 44.9277 7.09336 44.9053C6.43071 44.8829 5.76053 44.9053 5.0527 44.9053V38.9902C5.73041 38.9902 6.378 38.9902 7.01806 38.9902C7.65812 38.9827 8.04215 38.6612 8.06474 38.1527C8.0798 37.6217 7.68071 37.2703 7.003 37.2628C6.378 37.2553 5.74547 37.2628 5.06023 37.2628V31.3702C5.69276 31.3702 6.34035 31.3702 6.98041 31.3702C7.65812 31.3627 8.05721 31.0262 8.05721 30.4952C8.05721 29.9643 7.65059 29.6353 6.97288 29.6278C6.34788 29.6278 5.72288 29.6278 5.04517 29.6278V23.7351C5.70029 23.7351 6.31776 23.7351 6.94276 23.7351C7.63553 23.7277 8.03462 23.4211 8.04968 22.8901C8.06474 22.3368 7.65059 22.0077 6.93523 22.0003C6.31023 22.0003 5.68523 22.0003 5.03011 22.0003V16.0927C5.60239 16.0927 6.15962 16.1001 6.71685 16.0927C6.96535 16.0927 7.28914 16.13 7.44727 16.0029C7.7033 15.7861 7.98944 15.4645 8.01956 15.1579C8.05721 14.7017 7.69577 14.3951 7.21384 14.3802C6.50601 14.3578 5.79818 14.3802 4.99998 14.3802C4.99998 13.7072 4.99998 13.1089 4.99998 12.5107C4.99998 11.3441 5.01505 10.1776 4.99245 9.01101C4.98492 8.56981 5.13553 8.42025 5.57227 8.44268C6.07679 8.47259 6.58131 8.46511 7.08583 8.44268C7.7033 8.42025 8.05721 8.09869 8.05721 7.59767C8.05721 7.08169 7.68071 6.74518 7.04818 6.73022C6.52107 6.72275 6.00149 6.71527 5.47438 6.73022C5.17318 6.73022 4.99245 6.6704 4.99998 6.31893C5.01504 5.33932 4.97739 4.3597 5.03011 3.38009C5.07529 2.55003 5.64758 2.0191 6.46836 2.0191C9.63854 2.00414 12.8087 2.0191 15.9789 2.0191C16.0391 2.0191 16.0994 2.04153 16.2123 2.07144V58.9789C15.994 58.9938 15.7906 59.0088 15.5873 59.0088C12.6506 59.0088 9.71384 59.0088 6.76956 59.0088C5.56474 59.0088 5.02258 58.4928 5.00751 57.3113C4.99245 56.3391 5.00751 55.3595 5.00751 54.2902C5.71535 54.2902 6.35541 54.2902 7.003 54.2902C7.68071 54.2827 8.0798 53.9462 8.06474 53.4078C8.04968 52.8918 7.68071 52.5927 7.01806 52.5777C6.49095 52.5627 5.96384 52.6001 5.44426 52.5553C5.29366 52.5403 5.03011 52.316 5.03011 52.1888C4.99998 50.3792 5.01504 48.5695 5.01504 46.6477V46.6178Z' fill='white' stroke='%23007749' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M35.5498 34.6455C32.2139 34.6455 28.8781 34.6455 25.5423 34.6455C24.4956 34.6455 24.2998 34.4436 24.2847 33.3966C24.2621 31.744 24.2847 30.1138 25.0754 28.5808C26.4685 25.8588 29.4203 24.1913 32.47 24.4754C32.726 24.4978 32.982 24.6399 33.2154 24.7671C34.5859 25.5298 36.0543 25.7168 37.4248 24.969C38.6673 24.2885 39.8796 24.3857 41.1221 24.6923C44.5408 25.5448 46.7546 28.4014 46.8224 32.0132C46.8299 32.4918 46.8224 32.9704 46.8224 33.449C46.8148 34.3912 46.5664 34.638 45.6251 34.638C42.2667 34.638 38.9082 34.638 35.5573 34.638L35.5498 34.6455ZM45.0227 32.933C45.4444 29.9493 43.7727 27.2572 41.0167 26.4272C40.0528 26.1355 39.1191 26.0607 38.11 26.5543C36.3856 27.3993 34.5633 27.3544 32.8389 26.487C32.0935 26.1131 31.3781 26.128 30.6477 26.2851C27.8992 26.8534 26.0694 29.1192 26.0091 31.9683C25.9941 32.6065 26.3003 32.9255 26.9278 32.9255C32.6959 32.9255 38.4639 32.9255 44.2395 32.9255H45.0227V32.933Z' fill='%23007749' stroke='%23007749' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M35.1585 10.0579C38.0576 10.0654 40.0756 11.374 40.9943 13.6997C42.0033 16.2572 41.8377 18.7324 40.1434 20.9683C37.666 24.2436 33.2985 24.1838 30.8437 20.886C29.0741 18.5006 29.0064 14.9261 30.7232 12.5032C31.8979 10.8431 33.5395 10.0729 35.1585 10.0654V10.0579ZM39.8723 16.6311C39.8121 16.16 39.7895 15.6739 39.6765 15.2177C39.2473 13.5202 38.3061 12.249 36.4988 11.8825C34.782 11.5386 33.2835 11.9872 32.2067 13.4305C30.7458 15.3972 30.9491 18.5155 32.6208 20.3102C34.3603 22.1797 37.041 22.0825 38.6524 20.1008C39.4732 19.0913 39.8723 17.9322 39.8799 16.6311H39.8723Z' fill='%23007749' stroke='%23007749' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M35.5497 47.1187C31.2726 47.1187 26.988 47.1187 22.7109 47.1187C22.5226 47.1187 22.3268 47.1337 22.1461 47.1038C21.6642 47.029 21.3856 46.7299 21.378 46.2588C21.363 45.8101 21.6341 45.5184 22.0783 45.4212C22.2817 45.3764 22.4925 45.3838 22.7033 45.3838C31.5588 45.3838 39.5332 45.3838 48.3811 45.3838C48.4413 45.3838 48.5091 45.3838 48.5693 45.3838C49.3073 45.3988 49.7289 45.7054 49.7289 46.2438C49.7289 46.7822 49.3073 47.1112 48.5844 47.1112C44.2395 47.1112 39.9021 47.1112 35.5573 47.1112L35.5497 47.1187Z' fill='%23007749' stroke='%23007749' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M35.6026 40.8447C39.8421 40.8447 44.074 40.8447 48.3135 40.8447C48.5243 40.8447 48.7352 40.8372 48.946 40.8597C49.4129 40.9045 49.6764 41.1962 49.7141 41.6299C49.7442 42.0636 49.5258 42.4001 49.074 42.5048C48.8556 42.5572 48.6147 42.5721 48.3888 42.5721C39.827 42.5721 31.2728 42.5721 22.7111 42.5721C22.5831 42.5721 22.455 42.5721 22.3346 42.5721C21.7171 42.5123 21.3331 42.1459 21.3707 41.6374C21.4008 41.1513 21.7773 40.8522 22.3948 40.8522C26.7999 40.8522 31.205 40.8522 35.6102 40.8522L35.6026 40.8447Z' fill='%23007749' stroke='%23007749' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M45.0229 32.933H44.2397C38.4717 32.933 32.7036 32.933 26.928 32.933C26.3005 32.933 25.9943 32.614 26.0093 31.9758C26.0696 29.1267 27.8994 26.8609 30.6479 26.2926C31.3783 26.143 32.0937 26.1206 32.8391 26.4945C34.5635 27.3619 36.3858 27.3993 38.1102 26.5618C39.1193 26.0682 40.053 26.143 41.0168 26.4347C43.7729 27.2647 45.4446 29.9568 45.0229 32.9405V32.933Z' fill='white' stroke='%23007749' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M39.8724 16.631C39.8724 17.9397 39.4658 19.0913 38.645 20.1008C37.0336 22.0825 34.3528 22.1797 32.6134 20.3102C30.9417 18.5155 30.7384 15.3897 32.1992 13.4305C33.276 11.9872 34.7745 11.5311 36.4914 11.8825C38.2986 12.2489 39.2399 13.5202 39.6691 15.2177C39.7896 15.6739 39.8046 16.1599 39.8649 16.631H39.8724Z' fill='white' stroke='%23007749' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M31.1224 51.7252C28.2534 51.7252 25.3844 51.7252 22.5155 51.7252C22.3874 51.7252 22.2594 51.7401 22.1389 51.7102C21.8152 51.6354 21.6344 51.3363 21.6194 50.8652C21.6118 50.4165 21.7926 50.1249 22.0862 50.0277C22.2218 49.9828 22.3648 49.9903 22.5079 49.9903C28.4417 49.9903 33.788 49.9903 39.7218 49.9903C39.767 49.9903 39.8046 49.9903 39.8498 49.9903C40.3468 50.0052 40.6254 50.3118 40.6254 50.8502C40.6254 51.3887 40.3392 51.7177 39.8573 51.7177C36.9432 51.7177 34.0365 51.7177 31.1224 51.7177V51.7252Z' fill='%23007749' stroke='%23007749' stroke-width='0.5' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_182_1533'%3E%3Crect width='55' height='60.9231' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");

}
.ii-tabs-headings--item:hover .ii-third-tab-image,
.ii-tabs-headings--item.active .ii-third-tab-image{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='44' viewBox='0 0 72 44' fill='none'%3E%3Cg clip-path='url(%23clip0_182_1546)'%3E%3Cpath d='M17.1648 4.91727C17.8974 5.24296 18.5593 5.60697 19.2598 5.83048C19.8317 6.01568 20.4486 6.10508 21.0463 6.13063C22.8264 6.20726 24.6193 6.18172 26.3995 6.30305C27.5305 6.37968 28.6487 6.6479 29.7669 6.85225C29.9404 6.88418 30.0818 7.03106 30.2488 7.10131C30.8915 7.35675 31.1807 6.80755 31.5791 6.51379C32.2282 6.02206 32.8451 5.47286 33.5327 5.03861C33.8797 4.8151 34.3489 4.72569 34.7794 4.68738C36.3989 4.53411 37.9798 4.80233 39.5414 5.21103C39.8241 5.28767 46.2762 6.21365 46.5268 6.33498C46.8739 6.50102 46.2441 6.87141 46.3919 7.19072C46.5076 7.43977 46.4304 8.12947 46.2248 8.34659C46.2248 8.34659 45.338 8.28912 44.7853 8.05283C44.2391 7.82294 38.7509 7.06299 38.1533 6.96082C37.4078 6.8331 36.6624 6.67983 35.9105 6.60958C34.7152 6.50741 33.8605 7.1971 33.0315 7.9315C31.2514 9.51524 29.4905 11.1309 27.659 12.6508C26.4894 13.6215 25.1977 14.4517 23.9639 15.3457C23.7646 15.4926 23.5847 15.665 23.3855 15.8119C23.0128 16.0801 23.077 16.3994 23.3469 16.6485C24.2852 17.4914 25.3584 17.9065 26.6629 17.7086C28.7129 17.3956 30.3324 16.2781 31.9069 15.052C32.4017 14.6688 32.9286 14.3303 33.4556 14.0046C34.1818 13.5576 34.908 13.762 35.512 14.2026C36.2061 14.7071 36.7523 15.4224 37.4657 15.8885C38.6353 16.6485 39.8241 17.4404 41.1223 17.9385C42.7417 18.5579 44.4897 18.7176 46.2377 18.5388C46.4497 18.5196 46.6618 18.4174 46.8739 18.3663C47.5743 18.1875 47.9985 18.7176 48.4612 19.0496C49.9007 20.0778 51.2952 21.1698 52.709 22.2299C53.9043 23.124 55.106 24.018 56.3078 24.8993C56.4106 24.9759 56.6227 25.027 56.7126 24.9695C58.1521 24.0755 59.5788 23.1623 61.0247 22.2427C59.1033 17.2679 57.1882 12.3187 55.241 7.28651C54.7847 7.40146 54.3028 7.44616 53.8915 7.64413C52.0471 8.5254 50.1192 8.92773 48.082 8.65951C46.9703 8.51263 45.8714 8.28273 44.7724 8.05283C44.3354 7.96343 44.0912 7.4717 44.1555 6.96082C44.1941 6.6032 44.676 6.12424 45.0488 6.1434C45.5372 6.16894 46.0256 6.27751 46.514 6.3286C47.7221 6.45632 48.9367 6.67344 50.1449 6.64151C50.8711 6.62235 51.5908 6.20726 52.317 5.97736C53.0239 5.75385 53.7372 5.53034 54.4955 5.29405C54.4955 5.10886 54.4955 4.92366 54.4955 4.74485C54.5084 3.70392 55.0932 2.97591 56.0957 2.62468C57.2332 2.22874 58.3321 1.73063 59.4631 1.33469C60.395 1.009 61.3461 0.728015 62.31 0.491731C63.049 0.306535 63.9873 1.1495 64.2636 1.83919C64.8099 3.20581 65.3433 4.57243 65.8895 5.93905C66.2558 6.87141 68.3122 12.357 68.6785 13.283C68.8649 13.7556 69.7582 16.1568 69.2505 16.3483C68.8456 16.5016 67.5025 16.0865 67.3162 15.6267C66.9563 14.7518 64.3343 7.79101 64.0001 6.90973C63.5182 5.65167 63.049 4.39362 62.5542 3.14195C62.4193 2.79071 62.2008 2.50973 61.7381 2.7077C61.2175 2.92482 60.697 3.12279 60.17 3.32076C59.5145 3.56343 58.8591 3.79971 58.2036 4.04877C57.7152 4.23397 57.2267 4.41278 56.7576 4.63629C56.6677 4.6746 56.6034 4.93005 56.6484 5.045C57.1047 6.2328 57.5931 7.40145 58.0493 8.58288C58.4606 9.65574 58.8205 10.7541 59.2382 11.827C59.6431 12.8807 60.1058 13.9152 60.5235 14.9689C60.8191 15.7161 61.0826 16.4761 61.3589 17.236C61.6674 18.079 61.9694 18.9283 62.2907 19.7649C62.5992 20.5631 62.9462 21.3486 63.2547 22.1469C63.531 22.8749 63.6853 22.9132 64.4307 22.5875C65.3047 22.2044 66.2108 21.8978 67.0977 21.553C67.7853 21.2848 68.4665 20.9974 69.2441 20.6781C69.1284 20.2758 69.0448 19.8607 68.8906 19.4647C68.3829 18.1811 67.8303 16.9167 67.329 15.6267C67.0848 15.0009 66.8663 14.3495 66.7314 13.6917C66.635 13.2064 66.982 12.8488 67.4254 12.7083C67.9588 12.5359 68.505 12.8105 68.6914 13.2894C69.2441 14.7071 69.7646 16.1312 70.3173 17.5489C70.6386 18.3663 71.0242 19.1646 71.3198 19.9948C71.6732 20.9974 71.0949 22.2427 69.8931 22.6833C69.0641 22.9898 68.2351 23.3028 67.4126 23.6221C66.5707 23.9414 65.7417 24.2862 64.8934 24.58C64.4693 24.7269 64.0194 24.8673 63.576 24.8801C63.2033 24.8865 62.7406 24.7971 62.4578 24.5736C61.9309 24.1585 61.5131 24.3948 61.0954 24.6502C60.1829 25.2122 59.3346 25.8891 58.3899 26.3872C57.818 26.6874 57.8437 27.0642 58.0236 27.4601C58.4542 28.3988 58.1329 29.2673 57.7923 30.1039C57.2717 31.3748 56.2114 32.1219 54.939 32.4795C54.322 32.6583 53.6151 32.5115 52.9532 32.5115C52.3427 35.2192 50.5883 36.375 47.8892 36.2984C47.7671 37.6714 47.1759 38.7634 46.0513 39.517C44.9074 40.2833 43.6543 40.4046 42.3626 40.0406C42.0412 40.6665 41.7906 41.3753 41.36 41.9501C40.1198 43.6041 38.6031 43.8659 36.8102 43.3997C35.949 43.1762 35.1779 42.5184 34.4388 41.9692C34.0597 41.6882 33.8476 41.7329 33.6227 42.0331C32.9672 42.9144 32.1446 43.6041 31.0843 43.8914C30.1974 44.1341 29.3106 43.9808 28.4623 43.5594C27.177 42.9208 26.6565 41.7777 26.3095 40.5068C26.2966 40.4557 26.2709 40.411 26.2324 40.3216C25.2684 40.443 24.4201 40.162 23.6425 39.5681C22.8457 38.955 22.4408 38.1248 22.2159 37.2116C22.1195 36.8285 21.9588 36.7327 21.6311 36.739C20.5772 36.7518 19.6582 36.3687 19.0348 35.5512C18.5464 34.9126 18.2315 34.1399 17.7945 33.3353C14.1765 32.8882 13.0904 30.1039 14.3821 27.3388C13.1804 26.5597 11.9722 25.7742 10.7641 24.9951C10.4428 24.7843 10.1022 24.5991 9.79371 24.3692C9.41455 24.0882 9.08681 24.1202 8.63054 24.2671C8.11 24.4331 7.45451 24.4586 6.9404 24.2862C5.52017 23.8136 4.11922 23.2708 2.76969 22.6322C1.95996 22.2491 0.957449 22.1341 0.430487 21.272C0.0577573 20.6589 -0.147887 20.0331 0.192711 19.2923C0.648983 18.2961 1.00886 17.2552 1.42015 16.2398C1.87642 15.1286 2.3584 14.0302 2.80824 12.9126C3.21953 11.8972 3.59226 10.8691 4.00355 9.85371C4.44054 8.77446 4.90967 7.7016 5.34666 6.62235C5.75795 5.60697 6.15638 4.5852 6.55482 3.56982C6.86328 2.78433 7.06893 1.93498 7.4995 1.21974C8.04574 0.306535 9.0354 -0.344844 10.3207 0.229902C11.3746 0.696085 12.4864 1.03455 13.5596 1.45603C14.4078 1.79449 15.2561 2.15211 16.0787 2.55443C16.792 2.90566 17.2483 3.45487 17.1776 4.3106C17.1583 4.50857 17.1776 4.71292 17.1776 4.93005L17.1648 4.91727ZM28.8993 9.01074C28.88 8.95327 28.8608 8.89579 28.835 8.84471C28.3981 8.72976 27.9675 8.53817 27.5241 8.50624C25.0949 8.35937 22.6657 8.28273 20.2366 8.12308C19.6132 8.08476 18.9898 7.86764 18.3922 7.67606C17.8845 7.51002 17.4154 7.23542 16.9013 7.06938C16.7278 7.01191 16.3679 7.08854 16.31 7.20349C15.9823 7.86125 15.7252 8.55095 15.4425 9.22787C15.1019 10.0581 14.7677 10.8819 14.4271 11.712C14.1058 12.4975 13.7716 13.2766 13.4503 14.0557C13.0969 14.9179 12.7563 15.7864 12.4028 16.6421C12.0879 17.4084 11.7602 18.1684 11.4453 18.9283C11.1818 19.5669 10.9633 20.2375 10.6484 20.8505C10.1793 21.7701 10.1857 22.0703 10.8412 22.5045C12.3578 23.5135 13.8809 24.5097 15.3847 25.5379C15.6931 25.7486 15.9116 25.6337 16.0916 25.4357C16.4964 24.9887 16.8627 24.5161 17.2419 24.0499C17.7303 23.456 18.3601 23.0218 19.067 22.811C20.0052 22.5364 20.9563 22.5684 21.8753 23.0601C22.9935 23.6604 23.7454 24.497 23.9189 25.7614C23.9703 26.1062 24.1245 26.1509 24.4073 26.2148C25.0563 26.3681 25.7504 26.4766 26.3288 26.7832C27.3377 27.3068 27.9803 28.1689 28.0703 29.344C28.096 29.7335 28.3145 29.7591 28.6165 29.8102C29.1564 29.8932 29.7669 29.8996 30.2167 30.1614C31.2449 30.7489 32.0932 31.5408 32.2474 32.8308C32.2989 33.2331 32.5045 33.4247 32.9865 33.4694C33.5649 33.5205 34.1625 33.7121 34.683 33.9739C35.3964 34.3251 35.8912 34.9318 36.2254 35.6662C36.8552 37.0456 36.7331 38.061 35.8269 39.3509C35.4221 39.9257 35.3899 40.0087 36.0005 40.4749C36.2768 40.6856 36.566 40.89 36.8359 41.1135C37.5235 41.6882 38.4617 41.6819 39.2329 41.171C40.2483 40.5004 40.5889 38.872 39.355 37.9843C38.7188 37.5245 38.0954 37.0328 37.5106 36.5155C37.1315 36.1771 37.0608 35.6215 37.5621 35.1234C37.8384 34.8488 38.6031 34.7658 38.8859 34.9893C40.0555 35.8961 41.2187 36.8157 42.4075 37.7033C43.1594 38.2653 44.3612 38.2845 45.0745 37.6267C46.0192 36.7646 46.0834 35.5768 45.2994 34.8105C44.3997 33.9356 43.3586 33.2012 42.3433 32.454C41.7906 32.0453 41.6428 31.5408 42.0284 30.9277C42.3111 30.4807 42.9152 30.353 43.4036 30.717C44.6696 31.6493 45.9163 32.6073 47.1631 33.5716C47.9342 34.1655 48.6861 34.306 49.6693 33.9611C50.8068 33.5652 51.1217 31.4322 50.2092 30.7745C49.0524 29.9443 47.9664 29.0183 46.8546 28.1242C46.5011 27.8433 46.3469 27.0003 46.5783 26.6938C46.8932 26.2723 47.7286 26.1893 48.172 26.5277C49.7272 27.7155 51.2888 28.9033 52.844 30.0912C53.3259 30.4615 54.5662 30.5318 55.0546 30.2253C56.3014 29.4525 56.372 27.5814 55.2217 26.7385C54.7333 26.3808 54.2513 26.0105 53.7694 25.6401C51.8093 24.1521 49.8621 22.6578 47.8892 21.189C47.5294 20.9208 47.0859 20.6206 46.6682 20.5951C45.0873 20.5057 43.4807 20.7675 41.9191 20.2566C41.1737 20.0139 40.3704 19.9309 39.6635 19.6116C37.8127 18.775 36.1033 17.6894 34.6895 16.2142C34.3939 15.9013 34.079 15.9396 33.8283 16.1568C32.7808 17.0763 31.6626 17.8682 30.4416 18.5579C29.3877 19.1582 28.2824 19.5988 27.1128 19.7713C25.1142 20.065 23.2891 19.5861 21.8303 18.0981C20.7957 17.038 20.7764 15.2052 21.991 14.2473C22.9806 13.4682 24.0603 12.8041 25.0628 12.0377C26.3609 11.0543 27.6205 10.0197 28.8993 9.01074ZM2.08206 20.0586C2.699 20.3205 3.20025 20.5312 3.70151 20.7419C4.78757 21.189 5.87362 21.6168 6.95325 22.083C7.71799 22.4087 7.81439 22.3704 8.11643 21.5913C8.33492 21.0229 8.61768 20.4801 8.85546 19.9245C9.1575 19.2221 9.45311 18.5196 9.73587 17.8044C10.07 16.955 10.3721 16.0865 10.7191 15.2372C11.1625 14.1388 11.6381 13.0595 12.0815 11.9611C12.4864 10.9649 12.8591 9.9495 13.2639 8.95327C13.8423 7.52918 14.44 6.11147 15.0055 4.68099C15.0505 4.57243 14.9991 4.32976 14.9091 4.27228C14.6906 4.1254 14.4207 4.036 14.1701 3.94021C13.3154 3.60175 12.4542 3.26328 11.5995 2.93121C10.899 2.65661 10.1921 2.38201 9.41455 2.07548C6.95968 8.09754 4.53694 14.043 2.08849 20.0586H2.08206ZM17.6082 31.2406C18.0002 31.0491 18.4436 30.915 18.7713 30.6404C19.2083 30.2827 19.5811 29.8421 19.9409 29.4078C20.5579 28.6543 21.2134 27.9135 21.7339 27.0961C22.203 26.3553 21.946 25.5507 21.2712 25.0653C20.68 24.6374 19.6003 24.6183 19.067 25.2122C18.1351 26.2595 17.184 27.2877 16.2843 28.3605C15.8024 28.9289 15.6995 29.5994 16.1365 30.27C16.4643 30.7745 16.8884 31.1385 17.6146 31.2406H17.6082ZM28.5073 40.0917C28.5009 40.8325 28.8865 41.5414 29.3556 41.7266C30.0432 42.0012 30.8786 41.8543 31.3542 41.3434C32.2474 40.3791 33.1343 39.4084 34.0083 38.425C34.4774 37.8949 34.5802 36.9498 34.3167 36.4389C33.7641 35.366 32.3117 35.1617 31.4763 36.1068C30.6666 37.0264 29.889 37.9779 29.0664 38.8848C28.7194 39.2679 28.4495 39.6447 28.5137 40.0917H28.5073ZM24.3494 28.3861C24.3237 28.335 24.298 28.2839 24.2723 28.2328C23.8867 28.4563 23.4176 28.616 23.122 28.9225C22.2609 29.8166 21.4833 30.7872 20.635 31.6941C20.243 32.1155 20.0952 32.62 20.1145 33.1309C20.1402 33.9356 20.6928 34.4337 21.4126 34.7083C21.946 34.9126 22.7943 34.5231 23.257 33.9675C24.0217 33.0543 24.7864 32.1475 25.5833 31.2662C26.0653 30.7298 26.2838 30.1422 26.0331 29.4781C25.7568 28.7437 25.2106 28.3031 24.3559 28.3861H24.3494ZM24.2916 36.6305C24.3751 36.9306 24.3816 37.2946 24.5551 37.5309C25.3905 38.6485 26.5922 38.508 27.402 37.5756C28.1667 36.7007 28.9379 35.8258 29.7155 34.9637C30.236 34.389 30.5316 33.6801 30.2103 33.0096C29.5484 31.6366 27.9611 31.6557 27.1578 32.652C26.4316 33.546 25.6861 34.4401 24.8893 35.2703C24.5037 35.6726 24.3045 36.0749 24.2916 36.6305Z' fill='%23007749'/%3E%3Cpath d='M28.893 9.01075C27.6142 10.0197 26.3546 11.0543 25.0565 12.0377C24.054 12.7977 22.9743 13.4682 21.9847 14.2473C20.7701 15.2052 20.7829 17.038 21.824 18.0981C23.2764 19.5861 25.1079 20.065 27.1065 19.7713C28.2761 19.5988 29.3814 19.1518 30.4354 18.5579C31.6564 17.8682 32.7746 17.0764 33.8221 16.1568C34.0727 15.9332 34.3876 15.9013 34.6832 16.2142C36.097 17.6958 37.8064 18.775 39.6572 19.6116C40.3641 19.9309 41.1674 20.0076 41.9129 20.2566C43.4745 20.7739 45.0746 20.5057 46.6619 20.5951C47.0797 20.6206 47.5231 20.9208 47.883 21.189C49.8559 22.6578 51.803 24.1521 53.7631 25.6401C54.2451 26.0041 54.727 26.3745 55.2154 26.7385C56.3593 27.5814 56.2951 29.4589 55.0484 30.2253C54.56 30.5318 53.3197 30.4615 52.8377 30.0912C51.2825 28.897 49.7209 27.7155 48.1657 26.5277C47.7223 26.1893 46.8804 26.2723 46.572 26.6938C46.3406 27.0067 46.4949 27.8433 46.8483 28.1242C47.9601 29.0119 49.0526 29.9379 50.2029 30.7745C51.109 31.4322 50.8005 33.5652 49.6631 33.9611C48.6734 34.306 47.9279 34.1655 47.1568 33.5716C45.9101 32.6137 44.6633 31.6557 43.3974 30.717C42.9089 30.3594 42.3049 30.4807 42.0221 30.9277C41.6365 31.5472 41.7843 32.0517 42.337 32.454C43.3524 33.2012 44.3934 33.942 45.2931 34.8105C46.0771 35.5768 46.0129 36.7582 45.0682 37.6267C44.3549 38.2781 43.1596 38.2653 42.4013 37.7033C41.2124 36.8157 40.0492 35.8961 38.8796 34.9893C38.5904 34.7658 37.8321 34.8488 37.5558 35.1234C37.0545 35.6215 37.1252 36.1771 37.5044 36.5155C38.0892 37.0392 38.7125 37.5245 39.3487 37.9843C40.5762 38.8784 40.2356 40.5004 39.2266 41.171C38.4555 41.6819 37.5172 41.6819 36.8296 41.1135C36.5597 40.89 36.2769 40.6856 35.9942 40.4749C35.3901 40.0151 35.4158 39.9321 35.8207 39.351C36.7332 38.061 36.8489 37.0392 36.2191 35.6662C35.8849 34.9318 35.3901 34.3251 34.6768 33.9739C34.1562 33.7121 33.5586 33.5269 32.9802 33.4694C32.4982 33.4247 32.2926 33.2331 32.2412 32.8308C32.0869 31.5472 31.2387 30.7489 30.2104 30.1614C29.7542 29.906 29.1501 29.8932 28.6103 29.8102C28.3082 29.7655 28.0962 29.7335 28.064 29.344C27.9805 28.1689 27.3314 27.3068 26.3225 26.7832C25.7441 26.4766 25.0501 26.3681 24.401 26.2148C24.1182 26.151 23.964 26.1062 23.9126 25.7614C23.7327 24.497 22.9872 23.6604 21.869 23.0601C20.95 22.5684 19.9989 22.5364 19.0607 22.811C18.3474 23.0218 17.7176 23.456 17.2356 24.0499C16.8564 24.5161 16.4837 24.9887 16.0853 25.4357C15.9053 25.6337 15.6868 25.7486 15.3784 25.5379C13.8746 24.5097 12.3516 23.5135 10.8349 22.5045C10.1794 22.0639 10.173 21.7701 10.6421 20.8505C10.957 20.2311 11.1691 19.5669 11.439 18.9283C11.7539 18.162 12.0816 17.402 12.3965 16.6421C12.75 15.78 13.0906 14.9115 13.444 14.0557C13.7654 13.2703 14.0995 12.4912 14.4208 11.7121C14.7614 10.8883 15.0956 10.0581 15.4362 9.22787C15.719 8.55095 15.976 7.86126 16.3038 7.20349C16.3616 7.08216 16.7215 7.01191 16.895 7.06938C17.4027 7.23542 17.8718 7.51641 18.3859 7.67606C18.99 7.86764 19.6069 8.08477 20.2303 8.12309C22.6594 8.28274 25.0886 8.35937 27.5178 8.50625C27.9612 8.53179 28.3918 8.72338 28.8288 8.84471C28.848 8.90219 28.8673 8.95966 28.893 9.01075Z' fill='white'/%3E%3Cpath d='M2.08211 20.0587C4.53698 14.0366 6.95973 8.09118 9.40817 2.0755C10.1922 2.38203 10.8927 2.65663 11.5931 2.93123C12.4478 3.2697 13.309 3.60177 14.1637 3.94023C14.4143 4.04241 14.6842 4.12543 14.9027 4.27231C14.9927 4.32978 15.0441 4.56607 14.9991 4.68102C14.4272 6.11149 13.8295 7.5292 13.2576 8.95329C12.8527 9.94952 12.48 10.9649 12.0751 11.9611C11.6317 13.0531 11.1561 14.1388 10.7127 15.2372C10.3721 16.0865 10.0701 16.9486 9.72949 17.8044C9.44673 18.5132 9.15112 19.2221 8.84908 19.9246C8.6113 20.4865 8.32854 21.0293 8.11005 21.5913C7.80801 22.3704 7.70518 22.4087 6.94687 22.083C5.86724 21.6169 4.78119 21.189 3.69513 20.742C3.19387 20.5376 2.69904 20.3205 2.07568 20.0587H2.08211Z' fill='white'/%3E%3Cpath d='M17.6081 31.2343C16.8883 31.1321 16.4642 30.7681 16.13 30.2636C15.693 29.5931 15.8023 28.9289 16.2778 28.3542C17.1775 27.2813 18.1286 26.2468 19.0604 25.2058C19.5938 24.6055 20.6735 24.6311 21.2647 25.059C21.9394 25.5507 22.1965 26.3489 21.7274 27.0897C21.2068 27.9071 20.5578 28.6479 19.9344 29.4015C19.5745 29.8357 19.2018 30.2828 18.7648 30.634C18.4371 30.9022 17.9937 31.0363 17.6016 31.2343H17.6081Z' fill='white'/%3E%3Cpath d='M28.5071 40.0853C28.4428 39.6383 28.7127 39.2615 29.0597 38.8784C29.8823 37.9652 30.6599 37.02 31.4696 36.1004C32.2986 35.1553 33.751 35.3533 34.3101 36.4325C34.5736 36.9498 34.4707 37.8885 34.0016 38.4186C33.1276 39.402 32.2472 40.3727 31.3475 41.337C30.872 41.8479 30.0365 41.9948 29.3489 41.7202C28.8862 41.535 28.4942 40.8261 28.5006 40.0853H28.5071Z' fill='white'/%3E%3Cpath d='M24.3495 28.3797C25.2106 28.2967 25.7505 28.7373 26.0268 29.4717C26.2774 30.1359 26.0589 30.7298 25.5769 31.2598C24.7801 32.1411 24.0153 33.0543 23.2506 33.9611C22.7879 34.5167 21.9396 34.9063 21.4062 34.7019C20.6865 34.4273 20.1338 33.9292 20.1081 33.1246C20.0888 32.6137 20.2366 32.1092 20.6286 31.6877C21.4769 30.7809 22.2545 29.8102 23.1156 28.9161C23.4177 28.6032 23.8804 28.45 24.266 28.2264C24.2917 28.2775 24.3174 28.3286 24.3431 28.3797H24.3495Z' fill='white'/%3E%3Cpath d='M24.2915 36.6241C24.3044 36.0685 24.5036 35.6662 24.8892 35.2639C25.6925 34.4337 26.4315 33.5396 27.1577 32.6456C27.9674 31.6494 29.5483 31.6302 30.2102 33.0032C30.5315 33.6738 30.2359 34.3826 29.7154 34.9574C28.9313 35.8195 28.1602 36.688 27.4019 37.5693C26.5921 38.5016 25.3904 38.6421 24.555 37.5246C24.3815 37.2883 24.375 36.9307 24.2915 36.6241Z' fill='white'/%3E%3Cpath d='M11.2461 7.19712C12.215 7.19712 13.0005 6.41657 13.0005 5.45372C13.0005 4.49087 12.215 3.71033 11.2461 3.71033C10.2772 3.71033 9.4917 4.49087 9.4917 5.45372C9.4917 6.41657 10.2772 7.19712 11.2461 7.19712Z' fill='%23007749'/%3E%3Cpath d='M65.6069 20.9718C66.5759 20.9718 67.3613 20.1913 67.3613 19.2284C67.3613 18.2656 66.5759 17.485 65.6069 17.485C64.638 17.485 63.8525 18.2656 63.8525 19.2284C63.8525 20.1913 64.638 20.9718 65.6069 20.9718Z' fill='%23007749'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_182_1546'%3E%3Crect width='71.4098' height='44' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.ii-tabs-headings--item:hover .ii-fourth-tab-image,
.ii-tabs-headings--item.active .ii-fourth-tab-image{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='60' viewBox='0 0 62 60' fill='none'%3E%3Cg opacity='0.77' clip-path='url(%23clip0_182_1558)'%3E%3Cpath d='M19.3208 19.0267C17.9336 18.8074 16.5778 18.5192 15.2158 18.3814C12.5232 18.112 9.82437 17.8677 7.1192 17.7173C5.33467 17.6171 4.00416 19.0204 3.99154 20.8122C3.99154 21.3385 4.01046 21.8647 3.97893 22.3847C3.96632 22.5288 3.80868 22.7356 3.66995 22.7794C1.3116 23.55 0.0126115 25.298 0.0126115 27.7664C0.00630576 36.7755 0 45.7908 0 54.8062C0 57.9074 2.10612 59.9999 5.22117 59.9999C22.1395 59.9999 39.0579 59.9999 55.9825 59.9999C56.2221 59.9999 56.4617 60.0061 56.7014 59.9936C57.6788 59.931 58.5742 59.6365 59.3561 59.0539C60.7686 58.0076 61.4181 56.5917 61.4181 54.85C61.4055 46.5614 61.4055 38.2791 61.3992 29.9905C61.3992 29.1572 61.4055 28.3302 61.3992 27.497C61.3739 25.3293 60.0245 23.5062 57.9499 22.8421C57.5716 22.723 57.3824 22.5727 57.4265 22.1404C57.4707 21.6893 57.4391 21.2257 57.4328 20.7684C57.4076 18.9703 56.0897 17.6797 54.2673 17.6985C53.4854 17.7048 52.6972 17.7236 51.9153 17.8113C49.1408 18.1183 46.3662 18.444 43.5917 18.7761C43.0935 18.8325 42.6017 18.939 42.0531 19.033C41.7252 15.9005 40.3505 13.3631 37.9543 11.4084C35.5392 9.4287 32.7206 8.60798 29.6181 8.88364C24.3276 9.34725 19.8947 13.4947 19.3145 19.033L19.3208 19.0267ZM37.6328 8.87111C37.948 8.73328 38.1877 8.68943 38.3327 8.5516C39.2975 7.63064 40.256 6.69715 41.1892 5.74487C41.5612 5.36897 41.5297 4.755 41.2018 4.39789C40.8613 4.02199 40.2623 3.94055 39.865 4.31645C38.8687 5.2562 37.8976 6.22728 36.9454 7.21088C36.6617 7.50534 36.6301 7.9251 36.8635 8.24461C37.0526 8.50148 37.3742 8.66437 37.6264 8.86485L37.6328 8.87111ZM29.7379 2.95694C29.7379 3.60224 29.7253 4.24753 29.7379 4.88657C29.7569 5.48801 30.1793 5.9015 30.728 5.88897C31.2576 5.87644 31.7053 5.42536 31.7117 4.85524C31.7243 3.58344 31.7243 2.31165 31.7117 1.03985C31.7117 0.419612 31.2702 -0.00640869 30.6964 -0.00640869C30.1226 -0.00640869 29.7506 0.382022 29.7316 1.01479C29.719 1.66008 29.7316 2.30538 29.7316 2.94441L29.7379 2.95694ZM20.9036 3.97187C20.6261 4.18488 20.2919 4.34151 20.1091 4.60464C19.8568 4.96801 19.9325 5.4003 20.2478 5.72608C21.1369 6.6345 22.0323 7.53666 22.9403 8.42003C23.3817 8.85232 23.943 8.82726 24.3591 8.42003C24.769 8.01907 24.7627 7.49281 24.315 7.02293C23.4574 6.1333 22.5872 5.2562 21.7044 4.39789C21.5215 4.22247 21.2441 4.14103 20.9099 3.97187H20.9036Z' fill='white'/%3E%3Cpath d='M19.3208 19.0268C19.8947 13.4948 24.3276 9.34113 29.6244 8.87752C32.7269 8.60812 35.5456 9.42257 37.9607 11.4023C40.3505 13.3633 41.7315 15.8943 42.0594 19.0268C42.6017 18.9329 43.0998 18.8264 43.598 18.77C46.3725 18.4379 49.1471 18.1059 51.9216 17.8052C52.6972 17.7174 53.4854 17.7049 54.2737 17.6924C56.096 17.6736 57.4139 18.9642 57.4391 20.7622C57.4391 21.2196 57.477 21.6832 57.4328 22.1343C57.3887 22.5666 57.5842 22.7169 57.9562 22.836C60.0371 23.5001 61.3802 25.3232 61.4055 27.4909C61.4181 28.3241 61.4055 29.1511 61.4055 29.9843C61.4055 38.2729 61.4055 46.5553 61.4244 54.8439C61.4244 56.5856 60.7812 58.0015 59.3624 59.0477C58.5742 59.6304 57.6788 59.9248 56.7077 59.9875C56.4681 60 56.2284 59.9937 55.9888 59.9937C39.0705 59.9937 22.1521 59.9937 5.22747 59.9937C2.10612 60 0 57.9075 0 54.8063C0 45.791 0.00630576 36.7756 0.0126115 27.7665C0.0126115 25.3044 1.3116 23.5502 3.66364 22.7921C3.80237 22.7483 3.96002 22.5352 3.97263 22.3974C4.01046 21.8774 3.98524 21.3449 3.98524 20.8249C3.99154 19.0331 5.32206 17.6297 7.11289 17.73C9.81806 17.8803 12.5169 18.1247 15.2095 18.3941C16.5778 18.5319 17.9273 18.8138 19.3145 19.0394L19.3208 19.0268ZM31.699 57.4251C31.9134 57.3687 32.0648 57.3436 32.2035 57.2873C35.7347 55.9215 39.3795 54.9379 43.0998 54.2299C46.7383 53.5408 50.4208 53.1899 54.1286 53.1022C55.0682 53.0772 55.4654 52.695 55.4654 51.7615C55.4654 41.5245 55.4654 31.2875 55.4654 21.0567C55.4654 20.0543 55.024 19.6157 54.0277 19.6659C52.735 19.7348 51.4361 19.7724 50.1497 19.929C47.6337 20.2297 45.124 20.6119 42.608 20.9502C42.2423 21.0003 42.1098 21.1507 42.0657 21.5328C41.8009 23.9261 40.8739 26.0374 39.2218 27.8041C38.6228 28.4431 37.9165 28.9819 37.267 29.5834C36.1509 30.6171 35.7536 31.9328 35.6464 33.405C35.5203 35.0841 34.0826 36.3559 32.3864 36.3934C31.2955 36.4185 30.2046 36.4185 29.1137 36.3934C27.2976 36.3559 25.8599 34.9274 25.7905 33.1231C25.7338 31.5631 25.1347 30.2725 23.8736 29.3077C21.8873 27.7853 20.4685 25.862 19.7812 23.4562C19.5605 22.6793 19.428 21.8837 19.2515 21.0504C18.6713 20.9377 18.0534 20.8061 17.4354 20.6996C14.106 20.1232 10.7513 19.7912 7.37143 19.6596C6.40034 19.622 5.95894 20.0606 5.95894 21.0316C5.95894 31.2812 5.95263 41.537 5.94633 51.7866C5.94633 52.7201 6.32467 53.0646 7.27684 53.1148C9.37035 53.2338 11.4702 53.3278 13.5511 53.5408C16.4139 53.8352 19.2515 54.3302 22.0323 55.0882C23.9493 55.6145 25.8473 56.2097 27.7516 56.7923C28.3885 56.9865 29.0191 57.2246 29.7001 57.4627V40.3091C29.3659 40.3091 29.0758 40.3153 28.7858 40.3091C28.1678 40.2903 27.7516 39.9019 27.7516 39.3505C27.7516 38.8117 28.1867 38.3732 28.7732 38.3669C30.0532 38.3544 31.3333 38.3544 32.6134 38.3669C33.225 38.3669 33.6854 38.8243 33.6791 39.3693C33.6727 39.9081 33.2376 40.2965 32.626 40.3153C32.3296 40.3216 32.0269 40.3153 31.718 40.3153V57.4439L31.699 57.4251ZM33.1746 22.7796C33.1368 22.7357 33.0926 22.6919 33.0548 22.6417H27.9093C29.0506 24.0013 30.1226 25.2856 31.2135 26.5636C31.5414 26.9458 31.6927 27.353 31.6927 27.8605C31.6738 29.8277 31.6864 31.7887 31.6864 33.7559C31.6864 33.9564 31.6864 34.1568 31.6864 34.3385C32.8467 34.633 33.7043 33.925 33.7358 32.8287C33.7989 30.6986 34.7636 28.9882 36.4662 27.6663C40.3316 24.6716 41.2586 19.4591 38.8119 15.3618C36.6743 11.772 32.4305 10.0428 28.3759 11.1204C25.1032 11.9912 22.8079 14.0336 21.7738 17.2413C20.4811 21.2384 21.4837 24.7155 24.706 27.4345C26.4779 28.9318 27.6003 30.6547 27.7075 33.0041C27.7579 34.0942 28.4894 34.5515 29.7001 34.3573C29.7127 34.2821 29.738 34.2007 29.738 34.1192C29.738 32.1395 29.7443 30.1535 29.738 28.1738C29.738 28.0046 29.6497 27.8104 29.5425 27.6788C28.0858 25.9183 26.6166 24.1579 25.1411 22.4099C24.8447 22.0591 24.6555 21.7083 24.8636 21.2634C25.0717 20.8186 25.4374 20.6495 25.9356 20.6495C27.966 20.662 29.9965 20.6495 32.0206 20.6495C33.1998 20.6495 34.3727 20.6495 35.5519 20.6495C35.9996 20.6495 36.3464 20.8312 36.5419 21.2446C36.7184 21.6205 36.6617 21.9902 36.3716 22.2784C35.224 23.4374 34.0763 24.5902 32.9097 25.7241C32.4557 26.1627 31.7747 26.0562 31.4468 25.5612C31.1631 25.1352 31.2198 24.6403 31.6423 24.2268C32.1468 23.7319 32.6701 23.262 33.1809 22.7796H33.1746ZM3.99154 24.7719C3.75823 24.8784 3.58798 24.9285 3.43664 25.0224C2.4151 25.6552 1.99262 26.595 1.99262 27.7603C1.98631 36.7756 1.9737 45.7847 1.9737 54.8C1.9737 56.8236 3.21594 58.0391 5.26531 58.0391C11.6278 58.0391 17.9903 58.0391 24.3465 58.0391H24.8258C24.706 57.8762 24.5798 57.801 24.4411 57.7697C22.5431 57.3123 20.645 56.8299 18.7344 56.4164C14.9446 55.5894 11.0981 55.201 7.2264 55.0945C5.21486 55.0444 3.96632 53.7789 3.96632 51.7803C3.96632 48.6979 3.98524 45.6155 3.98524 42.5332C3.98524 36.8257 3.98524 31.112 3.98524 25.4046V24.7719H3.99154ZM57.4328 24.7781C57.4328 25.0538 57.4328 25.2668 57.4328 25.4798C57.4328 34.2759 57.4328 43.0657 57.4328 51.8618C57.4328 53.7099 56.2158 54.9379 54.3872 55.0757C51.5874 55.295 48.7687 55.4579 45.9942 55.8588C43.371 56.2347 40.7919 56.8863 38.194 57.4314C37.6643 57.5441 37.1535 57.7321 36.6364 57.8887C36.7878 58.0015 36.9202 58.0203 37.0526 58.0203C43.4845 58.0203 49.9101 58.0203 56.3419 58.014C56.714 58.014 57.0986 57.9701 57.4454 57.8448C58.7444 57.3875 59.4507 56.3162 59.4507 54.8564C59.4381 46.6555 59.4191 38.4609 59.4002 30.26C59.4002 29.3453 59.4507 28.4244 59.3813 27.5159C59.3435 26.9897 59.1921 26.4446 58.9525 25.9747C58.6625 25.4046 58.1769 24.9723 57.4391 24.7781H57.4328Z' fill='%23007749'/%3E%3Cpath d='M37.6326 8.86497C37.3804 8.66449 37.0588 8.5016 36.8696 8.24473C36.6363 7.91895 36.6678 7.49919 36.9516 7.211C37.9037 6.2274 38.8748 5.25632 39.8711 4.31657C40.2684 3.94067 40.8675 4.02211 41.208 4.39801C41.5359 4.75512 41.5611 5.36909 41.1954 5.74499C40.2621 6.69727 39.3036 7.63076 38.3388 8.55172C38.1938 8.68955 37.9542 8.7334 37.6389 8.87123L37.6326 8.86497Z' fill='%23007749'/%3E%3Cpath d='M29.738 2.95082C29.738 2.30552 29.7254 1.66023 29.738 1.0212C29.7569 0.388431 30.129 0 30.7028 0C31.2766 0 31.7117 0.426021 31.718 1.04626C31.7306 2.31805 31.7306 3.58985 31.718 4.86165C31.718 5.4255 31.264 5.88284 30.7343 5.89537C30.1857 5.9079 29.7632 5.49441 29.7443 4.89297C29.7254 4.24768 29.7443 3.60238 29.7443 2.96335L29.738 2.95082Z' fill='%23007749'/%3E%3Cpath d='M20.9035 3.96576C21.2377 4.14118 21.5151 4.21636 21.698 4.39178C22.5871 5.25009 23.451 6.13345 24.3086 7.01682C24.7626 7.48043 24.7626 8.01296 24.3527 8.41392C23.9365 8.82114 23.3816 8.83994 22.9339 8.41392C22.0196 7.53055 21.1242 6.62839 20.2414 5.71996C19.9261 5.39418 19.8504 4.9619 20.1026 4.59853C20.2855 4.3354 20.6197 4.17877 20.8972 3.96576H20.9035Z' fill='%23007749'/%3E%3Cpath d='M31.6989 57.4251V40.2966C32.0142 40.2966 32.3105 40.3028 32.6069 40.2966C33.2249 40.2778 33.6537 39.8893 33.66 39.3506C33.6663 38.8055 33.2059 38.3482 32.5943 38.3482C31.3142 38.3356 30.0342 38.3419 28.7541 38.3482C28.1676 38.3544 27.7326 38.7992 27.7326 39.3318C27.7326 39.8831 28.1487 40.2715 28.7667 40.2903C29.0568 40.2966 29.3468 40.2903 29.681 40.2903V57.4439C29 57.2058 28.3757 56.9678 27.7326 56.7735C25.8282 56.1972 23.9302 55.5957 22.0132 55.0695C19.2324 54.3114 16.3948 53.8165 13.532 53.522C11.4448 53.309 9.35127 53.215 7.25776 53.096C6.30559 53.0396 5.92725 52.7013 5.92725 51.7678C5.92725 41.5182 5.93355 31.2624 5.93986 21.0129C5.93986 20.0418 6.38126 19.6032 7.35235 19.6408C10.7259 19.7724 14.0869 20.1044 17.4163 20.6808C18.0343 20.7873 18.6523 20.9189 19.2324 21.0317C19.4153 21.8586 19.5414 22.6606 19.7621 23.4374C20.4494 25.8495 21.8682 27.7666 23.8545 29.2889C25.1094 30.2538 25.7084 31.5506 25.7715 33.1043C25.8408 34.9087 27.2722 36.3371 29.0946 36.3747C30.1855 36.3935 31.2764 36.3997 32.3673 36.3747C34.0635 36.3371 35.5012 35.0653 35.6274 33.3863C35.7409 31.9077 36.1381 30.5921 37.2479 29.5646C37.8974 28.9694 38.6037 28.4244 39.2027 27.7853C40.8548 26.0186 41.7818 23.9073 42.0466 21.5141C42.0908 21.1382 42.2232 20.9815 42.5889 20.9314C45.1049 20.5931 47.6146 20.2172 50.1306 19.9102C51.417 19.7536 52.716 19.716 54.0086 19.6471C55.0049 19.597 55.4464 20.0355 55.4464 21.0379C55.4464 31.275 55.4464 41.512 55.4464 51.7427C55.4464 52.6762 55.0491 53.0584 54.1095 53.0835C50.4017 53.1774 46.7192 53.522 43.0808 54.2112C39.3667 54.9191 35.7219 55.9027 32.1844 57.2685C32.0457 57.3249 31.8944 57.3499 31.68 57.4063L31.6989 57.4251ZM50.4648 44.444C50.4648 44.444 50.4648 44.4252 50.4648 44.4189C49.2415 44.5442 48.0119 44.6069 46.8075 44.8074C44.2915 45.2209 41.7755 45.6719 39.2784 46.1794C37.929 46.4551 36.6111 46.8623 35.2805 47.2257C34.7509 47.3698 34.4482 47.8396 34.5175 48.3408C34.5806 48.8107 34.9842 49.1678 35.5202 49.1678C35.8228 49.1678 36.1381 49.1302 36.4282 49.0488C39.9216 47.9963 43.478 47.2319 47.1038 46.7934C48.5605 46.618 50.0171 46.5115 51.48 46.3674C52.0728 46.311 52.5079 45.8662 52.5016 45.3524C52.489 44.7948 52.0286 44.3939 51.3981 44.4002C51.0891 44.4002 50.7864 44.4315 50.4774 44.444H50.4648ZM10.1647 44.1746C9.46478 44.2247 8.95401 44.6132 8.91618 45.1833C8.87834 45.7659 9.33235 46.2045 10.0323 46.2546C12.8762 46.4363 15.7012 46.7871 18.4757 47.4136C20.7332 47.9211 22.9654 48.5288 25.1976 49.1177C25.9354 49.3119 26.5345 49.1114 26.7047 48.5163C26.8939 47.8772 26.5345 47.3071 25.7904 47.1254C23.0474 46.4676 20.317 45.7346 17.5488 45.2021C15.1084 44.7385 12.624 44.5067 10.1584 44.1746H10.1647ZM51.2026 39.3255C51.1963 39.2879 51.1837 39.2566 51.1774 39.219C48.4154 39.6262 45.6409 39.9457 42.9042 40.472C40.3567 40.9669 37.847 41.6749 35.3247 42.3076C34.7004 42.4643 34.3914 42.9905 34.5365 43.5231C34.6815 44.0681 35.1481 44.35 35.7724 44.1997C36.8444 43.9365 37.8974 43.5857 38.9757 43.3539C41.3341 42.8402 43.6987 42.3202 46.076 41.9192C47.8857 41.6185 49.727 41.4932 51.5557 41.2927C52.0665 41.2363 52.3565 40.9293 52.4763 40.472C52.5772 40.0898 52.2998 39.5886 51.9025 39.4383C51.6881 39.3568 51.4422 39.3568 51.2089 39.3192L51.2026 39.3255ZM10.5746 34.5641C10.3854 34.5516 10.2025 34.5328 10.0134 34.5265C9.40802 34.514 8.9414 34.9337 8.92879 35.4913C8.91617 36.0301 9.33866 36.4436 9.9251 36.5062C12.1763 36.7506 14.4526 36.8633 16.6659 37.2768C19.472 37.7968 22.2276 38.5424 25.0022 39.219C25.9669 39.4571 26.5155 39.313 26.7047 38.6614C26.8876 38.0349 26.5282 37.5713 25.6012 37.3082C24.1446 36.9009 22.6943 36.4749 21.2187 36.1429C17.7127 35.3535 14.1689 34.7771 10.5746 34.5578V34.5641ZM52.4889 35.5665C52.4763 34.9713 51.9467 34.539 51.2846 34.6079C49.5883 34.7834 47.8857 34.8961 46.2084 35.1781C43.6609 35.6041 41.126 36.1115 38.5974 36.6441C37.4497 36.8884 36.3336 37.258 35.2112 37.5964C34.6626 37.7592 34.3977 38.2792 34.5428 38.793C34.6752 39.2503 35.1797 39.5886 35.5895 39.4821C36.5732 39.219 37.5506 38.9433 38.5343 38.6677C41.6935 37.7968 44.9094 37.233 48.1569 36.8571C49.2037 36.738 50.263 36.6817 51.3161 36.5877C52.0602 36.5188 52.5079 36.1178 52.4953 35.5665H52.4889ZM10.253 39.219C10.2467 39.2628 10.2404 39.313 10.2341 39.3568C9.43325 39.3255 8.9414 39.6826 8.92879 40.3091C8.91617 40.8855 9.3828 41.2301 10.1584 41.3115C12.088 41.5057 14.0301 41.6623 15.9471 41.9505C19.0558 42.4267 22.1267 43.1284 25.1346 44.0493C25.8345 44.2623 26.3642 44.0243 26.5345 43.4479C26.7236 42.8214 26.4588 42.3828 25.7084 42.1886C23.4383 41.6122 21.1809 40.9481 18.8793 40.5158C16.0228 39.9771 13.1284 39.6387 10.253 39.2127V39.219ZM17.1389 30.4292C17.7632 30.4918 18.2298 30.1347 18.2991 29.5709C18.3622 29.0321 18.0091 28.5747 17.3785 28.4996C14.9823 28.2051 12.5861 27.9232 10.1836 27.6663C9.43325 27.5849 8.97923 27.9545 8.92879 28.5434C8.87834 29.1073 9.35758 29.5521 10.089 29.6273C10.7638 29.6899 11.4448 29.7338 12.1195 29.8152C13.7905 30.0094 15.4616 30.2224 17.1326 30.4292H17.1389ZM10.171 23.569C9.45847 23.5815 9.01076 23.8948 8.92879 24.4649C8.86573 24.9097 9.21885 25.4485 9.70439 25.5049C11.1043 25.6678 12.5168 25.8119 13.9229 25.9184C14.4715 25.9622 14.9003 25.4986 14.9193 24.9786C14.9382 24.4712 14.5787 24.0514 14.0238 23.9888C12.7375 23.8384 11.4511 23.7131 10.1647 23.5753L10.171 23.569Z' fill='white'/%3E%3Cpath d='M33.1682 22.7796C32.6511 23.262 32.1278 23.7319 31.6296 24.2268C31.2134 24.6403 31.1504 25.1353 31.4341 25.5613C31.762 26.0562 32.4494 26.1627 32.8971 25.7242C34.0699 24.5902 35.2176 23.4374 36.3589 22.2784C36.649 21.9902 36.7057 21.6206 36.5292 21.2447C36.3337 20.8312 35.9869 20.6495 35.5392 20.6495C34.36 20.6495 33.1871 20.6495 32.0079 20.6495C29.9775 20.6495 27.947 20.662 25.9229 20.6495C25.4247 20.6495 25.059 20.8187 24.8509 21.2635C24.6428 21.7083 24.832 22.0654 25.1284 22.41C26.6039 24.1579 28.0669 25.9184 29.5298 27.6788C29.637 27.8104 29.7253 28.0046 29.7253 28.1738C29.7379 30.1535 29.7316 32.1395 29.7253 34.1193C29.7253 34.2007 29.7 34.2822 29.6874 34.3573C28.4767 34.5578 27.7453 34.0942 27.6948 33.0041C27.5876 30.6547 26.4652 28.9319 24.6933 27.4345C21.471 24.7155 20.4684 21.2384 21.7611 17.2413C22.8015 14.0337 25.0968 11.985 28.3632 11.1204C32.4178 10.0428 36.6616 11.772 38.7992 15.3618C41.2459 19.4592 40.3126 24.6779 36.4535 27.6663C34.751 28.9882 33.7862 30.6986 33.7231 32.8287C33.6916 33.9188 32.8277 34.633 31.6737 34.3386C31.6737 34.1569 31.6737 33.9564 31.6737 33.7559C31.6737 31.7887 31.6611 29.8277 31.6801 27.8605C31.6801 27.3531 31.5287 26.9521 31.2008 26.5637C30.1099 25.2919 29.0379 24.0013 27.8966 22.6418H33.0421C33.0799 22.6856 33.1241 22.7295 33.1619 22.7796H33.1682Z' fill='white'/%3E%3Cpath d='M3.98517 24.7719V25.4046C3.98517 31.112 3.98517 36.8257 3.98517 42.5332C3.98517 45.6155 3.96625 48.6979 3.96625 51.7803C3.96625 53.7851 5.21479 55.0444 7.22633 55.0945C11.1044 55.1947 14.9446 55.5832 18.7343 56.4164C20.645 56.8362 22.5367 57.3123 24.441 57.7697C24.5798 57.801 24.7059 57.8762 24.8257 58.0391H24.3465C17.9839 58.0391 11.6214 58.0391 5.26524 58.0391C3.21587 58.0391 1.97363 56.8174 1.97363 54.8C1.97363 45.7847 1.98624 36.7756 1.99255 27.7603C1.99255 26.595 2.41504 25.649 3.43657 25.0224C3.58791 24.9285 3.75816 24.8721 3.99147 24.7719H3.98517Z' fill='white'/%3E%3Cpath d='M57.4267 24.7781C58.1645 24.9724 58.65 25.4046 58.9401 25.9748C59.1797 26.4446 59.3311 26.9897 59.3689 27.5159C59.4382 28.4244 59.3878 29.3453 59.3878 30.26C59.4067 38.4609 59.4193 46.6556 59.4383 54.8565C59.4383 56.3162 58.7383 57.3875 57.433 57.8449C57.0862 57.9639 56.7016 58.0078 56.3295 58.014C49.8976 58.0265 43.4721 58.0203 37.0402 58.0203C36.9078 58.0203 36.7754 58.0015 36.624 57.8887C37.1411 57.7321 37.6582 57.5441 38.1815 57.4314C40.7795 56.8863 43.3586 56.2348 45.9818 55.8589C48.7563 55.4579 51.575 55.295 54.3747 55.0757C56.2034 54.9316 57.4204 53.71 57.4204 51.8618C57.4204 43.0657 57.4204 34.2759 57.4204 25.4798C57.4204 25.2668 57.4204 25.0538 57.4204 24.7781H57.4267Z' fill='white'/%3E%3Cpath d='M10.1651 44.1746C12.6306 44.5067 15.1151 44.7322 17.5554 45.2021C20.3237 45.7283 23.054 46.4676 25.797 47.1254C26.5411 47.3071 26.9006 47.8772 26.7114 48.5163C26.5411 49.1114 25.9358 49.3119 25.2043 49.1177C22.9658 48.5288 20.7335 47.9211 18.4824 47.4136C15.7078 46.7871 12.8829 46.4426 10.039 46.2546C9.33902 46.2107 8.8787 45.7659 8.92284 45.1833C8.96068 44.6132 9.47775 44.2247 10.1714 44.1746H10.1651Z' fill='%23007749'/%3E%3Cpath d='M51.1965 39.3255C51.4298 39.363 51.6758 39.363 51.8902 39.4445C52.2874 39.5949 52.5649 40.0898 52.464 40.4782C52.3442 40.9418 52.0541 41.2488 51.5433 41.2989C49.7147 41.4994 47.8734 41.6185 46.0636 41.9254C43.6864 42.3264 41.3217 42.8464 38.9634 43.3601C37.8851 43.5919 36.832 43.9428 35.76 44.2059C35.1358 44.3563 34.6691 44.0743 34.5241 43.5293C34.3791 42.9968 34.6881 42.4705 35.3123 42.3139C37.8346 41.6811 40.3443 40.9732 42.8918 40.4782C45.6285 39.952 48.4031 39.6324 51.165 39.2252C51.1713 39.2628 51.1839 39.2941 51.1902 39.3317L51.1965 39.3255Z' fill='%23007749'/%3E%3Cpath d='M10.5684 34.5641C14.1627 34.7771 17.7066 35.3597 21.2126 36.1491C22.6881 36.4812 24.1384 36.9072 25.5951 37.3144C26.522 37.5775 26.8814 38.0412 26.6986 38.6677C26.5094 39.3192 25.9671 39.4633 24.996 39.2252C22.2215 38.5486 19.4596 37.8031 16.6598 37.2831C14.4402 36.8696 12.1638 36.7568 9.91895 36.5125C9.33251 36.4498 8.91003 36.0301 8.92264 35.4976C8.93525 34.9337 9.40188 34.5202 10.0072 34.5327C10.1964 34.5327 10.3793 34.5578 10.5684 34.5703V34.5641Z' fill='%23007749'/%3E%3Cpath d='M52.4829 35.5665C52.4955 36.1178 52.0478 36.5188 51.3037 36.5877C50.2507 36.6879 49.1976 36.738 48.1446 36.8571C44.8971 37.233 41.6812 37.7968 38.522 38.6677C37.5383 38.9371 36.5609 39.2127 35.5772 39.4821C35.1673 39.5949 34.6565 39.2503 34.5304 38.793C34.3854 38.2792 34.6502 37.7592 35.1988 37.5963C36.3213 37.258 37.4437 36.8821 38.585 36.6441C41.1136 36.1115 43.6486 35.5978 46.1961 35.178C47.8734 34.9024 49.576 34.7833 51.2722 34.6079C51.9406 34.539 52.464 34.9713 52.4766 35.5665H52.4829Z' fill='%23007749'/%3E%3Cpath d='M10.2468 39.219C13.1222 39.645 16.0166 39.9833 18.8731 40.5221C21.1747 40.9544 23.4322 41.6185 25.7022 42.1949C26.4526 42.3828 26.7175 42.8276 26.5283 43.4541C26.358 44.0305 25.822 44.2686 25.1284 44.0556C22.1143 43.1346 19.0497 42.4329 15.9409 41.9568C14.024 41.6623 12.0881 41.5057 10.1522 41.3178C9.37663 41.2426 8.91 40.898 8.92261 40.3154C8.93522 39.6889 9.42077 39.3318 10.2279 39.3631C10.2342 39.3192 10.2405 39.2691 10.2468 39.2253V39.219Z' fill='%23007749'/%3E%3Cpath d='M17.1327 30.4292C15.4617 30.2224 13.7907 30.0094 12.1196 29.8152C11.4449 29.7338 10.7639 29.6962 10.0892 29.6272C9.35772 29.5583 8.87848 29.1073 8.92893 28.5434C8.97937 27.9545 9.43339 27.5911 10.1838 27.6663C12.5863 27.9169 14.9825 28.1988 17.3786 28.4995C18.0092 28.5747 18.3623 29.0383 18.2993 29.5709C18.2362 30.1347 17.7696 30.4918 17.139 30.4292H17.1327Z' fill='%23007749'/%3E%3Cpath d='M10.171 23.5689C11.4573 23.7068 12.7437 23.8383 14.0301 23.9824C14.585 24.0451 14.9444 24.4711 14.9255 24.9723C14.9066 25.4923 14.4778 25.9559 13.9292 25.9121C12.523 25.8056 11.1168 25.6677 9.71064 25.4986C9.22509 25.4422 8.87197 24.9034 8.93503 24.4586C9.017 23.8885 9.46471 23.5752 10.1773 23.5627L10.171 23.5689Z' fill='%23007749'/%3E%3Cpath d='M50.9252 28.2928C49.2542 28.4996 47.5831 28.7126 45.9121 28.9068C45.2374 28.9882 44.5564 29.0258 43.8817 29.0947C43.1502 29.1636 42.671 29.6147 42.7214 30.1786C42.7719 30.7675 43.2259 31.1309 43.9763 31.0557C46.3787 30.8051 48.7749 30.5232 51.1711 30.2224C51.8017 30.1473 52.1548 29.6836 52.0918 29.1511C52.0287 28.5873 51.5621 28.2302 50.9315 28.2928H50.9252Z' fill='%23007749'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_182_1558'%3E%3Crect width='61.4118' height='60' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.ii-tabs-headings--item p {
  min-height: 42px;
}

@media screen and ( max-width:1018px ) {
  .ii-tabs-headings{
    padding-left: 0;
    padding-right: 0;
  }
  .ii-third-tab-right-content.ii-tab-flex {
    background-size: 79%;
    height: 400px;
  }
  .ii-fourth-tab-content-articles--item-title a {
    min-height: 63px;
  }
}

@media screen and ( max-width:767px ) {
  .ii-first-tab-content > div,
  .ii-fourth-tab-content-articles {
    flex-direction: column;
  }
  .ii-fourth-tab-content-articles--item {
    width: 70%;
    margin-bottom: 20px;
  }
  .ii-fourth-tab-content-articles--item-title a {
    min-height: unset;
  }
  .ii-second-tab-right-content {
    padding: 5px;
  }
  .ii-fourth-tab-content-text {
    width: 100%;
  }
  .ii-tab-image {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .ii-third-tab-right-content.ii-tab-flex {
    display:block;
    width: 100%;
    padding-top: 210px;
    background-position: center top;
  }
  .ii-third-tab-right-content--text {
    width:100%;
  }
  .ii-tabs-headings--item p{
    font-size: 11px;
  }
  .ii-second-tab-content.active {
    flex-direction: column;
  }
  .ii-second-tab-left-image {
    max-width: 100%;
  }
  .ii-second-tab-right-content {
    max-width: 100%;
    text-align: center;
  }
}

/** packages page **/
.product-packages--product-boxes > div > .product-packages--product-box {
  border-radius: 5px;
  box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
  border: 1px solid #C4C4C4;
  padding: 24px 34px;
  position: relative;
}
.product-packages--product-boxes > div > .product-packages--product-box.featured-product{
  border: 1px solid rgba(165, 0, 80, 0.5) ;
  background: linear-gradient(180deg, #FFEFF7 0%, #FFF 100%);
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
}
.product-packages--product-box--most-popular {
  position: absolute;
  left: -1px;
  background: var(--pei-brand-color);
  color: var(--pei-brand-text-color);
  width: calc(100% + 2px);
  text-align: center;
  padding: 7px 0;
  top: -39px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.product-packages--product-box--most-popular p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
  font-family: var(--pei-brand-bold-text);
}
.product-packages--product-box--description{
  min-height: 115px;

}
.product-packages--product-box--price .woocommerce-Price-amount,
p.product-comparison-table-price {
  font-size: 40px;
  font-style: normal;
  font-family: var(--pei-brand-bold-text);
  line-height: 25px;
}
.product-packages--product-box--price p {
  margin-bottom: 8px;
}
.product-packages--product-box--price {
  margin-bottom: 30px;
}
.product-packages--product-box--price .product-packages--product-box--price--small-label {
  font-size: 16px;
  line-height: 23px;
}
.product-packages--product-box--title{
  font-size: 24px;
  font-style: normal;
  font-family: var(--pei-brand-bold-text);
  line-height: 25px;
}

.product-packages--product-box--label.empty-label{
  background: none;
}
.product-packages--product-box--label {
  padding-top: 24px;
}
.product-packages--product-box--label p {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  margin-bottom: 0;
  font-family: var(--pei-brand-bold-text);
}
.product-packages--product-box--sale-price,
.product-comparison-table-old-price {
  height: 25px;
  margin-bottom: 16px !important;
}
.product-packages--product-box--sale-price p,
p.product-comparison-table-old-price{
  font-size: 20px;
  font-family: var(--pei-brand-bold-text);
  line-height: 25px;
}
.product-packages--product-box--separator {
  width: 100%;
  height: 1px;
  margin: 0 auto 25px;
  background-image: repeating-linear-gradient( 90deg, #A50052 , #FFF );
  background-color: #ffffff;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(90deg, var(--pei-brand-color), var(--pei-brand-color) 50%, transparent 50%, transparent 100%);
  background-size: 20px 1px;
  border: none;
  position: absolute;
  left: 0;
}
.product-packages-product-box--button-container{
  margin: 40px auto;
  text-align: center;
}
.product-packages-product-box--button {
  background-color: var(--pei-brand-color);
    color: var(--pei-brand-text-color);
    font-size: 16px;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    padding-left: 37.5px;
    padding-right: 37.5px;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    margin-right: 15px;
    border-color: var(--pei-brand-color);
    border-width: 2px;
    border-style: solid;
    display: inline-block;
}
.product-packages-product-box--button:hover{
  background-color: var(--pei-brand-text-color);
  color: var(--pei-brand-color);
}
@media screen and (max-width:1019px) {
  .product-packages--product-box--title {
    min-height: 60px;
    margin-bottom: 17px;
  }
  .product-packages--product-box--title h3{
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-style: normal;
    font-family: var(--pei-brand-bold-text);
    line-height: 25px;
  }
  .product-packages--product-box--description {
    min-height: 190px;
  }

  .product-packages--product-box--price--small-label {
    display:block;
  }
  .product-packages--product-box--price .woocommerce-Price-amount {
    font-size: 30px;
  }
}
@media screen and (max-width:767px) {
  .product-packages--product-box--title,
  .product-packages--product-box--description{
    min-height: unset;
  }
  .product-packages--product-box--sale-price {
    height: 20px;
  }
  .product-packages--product-box--price .woocommerce-Price-amount {
    font-size: 3em;
    margin-top: 20px;
  }
  .product-packages--product-box--label {
    height: auto;
  }
}
@media screen and (max-width:334px) {
  .product-packages--product-box--price .woocommerce-Price-amount {
    font-size: 2.5em;
    margin-top: 20px;
  }
}
/** end packages page **/
/** product comparison table **/
div.product-comparison-table{
  border-radius: 5px;
  border: 1px solid #C4C4C4;
  box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.12);
  padding: 0 20px 0;
  margin-bottom: 40px;
}
table.product-comparison-table td {
  border: none;
  height: 50px;
}
table.product-comparison-table td p {
  margin-bottom: 0;
  text-align: center;
}
table.product-comparison-table tr td:first-child p {
  text-align: left !important;
  font-size: 16px;
}
table.product-comparison-table tr {
  border-bottom: 1px solid #C4C4C4;
  padding: 10px;
}
table.product-comparison-table tbody tr:last-child {
  border-bottom: none;
}
table.product-comparison-table tr:last-child td{
  margin-bottom: 20px;
}
table.product-comparison-table thead tr {
  border-bottom: none;
}
table.product-comparison-table thead {
  height: 90px;
}
table.product-comparison-table thead p {
  font-size: 20px;
  font-family: var(--pei-brand-bold-text);
  line-height: 25px;
  text-align: center;
}
.product-comparison-table-accent-text {
  color: var(--pei-brand-color);
  font-size: 20px !important;
  font-family: var(--pei-brand-bold-text);
  line-height: 25px !important;
  text-align: left !important;
}
.product-comparison-table .featured-column-true {
  background: #FFF0F8;
}
.product-comparison-table.product-comparison-bottom-table thead tr td p {
  font-size: 16px;
  font-family: 'Avenir Next LT W01 Medium';
  font-weight: 400;
  line-height: 25px;
  padding: 0 36px;
}
.product-comparison-table.product-comparison-bottom-table thead tr td:first-child p {
  font-family: var(--pei-brand-bold-text);
  padding: 0;
}

table.product-comparison-table.product-comparison-bottom-table td {
  border: none;
  height: 96px;
}
table.product-comparison-table.product-comparison-bottom-table thead tr {
  border-bottom: 1px solid #C4C4C4;
}
p.product-comparison-table-price {
  margin-bottom: 15px;
}
table.product-comparison-table.product-comparison-bottom-table tfoot tr {
  border-top: 2px solid var(--pei-brand-color);
}
table.product-comparison-table.product-comparison-bottom-table tr td.product-comparison-table-price-row{
  height: 200px;
}
.product-packages--heading {
  margin-bottom: 40px;
}
.product-packages--heading h2,
.product-comparison--heading h2{
  font-size: 40px;
  line-height: 73px;
  font-family: var(--pei-brand-bold-text);
  text-align: center;
  margin-bottom: 0;
}
.product-packages--heading h3 {
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  font-family: 'Avenir Next LT W01 Medium';
  margin-top: 0;
}
.product-packages--product-headers p{
  font-size: 20px;
  line-height: 23px;
  font-family: var(--pei-brand-bold-text);
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px ) {
  .packages-hide-on-desktop {
    display:none;
  }
}
@media screen and (max-width:767px) {
  .packages-hide-on-mobile {
    display: none;
  }
  .packages-hide-on-desktop {
    display: block;
  }
}
.product-package-true, .product-comparison-bottom-table .conference-true,
.product-comparison-table tfoot tr td .conference-true {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 57 46' style='enable-background:new 0 0 57 46;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%23007749;%7D%0A%3C/style%3E%3Cpath class='st0' d='M57,46c-19,0-38,0-57,0C0,30.67,0,15.33,0,0c19,0,38,0,57,0C57,15.33,57,30.67,57,46z M23.57,30.05 c-3.07-3.12-5.75-5.83-8.41-8.55c-1.29-1.31-2.78-1.74-4.18-0.44c-1.43,1.33-1.05,2.88,0.23,4.17c3.28,3.32,6.57,6.62,9.89,9.9 c1.49,1.48,3.06,1.53,4.59,0.01c6.83-6.83,13.67-13.66,20.5-20.5c1.26-1.26,1.82-2.7,0.39-4.15c-1.53-1.55-2.97-0.95-4.32,0.41 c-4.94,4.96-9.91,9.88-14.83,14.86C26.15,27.04,25,28.46,23.57,30.05z'/%3E%3Cpath class='st1' d='M23.57,30.05c1.43-1.6,2.59-3.01,3.86-4.3c4.92-4.97,9.89-9.9,14.83-14.86c1.35-1.36,2.79-1.96,4.32-0.41 c1.43,1.46,0.87,2.89-0.39,4.15c-6.83,6.84-13.66,13.67-20.5,20.5c-1.53,1.53-3.1,1.47-4.59-0.01c-3.32-3.28-6.61-6.58-9.89-9.9 c-1.28-1.29-1.66-2.84-0.23-4.17c1.4-1.3,2.89-0.87,4.18,0.44C17.82,24.22,20.5,26.94,23.57,30.05z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
table.product-comparison-table tfoot td {
  height: 10px;
}
table.product-comparison-table tfoot tr {
  border-bottom: none;
}
div.product-comparison-table{
  margin-top: 40px;
}
.ii-team-wide-access-form_wrapper{
  border-radius: 5px;
  border: 1px solid #C3C3C3;
  padding: 48px 36px;
}
.ii-team-wide-access-form_wrapper .gform_required_legend {
  display:none;
}
.ii-team-wide-access-form_wrapper .gfield_radio {
  display: inline-block;
  margin-right: 23px;
}
.ii-team-wide-access-form_wrapper .gfield_radio .gchoice {
  display: inline-block;
  margin-right: 23px;
}
.ii-team-wide-access-form_wrapper .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset), .ii-team-wide-access-form_wrapper .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
  justify-content: unset !important;
}
.ii-team-wide-access-form_wrapper .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons), .ii-team-wide-access-form_wrapper .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons){
 width: 80% !important;
}
.ii-team-wide-access-form_wrapper .left_label .gfield_label, .ii-team-wide-access-form_wrapper .right_label .gfield_label {
  width: 20% !important;
}
.ii-team-wide-access-form_wrapper .gfield-choice-input {
  accent-color: var(--pei-brand-color);
}
.ii-team-wide-access-form_wrapper .ginput_container input{
  border-radius: 5px;
}
.ii-team-wide-access-form_wrapper .ginput_container input[type="radio"]{
  height: 22px;
}
.ii-team-wide-access-form_wrapper .input-50 input {
  width: 50% !important;
}
.ii-team-wide-access-form_wrapper .input-75 input {
  width: 70% !important;
}
.ii-team-wide-access-form_wrapper .gform_footer input.gform_button.button {
  background-color: var(--pei-brand-color);
  color: var(--pei-brand-text-color);
  font-size: 16px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s ease-in-out;
  border-radius: 5px;
  margin-right: 15px;
  border-color: var(--pei-brand-color);
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  height: auto;
  text-transform: none;
}
.ii-team-wide-access-form_wrapper .gform_footer input.gform_button.button:hover{
  background-color: #fff;
  color: var(--pei-brand-color);
}
.ii-team-wide-access-form_wrapper.gform_wrapper.gravity-theme .gform_footer.left_label {
  padding: 16px 0;
}
.ii-team-wide-access-form_wrapper .gfield_checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 5px;
}
.ii-team-wide-access-form_wrapper .gfield_checkbox input[type="checkbox"]:not(:checked) {
  border: 1px solid var(--pei-brand-color);
  position: relative;
  outline: none;
}
.ii-team-wide-access-form_wrapper.gform_wrapper.gravity-theme .gfield-choice-input+label {
  max-width: unset !important;
}
.ii-team-wide-access-form_wrapper a {
  color: var(--pei-brand-color);
}
.ii-team-wide-access-form_wrapper a:hover {
  color: var(--pei-brand-color);
  text-decoration: underline;
}
@media screen and (max-width:991px) {
  .ii-team-wide-access-form_wrapper.gform_wrapper.gravity-theme .gform_fields.left_label fieldset .ginput_container, .ii-team-wide-access-form_wrapper.gform_wrapper.gravity-theme .gform_fields.right_label fieldset .ginput_container {
    width: auto !important;
  }
  .ii-team-wide-access-form_wrapper .input-50 input {
    width: 100% !important;
  }
  .ii-team-wide-access-form_wrapper .input-75 input {
    width: 100% !important;
  }
  .ii-team-wide-access-form_wrapper.gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: unset !important;
    display: inline-block;
    width: calc(100% - 50px);
  }
}
/***** PACKAGES ****/
.woocommerce-package-heading {
  text-align: center;
}
.woocommerce-package-heading h1{
  font-family: var(--pei-brand-bold-text);
  text-align: center;
  font-size: 60px;
  line-height: 50px;
  margin-top: 115px;
}
.woocommerce-package-steps {
  margin: 100px auto 69px;
  text-align: center;
}
.woocommerce-package-steps-separator {
  height:3px;
  width:100%;
  border: 1px solid var(--pei-brand-color);
  background: var(--pei-brand-color);
  border-radius: 5px;
}
.woocommerce-package-steps--step {
  display: inline-block;
  margin: 0 72px;
}
.woocommerce-package-steps--step .woocommerce-package-steps--step-number{
  border-radius: 50%;
  border: 1px solid var(--pei-brand-color);
  width: 62px;
  height: 62px;
  margin: 0 auto;
}
.woocommerce-package-steps--step .woocommerce-package-steps--step-number{
  font-size:22px;
  font-family: var(--pei-brand-bold-text);
  color: #000;
  line-height: 62px;
}
.woocommerce-package-steps--step .woocommerce-package-steps--step-title {
  font-size: 16px;
}
.woocommerce-package-steps--step-active .woocommerce-package-steps--step-number{
  background: var(--pei-brand-color);
}
.woocommerce-package-steps--step-active .woocommerce-package-steps--step-number{
  color: var(--pei-brand-text-color);
}
.woocommerce-package-steps--step .woocommerce-package-steps--step-title p {
  font-size: 16px;
  margin-top: 31px;
}
.woocommerce-package-steps--step-active .woocommerce-package-steps--step-title p{
  font-family: var(--pei-brand-bold-text);
  font-size: 16px;
}
.td-page-content.woocommerce-package-content h2{
  font-family: var(--pei-brand-bold-text);
  font-size: 32px;
  line-height: 25px;
}
.woocommerce-package-whats-included {
  margin-top: 51px;
}
.woocommerce-package-features {
  margin-top: 76px;
}
.woocommerce-package-content li,
p.woocommerce-package-content {
  font-size: 16px;
}
.woocommerce-package-summary {
  border: 1px solid var(--pei-brand-color);
}
.woocommerce-package-summary-content {
  padding: 24px 29px;
}
.woocommerce-package-summary p.woocommerce-package-content {
  line-height: 25px;
  margin-bottom: 14px;
}
.woocommerce-package-details {
  border-bottom: 1px solid #C4C4C4;
}
.woocommerce-package-price {
  margin-top: 14px;
}
.woocommerce-package-summary-content .woocommerce-package-price p.woocommerce-package-content {
  margin-bottom: 0;
}
.woocommerce-package-footer{
  padding: 24px 29px;
  background: var(--pei-brand-color);
}
p.woocommerce-package-content strong del {
  margin-right: 10px;
}
p.woocommerce-package-content strong {
  font-family: var(--pei-brand-bold-text);
}
.woocommerce-package-price > p.woocommerce-package-content strong {
  font-size: 22px;
}
.woocommerce-package-footer-buttons {
  text-align: right;
}
.woocommerce-package-footer-button-o-border {
  background-color: var(--pei-brand-color);
  color: var(--pei-brand-text-color);
  font-size: 16px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s ease-in-out;
  border-radius: 5px;
  margin-right: 15px;
  border-color: var(--pei-brand-text-color);
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: var(--pei-brand-bold-text);
}
.woocommerce-package-footer-button-o-border:hover {
  background-color: var(--pei-brand-text-color);
  color: var(--pei-brand-color);
}
.woocommerce-package-footer-button-o {
  background-color: var(--pei-brand-text-color);
  color: var(--pei-brand-color);
  font-size: 16px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s ease-in-out;
  border-radius: 5px;
  margin-right: 15px;
  border-color: var(--pei-brand-text-color);
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: var(--pei-brand-bold-text);
}
.woocommerce-package-footer-button-o:hover{
  background-color: var(--pei-brand-color);
  color: var(--pei-brand-text-color);
}
.woocommerce-package-footer-button {
  background-color: var(--pei-brand-color);
  color: var(--pei-brand-text-color);
  font-size: 16px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s ease-in-out;
  border-radius: 5px;
  margin-right: 15px;
  border-color: var(--pei-brand-color);
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: var(--pei-brand-bold-text);
}
.woocommerce-package-footer-button:hover{
  color: var(--pei-brand-color);
  background-color: var(--pei-brand-text-color);
}
.woocommerce-package-steps--step-number {
  position: relative;
}
.woocommerce-package-steps--step-number:after {
  position: absolute;
  top: 32px;
  width: 218px;
  height: 1px;
  background: #C3C3C3;
  content: '';
  right: -218px;
}
@media screen and (max-width:1018px) {
  .woocommerce-package-steps--step {
      margin: 0 50px;
  }
  .woocommerce-package-steps--step-number:after{
      width: 130px;
      right: -130px;
  }
}
@media screen and (max-width:703px) {
  .woocommerce-package-steps--step {
      margin: 0 32px;
  }
  .woocommerce-package-steps--step-number:after{
      width: 72px;
      right: -72px;
  }

}
@media screen and (max-width:595px) {
  .woocommerce-package-steps--step {
      margin: 0 10px;
  }
  .woocommerce-package-steps--step-number:after{
      width: 63px;
      right: -63px;
  }
}
@media screen and (max-width:463px) {
  .woocommerce-package-steps--step {
      margin: 0 5px;
  }
  .woocommerce-package-steps--step-number:after{
      width: 33px;
      right: -33px;
  }
}
.woocommerce-package-steps .woocommerce-package-steps--step:last-child .woocommerce-package-steps--step-number:after {
  display:none;
}

.woocommerce-package-steps-separator {
  height: 4px;
}
.hidden-on-mobile {
  display: block;
}
.hidden-on-desktop {
  display: none;
}
/***** PACKAGES ****/
@media screen and (max-width:768px) {
  .product-comparison-table thead td.comparison-table-heading {
    width: 33% !important;
  }
  td.comparison-feature-name {
    position: absolute;
    top: 10px;
  }
  .products-comparison-row {
    position: relative;
  }
  table.product-comparison-table td {
    height: 77px;
  }
  table.product-comparison-table tr td:first-child p {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .comparison-table-standard-row,
  .featured-column- p {
    margin: 24px auto 0;

  }
  .product-package-true, .product-comparison-bottom-table .conference-true {
    margin: 24px auto 0;
  }
  div.product-comparison-table {
    border-radius: 0;
    box-shadow: none;
    border-left-width: 0;
    border-right-width: 0;
  }
  .product-comparison-table tfoot p {
    padding: 14px 0;
  }
  table.product-comparison-table tfoot tr.comparison-table-footer-heading,
  table.product-comparison-table thead tr.comparison-table-header-heading {
    border-bottom: 1px solid var(--pei-brand-color);
    position: relative;
    height: 50px;
  }
  table.product-comparison-table tfoot tr.comparison-table-footer-heading td:first-child,
  table.product-comparison-table thead tr.comparison-table-header-heading td:first-child{

    width: 500px;
    position: absolute;
    width: 100%;
    top: 100%;
    transform: translateY(-100%);
    height: auto;
  }
  table.product-comparison-table tfoot tr.comparison-table-footer-heading td:first-child p,
  table.product-comparison-table thead tr.comparison-table-header-heading td:first-child p {
    font-size: 16px !important;
    line-height: 25px !important;
    padding: 11px 0;
  }
  .product-comparison-table tfoot .product-packages--product-box--price .woocommerce-Price-amount, p.product-comparison-table-price {
    font-size: 19px;
    line-height: 25px;
  }
  .product-comparison-table tfoot .product-packages--product-box--sale-price p, p.product-comparison-table-old-price {
    font-family: var(--pei-brand-normal-text);
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    margin-bottom: 0 !important;
    padding: 24px 0;
  }
  .comparison-table-standard-row, tfoot .featured-column- p {
    margin: 0 auto 15px;
  }
  .comparison-footer-last-row td {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .comparison-footer-last-row {
    border-bottom: 2px solid var(--pei-brand-color) !important;
  }
  .comparison-footer-last-row p {
    padding: 5px 0 !important;
  }
  .hidden-on-mobile {
    display: none;
  }

  table.product-comparison-table thead p {
    font-size: 16px;
    line-height: 22px;
  }
  .product-packages--heading h2, .product-comparison--heading h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .hidden-on-desktop {
    display: table-row;
  }
  table.product-comparison-table tfoot .product-packages-product-box--button {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 16px;
    display: block;
    margin: 0 auto;
  }
}
.ii-homepage-first-section {
  align-items: center;
}
.ii-first-tab-content .ii-event-ribbon-text {
  font-size: 16px;
  line-height: 31px;
}
.ii-first-tab-content .ii-event-ribbon {
  padding: 0 47px;
}
.ii-home-section-with-ads {
  align-content: end;
}
.ii-home-section-with-ads .ii-home-section-with-ads--advert {
  transform: translateY(-120px);
}
.ii-events-table--body {
  font-size: 16px;
}
.ii-events-table thead tr th {
  font-family: var(--pei-brand-bold-text);
  color: #000;
  background-color: rgba(235, 235, 235, 1);
  font-size: 22px;
  line-height: 25px;
}
.ii-events-table tbody td,
.ii-events-table thead th {
  padding: 25px;
  border: none;
}
.ii-events-table tfoot td {
  padding: 12px 25px;
  border: none;
}
.ii-events-table tfoot td.ii-events-table--links {
  text-align: center;
}
.ii-events-table tbody tr,
.ii-events-table thead tr,
.ii-events-table tfoot tr {
  border: 1px solid #C4C4C4;
}
.ii-events-table tfoot tr td {
  background: #EBEBEB;
}
.ii-events-table thead tr th:first-child {
  border-top-left-radius: 5px;
}
.ii-events-table tfoot tr th:last-child {
  border-top-right-radius: 5px;
}
.ii-events-table tfoot tr td:first-child {
  border-bottom-left-radius: 5px;
}
.ii-events-table tfoot tr td:last-child {

  border-bottom-right-radius: 5px;
}
.ii-events-table tbody td a.ii-events-table--event-name {
  font-family: var(--pei-brand-bold-text);
  font-size: 19px;
  line-height: 25px;
}
.ii-events-table tbody td span.ii-events-table--event-cat {
  font-family: var(--pei-brand-normal-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 250% */
  letter-spacing: 0.8px;
  text-transform: capitalize;
}
.ii-events-table tfoot td.ii-events-table--links a {
  color: #000;
}
.ii-events-table tfoot td.ii-events-table--links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transition: all .2s ease;
}
.ii-events-table tfoot td.ii-events-table--links a.current-page {
  background: var(--pei-brand-color);
  color: #fff;
  border-radius: 50%;
}
.ii-events-table tfoot td.ii-events-table--links a:hover {
  background: var(--pei-brand-color);
  color: #fff;
  border-radius: 50%;
}
.ii-events-table tfoot td.ii-event-table-next-footer {
  text-align: right;
}
.ii-event-table--filter a {
  color: #000;
  font-family: var(--pei-brand-bold-text);
  font-size: 27px;
  line-height: 23px;
  transition: all .2s ease;
  padding: 0 25px;
}
.ii-event-table--filter a.ii-filter-active {
  color: var(--pei-brand-color);
  border-bottom: 4px solid var(--pei-brand-color);
}
.ii-event-table--filter a:hover {
  color: var(--pei-brand-color);
  border-bottom: 4px solid var(--pei-brand-color);
}
.ii-event-table--filters ul {
  list-style: none;
  margin-bottom: 0;
  border-bottom: 1px solid var(--pei-brand-color);
}
.ii-event-table--filters ul li {
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 0;
}
.ii-event-table-next, .ii-event-table-back {
  color: var(--pei-brand-color);
  cursor: pointer;
}
.ii-event-table-inactive{
  color: #C4C4C4;
  cursor: default;
}
.ii-event-table-next svg path, .ii-event-table-back svg path {
  stroke: var(--pei-brand-color);
}
.ii-event-table-next > svg {
  margin-left: 5px;
}
.ii-event-table-back > svg {
  margin-right: 5px;
}
h3.ii-event-table-heading {
  font-size: 32px;
  line-height: 28px;
  font-family: var(--pei-brand-bold-text);
  text-align: center;
}
.ii-event-table-page-string {
  margin-right: 10px;
}
.ii-event-table-inactive {
  color: #C4C4C4;
}
.ii-event-table-inactive svg path {
  stroke: #C4C4C4;
}
#order_review .wc-avatax-message {
  display: none;
}
.product-packages--product-box--title h4 {
  font-size: 18px;
}
.product-packages--product-box--title h3 {
  margin-top: 18px;
}
.product-packages--product-box--description > p {
  font-size: 16px;
  line-height: 23px;
}
.product-comparison-table .featured-column-true {
  background: #e7fdf6;
}
.product-packages--product-boxes > div > .product-packages--product-box.featured-product {
  border: 1px solid #00634185;
  background: linear-gradient(180deg, #e7fdf6 0%, #FFF 100%);
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
}
