/* xl - DESKTOP STYLES */
.year-container {
  display: block !important;
}
.raport-menu {
  display: block !important;
  width: 100%;
  max-width: 100%;
}
.raport-menu .wp-block-uagb-container, .raport-menu .uagb-container-inner-blocks-wrap {
  margin: 0 !important;
  align-items: flex-start !important;
}
.raport-menu-item {
  position: relative;
  width: 100% !important;
  max-width: 920px !important;
  margin: 0 !important;
  padding: 18px;
  color: #2B3443;
  background-color: #FAF9FB;
  transition: all 0.25s ease;
  cursor: pointer;
}
.raport-menu-item .wp-element-button, .raport-menu-item .wp-block-button__link {
  text-align: left;
  background: none;
  background-color: transparent;
  border: none;
}
.raport-menu-item .wp-block-button__link:hover, .raport-menu-item .wp-element-button:hover, .raport-menu-item .wp-element-button:focus, .raport-menu-item .wp-element-button:focus-visible, .raport-menu-item .wp-element-button:active, .raport-menu-item .wp-block-button__link:focus, .raport-menu-item .wp-block-button__link:focus-visible, .raport-menu-item .wp-block-button__link:active {
  background: none;
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
  color: #2b3443;
}
.raport-menu-item:hover {
  margin-left: 22px !important;
  color: #335BA4;
}
.raport-menu-item::before {
  content: "";
  position: absolute;
  right: 7px !important;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: translateY(-50%) translatex(-10px) rotate(45deg);
  transition: all 0.25s ease;
}
.raport-menu-item::after {
  content: "";
  position: absolute;
  right: 17px !important;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #2B3443;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  opacity: 0;
}
.raport-menu-item:hover::before {
  border-right-color: #335BA4;
  border-top-color: #335BA4;
}
.raport-menu-item:hover::after {
  opacity: 1;
  background: #335BA4;
}
.raport-menu-item:hover::after {
  width: 22px;
}
.wp-block-media-text__content {
  padding: 0 0 0 22px !important;
}
.offer-btn {
  position: relative;
  padding-left: 20px !important;
}
.offer-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #cdcdcd;
  border-radius: 50%;
  transform: translateY(-50%);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F704-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */