.widget_sd_widget_logo {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.widget_sd_widget_logo a {
  display: block;
  height: 50px;
}
.widget_sd_widget_logo svg {
  height: 50px;
  width: 340px;
}
.widget_sd_widget_logo svg .text-left,
.widget_sd_widget_logo svg .text-right {
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.widget_sd_widget_logo svg .text-left {
  fill: #0097e2;
}
.widget_sd_widget_logo svg .text-right {
  fill: #404d51;
}
.widget_sd_widget_logo:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

header .widget_sd_widget_logo svg {
  -webkit-transition: height 0.3s ease-out, width 0.3s ease-out;
  -moz-transition: height 0.3s ease-out, width 0.3s ease-out;
  -o-transition: height 0.3s ease-out, width 0.3s ease-out;
  transition: height 0.3s ease-out, width 0.3s ease-out;
}
header .widget_sd_widget_logo svg .text-left,
header .widget_sd_widget_logo svg .text-right {
  fill: #FFF;
}
header.scrolled .widget_sd_widget_logo a, header:has(.close-button) .widget_sd_widget_logo a {
  height: 40px;
}
header.scrolled .widget_sd_widget_logo svg, header:has(.close-button) .widget_sd_widget_logo svg {
  height: 40px;
  width: 270px;
}
header:has(.close-button) .widget_sd_widget_logo svg .text-left, header.scrolled .widget_sd_widget_logo svg .text-left, header.header-dark .widget_sd_widget_logo svg .text-left {
  fill: #0097e2;
}
header:has(.close-button) .widget_sd_widget_logo svg .text-right, header.scrolled .widget_sd_widget_logo svg .text-right, header.header-dark .widget_sd_widget_logo svg .text-right {
  fill: #404d51;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_logo a {
    height: 42px;
  }
  .widget_sd_widget_logo svg {
    height: 42px;
    width: 282px;
  }
  header.scrolled .widget_sd_widget_logo a {
    height: 33px;
  }
  header.scrolled .widget_sd_widget_logo svg {
    height: 33px;
    width: 224px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_logo a {
    height: 37px;
  }
  .widget_sd_widget_logo svg {
    height: 37px;
    width: 248px;
  }
  header.scrolled .widget_sd_widget_logo a {
    height: 29px;
  }
  header.scrolled .widget_sd_widget_logo svg {
    height: 29px;
    width: 197px;
  }
}
@media screen and (max-width: 1200px) {
  .widget_sd_widget_logo a {
    height: 35px;
  }
  .widget_sd_widget_logo svg {
    height: 35px;
    width: 240px;
  }
  header:has(.close-button) .widget_sd_widget_logo a,
  header.scrolled .widget_sd_widget_logo a {
    height: 30px;
  }
  header:has(.close-button) .widget_sd_widget_logo svg,
  header.scrolled .widget_sd_widget_logo svg {
    height: 30px;
    width: 200px;
  }
}

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