body:has(#gnb.open),
body:has(#site-search.open) {
  overflow: hidden;
}
@media (min-width: 860px) {
  body:has(#gnb.open),
  body:has(#site-search.open) {
    overflow: auto;
  }
}

/* content width */
.content-wrap {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 16px;
}

/* Notice bar */
#notice-bar {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  line-height: 1.3;
}
@media (min-width: 860px) {
  #notice-bar {
    position: relative;
  }
}

#notice-bar .content-wrap {
  padding-top: 50px;
}
@media (min-width: 860px) {
  #notice-bar .content-wrap {
    padding-top: 20px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 105px;
  }
}

@media (min-width: 860px) {
  #notice-bar .text-group {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1380px) {
  #notice-bar .text-group {
    align-items: center;
    flex-direction: row;
    gap: 30px;
  }
}

@media (min-width: 860px) {
  #notice-bar .text-group .date-location {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}

#notice-bar .text-group .title {
  font-size: 20px;
  font-weight: 500;
}

#notice-bar .text-group .date,
#notice-bar .text-group .location {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
#notice-bar .text-group .date {
  margin: 15px 0 0;
}
@media (min-width: 860px) {
  #notice-bar .text-group .date {
    margin-top: 0;
  }
}
#notice-bar .text-group .location {
  margin: 0 0 30px;
}
@media (min-width: 860px) {
  #notice-bar .text-group .location {
    margin-bottom: 0;
  }
}

#notice-bar .link {
  margin-left: auto;
}

#notice-bar .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 147px;
  padding: 0 20px;
  height: 41px;
  background: linear-gradient(100deg, #6c7bff 0%, #b58582 100%);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

#notice-bar button {
  position: absolute;
  top: 10px;
  right: 20px;
  background: transparent;
  border: 0 none;
  padding: 10px;
}

#notice-bar button img {
  vertical-align: middle;
}

/* Header */
#header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: auto;
  background: #fff;
  margin-bottom: -64px;
}

#header .content-wrap {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  height: 64px;
}

#header .logo {
  display: inline-block;
  line-height: 1;
}

#header .logo img {
  height: 24px;
  vertical-align: middle;
}

#gnb {
  margin-left: auto;
  position: relative;
}
@media (min-width: 860px) {
  #gnb {
    margin: 0 auto;
  }
}

#gnb .toggle {
  border: 0 none;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 860px) {
  #gnb .toggle {
    display: none;
  }
}

#gnb .toggle svg {
  width: 23px;
  height: 23px;
}

#gnb .toggle line {
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  transition: transform var(--spring), opacity var(--spring);
  transform-origin: center;
}

#gnb.open .toggle .top {
  transform: translate(-5.5px, 5.5px) rotate(45deg);
}

#gnb.open .toggle .middle {
  opacity: 0;
}

#gnb.open .toggle .bottom {
  transform: translate(-5.5px, -5.5px) rotate(-45deg);
}

#gnb > ul {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  height: calc(100dvh - 64px - 113px);
  overflow: auto;
  background-color: #fff;
}
@media (min-width: 860px) {
  #gnb > ul {
    display: flex;
    position: static;
    height: auto;
    overflow: visible;
  }
}
#gnb.open > ul {
  display: block;
  padding-top: 24px;
}
@media (min-width: 860px) {
  #gnb.open > ul {
    display: flex;
    padding-top: 0;
  }
}

#gnb a {
  color: #000;
}
#gnb a[target="_blank"]:after {
  content: " ↗︎";
  font-weight: 300;
}

#gnb ul > li > button {
  display: inline-flex;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
  height: 64px;
  line-height: 32px;
  background-color: transparent;
  border: 0 none;
  font-size: 20px;
  cursor: default;
  text-align: left;
  font-family: 'KmrApparat', sans-serif;
}
@media (min-width: 860px) {
  #gnb ul > li > button {
    width: auto;
    text-align: center;
    font-size: inherit;
    padding: 16px 10px;
  }
}
@media (min-width: 1000px) {
  #gnb ul > li > button {
    padding: 16px;
  }
}
#gnb ul > li > button:after {
  content: " ";
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" id="3271978817"><path d="M 6.5 0 L 3.25 3.5 L 0 0" fill="transparent" height="3.5px" id="yjbKDum4P" stroke-dasharray="" stroke-linecap="round" stroke-linejoin="round" stroke-width="var(--1335ju, 1.5)" stroke="var(--18mrqx2, rgb(0, 0, 0))" transform="translate(8.75 10.75)" width="6.5px"></path></svg>') no-repeat 50% 50%;
  transition: transform var(--spring);
}
@media (min-width: 860px) {
  #gnb ul > li > button:after {
    display: none;
  }
}
#gnb ul > li.open > button:after {
  transform: rotate(180deg);
}

