body
{
   border-width: 0 !important;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #35414F;
   background-image: none;
   border: 1px solid #2C4359;
   border-radius: 0px;
   color: #E1E463;
   --background-color: rgba(53,65,79,1.00);
   --border-color: #2C4359;
   --border-width: 1px;
   --color: #E1E463;
}
.wb-theme-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #AAAAAA;
   border-radius: 0px;
   color: #2C4359;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #AAAAAA;
   --border-width: 1px;
   --color: #2C4359;
   --icon-color: #C02669;
   --colorize: invert(25%) sepia(29%) saturate(4950%) hue-rotate(310deg) brightness(92%) contrast(96%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #93C3CD;
   background-image: none;
   border: 1px solid #93C3CD;
   border-radius: 0px;
   color: #333333;
   --background-color: rgba(147,195,205,1.00);
   --border-color: #93C3CD;
   --border-width: 1px;
   --color: #333333;
}
.wb-theme-button:hover
{
   background-color: #CCD232;
   background-image: none;
   border: 1px solid #999999;
   border-radius: 0px;
   color: #212121;
   --background-color: rgba(204,210,50,1.00);
   --border-color: #999999;
   --border-width: 1px;
   --color: #212121;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #DB4865;
   background-image: none;
   border: 1px solid #FF6B7F;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(219,72,101,1.00);
   --border-color: #FF6B7F;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #35414F;
   background-image: none;
   border: 1px solid #2C4359;
   border-radius: 0px;
   color: #E1E463;
   --background-color: rgba(53,65,79,1.00);
   --border-color: #2C4359;
   --border-width: 1px;
   --color: #E1E463;
}
.darktheme .wb-theme-content
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #AAAAAA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(0,0,0,1.00);
   --border-color: #AAAAAA;
   --border-width: 1px;
   --color: #FFFFFF;
   --icon-color: #C02669;
   --colorize: invert(18%) sepia(98%) saturate(2337%) hue-rotate(316deg) brightness(94%) contrast(88%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #93C3CD;
   background-image: none;
   border: 1px solid #93C3CD;
   border-radius: 0px;
   color: #333333;
   --background-color: rgba(147,195,205,1.00);
   --border-color: #93C3CD;
   --border-width: 1px;
   --color: #333333;
}
.darktheme .wb-theme-button:hover
{
   background-color: #CCD232;
   background-image: none;
   border: 1px solid #999999;
   border-radius: 0px;
   color: #212121;
   --background-color: rgba(204,210,50,1.00);
   --border-color: #999999;
   --border-width: 1px;
   --color: #212121;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #DB4865;
   background-image: none;
   border: 1px solid #FF6B7F;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(219,72,101,1.00);
   --border-color: #FF6B7F;
   --border-width: 1px;
   --color: #FFFFFF;
}
.gls-hero {
  background-color: #1a2a3a;
  padding: 50px 24px 60px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.gls-logo-area {
  margin-bottom: 24px;
}
.gls-logo-svg {
  width: 360px;
  height: auto;
}
.gls-headline {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 auto 16px;
  font-family: Georgia, serif;
  max-width: 640px;
}
.gls-subheadline {
  font-size: 18px;
  color: #a8c8b8;
  line-height: 1.5;
  margin: 0 0 10px;
  font-family: Arial, sans-serif;
  font-weight: normal;
}
.gls-phone {
  display: block;
  font-size: 28px;
  color: #2ecc8e;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin: 12px auto 32px;
  font-family: Arial, sans-serif;
  text-decoration: none;
}
.gls-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.gls-btn-primary {
  background: #2e8b6e;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 14px 32px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-family: Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
}
.gls-btn-secondary {
  background: transparent;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  padding: 13px 32px;
  border-radius: 6px;
  border: 2px solid #ffffff;
  cursor: pointer;
  font-family: Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 600px) {
  .gls-headline { font-size: 26px; }
  .gls-phone { font-size: 22px; }
  .gls-btn-primary, .gls-btn-secondary { width: 100%; text-align: center; box-sizing: border-box; }
  .gls-buttons { flex-direction: column; align-items: center; }
  .gls-logo-svg { width: 280px; }
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&amp;display=swap');.gls-trust {
  background-color: #ffffff;
  padding: 24px 24px;
  width: 100%;
  box-sizing: border-box;
}
.gls-trust-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
.gls-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 200px;
}
.gls-trust-icon {
  width: 56px;
  height: 56px;
  background-color: #e8f7f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.gls-badge-img {
  width: 80px;
  height: auto;
  margin-bottom: 12px;
}

  width: 28px;
  height: 28px;
  stroke: #2e8b6e;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.gls-trust-label {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #1a2a3a;
  line-height: 1.3;
}
.gls-trust-sub {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}
@media (max-width: 600px) {
  .gls-trust-item { width: 140px; }
  .gls-trust-label { font-size: 13px; }
}
.gls-services {
  background-color: #f4f6f8;
  padding: 48px 24px;
  width: 100%;
  box-sizing: border-box;
}
.gls-services-title {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: #1a2a3a;
  margin: 0 0 8px;
}
.gls-services-sub {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #666666;
  margin: 0 0 36px;
}
.gls-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
.gls-service-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 28px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.gls-service-icon {
  width: 48px;
  height: 48px;
  background-color: #e8f7f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.gls-service-icon svg {
  width: 24px;
  height: 24px;
  stroke: #2e8b6e;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.gls-service-name {
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #1a2a3a;
  margin: 0 0 8px;
}
.gls-service-desc {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 700px) {
  .gls-services-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .gls-services-grid { grid-template-columns: 1fr; }
}
.gls-about {
  background-color: #ffffff;
  padding: 56px 24px;
  width: 100%;
  box-sizing: border-box;
}
.gls-about-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.gls-about-title {
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: #1a2a3a;
  margin: 0 0 24px;
}
.gls-about-text {
  font-family: Arial, sans-serif;
  font-size: 17px;
  color: #444444;
  line-height: 1.8;
  margin: 0 0 36px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.gls-about-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.gls-about-badge img {
  height: 100px;
  width: auto;
}
.gls-contact {
  background-color: #1a2a3a;
  padding: 56px 24px;
  width: 100%;
  box-sizing: border-box;
}
.gls-contact-inner {
  max-width: 680px;
  margin: 0 auto;
}
.gls-contact-title {
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0 0 8px;
}
.gls-contact-sub {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #a8c8b8;
  text-align: center;
  margin: 0 0 12px;
}
.gls-contact-phone {
  display: block;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #2ecc8e;
  text-decoration: none;
  margin: 0 0 36px;
}
.gls-form-group {
  margin-bottom: 20px;
}
.gls-form-group label {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #a8c8b8;
  margin-bottom: 6px;
}
.gls-form-group input,
.gls-form-group select,
.gls-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  border: 2px solid #2a3f52;
  border-radius: 6px;
  background-color: #243444;
  color: #ffffff;
  box-sizing: border-box;
}
.gls-form-group input:focus,
.gls-form-group select:focus,
.gls-form-group textarea:focus {
  outline: none;
  border-color: #2ecc8e;
}
.gls-form-group select option {
  background-color: #243444;
  color: #ffffff;
}
.gls-form-group textarea {
  height: 120px;
  resize: vertical;
}
.gls-radio-group {
  margin-bottom: 20px;
}
.gls-radio-group label.gls-radio-title {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #a8c8b8;
  margin-bottom: 10px;
}
.gls-radio-options {
  display: flex;
  gap: 24px;
}
.gls-radio-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
}
.gls-radio-options input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #2ecc8e;
}
.gls-submit-btn {
  width: 100%;
  background: #2e8b6e;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 8px;
}
.gls-submit-btn:hover {
  background: #246f57;
}
.gls-footer {
  background-color: #111e2a;
  padding: 40px 24px 24px;
  width: 100%;
  box-sizing: border-box;
}
.gls-footer-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}
.gls-footer-col h4 {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #2ecc8e;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
}
.gls-footer-col p,
.gls-footer-col a {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #a8c8b8;
  line-height: 1.8;
  text-decoration: none;
  display: block;
}
.gls-footer-col a:hover {
  color: #2ecc8e;
}
.gls-footer-divider {
  border: none;
  border-top: 1px solid #2a3f52;
  margin: 0 auto 20px;
  max-width: 960px;
}
.gls-footer-bottom {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #4a7a6a;
}
