*, body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5; }

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important; }

@keyframes borderAnimation {
  from {
    width: 0;
    opacity: 0; }
  to {
    width: 100%;
    opacity: 1; } }

body {
  padding-top: 70px; }

.wrapper {
  width: 100%;
  overflow-x: hidden; }
  .wrapper .head_bg_wrapper {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid #e5e7eb;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
  .wrapper .head_wrapper {
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px; }
    @media screen and (min-width: 920px) {
      .wrapper .head_wrapper {
        width: 70%;
        max-width: 1200px; }
        .wrapper .head_wrapper .small_screen {
          display: none; }
        .wrapper .head_wrapper .dropdown_wrapper {
          display: none; } }
    @media screen and (max-width: 920px) {
      .wrapper .head_wrapper {
        width: 95%; }
        .wrapper .head_wrapper .larger_screen {
          display: none; }
        .wrapper .head_wrapper .dropdown_wrapper {
          position: relative;
          color: #1f2937; }
          .wrapper .head_wrapper .dropdown_wrapper .dropdown-content {
            display: none;
            position: absolute;
            right: 0;
            top: calc(100% + 8px);
            border-radius: 12px;
            background: #ffffff;
            padding: 8px 0;
            min-width: 180px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            border: 1px solid #e5e7eb;
            z-index: 1002;
            opacity: 0;
            transform: translateY(-10px);
            transition: all 0.3s ease; }
            .wrapper .head_wrapper .dropdown_wrapper .dropdown-content::before {
              content: '';
              position: absolute;
              top: -6px;
              right: 20px;
              width: 12px;
              height: 12px;
              background: #ffffff;
              border: 1px solid #e5e7eb;
              border-bottom: none;
              border-right: none;
              transform: rotate(45deg); }
            .wrapper .head_wrapper .dropdown_wrapper .dropdown-content.show {
              opacity: 1;
              transform: translateY(0); }
            .wrapper .head_wrapper .dropdown_wrapper .dropdown-content a {
              line-height: 1.5;
              color: #1f2937;
              padding: 12px 20px;
              text-decoration: none;
              display: block;
              font-size: 14px;
              font-weight: 500;
              transition: all 0.2s ease;
              position: relative; }
              .wrapper .head_wrapper .dropdown_wrapper .dropdown-content a:hover {
                color: #2563eb;
                background: linear-gradient(90deg, rgba(37, 99, 235, 0.08) 0%, rgba(37, 99, 235, 0.02) 100%);
                transform: translateX(4px); }
              .wrapper .head_wrapper .dropdown_wrapper .dropdown-content a:first-child {
                border-radius: 8px 8px 0 0; }
              .wrapper .head_wrapper .dropdown_wrapper .dropdown-content a:last-child {
                border-radius: 0 0 8px 8px; } }
    @media screen and (max-width: 600px) {
      .wrapper .head_wrapper {
        padding: 0 12px; } }
    .wrapper .head_wrapper .logo_wrapper .logo {
      height: 52px;
      width: auto;
      transition: opacity 0.2s ease; }
      .wrapper .head_wrapper .logo_wrapper .logo:hover {
        opacity: 0.8; }
    .wrapper .head_wrapper ul {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 0; }
      .wrapper .head_wrapper ul li {
        list-style: none;
        margin: 0 6px; }
        @media screen and (min-width: 600px) and (max-width: 1000px) {
          .wrapper .head_wrapper ul li {
            margin: 0 4px; } }
        .wrapper .head_wrapper ul li a {
          display: inline-block;
          text-decoration: none;
          color: #1f2937;
          font-size: 14px;
          font-weight: 500;
          padding: 6px 12px;
          border-radius: 6px;
          transition: all 0.2s ease;
          position: relative; }
          .wrapper .head_wrapper ul li a:hover {
            color: #2563eb;
            background: rgba(37, 99, 235, 0.08); }
        .wrapper .head_wrapper ul li .small_screen {
          display: inline-block;
          text-decoration: none;
          color: #1f2937;
          font-size: 14px;
          font-weight: 500;
          padding: 6px 12px;
          border-radius: 6px;
          transition: all 0.2s ease;
          cursor: pointer; }
          .wrapper .head_wrapper ul li .small_screen:hover {
            color: #2563eb;
            background: rgba(37, 99, 235, 0.08); }
        .wrapper .head_wrapper ul li a:hover span {
          display: block;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 2px;
          background: #2563eb;
          border-radius: 1px; }
        .wrapper .head_wrapper ul li a:hover .animation_char {
          width: 100%;
          animation: borderAnimation 0.3s ease-out; }
  .wrapper .footer_wrapper {
    padding: 40px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); }
    @media screen and (max-width: 800px) {
      .wrapper .footer_wrapper {
        padding: 30px 20px; } }
    .wrapper .footer_wrapper .footer_sections {
      width: 70%;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 40px; }
      @media screen and (max-width: 800px) {
        .wrapper .footer_wrapper .footer_sections {
          width: 95%;
          flex-direction: column;
          gap: 30px; } }
    .wrapper .footer_wrapper .us_wrapper {
      flex: 1;
      color: #ffffff; }
      .wrapper .footer_wrapper .us_wrapper .us_title {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 24px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        letter-spacing: 0.5px;
        text-align: center; }
        @media screen and (min-width: 801px) {
          .wrapper .footer_wrapper .us_wrapper .us_title {
            text-align: left; } }
      .wrapper .footer_wrapper .us_wrapper .us_container {
        text-align: center;
        padding-top: 30px; }
        @media screen and (min-width: 801px) {
          .wrapper .footer_wrapper .us_wrapper .us_container {
            text-align: left; } }
        .wrapper .footer_wrapper .us_wrapper .us_container a {
          text-decoration: none;
          color: rgba(255, 255, 255, 0.8);
          font-weight: 500;
          transition: color 0.3s ease; }
        .wrapper .footer_wrapper .us_wrapper .us_container a:hover {
          color: #2563eb; }
        .wrapper .footer_wrapper .us_wrapper .us_container .footer_us {
          padding: 8px 16px;
          margin: 0 8px;
          border-radius: 6px;
          transition: background 0.3s ease;
          display: inline-block; }
          @media screen and (min-width: 801px) {
            .wrapper .footer_wrapper .us_wrapper .us_container .footer_us {
              display: block;
              margin: 8px 0; } }
          .wrapper .footer_wrapper .us_wrapper .us_container .footer_us:hover {
            background: rgba(255, 255, 255, 0.1); }
    .wrapper .footer_wrapper .footer_container {
      text-align: center;
      padding-top: 40px;
      width: 100%; }
      .wrapper .footer_wrapper .footer_container a {
        text-decoration: none;
        color: #2563eb;
        font-weight: 500;
        transition: color 0.3s ease; }
        .wrapper .footer_wrapper .footer_container a:hover {
          color: rgba(255, 255, 255, 0.9); }

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px); }
  .back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); }
  .back-to-top:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3); }
  .back-to-top svg {
    transition: transform 0.2s ease; }
  .back-to-top:hover svg {
    transform: translateY(-2px); }
  @media screen and (max-width: 768px) {
    .back-to-top {
      width: 45px;
      height: 45px;
      bottom: 20px;
      right: 20px; }
      .back-to-top svg {
        width: 18px;
        height: 18px; } }
  @media screen and (max-width: 480px) {
    .back-to-top {
      width: 40px;
      height: 40px;
      bottom: 15px;
      right: 15px; }
      .back-to-top svg {
        width: 16px;
        height: 16px; } }
@keyframes pulse {
  0% {
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3); }
  50% {
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.5), 0 0 0 10px rgba(37, 99, 235, 0.1); }
  100% {
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3); } }

.back-to-top.pulse {
  animation: pulse 2s infinite; }

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