#gnb .submenu {
  margin-left: 16px;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--spring);
}
@media (min-width: 860px) {
  #gnb .submenu {
    position: absolute;
    display: block; /* Safari */
    width: min-content;
    height: min-content;
    top: 64px;
    left: 50%;
    width: 650px;
    margin-left: 0;
    padding: 24px 64px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 0 0 24px 24px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility var(--transition), opacity var(--transition);
    transition-duration: 0.15s;
  }
  #gnb li:nth-child(1) .submenu,
  #gnb li:nth-child(2) .submenu {
    width: 792px;
  }
  [lang="en-US"] #gnb li:nth-child(1) .submenu {
    width: 810px;
    /* width: 448px; for 1 column */
  }
}
#gnb li.open .submenu {
  grid-template-rows: 1fr;
}
@media (min-width: 860px) {
  #gnb li.open .submenu {
    visibility: visible;
    opacity: 1;
    transition-duration: 0.4s;
  }
}

#gnb .submenu .wrap {
  overflow: hidden;
}
@media (min-width: 860px) {
  #gnb .submenu .wrap {
    display: flex;
  }
}

#gnb .submenu .wrap > a {
  display: block;
  margin-right: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background-color: #fff;
  transition: background-color var(--spring);
  line-height: 20px;
}
@media (min-width: 860px) {
  #gnb .submenu .wrap > a {
    width: 320px;
    margin-right: 0;
    padding: 0;
  }
  #gnb .submenu .wrap > a + a {
    margin-left: 24px;
  }
}
#gnb .submenu .wrap > a:hover {
  background-color: rgb(240, 240, 244);
}
@media (min-width: 860px) {
  #gnb .submenu .wrap > a:hover {
    background-color: inherit;
  }
}

#gnb .submenu .wrap > a p {
  margin: 0;
}

#gnb .submenu .wrap > a .title {
  font-size: 16px;
  font-family: 'KmrApparat', sans-serif;
}
@media (min-width: 860px) {
  #gnb .submenu .wrap > a .title {
    margin-bottom: 8px;
    font-size: inherit;
  }
  #gnb .submenu .wrap > a .title:has(img) {
    min-height: 35px;
  }
}

#gnb .submenu .wrap > a .title span {
  display: none;
}
@media (min-width: 860px) {
  #gnb .submenu .wrap > a .title span {
    display: inline;
  }
}
#gnb .submenu .wrap > a .title span+span {
  display: inline;
}
@media (min-width: 860px) {
  #gnb .submenu .wrap > a .title span+span {
    display: none;
  }
}

#gnb .submenu .wrap > a .title img  {
  vertical-align: middle;
}

@media (min-width: 860px) {
  #gnb .submenu .wrap > a .title:after {
    content: "→";
    margin-left: 8px;
    font-weight: 300;
    transition: margin-left var(--spring);
  }
  #gnb .submenu .wrap > a:hover .title:after,
  #gnb .submenu .wrap > a:focus .title:after {
    margin-left: 20px;
  }
}

#gnb .submenu .wrap > a .image {
  display: none;
}
@media (min-width: 860px) {
  #gnb .submenu .wrap > a .image {
    display: block;
    width: 320px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    margin: 16px 0;
  }
}

#gnb .submenu .wrap > a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--spring);
}
#gnb .submenu .wrap > a:hover .image img {
  transform: scale(1.1);
}

#gnb .submenu .wrap > a .text {
  display: none;
}
@media (min-width: 860px) {
  #gnb .submenu .wrap > a .text {
    display: block;
    color: rgb(141, 141, 165);
    font-size: 14px;
    font-weight: 300;
  }
}

@media (min-width: 860px) {
  #gnb .submenu .group {
    width: 142px;
    margin-left: 60px;
  }
  #gnb .submenu .group.agent {
    width: 172px;
    margin-left: 30px;
  }
}

#gnb .submenu .group .group-name {
  display: none;
}
@media (min-width: 860px) {
  #gnb .submenu .group .group-name {
    display: block;
    color: rgb(141, 141, 165);
    margin: 0 0 8px;
    padding: 0 16px;
    font-family: 'KmrApparat', sans-serif;
  }
}

