@charset "utf-8";

:root {
  --primary-blue: #062148; /*rgba(6, 33, 72, 0.95)*/
  --secondary-blue: #2c74db;
  --third-blue: #2c6ecf;
  --blue: #7cb2ff; /*rgba(124, 178, 255, 1)*/
  --grey: #656565;
  --greybg: #f7f7f7;
  --bluebg: rgba(242, 247, 255, 0.7); /*rgba(242, 247, 255, .7)   #f2f7ff*/
  --brown: #a15e23;
  --page-header-height: 90px;
  --yellow: #f4ff7d;
  --red: #c3312f;
  --orange: #f9be00;
  --header-logo-size: 70px;
  --textshadow: 0px 0px 10px rgba(0, 0, 0, 0.15), 2px 2px 15px rgba(0, 0, 0, 0.15), -2px -2px 20px rgba(0, 0, 0, 0.5);
  --swiper-theme-color: var(--secondary-blue);

  --container-width: 1780px;
  --container-horizontal-padding: 40px;

  --common-margin-bot: 50px;
  --layout-col-gap: 100px;
  --content-vert-padding: 100px;
  --img-max-width: 560px; /*float image*/

  --blueBg-padding: 30px;
  --common-padding: 30px;
}
[id] {
  scroll-margin-top: var(--page-header-height);
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff");
}
@layer core {
  html {
    border: 0;
    margin: 0 auto;
    padding: 0;
    min-height: 100vh;
  }
  body {
    font-family: "Outfit", Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-variant-ligatures: none;
    color: #333;
    background-color: #fff;
    line-height: 1.2;
    font-weight: 400;
    min-height: 100vh;
  }
  body {
    opacity: 0;
  }
  body.done {
    opacity: 1;
  }
  .clearfix:before,
  .clearfix:after {
    display: table;
    content: " ";
  }
  .clearfix:after {
    clear: both;
  }
  *:focus-visible {
    outline: black solid 2px;
  }
  a {
    transition:
      font-size 0.3s ease 0s,
      color 0.3s ease 0s,
      background-color 0.3s ease 0s,
      padding 0.3s ease 0s,
      margin 0.3s ease 0s;
  }
  sub,
  sup {
    font-size: 0.777em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.35em;
  }
  em,
  i {
    font-style: italic;
  }
  #skipToContent {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 5000;
  }
  #skipToContent a {
    background: #fff;
    font-size: 100%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
  }
  #skipToContent a:focus,
  #skipToContent a:active {
    display: inline;
    height: auto;
    left: 0;
    padding: 4px;
    top: 0;
    width: 180px;
    z-index: 1000;
    background: #005295;
    color: #fff;
  }
  .videoWrap,
  .youtubeWrap {
    position: relative;
  }
  .youtubeWrap iframe,
  .videoWrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .accessibility {
    height: 0;
    width: 0;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
  }
  .hidden,
  .invisible,
  .sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    display: inline;
    border: none;
  }
  object {
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    -moz-transition: width 0.25s ease 0s;
    -o-transition: width 0.25s ease 0s;
    -webkit-transition: width 0.25s ease;
    -webkit-transition-delay: 0s;
    transition: width 0.25s ease 0s;
  }
  ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(51, 51, 51, 0.8);
  }
  :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(51, 51, 51, 0.8);
    opacity: 1;
  }
  ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(51, 51, 51, 0.8);
    opacity: 1;
  }
  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(51, 51, 51, 0.8);
  }
  ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(51, 51, 51, 0.8);
  }
  ::placeholder {
    /* Most modern browsers support this now. */
    color: rgba(51, 51, 51, 0.8);
  }
  input:focus::-moz-placeholder {
    color: rgba(51, 51, 51, 1);
  }
  input:focus:-ms-input-placeholder {
    color: rgba(51, 51, 51, 1);
  }
  input:focus::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 1);
  }
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  /* Firefox */
  input[type="number"] {
    -moz-appearance: textfield;
  }
  input[type="search"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  strong {
    font-weight: 700;
  }
  .a-center {
    text-align: center;
  }
  .a-right {
    text-align: right;
  }
  #wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 3000px;
    min-height: 100vh;
    margin: 0 auto;

    position: relative;
  }
  #mainZone {
    position: relative;
    margin-top: var(--page-header-height);
  }
  #headerZone {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    transition: background 0.3s ease 0s;
  }
  #headerZone .headerWrap {
    padding: 0 var(--container-horizontal-padding);
    display: flex;
    position: relative;
  }
  #headerZone.has-scrolled {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .showMMenu #headerZone {
    box-shadow: none;
  }
  #topNavWrap {
    display: flex;
    margin-left: auto;
  }
  #logoWrap {
    display: flex;
    align-items: center;
    column-gap: 1.25rem;
    padding: 12px 0 8px;
  }
  #logoGov {
    display: block;
    font-size: 0;
    width: var(--header-logo-size);
    aspect-ratio: 1 / 1;
    margin-right: 1.25rem;
  }
  #logoGFS:before {
    content: "";
    position: absolute;
    left: -1.25rem;
    top: 50%;
    margin-top: -25px;
    width: 1px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  #logoGFS {
    position: relative;
    display: flex;
    height: var(--header-logo-size);
    align-items: center;
    aspect-ratio: 397 / 87;
  }
  #logoGFS picture {
    display: flex;
    align-items: center;
  }
  #logoISERAS {
    display: flex;
    align-items: center;
    height: var(--header-logo-size);
  }
  #mainNav {
    height: 100%;
  }
  #mainNav > ul {
    height: 100%;
  }
  #mainNav > ul > li > .subnav {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  #mainNav > ul {
    display: flex;
    justify-content: center;
  }
  #mainNav > ul > li {
    display: flex;
    align-items: center;
  }
  #mainNav > ul > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px 15px;
    font-size: 1.125em;
    position: relative;
    text-align: center;
  }
  #mainNav > ul > li.selected > a,
  #mainNav > ul > li.active > a,
  #mainNav > ul > li > a:focus-within,
  #mainNav > ul > li > a:hover {
    color: var(--secondary-blue);
    font-weight: 700;
  }
  #mainNav > ul > li.hasSubnav > a:before {
    content: "";
    z-index: 10;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--primary-blue);
    opacity: 0;
    transition: opacity 0.3s ease 0s;
  }
  #mainNav > ul > li.hasSubnav.active > a:before,
  #mainNav > ul > li.hasSubnav > a:focus-within:before,
  #mainNav > ul > li.hasSubnav > a:hover:before {
    opacity: 1;
  }
  #mainNav > ul > li > .subnav {
    position: absolute;
    background-color: rgba(6, 33, 72, 0.95);
    width: 100%;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transform: translate3d(0, -30%, 0);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-duration: 0.8s;
    transition-property: opacity;
  }
  #mainNav > ul > li.active > .subnav,
  #mainNav > ul > li > a:hover + .subnav {
    visibility: visible;
    pointer-events: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #mainNav .subnavMain {
    color: #fff;
    margin: 0 auto;
    position: relative;
    max-width: 1440px;
    padding: 50px 20px;
    display: flex;
    column-gap: 50px;
  }
  #mainNav .subnavMenu {
    flex: 1;
    padding: 0 20px;
    position: relative;
  }
  #mainNav .subnavMenu > ul {
    position: relative;
    width: 50%;
    height: 100%;
  }
  #mainNav .subnavMenu ul > li {
    margin-bottom: 35px;
  }
  #mainNav .subnavMenu > ul > li.hasSubnav > a {
    position: relative;
    padding-right: 30px;
  }
  #mainNav .subnavMenu > ul > li.hasSubnav > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    transition: border-color 0.3s ease 0s;
    -webkit-transition: border-color 0.3s ease 0s;
    border: 2px solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
  }
  #mainNav .subnavMenu > ul > li.hasSubnav.active > a,
  #mainNav .subnavMenu > ul > li.selected > a,
  #mainNav .subnavMenu > ul > li > a:hover,
  #mainNav .subnavMenu > ul > li > a:focus-visible {
    color: var(--yellow);
  }
  #mainNav .subnavMenu > ul > li.hasSubnav.active > a:before,
  #mainNav .subnavMenu > ul > li.hasSubnav.selected > a:before,
  #mainNav .subnavMenu > ul > li.hasSubnav > a:hover:before,
  #mainNav .subnavMenu > ul > li.hasSubnav > a:focus-visible:before {
    border-color: var(--yellow);
  }
  #mainNav > ul > li.hasSubnav > .subnav .subnavMenu > ul > li.hasSubnav > .subnav {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0 0 0 50px;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  #mainNav > ul > li.hasSubnav > .subnav .subnavMenu > ul > li.hasSubnav > .subnav ul li {
    opacity: 0;
    transition:
      transform 0.5s ease 0.2s,
      opacity 0.5s ease 0.2s;
  }
  #mainNav > ul > li.hasSubnav > .subnav .subnavMenu > ul > li.hasSubnav > .subnav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    transform-origin: 0 0;
    background-color: rgba(255, 255, 255, 0.2);
    transition: height 1s ease-in-out 0s;
  }
  #mainNav > ul > li.hasSubnav > .subnav .subnavMenu > ul > li.hasSubnav > a.focus + .subnav:before,
  #mainNav > ul > li.hasSubnav > .subnav .subnavMenu > ul > li.hasSubnav.active > a + .subnav:before {
    height: 100%;
  }
  #mainNav > ul > li.hasSubnav > .subnav .subnavMenu > ul > li.hasSubnav > a.focus + .subnav,
  #mainNav > ul > li.hasSubnav > .subnav .subnavMenu > ul > li.hasSubnav.active > a + .subnav {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  #mainNav > ul > li.hasSubnav > .subnav .subnavMenu > ul > li.hasSubnav > a.focus + .subnav ul li,
  #mainNav > ul > li.hasSubnav > .subnav .subnavMenu > ul > li.hasSubnav.active > a + .subnav ul li {
    transform: translate(0, 0);
    opacity: 1;
  }
  #mainNav > ul > li.hasSubnav > .subnav .subnavMenu > ul > li.hasSubnav > .subnav > ul > li > a {
    display: inline-block;
    transition: color 0.3s ease 0s;
  }
  #mainNav > ul > li.hasSubnav > .subnav .subnavMenu > ul > li.hasSubnav > .subnav > ul > li.selected > a,
  #mainNav > ul > li.hasSubnav > .subnav .subnavMenu > ul > li.hasSubnav > .subnav > ul > li > a:hover,
  #mainNav > ul > li.hasSubnav > .subnav .subnavMenu > ul > li.hasSubnav > .subnav > ul > li > a.focus-within {
    color: #fbb914;
  }
  #siteTools {
    position: relative;
    padding-left: 20px;
    display: flex;
    height: 100%;
  }
  #siteTools > ul {
    text-align: right;
    display: flex;
    position: relative;
    align-items: center;
    column-gap: 4px;
  }
  #siteTools > ul > li {
    display: flex;
    position: relative;
    line-height: 35px;
    text-align: left;
    font-size: 1em;
  }
  #siteTools > ul > li > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 6px;
    margin: 0 4px;
  }
  #siteTools > ul > li > a > span {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 0;
    position: relative;
  }

  #siteTools .subnav {
    background-color: rgba(6, 33, 72, 0.95);
    position: absolute;
    opacity: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    pointer-events: none;
    transition:
      opacity 0.3s ease 0s,
      transform 0.3s ease 0s;
  }
  #siteTools > ul > li.active > .subnav {
    opacity: 1;
    pointer-events: visible;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  }
  #siteTools .subnav:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(6, 33, 72, 0.95);
    top: -6px;
  }
  #siteTools > ul > li > a > span:after {
    font-family: "icomoon";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    top: 50%;
    left: 50%;
    color: currentColor;
    transform: translate(-50%, -50%);
    transition: color 0.3s ease 0s;
  }
  #siteTools > ul > li > a > span:before {
    content: "";
    opacity: 0;
    background: var(--primary-blue);
    border-radius: 50%;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease 0s;
  }
  #siteTools > ul > li > a:hover > span:before,
  #siteTools > ul > li > a:focus-within > span:before,
  #siteTools > ul > li.active > a > span:before {
    opacity: 1;
  }
  #siteTools > ul > li > a:hover,
  #siteTools > ul > li > a:focus-within,
  #siteTools > ul > li.active > a {
    color: var(--yellow);
  }
  #toolShare > a > span:after {
    content: "\e901";
  }
  #toolFontsize > a > span:after {
    content: "\e903";
  }
  #toolLangs > a > span:after {
    content: "\e902";
  }
  #toolInsta > a > span:after {
    content: "\e900";
  }
  :is(#toolLangs, #toolShare) .subnav {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    transform: translate(-50%, 10px);
    color: #fff;
    padding: 15px 0;
    z-index: 1000;
  }
  :is(#toolLangs, #toolShare) .subnav a {
    display: block;
  }
  :is(#toolLangs, #toolShare) .subnav:before {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
  }
  :is(#toolLangs.active, #toolShare.active) .subnav:before {
    opacity: 1;
  }
  :is(#toolLangs, #toolShare) .subnav > a {
    line-height: 40px;
    color: #fff;
    width: 40px;
    text-align: center;
    transition:
      color 0.3s ease 0s,
      background-color 0.3s ease 0s;
  }
  #toolShare .subnav a {
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px 20px;
    width: 40px;
  }
  #siteTools .subnav a.selected,
  #siteTools .subnav a:hover,
  #siteTools .subnav a:focus-within {
    color: var(--yellow);
  }
  #toolShare .subnav a > span {
    position: relative;
    display: inline-block;
  }
  #toolShare .subnav a > span:before {
    font-family: "icomoon";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    top: 50%;
    left: 50%;
    color: currentColor;
    transform: translate(-50%, -50%);
    transition: color 0.3s ease 0s;
  }
  #toolShare .subnav a.btnEmail span:before {
    content: "\e906";
  }
  #toolShare .subnav a.btnWhatsapp span:before {
    content: "\e904";
  }
  #mmenuCtrl {
    display: none;
    width: 50px;
    z-index: 2000;
  }
  #mmenuCtrl a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  #mmenuCtrl a > span {
    display: block;
    width: 42px;
    height: 42px;
  }
  #mmenuCtrl a > span {
    text-indent: -9999px;
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 30px;
    height: 2px;
    background-color: #000;
  }
  #mmenuCtrl a > span:before,
  #mmenuCtrl a > span:after {
    content: "";
    height: 2px;
    width: 30px;
    background-color: #000;
    position: absolute;
    display: block;
  }
  #mmenuCtrl a > span,
  #mmenuCtrl a > span:before,
  #mmenuCtrl a > span:after {
    transition:
      width 0.3s ease 0s,
      transform 0.3s ease 0s,
      color 0.3s ease 0s;
  }
  #mmenuCtrl.active a > span,
  #mmenuCtrl.active a > span:before,
  #mmenuCtrl.active a > span:after {
    background-color: #fff;
  }
  #mmenuCtrl a > span:before {
    top: -8px;
  }
  #mmenuCtrl a > span:after {
    top: 8px;
  }
  #mmenuCtrl:hover span,
  #mmenuCtrl:hover span:before,
  #mmenuCtrl:hover span:after,
  #mmenuCtrl.focus span,
  #mmenuCtrl.focus span:before,
  #mmenuCtrl.focus span:after {
    width: 34px;
  }
  #mmenuCtrl.active a > span {
    background: transparent;
    width: 34px;
  }
  #mmenuCtrl.active a > span:before,
  #mmenuCtrl.active a > span:after {
    top: 0;
    width: 34px;
    background-color: #fff;
  }
  #mmenuCtrl.active a > span:before {
    transform: rotate(45deg);
  }
  #mmenuCtrl.active a > span:after {
    transform: rotate(-45deg);
  }
  #mobileNavWrap {
    position: fixed;
    width: 100%;
    height: calc(100% - var(--page-header-height));
    top: -100%;
    opacity: 1;
    display: none;
    background: rgba(6, 33, 72, 0.95);
    transition: top 0.5s ease 0s;
    z-index: 999;
  }
  .showMMenu #mobileNavWrap {
    display: block;
  }
  #mobileNavWrap.show {
    top: var(--page-header-height);
  }
  #mobileNav {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  #mobileMenu {
    padding: 30px 0;
    transition: padding 0.3s ease 0s;
  }
  #mainNav_m .hasSubnav > button {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0.2em;
    right: 10px;
    cursor: pointer;
  }
  #mainNav_m a {
    transition:
      color 0.3s ease 0s,
      font-weight 0.3s ease 0s;
  }
  #mainNav_m > ul > li.hasSubnav.active > button {
  }
  #mainNav_m .hasSubnav.selected > button {
    display: none;
  }
  #mainNav_m li.hasSubnav.selected > .subnav {
    display: block;
  }
  #mainNav_m li.hasSubnav > button:before,
  #mainNav_m li.hasSubnav > button:after {
    content: "";
    height: 22px;
    width: 2px;
    display: block;
    background-color: currentColor;
    position: absolute;
    top: 10px;
    left: 19px;
    transition: transform 0.3s ease 0s;
  }
  #mainNav_m li.hasSubnav > button:after {
    transform: rotate(90deg);
  }
  #mainNav_m li.hasSubnav.active > button:before {
    transform: rotate(90deg);
  }
  #mainNav_m > ul > li > a {
    padding: 0.65em 30px 0.65em 0;
    display: inline-block;
    position: relative;
    color: #fff;
    line-height: 1em;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.1962025316455696rem + 0.6329113924050633vw, 1.75rem);
  }
  #mainNav_m > ul > li > button {
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 0.8386075949367089rem + 1.89873417721519vw, 2.5rem);
  }
  #mainNav_m ul > li {
    position: relative;
    transition: background-color 0.3s ease 0s;
  }
  #mainNav_m > ul > li {
    padding: 0 var(--container-horizontal-padding);
    border-bottom: 1px solid #fff;
  }
  #mainNav_m > ul > li.selected > .subnav,
  #mainNav_m > ul > li.active > .subnav {
    background-color: #fff;
  }
  #mainNav_m .subnav > ul {
    display: none;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #mainNav_m li.hasSubnav.selected > .subnav > ul {
    display: block;
  }
  #mainNav_m > ul > li > .subnav > ul > li {
    margin-bottom: 1px;
  }
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li > a {
    display: inline-block;
    padding: 12px 0;
    color: var(--secondary-blue);
    font-size: 1.375rem;
    font-size: clamp(1.375rem, 1.0712025316455696rem + 0.6329113924050633vw, 1.625rem);
  }
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li > a:hover,
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li > a:focus-within,
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li.active > a,
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li.selected > a {
    font-weight: 700;
  }
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li {
    padding: 0 var(--container-horizontal-padding);
  }
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li > .subnav > ul > li > a {
    color: #555;
  }
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li > .subnav > ul > li > button:before,
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li.hasSubnav > button:before,
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li.hasSubnav > button:after {
    background-color: #000;
  }
  #mainNav_m > ul > li > .subnav > ul > li > .subnav > ul > li > a {
    padding: 10px 0 10px 20px;
    display: inline-block;
    position: relative;
    font-weight: 300;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 0.6424050632911392rem + 1.2658227848101267vw, 1.75rem);
  }
  #mainNav_m > ul > li > .subnav > ul > li > .subnav > ul > li > a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: currentColor;
    border-radius: 50%;
    left: 5px;
    top: 1em;
  }
  #mainNav_m > ul > li > .subnav > ul > li > .subnav > ul > li > a:focus-within,
  #mainNav_m > ul > li > .subnav > ul > li > .subnav > ul > li > a:hover,
  #mainNav_m > ul > li > .subnav > ul > li > .subnav > ul > li.selected > a {
    color: var(--red);
  }
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li.hasSubnav > .subnav > ul > li {
    position: relative;
  }
  #mobileMenu .shareWrap {
    margin-top: 20px;
    padding: 0 30px;
    display: grid;
    align-items: center;
    gap: 15px;
    grid-template-columns: max-content auto;
    transition: padding 0.3s;
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 0.5174050632911392rem + 1.2658227848101267vw, 1.625rem);
  }
  #mobileMenu .shareWrap .txt {
    position: relative;
  }
  #mobileMenu .shareWrap > div.socialmedia {
    display: grid;
    gap: 10px 20px;
    justify-content: flex-start;
    grid-template-columns: repeat(auto-fit, minmax(50px, auto));
  }
  #mobileMenu .socialmedia > a {
    padding-left: 30px;
    line-height: 2.5em;
    color: #fff;
    display: inline-block;
    position: relative;
  }
  #mobileMenu .socialmedia > a > span:before {
    font-family: "icomoon";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    top: 50%;
    left: 0;
    color: currentColor;
    transform: translateY(-50%);
    transition: color 0.3s ease 0s;
  }
  #mobileMenu .socialmedia > a.btnEmail > span:before {
    content: "\e906";
  }
  #mobileMenu .socialmedia > a.btnWhatsapp > span:before {
    content: "\e904";
  }
  #mobileMenu .socialmedia > a.btnInsta > span:before {
    content: "\e900";
  }
  #footerZone {
    background-color: #f2f2f2;
  }
  #footerZone .container {
    padding: 0 var(--container-horizontal-padding);
  }
  #footerMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-size: 0.833em;
  }
  #footerMain > div {
    padding: 15px 0;
  }
  ul#footerNav {
    overflow: hidden;
  }
  ul#footerNav li {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  ul#footerNav li:before {
    content: "";
    background-color: #cbcbcb;
    width: 1px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
  }
  ul#footerNav li a {
    border-bottom: 1px solid transparent;
    transition:
      color 0.25s ease 0s,
      border-color 0.25s ease 0s;
  }
  ul#footerNav li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  ul#footerNav li a:hover,
  ul#footerNav li a.focus {
    color: #0f3c96;
    border-color: #0f3c96;
  }
  #footerRight {
    text-align: right;
  }
  #footerRight a {
    display: inline-block;
    margin-left: 20px;
    line-height: 0;
    vertical-align: middle;
  }
  #footerRight a:first-child {
    margin-left: 0;
  }
  #backToTop {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    opacity: 0;
    transition:
      background-color 0.5s ease 0s,
      opacity 0.3s ease 0s;
    z-index: 800;
    text-indent: -9999px;
    color: #fff;
    background-color: var(--secondary-blue);
    visibility: hidden;
  }
  #backToTop:hover,
  #backToTop.focus {
    color: #000;
    background-color: var(--yellow);
  }
  #backToTop:before {
    content: "";
    height: 14px;
    width: 14px;
    display: block;
    border: 2px solid currentColor;
    border-left-width: 0;
    border-bottom-width: 0;
    transform-origin: left top;
    transform: rotate(-45deg) translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 4px;
    transition: border-color 0.3s ease 0s;
  }
  #backToTop.fixed {
    position: absolute;
    bottom: 0;
  }
  #backToTop.active {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1599.98px) {
  :root {
    --header-logo-size: 60px;
  }
}
@media screen and (min-width: 1400px) {
  html {
    overflow: auto !important;
    overflow-x: hidden !important;
  }
  #mobileBgLayer,
  #mobileNavWrap,
  .showMMenu #mobileNavWrap {
    display: none;
  }
}
@media screen and (max-width: 1399.98px) {
  :root {
    --page-header-height: 80px;
    --container-horizontal-padding: 30px;
    --layout-col-gap: 50px;
    --img-max-width: 320px;
  }
  #logoGFS {
    aspect-ratio: 1 / 1;
    width: var(--header-logo-size);
  }
  #logoGFS img {
    width: 100%;
  }
  #logoGov {
    width: var(--header-logo-size);
    height: var(--header-logo-size);
  }
  #logoISERAS {
    height: var(--header-logo-size);
  }
  #mmenuCtrl {
    position: relative;
    display: flex;
    align-items: center;
  }
  #mmenuCtrl.active:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    background-color: rgba(6, 33, 72, 0.95);
  }
  #mmenuCtrl.active a {
    margin-left: 20px;
  }
  #mainNav {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  :root {
    --container-horizontal-padding: 20px;
    --content-vert-padding: 50px;
    --common-padding: 20px;
    --blueBg-padding: 20px;
  }
  #toolShare {
    display: none;
  }
  #footerMain {
    display: block;
  }
  #footerRight {
    text-align: left;
    padding: 0 0 20px !important;
  }
  #mobileMenu {
    padding: 20px 0;
  }
  #mobileMenu .shareWrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767.98px) {
  :root {
    --header-logo-size: 45px;
    --page-header-height: 65px;
    --common-margin-bot: 40px;
  }
  #toolInsta,
  #toolFontsize {
    display: none;
  }
}
@media screen and (max-width: 479.98px) {
  :root {
    --header-logo-size: 40px;
    --page-header-height: 60px;
  }
  #logoGFS:before {
    left: -1rem;
  }
  #logoGov {
    margin-right: 1rem;
  }
  #logoWrap {
    column-gap: 1rem;
  }
  #siteTools {
    padding-left: 1rem;
  }
}

