.gridCont {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
}

.prodArticle {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  padding: 30px 0;
}
.prodArticle table * {
  font-size: 18px;
}
.prodArticle p {
  color: #00193D;
  font-family: "Poppins", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  /*
  *{
  	font-size:$size;
  	line-height: $line;
  }
  strong{
  	font-weight: 700;
  }
   */
  margin-bottom: 36px;
}
.prodArticle p * {
  color: #00193D;
  font-family: "Poppins", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  /*
  *{
  	font-size:$size;
  	line-height: $line;
  }
  strong{
  	font-weight: 700;
  }
   */
}
.prodArticle p strong {
  font-weight: 700;
}
.prodArticle p a {
  font-weight: 700;
  color: #002E6E;
  text-decoration: underline;
}
.prodArticle p img {
  max-width: 100% !important;
  height: initial !important;
  border-radius: 24px;
}
.prodArticle ul li, .prodArticle ol li {
  color: #00193D;
  font-family: "Poppins", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  /*
  *{
  	font-size:$size;
  	line-height: $line;
  }
  strong{
  	font-weight: 700;
  }
   */
}
.prodArticle ul li *, .prodArticle ol li * {
  color: #00193D;
  font-family: "Poppins", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  /*
  *{
  	font-size:$size;
  	line-height: $line;
  }
  strong{
  	font-weight: 700;
  }
   */
}
.prodArticle ol {
  counter-reset: list-counter;
}
.prodArticle ol:before {
  content: counter(list-counter) ". ";
}
.prodArticle ul li {
  position: relative;
  padding-left: 32px;
}
.prodArticle ul li:before {
  content: "";
  left: 12px;
  top: 10px;
  background: #00193D;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  display: table;
  position: absolute;
}
.prodArticle h2 {
  color: #00193D;
  font-family: "Fira Sans", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  /*
  *{
  	font-size:$size;
  	line-height: $line;
  }
  strong{
  	font-weight: 700;
  }
   */
  text-align: left;
  margin-bottom: 16px;
}
.prodArticle h3 {
  color: #00193D;
  font-family: "Fira Sans", serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  /*
  *{
  	font-size:$size;
  	line-height: $line;
  }
  strong{
  	font-weight: 700;
  }
   */
  text-align: left;
  margin-bottom: 16px;
}
.prodArticle blockquote {
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-column-gap: 22px;
}
.prodArticle blockquote:before {
  height: fill-webkit-available;
  display: table;
  width: 2px;
  content: "";
  background: #000;
  grid-column: 1 !important;
}
.prodArticle blockquote > * {
  grid-column: 2;
}
.prodArticle blockquote p {
  grid-column: 2;
  text-align: left;
  color: #00193D;
  font-family: "Poppins", serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  /*
  *{
  	font-size:$size;
  	line-height: $line;
  }
  strong{
  	font-weight: 700;
  }
   */
  font-style: italic;
  margin-bottom: 0 !important;
}
.prodArticle blockquote p * {
  color: #00193D;
  font-family: "Poppins", serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  /*
  *{
  	font-size:$size;
  	line-height: $line;
  }
  strong{
  	font-weight: 700;
  }
   */
}
.prodArticle blockquote p strong {
  font-weight: 700;
}
.prodArticle blockquote p a {
  font-weight: 700;
  color: #002E6E;
}
.prodArticle h2 {
  font-size: 48px;
}
.prodArticle p {
  font-size: 18px;
}
.prodArticle p * {
  font-size: 18px;
}
.prodArticle table * {
  font-size: 18px;
}

@media (min-width: 1200px) {
  .articleBtn {
    transition: background 0.5s ease, color 0.5s ease;
  }
  .articleBtn:hover {
    background: #00193D;
  }
}
.articleBtn {
  background: #002E6E;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  display: table;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 40px !important;
  font-weight: 400 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-decoration: none !important;
  padding: 0px 20px;
  margin: 0px auto;
  cursor: pointer;
}

.cta .prodArticle * {
  color: #fff !important;
}
.cta .prodArticle ul li:before {
  background: #fff !important;
}
.cta .prodArticle blockquote:before {
  background: #fff !important;
}

.text_center {
  text-align: center !important;
}