#gnb .submenu .group ul {
  margin: 0;
  padding: 0 16px 0 0;
  list-style: none;
}
@media (min-width: 860px) {
  #gnb .submenu .group ul {
    padding-right: 0;
  }
}

#gnb .submenu .group a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 20px;
  padding: 12px 16px;
  border-radius: 12px;
  background-color: #fff;
  transition: background-color var(--spring);
  font-size: 16px;
  font-family: 'KmrApparat', sans-serif;
}
@media (min-width: 860px) {
  #gnb .submenu .group a {
    font-size: inherit;
  }
}
#gnb .submenu .group a:hover,
#gnb .submenu .group a:focus {
  background-color: rgb(240, 240, 244);
}

#header .contact {
  display: none;
  border: 1px solid #000;
  border-radius: 19px;
  color: #000;
  padding: 5px 15px;
  background-color: #fff;
}
@media (min-width: 860px) {
  #header .contact {
    display: block;
  }
}
@media (min-width: 1000px) {
  #header .contact {
    margin-left: 20px;
    padding: 5px 30px;
  }
}

#header .lang-switcher {
  position: relative;
}

#header .lang-switcher button {
  display: none;
}
@media (min-width: 860px) {
  #header .lang-switcher button {
    position: relative;
    display: inline-block;
    border: 0 none;
    background: transparent;
    padding: 16px 8px 16px 16px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 17px;
  }
  #header .lang-switcher button:before {
    position: absolute;
    content: " ";
    top: 50%;
    left: -1px;
    width: 1px;
    height: 20px;
    background-color: #8D8DA5;
    transform: translateY(-50%);
  }
}

#header .lang-switcher ul {
  display: none;
  position: fixed;
  margin: 0;
  padding: 30px 16px;
  list-style: none;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  font-size: 16px;
}
#gnb.open + a + .lang-switcher ul {
  display: flex;
}
@media (min-width: 860px) {
  #header .lang-switcher ul {
    position: absolute;
    top: 57px;
    bottom: auto;
    left: 0;
    right: auto;
    width: 116px;
    padding: 8px 0;
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #E7E7EE;
    background: #FFF;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }
  #gnb.open + a + .lang-switcher ul {
    display: none;
  }
  #gnb.open + a + .lang-switcher.open ul {
    display: flex;
  }
  #header .lang-switcher.open ul {
    display: flex;
  }
}

#header .lang-switcher ul li {
  position: relative;
}
@media (min-width: 860px) {
  #header .lang-switcher ul li {
    width: 100%;
  }
}
#header .lang-switcher ul li + li {
  margin-left: 21px;
}
@media (min-width: 860px) {
  #header .lang-switcher ul li + li {
    margin-left: 0;
  }
}
#header .lang-switcher ul li + li:before {
  position: absolute;
  top: 17px;
  left: -11px;
  width: 1px;
  height: 20px;
  content: " ";
  background-color: #8D8DA5;
}
@media (min-width: 860px) {
  #header .lang-switcher ul li + li:before {
    display: none;
  }
}

#header .lang-switcher ul li a {
  display: block;
  padding: 16px;
  height: 53px;
  line-height: 21px;
  color: #5A5A72;
}
@media (min-width: 860px) {
  #header .lang-switcher ul li a {
    padding: 5px 0;
    text-align: center;
    height: auto;
    line-height: 20px;
    color: #000;
  }
  #header .lang-switcher ul li a:hover {
    background: #F0F0F4;
  }
}
#header .lang-switcher ul li a.current {
  font-weight: 600;
  color: #2B2B3B;
}
@media (min-width: 860px) {
  #header .lang-switcher ul li a.current {
    display: none;
  }
}

#header #site-search {
  position: relative;
}
@media (min-width: 860px) {
  #header #site-search {
    margin-left: 0;
  }
}

#header #site-search button {
  position: relative;
  right: 40px;
  margin-left: -40px;
  border: 0 none;
  background: url(/images/layout/site-search.svg) no-repeat 50% 50% / 24px 24px;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9em;
  overflow: hidden;
}
#header #site-search.open button {
  background-image: url(/images/layout/site-search-close.svg);
  background-size: 20px auto;
}
@media (min-width: 860px) {
  #header #site-search button {
    right: 0;
    margin-left: 0;
  }
  #header #site-search.open button {
    background-image: url(/images/layout/site-search.svg);
    background-size: 24px 24px;
  }
}

