<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.color_white {
  color: #ffffff;
}
.color_purple {
  color: #9900cc;
}
.color_red {
  color: #ff0000;
}
.color_black {
  color: #000000;
}
.color_dark-grey {
  color: #666666;
}
.color_light-grey {
  color: #cccccc;
}
.color_light-blue {
  color: #99ccff;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 600;
}

.ap-account-settings {
  overflow: hidden;
}

@media (min-width: 641px) {
  .ap-user-toggle .ap-account-settings {
    width: 280px;
  }
}
.ap-account-profile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border: 1px solid #d6d6d6;
}
.ap-account-profile-menu__item {
  display: block;
  text-decoration: none;
  background-color: #d8d8d8;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ap-account-profile-menu__item .ap-account-menu-header {
  pointer-events: none;
}
.ap-account-profile-menu__item .ap-account-menu-header:after {
  background-image: -webkit-gradient(linear, right top, left top, from(#d6d6d6), to(#fff0));
  background-image: -o-linear-gradient(right, #d6d6d6, #fff0);
  background-image: linear-gradient(to left, #d6d6d6, #fff0);
}
.ap-account-profile-menu__item .ap-account-menu-header__type {
  color: #ffffff;
}
.ap-account-profile-menu__item .ap-account-menu-header__name {
  color: #666666;
}
.ap-account-profile-menu__item:focus, .ap-account-profile-menu__item:hover {
  text-decoration: none;
  background-color: #e7e7e7;
}
.ap-account-profile-menu__item:focus .ap-account-menu-header__name, .ap-account-profile-menu__item:hover .ap-account-menu-header__name {
  color: #ff0000;
}
.ap-account-profile-menu__item:focus .ap-account-menu-header__type,
.ap-account-profile-menu__item:focus .ap-account-menu-header__title, .ap-account-profile-menu__item:hover .ap-account-menu-header__type,
.ap-account-profile-menu__item:hover .ap-account-menu-header__title {
  color: #9900cc;
}

.ap-account-menu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 18px 13px;
  position: relative;
  cursor: pointer;
}
.ap-account-menu-header:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#fff0));
  background-image: -o-linear-gradient(right, #ffffff, #fff0);
  background-image: linear-gradient(to left, #ffffff, #fff0);
}
.ap-account-menu-header__img {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin-right: 8px;
  position: relative;
}
.ap-account-menu-header__img:before, .ap-account-menu-header__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #cccccc;
}
.ap-account-menu-header__img:before {
  width: 5px;
  height: 27px;
}
.ap-account-menu-header__img:after {
  width: 27px;
  height: 5px;
}
.ap-account-menu-header__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.ap-account-menu-header__new-messages {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  color: #ffffff;
  background: #ff0000;
  margin-top: -6px;
  margin-left: -7px;
  line-height: 15px;
  padding: 0 3px;
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  min-width: 15px;
}
.ap-account-menu-header__caption {
  position: relative;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 48px);
      -ms-flex: 0 0 calc(100% - 48px);
          flex: 0 0 calc(100% - 48px);
  max-width: calc(100% - 48px);
}
.ap-account-menu-header__labels {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 3px;
}
.ap-account-menu-header__name {
  margin: 0;
  font-weight: 600;
  color: #000000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ap-account-menu-header__name span {
  display: block;
  overflow: hidden;
}
.ap-account-menu-header__desc {
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.ap-account-menu-header__type {
  display: block;
  overflow: hidden;
  font-weight: 300;
  color: #cccccc;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ap-account-menu-header__title {
  display: block;
  overflow: hidden;
  color: #666666;
  font-weight: 600;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ap-account-menu-header + .ap-account-menu-section-menu {
  padding-top: 0;
  margin-top: -2px;
}

.ap-label {
  font-size: 8px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  padding: 3px 2px 1px;
}
.ap-label:not(:last-child) {
  margin-right: 4px;
}
.ap-label_100 {
  background-color: #0033ff;
}
.ap-label_profi {
  background-color: #ff0000;
}

.ap-account-menu {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.ap-account-menu_company .ap-account-menu-section:hover .ap-account-menu-header__type,
.ap-account-menu_company .ap-account-menu-section:hover .ap-account-menu-header__title,
.ap-account-menu_company .ap-account-menu-section:hover .ap-account-menu-section-title {
  color: #9900cc;
}
.ap-account-menu_company.agency .ap-account-menu-section:hover .ap-account-menu-header__type,
.ap-account-menu_company.agency .ap-account-menu-section:hover .ap-account-menu-header__title,
.ap-account-menu_company.agency .ap-account-menu-section:hover .ap-account-menu-section-title {
  color: #00c1cd;
}
.ap-account-menu_company .ap-account-menu-section.ap-account-menu-section_active .ap-account-menu-section-title {
  color: #9900cc;
}
.ap-account-menu_company.agency .ap-account-menu-section.ap-account-menu-section_active .ap-account-menu-section-title {
  color: #00c1cd;
}
.ap-account-menu_company .ap-account-menu-section-title__counter_new {
  background-color: #9900cc;
}
.ap-account-menu_company.agency .ap-account-menu-section-title__counter_new {
  background-color: #00c1cd;
}
.ap-account-menu_company .ap-account-menu-section-menu__counter_new {
  background-color: #9900cc;
}
.ap-account-menu_company.agency .ap-account-menu-section-menu__counter_new {
  background-color: #00c1cd;
}
.ap-account-menu_company .ap-account-menu-section-menu__label:after {
  background-color: #9900cc;
}
.ap-account-menu_company.agency .ap-account-menu-section-menu__label:after {
  background-color: #00c1cd;
}
.ap-account-menu_company .profile-completion a.ap-account-menu-section-menu__link:hover span:after,
.ap-account-menu_company .profile-completion .ap-account-menu-section-menu__link:hover span:after {
  background-color: #9900cc;
}
.ap-account-menu_company.agency .profile-completion a.ap-account-menu-section-menu__link:hover span:after,
.ap-account-menu_company.agency .profile-completion .ap-account-menu-section-menu__link:hover span:after {
  background-color: #00c1cd;
}
.ap-account-menu_company .ap-account-menu-section_turbo .ap-account-menu-section-title {
  background-color: #9900cc;
}
.ap-account-menu_company.agency .ap-account-menu-section_turbo .ap-account-menu-section-title {
  background-color: #00c1cd;
}
.ap-account-menu_company .ap-account-menu-section_turbo .ap-account-menu-section-title__counter_new {
  background-color: #9900cc;
}
.ap-account-menu_company.agency .ap-account-menu-section_turbo .ap-account-menu-section-title__counter_new {
  background-color: #00c1cd;
}
.ap-account-menu_company .ap-account-menu-section_turbo:hover .ap-account-menu-section-title {
  background-color: #8500b5;
  color: #ffffff;
}
.ap-account-menu_company.agency .ap-account-menu-section_turbo:hover .ap-account-menu-section-title {
  background-color: #00c1cd;
  color: #ffffff;
}
.ap-account-menu_company .ap-account-menu-section_turbo:hover .ap-account-menu-section-title__counter_new {
  background-color: #8500b5;
}
.ap-account-menu_company.agency .ap-account-menu-section_turbo:hover .ap-account-menu-section-title__counter_new {
  background-color: #00c1cd;
}
.ap-account-menu_company .ap-label_profi {
  background-color: #9900cc;
}
.ap-account-menu_company.agency .ap-label_profi {
  background-color: #00c1cd;
}

.ap-account-menu-section {
  background-color: #fff;
  line-height: 1;
  font-size: 11px;
  font-weight: 300;
  color: #999999;
  letter-spacing: 0.01em;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-top: -1px;
}
.ap-account-menu-section .ap-account-menu-header:after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  border-top: 6px solid #bfbfbf;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  right: 10px;
  top: auto;
  bottom: 18px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ap-account-menu-section:hover .ap-account-menu-header__name,
.ap-account-menu-section:hover .ap-account-menu-section-title {
  color: #ff0000;
}
.ap-account-menu-section_active .ap-account-menu-header__name,
.ap-account-menu-section_active .ap-account-menu-section-title {
  color: #ff0000;
}
.ap-account-menu-section_collapsed .ap-account-menu-section-title__counter {
  opacity: 1;
}
.ap-account-menu-section_collapsed .ap-account-menu-section-title:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ap-account-menu-section_collapsed .ap-account-menu-header:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ap-account-menu-section_collapsed .ap-account-menu-section-menu {
  display: none;
}
.ap-account-menu-section_disabled {
  background-color: #f2f2f2;
}
.ap-account-menu-section_disabled .ap-account-menu-section-title {
  cursor: default;
  color: #cccccc;
}
.ap-account-menu-section_disabled .ap-account-menu-section-title:after {
  content: normal;
  display: none;
}
.ap-account-menu-section_disabled:hover .ap-account-menu-section-title {
  cursor: default;
  color: #cccccc;
}
.ap-account-menu-section_disabled:hover .ap-account-menu-section-title:after {
  content: normal;
  display: none;
}
.ap-account-menu-section_disabled .ap-account-menu-section-menu__link {
  color: #000000;
}
.ap-account-menu-section_disabled .ap-account-menu-section-menu__link:focus, .ap-account-menu-section_disabled .ap-account-menu-section-menu__link:hover {
  text-decoration: none;
  color: #000000;
}
.ap-account-menu-section_disabled .ap-account-menu-section-menu__link:focus .ap-account-menu-section-menu__label:after, .ap-account-menu-section_disabled .ap-account-menu-section-menu__link:hover .ap-account-menu-section-menu__label:after {
  opacity: 0;
}
.ap-account-menu-section_disabled .ap-account-menu-section-menu__link_active {
  color: #000000;
}
.ap-account-menu-section_disabled .ap-account-menu-section-menu__link_active .ap-account-menu-section-menu__label:after {
  opacity: 0;
}
.ap-account-menu-section_disabled &gt; * {
  pointer-events: none;
}
.ap-account-menu-section_buy-profi {
  background-color: #e6e6e6;
}
.ap-account-menu-section_buy-profi .ap-account-menu-section-title {
  cursor: default;
  position: relative;
}
.ap-account-menu-section_buy-profi .ap-account-menu-section-title:after {
  content: normal;
  display: none;
}
.ap-account-menu-section_buy-profi .ap-account-menu-section-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#0000));
  background-image: -o-linear-gradient(top, #000000, #0000);
  background-image: linear-gradient(to bottom, #000000, #0000);
  opacity: 0.2;
}
.ap-account-menu-section_turbo .ap-account-menu-section-title {
  background-color: #ff0000;
  color: #ffffff;
}
.ap-account-menu-section_turbo .ap-account-menu-section-title:after {
  content: normal;
  border-top-color: #ffffff;
}
.ap-account-menu-section_turbo .ap-account-menu-section-title + .ap-account-menu-section-menu {
  margin-top: 0;
  padding-top: 7px;
}
.ap-account-menu-section_turbo .ap-account-menu-section-title__counter {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #ffffff;
  padding: 0;
  margin-left: 7px;
}
.ap-account-menu-section_turbo .ap-account-menu-section-title__counter:before {
  color: #ffffff;
  content: " +";
  position: static;
  margin: 0;
}
.ap-account-menu-section_turbo:hover .ap-account-menu-section-title, .ap-account-menu-section_turbo:focus .ap-account-menu-section-title {
  background-color: #ea0000;
  color: #ffffff;
}
.ap-account-menu-section_turbo:hover .ap-account-menu-section-title__counter, .ap-account-menu-section_turbo:focus .ap-account-menu-section-title__counter {
  background-color: #ea0000;
}
.ap-account-menu-section_promo .ap-account-menu-section-title:after {
  content: normal;
}

.ap-account-menu-section-title {
  display: block;
  color: #666666;
  font-size: 13px;
  line-height: 1.54;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 18px 9px;
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.ap-account-menu-section-title:after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  border-top: 6px solid #bfbfbf;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ap-account-menu-section-title + .ap-account-menu-section-menu {
  margin-top: -4px;
  padding-top: 0;
}
.ap-account-menu-section-title__counter {
  opacity: 0;
  font-weight: 300;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}
.ap-account-menu-section-title__counter:before {
  content: " - ";
  white-space: nowrap;
}
.ap-account-menu-section-title__counter_new {
  display: inline-block;
  position: relative;
  min-width: 18px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #ff0000;
  color: #ffffff;
  margin-left: 12px;
  text-align: center;
}
.ap-account-menu-section-title__counter_new:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: #999999;
  margin-left: -8px;
}

a.ap-account-menu-section-title {
  text-decoration: none;
  color: #666666;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a.ap-account-menu-section-title.color_black {
  color: #000000;
}
a.ap-account-menu-section-title.color_light-grey {
  color: #cccccc;
}
a.ap-account-menu-section-title:focus, a.ap-account-menu-section-title:hover {
  text-decoration: none;
  color: #ff0000;
}
a.ap-account-menu-section-title:after {
  content: normal;
  display: none;
}
a.ap-account-menu-section-title .ap-account-menu-section-title__counter_new {
  opacity: 1;
}

.ap-account-menu-section-menu {
  line-height: 1.5;
  font-size: 11px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.01em;
  list-style: none;
  margin: 0;
  padding: 11px 18px 10px 32px;
}
.ap-account-menu-section-menu__link {
  display: inline-block;
  position: relative;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ap-account-menu-section-menu__link:focus, .ap-account-menu-section-menu__link:hover {
  text-decoration: none;
  color: #000000;
}
.ap-account-menu-section-menu__link:focus .ap-account-menu-section-menu__label:after, .ap-account-menu-section-menu__link:hover .ap-account-menu-section-menu__label:after {
  opacity: 1;
}
.ap-account-menu-section-menu__link_active {
  color: #000000;
}
.ap-account-menu-section-menu__link_active .ap-account-menu-section-menu__label:after {
  opacity: 1;
}
.ap-account-menu-section-menu__label {
  display: inline-block;
  position: relative;
}
.ap-account-menu-section-menu__label:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ff0000;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ap-account-menu-section-menu__counter:before {
  content: " - ";
  white-space: nowrap;
}
.ap-account-menu-section-menu__counter_new {
  display: inline-block;
  position: relative;
  min-width: 18px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #ff0000;
  color: #ffffff;
  margin-left: 12px;
  text-align: center;
}
.ap-account-menu-section-menu__counter_new:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: #999999;
  margin-left: -8px;
}
.ap-account-menu-section-menu__item {
  font-size: 11px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.01em;
}
.ap-account-menu-section-menu__item:not(:last-child) {
  margin-bottom: 4px;
}
.ap-account-menu-section-menu__item_add {
  color: #000000;
  font-weight: 600;
}
.ap-account-menu-section-menu__item_add:before {
  content: "";
  margin-right: 3px;
  color: inherit;
  display: inline-block;
  width: 12px;
  height: 8px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 5.3' width='12' height='5.3'%3E%3Cpath d='M12,2.8c0-0.1,0-0.2,0-0.3c0,0,0-0.1-0.1-0.1L9.6,0.1C9.5,0,9.3,0,9.1,0.1S9,0.5,9.1,0.6l1.6,1.6H0.4C0.2,2.3,0,2.4,0,2.6 C0,2.8,0.2,3,0.4,3h10.3L9.1,4.6C9,4.8,9,5,9.1,5.1c0.1,0.1,0.2,0.1,0.3,0.1s0.2,0,0.3-0.1l2.2-2.2C11.9,2.9,12,2.8,12,2.8z'/%3E%3C/svg%3E");
}
.ap-account-menu-section-menu__item_add a.ap-account-menu-section-menu__link,
.ap-account-menu-section-menu__item_add .ap-account-menu-section-menu__link {
  color: #000000;
}
.ap-account-menu-section-menu__item.color_red {
  color: #ff0000;
}
.ap-account-menu-section-menu__item.color_red a.ap-account-menu-section-menu__link,
.ap-account-menu-section-menu__item.color_red .ap-account-menu-section-menu__link {
  color: #ff0000;
}
.ap-account-menu-section-menu__item.color_purple {
  color: #9900cc;
}
.ap-account-menu-section-menu__item.color_purple a.ap-account-menu-section-menu__link,
.ap-account-menu-section-menu__item.color_purple .ap-account-menu-section-menu__link {
  color: #9900cc;
}
.agency .ap-account-menu-section-menu__item.color_purple {
  color: #00c1cd ;
}
.agency .ap-account-menu-section-menu__item.color_purple a.ap-account-menu-section-menu__link,
.agency .ap-account-menu-section-menu__item.color_purple .ap-account-menu-section-menu__link {
  color: #00c1cd;
}

a.ap-account-menu-section-menu__link {
  color: #000000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a.ap-account-menu-section-menu__link:focus, a.ap-account-menu-section-menu__link:hover {
  color: #000000;
}
a.ap-account-menu-section-menu__link_active {
  color: #000000;
}

.profile-completion {
  white-space: nowrap;
}
.profile-completion a.ap-account-menu-section-menu__link,
.profile-completion .ap-account-menu-section-menu__link {
  font-size: 9px;
}
.profile-completion a.ap-account-menu-section-menu__link span:after,
.profile-completion .ap-account-menu-section-menu__link span:after {
  bottom: 2px;
  opacity: 0.75;
  background-color: #999999;
}
.profile-completion a.ap-account-menu-section-menu__link:hover span:after,
.profile-completion .ap-account-menu-section-menu__link:hover span:after {
  background-color: #ff0000;
}

.profile-completion-percentage {
  color: #217fff;
  margin-right: 6px;
}

.add-new-profile {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #595959;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.add-new-profile:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 22px;
  height: 22px;
  border-right: 11px solid transparent;
  border-top: 11px solid transparent;
  border-left: 11px solid #dedede;
  border-bottom: 11px solid #dedede;
}
.add-new-profile span {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.add-new-profile span:before, .add-new-profile span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.add-new-profile span:before {
  width: 7px;
  height: 1px;
}
.add-new-profile span:after {
  height: 7px;
  width: 1px;
}
.add-new-profile:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.ap-account-profile-menu .add-new-profile:after {
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
}</pre></body></html>