@layer default, comp, aloldal, hover, resp, ipad, mobil, mobilMenu, landscape, notebook, external;
@layer default {
  * {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 0px;
    font-family: "Poppins", serif;
    color: #000;
  }
  a {
    text-decoration: none;
    color: #000;
  }
  a * {
    font-size: inherit;
  }
  sup, sub {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
  }
  .albody {
    display: grid;
    grid-template-rows: min-content 1fr min-content;
    min-height: 100svh;
  }
  .albody footer {
    grid-row: 3;
  }
  picture {
    display: table;
  }
  picture img {
    max-width: 100%;
    height: auto;
  }
  .linesCont {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 210px;
  }
  .linesCont .lines {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 0;
  }
  .priceElement {
    display: grid;
    grid-template-columns: 54px 1fr minmax(193px, auto);
    grid-template-rows: 60px 1fr;
    align-items: center;
    border-radius: 8px;
  }
  .priceElement:nth-child(odd) {
    background: #E6EAF1;
  }
  .priceElement:has(.open > input:checked) .open svg {
    transform: rotate(-90deg);
  }
  .priceElement:has(.open > input:checked) .priceContent {
    display: table;
  }
  .priceElement .open {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    text-align: center;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    align-items: center;
    display: grid;
    justify-items: center;
  }
  .priceElement .open input {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    grid-row: 1;
    grid-column: 1;
  }
  .priceElement .open svg {
    transform: rotate(90deg);
    grid-row: 1;
    grid-column: 1;
  }
  .priceElement .info {
    grid-column: 2;
    grid-row: 1;
    align-items: center;
  }
  .priceElement .info h6 {
    text-align: left;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .priceElement .info:has(.link) {
    display: grid;
    grid-template-columns: 1fr min-content;
    grid-column-gap: 32px;
  }
  .priceElement .info .link {
    display: flex;
    align-items: center;
    grid-column-gap: 15px;
  }
  .priceElement .info .link a:not(.svgLink) {
    height: 40px;
    border-radius: 24px;
    background: #002E6E;
    display: table;
    padding: 0 20px;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .priceElement .prices {
    grid-row: 1;
    grid-column: 3;
    padding: 0 15px;
    display: flex;
    grid-column-gap: 15px;
    justify-content: end;
  }
  .priceElement .prices .originalPrice {
    text-decoration: line-through;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .priceElement .prices .currentPrice {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .priceElement .priceContent {
    display: none;
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row: 2;
    padding-top: 10px;
  }
  .priceElement .priceContent .weekend {
    margin: 0 auto 20px 0;
    background: #0A6E00;
    padding: 0 10px;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    display: table;
  }
  .priceElement .priceContent .priceContentText {
    padding-right: 50px;
    padding-bottom: 20px;
    text-align: left;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .priceElement .priceContent .priceContentText * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .priceElement .priceContent .priceContentText strong {
    font-weight: 700;
  }
  @font-face {
    font-family: "lg";
    src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  .lg-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "lg" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lg-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .lg-next,
  .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1084;
    outline: none;
    border: none;
  }
  .lg-next.disabled,
  .lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
  }
  .lg-next:hover:not(.disabled),
  .lg-prev:hover:not(.disabled) {
    color: #fff;
  }
  .lg-single-item .lg-next,
  .lg-single-item .lg-prev {
    display: none;
  }
  .lg-next {
    right: 20px;
  }
  .lg-next:before {
    content: "\e095";
  }
  .lg-prev {
    left: 20px;
  }
  .lg-prev:after {
    content: "\e094";
  }
  @keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  .lg-outer.lg-right-end .lg-object {
    animation: lg-right-end 0.3s;
    position: relative;
  }
  .lg-outer.lg-left-end .lg-object {
    animation: lg-left-end 0.3s;
    position: relative;
  }
  .lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .lg-media-overlap .lg-toolbar {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    transition: color 0.2s linear;
    background: none;
    border: none;
    box-shadow: none;
  }
  .lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
  }
  .lg-toolbar .lg-icon:hover {
    color: #fff;
  }
  .lg-toolbar .lg-close:after {
    content: "\e070";
  }
  .lg-toolbar .lg-maximize {
    font-size: 22px;
  }
  .lg-toolbar .lg-maximize:after {
    content: "\e90a";
  }
  .lg-toolbar .lg-download:after {
    content: "\e0f2";
  }
  .lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
  }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
  }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .lg-sub-html a {
    color: inherit;
  }
  .lg-sub-html a:hover {
    text-decoration: underline;
  }
  .lg-media-overlap .lg-sub-html {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  }
  .lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .lg-error-msg {
    font-size: 14px;
    color: #999;
  }
  .lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
  }
  .lg-closing .lg-toolbar,
  .lg-closing .lg-prev,
  .lg-closing .lg-next,
  .lg-closing .lg-sub-html {
    opacity: 0;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    will-change: transform, opacity;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  .lg-icon:focus-visible {
    color: #fff;
    border-radius: 3px;
    outline: 1px dashed rgba(255, 255, 255, 0.6);
  }
  .lg-toolbar .lg-icon:focus-visible {
    border-radius: 8px;
    outline-offset: -5px;
  }
  .lg-group:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg-container {
    display: none;
    outline: none;
  }
  .lg-container.lg-show {
    display: block;
  }
  .lg-on {
    scroll-behavior: unset;
  }
  .lg-overlay-open {
    overflow: hidden;
  }
  .lg-toolbar,
  .lg-prev,
  .lg-next,
  .lg-pager-outer,
  .lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    will-change: transform, opacity;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-show-in .lg-toolbar,
  .lg-show-in .lg-prev,
  .lg-show-in .lg-next,
  .lg-show-in .lg-pager-outer {
    opacity: 1;
  }
  .lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
  }
  .lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  .lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  .lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  .lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  .lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0.001;
    outline: none;
    will-change: auto;
    overflow: hidden;
    transition: opacity 0.15s ease 0s;
  }
  .lg-outer * {
    box-sizing: border-box;
  }
  .lg-outer.lg-zoom-from-image {
    opacity: 1;
  }
  .lg-outer.lg-visible {
    opacity: 1;
  }
  .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
  }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    transition-duration: 0s !important;
    opacity: 1;
  }
  .lg-outer.lg-grab img.lg-object {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transition: opacity 0s;
    white-space: nowrap;
  }
  .lg-outer .lg-item {
    display: none !important;
  }
  .lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url("../images/loading.gif") no-repeat scroll center center transparent;
  }
  .lg-outer.lg-css3 .lg-prev-slide,
  .lg-outer.lg-css3 .lg-current,
  .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
  }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important;
  }
  .lg-outer .lg-item,
  .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .lg-outer .lg-item:before,
  .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
  }
  .lg-outer .lg-item.lg-complete {
    background-image: none;
  }
  .lg-outer .lg-item.lg-current {
    z-index: 1060;
  }
  .lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
  }
  .lg-outer .lg-empty-html.lg-sub-html,
  .lg-outer .lg-empty-html .lg-sub-html {
    display: none;
  }
  .lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none;
  }
  .lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
  .lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    transition: opacity 0.2s ease-out 0.15s;
  }
  .lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    transition: opacity 333ms ease-in 0s;
  }
  .lg-backdrop.in {
    opacity: 1;
  }
  .lg-css3.lg-no-trans .lg-prev-slide,
  .lg-css3.lg-no-trans .lg-next-slide,
  .lg-css3.lg-no-trans .lg-current {
    transition: none 0s ease 0s !important;
  }
  .lg-css3.lg-use-css3 .lg-item {
    backface-visibility: hidden;
  }
  .lg-css3.lg-fade .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
  }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    transition: opacity 0.1s ease 0s;
  }
  .lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  }
  .lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  .lg-container {
    display: none;
  }
  .lg-container.lg-show {
    display: block;
  }
  .lg-container.lg-dragging-vertical .lg-backdrop {
    transition-duration: 0s !important;
  }
  .lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    transition-duration: 0s !important;
    opacity: 1;
  }
  .lg-inline .lg-backdrop,
  .lg-inline .lg-outer {
    position: absolute;
  }
  .lg-inline .lg-backdrop {
    z-index: 1;
  }
  .lg-inline .lg-outer {
    z-index: 2;
  }
  .lg-inline .lg-maximize:after {
    content: "\e909";
  }
  .lg-components {
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    transition: transform 0.35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  /**
   * Swiper 11.1.14
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2024 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: September 12, 2024
   */
  @font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
  }
  :root {
    --swiper-theme-color: #007aff;
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
  }
  :host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
  }
  .swiper-vertical > .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
  }
  .swiper-android .swiper-slide,
  .swiper-ios .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }
  .swiper-horizontal {
    touch-action: pan-y;
  }
  .swiper-vertical {
    touch-action: pan-x;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  /* Auto Height */
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
  .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  /* 3D Effects */
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
  }
  .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
  }
  .swiper-3d {
    perspective: 1200px;
  }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
  /* CSS Mode */
  .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }
  .swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
  }
  .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
  }
  .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
  }
  /* Slide styles start */
  /* 3D Shadows */
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
  .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @keyframes swiper-preloader-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* Slide styles end */
}
@layer comp {
  header {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 100;
    transform: translate(-50%, 0%);
    width: 100%;
    display: grid;
    grid-template-rows: min-content min-content;
    grid-row-gap: 5px;
    max-width: 1440px;
  }
  header .info {
    background: #fff;
    height: 34px;
    display: grid;
    padding: 0 34px;
    border-radius: 0 0 24px 24px;
    align-items: center;
    justify-content: center;
    margin: 0 60px 0 auto;
  }
  header .info ul {
    display: flex;
    grid-column-gap: 18px;
  }
  header .info ul li {
    display: flex;
    grid-column-gap: 8px;
    align-items: center;
  }
  header .info ul li a {
    color: #000;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  header .header {
    background: #fff;
    height: 100px;
    border-radius: 50px;
    display: grid;
    align-items: center;
    padding: 0 64px;
    grid-template-columns: min-content 1fr minmax(min-content, 116px) 167px;
  }
  header .header nav {
    display: flex;
    justify-content: end;
  }
  header .header nav > ul {
    display: flex;
    grid-column-gap: 32px;
  }
  header .header nav > ul > li {
    position: relative;
  }
  header .header nav > ul > li > a span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  header .header nav > ul > li > svg {
    margin-left: 10px;
    transform: rotate(90deg);
  }
  header .header nav > ul > li > svg path {
    fill: #00193D !important;
  }
  header .header nav > ul > li > input {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    display: table !important;
    position: absolute;
    top: 0;
    height: 24px;
  }
  header .header nav > ul > li > ul {
    grid-template-columns: minmax(min-content, 656px) repeat(2, minmax(min-content, 312px));
    grid-column-gap: 32px;
    text-align: left;
    background: #fff;
    position: fixed;
    width: 1344px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 32px 32px 32px 64px;
    border-radius: 50px;
    margin-top: 39px;
  }
  header .header nav > ul > li > ul > li > a {
    margin-bottom: 15px;
    display: table;
    width: 100%;
  }
  header .header nav > ul > li > ul > li > a span {
    display: table;
    width: 100%;
    border-bottom: 1px solid #FDB913;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  header .header nav > ul > li > ul > li:nth-child(1) > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, 1fr));
    grid-column-gap: 32px;
    grid-row-gap: 37px;
  }
  header .header nav > ul > li > ul > li:nth-child(1) > ul > li {
    display: flex;
    grid-row-gap: 8px;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  header .header nav > ul > li > ul > li:nth-child(1) > ul > li > a > span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  header .header nav > ul > li > ul > li:nth-child(1) > ul > li > ul {
    display: grid;
    grid-row-gap: 8px;
  }
  header .header nav > ul > li > ul > li:nth-child(1) > ul > li > ul > li > a span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  header .header nav > ul > li > ul > li:not(:nth-child(1)) > ul {
    display: grid;
    grid-row-gap: 8px;
  }
  header .header nav > ul > li > ul > li:not(:nth-child(1)) > ul > li > a span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  header .header > .search {
    margin: 0 auto;
  }
  header .header > .search form button {
    cursor: pointer;
    padding: 0;
    border: 0;
    background: transparent;
  }
  header .header > p {
    width: 100%;
  }
  header .header > p a {
    background: #002E6E;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    display: table;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    width: 100%;
  }
  body:not(body.openSearch) header .search form div {
    display: none;
  }
  .home1 {
    background: #002E6E;
    height: 569px;
    display: grid;
    align-items: center;
  }
  .home1 .gridCont {
    display: grid;
    grid-template-rows: repeat(3, min-content);
    text-align: center;
  }
  .home1 .gridCont .h1 {
    margin-top: 50px;
    color: #fff;
    font-family: "Fira Sans", serif;
    font-size: 56px;
    line-height: 67px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 24px;
  }
  .home1 .gridCont .h2 {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 40px;
  }
  .home1 .gridCont .h2 strong {
    font-size: inherit;
    color: inherit;
  }
  .home1 .gridCont p .btn {
    background: #fff;
    margin: 0 auto;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    border-radius: 48px;
    line-height: 48px;
    padding: 0 27px;
    display: grid;
    grid-template-columns: min-content min-content;
    grid-column-gap: 15px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredProduct {
    z-index: 10;
    position: relative;
    background: #E6EAF1;
    padding-bottom: 24px;
  }
  .featuredProduct .gridCont {
    top: -52px;
    width: calc(90% - 64px) !important;
    padding: 0 64px;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 48px;
  }
  .featuredProduct .gridCont a {
    text-align: left;
  }
  .featuredProduct .gridCont a:nth-child(2) {
    margin-top: 100px;
  }
  .featuredProduct .gridCont a:nth-child(3) {
    margin-top: 200px;
  }
  .featuredProduct .gridCont a picture {
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 32px;
  }
  .featuredProduct .gridCont a > strong {
    margin-bottom: 15px;
    display: table;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredProduct .gridCont a .desc * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home2 {
    background: #E6EAF1;
    text-align: left;
    padding-bottom: 80px;
  }
  .home2 .gridCont .h3 {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 24px;
  }
  .home2 .gridCont .h4 {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredProductCategories {
    background: #E6EAF1;
    padding-bottom: 112px;
  }
  .featuredProductCategories .gridCont {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
  }
  .featuredProductCategories .gridCont a {
    aspect-ratio: 304/356;
    width: -webkit-fill-available;
    display: grid;
    background: #fff;
    border-radius: 24px;
    padding: 0 24px;
    grid-template-rows: 88px min-content min-content 1fr;
  }
  .featuredProductCategories .gridCont a picture {
    align-items: center;
    display: flex;
  }
  .featuredProductCategories .gridCont a > strong {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 8px;
  }
  .featuredProductCategories .gridCont a .desc p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredProductCategories .gridCont a .desc p * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredProductCategories .gridCont a .desc p strong {
    font-weight: 700;
  }
  .featuredProductCategories .gridCont a > span {
    margin-bottom: 24px;
    align-self: end;
    display: flex;
    grid-column-gap: 16.29px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredProductCategories .gridCont a > span svg {
    align-self: center;
  }
  .home3 {
    padding: 60px 0 80px 0;
    text-align: left;
  }
  .home3 .gridCont .h5 {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 24px;
  }
  .home3 .gridCont .h6 {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home4 {
    padding-bottom: 112px;
    padding-top: 200px;
  }
  .home4 .gridCont {
    grid-template-columns: 1fr 592px;
    grid-column-gap: 96px;
  }
  .home4 .gridCont picture {
    overflow: hidden;
    border-radius: 24px;
  }
  .home4 .gridCont picture:first-child {
    grid-column: 1;
    grid-row: 1;
  }
  .home4 .gridCont picture:not(:first-child) {
    grid-column: 2;
    grid-row: 2;
    width: -moz-fit-content;
    width: fit-content;
    margin: -130px 0 0 auto;
  }
  .home4 .gridCont .cont {
    grid-column: 2;
    grid-row: 1;
    padding-right: 64px;
  }
  .home4 .gridCont .cont .h7 {
    margin-bottom: 24px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home4 .gridCont .cont p {
    text-align: left;
  }
  .home4 .gridCont .cont p:not(.h7) {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 32px;
  }
  .home4 .gridCont .cont p .btn {
    height: 48px;
    border-radius: 48px;
    line-height: 48px;
    background: #002E6E;
    display: table;
    padding: 0 24px;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin: 0 auto 80px 0;
  }
  .home5 {
    padding-bottom: 228px;
  }
  .home5 .gridCont {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
  }
  .home5 .gridCont .h9 {
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home5 .gridCont p {
    text-align: left;
  }
  .home5 .gridCont p:not(.h9) {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home5 .gridCont p:not(.h9) * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home5 .gridCont p:not(.h9) strong {
    font-weight: 700;
  }
  .home5 .gridCont p:not(.h9):nth-child(2) {
    grid-row: 1;
    margin-bottom: 16px;
  }
  .home5 .gridCont p:not(.h9):nth-child(3) {
    grid-row: 2;
  }
  .home5 .gridCont p:not(.h9) a svg {
    margin-left: 16px;
  }
  .home5 .gridCont ul {
    margin-top: 80px;
    grid-column-start: 1;
    grid-column-end: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .home5 .gridCont ul li {
    border-left: 2px solid #FDB913;
    padding-left: 32px;
    width: -webkit-fill-available;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home5 .gridCont ul li strong {
    display: table;
    margin-bottom: 8px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 80px;
    line-height: 107px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredDoctors .gridCont > span {
    margin: 0 auto 80px 0;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredDoctors .gridCont .swiper-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: grid;
    grid-row-gap: 32px;
  }
  .featuredDoctors .gridCont .swiper-container .swiper-wrapper .doctor {
    width: 432px;
    text-align: left;
  }
  .featuredDoctors .gridCont .swiper-container .swiper-wrapper .doctor .imgCont {
    position: relative;
    margin-bottom: 24px;
  }
  .featuredDoctors .gridCont .swiper-container .swiper-wrapper .doctor .imgCont picture {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
  }
  .featuredDoctors .gridCont .swiper-container .swiper-wrapper .doctor .imgCont picture img {
    width: 100%;
  }
  .featuredDoctors .gridCont .swiper-container .swiper-wrapper .doctor .imgCont > small {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #0A6E00;
    height: 28px;
    border-radius: 28px;
    line-height: 28px;
    padding: 0 10px;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredDoctors .gridCont .swiper-container .swiper-wrapper .doctor > strong {
    display: table;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredDoctors .gridCont .swiper-container .swiper-wrapper .doctor > p {
    display: table;
    margin-bottom: 24px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredDoctors .gridCont .swiper-container .swiper-wrapper .doctor > a {
    display: table;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    background: #00193D;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    padding: 0 20px;
  }
  .home6 {
    padding-top: 224px;
    padding-bottom: 80px;
  }
  .home6 .gridCont {
    text-align: left;
  }
  .home6 .gridCont .h10 {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 24px;
  }
  .home6 .gridCont p:not(.h10) {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredBlog {
    padding-bottom: 112px;
  }
  .featuredBlog .gridCont {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
  }
  .featuredBlog .gridCont a:not(.more) picture {
    border-radius: 24px 24px 0 0;
    width: 100%;
    overflow: hidden;
  }
  .featuredBlog .gridCont a:not(.more) picture img {
    width: 100%;
    aspect-ratio: 459/331;
  }
  .featuredBlog .gridCont a:not(.more) .cont {
    padding: 24px;
    background: #E6EAF1;
    display: grid;
    grid-row-gap: 8px;
    text-align: left;
    border-radius: 0 0 24px 24px;
  }
  .featuredBlog .gridCont a:not(.more) .cont > small {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredBlog .gridCont a:not(.more) .cont > strong {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredBlog .gridCont a:not(.more) .cont > p {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 16px;
  }
  .featuredBlog .gridCont a:not(.more) .cont > span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredBlog .gridCont a:not(.more) .cont > span .sep {
    width: 24px;
    position: relative;
    top: -2px;
    display: inline-block;
    line-height: 21px;
  }
  .featuredBlog .gridCont a:not(.more) .cont > span .sep:before {
    display: table;
    content: "";
    margin: 0 auto;
    background: #00193D;
    width: 4px;
    height: 4px;
    border-radius: 4px;
  }
  .featuredBlog .gridCont a.more {
    width: -moz-fit-content;
    width: fit-content;
    grid-column-start: 1;
    grid-column-end: 4;
    justify-self: end;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #00193D;
    padding: 0 24px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 46px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home7 {
    background: #E6EAF1;
    padding: 112px 0 112px 0;
  }
  .home7 .gridCont {
    text-align: center;
  }
  .home7 .gridCont .h12 {
    margin-bottom: 24px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home7 .gridCont p:not(.h12) {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home7 .gridCont p:not(.h12):not(:last-child) {
    margin-bottom: 28px;
  }
  .home7 .gridCont p:not(.h12) * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home7 .gridCont p:not(.h12) strong {
    font-weight: 700;
  }
  .home7 .gridCont ul {
    display: grid;
    margin-top: 80px;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 32px;
  }
  .home7 .gridCont ul li {
    background: #fff;
    border-radius: 24px;
    aspect-ratio: 304/188;
    width: -webkit-fill-available;
    display: grid;
    grid-template-rows: 96px 1fr;
    padding: 0 10px;
    justify-items: center;
    align-items: center;
    justify-content: center;
  }
  .home7 .gridCont ul li span {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    align-self: start;
  }
  .home8 {
    padding: 112px 0 190px 0;
  }
  .home8 .gridCont .h13 {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 40px;
  }
  .home8 .gridCont p {
    text-align: center;
  }
  .home8 .gridCont p:not(.h13) a.btn {
    height: 48px;
    border-radius: 48px;
    line-height: 48px;
    background: #002E6E;
    display: table;
    margin: 0 auto;
    padding: 0 24px;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home8 .gridCont .logos {
    margin: 48px auto 0 auto;
    display: flex;
    grid-column-gap: 32px;
    align-items: center;
  }
  .home8 .gridCont .logos picture {
    height: -moz-fit-content;
    height: fit-content;
  }
  .home9 {
    padding-bottom: 178px;
  }
  .home9 .gridCont {
    max-width: 1344px !important;
    width: calc(100% - 16px - 48px - 48px) !important;
    align-items: center;
    grid-template-columns: 1fr 225px;
    grid-column-gap: 80px;
    grid-template-rows: repeat(2, min-content);
    grid-row-gap: 24px;
    background: #002E6E;
    border-radius: 24px;
    padding: 48px;
  }
  .home9 .gridCont .h14 {
    grid-column: 1;
    grid-row: 1;
    color: #fff;
    font-family: "Fira Sans", serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home9 .gridCont p {
    text-align: left;
  }
  .home9 .gridCont p:not(.h14):not(:has(.btn)) {
    grid-column: 1;
    grid-row: 2;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home9 .gridCont p:not(.h14):not(:has(.btn)) * {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home9 .gridCont p:not(.h14):not(:has(.btn)) strong {
    font-weight: 700;
  }
  .home9 .gridCont p:has(.btn) {
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .home9 .gridCont p:has(.btn) a.btn {
    background: #FDB913;
    justify-self: right;
    height: 48px;
    border-radius: 48px;
    line-height: 48px;
    padding: 0 24px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    display: table;
  }
  .home10 {
    padding-bottom: 224px;
  }
  .home10 .gridCont {
    grid-template-columns: 370px 1fr;
    grid-column-gap: 80px;
    text-align: left;
  }
  .home10 .gridCont .h15 {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-bottom: 24px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home10 .gridCont > p {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .home10 .gridCont > p:not(.h15) {
    margin-bottom: 80px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home10 .gridCont > p:not(.h15) * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home10 .gridCont > p:not(.h15) strong {
    font-weight: 700;
  }
  .home10 .gridCont ul {
    display: grid;
    grid-row-gap: 24px;
  }
  .home10 .gridCont ul li {
    display: grid;
    grid-row-gap: 18px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home10 .gridCont ul li strong {
    justify-self: start;
    display: flex;
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home10 .gridCont ul li strong svg {
    align-self: anchor-center;
  }
  .home10 .gridCont ul li a {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home10 .gridCont ul li a svg {
    display: inline-block;
    margin-left: 30px;
  }
  .home10 .gridCont picture {
    border-radius: 24px;
    justify-self: end;
  }
  .home11 {
    padding-bottom: 176px;
  }
  .home11 .gridCont {
    text-align: left;
  }
  .home11 .gridCont .h16 {
    max-width: 700px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 24px;
  }
  .home11 .gridCont > p:not(.h16) {
    max-width: 700px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home11 .gridCont > p:not(.h16) * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home11 .gridCont > p:not(.h16) strong {
    font-weight: 700;
  }
  .home11 .gridCont ul {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
    grid-column-gap: 32px;
  }
  .home11 .gridCont ul li {
    display: grid;
    grid-template-rows: repeat(3, min-content);
    grid-row-gap: 16px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .home11 .gridCont ul li strong {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .newsLetter {
    margin-bottom: 64px;
  }
  .newsLetter .gridCont {
    background: #E6EAF1;
    padding: 48px;
    max-width: 1344px !important;
    width: calc(100% - 48px - 48px - 16px) !important;
    border-radius: 24px;
    grid-template-columns: 1fr 560px;
    grid-column-gap: 32px;
    align-items: center;
  }
  .newsLetter .gridCont .cont {
    display: grid;
    grid-template-rows: repeat(3, min-content);
    grid-row-gap: 24px;
    text-align: left;
  }
  .newsLetter .gridCont .cont .h17 {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .newsLetter .gridCont .cont p:not(.h17) {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    max-width: 520px;
  }
  .newsLetter .gridCont form {
    display: grid;
    grid-row-gap: 15px;
  }
  .newsLetter .gridCont form div {
    text-align: left;
    display: grid;
  }
  .newsLetter .gridCont form div:has(input[type=checkbox]) {
    grid-template-columns: 18px 1fr;
    grid-column-gap: 8px;
    align-items: center;
  }
  .newsLetter .gridCont form div:has(input[type=checkbox]) input {
    margin: 0 auto 0 0;
    border: 1px solid #8A9FBC;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    background: #fff;
    grid-column: 1;
    grid-row: 1;
  }
  .newsLetter .gridCont form div:has(input[type=checkbox]) label {
    grid-column: 2;
    grid-row: 1;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .newsLetter .gridCont form div:has(input[type=checkbox]) label a {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    text-decoration: underline;
  }
  .newsLetter .gridCont form div:has(input[type=checkbox]) svg {
    grid-column: 1;
    grid-row: 1;
  }
  .newsLetter .gridCont form div:not(:has(input[type=checkbox])) {
    grid-row-gap: 5px;
  }
  .newsLetter .gridCont form div:not(:has(input[type=checkbox])) label {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .newsLetter .gridCont form div:not(:has(input[type=checkbox])) label small {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .newsLetter .gridCont form div:not(:has(input[type=checkbox])) input {
    padding: 0 12px;
    border: 1px solid #8A9FBC;
    background: #fff;
    text-indent: 0;
    border-radius: 4px;
    height: 46px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 46px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .newsLetter .gridCont form div:not(:has(input[type=checkbox])) input::-moz-placeholder {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 46px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .newsLetter .gridCont form div:not(:has(input[type=checkbox])) input::placeholder {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 46px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .newsLetter .gridCont form button {
    display: table;
    margin: 0 auto 0 0;
    background: #002E6E;
    height: 48px;
    padding: 0 24px;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    border: 0;
    border-radius: 24px;
  }
  footer {
    background: #E6EAF1;
    padding: 80px 64px 80px 64px;
  }
  footer .gridCont {
    text-align: left;
    grid-column-gap: 32px;
    grid-template-columns: minmax(min-content, 1fr) repeat(5, minmax(min-content, 192px));
  }
  footer .gridCont .logo {
    margin: 0 auto 0 0;
  }
  footer .gridCont .footerContact p {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  footer .gridCont .footerContact p > strong {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    display: table;
    margin-bottom: 16px;
  }
  footer .gridCont .footerContact p a {
    display: table;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  footer .gridCont .footerOpen p {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  footer .gridCont .footerOpen p > strong {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    display: table;
    margin-bottom: 16px;
  }
  footer .gridCont section {
    height: -moz-fit-content;
    height: fit-content;
  }
  footer .gridCont section:has(ul) > strong {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    display: table;
    margin-bottom: 16px;
  }
  footer .gridCont section:has(ul) ul {
    display: grid;
    grid-row-gap: 10px;
  }
  footer .gridCont section:has(ul) ul li a span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  footer .gridCont .footerMenu1 {
    grid-column: 5;
    grid-row: 1;
  }
  footer .gridCont .footerMenu3 {
    grid-column: 5;
    grid-row: 1;
    margin-top: 165px;
  }
  footer .bot {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    margin-top: 80px;
    border-top: 1px solid #FDB913;
    padding-top: 33px;
    grid-template-columns: 788px 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 10px;
    text-align: left;
  }
  footer .bot > p {
    grid-column: 1;
    grid-row: 1;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  footer .bot > p * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  footer .bot > p * strong {
    font-weight: 700;
  }
  footer .bot ul {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    grid-column-gap: 24px;
  }
  footer .bot ul li {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  footer .bot ul li a span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    text-decoration: underline;
  }
  footer .bot > a {
    justify-self: end;
    grid-column: 2;
    grid-row: 1;
  }
  @media (min-width: 600px) {
    .elitelogo {
      grid-row: 2 !important;
    }
  }
  .elitelogo {
    height: 46px;
    width: 160px;
    border: 1px solid #00193D;
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
    border-radius: 0;
  }
  .elitelogo picture {
    margin: 2px auto 0 auto;
  }
  .accordion {
    background: #fff;
  }
  .accordion .item {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 80px auto;
    position: relative;
  }
  .accordion .item input {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    grid-row: 1;
    grid-column: 1;
  }
  .accordion .item input:checked ~ label {
    color: #00193D;
  }
  .accordion .item input:checked ~ label:before {
    content: "-";
  }
  .accordion .item input:not(:checked) ~ label {
    color: #00193D !important;
  }
  .accordion .item input:not(:checked) ~ label:before {
    content: "+";
  }
  .accordion .item input:checked ~ .text {
    height: initial;
    opacity: 1;
  }
  .accordion .item input:not(:checked) ~ .text {
    height: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }
  .accordion .item .text {
    grid-row: 2;
    grid-column: 1;
    width: calc(100% - 180px);
    margin: 0 auto;
    transition: opacity 0.5s ease, height 0.5s ease;
  }
  .accordion .item .text p {
    font-size: 18px;
    line-height: 27px;
  }
  .accordion .item .text p:last-child {
    padding-bottom: 50px;
  }
  .accordion .item .text p:not(:last-child) {
    padding-bottom: 50px;
  }
  .accordion .item .text p:first-child {
    padding-top: 18px;
  }
  .accordion .item label {
    width: 100%;
    height: 100%;
    grid-row: 1;
    grid-column: 1;
    display: grid;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    transition: color 0.5s ease;
    grid-template-columns: 90px 1fr 90px;
    color: #00193D;
    border-bottom: 1px solid #dee0e4;
  }
  .accordion .item label span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    grid-column: 2;
    color: inherit;
  }
  .accordion .item label:before {
    grid-column: 1;
    font-size: 40px;
    width: 100%;
    height: 100%;
    display: grid;
    text-align: center;
    align-items: center;
    font-weight: 200;
  }
  .elite-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .elite-gallery a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .elite-gallery a picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .elite-gallery a picture img {
    width: 100%;
    height: initial;
  }
  .elite-gallery a:before {
    position: absolute;
    display: grid;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    content: "+";
    font-size: 40px;
    left: 0px;
    top: 0px;
    transition: opacity 0.5s ease;
    background: #df2128;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    opacity: 0;
    z-index: 2;
    color: #fff;
  }
  body.searchResult header .header .search .searchResult {
    opacity: 1 !important;
  }
  body.openSearch header .header {
    grid-template-columns: min-content 1fr minmax(min-content, 335px) 167px;
    grid-column-gap: 30px;
  }
  body.openSearch header .header nav {
    display: none;
  }
  body.openSearch header .header .search {
    grid-column: 3;
    position: relative;
  }
  body.openSearch header .header .search .searchResult {
    width: -webkit-fill-available;
    display: table;
    background: #fff;
    padding: 18px;
    border-radius: 0 0 24px 24px;
    position: absolute;
    opacity: 0;
  }
  body.openSearch header .header .search .searchResult > p {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  body.openSearch header .header .search .searchResult a {
    border-bottom: 1px solid #E6EAF1;
    display: table;
    width: 100%;
  }
  body.openSearch header .header .search .searchResult > ul > li > a {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 2px;
  }
  body.openSearch header .header .search .searchResult > ul > li > ul > li > a {
    padding: 8px 0;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  body.openSearch header .header .search .searchResult > .btn {
    width: 100%;
    border: 0;
    height: 40px;
    border-radius: 24px;
    background: #002E6E;
    text-align: center;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  body.openSearch header .header .search form {
    display: grid;
    grid-template-columns: 1fr 38px;
    grid-column-gap: 8px;
    align-items: center;
    border: 1px solid #00193D;
    border-radius: 25px;
  }
  body.openSearch header .header .search form button {
    align-self: center;
    justify-self: start;
  }
  body.openSearch header .header .search form div {
    position: relative;
  }
  body.openSearch header .header .search form div label {
    left: 24px;
    top: 4px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 8px;
    line-height: 8px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    opacity: 1;
    position: absolute;
  }
  body.openSearch header .header .search form div:has(input:-moz-placeholder) label {
    opacity: 0;
  }
  body.openSearch header .header .search form div:has(input:placeholder-shown) label {
    opacity: 0;
  }
  body.openSearch header .header .search form div input {
    border: 0px;
    background: transparent;
    outline: none !important;
    width: -webkit-fill-available;
    padding-left: 24px;
    height: 40px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .swiper-pagination {
    display: flex;
    grid-column-gap: 8px;
  }
  .swiper-pagination > span {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: table;
  }
  .swiper-pagination > span:not(.swiper-pagination-bullet-active) {
    background: #B0BED2;
  }
  .swiper-pagination > span.swiper-pagination-bullet-active {
    background: #00193D;
  }
  .swiper-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    grid-column-gap: 15px;
    z-index: 10;
  }
  .swiper-nav > div {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #000;
    display: grid;
    align-items: center;
    justify-items: center;
    background: #fff;
  }
  @media (min-width: 700px) {
    .featuredReviews .gridCont .swiper-container {
      display: grid;
      width: 100vw;
      max-width: 1440px;
      overflow: hidden;
      position: relative;
      grid-row-gap: 32px;
    }
    .featuredReviews .gridCont .swiper-container .swiper-wrapper {
      /*display:flex;
      grid-gap: 32px;
      flex-wrap: nowrap;*/
    }
    .featuredReviews .gridCont .swiper-container .swiper-wrapper .review {
      width: 458.666666667px !important;
    }
  }
  .featuredReviews .gridCont .swiper-container {
    display: grid;
    width: 100vw;
    max-width: 1440px;
    overflow: hidden;
    position: relative;
    grid-row-gap: 32px;
  }
  .featuredReviews .gridCont .swiper-container .swiper-wrapper {
    /*display:flex;
    grid-gap: 32px;
    flex-wrap: nowrap;*/
  }
  .featuredReviews .gridCont .swiper-container .swiper-wrapper .review {
    /*&.swiper-slide-visible{
      opacity: 1 !important;
    }
    &:not(&.swiper-slide-visible){
      opacity:0 !important;
    }
    width:100% !important;
    transform: initial !important;*/
    text-align: left;
    background: #E6EAF1;
    /*flex: 0 0 374px;*/
    border-radius: 24px;
    padding: 32px 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  .featuredReviews .gridCont .swiper-container .swiper-wrapper .review .stars {
    display: flex;
    grid-gap: 4px;
    margin-bottom: 24px;
    margin-left: 32px;
  }
  .featuredReviews .gridCont .swiper-container .swiper-wrapper .review .content {
    padding: 0 32px;
  }
  .featuredReviews .gridCont .swiper-container .swiper-wrapper .review .content p {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredReviews .gridCont .swiper-container .swiper-wrapper .review .content p:not(:last-child) {
    margin-bottom: 24px;
  }
  .featuredReviews .gridCont .swiper-container .swiper-wrapper .review .content p * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .featuredReviews .gridCont .swiper-container .swiper-wrapper .review .content p strong {
    font-weight: 700;
  }
  #scrollAppointment {
    position: fixed;
    z-index: 100;
    bottom: 40px;
    right: 40px;
    background: #002E6E;
    border-radius: 24px;
    padding: 0 24px;
    display: none;
    grid-column-gap: 12px;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    opacity: 0;
    align-items: center;
    transition: opacity 0.5s ease;
  }
  #scrollAppointment.fadeIn {
    display: flex;
    opacity: 1;
  }
  #scrollAppointment svg path {
    fill: #fff;
  }
  body.sticky header {
    padding-top: 16px;
  }
  body.sticky header .header {
    border: 1px solid #00193D;
  }
  body.sticky header .info {
    display: none !important;
  }
  .packageList {
    padding: 112px 0;
  }
  .packageList.packageCol1 .packageHeaderWrapper {
    grid-template-columns: 1fr;
  }
  .packageList.packageCol1 .packageCheckWrapper {
    grid-template-columns: 1fr;
  }
  .packageList.packageCol1 .packagePc:not(:has(.testWrapper)) {
    grid-template-columns: 1fr !important;
  }
  .packageList.packageCol1 .packagePc:not(:has(.testWrapper)) .packageHeaderWrapper {
    grid-column: 1 !important;
  }
  .packageList.packageCol2 .packageHeaderWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .packageList.packageCol2 .packageCheckWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .packageList.packageCol3 .packageHeaderWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .packageList.packageCol3 .packageCheckWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .packageList.packageCol4 .packageHeaderWrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .packageList.packageCol4 .packageCheckWrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .packageList.packageCol5 .packageHeaderWrapper {
    grid-template-columns: repeat(5, 1fr);
  }
  .packageList.packageCol5 .packageCheckWrapper {
    grid-template-columns: repeat(5, 1fr);
  }
  .packageList.packageCol6 .packageHeaderWrapper {
    grid-template-columns: repeat(6, 1fr);
  }
  .packageList.packageCol6 .packageCheckWrapper {
    grid-template-columns: repeat(6, 1fr);
  }
  .packageList .gridCont > h2 {
    text-align: center;
    margin: 0 auto 80px auto;
    color: #00193D;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 120%;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .packageList .gridCont .packageHeader {
    display: grid;
    grid-template-columns: 420px 1fr;
    padding-left: 24px;
  }
  .packageList .gridCont .packageHeader.packagePc.sticky {
    position: fixed;
    top: 0;
    left: 50%;
    right: 0;
    z-index: 100;
    background: #fff;
    padding: 24px;
    width: 100%;
    max-width: 1440px;
    transform: translate(-50%, 0);
    margin-left: 20px;
  }
  .packageList .gridCont .packageHeader .packageHeaderWrapper {
    grid-column: 2;
    grid-column-gap: 32px;
    justify-items: end;
    display: grid;
  }
  .packageList .gridCont .packageHeader .packageHeaderWrapper > div {
    display: grid;
    grid-row-gap: 16px;
    grid-template-rows: repeat(4, min-content);
    justify-self: center;
  }
  .packageList .gridCont .packageHeader .packageHeaderWrapper > div h3 {
    text-align: center;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .packageList .gridCont .packageHeader .packageHeaderWrapper > div strike {
    text-align: center;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .packageList .gridCont .packageHeader .packageHeaderWrapper > div span {
    text-align: center;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 56px;
    line-height: 120%;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .packageList .gridCont .packageHeader .packageHeaderWrapper > div a {
    grid-row: 4;
    text-align: center;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    background: #002E6E;
    height: 48px;
    border-radius: 48px;
    padding: 0 24px;
    display: table;
    margin: 0 auto;
  }
  .packageList .gridCont .packageCategory h4 {
    text-align: left;
    display: table;
    margin: 52px auto 20px 0;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .packageList .gridCont .packageCategory .testWrapper .testCont {
    display: grid;
    grid-template-columns: 420px 1fr;
    padding-left: 24px;
    min-height: 73px;
    align-content: center;
  }
  .packageList .gridCont .packageCategory .testWrapper .testCont:nth-child(odd) {
    background: #E6EAF1;
  }
  .packageList .gridCont .packageCategory .testWrapper .testCont h5 {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    grid-column: 1;
    grid-row: 1;
  }
  .packageList .gridCont .packageCategory .testWrapper .testCont small {
    grid-column: 1;
    grid-row: 2;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 150%;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .packageList .gridCont .packageCategory .testWrapper .testCont .packageCheckWrapper {
    grid-column: 2;
    grid-row: 1/3;
    display: grid;
  }
  .packageList .gridCont .packageCategory .testWrapper .testCont .packageCheckWrapper .packageCheck {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
  }
  .packageList .gridCont .packageCategory .testWrapper .testCont .packageCheckWrapper .packageCheck.included:before {
    content: "";
    width: 16px;
    height: 12px;
    display: table;
    background: url(/public/assets/main/check.svg);
    position: absolute;
  }
  .eat {
    background: #ECFDF3;
  }
  .eatNot {
    background: #FEF3F2;
  }
  .eatWrapper {
    padding: 112px 64px;
  }
  .eatWrapper .gridCont {
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .eatWrapper .gridCont span {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 120%;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    align-self: end;
  }
  .eatWrapper .gridCont svg {
    align-self: start;
    grid-column: 1;
    grid-row: 2;
  }
  .eatWrapper .gridCont .text {
    grid-row: 1/3;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .eatWrapper .gridCont .text ul {
    display: grid;
    grid-row-gap: 16px;
  }
  .eatWrapper .gridCont .text ul li {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    position: relative;
    padding-left: 40px;
  }
  .eatWrapper .gridCont .text ul li svg {
    position: absolute;
    left: 0;
    top: 3px;
  }
  .eatWrapper .gridCont .text ul li * {
    font-size: inherit;
  }
}
@layer external {}
@layer aloldal {
  .subHeader {
    background: #002E6E;
    height: 422px;
    display: grid;
    grid-template-rows: 139px 1fr;
  }
  .subHeader .gridCont {
    grid-row: 2;
    text-align: left;
    grid-row-gap: 24px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
  .subHeader .gridCont h1 {
    color: #fff;
    font-family: "Fira Sans", serif;
    font-size: 56px;
    line-height: 67.2px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .subHeader .gridCont small {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .contact .contact1 {
    background: #E6EAF1;
    margin-bottom: 112px;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
  }
  .contact .contact1 > svg {
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact .contact1 .gridCont ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px;
    margin-top: 30px;
    z-index: 10;
  }
  .contact .contact1 .gridCont ul li {
    width: -webkit-fill-available;
    border-radius: 24px;
    padding: 24px;
    display: grid;
    grid-template-rows: 96px min-content 1fr;
    text-align: left;
    background: #fff;
    height: 274px;
  }
  .contact .contact1 .gridCont ul li svg {
    align-self: center;
  }
  .contact .contact1 .gridCont ul li > strong {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .contact .contact1 .gridCont ul li > span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    align-self: end;
  }
  .contact .contact1 .gridCont ul li > a {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    align-self: end;
  }
  .contact .contact2 {
    padding: 0 0 80px 0;
  }
  .contact .contact2 .gridCont {
    text-align: left;
  }
  .contact .contact2 .gridCont h2 {
    margin-bottom: 24px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    max-width: 700px;
  }
  .contact .contact2 .gridCont p {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    max-width: 700px;
  }
  .contact .contact2 .gridCont p * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .contact .contact2 .gridCont p strong {
    font-weight: 700;
  }
  .contact .contact3 {
    padding-bottom: 112px;
  }
  .contact .contact3 .gridCont {
    grid-template-columns: minmax(min-content, 400px) 1fr;
    grid-column-gap: 80px;
  }
  .contact .contact3 .gridCont iframe {
    width: 100% !important;
    border: 0px !important;
  }
  .contact .contact3 .gridCont ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 42px;
  }
  .contact .contact3 .gridCont ul li {
    text-align: left;
    display: flex;
    flex-direction: column;
    grid-row-gap: 8px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .contact .contact3 .gridCont ul li strong {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .article article > p > img {
    max-width: 100% !important;
    height: initial !important;
  }
  .article article p * {
    font-size: inherit;
    color: inherit;
  }
  .article article ol {
    counter-reset: list-counter;
  }
  .article article ol li {
    counter-increment: list-counter;
  }
  .article article ol li:before {
    content: counter(list-counter);
  }
  .blogArticleHeader {
    min-height: 444px;
    height: initial !important;
    position: relative;
    z-index: 10;
  }
  .blogArticleHeader .gridCont {
    grid-column-gap: 80px;
    grid-template-columns: minmax(min-content, 420px) 1fr;
    display: grid !important;
  }
  .blogArticleHeader .gridCont .cont {
    display: grid;
    grid-row-gap: 28px;
    grid-template-rows: repeat(4, min-content);
    text-align: left;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .blogArticleHeader .gridCont .cont > a {
    display: flex;
    grid-column-gap: 17px;
    align-items: center;
  }
  .blogArticleHeader .gridCont .cont > a svg {
    transform: rotate(180deg);
  }
  .blogArticleHeader .gridCont .cont > a svg path {
    fill: #fff;
  }
  .blogArticleHeader .gridCont .cont > a span {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticleHeader .gridCont .cont .info {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2, min-content);
    grid-column-gap: 16px;
    align-items: center;
  }
  .blogArticleHeader .gridCont .cont .info h2 {
    display: table;
    border-radius: 30px;
    padding: 0 12px;
    background: #fff;
    white-space: nowrap;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticleHeader .gridCont .cont .info small {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    white-space: nowrap;
  }
  .blogArticleHeader .gridCont .cont h1 {
    color: #fff;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticleHeader .gridCont .cont span {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticleHeader .gridCont picture {
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    top: 30px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
  .blogArticleHeader .gridCont picture img {
    width: 100%;
  }
  .blogArticle .linesCont {
    position: relative !important;
  }
  .blogArticle .article .gridCont {
    max-width: 768px !important;
  }
  .blogArticle .article .gridCont .articleTop {
    padding-top: 40px;
  }
  .blogArticle .article .gridCont .articleTop p {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleTop p * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleTop p strong {
    font-weight: 700;
  }
  .blogArticle .article .gridCont .articleLinks {
    margin: 46px 0;
    padding: 24px;
    border-radius: 24px;
    background: #E6EAF1;
    text-align: left;
    display: grid;
    grid-row-gap: 5px;
  }
  .blogArticle .article .gridCont .articleLinks > span {
    margin-bottom: 10px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleLinks a {
    text-decoration: underline;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleText table * {
    font-size: 18px;
  }
  .blogArticle .article .gridCont .articleText p {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 36px;
  }
  .blogArticle .article .gridCont .articleText p * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleText p strong {
    font-weight: 700;
  }
  .blogArticle .article .gridCont .articleText p a {
    font-weight: 700;
    color: #002E6E;
    text-decoration: underline;
  }
  .blogArticle .article .gridCont .articleText p img {
    max-width: 100% !important;
    height: initial !important;
    border-radius: 24px;
  }
  .blogArticle .article .gridCont .articleText ul li, .blogArticle .article .gridCont .articleText ol li {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleText ul li *, .blogArticle .article .gridCont .articleText ol li * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleText ol {
    counter-reset: list-counter;
  }
  .blogArticle .article .gridCont .articleText ol:before {
    content: counter(list-counter) ". ";
  }
  .blogArticle .article .gridCont .articleText ul li {
    position: relative;
    padding-left: 32px;
  }
  .blogArticle .article .gridCont .articleText ul li:before {
    content: "";
    left: 12px;
    top: 10px;
    background: #00193D;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    display: table;
    position: absolute;
  }
  .blogArticle .article .gridCont .articleText h2 {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    text-align: left;
    margin-bottom: 16px;
  }
  .blogArticle .article .gridCont .articleText h3 {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    text-align: left;
    margin-bottom: 16px;
  }
  .blogArticle .article .gridCont .articleText blockquote {
    margin-bottom: 36px;
    display: grid;
    grid-template-columns: min-content 1fr;
    grid-column-gap: 22px;
  }
  .blogArticle .article .gridCont .articleText blockquote:before {
    height: fill-webkit-available;
    display: table;
    width: 2px;
    content: "";
    background: #000;
    grid-column: 1 !important;
  }
  .blogArticle .article .gridCont .articleText blockquote > * {
    grid-column: 2;
  }
  .blogArticle .article .gridCont .articleText blockquote p {
    grid-column: 2;
    text-align: left;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    font-style: italic;
    margin-bottom: 0 !important;
  }
  .blogArticle .article .gridCont .articleText blockquote p * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleText blockquote p strong {
    font-weight: 700;
  }
  .blogArticle .article .gridCont .articleText blockquote p a {
    font-weight: 700;
    color: #002E6E;
  }
  .blogArticle .article .gridCont .articleText .imgModul {
    text-align: left;
    display: grid;
    grid-row-gap: 8px;
    margin-bottom: 36px;
  }
  .blogArticle .article .gridCont .articleText .imgModul img {
    margin: 0 auto;
    border-radius: 24px;
    max-width: 100%;
    height: initial;
  }
  .blogArticle .article .gridCont .articleText .imgModul small {
    margin: 0 auto 0 0;
    text-align: left;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    display: grid;
    align-items: center;
    grid-template-columns: min-content 1fr;
    grid-column-gap: 8px;
  }
  .blogArticle .article .gridCont .articleText .imgModul small:before {
    content: "";
    display: table;
    height: 21px;
    width: 2px;
    background: #000;
  }
  .blogArticle .article .gridCont .articleText .appointment {
    margin-bottom: 36px;
    border-radius: 24px;
    padding: 48px;
    background: #00193D;
    display: grid;
    grid-row-gap: 15px;
    text-align: left;
  }
  .blogArticle .article .gridCont .articleText .appointment > span {
    color: #fff;
    font-family: "Fira Sans", serif;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleText .appointment p {
    color: #fff !important;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleText .appointment p * {
    color: #fff !important;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleText .appointment p strong {
    font-weight: 700;
  }
  .blogArticle .article .gridCont .articleText .appointment > a.btn {
    background: #FDB913;
    border-radius: 24px;
    padding: 0 24px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin: 15px auto 0 0;
    width: -moz-fit-content;
    width: fit-content;
    display: table;
  }
  .blogArticle .article .gridCont .articleText .articleAuthorCont {
    margin-bottom: 48px;
  }
  .blogArticle .article .gridCont .articleText .articleAuthorCont > span {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    text-align: left;
    margin-bottom: 50px;
    display: table;
  }
  .blogArticle .article .gridCont .articleText .articleAuthorCont .articleAuthor {
    display: grid;
    align-items: end;
    grid-template-columns: 160px 1fr;
    grid-column-gap: 15px;
  }
  .blogArticle .article .gridCont .articleText .articleAuthorCont .articleAuthor .authorPic {
    border-radius: 15px;
    overflow: hidden;
  }
  .blogArticle .article .gridCont .articleText .articleAuthorCont .articleAuthor .authorPic svg {
    width: 80%;
    display: table;
    margin: 0px auto;
  }
  .blogArticle .article .gridCont .articleText .articleAuthorCont .articleAuthor .authorInfo {
    display: grid;
    text-align: left;
    grid-row-gap: 5px;
  }
  .blogArticle .article .gridCont .articleText .articleAuthorCont .articleAuthor .authorInfo > strong {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleText .articleAuthorCont .articleAuthor .authorInfo > span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleText .articleAuthorCont .articleAuthor .authorInfo > a {
    display: table;
    margin: 10px auto 0 0;
    border-radius: 24px;
    background: #00193D;
    padding: 0 20px;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleText .socials {
    display: grid;
    grid-row-gap: 16px;
    text-align: left;
    padding-bottom: 48px;
    border-bottom: 1px solid #000;
    margin-bottom: 224px;
  }
  .blogArticle .article .gridCont .articleText .socials > span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .article .gridCont .articleText .socials .icons {
    display: flex;
    grid-column-gap: 8px;
  }
  .blogArticle .article .gridCont .articleText .socials .icons a {
    width: 32px;
    height: 32px;
    background: #E6EAF1;
    border-radius: 32px;
    display: grid;
    text-align: center;
    align-items: center;
    justify-items: center;
  }
  .blogArticle .blogConn {
    margin-bottom: 80px;
  }
  .blogArticle .blogConn .gridCont {
    text-align: left;
    grid-row-gap: 24px;
  }
  .blogArticle .blogConn .gridCont > span {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .blogConn .gridCont > small {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogArticle .newsLetter {
    margin: 186px 0;
  }
  .blogArticle .home10 {
    padding-bottom: 112px;
  }
  .blogHeader .gridCont .blogCategoryList {
    justify-self: end;
    align-self: end;
    display: flex;
    flex-wrap: wrap;
  }
  .blogHeader .gridCont .blogCategoryList a {
    padding: 0 16px;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    white-space: nowrap;
  }
  .blogHeader .gridCont .blogCategoryList a.active {
    color: #00193D;
    background: #fff;
    border-radius: 24px;
  }
  .blogCategory {
    position: relative;
  }
  .blogCategory .newsLetter {
    margin: 180px 0;
  }
  .blogCategory .home10 {
    margin-top: 180px;
  }
  .blogCategory .featuredBlogArticle {
    overflow: hidden;
    padding-bottom: 60px;
    margin-bottom: 60px;
    background: #E6EAF1;
    position: relative;
    z-index: 1;
  }
  .blogCategory .featuredBlogArticle .gridCont {
    position: relative;
    z-index: 10;
    padding-top: 30px;
  }
  .blogCategory .featuredBlogArticle .gridCont a {
    background: #fff;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 24px;
    display: grid;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont {
    padding: 48px;
    align-self: end;
    text-align: left;
    display: flex;
    flex-direction: column;
    grid-row-gap: 8px;
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont > span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont h3 {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont .bev {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont .bev * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont .bev strong {
    font-weight: 700;
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont .author {
    display: grid;
    grid-template-columns: 48px auto;
    grid-column-gap: 16px;
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont .author .authorPic {
    width: 100%;
    aspect-ratio: 48/48;
    border-radius: 100%;
    background: #fff;
    position: relative;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont .author .authorPic svg {
    max-width: 34px;
    max-height: 34px;
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont .author .authorPic picture {
    height: -webkit-fill-available;
    width: 100%;
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont .author .authorPic picture img {
    width: 100%;
    aspect-ratio: 48/48 !important;
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont .author .authorCont {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont .author .authorCont strong {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont .author .authorCont span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont .author .authorCont span .sep {
    width: 24px;
    position: relative;
    top: -2px;
    display: inline-block;
    line-height: 21px;
  }
  .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont .author .authorCont span .sep:before {
    display: table;
    content: "";
    margin: 0 auto;
    background: #00193D;
    width: 4px;
    height: 4px;
    border-radius: 4px;
  }
  .blogCategory .blogAppointment {
    margin: 180px 0;
  }
  .blogCategory .blogAppointment .gridCont > div {
    display: grid;
    padding: 48px;
    text-align: left;
    background: #00193D;
    border-radius: 24px;
    grid-column-gap: 80px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr min-content;
  }
  .blogCategory .blogAppointment .gridCont > div > span {
    grid-column: 1;
    grid-row: 1;
    color: #fff;
    font-family: "Fira Sans", serif;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogCategory .blogAppointment .gridCont > div > p {
    grid-column: 1;
    grid-row: 2;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogCategory .blogAppointment .gridCont > div > p * {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .blogCategory .blogAppointment .gridCont > div > p strong {
    font-weight: 700;
  }
  .blogCategory .blogAppointment .gridCont > div a.btn {
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fill-available;
    padding: 0 16px;
    background: #FDB913;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    display: table;
    white-space: nowrap;
    border-radius: 24px;
    align-self: center;
  }
  .subBlogList .simpleBlogList {
    position: relative;
    margin-top: 30px;
  }
  .simpleBlogList h2 {
    margin: 0 auto 0 0;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .simpleBlogList .gridCont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 64px;
  }
  .simpleBlogList .gridCont a:not(.more) picture {
    border-radius: 24px 24px 0 0;
    width: 100%;
    overflow: hidden;
  }
  .simpleBlogList .gridCont a:not(.more) picture img {
    width: 100%;
    aspect-ratio: 459/331;
  }
  .simpleBlogList .gridCont a:not(.more) .cont {
    padding: 24px;
    background: #E6EAF1;
    display: grid;
    grid-row-gap: 8px;
    text-align: left;
    border-radius: 0 0 24px 24px;
  }
  .simpleBlogList .gridCont a:not(.more) .cont > small {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .simpleBlogList .gridCont a:not(.more) .cont > strong {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .simpleBlogList .gridCont a:not(.more) .cont > p {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 16px;
  }
  .simpleBlogList .gridCont a:not(.more) .cont .author {
    display: grid;
    grid-template-columns: 48px auto;
    grid-column-gap: 16px;
  }
  .simpleBlogList .gridCont a:not(.more) .cont .author .authorPic {
    width: 100%;
    aspect-ratio: 48/48;
    border-radius: 100%;
    background: #fff;
    position: relative;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
  }
  .simpleBlogList .gridCont a:not(.more) .cont .author .authorPic svg {
    max-width: 34px;
    max-height: 34px;
  }
  .simpleBlogList .gridCont a:not(.more) .cont .author .authorPic picture {
    height: -webkit-fill-available;
    width: 100%;
  }
  .simpleBlogList .gridCont a:not(.more) .cont .author .authorPic picture img {
    width: 100%;
    aspect-ratio: 48/48 !important;
  }
  .simpleBlogList .gridCont a:not(.more) .cont .author .authorCont {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .simpleBlogList .gridCont a:not(.more) .cont .author .authorCont strong {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .simpleBlogList .gridCont a:not(.more) .cont .author .authorCont span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .simpleBlogList .gridCont a:not(.more) .cont .author .authorCont span .sep {
    width: 24px;
    position: relative;
    top: -2px;
    display: inline-block;
    line-height: 21px;
  }
  .simpleBlogList .gridCont a:not(.more) .cont .author .authorCont span .sep:before {
    display: table;
    content: "";
    margin: 0 auto;
    background: #00193D;
    width: 4px;
    height: 4px;
    border-radius: 4px;
  }
  .simpleBlogList .gridCont a.more {
    width: -moz-fit-content;
    width: fit-content;
    grid-column-start: 1;
    grid-column-end: 4;
    justify-self: end;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #00193D;
    padding: 0 24px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 46px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .insurance .main {
    padding-bottom: 160px;
    background: #E6EAF1;
    position: relative;
    overflow: hidden;
  }
  .insurance .main > svg {
    position: absolute;
    left: 0;
    top: 0;
  }
  .insurance .main .gridCont {
    z-index: 10;
    position: relative;
    margin-top: 25px !important;
    grid-column-gap: 32px;
    grid-template-columns: 1fr minmax(min-content, 416px);
  }
  .insurance .main .gridCont .left {
    overflow: hidden;
    background: #fff;
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    aspect-ratio: 884/538;
  }
  .insurance .main .gridCont .left picture {
    width: 100%;
  }
  .insurance .main .gridCont .left picture img {
    width: 100%;
  }
  .insurance .main .gridCont .left .cont {
    padding: 0 32px;
    width: -webkit-fill-available;
    text-align: left;
    display: flex;
    flex-direction: column;
    grid-row-gap: 16px;
    justify-content: center;
  }
  .insurance .main .gridCont .left .cont .h2 {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .insurance .main .gridCont .left .cont p {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .insurance .main .gridCont .left .cont p * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .insurance .main .gridCont .left .cont p strong {
    font-weight: 700;
  }
  .insurance .main .gridCont > ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 32px;
  }
  .insurance .main .gridCont > ul li {
    background: #fff;
    width: -webkit-fill-available;
    border-radius: 24px;
    padding: 40px 32px;
    text-align: left;
    display: flex;
    flex-direction: column;
    grid-row-gap: 16px;
  }
  .insurance .main .gridCont > ul li svg {
    margin-bottom: 16px;
  }
  .insurance .main .gridCont > ul li svg path {
    fill: #00193D;
  }
  .insurance .main .gridCont > ul li .h3 {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .insurance .main .gridCont > ul li span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .insurance .main .gridCont > ul li span * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .insurance .main .gridCont > ul li span strong {
    font-weight: 700;
  }
  .insurance .logo {
    background: #E6EAF1;
    padding-bottom: 150px;
  }
  .insurance .logo .gridCont .top {
    text-align: center;
    margin: 0 auto 90px auto;
    max-width: 1000px;
  }
  .insurance .logo .gridCont .top .h4 {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 24px;
  }
  .insurance .logo .gridCont .top p {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .insurance .logo .gridCont .top p * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .insurance .logo .gridCont .top p strong {
    font-weight: 700;
  }
  .insurance .logo .gridCont .logoLinks {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
  }
  .insurance .logo .gridCont .logoLinks a {
    display: grid;
    text-align: left;
    grid-template-columns: minmax(min-content, 248px) 1fr 72px;
    grid-column-gap: 32px;
    align-items: center;
    height: 128px;
    background: #fff;
    border-radius: 24px;
  }
  .insurance .logo .gridCont .logoLinks a picture {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    justify-self: center;
    align-self: center;
    text-align: center;
  }
  .insurance .logo .gridCont .logoLinks a picture img {
    max-width: 80%;
  }
  .insurance .logo .gridCont .logoLinks a strong {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .insurance .logo .gridCont .logoLinks a svg {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    justify-self: center;
    align-self: center;
  }
  .insurance .insurance4 {
    padding: 112px 0 178px 0;
  }
  .insurance .insurance4 .gridCont {
    text-align: left;
    grid-template-columns: repeat(2, minmax(min-content, 616px));
    grid-column-gap: 80px;
  }
  .insurance .insurance4 .gridCont .h5 {
    grid-column: 1;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .insurance .insurance4 .gridCont p {
    grid-column: 2;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .insurance .insurance4 .gridCont p * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .insurance .insurance4 .gridCont p strong {
    font-weight: 700;
  }
  @media (min-width: 800px) {
    .insurance .featuredReviews {
      margin-bottom: 198px;
    }
    .insurance .newsLetter {
      margin-bottom: 176px;
    }
    .insurance .home9 {
      padding-bottom: 30px !important;
    }
    .insurance .home10 {
      padding-bottom: 150px !important;
    }
  }
  .about {
    position: relative;
    overflow: hidden;
  }
  .about .home9 {
    padding-bottom: 120px;
  }
  .about .newsLetter {
    margin-bottom: 120px;
  }
  .about .home10 {
    padding-bottom: 120px;
  }
  .about .about1 {
    margin-top: -180px;
    position: relative;
    z-index: 10;
  }
  .about .about1 .gridCont {
    grid-template-columns: repeat(2, minmax(313px, 616px));
    grid-column-gap: 80px;
  }
  .about .about1 .gridCont picture {
    overflow: hidden;
    border-radius: 24px;
  }
  .about .about1 .gridCont .cont {
    text-align: left;
    height: -moz-fit-content;
    height: fit-content;
    align-self: end;
  }
  .about .about1 .gridCont .cont .h2 {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 24px;
  }
  .about .about1 .gridCont .cont p {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .about .about1 .gridCont .cont p * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .about .about1 .gridCont .cont p strong {
    font-weight: 700;
  }
  .about .doctorList {
    margin-bottom: 126px;
  }
  .about .doctorList .gridCont > span {
    margin: 0 auto 80px 0;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .about .doctorList .gridCont ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 64px;
  }
  .about .doctorList .gridCont ul li {
    text-align: left;
  }
  .about .doctorList .gridCont ul li .imgCont {
    margin-bottom: 24px;
    position: relative;
  }
  .about .doctorList .gridCont ul li .imgCont picture {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    width: 100%;
  }
  .about .doctorList .gridCont ul li .imgCont picture img {
    width: 100%;
  }
  .about .doctorList .gridCont ul li .imgCont > small {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #0A6E00;
    height: 28px;
    border-radius: 28px;
    line-height: 28px;
    padding: 0 10px;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .about .doctorList .gridCont ul li > strong {
    display: table;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .about .doctorList .gridCont ul li > p {
    margin-bottom: 16px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .about .doctorList .gridCont ul li .cont {
    margin-bottom: 24px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .about .doctorList .gridCont ul li .cont * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .about .doctorList .gridCont ul li .cont strong {
    font-weight: 700;
  }
  .about .doctorList .gridCont ul li .links {
    display: flex;
    grid-column-gap: 16px;
    align-items: center;
  }
  .priceHeader {
    position: relative;
    z-index: 10;
  }
  .priceHeader .gridCont {
    text-align: center;
  }
  .priceHeader .gridCont .priceCategorySelect {
    margin: 0 auto;
    max-width: 560px;
    width: calc(100% - 26px - 26px);
    position: relative;
    display: grid;
    grid-template-rows: 48px 1fr;
    grid-template-columns: 1fr 24px;
    grid-column-gap: 8px;
    border-radius: 8px;
    background: #fff;
    padding: 0 19px 0 12px;
    align-items: center;
  }
  .priceHeader .gridCont .priceCategorySelect:has(> input:checked) ul {
    display: flex;
    flex-direction: column;
  }
  .priceHeader .gridCont .priceCategorySelect > input {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    grid-row: 1;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .priceHeader .gridCont .priceCategorySelect > label {
    text-align: left;
    grid-row: 1;
    grid-column: 1;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .priceHeader .gridCont .priceCategorySelect > svg {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    grid-row: 1;
    grid-column: 2;
    transform: rotate(90deg);
  }
  .priceHeader .gridCont .priceCategorySelect ul {
    margin-top: 55px;
    display: none;
    position: absolute;
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    background: #fff;
    border-radius: 8px;
    width: -webkit-fill-available;
    margin-top: 2px;
    top: 0px;
  }
  .priceHeader .gridCont .priceCategorySelect ul li a {
    text-align: left;
    padding: 8px 16px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    display: table;
    width: -webkit-fill-available;
  }
  .priceHeader .gridCont .priceCategorySelect ul li:not(:last-child) a {
    border-bottom: 1px solid #E6EAF1;
  }
  .price {
    display: table;
    width: 100%;
  }
  .price .home10 {
    margin-top: 120px;
    padding-bottom: 120px;
  }
  .price .salePrice {
    position: relative;
    display: table;
    width: 100%;
    background: #E6EAF1;
  }
  .price .salePrice .linesCont {
    top: 0;
  }
  .price .salePrice .gridCont {
    width: calc(100% - 16px - 16px - 24px - 24px) !important;
    margin-top: 64px !important;
    max-width: 920px !important;
    border-radius: 24px;
    background: #fff !important;
    position: relative;
    padding: 24px;
  }
  .price .salePrice .gridCont .top {
    display: grid;
    width: -webkit-fill-available;
    padding-bottom: 10px;
    border-bottom: 1px solid #FDB913;
    margin-bottom: 30px;
    grid-row-gap: 10px;
  }
  .price .salePrice .gridCont .top span {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0 0;
    color: #000;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .price .salePrice .gridCont .top small {
    margin: 0 0 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    color: #000;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .price .salePrice .gridCont .saleProduct:not(:last-child) {
    margin-bottom: 50px;
  }
  .price .salePrice .gridCont .saleProduct h5 {
    margin-bottom: 30px;
    color: #000;
    font-family: "Fira Sans", serif;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .price .mainPrice {
    padding-top: 100px;
  }
  .price .mainPrice .gridCont {
    grid-row-gap: 47px;
  }
  .price .mainPrice .gridCont .priceCategory .priceCategoryTitle {
    display: flex;
    grid-column-gap: 32px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #FDB913;
  }
  .price .mainPrice .gridCont .priceCategory .priceCategoryTitle h2 {
    color: #000;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .price .mainPrice .gridCont .priceCategory .priceCategoryTitle small {
    color: #000;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .price .mainPrice .gridCont .priceCategory .helpProduct {
    text-align: left;
    border-radius: 8px;
  }
  .price .mainPrice .gridCont .priceCategory .helpProduct:has(> h3) {
    background: #E6EAF1;
    padding: 30px;
  }
  .price .mainPrice .gridCont .priceCategory .helpProduct h3 {
    margin-bottom: 10px;
    color: #000;
    font-family: "Fira Sans", serif;
    font-size: 32px;
    line-height: 41.8px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .price .mainPrice .gridCont .priceCategory .helpProduct .helpProductContent {
    color: #000;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .price .mainPrice .gridCont .priceCategory .helpProduct .helpProductContent * {
    color: #000;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .price .mainPrice .gridCont .priceCategory .helpProduct .helpProductContent p {
    margin-bottom: 10px;
  }
  .price .mainPrice .gridCont .priceCategory .helpProduct .helpProductContent strong {
    font-weight: 700;
  }
  .price .mainPrice .gridCont .priceCategory .mainPriceList {
    display: grid;
    grid-row-gap: 30px;
    grid-template-columns: 337px 1fr;
    grid-column-gap: 20px;
    margin-top: 20px;
  }
  .price .mainPrice .gridCont .priceCategory .mainPriceList .mainProductPrice h4 {
    margin: 0 auto 30px 0;
    color: #000;
    font-family: "Fira Sans", serif;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .productCategory {
    position: relative;
  }
  .productCategory .productAndCategoryList {
    position: relative;
    margin-top: 29px;
    padding-bottom: 220px;
  }
  .productCategory .productAndCategoryList .gridCont {
    max-width: 1316px !important;
  }
  .productCategory .productAndCategoryList .gridCont ul {
    display: grid;
    grid-gap: 32px;
  }
  .productCategory .productAndCategoryList .gridCont ul:not(:has(> *:nth-child(3))) {
    grid-template-columns: repeat(2, 1fr);
  }
  .productCategory .productAndCategoryList .gridCont ul:not(:has(> *:nth-child(3))) li {
    max-width: 417.33px;
  }
  .productCategory .productAndCategoryList .gridCont ul:not(:has(> *:nth-child(3))) li:nth-child(1) {
    justify-self: end;
  }
  .productCategory .productAndCategoryList .gridCont ul:has(> *:nth-child(3)) {
    grid-template-columns: repeat(3, 1fr);
  }
  .productCategory .productAndCategoryList .gridCont ul li a {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    display: table;
    width: 100%;
  }
  .productCategory .productAndCategoryList .gridCont ul li a picture {
    width: 100%;
  }
  .productCategory .productAndCategoryList .gridCont ul li a picture img {
    width: 100%;
  }
  .productCategory .productAndCategoryList .gridCont ul li a .cont {
    background: #E6EAF1;
    padding: 32px;
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    height: 190px;
  }
  .productCategory .productAndCategoryList .gridCont ul li a .cont h2 {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 29px;
    line-height: 38.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .productCategory .productAndCategoryList .gridCont ul li a .cont h2 sup, .productCategory .productAndCategoryList .gridCont ul li a .cont h2 sub {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 29px;
    line-height: 38.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .productCategory .productAndCategoryList .gridCont ul li a .cont span {
    display: flex;
    grid-column-gap: 8px;
    align-items: center;
    align-content: center;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  @media (min-width: 800px) {
    .productHeader .gridCont .breadCrumbs a {
      height: 14px !important;
    }
    .productHeader .gridCont .breadCrumbs span {
      height: 14px !important;
    }
  }
  .productHeader {
    z-index: 10;
    min-height: 422px;
    height: initial !important;
    padding-bottom: 40px;
  }
  .productHeader .gridCont {
    position: relative;
    grid-template-columns: 1fr 475px;
    grid-column-gap: 32px;
    display: grid !important;
    padding-top: 40px;
    grid-template-rows: min-content min-content 1fr;
    align-items: center;
    align-content: center;
  }
  .productHeader .gridCont .breadCrumbs {
    display: flex;
    grid-column: 1;
    padding-top: 20px;
    align-items: baseline;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .productHeader .gridCont .breadCrumbs a {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    line-height: initial !important;
  }
  .productHeader .gridCont .breadCrumbs span {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    line-height: initial !important;
  }
  .productHeader .gridCont .breadCrumbs span:last-child {
    display: none;
  }
  .productHeader .gridCont h1 {
    grid-column: 1;
    color: #fff;
    font-family: "Fira Sans", serif;
    font-size: 56px;
    line-height: 67.2px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .productHeader .gridCont .shortContent {
    align-self: start;
    grid-column: 1;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .productHeader .gridCont .shortContent * {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .productHeader .gridCont .shortContent strong {
    font-weight: 700;
  }
  .productHeader .gridCont .productDoctor {
    position: absolute;
    top: 0;
    grid-column: 2;
    background: #fff;
    padding: 30px;
    border-radius: 24px;
    display: grid;
    grid-row-gap: 15px;
    grid-row-start: 1;
    grid-row-end: 4;
    overflow: hidden;
    right: 0;
  }
  .productHeader .gridCont .productDoctor .swiper-container .swiper-nav {
    background: #fff;
    position: absolute;
    left: 0px;
    padding: 9px 30px 10px 30px;
  }
  .productHeader .gridCont .productDoctor .swiper-container .swiper-nav > div {
    height: 25px;
    width: 25px;
  }
  .productHeader .gridCont .productDoctor .swiper-container .swiper-nav > div svg {
    width: 10px;
  }
  .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper {
    max-height: 438px;
  }
  .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor {
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
    grid-column-gap: 15px;
  }
  .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor .imgCont {
    width: -webkit-fill-available;
    aspect-ratio: 130/130;
    position: relative;
  }
  .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor .imgCont small {
    display: none !important;
  }
  .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor .imgCont picture {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor .info {
    display: grid;
    grid-template-rows: repeat(3, min-content);
    grid-row-gap: 5px;
    text-align: left;
  }
  .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor .info > strong {
    color: #000;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor .info > p {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin: 0;
  }
  .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor .info > a {
    background: #002E6E;
    border-radius: 24px;
    padding: 0 20px;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    width: -moz-fit-content;
    width: fit-content;
  }
  .product {
    position: relative;
  }
  .product .linesCont {
    position: relative;
  }
  .product .text1 {
    background: #E6EAF1;
    padding: 112px 0 80px 0;
  }
  .product .text1 .gridCont {
    text-align: left;
  }
  .product .text1 .gridCont .h2 {
    max-width: 712px;
    margin-bottom: 24px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .text1 .gridCont p:not(.h2) {
    max-width: 712px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .text1 .gridCont p:not(.h2) * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .text1 .gridCont p:not(.h2) strong {
    font-weight: 700;
  }
  .product .persona {
    background: #E6EAF1;
    padding-bottom: 112px;
  }
  .product .persona .gridCont {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
  }
  .product .persona .gridCont .personaCont {
    border-radius: 24px;
    background: #fff;
    padding: 0 28px 24px 28px;
    width: -webkit-fill-available;
    display: grid;
    text-align: left;
    grid-template-rows: 88px 1fr;
  }
  .product .persona .gridCont .personaCont img {
    align-self: center;
    height: 32px;
  }
  .product .persona .gridCont .personaCont .text {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .persona .gridCont .personaCont .text * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .persona .gridCont .personaCont .text strong {
    font-weight: 700;
  }
  .product .problem {
    background: rgba(0, 46, 110, 0.031372549);
    padding: 112px 0;
  }
  .product .problem .gridCont {
    grid-template-columns: minmax(min-content, 580px) 1fr;
    grid-column-gap: 120px;
    text-align: left;
  }
  .product .problem .gridCont .left {
    display: flex;
    grid-row-gap: 16px;
    flex-direction: column;
  }
  .product .problem .gridCont .left span {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    height: -moz-fit-content;
    height: fit-content;
  }
  .product .problem .gridCont .left img {
    width: 122px;
  }
  .product .problem .gridCont .info {
    display: grid;
    grid-row-gap: 32px;
  }
  .product .problem .gridCont .info p {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .problem .gridCont .info p * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .problem .gridCont .info p strong {
    font-weight: 700;
  }
  .product .problem .gridCont .info ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .problem .gridCont .info ul li * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .problem .gridCont .info ul li strong {
    font-weight: 700;
  }
  .product .problem .gridCont .info ul li:before {
    content: "";
    width: 16px;
    height: 12px;
    display: table;
    left: 0;
    top: 5px;
    background: url("/public/assets/main/check.svg");
    position: absolute;
  }
  .product .problem .gridCont .info > a {
    border: 1px solid #00193D;
    padding: 0 24px;
    border-radius: 24px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .product .review {
    padding: 60px 0 112px 0;
  }
  .product .review .gridCont {
    text-align: left;
  }
  .product .review .gridCont > span {
    display: table;
    margin-bottom: 24px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .review .gridCont > small {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    display: table;
    margin-bottom: 80px;
  }
  .product .answer {
    background: #E6EAF1;
    padding: 112px 0;
  }
  .product .answer .gridCont {
    grid-template-columns: 1fr 616px;
    grid-column-gap: 32px;
  }
  .product .answer .gridCont .cont {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-row-gap: 32px;
  }
  .product .answer .gridCont .cont > span {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .answer .gridCont .cont .text * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .answer .gridCont .cont .text strong {
    font-weight: 700;
  }
  .product .answer .gridCont .cont .text ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .answer .gridCont .cont .text ul li:before {
    content: "";
    width: 16px;
    height: 12px;
    display: table;
    left: 0;
    top: 5px;
    background: url("/public/assets/main/check.svg");
    position: absolute;
  }
  .product .answer .gridCont .cont > a {
    margin: 0 auto 0 0;
    display: table;
    border: 1px solid #00193D;
    border-radius: 24px;
    padding: 0 24px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    width: -moz-fit-content;
    width: fit-content;
  }
  .product .answer .gridCont picture {
    overflow: hidden;
    border-radius: 24px;
    width: -webkit-fill-available;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .product .answer .gridCont picture img {
    width: 100%;
  }
  .product .cta {
    background: #002E6E;
    padding: 112px 0;
  }
  .product .cta .gridCont {
    grid-template-columns: minmax(min-content, 580px) 1fr;
    grid-column-gap: 32px;
    align-items: center;
    text-align: left;
  }
  .product .cta .gridCont > span {
    color: #fff;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .cta .gridCont .cont *:not(.btn) {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .cta .gridCont .cont p {
    margin-bottom: 40px;
  }
  .product .cta .gridCont .cont strong {
    font-weight: 700;
  }
  .product .cta .gridCont .cont .btn {
    background: #FDB913;
    border-radius: 24px;
    padding: 0 24px;
    display: table;
    margin: 0 auto 0 0;
    width: -moz-fit-content;
    width: fit-content;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .examPrep {
    background: #E6EAF1;
    padding: 112px 0;
  }
  .product .examPrep .gridCont {
    text-align: left;
  }
  .product .examPrep .gridCont > span {
    margin-bottom: 24px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .examPrep .gridCont > small {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 80px;
  }
  .product .examPrep .gridCont ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
  }
  .product .examPrep .gridCont ul li {
    background: #fff;
    border-radius: 24px;
    text-align: left;
    padding: 0 24px 24px 24px;
    width: -webkit-fill-available;
    grid-template-rows: 88px min-content min-content;
    display: grid;
  }
  .product .examPrep .gridCont ul li img {
    align-self: center;
  }
  .product .examPrep .gridCont ul li > span {
    margin-bottom: 8px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .examPrep .gridCont ul li .text {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .examPrep .gridCont ul li .text * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .examPrep .gridCont ul li .text strong {
    font-weight: 700;
  }
  .product .examProcess {
    background: rgba(0, 46, 110, 0.031372549);
    padding: 112px 0;
  }
  .product .examProcess .gridCont {
    text-align: left;
  }
  .product .examProcess .gridCont > span {
    margin-bottom: 80px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .examProcess .gridCont ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
  }
  .product .examProcess .gridCont ul li {
    border-radius: 24px;
    background: #E6EAF1;
    padding: 0 24px 24px 24px;
    display: grid;
    grid-template-rows: 96px min-content min-content;
  }
  .product .examProcess .gridCont ul li img {
    align-self: center;
  }
  .product .examProcess .gridCont ul li > span {
    margin-bottom: 16px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .examProcess .gridCont ul li .cont * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .examProcess .gridCont ul li .cont strong {
    font-weight: 700;
  }
  .product .examProcess .gridCont ul li .cont p:not(:last-child) {
    margin-bottom: 24px;
  }
  .product .text2 {
    padding: 112px 0 80px 0;
  }
  .product .text2 .gridCont {
    text-align: center;
    max-width: 768px !important;
  }
  .product .text2 .gridCont .h2 {
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    margin-bottom: 24px;
  }
  .product .text2 .gridCont p:not(.h2) {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .text2 .gridCont p:not(.h2) * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .text2 .gridCont p:not(.h2) strong {
    font-weight: 700;
  }
  .product .price {
    /*&:not(:has(> .gridCont > *:nth-child(2))){
      .prodArticle{
        h2{
          text-align: center !important;
        }
      }
    }*/
  }
  .product .price .prodArticle h2 {
    text-align: center !important;
  }
  .product .price .gridCont {
    max-width: 1024px !important;
    grid-gap: 32px;
  }
  .product .price .gridCont:has(> *:nth-child(2)) {
    grid-template-columns: repeat(2, 1fr);
  }
  .product .price .gridCont:not(:has(> *:nth-child(2))) {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .product .price .gridCont:not(:has(> *:nth-child(2))) .priceCont {
    max-width: 496px;
  }
  .product .price .gridCont .priceCont {
    background: #E6EAF1;
    border-radius: 24px;
    padding: 32px;
    width: -webkit-fill-available;
    text-align: left;
    display: grid;
  }
  .product .price .gridCont .priceCont > span {
    margin-bottom: 15px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .price .gridCont .priceCont > small {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .price .gridCont .priceCont > strong {
    margin-bottom: 15px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 56px;
    line-height: 67.2px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .price .gridCont .priceCont .text {
    margin-bottom: 32px;
  }
  .product .price .gridCont .priceCont .text p {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .price .gridCont .priceCont .text p * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .price .gridCont .priceCont .text p strong {
    font-weight: 700;
  }
  .product .price .gridCont .priceCont .text hr {
    height: 1px;
    display: table;
    width: 100%;
    border: 0;
    background: #000;
    margin: 32px 0;
  }
  .product .price .gridCont .priceCont .text ul {
    margin-top: 5px;
  }
  .product .price .gridCont .priceCont .text ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .price .gridCont .priceCont .text ul li:before {
    content: "";
    width: 16px;
    height: 12px;
    display: table;
    left: 0;
    top: 5px;
    background: url("/public/assets/main/check.svg");
    position: absolute;
  }
  .product .price .gridCont .priceCont > a {
    width: -webkit-fill-available;
    background: #002E6E;
    padding: 0 24px;
    border-radius: 32px;
    text-align: center;
    display: table;
    height: 58px;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 58px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .faq {
    padding: 228px 0 186px 0;
  }
  .product .faq .gridCont {
    grid-template-columns: 1fr 732px;
    grid-column-gap: 32px;
  }
  .product .faq .gridCont .left {
    text-align: left;
  }
  .product .faq .gridCont .left > span {
    margin-bottom: 24px;
    display: table;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .faq .gridCont .left .cont {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .faq .gridCont .left .cont * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .faq .gridCont .left .cont strong {
    font-weight: 700;
  }
  .product .faq .gridCont .question .questionItem {
    border-top: 1px solid #00193D;
    display: grid;
    text-align: left;
    align-items: center;
    grid-template-columns: 1fr 20px;
    grid-column-gap: 12px;
    grid-template-rows: minmax(72px, auto) 1fr;
  }
  .product .faq .gridCont .question .questionItem:last-child {
    border-bottom: 1px solid #00193D;
  }
  .product .faq .gridCont .question .questionItem input {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1;
  }
  .product .faq .gridCont .question .questionItem input:checked ~ .questionCont {
    display: table;
  }
  .product .faq .gridCont .question .questionItem > label {
    grid-column: 1;
    grid-row: 1;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .faq .gridCont .question .questionItem > svg {
    grid-column: 2;
    grid-row: 1;
    transform: rotate(90deg);
  }
  .product .faq .gridCont .question .questionItem .questionCont {
    display: none;
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 20px;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .faq .gridCont .question .questionItem .questionCont * {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .faq .gridCont .question .questionItem .questionCont strong {
    font-weight: 700;
  }
  .product .text4 {
    padding-bottom: 186px;
  }
  .product .text4 .gridCont {
    background: #00193D;
    border-radius: 24px;
    padding: 48px;
    grid-template-columns: 1fr min-content;
    grid-column-gap: 32px;
    text-align: left;
  }
  .product .text4 .gridCont div {
    display: grid;
    grid-row-gap: 24px;
    align-items: center;
  }
  .product .text4 .gridCont div .h3 {
    color: #fff;
    font-family: "Fira Sans", serif;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .text4 .gridCont div p:not(.h3) {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .text4 .gridCont div p:not(.h3) * {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .text4 .gridCont div p:not(.h3) strong {
    font-weight: 700;
  }
  .product .text4 .gridCont div a.btn {
    background: #FDB913;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 24px;
    border-radius: 24px;
    display: table;
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
    white-space: nowrap;
  }
  .product .text5 {
    padding-bottom: 80px;
  }
  .product .text5 .gridCont {
    text-align: left;
  }
  .product .text5 .gridCont > span {
    margin-bottom: 24px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .text5 .gridCont > small {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .product .home10 {
    padding-top: 0px;
  }
  .searchHeader .gridCont {
    text-align: center;
  }
  .searchHeader .gridCont small {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .searchContainer {
    background: #E6EAF1;
  }
  .searchContainer .linesCont + section {
    position: relative;
    z-index: 10;
    margin: -30px auto 30px 0;
  }
  .searchContainer .topList .gridCont {
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    max-width: 1000px !important;
  }
  .searchContainer .topList .gridCont h2 {
    margin-bottom: 30px;
    border-bottom: 1px solid #FDB913;
    color: #000;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .searchContainer .topList .gridCont h3 {
    margin-bottom: 30px;
    color: #000;
    font-family: "Fira Sans", serif;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .searchContainer .topList .gridCont > div.categoryCont a, .searchContainer .topList .gridCont > div:not(.categoryCont) {
    display: grid;
    grid-template-columns: 1fr min-content;
    width: -webkit-fill-available;
    grid-column-gap: 15px;
    padding: 0 15px;
    text-align: left;
    min-height: 60px;
    align-items: center;
    border-radius: 8px;
  }
  .searchContainer .topList .gridCont > div.categoryCont a:nth-child(odd), .searchContainer .topList .gridCont > div:not(.categoryCont):nth-child(odd) {
    background: #E6EAF1;
  }
  .searchContainer .topList .gridCont > div.categoryCont a > span, .searchContainer .topList .gridCont > div:not(.categoryCont) > span {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .searchContainer .topList .gridCont > div.categoryCont a > small, .searchContainer .topList .gridCont > div.categoryCont a > a, .searchContainer .topList .gridCont > div:not(.categoryCont) > small, .searchContainer .topList .gridCont > div:not(.categoryCont) > a {
    padding: 0 20px;
    width: -moz-fit-content;
    width: fit-content;
    background: #00193D;
    border-radius: 24px;
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .searchContainer .categoryList .gridCont .categoryCont:not(:last-child) {
    margin-bottom: 32px;
  }
  .searchContainer .blogTop {
    margin-top: 70px;
    background: #fff;
    padding-top: 112px;
    padding-bottom: 80px;
  }
  .searchContainer .blogTop .gridCont {
    text-align: left;
  }
  .searchContainer .blogTop .gridCont h2 {
    margin-bottom: 24px;
    color: #00193D;
    font-family: "Fira Sans", serif;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .searchContainer .blogTop .gridCont small {
    color: #00193D;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*
    *{
    	font-size:$size;
    	line-height: $line;
    }
    strong{
    	font-weight: 700;
    }
     */
  }
  .searchContainer .featuredBlog {
    background: #fff;
  }
  .singlePackage .gridCont {
    max-width: 720px !important;
  }
  .singlePackage .gridCont .packageHeader {
    grid-template-columns: 1fr;
  }
  .singlePackage .gridCont .packageHeader .packageHeaderWrapper {
    grid-column: 1;
  }
  .singlePackage .gridCont .packageCategory .testWrapper .testCont {
    grid-template-columns: 72px 1fr;
    grid-column-gap: 24px;
  }
  .singlePackage .gridCont .packageCategory .testWrapper .testCont h5, .singlePackage .gridCont .packageCategory .testWrapper .testCont small {
    grid-column: 2;
  }
  .singlePackage .gridCont .packageCategory .testWrapper .testCont .packageCheckWrapper {
    grid-column: 1;
  }
}
@layer hover {
  @media (min-width: 1200px) {
    header .header > p a {
      transition: background 0.5s ease, color 0.5s ease;
    }
    header .header > p a:hover {
      background: #00193D;
    }
    .home1 .gridCont p .btn {
      transition: background 0.5s ease, color 0.5s ease;
    }
    .home1 .gridCont p .btn svg path {
      transition: fill 0.5s ease;
    }
    .home1 .gridCont p .btn:hover {
      background: #00193D;
      color: #fff;
    }
    .home1 .gridCont p .btn:hover svg path {
      fill: #fff;
    }
    .featuredProduct .gridCont a > strong {
      transition: color 0.5s ease;
    }
    .featuredProduct .gridCont a:hover > strong {
      color: #002E6E;
    }
    .featuredProductCategories .gridCont a > strong {
      transition: color 0.5s ease;
    }
    .featuredProductCategories .gridCont a:hover > strong {
      color: #002E6E;
    }
    .swiper-pagination > span {
      cursor: pointer;
      transition: background 0.5s ease;
    }
    .swiper-pagination > span:hover {
      background: #00193D !important;
    }
    .swiper-nav > div {
      cursor: pointer;
      transition: background 0.5s ease;
    }
    .swiper-nav > div svg path {
      transition: fill 0.5s ease;
    }
    .swiper-nav > div:hover {
      background: #00193D;
    }
    .swiper-nav > div:hover svg path {
      fill: #fff;
    }
    .home4 .gridCont .cont p .btn {
      transition: background 0.5s ease;
    }
    .home4 .gridCont .cont p .btn:hover {
      background: #00193D;
    }
    #scrollAppointment {
      transition: background 0.5s ease;
    }
    #scrollAppointment:hover {
      background: #00193D;
    }
    .featuredDoctors .gridCont .swiper-container .swiper-wrapper .doctor > a {
      transition: background 0.5s ease;
    }
    .featuredDoctors .gridCont .swiper-container .swiper-wrapper .doctor > a:hover {
      background: #00193D;
    }
    .featuredBlog .gridCont a:not(.more) .cont small, .featuredBlog .gridCont a:not(.more) .cont strong {
      transition: color 0.5s ease;
    }
    .featuredBlog .gridCont a:not(.more):hover .cont small, .featuredBlog .gridCont a:not(.more):hover .cont strong {
      color: #002E6E;
    }
    .featuredBlog .gridCont a.more {
      transition: background 0.5s ease, color 0.5s ease;
    }
    .featuredBlog .gridCont a.more:hover {
      background: #00193D;
      color: #fff;
    }
    .home8 .gridCont p:not(.h13) a.btn {
      transition: background 0.5s ease;
    }
    .home8 .gridCont p:not(.h13) a.btn:hover {
      background: #00193D;
    }
    .home9 .gridCont p:has(.btn) a.btn {
      transition: background 0.5s ease;
    }
    .home9 .gridCont p:has(.btn) a.btn:hover {
      background: #fff;
    }
    .newsLetter .gridCont form button {
      cursor: pointer;
      transition: background 0.5s ease;
    }
    .newsLetter .gridCont form button:hover {
      background: #00193D;
    }
    footer .gridCont section:has(ul) ul li a:hover {
      text-decoration: underline;
    }
    .insurance .logo .gridCont .logoLinks a strong {
      transition: color 0.5s ease;
    }
    .insurance .logo .gridCont .logoLinks a:hover strong {
      color: #002E6E;
    }
    .priceElement .info .link a:not(.svgLink) {
      cursor: pointer;
      transition: background 0.5s ease;
    }
    .priceElement .info .link a:not(.svgLink):hover {
      background: #00193D;
    }
    .blogArticleHeader .gridCont .cont > a:hover {
      text-decoration: underline;
    }
    .blogArticle .article .gridCont .articleText .appointment > a.btn {
      transition: background 0.5s ease;
    }
    .blogArticle .article .gridCont .articleText .appointment > a.btn:hover {
      background: #fff;
    }
    .blogArticle .article .gridCont .articleText .articleAuthorCont .articleAuthor .authorInfo > a {
      transition: background 0.5s ease;
    }
    .blogArticle .article .gridCont .articleText .articleAuthorCont .articleAuthor .authorInfo > a:hover {
      background: #00193D;
    }
    .blogArticle .article .gridCont .articleText .socials .icons a svg path {
      transition: fill 0.5s ease;
    }
    .blogArticle .article .gridCont .articleText .socials .icons a:hover svg path {
      fill: #002E6E;
    }
    .simpleBlogList .gridCont a .cont small, .simpleBlogList .gridCont a .cont strong {
      transition: color 0.5s ease;
    }
    .simpleBlogList .gridCont a:hover .cont small, .simpleBlogList .gridCont a:hover .cont strong {
      color: #002E6E;
    }
    .blogHeader .gridCont .blogCategoryList a {
      border-radius: 24px;
      transition: background 0.5s ease, color 0.5s ease;
    }
    .blogHeader .gridCont .blogCategoryList a:hover {
      background: #fff;
      color: #00193D;
    }
    .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont > span, .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont > h3 {
      transition: color 0.5s ease;
    }
    .blogCategory .featuredBlogArticle .gridCont a:hover .featuredBlogArticleCont > span, .blogCategory .featuredBlogArticle .gridCont a:hover .featuredBlogArticleCont > h3 {
      color: #002E6E;
    }
    .about .doctorList .gridCont ul li .links a svg path {
      transition: fill 0.5s ease;
    }
    .about .doctorList .gridCont ul li .links a:hover svg path {
      fill: #000;
    }
    .productHeader .gridCont .productDoctor .doctor .info > a {
      transition: background 0.5s ease;
    }
    .productHeader .gridCont .productDoctor .doctor .info > a:hover {
      background: #00193D;
    }
    .product .problem .gridCont .info > a {
      transition: background 0.5s ease, color 0.5s ease;
    }
    .product .problem .gridCont .info > a:hover {
      background: #00193D;
      color: #fff;
    }
    .product .answer .gridCont .cont > a {
      transition: background 0.5s ease, color 0.5s ease;
    }
    .product .answer .gridCont .cont > a:hover {
      background: #00193D;
      color: #fff;
    }
    .product .cta .gridCont .cont .btn {
      transition: background 0.5s ease;
    }
    .product .cta .gridCont .cont .btn:hover {
      background: #fff;
    }
    .product .price .gridCont .priceCont > a {
      transition: background 0.5s ease;
    }
    .product .price .gridCont .priceCont > a:hover {
      background: #00193D;
    }
    .product .faq .gridCont .question .questionItem label {
      transition: color 0.5s ease;
    }
    .product .faq .gridCont .question .questionItem > input:hover ~ label {
      color: #002E6E;
    }
    .product .text4 .gridCont div a.btn {
      transition: background 0.5s ease;
    }
    .product .text4 .gridCont div a.btn:hover {
      background: #fff;
    }
    .productCategory .productAndCategoryList .gridCont ul li a h2 {
      transition: color 0.5s ease;
    }
    .productCategory .productAndCategoryList .gridCont ul li a:hover h2 {
      color: #002E6E;
    }
    .blogCategory .blogAppointment .gridCont > div a.btn {
      transition: background 0.5s ease;
      cursor: pointer;
    }
    .blogCategory .blogAppointment .gridCont > div a.btn:hover {
      background: #fff;
    }
    .packageHeaderWrapper > div a {
      transition: background 0.5s ease;
    }
    .packageHeaderWrapper > div a:hover {
      background: #00193D;
    }
  }
  @media (min-width: 1200px) {
    header .info ul li a {
      transition: color 0.5s ease;
    }
    header .info ul li a:hover {
      color: #002E6E;
    }
    header .header nav > ul > li > svg {
      position: relative;
      top: -9px;
    }
    header .header nav > ul > li:has(> input:hover) > a:before {
      transform-origin: left;
      transform: scaleX(1);
    }
    header .header nav > ul > li.active > a:before {
      transform-origin: left;
      transform: scaleX(1);
    }
    header .header nav > ul > li > a {
      overflow: hidden;
      position: relative;
      display: inline-block;
      padding-bottom: 4px;
    }
    header .header nav > ul > li > a:hover:before {
      transform-origin: left;
      transform: scaleX(1);
    }
    header .header nav > ul > li > a:before {
      content: "";
      display: table;
      position: absolute;
      height: 2px;
      width: 100%;
      bottom: 0;
      background: #00193D;
      left: 0;
      transform-origin: right;
      transform: scaleX(0);
      transition: transform 0.3s ease-in-out;
    }
  }
}
@layer resp {
  @media (min-width: 1050px) {
    header .header nav > ul > li > input, header .header nav > ul > li > ul {
      display: none;
    }
    header .header nav > ul > li > input:checked ~ ul {
      display: grid !important;
    }
    header .header nav > ul > li ul svg {
      display: none !important;
    }
    header .header nav > ul > li ul input {
      display: none !important;
    }
    header .header nav > ul > li ul > li:nth-child(1) > ul > li:not(:nth-child(1)) {
      grid-column: 2;
    }
    header .header nav > ul > li ul > li:nth-child(1) > ul > li:nth-child(1) {
      grid-row-start: 1;
      grid-row-end: 4;
    }
    header .header nav > ul > li ul > li:nth-child(1) > ul > li:nth-child(1) > ul {
      display: flex;
      flex-wrap: wrap;
    }
    header .header .m {
      display: none;
    }
  }
  @media (max-width: 1470px) {
    header {
      width: calc(100% - 32px);
    }
  }
  @media (max-width: 1050px) {
    header {
      padding-top: 50px;
    }
    header .info {
      display: none;
    }
    header .header {
      grid-template-columns: min-content 1fr min-content min-content;
      grid-template-rows: 64px;
      height: 64px;
      padding: 0 24px;
      border-radius: 32px;
      grid-column-gap: 27px;
    }
    header .header > * {
      grid-row: 1;
    }
    header .header .logo svg {
      width: 43px;
      height: 32px;
    }
    header .header .search {
      grid-column: 3;
    }
    header .header nav {
      display: none;
    }
    header .header > input, header .header > .menu_open {
      grid-column: 4;
    }
    header .header > .menu_open svg:nth-child(1) {
      display: table;
    }
    header .header > .menu_open svg:nth-child(2) {
      display: none;
    }
    header .header > input {
      z-index: 10;
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
      border: 0px;
      opacity: 0;
      background: transparent;
      z-index: 10;
      cursor: pointer;
    }
    header .header > p {
      display: none;
    }
  }
  @media (max-width: 700px) {
    .home1 {
      height: initial;
      display: grid;
      grid-template-rows: 114px 1fr;
    }
    .home1 .gridCont {
      grid-row: 2;
      padding-bottom: 68px;
      text-align: left;
    }
    .home1 .gridCont .h1 {
      color: #fff;
      font-family: "Fira Sans", serif;
      font-size: 40px;
      line-height: 48px;
      font-weight: 700;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
      margin-bottom: 20px;
    }
    .home1 .gridCont .h2 {
      color: #fff;
      font-family: "Poppins", serif;
      font-size: 18px;
      line-height: 27px;
      font-weight: 700;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .home1 .gridCont p a.btn {
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto 0 0;
    }
  }
  @media (max-width: 700px) {
    .featuredReviews .gridCont .swiper-container {
      width: 100% !important;
    }
    .featuredReviews .swiper-nav {
      position: relative !important;
    }
    .featuredReviews .gridCont .swiper-container .swiper-wrapper {
      width: 100% !important;
      display: block !important;
    }
    .featuredReviews .gridCont .swiper-container .swiper-wrapper .review:not(.swiper-slide-active) {
      opacity: 0 !important;
      z-index: -10 !important;
      position: absolute !important;
    }
    .featuredReviews .gridCont .swiper-container .swiper-wrapper .review.swiper-slide-active {
      opacity: 1 !important;
      z-index: 100 !important;
      position: relative !important;
    }
  }
  @media (max-width: 1250px) {
    .featuredProduct .linesCont {
      display: none;
    }
  }
  @media (max-width: 990px) {
    .featuredProduct .gridCont a > strong {
      color: #00193D;
      font-family: "Fira Sans", serif;
      font-size: 24px;
      line-height: 33.6px;
      font-weight: 700;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .featuredProduct .gridCont a .desc p {
      color: #00193D;
      font-family: "Poppins", serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .featuredProduct .gridCont a .desc p * {
      color: #00193D;
      font-family: "Poppins", serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .featuredProduct .gridCont a .desc p strong {
      font-weight: 700;
    }
  }
  @media (max-width: 930px) {
    .featuredProduct .gridCont {
      padding: 0px;
      top: -25px;
      grid-template-columns: 1fr;
      grid-row-gap: 48px;
    }
    .featuredProduct .gridCont a {
      margin-top: 0 !important;
    }
    .featuredProduct .gridCont a > picture {
      margin-bottom: 16px;
    }
    .featuredProduct .gridCont a > strong {
      margin-bottom: 5px;
    }
  }
  @media (max-width: 1560px) and (min-width: 1200px) {
    .featuredProductCategories .gridCont a {
      height: 350px;
    }
    .featuredProductCategories .gridCont a > strong {
      font-size: 20px;
      line-height: 29.6px;
    }
    .featuredProductCategories .gridCont a .desc * {
      font-size: 14px;
      line-height: 22px;
    }
  }
  @media (max-width: 1560px) {
    .featuredProductCategories .gridCont a {
      aspect-ratio: initial;
    }
  }
  @media (max-width: 1200px) {
    .featuredProductCategories {
      padding-bottom: 64px;
    }
    .featuredProductCategories .gridCont {
      grid-template-columns: 1fr;
    }
    .featuredProductCategories .gridCont a {
      height: initial;
    }
    .featuredProductCategories .gridCont a > span {
      margin-top: 20px;
    }
  }
  @media (max-width: 930px) {
    .home2 {
      padding-top: 60px;
      padding-bottom: 48px;
    }
    .home2 .gridCont .h3 {
      margin-bottom: 20px;
      color: #00193D;
      font-family: "Fira Sans", serif;
      font-size: 36px;
      line-height: 43.2px;
      font-weight: 700;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .home2 .gridCont .h4 {
      color: #00193D;
      font-family: "Poppins", serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
  }
  @media (max-width: 700px) {
    .home3 {
      padding-bottom: 48px;
    }
    .home3 .gridCont .h5 {
      margin-bottom: 20px;
      color: #00193D;
      font-family: "Fira Sans", serif;
      font-size: 36px;
      line-height: 43.2px;
      font-weight: 700;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .home3 .gridCont .h6 {
      color: #00193D;
      font-family: "Poppins", serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
  }
  @media (max-width: 1420px) {
    .home4 {
      padding-top: 40px;
      padding-bottom: 120px;
    }
    .home4 .gridCont .cont .h7 {
      color: #00193D;
      font-family: "Fira Sans", serif;
      font-size: 36px;
      line-height: 43.2px;
      font-weight: 700;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .home4 .gridCont .cont p:not(.h7) {
      color: #00193D;
      font-family: "Poppins", serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .home4 .gridCont .cont p:not(.h7) *:not(.btn) {
      color: #00193D;
      font-family: "Poppins", serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
  }
  @media (max-width: 1200px) {
    .home4 .gridCont {
      grid-template-columns: 400px 1fr;
      grid-column-gap: 36px;
    }
    .home4 .gridCont .cont {
      padding: 0px;
    }
    .home4 .gridCont picture:not(:first-child) {
      margin-top: 30px;
    }
  }
  @media (max-width: 900px) {
    .home4 .gridCont {
      grid-template-columns: 225px 1fr;
    }
    .home4 .gridCont .cont {
      grid-row-start: 1;
      grid-row-end: 3;
    }
    .home4 .gridCont .cont p a.btn {
      margin-bottom: 0;
    }
    .home4 .gridCont picture:not(:first-child) {
      height: -moz-fit-content;
      height: fit-content;
      grid-column: 1;
    }
  }
  @media (max-width: 640px) {
    .home4 .gridCont {
      grid-template-columns: 1fr;
    }
    .home4 .gridCont .cont {
      grid-column: 1;
      grid-row-start: 2;
      grid-row-end: 2;
      padding: 80px 0 60px 0;
    }
    .home4 .gridCont picture:not(:first-child) {
      grid-column: 1;
      grid-row: 3;
      margin: 0 auto;
    }
  }
  @media (max-width: 1200px) {
    .home5 {
      padding-bottom: 120px;
    }
    .home5 .gridCont ul li strong {
      font-size: 50px;
      line-height: 77px;
    }
    .home6 {
      padding-top: 120px;
    }
    .featuredBlog {
      padding-bottom: 64px;
    }
  }
  @media (max-width: 880px) {
    .home5 .gridCont {
      grid-template-columns: 1fr;
    }
    .home5 .gridCont .h9 {
      grid-row-start: 1;
      grid-row-end: 1;
      margin-bottom: 20px;
      line-height: 43.2px;
      font-size: 36px;
    }
    .home5 .gridCont p:not(.h9) {
      font-size: 16px;
      line-height: 24px;
    }
    .home5 .gridCont p:not(.h9):nth-child(2) {
      grid-row: 2;
      grid-column: 1;
    }
    .home5 .gridCont p:not(.h9):nth-child(3) {
      grid-row: 3;
      grid-column: 1;
    }
    .home5 .gridCont ul {
      grid-column-end: 1;
      grid-template-columns: 1fr;
      grid-row-gap: 32px;
    }
  }
  @media (max-width: 800px) {
    .featuredDoctors .gridCont > span {
      margin-bottom: 48px;
      font-size: 36px;
      line-height: 43.2px;
    }
    .home6 {
      padding-bottom: 48px;
    }
    .home6 .gridCont .h10 {
      margin-bottom: 20px;
      font-size: 36px;
      line-height: 43.2px;
    }
    .home6 .gridCont p:not(.h10) {
      font-size: 16px;
      line-height: 24px;
    }
    .home6 .gridCont p:not(.h10) * {
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media (max-width: 1200px) {
    .featuredBlog .gridCont a:not(.more) .cont > strong {
      font-size: 19px;
      line-height: 28.6px;
    }
    .featuredBlog .gridCont a:not(.more) .cont > p {
      font-size: 14px;
      line-height: 22px;
    }
    .featuredBlog .gridCont a:not(.more) .cont > p * {
      font-size: 14px;
      line-height: 22px;
    }
  }
  @media (max-width: 960px) and (min-width: 680px) {
    .featuredBlog .gridCont {
      grid-template-columns: 1fr 1fr;
    }
    .featuredBlog .gridCont a.more {
      grid-column-end: 3;
    }
    .featuredBlog .gridCont a:nth-child(3) {
      grid-column-end: 3;
      grid-column-start: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .featuredBlog .gridCont a:nth-child(3) picture {
      border-radius: 24px 0 0 24px;
    }
    .featuredBlog .gridCont a:nth-child(3) picture img {
      width: initial;
      aspect-ratio: initial;
      height: -webkit-fill-available;
      max-width: initial;
    }
    .featuredBlog .gridCont a:nth-child(3) .cont {
      border-radius: 0 24px 24px 0;
    }
  }
  @media (max-width: 680px) {
    .featuredBlog .gridCont {
      grid-template-columns: 1fr;
    }
    .featuredBlog .gridCont a.more {
      grid-column-end: 1;
    }
  }
  @media (max-width: 1510px) and (min-width: 1230px) {
    .home7 .gridCont ul li {
      height: 200px;
      aspect-ratio: initial;
    }
  }
  @media (max-width: 1230px) {
    .home7 .gridCont ul {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 32px;
    }
    .home7 .gridCont ul li {
      aspect-ratio: initial;
      padding-bottom: 30px;
    }
  }
  @media (max-width: 720px) {
    .home7 {
      padding-top: 64px;
      padding-bottom: 64px;
    }
    .home7 .gridCont .h12 {
      font-size: 36px;
      line-height: 43.2px;
    }
    .home7 .gridCont p:not(.h12) {
      font-size: 16px;
      line-height: 24px;
    }
    .home7 .gridCont p:not(.h12) strong {
      font-size: 18px;
      line-height: 27px;
    }
    .home7 .gridCont ul {
      margin-top: 40px;
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 930px) {
    .home8 {
      padding: 64px 0 120px 0;
    }
    .home8 .gridCont .h13 {
      font-size: 36px;
      line-height: 43.2px;
    }
    .home9 {
      padding-bottom: 120px;
    }
  }
  @media (max-width: 930px) and (min-width: 630px) {
    .home8 .gridCont .logos {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      text-align: center;
      grid-row-gap: 32px;
    }
    .home8 .gridCont .logos picture:last-child {
      grid-column: 2;
    }
  }
  @media (max-width: 630px) {
    .home8 .gridCont .logos {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      text-align: center;
      grid-row-gap: 32px;
    }
    .home8 .gridCont .logos picture:last-child {
      grid-column-start: 1;
      grid-column-end: 3;
    }
  }
  @media (max-width: 800px) {
    .home9 .gridCont {
      padding: 32px;
      width: calc(100% - 16px - 32px - 32px) !important;
      grid-template-columns: 1fr;
      grid-template-rows: initial;
    }
    .home9 .gridCont * {
      grid-column: 1;
      grid-row: initial;
    }
    .home9 .gridCont .h14 {
      font-size: 32px;
      line-height: 38.4px;
    }
    .home9 .gridCont p:not(.h14):not(:has(.btn)) {
      font-size: 16px;
      line-height: 24px;
    }
    .home9 .gridCont p:not(.h14):not(:has(.btn)) * {
      font-size: 16px;
      line-height: 24px;
    }
    .home9 .gridCont p a.btn {
      margin: 0 auto 0 0;
    }
  }
  @media (max-width: 1200px) {
    .home10 {
      padding-bottom: 120px;
    }
    .home10 .gridCont {
      grid-template-columns: 322px 1fr;
      grid-column-gap: 32px;
    }
  }
  @media (max-width: 1000px) {
    .home10 .gridCont {
      grid-template-columns: 1fr;
    }
    .home10 .gridCont .h15 {
      grid-column-end: 1;
    }
    .home10 .gridCont > p {
      grid-column-end: 1;
    }
    .home10 .gridCont ul {
      margin-bottom: 48px;
    }
    .home10 .gridCont picture {
      justify-self: center;
    }
  }
  @media (max-width: 700px) {
    .home10 .gridCont .h15 {
      font-size: 36px;
      line-height: 43.2px;
    }
    .home10 .gridCont > p:not(.h15) {
      font-size: 16px;
      line-height: 24px;
    }
    .home10 .gridCont > p:not(.h15) * {
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media (max-width: 1200px) {
    .home11 {
      padding-bottom: 120px;
    }
    .home11 .gridCont ul {
      grid-template-columns: 1fr;
      grid-row-gap: 48px;
    }
  }
  @media (max-width: 700px) {
    .home11 .gridCont .h16 {
      font-size: 36px;
      line-height: 43.2px;
    }
    .home11 .gridCont p:not(.h16) {
      font-size: 16px;
      line-height: 24px;
    }
    .home11 .gridCont p:not(.h16) * {
      font-size: 16px;
      line-height: 24px;
    }
    .home11 .gridCont ul li {
      font-size: 16px;
      line-height: 24px;
    }
    .home11 .gridCont ul li strong {
      font-size: 24px;
      line-height: 33.6px;
    }
  }
  @media (max-width: 1100px) and (min-width: 900px) {
    .newsLetter .gridCont {
      grid-template-columns: 1fr 393px;
    }
  }
  @media (max-width: 900px) {
    .newsLetter .gridCont {
      grid-template-columns: 1fr;
      grid-row-gap: 24px;
    }
  }
  @media (max-width: 700px) {
    .newsLetter .gridCont {
      padding: 32px;
      width: calc(100% - 16px - 32px - 32px) !important;
    }
    .newsLetter .gridCont .cont .h17 {
      font-size: 32px;
      line-height: 38.4px;
    }
    .newsLetter .gridCont .cont p:not(.h17) {
      font-size: 16px;
      line-height: 24px;
    }
    .newsLetter .gridCont .cont p:not(.h17) * {
      font-size: 16px;
      line-height: 24px;
    }
    .newsLetter .gridCont form div:not(:has(input[type=checkbox])) input {
      width: calc(100% - 24px);
    }
  }
  @media (max-width: 1200px) {
    .subHeader {
      text-align: center;
    }
    .subHeader .gridCont {
      text-align: center;
    }
    .subHeader .gridCont h1 {
      margin-bottom: 0px;
      font-size: 40px;
      line-height: 48px;
    }
    .subHeader .gridCont small {
      font-size: 18px;
      line-height: 27px;
    }
    .contact .contact1 .gridCont ul {
      grid-template-columns: 1fr;
    }
    .contact .contact1 .gridCont ul li {
      height: initial;
      display: flex;
      grid-row-gap: 24px;
      flex-direction: column;
    }
    .contact .contact1 .gridCont ul li * {
      text-align: left !important;
    }
    .contact .contact1 .gridCont ul li a {
      margin: 0 auto 0 0;
      font-size: 20px;
      line-height: 30px;
    }
    .contact .contact1 .gridCont ul li strong {
      font-size: 24px;
      line-height: 33.6px;
    }
    .contact .contact1 .gridCont ul li svg {
      margin: 0 auto 0 0;
    }
    .contact .contact1 .gridCont ul li > span {
      width: 100%;
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media (max-width: 1100px) {
    .contact .contact1 {
      margin-bottom: 60px;
    }
    .contact .contact2 .gridCont h2 {
      font-size: 36px;
      line-height: 43.2px;
    }
    .contact .contact2 .gridCont p {
      font-size: 16px;
      line-height: 24px;
    }
    .contact .contact2 .gridCont p * {
      font-size: 16px;
      line-height: 24px;
    }
    .contact .contact3 .gridCont {
      grid-template-columns: 1fr;
      grid-row-gap: 48px;
    }
    .contact .contact3 .gridCont iframe {
      height: 400px !important;
    }
  }
  @media (max-width: 1500px) {
    footer .gridCont {
      width: 100% !important;
    }
    footer .bot {
      width: 100% !important;
    }
  }
  @media (max-width: 1320px) {
    footer .gridCont {
      grid-template-columns: minmax(min-content, 1fr) repeat(4, minmax(min-content, 192px));
    }
    footer .gridCont .logo {
      grid-column: 1;
      grid-row: 1;
    }
    footer .gridCont .footerContact {
      grid-column: 1;
      grid-row: 1;
      margin-top: 90px;
    }
  }
  @media (max-width: 1150px) {
    footer {
      padding: 40px 32px !important;
    }
    footer .gridCont {
      grid-template-columns: minmax(min-content, 1fr) repeat(3, minmax(min-content, 192px));
    }
    footer .gridCont .footerOpen {
      grid-column: 2;
      grid-row: 1;
      margin-top: 236px;
    }
    footer .gridCont .footerHeadMenu {
      grid-column: 2;
      grid-row: 1;
    }
    footer .gridCont .footerMenu1 {
      grid-column: 4;
    }
    footer .gridCont .footerMenu3 {
      grid-column: 4;
    }
    footer .bot {
      margin-top: 60px;
    }
  }
  @media (max-width: 1100px) and (min-width: 500px) {
    footer .gridCont {
      grid-row-gap: 32px;
    }
    footer .gridCont .logo {
      grid-column-start: 1;
      grid-column-end: 1;
    }
    footer .gridCont .footerContact {
      margin-left: 108px;
      grid-column-start: 1;
      grid-column-end: 4;
      margin-top: 0;
      grid-row: 1;
    }
    footer .gridCont .footerContact p br {
      display: none;
    }
    footer .gridCont .footerContact p a {
      display: initial;
      margin-right: 5px;
    }
    footer .gridCont .footerContact p a:not(:last-child):after {
      content: "/";
      margin-left: 5px;
    }
  }
  @media (max-width: 1100px) and (min-width: 800px) {
    footer .gridCont .footerMenu2 {
      grid-column: 2;
      grid-row: 2;
    }
    footer .gridCont .footerOpen {
      grid-column: 1;
      grid-row: 2;
    }
    footer .gridCont .footerHeadMenu {
      grid-column: 1;
      grid-row: 2;
    }
    footer .gridCont .footerMenu3 {
      grid-column: 3;
      grid-row: 2;
    }
    footer .gridCont .footerMenu1 {
      grid-column: 3;
      grid-row: 2;
    }
  }
  @media (max-width: 800px) and (min-width: 620px) {
    footer .gridCont {
      grid-template-columns: repeat(2, minmax(min-content, 1fr));
    }
    footer .gridCont .footerContact {
      grid-column-end: 3;
    }
    footer .gridCont .footerOpen {
      grid-column-start: 1;
      grid-column-end: 1;
      grid-row: 3;
      margin-top: 0;
    }
    footer .gridCont .footerHeadMenu {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row: 3;
    }
    footer .gridCont .footerMenu2 {
      grid-column: 1;
      grid-row: 4;
    }
    footer .gridCont .footerMenu3 {
      grid-column: 2;
      grid-row: 4;
    }
    footer .gridCont .footerMenu1 {
      grid-column: 2;
      grid-row: 4;
    }
  }
  @media (max-width: 620px) {
    footer .gridCont {
      grid-template-columns: 1fr;
    }
    footer .gridCont > * {
      margin-top: 0 !important;
      margin-left: 0 !important;
      grid-column: initial !important;
      grid-row: initial !important;
      grid-column-start: initial !important;
      grid-column-end: initial !important;
    }
  }
  @media (max-width: 1060px) and (min-width: 650px) {
    footer .bot {
      grid-template-columns: 1fr min-content;
    }
  }
  @media (max-width: 650px) {
    footer .bot {
      grid-template-columns: 1fr;
    }
    footer .bot > a {
      grid-row: 1;
      margin: 0 auto 0 0;
      grid-column: 1;
    }
    footer .bot > p {
      grid-row: 2;
    }
    footer .bot > ul {
      grid-row: 3;
      display: grid;
      grid-row-gap: 16px;
    }
    footer .bot .elitelogo {
      grid-row: 4 !important;
      margin: 20px auto 0 auto !important;
    }
  }
  @media (max-width: 1200px) {
    .accordion .item .text {
      font-size: 14px;
      line-height: 23px;
      margin-bottom: 24px;
      width: calc(100% - 80px);
    }
    .accordion .item label {
      grid-template-columns: 40px 1fr 20px;
    }
    .accordion .item label span {
      font-size: 18px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  @media (max-width: 1600px) and (min-width: 1100px) {
    .insurance .main .gridCont {
      grid-template-columns: 811px 1fr;
    }
    .insurance .main .gridCont .left {
      aspect-ratio: 884/606;
    }
    .insurance .main .gridCont ul {
      display: grid;
    }
    .insurance .main .gridCont ul li .h3 {
      font-size: 26px;
      line-height: 35.6px;
    }
    .insurance .main .gridCont ul li > span {
      font-size: 14px;
      line-height: 22px;
    }
    .insurance .main .gridCont ul li svg {
      margin-bottom: 0px;
    }
  }
  @media (max-width: 1340px) and (min-width: 1100px) {
    .insurance .main .gridCont {
      grid-template-columns: 600px 1fr;
    }
    .insurance .main .gridCont .left {
      aspect-ratio: 885/806;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr;
    }
    .insurance .main .gridCont .left picture {
      display: block;
      height: 258px;
      overflow: hidden;
      position: relative;
    }
    .insurance .main .gridCont .left picture img {
      top: 50%;
      position: absolute;
      transform: translate(0%, -50%);
    }
  }
  @media (max-width: 1100px) {
    .insurance .main .gridCont {
      grid-template-columns: 1fr;
    }
    .insurance .main .gridCont .left {
      margin-bottom: 32px;
    }
  }
  @media (max-width: 830px) and (min-width: 730px) {
    .insurance .main .gridCont .left .cont .h2 {
      font-size: 26px;
      line-height: 35.6px;
    }
    .insurance .main .gridCont .left .cont p {
      font-size: 14px;
      line-height: 22px;
    }
    .insurance .main .gridCont .left .cont p * {
      font-size: 14px;
      line-height: 22px;
    }
  }
  @media (max-width: 730px) {
    .insurance .main .gridCont .left {
      grid-template-columns: 1fr;
      aspect-ratio: initial;
      grid-row-gap: 32px;
      padding-bottom: 32px;
    }
    .insurance .main .gridCont .left picture {
      border-radius: 24px 24px 0 0;
    }
    .insurance .main .gridCont .left .cont h2 {
      font-size: 24px;
      line-height: 33.6px;
    }
    .insurance .main .gridCont .left .cont p {
      font-size: 16px;
      line-height: 24px;
    }
    .insurance .main .gridCont ul li .h3 {
      font-size: 24px;
      line-height: 33.6px;
    }
    .insurance .main .gridCont ul li span {
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media (max-width: 1400px) {
    .insurance .insurance4 .gridCont {
      grid-template-columns: min-content 1fr;
    }
  }
  @media (max-width: 800px) {
    .insurance .main {
      padding-bottom: 90px;
    }
    .insurance .featuredReviews {
      margin-bottom: 90px;
    }
    .insurance .newsLetter {
      margin-bottom: 90px;
    }
    .insurance .home10 {
      padding-bottom: 90px !important;
    }
    .insurance .logo .gridCont .top .h4 {
      font-size: 40px;
      line-height: 48px;
    }
    .insurance .logo .gridCont .top p:not(.h4) {
      font-size: 16px;
      line-height: 24px;
    }
    .insurance .logo .gridCont .top p:not(.h4) * {
      font-size: 16px;
      line-height: 24px;
    }
    .insurance .logo .gridCont .logoLinks a {
      grid-template-columns: minmax(min-content, 163px) 1fr 34px;
    }
    .insurance .logo .gridCont .logoLinks a strong {
      font-size: 20px;
      line-height: 28px;
    }
  }
  @media (max-width: 600px) {
    .insurance .logo .gridCont .top .h4 {
      font-size: 28px;
      line-height: 36px;
    }
    .insurance .logo .gridCont .logoLinks a {
      grid-template-columns: 1fr;
      justify-items: center;
      padding: 48px 24px;
      grid-row-gap: 24px;
      height: initial;
    }
    .insurance .logo .gridCont .logoLinks a strong {
      text-align: center;
    }
  }
  @media (max-width: 1000px) {
    .insurance .insurance4 .gridCont {
      grid-template-columns: 1fr;
      grid-row-gap: 16px;
    }
    .insurance .insurance4 .gridCont p {
      grid-column: 1;
    }
  }
  @media (max-width: 700px) {
    .insurance .logo {
      padding-bottom: 90px !important;
    }
    .insurance .insurance4 {
      padding: 60px 0 90px 0;
    }
    .insurance .insurance4 .gridCont .h5 {
      font-size: 32px;
      line-height: 38.4px;
    }
    .insurance .insurance4 .gridCont p {
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media (max-width: 1430px) {
    .about .about1 .gridCont .cont .h2 {
      font-size: 36px;
      line-height: 43.2px;
    }
    .about .about1 .gridCont .cont p:not(.h2) {
      font-size: 16px;
      line-height: 24px;
    }
    .about .about1 .gridCont .cont p:not(.h2) * {
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media (max-width: 800px) {
    .about .home4 {
      padding-bottom: 60px;
    }
    .about .about1 .gridCont {
      grid-template-columns: 1fr;
    }
    .about .about1 .gridCont picture {
      grid-row: 1;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0px auto 32px auto;
    }
    .about .about1 .gridCont .cont {
      grid-row: 2;
    }
  }
  @media (max-width: 1300px) {
    .about .home5 {
      padding-bottom: 90px;
    }
    .about .doctorList {
      margin-bottom: 60px;
    }
  }
  @media (max-width: 1300px) {
    .home9, .home8 {
      padding-bottom: 60px;
    }
    .about .doctorList .gridCont ul li > strong {
      font-size: 18px;
      line-height: 27px;
    }
    .about .doctorList .gridCont ul li > p {
      font-size: 16px;
      line-height: 24px;
    }
    .about .doctorList .gridCont ul li .cont {
      font-size: 16px;
      line-height: 24px;
    }
    .about .doctorList .gridCont ul li .cont * {
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media (max-width: 1150px) and (min-width: 880px) {
    .about .doctorList .gridCont ul {
      grid-template-columns: repeat(2, 1fr);
    }
    .about .doctorList .gridCont ul li {
      display: grid;
      grid-template-columns: 220px 1fr;
      grid-template-rows: repeat(4, min-content);
      grid-column-gap: 16px;
    }
    .about .doctorList .gridCont ul li .imgCont {
      grid-column: 1;
      grid-row-start: 1;
      grid-row-end: 4;
      height: -moz-fit-content;
      height: fit-content;
      margin-bottom: 0;
    }
    .about .doctorList .gridCont ul li > strong {
      grid-row: 1;
      grid-column: 2;
    }
    .about .doctorList .gridCont ul li > p {
      grid-row: 2;
      grid-column: 2;
    }
    .about .doctorList .gridCont ul li .cont {
      margin-top: 16px;
      grid-row: 4;
      grid-column-start: 1;
      grid-column-end: 3;
    }
    .about .doctorList .gridCont ul li .links {
      grid-row: 3;
      grid-column: 2;
    }
  }
  @media (max-width: 1100px) {
    .about .doctorList .gridCont > span {
      margin-bottom: 40px;
      font-size: 36px;
      line-height: 43.2px;
    }
  }
  @media (max-width: 880px) and (min-width: 600px) {
    .about .doctorList .gridCont ul {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 880px) {
    .about .doctorList .gridCont ul {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 1300px) and (min-width: 1050px) {
    .priceElement {
      padding: 10px 0;
      grid-template-rows: minmax(60px, auto) 1fr;
    }
    .priceElement .info .link {
      grid-column: 1;
      margin-top: 12px;
    }
  }
  @media (max-width: 1050px) {
    .price .mainPrice .gridCont .priceCategoryTitle {
      grid-column-end: 1;
      grid-template-columns: 1fr;
      display: grid;
    }
    .price .mainPrice .gridCont .priceCategoryTitle small {
      text-align: right;
    }
    .price .mainPrice .gridCont .priceCategory {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 1100px) {
    .priceCategory .mainPriceList {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 800px) {
    .price .salePrice .gridCont .top span {
      font-size: 36px;
      line-height: 43.2px;
    }
    .price .salePrice .gridCont .saleProduct h5 {
      font-size: 18px;
      line-height: 28.6px;
    }
    .price .mainPrice .gridCont .priceCategory .priceCategoryTitle h2 {
      font-size: 36px;
      line-height: 43.2px;
    }
    .price .mainPrice .gridCont .priceCategory .helpProduct ul li h3 {
      font-size: 24px;
      line-height: 33.6px;
    }
    .price .mainPrice .gridCont .priceCategory .helpProduct ul li .helpProductContent {
      font-size: 12px;
      line-height: 18px;
    }
    .price .mainPrice .gridCont .priceCategory .helpProduct ul li .helpProductContent * {
      font-size: 12px;
      line-height: 18px;
    }
    .priceElement {
      padding: 10px 0;
      grid-template-rows: minmax(60px, auto) 1fr;
    }
    .priceElement .info .link {
      grid-column: 1;
      margin-top: 12px;
    }
  }
  @media (max-width: 600px) {
    .priceElement {
      height: -moz-fit-content;
      height: fit-content;
      grid-template-columns: 1fr min-content;
    }
    .priceElement .open {
      height: -moz-fit-content;
      height: fit-content;
      max-height: 60px;
    }
    .priceElement .info {
      grid-column: 1;
      grid-row-start: 1;
      grid-row-end: 3;
      padding-left: 15px;
      max-height: 100px;
      height: -moz-fit-content;
      height: fit-content;
    }
    .priceElement .info h6 {
      font-size: 14px;
      line-height: 21px;
    }
    .priceElement .open {
      grid-row: 1;
      grid-column: 2;
      justify-items: right;
      padding-right: 15px;
    }
    .priceElement:not(:has(.open)) .prices {
      grid-row-start: 1;
      grid-row-end: 3;
    }
    .priceElement .prices {
      grid-column: 2;
      grid-row: 2;
      display: grid;
      white-space: nowrap;
    }
    .priceElement .priceContent {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row: 3;
      padding-left: 15px;
    }
  }
  @media (max-width: 1300px) {
    .productCategory .home10 {
      padding-bottom: 60px;
    }
    .productCategory .productAndCategoryList {
      padding-bottom: 60px;
    }
    .productCategory .productAndCategoryList .gridCont ul li a .cont h2 {
      font-size: 24px;
      line-height: 33.6px;
    }
  }
  @media (max-width: 1100px) {
    .productCategory .productAndCategoryList .gridCont ul li a .cont {
      padding: 16px;
    }
  }
  @media (max-width: 990px) and (min-width: 660px) {
    .productCategory .productAndCategoryList .gridCont ul {
      grid-template-columns: repeat(2, 1fr);
    }
    .productCategory .productAndCategoryList .gridCont ul li:last-child {
      grid-column-start: 1;
      grid-column-end: 3;
    }
    .productCategory .productAndCategoryList .gridCont ul li:last-child a {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .productCategory .productAndCategoryList .gridCont ul li:last-child a .cont {
      height: -webkit-fill-available;
      justify-content: center;
      grid-row-gap: 32px;
    }
  }
  @media (max-width: 660px) {
    .productCategory .productAndCategoryList .gridCont ul {
      grid-template-columns: 1fr;
    }
    .productCategory .productAndCategoryList .gridCont ul li a .cont {
      height: initial;
      grid-row-gap: 32px;
    }
  }
  @media (max-width: 1200px) {
    .blogHeader .gridCont .blogCategoryList {
      align-self: center;
    }
  }
  @media (max-width: 1050px) {
    .blogCategory .featuredBlogArticle .gridCont a {
      grid-template-columns: 1fr;
    }
    .blogCategory .featuredBlogArticle .gridCont a .featuredBlogArticleCont h3 {
      font-size: 24px;
      line-height: 33.6px;
    }
    .blogCategory .featuredBlogArticle .gridCont a picture img {
      width: 100%;
    }
  }
  @media (max-width: 1300px) {
    .simpleBlogList .gridCont a:not(.more) .cont > strong {
      font-size: 19px;
      line-height: 28.6px;
    }
    .simpleBlogList .gridCont a:not(.more) .cont > p {
      font-size: 13px;
      line-height: 21px;
    }
    .simpleBlogList .gridCont a:not(.more) .cont > p * {
      font-size: 13px;
      line-height: 21px;
    }
  }
  @media (max-width: 1100px) {
    .simpleBlogList .gridCont {
      grid-row-gap: 32px;
    }
    .simpleBlogList .gridCont h2 {
      font-size: 36px;
      line-height: 45.6px;
    }
  }
  @media (max-width: 1100px) and (min-width: 750px) {
    .simpleBlogList .gridCont {
      grid-template-columns: repeat(2, 1fr);
    }
    .simpleBlogList .gridCont h2 {
      grid-column-end: 3;
    }
    .simpleBlogList .gridCont a.more {
      grid-column-end: 3;
    }
  }
  @media (max-width: 750px) {
    .blogHeader .gridCont .blogCategoryList {
      justify-content: center;
      flex-wrap: wrap;
    }
    .simpleBlogList .gridCont {
      grid-template-columns: 1fr;
    }
    .simpleBlogList .gridCont h2 {
      grid-column-end: 1;
    }
    .simpleBlogList .gridCont a.more {
      grid-column-end: 1;
    }
  }
  @media (max-width: 900px) {
    .blogCategory .newsLetter {
      margin: 60px 0;
    }
    .blogCategory .home10 {
      margin-top: 60px;
      padding-bottom: 60px;
    }
    .blogAppointment {
      margin: 60px 0;
    }
    .blogAppointment .gridCont > div {
      grid-template-columns: 1fr;
    }
    .blogAppointment .gridCont > div > span {
      font-size: 25px;
      line-height: 34.6px;
    }
    .blogAppointment .gridCont > div > p {
      font-size: 14px;
      line-height: 23px;
    }
    .blogAppointment .gridCont > div > p * {
      font-size: 14px;
      line-height: 23px;
    }
    .blogAppointment .gridCont > div a.btn {
      grid-column: 1;
      grid-row: 3;
      width: -moz-fit-content;
      width: fit-content;
    }
  }
  @media (max-width: 1330px) and (min-width: 1180px) {
    .blogArticleHeader .gridCont {
      grid-template-columns: minmax(min-content, 326px) 1fr;
    }
    .blogArticleHeader .gridCont .cont h1 {
      font-size: 36px;
      line-height: 45.6px;
    }
  }
  @media (max-width: 1300px) {
    .blogArticle .article .gridCont .articleText .socials {
      margin-bottom: 60px;
    }
    .blogArticle .newsLetter {
      margin: 60px 0 !important;
    }
  }
  @media (max-width: 1180px) and (min-width: 1050px) {
    .blogArticleHeader .gridCont {
      grid-column-gap: 32px;
      grid-template-columns: minmax(min-content, 287px) 1fr;
    }
    .blogArticleHeader .gridCont .cont h1 {
      font-size: 30px;
      line-height: 38px;
    }
  }
  @media (max-width: 1050px) {
    .blogArticleHeader {
      padding-bottom: 20px;
    }
    .blogArticleHeader .gridCont {
      grid-template-columns: 1fr;
    }
    .blogArticleHeader .gridCont picture {
      top: 0 !important;
    }
  }
  @media (max-width: 700px) {
    .blogArticleHeader .gridCont .cont h1 {
      font-size: 30px;
      line-height: 38px;
    }
    .blogArticle .article .gridCont .articleTop {
      color: #00193D;
      font-family: "Poppins", serif;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .blogArticle .article .gridCont .articleTop p {
      color: #00193D;
      font-family: "Poppins", serif;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .blogArticle .article .gridCont .articleTop p * {
      color: #00193D;
      font-family: "Poppins", serif;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .blogArticle .article .gridCont .articleTop p strong {
      font-weight: 700;
    }
    .blogArticle .article .gridCont .articleText p {
      color: #00193D;
      font-family: "Poppins", serif;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .blogArticle .article .gridCont .articleText p * {
      color: #00193D;
      font-family: "Poppins", serif;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .blogArticle .article .gridCont .articleText p strong {
      font-weight: 700;
    }
    .blogArticle .article .gridCont .articleText h2 {
      font-size: 26px;
      line-height: 34px;
    }
    .blogArticle .article .gridCont .articleText h3 {
      font-size: 18px;
      line-height: 26px;
    }
    .blogArticle .article .gridCont .articleText blockquote p {
      font-size: 16px;
      line-height: 24px;
    }
    .blogArticle .article .gridCont .articleText blockquote p * {
      font-size: 16px;
      line-height: 24px;
    }
    .blogArticle .article .gridCont .articleText .appointment > span {
      font-size: 20px;
      line-height: 28px;
    }
    .blogArticle .article .gridCont .articleText .articleAuthorCont .articleAuthor {
      grid-template-columns: 98px 1fr;
    }
    .blogArticle .article .gridCont .articleText .articleAuthorCont .articleAuthor .authorInfo > a {
      font-size: 13px;
    }
    .blogArticle .blogConn .gridCont > span {
      font-size: 28px;
      line-height: 40.6px;
    }
  }
  @media (max-width: 1100px) {
    .searchContainer .topList .gridCont {
      width: calc(100% - 80px) !important;
    }
    .searchContainer .topList .gridCont h2 {
      font-size: 32px;
      line-height: 41px;
    }
    .searchContainer .topList .gridCont h3 {
      font-size: 18px;
      line-height: 27.6px;
    }
    .searchContainer .topList .gridCont > div.categoryCont a > span, .searchContainer .topList .gridCont > div:not(.categoryCont) > span {
      font-size: 14px;
      line-height: 22px;
    }
  }
  @media (max-width: 700px) {
    .searchContainer .topList .gridCont > div.categoryCont a, .searchContainer .topList .gridCont > div:not(.categoryCont) {
      grid-template-columns: 1fr;
      grid-row-gap: 8px;
      margin-bottom: 40px;
    }
  }
  @media (max-width: 1200px) {
    .productHeader .gridCont {
      text-align: left;
    }
  }
  @media (max-width: 1000px) {
    .productHeader .gridCont {
      grid-template-columns: 1fr;
    }
    .productHeader .gridCont .productDoctor {
      position: relative;
      grid-column: 1;
      grid-row: 4;
      display: block;
    }
    .productHeader .gridCont .productDoctor .swiper-container {
      width: 100%;
      display: block;
      overflow: hidden;
    }
    .productHeader .gridCont .productDoctor .swiper-container .swiper-nav {
      position: relative;
      padding-left: 0;
      padding-top: 20px;
      padding-bottom: 0;
    }
    .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper {
      height: -moz-fit-content;
      height: fit-content;
    }
    .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor {
      width: calc(33.3333333333% - 16px);
      grid-template-columns: 1fr;
    }
    .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor .imgCont {
      max-height: 240px;
    }
    .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor .imgCont picture img {
      width: 100%;
    }
  }
  @media (max-width: 750px) and (min-width: 550px) {
    .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor {
      width: calc(50% - 16px);
    }
    .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor .imgCont {
      max-height: 260px;
    }
  }
  @media (max-width: 550px) {
    .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper {
      max-height: 456px;
    }
    .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor {
      width: 100%;
    }
    .productHeader .gridCont .productDoctor .swiper-container .swiper-wrapper .doctor .imgCont {
      max-height: 360px;
    }
  }
  @media (max-width: 1630px) {
    .product .review .gridCont {
      display: block;
    }
    .product .review .gridCont .featuredReviews {
      display: block;
      width: 100%;
    }
    .product .review .gridCont .featuredReviews .gridCont .swiper-container {
      width: 100%;
    }
  }
  @media (max-width: 1200px) and (min-width: 620px) {
    .product .persona .gridCont {
      grid-template-columns: repeat(2, 1fr);
    }
    .product .examPrep .gridCont ul, .product .examProcess .gridCont ul {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 620px) {
    .product .persona .gridCont {
      grid-template-columns: 1fr;
    }
    .product .examPrep .gridCont ul, .product .examProcess .gridCont ul {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 1230px) {
    .product .answer {
      padding: 40px 0 40px 0;
    }
    .product .answer .gridCont {
      grid-template-columns: 1fr;
      grid-row-gap: 30px;
    }
  }
  @media (max-width: 1050px) {
    .product .price .gridCont .priceCont span {
      font-size: 24px;
      line-height: 31px;
    }
    .product .price .gridCont .priceCont strong {
      font-size: 30px;
      line-height: initial;
    }
  }
  @media (max-width: 830px) {
    .product .price .gridCont {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 760px) {
    .product .examPrep, .product .examProcess {
      padding: 40px 0px;
    }
    .product .prodArticle table {
      width: 100%;
      border-collapse: collapse;
    }
    .product .prodArticle th,
    .product .prodArticle td {
      padding: 8px;
      border: 1px solid #ddd;
    }
    .product .prodArticle table,
    .product .prodArticle thead,
    .product .prodArticle tbody,
    .product .prodArticle th,
    .product .prodArticle td,
    .product .prodArticle tr {
      display: block;
    }
    .product .prodArticle thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    .product .prodArticle tr {
      margin-bottom: 20px;
      border: 1px solid #ddd;
    }
    .product .prodArticle td {
      border: none;
      position: relative;
      padding-left: 0%;
      text-align: center;
    }
    .product .prodArticle td:before {
      position: absolute;
      left: 6px;
      content: attr(data-label);
      font-weight: bold;
    }
    .product .prodArticle h2 {
      font-size: 28px !important;
      line-height: 38px !important;
    }
    .product .text3 .gridCont span {
      font-size: 28px;
      line-height: 38px;
    }
    .product .text1 {
      padding: 40px 0px;
    }
    .product .text1 .gridCont .h2 {
      font-size: 28px;
      line-height: 38px;
    }
    .product .answer .gridCont .cont span {
      font-size: 28px;
      line-height: 38px;
    }
    .product .review .gridCont > span {
      font-size: 28px;
      line-height: 38px;
    }
  }
  @media (max-width: 1200px) {
    .product .problem .gridCont {
      grid-template-columns: 1fr;
      grid-row-gap: 30px;
    }
  }
  @media (max-width: 830px) {
    .product .problem {
      padding: 40px 0px;
    }
    .product .problem .gridCont .left span {
      font-size: 32px;
      line-height: 41.6px;
    }
    .product .cta .gridCont span {
      font-size: 32px;
      line-height: 41.6px;
    }
  }
  @media (max-width: 1100px) {
    .product .faq {
      padding: 80px 0px;
    }
    .product .cta .gridCont {
      grid-template-columns: 1fr;
      grid-row-gap: 30px;
    }
  }
  @media (max-width: 800px) {
    .product .text2 {
      padding: 40px 0px;
    }
    .product .text2 .gridCont .h2 {
      font-size: 28px;
      line-height: 38px;
    }
  }
  @media (max-width: 1100px) and (min-width: 900px) {
    .product .faq .gridCont {
      grid-template-columns: min-content 1fr;
    }
  }
  @media (max-width: 900px) {
    .product .faq .gridCont {
      grid-template-columns: 1fr;
      grid-row-gap: 28px;
    }
    .product .eatWrapper .gridCont {
      grid-template-columns: 1fr;
      grid-row-gap: 28px;
    }
    .product .eatWrapper .gridCont * {
      grid-column: initial;
      grid-row: initial;
    }
    .product .eatWrapper .gridCont span {
      font-size: 28px;
      line-height: 38px;
    }
    .product .eatWrapper .gridCont > svg {
      display: none !important;
      height: 48px;
      width: 48px;
    }
  }
  @media (max-width: 1350px) and (min-width: 900px) {
    .product .packageList.packageCol3 .gridCont .packageHeader {
      grid-template-columns: 120px 1fr;
    }
    .product .packageList.packageCol3 .gridCont .packageCategory .testWrapper .testCont {
      grid-template-columns: 120px 1fr;
    }
  }
  @media (max-width: 1350px) {
    .product .packageList.packageCol3 .gridCont .packageHeader .packageHeaderWrapper > div > span {
      font-size: 30px;
      line-height: initial;
    }
  }
  @media (max-width: 1100px) and (min-width: 650px) {
    .product .packageList.packageCol2 .gridCont .packageHeader {
      grid-template-columns: 120px 1fr;
    }
    .product .packageList.packageCol2 .gridCont .packageCategory .testWrapper .testCont {
      grid-template-columns: 120px 1fr;
    }
  }
  @media (max-width: 1100px) {
    .product .packageList.packageCol2 .gridCont .packageHeader .packageHeaderWrapper > div > span {
      font-size: 30px;
      line-height: initial;
    }
  }
  @media (max-width: 900px) {
    .product .packageList.packageCol3 .gridCont .packageHeader {
      grid-template-columns: 1fr;
      padding-left: 0;
    }
    .product .packageList.packageCol3 .gridCont .packageHeader .packageHeaderWrapper {
      grid-column: 1;
    }
    .product .packageList.packageCol3 .gridCont .packageCategory .testWrapper .testCont {
      grid-template-columns: 1fr;
      padding-left: 0;
    }
    .product .packageList.packageCol3 .gridCont .packageCategory .testWrapper .testCont > h5, .product .packageList.packageCol3 .gridCont .packageCategory .testWrapper .testCont > small {
      padding-left: 20px;
    }
    .product .packageList.packageCol3 .gridCont .packageCategory .testWrapper .testCont .packageCheckWrapper {
      grid-row: 3;
      grid-column: 1;
    }
    .product .packageList.packageCol3 .gridCont .packageCategory .testWrapper .testCont .packageCheckWrapper .packageCheck {
      height: 20px;
    }
  }
  @media (max-width: 650px) {
    .product .packageList.packageCol2 .gridCont .packageHeader {
      grid-template-columns: 1fr;
      padding-left: 0;
    }
    .product .packageList.packageCol2 .gridCont .packageHeader .packageHeaderWrapper {
      grid-column: 1;
    }
    .product .packageList.packageCol2 .gridCont .packageCategory .testWrapper .testCont {
      grid-template-columns: 1fr;
      padding-left: 0;
    }
    .product .packageList.packageCol2 .gridCont .packageCategory .testWrapper .testCont > h5, .product .packageList.packageCol2 .gridCont .packageCategory .testWrapper .testCont > small {
      padding-left: 20px;
    }
    .product .packageList.packageCol2 .gridCont .packageCategory .testWrapper .testCont .packageCheckWrapper {
      grid-row: 3;
      grid-column: 1;
    }
    .product .packageList.packageCol2 .gridCont .packageCategory .testWrapper .testCont .packageCheckWrapper .packageCheck {
      height: 20px;
    }
  }
  @media (max-width: 800px) {
    .productHeader .gridCont h1 {
      font-size: 28px !important;
      line-height: initial !important;
    }
    .productHeader .gridCont .breadCrumbs {
      flex-wrap: wrap;
    }
    .productHeader .gridCont .breadCrumbs a, .productHeader .gridCont .breadCrumbs span {
      height: initial !important;
    }
  }
  @media (min-width: 800px) {
    .packageResp {
      display: none !important;
    }
  }
  @media (max-width: 800px) {
    .packagePc {
      display: none !important;
    }
    .packageResp {
      display: block;
    }
    .packageResp .packageRespItem {
      margin-bottom: 40px;
    }
    .packageResp .packageRespItem .packageRespItemHeader h3 {
      text-align: center;
      color: #00193D;
      font-family: "Fira Sans", serif;
      font-size: 20px;
      line-height: 140%;
      font-weight: 700;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .packageResp .packageRespItem .packageRespItemHeader strike {
      text-align: center;
      color: #00193D;
      font-family: "Fira Sans", serif;
      font-size: 16px;
      line-height: 150%;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
      display: table;
      margin: 0px auto;
    }
    .packageResp .packageRespItem .packageRespItemHeader span {
      text-align: center;
      margin: 0px auto;
      display: table;
      color: #00193D;
      font-family: "Fira Sans", serif;
      font-size: 32px;
      line-height: 120%;
      font-weight: 700;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .packageResp .packageRespItem .packageRespItemHeader a {
      grid-row: 4;
      text-align: center;
      color: #fff;
      font-family: "Poppins", serif;
      font-size: 16px;
      line-height: 48px;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
      background: #00193D;
      height: 48px;
      border-radius: 48px;
      padding: 0 24px;
      display: table;
      margin: 10px auto 0 auto;
    }
    .packageResp .packageRespItem .packageCategory h4 {
      text-align: left;
      display: table;
      margin: 52px auto 20px 0;
      color: #00193D;
      font-family: "Fira Sans", serif;
      font-size: 20px;
      line-height: 120%;
      font-weight: 700;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .packageResp .packageRespItem .packageCategory .testWrapper .testCont {
      padding-left: 24px;
      min-height: 73px;
    }
    .packageResp .packageRespItem .packageCategory .testWrapper .testCont:nth-child(odd) {
      background: #E6EAF1;
    }
    .packageResp .packageRespItem .packageCategory .testWrapper .testCont h5 {
      color: #00193D;
      font-family: "Poppins", serif;
      font-size: 16px;
      line-height: 150%;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
    .packageResp .packageRespItem .packageCategory .testWrapper .testCont small {
      color: #00193D;
      font-family: "Poppins", serif;
      font-size: 12px;
      line-height: 150%;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
  }
}
@layer notebook {}
@layer mobil {}
@layer mobilMenu {
  @media (max-width: 700px) {
    .featuredReviews .gridCont .swiper-container .swiper-wrapper {
      transform: initial !important;
    }
    .featuredReviews .gridCont .swiper-container .swiper-wrapper .review {
      transform: initial !important;
    }
  }
  @media (max-width: 1050px) {
    header {
      z-index: 10000;
    }
    header .header:has(.menu_open_checkbox:checked) .search {
      margin-top: 10px !important;
      margin-bottom: 10px !important;
    }
    header .header:has(.menu_open_checkbox:checked) .search {
      display: none !important;
    }
    header .header:has(.menu_open_checkbox:checked) > nav > ul {
      max-height: 344px;
      display: block;
      overflow-y: scroll;
      overflow-x: hidden;
      scrollbar-width: thin;
      scrollbar-color: #002E6E #fff;
    }
    header .header:has(.menu_open_checkbox:checked) > nav > ul::-webkit-scrollbar {
      width: 8px;
      background: #fff;
    }
    header .header:has(.menu_open_checkbox:checked) > nav > ul::-webkit-scrollbar-track {
      background: #fff;
    }
    header .header:has(.menu_open_checkbox:checked) > nav > ul::-webkit-scrollbar-thumb {
      background: #002E6E;
      border-radius: 4px;
    }
    header .header:has(.menu_open_checkbox:checked) > nav > ul::-webkit-scrollbar-thumb:hover {
      background: #002E6E;
    }
    header {
      width: calc(100% - 16px);
    }
    header .header:has(.menu_open_checkbox:checked) {
      padding: 0;
      min-height: calc(100svh - 103px);
      grid-template-columns: min-content 1fr min-content;
      grid-template-rows: 64px 1fr min-content min-content;
      height: initial;
      background: transparent;
    }
    header .header:has(.menu_open_checkbox:checked) .logo {
      grid-row: 1;
      grid-column: 1;
      margin-left: 24px;
    }
    header .header:has(.menu_open_checkbox:checked):before {
      left: 0;
      top: 0;
      width: 100%;
      background: #fff;
      border-radius: 32px;
      content: "";
      display: table;
      height: 64px;
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row: 1;
    }
    header .header:has(.menu_open_checkbox:checked):after {
      display: table;
      content: "";
      grid-column-start: 1;
      grid-column-end: 4;
      z-index: 1;
      background: #fff;
      border-radius: 32px;
      grid-row-start: 2;
      grid-row-end: 5;
      height: -webkit-fill-available;
      width: 100%;
    }
    header .header:has(.menu_open_checkbox:checked) > p {
      z-index: 2;
      display: table;
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row: 4;
      width: calc(100% - 48px);
      margin: 0 auto 24px auto;
    }
    header .header:has(.menu_open_checkbox:checked) .search {
      z-index: 2;
      grid-row: 3;
      grid-column-start: 1;
      grid-column-end: 4;
      margin-bottom: 39px;
      margin-top: 32px;
      width: calc(100% - 48px);
    }
    header .header:has(.menu_open_checkbox:checked) .search form div {
      display: table;
    }
    header .header:has(.menu_open_checkbox:checked) .menu_open_checkbox {
      grid-row: 1;
      grid-column: 3;
      margin-right: 24px;
      width: -moz-fit-content;
      width: fit-content;
    }
    header .header:has(.menu_open_checkbox:checked) .menu_open {
      grid-row: 1;
      grid-column: 3;
    }
    header .header:has(.menu_open_checkbox:checked) .menu_open svg:nth-child(1) {
      display: none;
    }
    header .header:has(.menu_open_checkbox:checked) .menu_open svg:nth-child(2) {
      display: table;
    }
    header .header:has(.menu_open_checkbox:checked) nav {
      z-index: 2;
      grid-row: 2;
      grid-column-start: 1;
      grid-column-end: 4;
      display: table;
      padding: 24px 24px 0 24px;
      background: #fff;
      border-radius: 32px;
      align-self: baseline;
    }
    header .header:has(.menu_open_checkbox:checked) nav > ul {
      display: grid;
    }
    header .header:has(.menu_open_checkbox:checked) nav > ul > li > ul > li:has(> input:checked) {
      margin-top: -75px;
    }
    header .header:has(.menu_open_checkbox:checked) nav > ul > li > ul > li > ul > li:has(> input:checked) {
      margin-top: -75px;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul {
      grid-row-gap: 0 !important;
      flex-direction: column;
      grid-template-columns: 1fr !important;
      align-self: baseline;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul li {
      position: relative;
      text-align: left;
      grid-template-rows: 51px;
      display: flex;
      height: 51px;
      align-items: center;
      border-bottom: 1px solid #E6EAF1;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul li > a {
      margin-bottom: 0 !important;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul li > a span {
      color: #00193D;
      font-family: "Poppins", serif;
      font-size: 18px;
      line-height: 27px;
      font-weight: 400;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
      border-bottom: 0 !important;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul li:has(> input) {
      display: grid;
      grid-template-columns: 1fr 24px;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul li:has(> input) > * {
      grid-row: 1;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul li:has(> input) > a {
      grid-column: 1;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul li:has(> input) > svg {
      grid-column: 2;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul li:has(> input) > input {
      position: absolute;
      grid-column-start: 1;
      grid-column-end: 3;
      height: 51px !important;
      grid-column: 1;
      z-index: 5;
      display: table !important;
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
      border: 0px;
      opacity: 0;
      background: transparent;
      z-index: 10;
      cursor: pointer;
      grid-row: 1;
      top: 0;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul li > ul {
      display: none;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul li:has(> input:checked) {
      border-bottom: 0;
      grid-template-columns: 44px 1fr;
      grid-template-rows: 51px 1fr;
      grid-row: 1;
      height: initial;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul li:has(> input:checked):before {
      content: "";
      background: #E6EAF1;
      height: 51px;
      width: -webkit-fill-available;
      position: absolute;
      grid-row: 1;
      grid-column-start: 1;
      grid-column-end: 3;
      z-index: 1;
      top: 0;
      border-radius: 32px;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul li:has(> input:checked) > ul {
      display: grid;
      grid-row: 2;
      grid-column-start: 1;
      grid-column-end: 3;
      position: relative;
      transform: initial;
      width: initial;
      left: 0;
      background: #fff;
      z-index: 10;
      border-radius: 0;
      padding: 0;
      margin-top: 24px;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul li:has(> input:checked) > svg {
      margin-left: 20px;
      transform: rotate(180deg);
      grid-column: 1;
      z-index: 2;
      display: table !important;
    }
    header .header:has(.menu_open_checkbox:checked) nav ul li:has(> input:checked) > a {
      grid-column: 2;
      z-index: 2;
      padding-right: 44px;
    }
  }
  @media (max-width: 1050px) {
    body.openSearch header .header .search {
      grid-column-start: 1;
      grid-column-end: 5;
      grid-row: 2;
      background: #fff;
      height: calc(100svh - 167px);
      width: 100%;
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translate(-50%, 0%);
      border-radius: 32px;
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr min-content;
    }
    body.openSearch header .header .search form {
      width: calc(100% - 48px);
      grid-row: 2;
      display: block;
      margin: 0 auto 24px auto;
    }
    body.openSearch header .header .search form > div {
      width: calc(100% - 46px);
      display: inline-block;
    }
    body.openSearch header .header .search form > button {
      position: relative;
      top: 4px;
    }
    body.openSearch.searchResult .searchResult {
      overflow: hidden;
      height: calc(100svh - 245px);
      display: block;
      background: transparent;
      padding: 0;
    }
    body.openSearch.searchResult .searchResult > ul {
      padding-top: 24px;
      width: calc(100% - 48px);
      margin: 0 auto;
    }
    body.openSearch.searchResult .searchResult .doctorSearchList {
      padding-top: 24px;
      width: calc(100% - 48px);
      margin: 0 auto;
    }
    body.openSearch.searchResult .searchResult > .btn {
      position: absolute;
      bottom: 0;
      width: calc(100% - 48px);
      left: 50%;
      transform: translate(-50%, 0%);
      border: 0;
      height: 40px;
      border-radius: 24px;
      background: #002E6E;
      text-align: center;
      color: #fff;
      font-family: "Poppins", serif;
      font-size: 16px;
      line-height: 40px;
      font-weight: 700;
      /*
      *{
      	font-size:$size;
      	line-height: $line;
      }
      strong{
      	font-weight: 700;
      }
       */
    }
  }
}
@layer landscape {}
@layer ipad {}/*# sourceMappingURL=style.css.map */