/*General CSS ends*/
/*speakersList starts*/
.speakersList a {
  text-decoration: none;
}
.speakersList .speakerWrap {
  border-bottom: 1px solid rgba(85, 85, 85, 0.2);
}
.speakersList .speakerWrap > a {
  cursor: default;
  display: block;
  background-color: #fff;
  transition: background-color 0.3s ease 0s;
}
.speakersList .speakerWrap > a:hover,
.speakersList .speakerWrap > a:focus-within {
  background-color: #fdffe5;
}
.speakersList .speakerWrap .speaker {
  margin: 0 auto;
  padding: 20px 40px;
  max-width: 1780px;
  display: flex;
  /* align-items: center; */
}
.speakersList .speakerWrap .speaker .photo {
  padding-right: 0;
  flex-basis: 0;
  line-height: 0;
  transition:
    flex-basis 0.3s ease 0s,
    padding-right 0.3s ease 0s;
}
.speakersList .speakerWrap .speaker .photo span {
  display: block;
  aspect-ratio: 6 / 5;
}
.speakersList .speakerWrap .speaker .info {
  flex: 1;
}
.speakersList .speakerWrap .speaker .info > * {
  transition: color 0.3s ease 0s;
}
.speakersList .speakerWrap .speaker .info .name {
  color: rgba(85, 85, 85, 1);
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.9383116883116883rem + 0.6493506493506493vw, 1.75rem);
}
.speakersList .speakerWrap .speaker .info .title {
  color: rgba(85, 85, 85, 1);
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 1.047077922077922rem + 0.16233766233766234vw, 1.25rem);
}
.speakersList .speakerWrap > a:hover .speaker .info .name,
.speakersList .speakerWrap > a:focus-within .speaker .info .name {
  color: rgba(0, 0, 0, 1);
}
.speakersList .speakerWrap > a:hover .speaker .info .title,
.speakersList .speakerWrap > a:focus-within .speaker .info .title {
  color: rgba(0, 0, 0, 1);
}
.speakersList .speakerWrap .speaker .info .title p {
  margin-bottom: 0.75rem;
}
.speakersList .speakerWrap .speaker .info .title p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1400px) {
  .speakersList {
    --speaker-width: 800px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .speakersList {
    --speaker-width: 600px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .speakersList {
    --speaker-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .speakersList .speakerWrap .speaker .info {
    display: flex;
    column-gap: 20px;
    align-items: center;
  }
  .speakersList .speakerWrap .speaker .info .name {
    flex: auto;
  }
  .speakersList .speakerWrap .speaker .info .title {
    margin-left: auto;
    width: var(--speaker-width);
    flex: 0 0 var(--speaker-width);
  }
  .speakersList .speakerWrap > a:hover .speaker .photo,
  .speakersList .speakerWrap > a:focus-within .speaker .photo {
    flex-basis: 180px;
    padding-right: 20px;
  }
  .speakersList .speakerWrap .speaker .info .name {
    color: rgba(85, 85, 85, 1);
  }
  .speakersList .speakerWrap .speaker .info .title {
    color: rgba(85, 85, 85, 1);
  }
  .speakersList .speakerWrap .speaker {
    align-items: center;
  }
}
@media screen and (max-width: 991.98px) {
  .speakersList .speakerWrap .speaker {
    padding: 20px 30px;
  }
  .speakersList .speakerWrap .speaker .photo {
    flex-basis: 180px;
    padding-right: 20px;
  }
  .hotelLists .hotelItem .itemWrap .photoName .photo {
    flex-basis: 100px;
    width: 100px;
    padding-right: 20px;
  }
  .speakersList .speakerWrap .speaker .info .name {
    color: rgba(85, 85, 85, 1);
    margin-bottom: 0.325em;
  }
  .speakersList .speakerWrap .speaker .info .title {
    color: rgba(85, 85, 85, 1);
  }
}
@media screen and (max-width: 767.98px) {
  .speakersList .speakerWrap .speaker {
    padding: 20px;
  }
}

@media screen and (max-width: 575.98px) {
  .speakersList .speakerWrap .speaker .photo {
    flex-basis: 120px;
  }
}
/*speakersList ends*/
/*schedule starts*/
#scheduleMain {
  --img-width: 300px;
  --flex-gap: 40px;
  position: relative;
}
#scheduleMain:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 100%;
  background-color: var(--blue);
  opacity: 0.3;
}
#scheduleMain .scheduleItem {
  display: flex;
  column-gap: 80px;
}
#scheduleMain .scheduleItem .dateVenue .day {
  white-space: nowrap;
  position: relative;
  color: var(--secondary-blue);
  font-weight: 700;
  font-size: 2.1875rem;
  font-size: clamp(2.1875rem, -1.1241883116883118rem + 6.89935064935065vw, 7.5rem);
}
#scheduleMain .scheduleItem .dateVenue .day:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 10px solid var(--orange);
  background-color: #fff;
}
#scheduleMain .scheduleItem .dateVenue .venue {
  color: var(--primary-blue);
  font-weight: 500;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 0.564935064935065rem + 1.948051948051948vw, 3rem);
}
#scheduleMain .scheduleItem .dateVenue .date {
  color: var(--grey);
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.6574675324675325rem + 0.974025974025974vw, 1.875rem);
}
#scheduleMain .scheduleItem .eventList {
  flex: 1;
  position: relative;
}
#scheduleMain .scheduleItem .eventList a {
  display: block;
  text-decoration: none;
}
#scheduleMain .scheduleItem:not(:last-child) .eventList a {
  margin-bottom: 2rem;
}
#scheduleMain .scheduleItem .eventList .event {
  background-color: #fff;
  padding: 20px;
  display: flex;
  column-gap: var(--flex-gap);
  transition: background-color 0.3s ease 0s;
}
#scheduleMain .scheduleItem .eventList .img {
  flex-basis: var(--img-width);
}
#scheduleMain .scheduleItem .eventList .img span {
  display: block;
  aspect-ratio: 1 / 1;
  line-height: 0;
}
#scheduleMain .scheduleItem .eventList .details {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
#scheduleMain .scheduleItem .eventList .details > div {
  width: 100%;
}
#scheduleMain .scheduleItem .eventList .details .detailTop > div {
  transition: color 0.3s ease 0s;
}
#scheduleMain .scheduleItem .eventList .details .time {
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--secondary-blue);
  font-size: 1.75rem;
  font-size: clamp(1.75rem, -0.2759740259740262rem + 4.220779220779221vw, 5rem);
}
#scheduleMain .scheduleItem .eventList .details .list ul > li {
  margin-left: 1.5em;
}
#scheduleMain .scheduleItem .eventList .details .list ul > li::marker {
  color: var(--secondary-blue);
  transition: color 0.3s ease 0s;
}
#scheduleMain .scheduleItem .eventList a:hover .details .list ul > li::marker {
  color: currentColor;
}