#header #site-search .popover {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  height: calc(100dvh - 64px);
  padding: 24px;
  background: #fff;
}
@media (min-width: 860px) {
  #header #site-search .popover {
    position: absolute;
    top: 52px;
    left: auto;
    right: 0;
    width: 800px;
    height: min-content;
    min-height: 150px;
    max-height: min(600px, 100dvh - 100px);
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #E7E7EE;
  }
}
#header #site-search.open .popover {
  display: flex;
  flex-direction: column;
}

#header #site-search .popover input {
  padding: 15px 12px 15px 38px;
  align-self: stretch;
  border-radius: 32px;
  border: 1px solid #E3E2EB;
  outline: none;
  width: 100%;
  font-size: 16px;
  flex-grow: 0;
  background: url('/images/layout/search-input.svg') no-repeat 13px 50% / 18px 18px;
}
#header #site-search .popover input::placeholder {
  color: #C4C4D1;
}

#header #site-search .popover ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  flex-grow: 1;
  overflow: auto;
}

#header #site-search .popover ul li.no-result {
  padding: 8px 16px 8px 44px;
  background: url(/images/layout/notice.svg) no-repeat 16px 50% / 20px 20px;
}
#header #site-search .popover ul li + li {
  margin-top: 16px;
}

#header #site-search .popover ul li a {
  display: block;
  padding: 8px 16px;
  border-radius: 16px;
  text-decoration: none;
  line-height: 1.3;
}
#header #site-search .popover ul li a:hover {
  background-color: #F0F0F4;
}
#header #site-search .popover ul li a[target="_blank"] {
  padding-right: 42px;
  background-image: url(/images/layout/external-link.svg);
  background-repeat: no-repeat;
  background-position: right 16px top 8px;
  background-size: 16px 16px;
}

#header #site-search .popover ul li a .title {
  font-size: 16px;
  font-weight: 500;
  color: #2B2B3B;
  display: block;
  margin: 0 0 10px;
}

#header #site-search .popover ul li a .content {
  margin: 0;
  font-size: 13px;
  color: #5A5A72;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.page-header .content-wrap {
  padding-top: 88px;
}
@media (min-width: 724px) {
  .page-header .content-wrap {
    padding-top: 120px;
  }
}

.page-header .content-wrap h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  color: var(--text-primary);
}
@media (min-width: 724px) {
  .page-header .content-wrap h1 {
    font-size: 64px;
  }
}

.page-header .content-wrap p {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.48px;
  color: var(--text-secondary);
}
@media (min-width: 724px) {
  .page-header .content-wrap p {
    margin-top: 24px;
    font-size: 24px;
  }
}

/* Message Done */
.message-done .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  height: 100vh;
  height: 100svh;
  text-align: center;
}
@media (min-width: 980px) {
  .message-done .content-wrap {
    min-height: 620px;
  }
}

.message-done .content-wrap img {
  margin-bottom: 16px;
  width: 80px;
  height: 80px;
}
@media (min-width: 980px) {
  .message-done .content-wrap img {
    margin-bottom: 32px;
    width: 160px;
    height: 160px;
  }
}

.message-done .content-wrap h1 {
  font-size: 30px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}
@media (min-width: 980px) {
  .message-done .content-wrap h1 {
      font-size: 68px;
  }
}

.message-done .content-wrap p {
  margin: 16px 0 32px;
  font-size: 16px;
  color: var(--text-secondary);
}
@media (min-width: 980px) {
  .message-done .content-wrap p {
    font-size: 24px;
  }
}

.message-done .content-wrap a {
  border: 1px solid var(--key-color);
  border-radius: 30px;
  color: var(--key-color);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 32px;
  background-color: #fff;
}
@media (min-width: 999px) {
  .message-done .content-wrap a {
    font-size: 18px;
    padding: 12px 44px;
  }
}

/* Footer */
#bottom-nav {
  background: #000;
  color: #fff;
  border-top: 1px solid var(--border-color);
  font-family: 'KmrApparat', sans-serif;
}

#footer {
  background: #000;
  color: #fff;
  font-family: 'KmrApparat', sans-serif;
}

#bottom-nav a,
#footer a {
  color: #fff;
}

#bottom-nav .content-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 950px) {
  #bottom-nav .content-wrap {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
  }
}

#bottom-nav .newsletter {
  width: 300px;
}

#bottom-nav .newsletter img {
  height: 48px;
  vertical-align: middle;
}

#bottom-nav .newsletter p {
  margin: 20px 0;
}

#bottom-nav .newsletter button {
  background-color: transparent;
  border: 1px solid #fff;
  width: 100px;
  height: 40px;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
}

