/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}/**/.graphicWidget{width:200px;height:200px;margin:10px auto;text-align:center}.graphicWidget svg.svg{width:100%;height:100%;color:#000;fill:#000}.graphicWidget img.svg{object-fit:contain;width:100%;height:100%}
.graphicWidget .svg[data-icon-mask]{display:block;aspect-ratio:1;width:100%;height:100%;color:#000;background-color:currentColor;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}
.graphicWidgetV2{width:60px;height:60px}.graphicWidgetV3{font-size:0}/**/#dm .dmDivider{display:block;min-height:2px;margin:0;border:0;color:gray;background:0}#dm .dmDividerWrapper{display:block;margin:10px 0}/**/.imageWidget{position:relative}.imageWidget a,.imageWidget span.image-caption{font-style:italic;text-align:center}.imageWidget a[data-caption]::after,.imageWidget span[data-caption]::after{content:attr(data-caption);display:block;line-height:100%}
.imageWidget.with-caption a::after,.imageWidget.with-caption span.image-caption::after{margin-top:12px}.imageWidget img[width][height]{height:auto}[data-flex-site] #fcontainer .imageWidget:after,[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}
[data-flex-site] #fcontainer .imageWidget:before,[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}.imageWidget.hover img.hover-image,.imageWidget:hover img.hover-image{display:initial}
.imageWidget.hover.hasHover img:not(.hover-image),.imageWidget:hover.hasHover img:not(.hover-image){display:none!important}.imageWidget img.hover-image,.imageWidget img.logo-on-scroll{display:none}
/* Custom Widgets Styles */
.widget-0501b4 .utm-builder {
  max-width: 640px;
  margin: 0 auto;
  padding: 32px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  font-family: inherit;
}
.widget-0501b4 .utm-title {
  margin: 0 0 28px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}
.widget-0501b4 .utm-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.widget-0501b4 .utm-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.widget-0501b4 .utm-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #444444;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.widget-0501b4 .utm-input {
  width: 100%;
  padding: 11px 14px;
  font-size: 0.95rem;
  color: #1a1a1a;
  background: #f8f8f8;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.widget-0501b4 .utm-input:focus {
  border-color: #555555;
  box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.08);
  background: #ffffff;
}
.widget-0501b4 .utm-select-wrapper {
  position: relative;
}
.widget-0501b4 .utm-select-wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #888888;
  pointer-events: none;
}
.widget-0501b4 .utm-select {
  cursor: pointer;
  padding-right: 36px;
}
.widget-0501b4 .utm-select option {
  color: #1a1a1a;
}
.widget-0501b4 .utm-actions {
  margin-top: 4px;
}
.widget-0501b4 .utm-generate-btn {
  width: 100%;
  padding: 13px 24px;
  font-size: 1rem;
  font-weight: 600;
  background: #1a1a1a;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.1s ease;
  letter-spacing: 0.01em;
}
.widget-0501b4 .utm-generate-btn:hover {
  background: #333333;
  transform: translateY(-1px);
}
.widget-0501b4 .utm-generate-btn:active {
  transform: translateY(0);
}
.widget-0501b4 .utm-output-wrapper {
  margin-top: 28px;
  border-top: 1.5px solid #eeeeee;
  padding-top: 24px;
  animation: utm-fade-in 0.3s ease;
}
@keyframes utm-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.widget-0501b4 .utm-output-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.widget-0501b4 .utm-output-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #444444;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.widget-0501b4 .utm-copy-btn {
  padding: 7px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  background: #ffffff;
  color: #1a1a1a;
  border: 1.5px solid #cccccc;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.widget-0501b4 .utm-copy-btn:hover {
  background: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
}
.widget-0501b4 .utm-copy-btn.copied {
  background: #22c55e;
  color: #ffffff;
  border-color: #22c55e;
}
.widget-0501b4 .utm-output-box {
  background: #f4f4f4;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 14px 16px;
  word-break: break-all;
}
.widget-0501b4 .utm-output-text {
  font-size: 0.9rem;
  color: #1a1a1a;
  font-family: "Courier New", Courier, monospace;
  line-height: 1.6;
}
.widget-0501b4 .utm-error {
  font-size: 0.82rem;
  color: #ef4444;
  margin-top: 4px;
  display: none;
}
.widget-0501b4 .utm-field.has-error .utm-input {
  border-color: #ef4444;
}
.widget-0501b4 .utm-field.has-error .utm-error {
  display: block;
}
@media (max-width: 767px) {
  .widget-0501b4 .utm-builder {
    padding: 20px 16px;
    border-radius: 8px;
  }
  .widget-0501b4 .utm-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .widget-0501b4 .utm-output-header {
    flex-wrap: wrap;
    gap: 10px;
  }
  .widget-0501b4 .utm-copy-btn {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-0501b4 .utm-builder {
    padding: 28px 24px;
  }
}

.widget-1f5975 .copyright {
    font-size: 13px;
    display: flex;
    text-align: left;
    justify-content: flex-start;
}