#scheduleMain .scheduleItem .eventList .details .btnDetails span {
  display: inline-block;
  position: relative;
  color: #000;
  border-radius: 30px;
  background-color: var(--blue);
  padding: 15px 50px 15px 30px;
  line-height: 20px;
  transition: background-color 0.3s ease 0s;
}
#scheduleMain .scheduleItem .eventList .details .btnDetails span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transition: border-color 0.3s ease 0s;
  -webkit-transition: border-color 0.3s ease 0s;
  border: 2px solid currentColor;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  transition: right 0.3s ease 0s;
}
#scheduleMain .scheduleItem .eventList a:hover,
#scheduleMain .scheduleItem .eventList a:focus-within {
}
#scheduleMain .scheduleItem .eventList a:hover .event,
#scheduleMain .scheduleItem .eventList a:focus-within .event {
  background-color: var(--secondary-blue);
}
#scheduleMain .scheduleItem .eventList a:hover .time,
#scheduleMain .scheduleItem .eventList a:focus-within .time,
#scheduleMain .scheduleItem .eventList a:hover .list,
#scheduleMain .scheduleItem .eventList a:focus-within .list {
  color: #fff;
}
#scheduleMain .scheduleItem .eventList a:hover .btnDetails span,
#scheduleMain .scheduleItem .eventList a:focus-within .btnDetails span {
  background-color: var(--yellow);
}
@media screen and (min-width: 1400px) {
  #scheduleMain:before {
    left: 515px;
  }
  #scheduleMain .scheduleItem .dateVenue {
    flex-basis: 480px;
    text-align: right;
  }
}
@media screen and (max-width: 1399.98px) {
  #scheduleMain {
    --img-width: 200px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399.98px) {
  #scheduleMain {
    --flex-gap: 30px;
  }
  #scheduleMain:before {
    left: 355px;
  }
  #scheduleMain .scheduleItem .dateVenue {
    flex-basis: 320px;
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  #scheduleMain .scheduleItem .dateVenue .day:after {
    right: -60px;
  }
  #scheduleMain .scheduleItem .eventList .details .btnDetails {
    margin-top: auto;
    margin-bottom: 20px;
  }
  #scheduleMain .scheduleItem .eventList a:hover .details .btnDetails span:after,
  #scheduleMain .scheduleItem .eventList a:focus-within .details .btnDetails span:after {
    right: 26px;
  }
}
@media screen and (max-width: 991.98px) {
  #scheduleMain:before {
    width: 8px;
  }
  #scheduleMain .scheduleItem {
    display: block;
  }
  #scheduleMain .scheduleItem .eventList a:hover .details .btnDetails span:after,
  #scheduleMain .scheduleItem .eventList a:focus-within .details .btnDetails span:after {
    right: 22px;
  }
  #scheduleMain {
    --img-width: 180px;
    --flex-gap: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  #scheduleMain {
    --img-width: 120px;
  }
}
@media screen and (max-width: 575.98px) {
  #scheduleMain {
    --img-width: 100px;
  }
}
@media screen and (max-width: 479.98px) {
  #scheduleMain .scheduleItem .eventList .event {
    display: block;
  }
  #scheduleMain .scheduleItem .eventList .img {
    margin-bottom: var(--flex-gap);
  }
}
/*schedule ends*/