#bottom-nav .nav {
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 950px) {
  #bottom-nav .nav {
    width: calc(100% - 400px);
  }
}
@media (min-width: 1200px) {
  #bottom-nav .nav {
    width: calc(100% - 540px);
  }
}

#bottom-nav .nav > li {
  width: calc(50% - 10px);
  margin-top: 50px;
  font-size: 17px;
  color: #8d8da5;
}
@media (min-width: 600px) {
  #bottom-nav .nav > li {
    width: calc(25% - 15px);
  }
}
@media (min-width: 950px) {
  #bottom-nav .nav > li {
    margin-top: 0;
  }
}

#bottom-nav .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#bottom-nav .nav a[target="_blank"]:after {
  content: " ↗︎";
  font-weight: 300;
}

#bottom-nav .nav > li > ul {
  margin-top: 20px;
}

#bottom-nav .nav ul li {
  margin: 12px 0;
  font-size: 14px;
}
@media (min-width: 809px) {
  #bottom-nav .nav ul li {
    font-size: 16px;
  }
}

#bottom-nav .external {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

#bottom-nav .external a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -99em;
}
#bottom-nav .external a[href^="https://www.youtube.com"] {
  background: url(/images/layout/youtube-bw.svg) no-repeat 50% 50% / 20px 15px;
}
#bottom-nav .external a[href^="https://www.linkedin.com"] {
  background-color: #0c0;
  margin-left: 4px;
  background: url(/images/layout/linkedin-bw.svg) no-repeat 50% 50% / 16px 16px;
}

#footer .content-wrap {
  color: #fff;
  border: none;
}
@media (min-width: 809px) {
  #footer .content-wrap {
    display: flex;
    align-items: center;
  }
}

#footer .copyright-privacy {
  display: flex;
  align-items: center;
}

#footer .copyright {
  margin: 16.5px 0;
}

#footer .privacy {
  margin: 16.5px 0 16.5px 27px;
}

#footer .certifications {
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  opacity: 0.5;
  gap: 10px;
}

#footer .certifications li {
  display: flex;
  align-items: center;
}
#footer .certifications li:nth-child(3) {
  margin: -6px -8px 0 -15px;
}

#footer .certifications img {
  height: 40px;
}
#footer .certifications li:nth-child(1) img {
  height: 44px;
}
#footer .certifications li:nth-child(4) img {
  height: 32px;
}

#footer .lang {
  margin: 20px 0 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
}
@media (min-width: 809px) {
  #footer .lang {
    margin-top: 0;
  }
}

#footer .lang a {
  opacity: 0.7;
}
#footer .lang a.current {
  opacity: 1;
}

/* newsletter dialog */
body:has(dialog[open]) {
  overflow-y: hidden;
}

dialog.newsletter {
  border: 0 none;
  border-radius: 24px;
  padding: 24px 32px 12px;
}
dialog.newsletter::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

dialog.newsletter h2 {
  margin: 0 0 0;
  font-size: 20px;
  font-weight: 400;
}

dialog.newsletter .hubspot-form-newsletter {
  min-width: 300px;
  min-height: 471px;
}

dialog.newsletter button {
  position: absolute;
  top: 19px;
  right: 10px;
  background: transparent;
  border: 0 none;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
}

dialog.newsletter button img {
  width: 20px;
  height: 20px;
}

/* Cookie agreement */
#cookie-agreement {
  position: fixed;
  z-index: 5;
  left: 0;
  bottom: 0;
  display: none;
  background: #6a77d7;
  color: #fff;
  width: 100%;
}

#cookie-agreement .content-wrap {
  padding-top: 50px;
}
@media (min-width: 809px) {
  #cookie-agreement .content-wrap {
    padding-top: 20px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}

#cookie-agreement p {
  margin: 0 0 18px;
}
@media (min-width: 809px) {
  #cookie-agreement p {
    margin-bottom: 0;
  }
}

#cookie-agreement a {
  color: inherit;
  text-decoration: underline;
}

#cookie-agreement .cookie-accept {
  color: #fff;
  background: transparent;
  padding: 10px 20px;
  width: 147px;
  height: 41px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 30px;
  flex-shrink: 0;
}

#cookie-agreement .cookie-close {
  position: absolute;
  top: 10px;
  right: 20px;
  border: 0 none;
  background: transparent;
  padding: 10px;
}

#cookie-agreement .cookie-close img {
  vertical-align: middle;
}

/* LEGACY: override slow IR page background */
#section-2-2710 {
  background-image: url(../images/ir/ir-bg.png);
}
