.sdf-component-metadata {
  display: none;
}
.sdf-component-templates,
.sdf-component-template {
  display: none;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
main {
  display: block;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
  vertical-align: top;
}
[hidden],
hr,
template {
  display: none;
}
button {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: 0;
  text-align: inherit;
  border-radius: 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img,
summary,
sup,
table {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
li,
ol,
ul {
  list-style: outside none none;
}
img,
table {
  vertical-align: top;
}
fieldset,
img {
  border: 0;
}
input,
select,
textarea {
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
address,
em {
  font-style: normal;
}
.blind,
.hidden,
legend,
table caption {
  display: block;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
  font-weight: 400;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
input::placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::placeholder {
  color: #666;
  font-weight: 400;
}
sup {
  vertical-align: baseline;
}
body {
  font-family: 'SamsungOne', arial, sans-serif;
}
.bg-black {
  background-color: #000 !important;
  color: #fff;
}
.bg-white {
  background-color: #fff !important;
  color: #000;
}
.bg-gray {
  background: #f7f7f7 !important;
}
.bg-dark-gray {
  background-color: #313131 !important;
  color: #fff;
}
.bg-light-gray {
  background-color: #f7f7f7 !important;
  color: #000;
}
.bg-transparent {
  background-color: transparent !important;
}
.text-color--black {
  color: #000 !important;
}
.text-color--white {
  color: #fff !important;
}
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  color: #000;
}
.margin-top--narrow {
  padding-top: 16px;
}
.margin-top--normal {
  padding-top: 32px;
}
.margin-top--wide {
  padding-top: 56px;
}
.margin-bottom--narrow {
  padding-bottom: 16px;
}
.margin-bottom--normal {
  padding-bottom: 32px;
}
.margin-bottom--wide {
  padding-bottom: 56px;
}
.s-buffer-top {
  margin-top: 88px !important;
}
.s-buffer-bottom {
  margin-bottom: 88px !important;
}
.top-margin-narrow {
  margin-top: 2px !important;
}
.top-margin-normal {
  margin-top: 13px !important;
}
.top-margin-wide {
  margin-top: 32px !important;
}
.top-margin-very-wide {
  margin-top: 42px !important;
}
.bottom-margin-narrow {
  margin-bottom: 2px !important;
}
.bottom-margin-normal {
  margin-bottom: 13px !important;
}
.bottom-margin-wide {
  margin-bottom: 32px !important;
}
.bottom-margin-very-wide {
  margin-bottom: 42px !important;
}
.container-width-large {
  max-width: 1920px !important;
}
.margin-top--16 {
  margin-top: 16px !important;
}
.margin-top--32 {
  margin-top: 32px !important;
}
.margin-top--48 {
  margin-top: 48px !important;
}
.margin-bottom--16 {
  margin-bottom: 16px !important;
}
.margin-bottom--32 {
  margin-bottom: 32px !important;
}
.margin-bottom--48 {
  margin-bottom: 48px !important;
}
.padding-top--0 {
  padding-top: 0 !important;
}
.padding-top--24 {
  padding-top: 24px !important;
}
.padding-top--48 {
  padding-top: 48px !important;
}
.padding-bottom--0 {
  padding-bottom: 0 !important;
}
.padding-bottom--24 {
  padding-bottom: 24px !important;
}
.padding-bottom--48 {
  padding-bottom: 48px !important;
}
[data-font-size-pc='64'] {
  font-size: 48px;
  line-height: 1.2;
}
[data-font-size-pc='48'] {
  font-size: 38px;
  line-height: 1.2;
}
[data-font-size-pc='32'] {
  font-size: 32px;
  line-height: 1.33;
}
[data-font-size-pc='24'] {
  font-size: 24px;
  line-height: 1.33;
}
[data-font-size-pc='22'] {
  font-size: 28px;
  line-height: 1.33;
}
[data-font-size-pc='20'] {
  font-size: 22px;
  line-height: 1.33;
}
[data-font-size-pc='18'] {
  font-size: 18px;
  line-height: 1.33;
}
[data-font-size-pc='14'] {
  font-size: 14px;
  line-height: 1.33;
}
.skip-bar a {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'SamsungOne', arial, sans-serif;
}
.skip-bar a:focus {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
}
.indicator .indicator__item.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  background: 0;
}
.basic-swiper [class*='swiper-button'],
.feature-benefit-gallery__inner [class*='swiper-button'],
.st-feature-benefit-gallery__inner [class*='swiper-button'],
.lineup-step-carousel__slide-wrap [class*='swiper-button'],
.lineup-compare__wrap [class*='swiper-button'],
.flagship-comparison [class*='swiper-button'],
.lineup-card [class*='swiper-button'] {
  overflow: hidden;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.basic-swiper [class*='swiper-button'].swiper-button-disabled,
.feature-benefit-gallery__inner [class*='swiper-button'].swiper-button-disabled,
.st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled,
.lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-button-disabled,
.lineup-compare__wrap [class*='swiper-button'].swiper-button-disabled,
.flagship-comparison [class*='swiper-button'].swiper-button-disabled,
.lineup-card [class*='swiper-button'].swiper-button-disabled {
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.45);
}
.basic-swiper [class*='swiper-button'].swiper-button-disabled svg.icon,
.feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.lineup-compare__wrap [class*='swiper-button'].swiper-button-disabled svg.icon,
.flagship-comparison [class*='swiper-button'].swiper-button-disabled svg.icon,
.lineup-card [class*='swiper-button'].swiper-button-disabled svg.icon {
  fill: rgba(0, 0, 0, 0.2);
}
.basic-swiper [class*='swiper-button']:hover,
.feature-benefit-gallery__inner [class*='swiper-button']:hover,
.st-feature-benefit-gallery__inner [class*='swiper-button']:hover,
.lineup-step-carousel__slide-wrap [class*='swiper-button']:hover,
.lineup-compare__wrap [class*='swiper-button']:hover,
.flagship-comparison [class*='swiper-button']:hover,
.lineup-card [class*='swiper-button']:hover,
.basic-swiper [class*='swiper-button']:focus,
.feature-benefit-gallery__inner [class*='swiper-button']:focus,
.st-feature-benefit-gallery__inner [class*='swiper-button']:focus,
.lineup-step-carousel__slide-wrap [class*='swiper-button']:focus,
.lineup-compare__wrap [class*='swiper-button']:focus,
.flagship-comparison [class*='swiper-button']:focus,
.lineup-card [class*='swiper-button']:focus,
.basic-swiper [class*='swiper-button']:active,
.feature-benefit-gallery__inner [class*='swiper-button']:active,
.st-feature-benefit-gallery__inner [class*='swiper-button']:active,
.lineup-step-carousel__slide-wrap [class*='swiper-button']:active,
.lineup-compare__wrap [class*='swiper-button']:active,
.flagship-comparison [class*='swiper-button']:active,
.lineup-card [class*='swiper-button']:active {
  background-color: #f7f7f7;
}
.basic-swiper [class*='swiper-button']:after,
.feature-benefit-gallery__inner [class*='swiper-button']:after,
.st-feature-benefit-gallery__inner [class*='swiper-button']:after,
.lineup-step-carousel__slide-wrap [class*='swiper-button']:after,
.lineup-compare__wrap [class*='swiper-button']:after,
.flagship-comparison [class*='swiper-button']:after,
.lineup-card [class*='swiper-button']:after {
  content: none;
}
.basic-swiper [class*='swiper-button'] .icon,
.feature-benefit-gallery__inner [class*='swiper-button'] .icon,
.st-feature-benefit-gallery__inner [class*='swiper-button'] .icon,
.lineup-step-carousel__slide-wrap [class*='swiper-button'] .icon,
.lineup-compare__wrap [class*='swiper-button'] .icon,
.flagship-comparison [class*='swiper-button'] .icon,
.lineup-card [class*='swiper-button'] .icon {
  width: 24px;
  height: 24px;
  fill: rgba(0, 0, 0, 0.95);
  -webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.basic-swiper [class*='swiper-button']:hover .icon,
.feature-benefit-gallery__inner [class*='swiper-button']:hover .icon,
.st-feature-benefit-gallery__inner [class*='swiper-button']:hover .icon,
.lineup-step-carousel__slide-wrap [class*='swiper-button']:hover .icon,
.lineup-compare__wrap [class*='swiper-button']:hover .icon,
.flagship-comparison [class*='swiper-button']:hover .icon,
.lineup-card [class*='swiper-button']:hover .icon,
.basic-swiper [class*='swiper-button']:focus .icon,
.feature-benefit-gallery__inner [class*='swiper-button']:focus .icon,
.st-feature-benefit-gallery__inner [class*='swiper-button']:focus .icon,
.lineup-step-carousel__slide-wrap [class*='swiper-button']:focus .icon,
.lineup-compare__wrap [class*='swiper-button']:focus .icon,
.flagship-comparison [class*='swiper-button']:focus .icon,
.lineup-card [class*='swiper-button']:focus .icon,
.basic-swiper [class*='swiper-button']:active .icon,
.feature-benefit-gallery__inner [class*='swiper-button']:active .icon,
.st-feature-benefit-gallery__inner [class*='swiper-button']:active .icon,
.lineup-step-carousel__slide-wrap [class*='swiper-button']:active .icon,
.lineup-compare__wrap [class*='swiper-button']:active .icon,
.flagship-comparison [class*='swiper-button']:active .icon,
.lineup-card [class*='swiper-button']:active .icon {
  fill: #000;
}
.bg-dark-gray .basic-swiper [class*='swiper-button'],
.bg-dark-gray .feature-benefit-gallery__inner [class*='swiper-button'],
.bg-dark-gray .st-feature-benefit-gallery__inner [class*='swiper-button'],
.bg-dark-gray .lineup-step-carousel__slide-wrap [class*='swiper-button'],
.bg-dark-gray .lineup-compare__wrap [class*='swiper-button'],
.bg-dark-gray .flagship-comparison [class*='swiper-button'],
.bg-dark-gray .lineup-card [class*='swiper-button'],
.bg-black .basic-swiper [class*='swiper-button'],
.bg-black .feature-benefit-gallery__inner [class*='swiper-button'],
.bg-black .st-feature-benefit-gallery__inner [class*='swiper-button'],
.bg-black .lineup-step-carousel__slide-wrap [class*='swiper-button'],
.bg-black .lineup-compare__wrap [class*='swiper-button'],
.bg-black .flagship-comparison [class*='swiper-button'],
.bg-black .lineup-card [class*='swiper-button'],
.text-color--white .basic-swiper [class*='swiper-button'],
.text-color--white .feature-benefit-gallery__inner [class*='swiper-button'],
.text-color--white .st-feature-benefit-gallery__inner [class*='swiper-button'],
.text-color--white .lineup-step-carousel__slide-wrap [class*='swiper-button'],
.text-color--white .lineup-compare__wrap [class*='swiper-button'],
.text-color--white .flagship-comparison [class*='swiper-button'],
.text-color--white .lineup-card [class*='swiper-button'],
.basic-swiper [class*='swiper-button'].swiper-dim-button,
.feature-benefit-gallery__inner [class*='swiper-button'].swiper-dim-button,
.st-feature-benefit-gallery__inner [class*='swiper-button'].swiper-dim-button,
.lineup-step-carousel__slide-wrap [class*='swiper-button'].swiper-dim-button,
.lineup-compare__wrap [class*='swiper-button'].swiper-dim-button,
.flagship-comparison [class*='swiper-button'].swiper-dim-button,
.lineup-card [class*='swiper-button'].swiper-dim-button {
  background-color: rgba(0, 0, 0, 0.45);
  border-color: rgba(255, 255, 255, 0.15);
}
.bg-dark-gray .basic-swiper [class*='swiper-button'].swiper-button-disabled,
.bg-dark-gray
  .feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled,
.bg-dark-gray
  .st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled,
.bg-dark-gray
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-button-disabled,
.bg-dark-gray
  .lineup-compare__wrap
  [class*='swiper-button'].swiper-button-disabled,
.bg-dark-gray
  .flagship-comparison
  [class*='swiper-button'].swiper-button-disabled,
.bg-dark-gray .lineup-card [class*='swiper-button'].swiper-button-disabled,
.bg-black .basic-swiper [class*='swiper-button'].swiper-button-disabled,
.bg-black
  .feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled,
.bg-black
  .st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled,
.bg-black
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-button-disabled,
.bg-black .lineup-compare__wrap [class*='swiper-button'].swiper-button-disabled,
.bg-black .flagship-comparison [class*='swiper-button'].swiper-button-disabled,
.bg-black .lineup-card [class*='swiper-button'].swiper-button-disabled,
.text-color--white
  .basic-swiper
  [class*='swiper-button'].swiper-button-disabled,
.text-color--white
  .feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled,
.text-color--white
  .st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled,
.text-color--white
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-button-disabled,
.text-color--white
  .lineup-compare__wrap
  [class*='swiper-button'].swiper-button-disabled,
.text-color--white
  .flagship-comparison
  [class*='swiper-button'].swiper-button-disabled,
.text-color--white .lineup-card [class*='swiper-button'].swiper-button-disabled,
.basic-swiper [class*='swiper-button'].swiper-dim-button.swiper-button-disabled,
.feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button.swiper-button-disabled,
.st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button.swiper-button-disabled,
.lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-dim-button.swiper-button-disabled,
.lineup-compare__wrap
  [class*='swiper-button'].swiper-dim-button.swiper-button-disabled,
.flagship-comparison
  [class*='swiper-button'].swiper-dim-button.swiper-button-disabled,
.lineup-card [class*='swiper-button'].swiper-dim-button.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.45);
}
.bg-dark-gray
  .basic-swiper
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.bg-dark-gray
  .feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.bg-dark-gray
  .st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.bg-dark-gray
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.bg-dark-gray
  .lineup-compare__wrap
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.bg-dark-gray
  .flagship-comparison
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.bg-dark-gray
  .lineup-card
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.bg-black
  .basic-swiper
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.bg-black
  .feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.bg-black
  .st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.bg-black
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.bg-black
  .lineup-compare__wrap
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.bg-black
  .flagship-comparison
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.bg-black .lineup-card [class*='swiper-button'].swiper-button-disabled svg.icon,
.text-color--white
  .basic-swiper
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.text-color--white
  .feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.text-color--white
  .st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.text-color--white
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.text-color--white
  .lineup-compare__wrap
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.text-color--white
  .flagship-comparison
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.text-color--white
  .lineup-card
  [class*='swiper-button'].swiper-button-disabled
  svg.icon,
.basic-swiper
  [class*='swiper-button'].swiper-dim-button.swiper-button-disabled
  svg.icon,
.feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button.swiper-button-disabled
  svg.icon,
.st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button.swiper-button-disabled
  svg.icon,
.lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-dim-button.swiper-button-disabled
  svg.icon,
.lineup-compare__wrap
  [class*='swiper-button'].swiper-dim-button.swiper-button-disabled
  svg.icon,
.flagship-comparison
  [class*='swiper-button'].swiper-dim-button.swiper-button-disabled
  svg.icon,
.lineup-card
  [class*='swiper-button'].swiper-dim-button.swiper-button-disabled
  svg.icon {
  fill: rgba(255, 255, 255, 0.3);
}
.bg-dark-gray .basic-swiper [class*='swiper-button']:hover,
.bg-dark-gray .feature-benefit-gallery__inner [class*='swiper-button']:hover,
.bg-dark-gray .st-feature-benefit-gallery__inner [class*='swiper-button']:hover,
.bg-dark-gray .lineup-step-carousel__slide-wrap [class*='swiper-button']:hover,
.bg-dark-gray .lineup-compare__wrap [class*='swiper-button']:hover,
.bg-dark-gray .flagship-comparison [class*='swiper-button']:hover,
.bg-dark-gray .lineup-card [class*='swiper-button']:hover,
.bg-black .basic-swiper [class*='swiper-button']:hover,
.bg-black .feature-benefit-gallery__inner [class*='swiper-button']:hover,
.bg-black .st-feature-benefit-gallery__inner [class*='swiper-button']:hover,
.bg-black .lineup-step-carousel__slide-wrap [class*='swiper-button']:hover,
.bg-black .lineup-compare__wrap [class*='swiper-button']:hover,
.bg-black .flagship-comparison [class*='swiper-button']:hover,
.bg-black .lineup-card [class*='swiper-button']:hover,
.text-color--white .basic-swiper [class*='swiper-button']:hover,
.text-color--white
  .feature-benefit-gallery__inner
  [class*='swiper-button']:hover,
.text-color--white
  .st-feature-benefit-gallery__inner
  [class*='swiper-button']:hover,
.text-color--white
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button']:hover,
.text-color--white .lineup-compare__wrap [class*='swiper-button']:hover,
.text-color--white .flagship-comparison [class*='swiper-button']:hover,
.text-color--white .lineup-card [class*='swiper-button']:hover,
.basic-swiper [class*='swiper-button'].swiper-dim-button:hover,
.feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button:hover,
.st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button:hover,
.lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-dim-button:hover,
.lineup-compare__wrap [class*='swiper-button'].swiper-dim-button:hover,
.flagship-comparison [class*='swiper-button'].swiper-dim-button:hover,
.lineup-card [class*='swiper-button'].swiper-dim-button:hover,
.bg-dark-gray .basic-swiper [class*='swiper-button']:focus,
.bg-dark-gray .feature-benefit-gallery__inner [class*='swiper-button']:focus,
.bg-dark-gray .st-feature-benefit-gallery__inner [class*='swiper-button']:focus,
.bg-dark-gray .lineup-step-carousel__slide-wrap [class*='swiper-button']:focus,
.bg-dark-gray .lineup-compare__wrap [class*='swiper-button']:focus,
.bg-dark-gray .flagship-comparison [class*='swiper-button']:focus,
.bg-dark-gray .lineup-card [class*='swiper-button']:focus,
.bg-black .basic-swiper [class*='swiper-button']:focus,
.bg-black .feature-benefit-gallery__inner [class*='swiper-button']:focus,
.bg-black .st-feature-benefit-gallery__inner [class*='swiper-button']:focus,
.bg-black .lineup-step-carousel__slide-wrap [class*='swiper-button']:focus,
.bg-black .lineup-compare__wrap [class*='swiper-button']:focus,
.bg-black .flagship-comparison [class*='swiper-button']:focus,
.bg-black .lineup-card [class*='swiper-button']:focus,
.text-color--white .basic-swiper [class*='swiper-button']:focus,
.text-color--white
  .feature-benefit-gallery__inner
  [class*='swiper-button']:focus,
.text-color--white
  .st-feature-benefit-gallery__inner
  [class*='swiper-button']:focus,
.text-color--white
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button']:focus,
.text-color--white .lineup-compare__wrap [class*='swiper-button']:focus,
.text-color--white .flagship-comparison [class*='swiper-button']:focus,
.text-color--white .lineup-card [class*='swiper-button']:focus,
.basic-swiper [class*='swiper-button'].swiper-dim-button:focus,
.feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button:focus,
.st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button:focus,
.lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-dim-button:focus,
.lineup-compare__wrap [class*='swiper-button'].swiper-dim-button:focus,
.flagship-comparison [class*='swiper-button'].swiper-dim-button:focus,
.lineup-card [class*='swiper-button'].swiper-dim-button:focus,
.bg-dark-gray .basic-swiper [class*='swiper-button']:active,
.bg-dark-gray .feature-benefit-gallery__inner [class*='swiper-button']:active,
.bg-dark-gray
  .st-feature-benefit-gallery__inner
  [class*='swiper-button']:active,
.bg-dark-gray .lineup-step-carousel__slide-wrap [class*='swiper-button']:active,
.bg-dark-gray .lineup-compare__wrap [class*='swiper-button']:active,
.bg-dark-gray .flagship-comparison [class*='swiper-button']:active,
.bg-dark-gray .lineup-card [class*='swiper-button']:active,
.bg-black .basic-swiper [class*='swiper-button']:active,
.bg-black .feature-benefit-gallery__inner [class*='swiper-button']:active,
.bg-black .st-feature-benefit-gallery__inner [class*='swiper-button']:active,
.bg-black .lineup-step-carousel__slide-wrap [class*='swiper-button']:active,
.bg-black .lineup-compare__wrap [class*='swiper-button']:active,
.bg-black .flagship-comparison [class*='swiper-button']:active,
.bg-black .lineup-card [class*='swiper-button']:active,
.text-color--white .basic-swiper [class*='swiper-button']:active,
.text-color--white
  .feature-benefit-gallery__inner
  [class*='swiper-button']:active,
.text-color--white
  .st-feature-benefit-gallery__inner
  [class*='swiper-button']:active,
.text-color--white
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button']:active,
.text-color--white .lineup-compare__wrap [class*='swiper-button']:active,
.text-color--white .flagship-comparison [class*='swiper-button']:active,
.text-color--white .lineup-card [class*='swiper-button']:active,
.basic-swiper [class*='swiper-button'].swiper-dim-button:active,
.feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button:active,
.st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button:active,
.lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-dim-button:active,
.lineup-compare__wrap [class*='swiper-button'].swiper-dim-button:active,
.flagship-comparison [class*='swiper-button'].swiper-dim-button:active,
.lineup-card [class*='swiper-button'].swiper-dim-button:active {
  background-color: #1c1c1c;
}
.bg-dark-gray .basic-swiper [class*='swiper-button'] .icon,
.bg-dark-gray .feature-benefit-gallery__inner [class*='swiper-button'] .icon,
.bg-dark-gray .st-feature-benefit-gallery__inner [class*='swiper-button'] .icon,
.bg-dark-gray .lineup-step-carousel__slide-wrap [class*='swiper-button'] .icon,
.bg-dark-gray .lineup-compare__wrap [class*='swiper-button'] .icon,
.bg-dark-gray .flagship-comparison [class*='swiper-button'] .icon,
.bg-dark-gray .lineup-card [class*='swiper-button'] .icon,
.bg-black .basic-swiper [class*='swiper-button'] .icon,
.bg-black .feature-benefit-gallery__inner [class*='swiper-button'] .icon,
.bg-black .st-feature-benefit-gallery__inner [class*='swiper-button'] .icon,
.bg-black .lineup-step-carousel__slide-wrap [class*='swiper-button'] .icon,
.bg-black .lineup-compare__wrap [class*='swiper-button'] .icon,
.bg-black .flagship-comparison [class*='swiper-button'] .icon,
.bg-black .lineup-card [class*='swiper-button'] .icon,
.text-color--white .basic-swiper [class*='swiper-button'] .icon,
.text-color--white
  .feature-benefit-gallery__inner
  [class*='swiper-button']
  .icon,
.text-color--white
  .st-feature-benefit-gallery__inner
  [class*='swiper-button']
  .icon,
.text-color--white
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button']
  .icon,
.text-color--white .lineup-compare__wrap [class*='swiper-button'] .icon,
.text-color--white .flagship-comparison [class*='swiper-button'] .icon,
.text-color--white .lineup-card [class*='swiper-button'] .icon,
.basic-swiper [class*='swiper-button'].swiper-dim-button .icon,
.feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button
  .icon,
.st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button
  .icon,
.lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-dim-button
  .icon,
.lineup-compare__wrap [class*='swiper-button'].swiper-dim-button .icon,
.flagship-comparison [class*='swiper-button'].swiper-dim-button .icon,
.lineup-card [class*='swiper-button'].swiper-dim-button .icon {
  fill: rgba(255, 255, 255, 0.95);
}
.bg-dark-gray .basic-swiper [class*='swiper-button']:hover .icon,
.bg-dark-gray
  .feature-benefit-gallery__inner
  [class*='swiper-button']:hover
  .icon,
.bg-dark-gray
  .st-feature-benefit-gallery__inner
  [class*='swiper-button']:hover
  .icon,
.bg-dark-gray
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button']:hover
  .icon,
.bg-dark-gray .lineup-compare__wrap [class*='swiper-button']:hover .icon,
.bg-dark-gray .flagship-comparison [class*='swiper-button']:hover .icon,
.bg-dark-gray .lineup-card [class*='swiper-button']:hover .icon,
.bg-black .basic-swiper [class*='swiper-button']:hover .icon,
.bg-black .feature-benefit-gallery__inner [class*='swiper-button']:hover .icon,
.bg-black
  .st-feature-benefit-gallery__inner
  [class*='swiper-button']:hover
  .icon,
.bg-black
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button']:hover
  .icon,
.bg-black .lineup-compare__wrap [class*='swiper-button']:hover .icon,
.bg-black .flagship-comparison [class*='swiper-button']:hover .icon,
.bg-black .lineup-card [class*='swiper-button']:hover .icon,
.text-color--white .basic-swiper [class*='swiper-button']:hover .icon,
.text-color--white
  .feature-benefit-gallery__inner
  [class*='swiper-button']:hover
  .icon,
.text-color--white
  .st-feature-benefit-gallery__inner
  [class*='swiper-button']:hover
  .icon,
.text-color--white
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button']:hover
  .icon,
.text-color--white .lineup-compare__wrap [class*='swiper-button']:hover .icon,
.text-color--white .flagship-comparison [class*='swiper-button']:hover .icon,
.text-color--white .lineup-card [class*='swiper-button']:hover .icon,
.basic-swiper [class*='swiper-button'].swiper-dim-button:hover .icon,
.feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button:hover
  .icon,
.st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button:hover
  .icon,
.lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-dim-button:hover
  .icon,
.lineup-compare__wrap [class*='swiper-button'].swiper-dim-button:hover .icon,
.flagship-comparison [class*='swiper-button'].swiper-dim-button:hover .icon,
.lineup-card [class*='swiper-button'].swiper-dim-button:hover .icon,
.bg-dark-gray .basic-swiper [class*='swiper-button']:focus .icon,
.bg-dark-gray
  .feature-benefit-gallery__inner
  [class*='swiper-button']:focus
  .icon,
.bg-dark-gray
  .st-feature-benefit-gallery__inner
  [class*='swiper-button']:focus
  .icon,
.bg-dark-gray
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button']:focus
  .icon,
.bg-dark-gray .lineup-compare__wrap [class*='swiper-button']:focus .icon,
.bg-dark-gray .flagship-comparison [class*='swiper-button']:focus .icon,
.bg-dark-gray .lineup-card [class*='swiper-button']:focus .icon,
.bg-black .basic-swiper [class*='swiper-button']:focus .icon,
.bg-black .feature-benefit-gallery__inner [class*='swiper-button']:focus .icon,
.bg-black
  .st-feature-benefit-gallery__inner
  [class*='swiper-button']:focus
  .icon,
.bg-black
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button']:focus
  .icon,
.bg-black .lineup-compare__wrap [class*='swiper-button']:focus .icon,
.bg-black .flagship-comparison [class*='swiper-button']:focus .icon,
.bg-black .lineup-card [class*='swiper-button']:focus .icon,
.text-color--white .basic-swiper [class*='swiper-button']:focus .icon,
.text-color--white
  .feature-benefit-gallery__inner
  [class*='swiper-button']:focus
  .icon,
.text-color--white
  .st-feature-benefit-gallery__inner
  [class*='swiper-button']:focus
  .icon,
.text-color--white
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button']:focus
  .icon,
.text-color--white .lineup-compare__wrap [class*='swiper-button']:focus .icon,
.text-color--white .flagship-comparison [class*='swiper-button']:focus .icon,
.text-color--white .lineup-card [class*='swiper-button']:focus .icon,
.basic-swiper [class*='swiper-button'].swiper-dim-button:focus .icon,
.feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button:focus
  .icon,
.st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button:focus
  .icon,
.lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-dim-button:focus
  .icon,
.lineup-compare__wrap [class*='swiper-button'].swiper-dim-button:focus .icon,
.flagship-comparison [class*='swiper-button'].swiper-dim-button:focus .icon,
.lineup-card [class*='swiper-button'].swiper-dim-button:focus .icon,
.bg-dark-gray .basic-swiper [class*='swiper-button']:active .icon,
.bg-dark-gray
  .feature-benefit-gallery__inner
  [class*='swiper-button']:active
  .icon,
.bg-dark-gray
  .st-feature-benefit-gallery__inner
  [class*='swiper-button']:active
  .icon,
.bg-dark-gray
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button']:active
  .icon,
.bg-dark-gray .lineup-compare__wrap [class*='swiper-button']:active .icon,
.bg-dark-gray .flagship-comparison [class*='swiper-button']:active .icon,
.bg-dark-gray .lineup-card [class*='swiper-button']:active .icon,
.bg-black .basic-swiper [class*='swiper-button']:active .icon,
.bg-black .feature-benefit-gallery__inner [class*='swiper-button']:active .icon,
.bg-black
  .st-feature-benefit-gallery__inner
  [class*='swiper-button']:active
  .icon,
.bg-black
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button']:active
  .icon,
.bg-black .lineup-compare__wrap [class*='swiper-button']:active .icon,
.bg-black .flagship-comparison [class*='swiper-button']:active .icon,
.bg-black .lineup-card [class*='swiper-button']:active .icon,
.text-color--white .basic-swiper [class*='swiper-button']:active .icon,
.text-color--white
  .feature-benefit-gallery__inner
  [class*='swiper-button']:active
  .icon,
.text-color--white
  .st-feature-benefit-gallery__inner
  [class*='swiper-button']:active
  .icon,
.text-color--white
  .lineup-step-carousel__slide-wrap
  [class*='swiper-button']:active
  .icon,
.text-color--white .lineup-compare__wrap [class*='swiper-button']:active .icon,
.text-color--white .flagship-comparison [class*='swiper-button']:active .icon,
.text-color--white .lineup-card [class*='swiper-button']:active .icon,
.basic-swiper [class*='swiper-button'].swiper-dim-button:active .icon,
.feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button:active
  .icon,
.st-feature-benefit-gallery__inner
  [class*='swiper-button'].swiper-dim-button:active
  .icon,
.lineup-step-carousel__slide-wrap
  [class*='swiper-button'].swiper-dim-button:active
  .icon,
.lineup-compare__wrap [class*='swiper-button'].swiper-dim-button:active .icon,
.flagship-comparison [class*='swiper-button'].swiper-dim-button:active .icon,
.lineup-card [class*='swiper-button'].swiper-dim-button:active .icon {
  fill: #fff;
}
.basic-swiper .swiper-button-prev,
.feature-benefit-gallery__inner .swiper-button-prev,
.st-feature-benefit-gallery__inner .swiper-button-prev,
.lineup-step-carousel__slide-wrap .swiper-button-prev,
.lineup-compare__wrap .swiper-button-prev,
.flagship-comparison .swiper-button-prev,
.lineup-card .swiper-button-prev {
  left: 16px;
}
.basic-swiper .swiper-button-next,
.feature-benefit-gallery__inner .swiper-button-next,
.st-feature-benefit-gallery__inner .swiper-button-next,
.lineup-step-carousel__slide-wrap .swiper-button-next,
.lineup-compare__wrap .swiper-button-next,
.flagship-comparison .swiper-button-next,
.lineup-card .swiper-button-next {
  right: 16px;
}
.map-container .map-list__not-found {
  font-size: 16px;
  white-space: normal;
}
.swiper-autoplay-stop-btn {
  font-size: 0;
  width: 1px;
  height: 1px;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  outline: 2px dotted black;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .margin-top--narrow {
    padding-top: 1.11111111vw;
  }
  .margin-top--normal {
    padding-top: 2.22222222vw;
  }
  .margin-top--wide {
    padding-top: 3.88888889vw;
  }
  .margin-bottom--narrow {
    padding-bottom: 1.11111111vw;
  }
  .margin-bottom--normal {
    padding-bottom: 2.22222222vw;
  }
  .margin-bottom--wide {
    padding-bottom: 3.88888889vw;
  }
  [data-font-size-pc='64'] {
    font-size: 3.33333333vw;
  }
  [data-font-size-pc='48'] {
    font-size: 2.63888889vw;
  }
  [data-font-size-pc='32'] {
    font-size: 2.22222222vw;
  }
  [data-font-size-pc='24'] {
    font-size: 1.66666667vw;
  }
  [data-font-size-pc='22'] {
    font-size: 1.94444444vw;
  }
  [data-font-size-pc='20'] {
    font-size: 1.52777778vw;
  }
  [data-font-size-pc='18'] {
    font-size: 1.25vw;
  }
  [data-font-size-pc='14'] {
    font-size: 0.97222222vw;
  }
  .top-margin-narrow {
    margin-top: 0.13888889vw !important;
  }
  .top-margin-normal {
    margin-top: 0.90277778vw !important;
  }
  .top-margin-wide {
    margin-top: 2.22222222vw !important;
  }
  .top-margin-very-wide {
    margin-top: 2.91666667vw !important;
  }
  .bottom-margin-narrow {
    margin-bottom: 0.13888889vw !important;
  }
  .bottom-margin-normal {
    margin-bottom: 0.90277778vw !important;
  }
  .bottom-margin-wide {
    margin-bottom: 2.22222222vw !important;
  }
  .bottom-margin-very-wide {
    margin-bottom: 2.91666667vw !important;
  }
  .margin-top--16 {
    margin-top: 1.11111111vw !important;
  }
  .margin-top--32 {
    margin-top: 2.22222222vw !important;
  }
  .margin-top--48 {
    margin-top: 3.33333333vw !important;
  }
  .margin-bottom--16 {
    margin-bottom: 1.11111111vw !important;
  }
  .margin-bottom--32 {
    margin-bottom: 2.22222222vw !important;
  }
  .margin-bottom--48 {
    margin-bottom: 3.33333333vw !important;
  }
  .padding-top--0 {
    padding-top: 0vw !important;
  }
  .padding-top--24 {
    padding-top: 1.66666667vw !important;
  }
  .padding-top--48 {
    padding-top: 3.33333333vw !important;
  }
  .padding-bottom--0 {
    padding-bottom: 0vw !important;
  }
  .padding-bottom--24 {
    padding-bottom: 1.66666667vw !important;
  }
  .padding-bottom--48 {
    padding-bottom: 3.33333333vw !important;
  }
  .indicator .indicator__item.swiper-pagination-bullet {
    width: 1.11111111vw;
    height: 1.11111111vw;
  }
  .basic-swiper [class*='swiper-button'],
  .feature-benefit-gallery__inner [class*='swiper-button'],
  .st-feature-benefit-gallery__inner [class*='swiper-button'],
  .lineup-step-carousel__slide-wrap [class*='swiper-button'],
  .lineup-compare__wrap [class*='swiper-button'],
  .flagship-comparison [class*='swiper-button'],
  .lineup-card [class*='swiper-button'] {
    width: 2.77777778vw;
    height: 2.77777778vw;
    padding: 0.55555556vw;
  }
  .basic-swiper [class*='swiper-button'] .icon,
  .feature-benefit-gallery__inner [class*='swiper-button'] .icon,
  .st-feature-benefit-gallery__inner [class*='swiper-button'] .icon,
  .lineup-step-carousel__slide-wrap [class*='swiper-button'] .icon,
  .lineup-compare__wrap [class*='swiper-button'] .icon,
  .flagship-comparison [class*='swiper-button'] .icon,
  .lineup-card [class*='swiper-button'] .icon {
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .basic-swiper .swiper-button-prev,
  .feature-benefit-gallery__inner .swiper-button-prev,
  .st-feature-benefit-gallery__inner .swiper-button-prev,
  .lineup-step-carousel__slide-wrap .swiper-button-prev,
  .lineup-compare__wrap .swiper-button-prev,
  .flagship-comparison .swiper-button-prev,
  .lineup-card .swiper-button-prev {
    left: 1.11111111vw;
  }
  .basic-swiper .swiper-button-next,
  .feature-benefit-gallery__inner .swiper-button-next,
  .st-feature-benefit-gallery__inner .swiper-button-next,
  .lineup-step-carousel__slide-wrap .swiper-button-next,
  .lineup-compare__wrap .swiper-button-next,
  .flagship-comparison .swiper-button-next,
  .lineup-card .swiper-button-next {
    right: 1.11111111vw;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top--narrow {
    padding-top: 4.44444444vw;
  }
  .margin-top--normal {
    padding-top: 6.66666667vw;
  }
  .margin-top--wide {
    padding-top: 8.88888889vw;
  }
  .margin-bottom--narrow {
    padding-bottom: 4.44444444vw;
  }
  .margin-bottom--normal {
    padding-bottom: 6.66666667vw;
  }
  .margin-bottom--wide {
    padding-bottom: 8.88888889vw;
  }
  [data-font-size-mo='70'] {
    font-size: 8.88888889vw;
  }
  [data-font-size-mo='56'] {
    font-size: 7.22222222vw;
  }
  [data-font-size-mo='44'] {
    font-size: 6.11111111vw;
  }
  [data-font-size-mo='34'] {
    font-size: 4.44444444vw;
  }
  [data-font-size-mo='32'] {
    font-size: 3.88888889vw;
  }
  [data-font-size-mo='28'] {
    font-size: 3.33333333vw;
  }
  [data-font-size-mo='24'] {
    font-size: 3.33333333vw;
  }
  .top-margin-narrow {
    margin-top: 0.55555556vw !important;
  }
  .top-margin-normal {
    margin-top: 3.61111111vw !important;
  }
  .top-margin-wide {
    margin-top: 8.88888889vw !important;
  }
  .top-margin-very-wide {
    margin-top: 11.66666667vw !important;
  }
  .bottom-margin-narrow {
    margin-bottom: 0.55555556vw !important;
  }
  .bottom-margin-normal {
    margin-bottom: 3.61111111vw !important;
  }
  .bottom-margin-wide {
    margin-bottom: 8.88888889vw !important;
  }
  .bottom-margin-very-wide {
    margin-bottom: 11.66666667vw !important;
  }
  .margin-top--16 {
    margin-top: 2.22222222vw !important;
  }
  .margin-top--32 {
    margin-top: 4.44444444vw !important;
  }
  .margin-top--48 {
    margin-top: 8.88888889vw !important;
  }
  .margin-bottom--16 {
    margin-bottom: 2.22222222vw !important;
  }
  .margin-bottom--32 {
    margin-bottom: 4.44444444vw !important;
  }
  .margin-bottom--48 {
    margin-bottom: 8.88888889vw !important;
  }
  .padding-top--0 {
    padding-top: 0vw !important;
  }
  .padding-top--24 {
    padding-top: 4.44444444vw !important;
  }
  .padding-top--48 {
    padding-top: 8.88888889vw !important;
  }
  .padding-bottom--0 {
    padding-bottom: 0vw !important;
  }
  .padding-bottom--24 {
    padding-bottom: 4.44444444vw !important;
  }
  .padding-bottom--48 {
    padding-bottom: 8.88888889vw !important;
  }
  .indicator .indicator__item.swiper-pagination-bullet {
    width: 4.44444444vw;
    height: 4.44444444vw;
  }
  .basic-swiper [class*='swiper-button'],
  .feature-benefit-gallery__inner [class*='swiper-button'],
  .st-feature-benefit-gallery__inner [class*='swiper-button'],
  .lineup-step-carousel__slide-wrap [class*='swiper-button'],
  .lineup-compare__wrap [class*='swiper-button'],
  .flagship-comparison [class*='swiper-button'],
  .lineup-card [class*='swiper-button'] {
    width: 11.11111111vw;
    height: 11.11111111vw;
    padding: 2.22222222vw;
  }
  .basic-swiper [class*='swiper-button'] .icon,
  .feature-benefit-gallery__inner [class*='swiper-button'] .icon,
  .st-feature-benefit-gallery__inner [class*='swiper-button'] .icon,
  .lineup-step-carousel__slide-wrap [class*='swiper-button'] .icon,
  .lineup-compare__wrap [class*='swiper-button'] .icon,
  .flagship-comparison [class*='swiper-button'] .icon,
  .lineup-card [class*='swiper-button'] .icon {
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .basic-swiper .swiper-button-prev,
  .feature-benefit-gallery__inner .swiper-button-prev,
  .st-feature-benefit-gallery__inner .swiper-button-prev,
  .lineup-step-carousel__slide-wrap .swiper-button-prev,
  .lineup-compare__wrap .swiper-button-prev,
  .flagship-comparison .swiper-button-prev,
  .lineup-card .swiper-button-prev {
    left: 3.33333333vw;
  }
  .basic-swiper .swiper-button-next,
  .feature-benefit-gallery__inner .swiper-button-next,
  .st-feature-benefit-gallery__inner .swiper-button-next,
  .lineup-step-carousel__slide-wrap .swiper-button-next,
  .lineup-compare__wrap .swiper-button-next,
  .flagship-comparison .swiper-button-next,
  .lineup-card .swiper-button-next {
    right: 3.33333333vw;
  }
}
.badge {
  display: inline-block;
  width: 30px;
  height: 14px;
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-a3.svg')
    no-repeat;
  background-size: 100%;
}
.badge__grade--with-text {
  display: block;
  margin: 2px 6px 2px 2px;
  width: 22px;
  height: 10px;
}
.badge--grade-triple-a-plus {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-a3.svg')
    no-repeat;
  background-size: 100%;
}
.badge--grade-triple-a-plus .badge__grade--with-text {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-a3.svg')
    no-repeat;
  background-size: 100%;
}
.badge--grade-double-a-plus {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-a2.svg')
    no-repeat;
  background-size: 100%;
}
.badge--grade-double-a-plus .badge__grade--with-text {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-a2.svg')
    no-repeat;
  background-size: 100%;
}
.badge--grade-a-plus {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-a1.svg')
    no-repeat;
  background-size: 100%;
}
.badge--grade-a-plus .badge__grade--with-text {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-a1.svg')
    no-repeat;
  background-size: 100%;
}
.badge--grade-a {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-a.svg')
    no-repeat;
  background-size: 100%;
}
.badge--grade-a .badge__grade--with-text {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-a.svg')
    no-repeat;
  background-size: 100%;
}
.badge--grade-b {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-b.svg')
    no-repeat;
  background-size: 100%;
}
.badge--grade-b .badge__grade--with-text {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-b.svg')
    no-repeat;
  background-size: 100%;
}
.badge--grade-c {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-c.svg')
    no-repeat;
  background-size: 100%;
}
.badge--grade-c .badge__grade--with-text {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-c.svg')
    no-repeat;
  background-size: 100%;
}
.badge--grade-d {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-d.svg')
    no-repeat;
  background-size: 100%;
}
.badge--grade-d .badge__grade--with-text {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-d.svg')
    no-repeat;
  background-size: 100%;
}
.badge.s-first-level {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-a3.svg')
    no-repeat;
  background-size: 100%;
}
.badge .s-grade-a-plus3 {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-a3.svg')
    no-repeat;
  background-size: 100%;
}
.badge.s-second-level {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-a2.svg')
    no-repeat;
  background-size: 100%;
}
.badge .s-grade-a-plus2 {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-a2.svg')
    no-repeat;
  background-size: 100%;
}
.badge.s-third-level {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-a1.svg')
    no-repeat;
  background-size: 100%;
}
.badge .s-grade-a-plus {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-a1.svg')
    no-repeat;
  background-size: 100%;
}
.badge.s-fourth-level {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-a.svg')
    no-repeat;
  background-size: 100%;
}
.badge .s-grade-a {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-a.svg')
    no-repeat;
  background-size: 100%;
}
.badge.s-fifth-level {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-b.svg')
    no-repeat;
  background-size: 100%;
}
.badge .s-grade-b {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-b.svg')
    no-repeat;
  background-size: 100%;
}
.badge.s-sixth-level {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-c.svg')
    no-repeat;
  background-size: 100%;
}
.badge .s-grade-c {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-c.svg')
    no-repeat;
  background-size: 100%;
}
.badge.s-seventh-level {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-d.svg')
    no-repeat;
  background-size: 100%;
}
.badge .s-grade-d {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-d.svg')
    no-repeat;
  background-size: 100%;
}
.badge .s-grade-e {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-e.svg')
    no-repeat;
  background-size: 100%;
}
.badge .s-grade-f {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-f.svg')
    no-repeat;
  background-size: 100%;
}
.badge .s-grade-g {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy-rating-g.svg')
    no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .badge {
    width: 2.08333333vw;
    height: 0.97222222vw;
  }
  .badge__grade--with-text {
    margin: 0.13888889vw 0.41666667vw 0.13888889vw 0.13888889vw;
    width: 1.52777778vw;
    height: 0.69444444vw;
  }
}
@media only screen and (max-width: 767px) {
  .badge {
    width: 8.33333333vw;
    height: 3.88888889vw;
  }
  .badge__grade--with-text {
    margin: 0.55555556vw 1.66666667vw 0.55555556vw 0.55555556vw;
    width: 6.11111111vw;
    height: 2.77777778vw;
  }
}
.badge-energy-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.badge-energy-label__text {
  display: inline-block;
  font-size: 12px;
  line-height: 1.33;
  color: #000;
  font-weight: bold;
  margin-right: 4px;
}
.badge-energy-label__badge {
  display: inline-block;
  width: 44px;
  height: 24px;
  font-size: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.badge-energy-label__badge--a {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy_label_a.svg');
}
.badge-energy-label__badge--b {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy_label_b.svg');
}
.badge-energy-label__badge--c {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy_label_c.svg');
}
.badge-energy-label__badge--d {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy_label_d.svg');
}
.badge-energy-label__badge--e {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy_label_e.svg');
}
.badge-energy-label__badge--f {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy_label_f.svg');
}
.badge-energy-label__badge--g {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/energy_label_g.svg');
}
.bg-black .badge-energy-label__text,
.bg-dark-gray .badge-energy-label__text {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .badge-energy-label__text {
    font-size: 0.83333333vw;
    margin-right: 0.27777778vw;
  }
  .badge-energy-label__badge {
    width: 3.05555556vw;
    height: 1.66666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .badge-energy-label__text {
    font-size: 3.33333333vw;
    margin-right: 1.11111111vw;
  }
  .badge-energy-label__badge {
    width: 12.22222222vw;
    height: 6.66666667vw;
  }
}
.badge-icon {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.badge-icon--dot {
  position: relative;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  font-size: 0;
}
.badge-icon--dot-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-animation: badge-dot-appear-ani 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  animation: badge-dot-appear-ani 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.badge-icon--label {
  height: 20px;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 16px;
  font-family: 'SamsungOne', arial, sans-serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.56);
  text-transform: uppercase;
  -webkit-animation: badge-label-appear-ani 0.2s both
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: badge-label-appear-ani 0.2s both cubic-bezier(0.4, 0, 0.2, 1);
}
.badge-icon--number {
  min-width: 16px;
  height: 16px;
  padding: 0 1px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  font-family: 'SamsungOne', arial, sans-serif;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.56);
  -webkit-animation: badge-number-appear-ani 0.2s both
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: badge-number-appear-ani 0.2s both cubic-bezier(0.4, 0, 0.2, 1);
}
.badge-icon--bg-color-blue {
  background-color: #2189ff;
}
.badge-icon--bg-color-orange {
  background-color: #ffaa4e;
}
.badge-icon--bg-color-red {
  background-color: #ef3434;
}
.badge-icon--bg-color-teal {
  background-color: #00838f;
}
.badge-icon--bg-color-green {
  background-color: #4eaf46;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .badge-icon--dot {
    width: 0.27777778vw;
    height: 0.27777778vw;
  }
  .badge-icon--dot-inner {
    width: 0.27777778vw;
    height: 0.27777778vw;
  }
  .badge-icon--label {
    height: 1.38888889vw;
    padding: 0.13888889vw 0.41666667vw;
    border-radius: 0.69444444vw;
    font-size: 0.83333333vw;
    line-height: 1.11111111vw;
  }
  .badge-icon--number {
    min-width: 1.11111111vw;
    height: 1.11111111vw;
    border-radius: 0.55555556vw;
    line-height: 1.11111111vw;
    font-size: 0.83333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .badge-icon--dot {
    width: 1.11111111vw;
    height: 1.11111111vw;
  }
  .badge-icon--dot-inner {
    width: 1.11111111vw;
    height: 1.11111111vw;
  }
  .badge-icon--label {
    height: 4.44444444vw;
    padding: 0.27777778vw 1.11111111vw;
    border-radius: 2.22222222vw;
    font-size: 2.77777778vw;
    line-height: 3.88888889vw;
  }
  .badge-icon--number {
    min-width: 4.44444444vw;
    height: 4.44444444vw;
    border-radius: 2.22222222vw;
    line-height: 4.44444444vw;
    font-size: 3.33333333vw;
  }
}
@-webkit-keyframes badge-dot-appear-ani {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 4px;
    height: 4px;
  }
}
@keyframes badge-dot-appear-ani {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 4px;
    height: 4px;
  }
}
@-webkit-keyframes badge-dot-disappear-ani {
  0% {
    width: 4px;
    height: 4px;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@keyframes badge-dot-disappear-ani {
  0% {
    width: 4px;
    height: 4px;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@-webkit-keyframes badge-label-appear-ani {
  0% {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  75% {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes badge-label-appear-ani {
  0% {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  75% {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes badge-label-disappear-ani {
  0% {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes badge-label-disappear-ani {
  0% {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes badge-number-appear-ani {
  0% {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes badge-number-appear-ani {
  0% {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes badge-number-disappear-ani {
  0% {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes badge-number-disappear-ani {
  0% {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.chip {
  font-family: 'SamsungOne', arial, sans-serif;
}
.chip * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chip__action--large {
  height: 48px;
  padding: 12px 24px;
  border-radius: 24px;
  font-size: 18px;
  line-height: 1.33;
  white-space: nowrap;
}
.chip__action--medium {
  height: 32px;
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 12px;
  line-height: 1.33;
  white-space: nowrap;
}
.chip__action--small {
  height: 28px;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 12px;
  line-height: 1.33;
  white-space: nowrap;
}
.chip__action--light {
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 1px rgba(0, 0, 0, 0.15);
  color: #000;
}
.chip__action--light-disabled {
  background-color: rgba(255, 255, 255, 0.3);
  color: #bbb;
  pointer-events: none;
}
.chip__action--light-selected {
  border-color: #2189ff;
  font-weight: 700;
}
.chip__action--dark {
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
}
.chip__action--dark-disabled {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  color: #757575;
  pointer-events: none;
}
.chip__action--dark-selected {
  border-color: #2189ff;
  font-weight: 700;
}
.chip__selected {
  position: relative;
  height: 64px;
  padding: 0 64px 0 24px;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 700;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 32px;
  white-space: nowrap;
}
.chip__selected:after {
  content: '';
  position: absolute;
  right: 24px;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/style-guide-icon-close-bold-white.svg');
}
.chip__selected--light {
  background-color: #000;
  color: #fff;
}
.chip__selected--light-disabled {
  background-color: #ddd;
  color: #aaa;
  pointer-events: none;
}
.chip__selected--light-disabled:after {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/style-guide-icon-close-bold-white-disabled.svg');
}
.chip__selected--dark {
  background-color: #fff;
  color: #000;
}
.chip__selected--dark:after {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/style-guide-icon-close-bold-black.svg');
}
.chip__selected--dark-disabled {
  background-color: #555;
  color: #8f8f8f;
  pointer-events: none;
}
.chip__selected--dark-disabled:after {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/style-guide-icon-close-bold-black-disabled.svg');
}
@media only screen and (min-width: 1440px) {
  .chip__action--light:hover,
  .chip__action--light:focus {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.15);
  }
  .chip__action--light-selected:hover,
  .chip__action--light-selected:focus {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: #2189ff;
  }
  .chip__action--dark:hover,
  .chip__action--dark:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
  }
  .chip__action--dark-selected:hover,
  .chip__action--dark-selected:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #2189ff;
  }
  .chip__selected--light:hover,
  .chip__selected--light:focus {
    background-color: #555;
    color: #eee;
  }
  .chip__selected--light:hover:after,
  .chip__selected--light:focus:after {
    background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/style-guide-icon-close-bold-white-hover.svg');
  }
  .chip__selected--light-disabled:hover,
  .chip__selected--light-disabled:focus {
    background-color: #ddd;
    color: #aaa;
    pointer-events: none;
  }
  .chip__selected--light-disabled:hover:after,
  .chip__selected--light-disabled:focus:after {
    background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/style-guide-icon-close-bold-white-hover-disabled.svg');
  }
  .chip__selected--dark:hover,
  .chip__selected--dark:focus {
    background-color: #ddd;
    color: #313131;
  }
  .chip__selected--dark:hover:after,
  .chip__selected--dark:focus:after {
    background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/style-guide-icon-close-bold-black-hover.svg');
  }
  .chip__selected--dark-disabled:hover,
  .chip__selected--dark-disabled:focus {
    background-color: #555;
    color: #8f8f8f;
    pointer-events: none;
  }
  .chip__selected--dark-disabled:hover:after,
  .chip__selected--dark-disabled:focus:after {
    background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/style-guide-icon-close-bold-black-disabled.svg');
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .chip__action--large {
    height: 3.33333333vw;
    padding: 0vw 1.66666667vw;
    border-radius: 1.66666667vw;
    font-size: 1.25vw;
  }
  .chip__action--medium {
    height: 2.22222222vw;
    padding: 0.55555556vw 1.11111111vw;
    border-radius: 1.66666667vw;
    font-size: 0.83333333vw;
  }
  .chip__action--small {
    height: 1.94444444vw;
    padding: 0.41666667vw 0.83333333vw;
    border-radius: 1.11111111vw;
    font-size: 0.83333333vw;
  }
  .chip__action--light:hover,
  .chip__action--light:focus {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.15);
  }
  .chip__action--light-selected:hover,
  .chip__action--light-selected:focus {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: #2189ff;
  }
  .chip__action--dark:hover,
  .chip__action--dark:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
  }
  .chip__action--dark-selected:hover,
  .chip__action--dark-selected:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #2189ff;
  }
  .chip__selected {
    height: 4.44444444vw;
    padding: 0vw 4.44444444vw 0vw 1.66666667vw;
    font-size: 1.66666667vw;
    border-radius: 2.22222222vw;
  }
  .chip__selected:after {
    right: 1.66666667vw;
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .chip__selected--light:hover,
  .chip__selected--light:focus {
    background-color: #555;
    color: #eee;
  }
  .chip__selected--light:hover:after,
  .chip__selected--light:focus:after {
    background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/style-guide-icon-close-bold-white-hover.svg');
  }
  .chip__selected--light-disabled:hover,
  .chip__selected--light-disabled:focus {
    background-color: #ddd;
    color: #aaa;
    pointer-events: none;
  }
  .chip__selected--light-disabled:hover:after,
  .chip__selected--light-disabled:focus:after {
    background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/style-guide-icon-close-bold-white-hover-disabled.svg');
  }
  .chip__selected--dark:hover,
  .chip__selected--dark:focus {
    background-color: #ddd;
    color: #313131;
  }
  .chip__selected--dark:hover:after,
  .chip__selected--dark:focus:after {
    background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/style-guide-icon-close-bold-black-hover.svg');
  }
  .chip__selected--dark-disabled:hover,
  .chip__selected--dark-disabled:focus {
    background-color: #555;
    color: #8f8f8f;
    pointer-events: none;
  }
  .chip__selected--dark-disabled:hover:after,
  .chip__selected--dark-disabled:focus:after {
    background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/style-guide-icon-close-bold-black-disabled.svg');
  }
}
@media only screen and (max-width: 767px) {
  .chip__action--large {
    height: 8.33333333vw;
    padding: 2.22222222vw 4.44444444vw;
    border-radius: 4.44444444vw;
    font-size: 2.77777778vw;
  }
  .chip__action--medium {
    height: 8.33333333vw;
    padding: 2.22222222vw 4.44444444vw;
    border-radius: 4.44444444vw;
    font-size: 2.77777778vw;
  }
  .chip__action--small {
    height: 7.22222222vw;
    padding: 1.66666667vw 3.33333333vw;
    border-radius: 4.44444444vw;
    font-size: 2.77777778vw;
  }
  .chip__action--light-selected,
  .chip__action--dark-selected {
    font-weight: 700;
  }
  .chip__selected {
    height: 10.55555556vw;
    padding: 0vw 11.11111111vw 0vw 4.44444444vw;
    border-radius: 8.88888889vw;
    font-size: 4.44444444vw;
  }
  .chip__selected:after {
    right: 4.44444444vw;
    width: 4.44444444vw;
    height: 4.44444444vw;
  }
}
.cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  vertical-align: middle;
  -webkit-transition-property: color, background-color, border-color,
    border-bottom-color;
  transition-property: color, background-color, border-color,
    border-bottom-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.33, 0, 0.3, 1);
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  white-space: nowrap;
}
.cta--contained {
  padding: 10px 24px 11px 24px;
  border-radius: 20px;
}
.cta--contained.cta--black {
  color: #fff !important;
  background-color: #000 !important;
}
.cta--contained.cta--black:hover,
.cta--contained.cta--black:focus {
  color: #eee !important;
  background-color: #555 !important;
}
.cta--contained.cta--black.cta--disabled {
  color: #eee !important;
  background-color: #ddd !important;
  cursor: default !important;
}
.cta--contained.cta--black.cta--disabled:hover,
.cta--contained.cta--black.cta--disabled:focus {
  color: #eee !important;
  background-color: #ddd !important;
}
.cta--contained.cta--black[target='_blank']:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-white.svg') !important;
}
.cta--contained.cta--black[target='_blank']:hover:before,
.cta--contained.cta--black[target='_blank']:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-white-dim.svg') !important;
}
.cta--contained.cta--black[target='_blank'].cta--disabled:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-white-dim.svg') !important;
}
.cta--contained.cta--white {
  color: #000 !important;
  background-color: #fff !important;
}
.cta--contained.cta--white:hover,
.cta--contained.cta--white:focus {
  color: #313131 !important;
  background-color: #ddd !important;
}
.cta--contained.cta--white.cta--disabled {
  color: #313131 !important;
  background-color: #555 !important;
  cursor: default !important;
}
.cta--contained.cta--white.cta--disabled:hover,
.cta--contained.cta--white.cta--disabled:focus {
  color: #313131 !important;
  background-color: #555 !important;
}
.cta--contained.cta--white[target='_blank']:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-black.svg') !important;
}
.cta--contained.cta--white[target='_blank']:hover:before,
.cta--contained.cta--white[target='_blank']:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-black-dim.svg') !important;
}
.cta--contained.cta--white[target='_blank'].cta--disabled:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-black-dim.svg') !important;
}
.cta--contained.cta--emphasis {
  color: #fff !important;
  background-color: #2189ff !important;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.72) !important;
}
.cta--contained.cta--emphasis:hover,
.cta--contained.cta--emphasis:focus {
  color: #eee !important;
  background-color: #006ff2 !important;
}
.cta--contained.cta--emphasis.cta--disabled {
  color: #aaa !important;
  background-color: #ddd !important;
  cursor: default !important;
  text-shadow: none !important;
}
.cta--contained.cta--emphasis.cta--disabled:hover,
.cta--contained.cta--emphasis.cta--disabled:focus {
  color: #aaa !important;
  background-color: #ddd !important;
}
.cta--contained.cta--emphasis[target='_blank']:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-white.svg') !important;
}
.cta--contained.cta--emphasis[target='_blank']:hover:before,
.cta--contained.cta--emphasis[target='_blank']:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-white-emphasis.svg') !important;
}
.cta--contained.cta--emphasis[target='_blank'].cta--disabled:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-white-emphasis.svg') !important;
}
.cta--outlined {
  padding: 9px 23px 10px 23px;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
}
.cta--outlined.cta--black {
  color: #000 !important;
  background-color: transparent !important;
  border-color: #000 !important;
}
.cta--outlined.cta--black:hover,
.cta--outlined.cta--black:focus {
  color: #555 !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-color: #555 !important;
}
.cta--outlined.cta--black.cta--disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  cursor: default !important;
}
.cta--outlined.cta--black.cta--disabled:hover,
.cta--outlined.cta--black.cta--disabled:focus {
  color: #ddd !important;
  background-color: transparent !important;
  border-color: #ddd !important;
}
.cta--outlined.cta--black[target='_blank']:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-black.svg') !important;
}
.cta--outlined.cta--black[target='_blank']:hover:before,
.cta--outlined.cta--black[target='_blank']:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray.svg') !important;
}
.cta--outlined.cta--black[target='_blank'].cta--disabled:before,
.cta--outlined.cta--black[target='_blank'].cta--disabled:hover:before,
.cta--outlined.cta--black[target='_blank'].cta--disabled:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray-dim.svg') !important;
}
.cta--outlined.cta--white {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}
.cta--outlined.cta--white:hover,
.cta--outlined.cta--white:focus {
  color: #ddd !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  border-color: #ddd !important;
}
.cta--outlined.cta--white.cta--disabled {
  color: #555 !important;
  border-color: #555 !important;
  cursor: default !important;
}
.cta--outlined.cta--white.cta--disabled:hover,
.cta--outlined.cta--white.cta--disabled:focus {
  color: #555 !important;
  background-color: transparent !important;
  border-color: #555 !important;
}
.cta--outlined.cta--white[target='_blank']:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-white.svg') !important;
}
.cta--outlined.cta--white[target='_blank']:hover:before,
.cta--outlined.cta--white[target='_blank']:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray-dim.svg') !important;
}
.cta--outlined.cta--white[target='_blank'].cta--disabled:before,
.cta--outlined.cta--white[target='_blank'].cta--disabled:hover:before,
.cta--outlined.cta--white[target='_blank'].cta--disabled:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray.svg') !important;
}
.cta--underline {
  padding: 10px 0 11px 0;
}
.cta--underline:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 2px;
  background-color: currentColor;
}
.cta--underline:hover:after,
.cta--underline:focus:after {
  -webkit-animation: cta-underline-animation 0.2s both;
  animation: cta-underline-animation 0.2s both;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.cta--underline.cta--black {
  color: #000 !important;
}
.cta--underline.cta--black:hover,
.cta--underline.cta--black:focus {
  color: #555 !important;
}
.cta--underline.cta--black.cta--disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  cursor: default !important;
}
.cta--underline.cta--black.cta--disabled:hover,
.cta--underline.cta--black.cta--disabled:focus {
  color: #ddd !important;
  border-color: #ddd !important;
}
.cta--underline.cta--black[target='_blank']:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-black.svg') !important;
}
.cta--underline.cta--black[target='_blank']:hover:before,
.cta--underline.cta--black[target='_blank']:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray.svg') !important;
}
.cta--underline.cta--black[target='_blank'].cta--disabled:before,
.cta--underline.cta--black[target='_blank'].cta--disabled:hover:before,
.cta--underline.cta--black[target='_blank'].cta--disabled:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray-dim.svg') !important;
}
.cta--underline.cta--white {
  color: #fff !important;
}
.cta--underline.cta--white:hover,
.cta--underline.cta--white:focus {
  color: #ddd !important;
}
.cta--underline.cta--white.cta--disabled {
  color: #555 !important;
  border-color: #555 !important;
  cursor: default !important;
}
.cta--underline.cta--white.cta--disabled:hover,
.cta--underline.cta--white.cta--disabled:focus {
  color: #555 !important;
  border-color: #555 !important;
}
.cta--underline.cta--white[target='_blank']:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-white.svg') !important;
}
.cta--underline.cta--white[target='_blank']:hover:before,
.cta--underline.cta--white[target='_blank']:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray-dim.svg') !important;
}
.cta--underline.cta--white[target='_blank'].cta--disabled:before,
.cta--underline.cta--white[target='_blank'].cta--disabled:hover:before,
.cta--underline.cta--white[target='_blank'].cta--disabled:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray.svg') !important;
}
.cta--label.cta--black {
  color: #000 !important;
}
.cta--label.cta--black:hover,
.cta--label.cta--black:focus {
  color: #555 !important;
}
.cta--label.cta--black.cta--disabled {
  color: #ddd !important;
  cursor: default !important;
}
.cta--label.cta--black.cta--disabled:hover,
.cta--label.cta--black.cta--disabled:focus {
  color: #ddd !important;
}
.cta--label.cta--white {
  color: #fff !important;
}
.cta--label.cta--white:hover,
.cta--label.cta--white:focus {
  color: #ddd !important;
}
.cta--label.cta--white.cta--disabled {
  color: #555 !important;
  cursor: default !important;
}
.cta--label.cta--white.cta--disabled:hover,
.cta--label.cta--white.cta--disabled:focus {
  color: #555 !important;
}
.cta--dense {
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 12px;
  line-height: 16px;
}
.cta[target='_blank']:before {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cta[target='_blank'].cta--contained {
  padding-right: 44px;
}
.cta[target='_blank'].cta--outlined {
  padding-right: 43px;
}
.cta[target='_blank'].cta--underline {
  padding-right: 20px;
}
.cta[target='_blank'].cta--underline[target='_blank']:before {
  right: 0;
}
.cta[target='_blank'].cta--underline[target='_blank']:after {
  display: none;
}
.cta.cta--icon .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  fill: currentColor;
  -webkit-transition: fill 0.2s cubic-bezier(0.33, 0, 0.3, 1);
  transition: fill 0.2s cubic-bezier(0.33, 0, 0.3, 1);
}
.cta.cta--icon-leading .icon {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-left: 0;
  margin-right: 4px;
}
.cta.cta--icon:before {
  display: none;
}
.cta.cta--icon.cta--contained {
  padding-right: 24px;
}
.cta.cta--icon.cta--outlined {
  padding-right: 23px;
}
.cta.cta--icon.cta--underline {
  padding-right: 0;
}
.cta.cta--icon.cta--underline:after {
  display: none;
}
.cta.cta--icon.cta--underline .icon {
  margin-bottom: 1px;
}
.cta.cta--icon.cta--label .icon {
  margin-bottom: 1px;
}
.cta--disabled {
  pointer-events: none;
}
.cta--disabled.cta--underline:hover:after,
.cta--disabled.cta--underline:focus:after {
  -webkit-animation: none;
  animation: none;
}
.bg-black .cta--contained,
.bg-dark-gray .cta--contained {
  color: #000;
  background-color: #fff;
}
.bg-black .cta--contained:hover,
.bg-dark-gray .cta--contained:hover,
.bg-black .cta--contained:focus,
.bg-dark-gray .cta--contained:focus {
  color: #313131;
  background-color: #ddd;
}
.bg-black .cta--contained.cta--disabled,
.bg-dark-gray .cta--contained.cta--disabled {
  color: #313131;
  background-color: #555;
  cursor: default;
}
.bg-black .cta--contained.cta--disabled:hover,
.bg-dark-gray .cta--contained.cta--disabled:hover,
.bg-black .cta--contained.cta--disabled:focus,
.bg-dark-gray .cta--contained.cta--disabled:focus {
  color: #313131;
  background-color: #555;
}
.bg-black .cta--contained[target='_blank']:before,
.bg-dark-gray .cta--contained[target='_blank']:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-black.svg');
}
.bg-black .cta--contained[target='_blank']:hover:before,
.bg-dark-gray .cta--contained[target='_blank']:hover:before,
.bg-black .cta--contained[target='_blank']:focus:before,
.bg-dark-gray .cta--contained[target='_blank']:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-black-dim.svg');
}
.bg-black .cta--contained[target='_blank'].cta--disabled:before,
.bg-dark-gray .cta--contained[target='_blank'].cta--disabled:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-black-dim.svg');
}
.bg-black .cta--outlined,
.bg-dark-gray .cta--outlined {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.bg-black .cta--outlined:hover,
.bg-dark-gray .cta--outlined:hover,
.bg-black .cta--outlined:focus,
.bg-dark-gray .cta--outlined:focus {
  color: #ddd;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #ddd;
}
.bg-black .cta--outlined.cta--disabled,
.bg-dark-gray .cta--outlined.cta--disabled {
  color: #555;
  border-color: #555;
  cursor: default;
}
.bg-black .cta--outlined.cta--disabled:hover,
.bg-dark-gray .cta--outlined.cta--disabled:hover,
.bg-black .cta--outlined.cta--disabled:focus,
.bg-dark-gray .cta--outlined.cta--disabled:focus {
  color: #555;
  background-color: transparent;
  border-color: #555;
}
.bg-black .cta--outlined[target='_blank']:before,
.bg-dark-gray .cta--outlined[target='_blank']:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-white.svg');
}
.bg-black .cta--outlined[target='_blank']:hover:before,
.bg-dark-gray .cta--outlined[target='_blank']:hover:before,
.bg-black .cta--outlined[target='_blank']:focus:before,
.bg-dark-gray .cta--outlined[target='_blank']:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray-dim.svg');
}
.bg-black .cta--outlined[target='_blank'].cta--disabled:before,
.bg-dark-gray .cta--outlined[target='_blank'].cta--disabled:before,
.bg-black .cta--outlined[target='_blank'].cta--disabled:hover:before,
.bg-dark-gray .cta--outlined[target='_blank'].cta--disabled:hover:before,
.bg-black .cta--outlined[target='_blank'].cta--disabled:focus:before,
.bg-dark-gray .cta--outlined[target='_blank'].cta--disabled:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray.svg');
}
.bg-black .cta--underline,
.bg-dark-gray .cta--underline {
  color: #fff;
}
.bg-black .cta--underline:hover,
.bg-dark-gray .cta--underline:hover,
.bg-black .cta--underline:focus,
.bg-dark-gray .cta--underline:focus {
  color: #ddd;
}
.bg-black .cta--underline.cta--disabled,
.bg-dark-gray .cta--underline.cta--disabled {
  color: #555;
  border-color: #555;
  cursor: default;
}
.bg-black .cta--underline.cta--disabled:hover,
.bg-dark-gray .cta--underline.cta--disabled:hover,
.bg-black .cta--underline.cta--disabled:focus,
.bg-dark-gray .cta--underline.cta--disabled:focus {
  color: #555;
  border-color: #555;
}
.bg-black .cta--underline[target='_blank']:before,
.bg-dark-gray .cta--underline[target='_blank']:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-white.svg');
}
.bg-black .cta--underline[target='_blank']:hover:before,
.bg-dark-gray .cta--underline[target='_blank']:hover:before,
.bg-black .cta--underline[target='_blank']:focus:before,
.bg-dark-gray .cta--underline[target='_blank']:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray-dim.svg');
}
.bg-black .cta--underline[target='_blank'].cta--disabled:before,
.bg-dark-gray .cta--underline[target='_blank'].cta--disabled:before,
.bg-black .cta--underline[target='_blank'].cta--disabled:hover:before,
.bg-dark-gray .cta--underline[target='_blank'].cta--disabled:hover:before,
.bg-black .cta--underline[target='_blank'].cta--disabled:focus:before,
.bg-dark-gray .cta--underline[target='_blank'].cta--disabled:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray.svg');
}
.bg-black .cta--label,
.bg-dark-gray .cta--label {
  color: #fff;
}
.bg-black .cta--label:hover,
.bg-dark-gray .cta--label:hover,
.bg-black .cta--label:focus,
.bg-dark-gray .cta--label:focus {
  color: #ddd;
}
.bg-black .cta--label.cta--disabled,
.bg-dark-gray .cta--label.cta--disabled {
  color: #555;
  cursor: default;
}
.bg-black .cta--label.cta--disabled:hover,
.bg-dark-gray .cta--label.cta--disabled:hover,
.bg-black .cta--label.cta--disabled:focus,
.bg-dark-gray .cta--label.cta--disabled:focus {
  color: #555;
}
.bg-white .cta--contained,
.bg-light-gray .cta--contained,
.bg-transparent .cta--contained {
  color: #fff;
  background-color: #000;
}
.bg-white .cta--contained:hover,
.bg-light-gray .cta--contained:hover,
.bg-transparent .cta--contained:hover,
.bg-white .cta--contained:focus,
.bg-light-gray .cta--contained:focus,
.bg-transparent .cta--contained:focus {
  color: #eee;
  background-color: #555;
}
.bg-white .cta--contained.cta--disabled,
.bg-light-gray .cta--contained.cta--disabled,
.bg-transparent .cta--contained.cta--disabled {
  color: #eee;
  background-color: #ddd;
  cursor: default;
}
.bg-white .cta--contained.cta--disabled:hover,
.bg-light-gray .cta--contained.cta--disabled:hover,
.bg-transparent .cta--contained.cta--disabled:hover,
.bg-white .cta--contained.cta--disabled:focus,
.bg-light-gray .cta--contained.cta--disabled:focus,
.bg-transparent .cta--contained.cta--disabled:focus {
  color: #eee;
  background-color: #ddd;
}
.bg-white .cta--contained[target='_blank']:before,
.bg-light-gray .cta--contained[target='_blank']:before,
.bg-transparent .cta--contained[target='_blank']:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-white.svg');
}
.bg-white .cta--contained[target='_blank']:hover:before,
.bg-light-gray .cta--contained[target='_blank']:hover:before,
.bg-transparent .cta--contained[target='_blank']:hover:before,
.bg-white .cta--contained[target='_blank']:focus:before,
.bg-light-gray .cta--contained[target='_blank']:focus:before,
.bg-transparent .cta--contained[target='_blank']:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-white-dim.svg');
}
.bg-white .cta--contained[target='_blank'].cta--disabled:before,
.bg-light-gray .cta--contained[target='_blank'].cta--disabled:before,
.bg-transparent .cta--contained[target='_blank'].cta--disabled:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-white-dim.svg');
}
.bg-white .cta--outlined,
.bg-light-gray .cta--outlined,
.bg-transparent .cta--outlined {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.bg-white .cta--outlined:hover,
.bg-light-gray .cta--outlined:hover,
.bg-transparent .cta--outlined:hover,
.bg-white .cta--outlined:focus,
.bg-light-gray .cta--outlined:focus,
.bg-transparent .cta--outlined:focus {
  color: #555;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #555;
}
.bg-white .cta--outlined.cta--disabled,
.bg-light-gray .cta--outlined.cta--disabled,
.bg-transparent .cta--outlined.cta--disabled {
  color: #ddd;
  border-color: #ddd;
  cursor: default;
}
.bg-white .cta--outlined.cta--disabled:hover,
.bg-light-gray .cta--outlined.cta--disabled:hover,
.bg-transparent .cta--outlined.cta--disabled:hover,
.bg-white .cta--outlined.cta--disabled:focus,
.bg-light-gray .cta--outlined.cta--disabled:focus,
.bg-transparent .cta--outlined.cta--disabled:focus {
  color: #ddd;
  background-color: transparent;
  border-color: #ddd;
}
.bg-white .cta--outlined[target='_blank']:before,
.bg-light-gray .cta--outlined[target='_blank']:before,
.bg-transparent .cta--outlined[target='_blank']:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-black.svg');
}
.bg-white .cta--outlined[target='_blank']:hover:before,
.bg-light-gray .cta--outlined[target='_blank']:hover:before,
.bg-transparent .cta--outlined[target='_blank']:hover:before,
.bg-white .cta--outlined[target='_blank']:focus:before,
.bg-light-gray .cta--outlined[target='_blank']:focus:before,
.bg-transparent .cta--outlined[target='_blank']:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray.svg');
}
.bg-white .cta--outlined[target='_blank'].cta--disabled:before,
.bg-light-gray .cta--outlined[target='_blank'].cta--disabled:before,
.bg-transparent .cta--outlined[target='_blank'].cta--disabled:before,
.bg-white .cta--outlined[target='_blank'].cta--disabled:hover:before,
.bg-light-gray .cta--outlined[target='_blank'].cta--disabled:hover:before,
.bg-transparent .cta--outlined[target='_blank'].cta--disabled:hover:before,
.bg-white .cta--outlined[target='_blank'].cta--disabled:focus:before,
.bg-light-gray .cta--outlined[target='_blank'].cta--disabled:focus:before,
.bg-transparent .cta--outlined[target='_blank'].cta--disabled:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray-dim.svg');
}
.bg-white .cta--underline,
.bg-light-gray .cta--underline,
.bg-transparent .cta--underline {
  color: #000;
}
.bg-white .cta--underline:hover,
.bg-light-gray .cta--underline:hover,
.bg-transparent .cta--underline:hover,
.bg-white .cta--underline:focus,
.bg-light-gray .cta--underline:focus,
.bg-transparent .cta--underline:focus {
  color: #555;
}
.bg-white .cta--underline.cta--disabled,
.bg-light-gray .cta--underline.cta--disabled,
.bg-transparent .cta--underline.cta--disabled {
  color: #ddd;
  border-color: #ddd;
  cursor: default;
}
.bg-white .cta--underline.cta--disabled:hover,
.bg-light-gray .cta--underline.cta--disabled:hover,
.bg-transparent .cta--underline.cta--disabled:hover,
.bg-white .cta--underline.cta--disabled:focus,
.bg-light-gray .cta--underline.cta--disabled:focus,
.bg-transparent .cta--underline.cta--disabled:focus {
  color: #ddd;
  border-color: #ddd;
}
.bg-white .cta--underline[target='_blank']:before,
.bg-light-gray .cta--underline[target='_blank']:before,
.bg-transparent .cta--underline[target='_blank']:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-black.svg');
}
.bg-white .cta--underline[target='_blank']:hover:before,
.bg-light-gray .cta--underline[target='_blank']:hover:before,
.bg-transparent .cta--underline[target='_blank']:hover:before,
.bg-white .cta--underline[target='_blank']:focus:before,
.bg-light-gray .cta--underline[target='_blank']:focus:before,
.bg-transparent .cta--underline[target='_blank']:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray.svg');
}
.bg-white .cta--underline[target='_blank'].cta--disabled:before,
.bg-light-gray .cta--underline[target='_blank'].cta--disabled:before,
.bg-transparent .cta--underline[target='_blank'].cta--disabled:before,
.bg-white .cta--underline[target='_blank'].cta--disabled:hover:before,
.bg-light-gray .cta--underline[target='_blank'].cta--disabled:hover:before,
.bg-transparent .cta--underline[target='_blank'].cta--disabled:hover:before,
.bg-white .cta--underline[target='_blank'].cta--disabled:focus:before,
.bg-light-gray .cta--underline[target='_blank'].cta--disabled:focus:before,
.bg-transparent .cta--underline[target='_blank'].cta--disabled:focus:before {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-gray-dim.svg');
}
.bg-white .cta--label,
.bg-light-gray .cta--label,
.bg-transparent .cta--label {
  color: #000;
}
.bg-white .cta--label:hover,
.bg-light-gray .cta--label:hover,
.bg-transparent .cta--label:hover,
.bg-white .cta--label:focus,
.bg-light-gray .cta--label:focus,
.bg-transparent .cta--label:focus {
  color: #555;
}
.bg-white .cta--label.cta--disabled,
.bg-light-gray .cta--label.cta--disabled,
.bg-transparent .cta--label.cta--disabled {
  color: #ddd;
  cursor: default;
}
.bg-white .cta--label.cta--disabled:hover,
.bg-light-gray .cta--label.cta--disabled:hover,
.bg-transparent .cta--label.cta--disabled:hover,
.bg-white .cta--label.cta--disabled:focus,
.bg-light-gray .cta--label.cta--disabled:focus,
.bg-transparent .cta--label.cta--disabled:focus {
  color: #ddd;
}
.high-contrast .cta--contained {
  color: #fff01f !important;
  background-color: #000 !important;
}
.high-contrast .cta--contained:hover,
.high-contrast .cta--contained:focus {
  color: #000 !important;
  background-color: #fff01f !important;
}
.high-contrast .cta--outlined {
  color: #fff01f !important;
  background-color: #000 !important;
  border-color: #fff01f !important;
}
.high-contrast .cta--outlined:hover,
.high-contrast .cta--outlined:focus {
  color: #000 !important;
  background-color: #fff01f !important;
  border-color: #000 !important;
}
.high-contrast .cta--underline {
  color: #fff01f !important;
}
.high-contrast .cta--underline:hover,
.high-contrast .cta--underline:focus {
  color: #000 !important;
}
.high-contrast .cta--label {
  color: #fff01f !important;
}
.high-contrast .cta--label:hover,
.high-contrast .cta--label:focus {
  color: #000 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .cta {
    font-size: 0.97222222vw;
    line-height: 1.31944444vw;
  }
  .cta--contained {
    padding: 0.69444444vw 1.66666667vw 0.76388889vw 1.66666667vw;
    border-radius: 1.38888889vw;
  }
  .cta--outlined {
    padding: 0.625vw 1.59722222vw 0.69444444vw 1.59722222vw;
    border-radius: 1.38888889vw;
    border-width: 0.06944444vw;
  }
  .cta--underline {
    padding: 0.69444444vw 0vw 0.76388889vw 0vw;
  }
  .cta--underline:after {
    bottom: 0.55555556vw;
    height: 0.13888889vw;
  }
  .cta--dense {
    padding: 0.55555556vw 1.11111111vw;
    border-radius: 1.11111111vw;
    font-size: 0.83333333vw;
    line-height: 1.11111111vw;
  }
  .cta[target='_blank']:before {
    width: 1.11111111vw;
    height: 1.11111111vw;
    right: 1.66666667vw;
  }
  .cta[target='_blank'].cta--contained {
    padding-right: 3.05555556vw;
  }
  .cta[target='_blank'].cta--outlined {
    padding-right: 2.98611111vw;
  }
  .cta[target='_blank'].cta--underline {
    padding-right: 1.38888889vw;
  }
  .cta.cta--icon .icon {
    width: 1.11111111vw;
    height: 1.11111111vw;
    margin-left: 0.27777778vw;
  }
  .cta.cta--icon-leading .icon {
    margin-left: 0;
    margin-right: 0.27777778vw;
  }
  .cta.cta--icon.cta--contained {
    padding-right: 1.66666667vw;
  }
  .cta.cta--icon.cta--outlined {
    padding-right: 1.59722222vw;
  }
  .cta.cta--icon.cta--underline {
    padding-right: 0;
  }
  .cta.cta--icon.cta--underline .icon {
    margin-bottom: 0.06944444vw;
  }
  .cta.cta--icon.cta--label .icon {
    margin-bottom: 0.06944444vw;
  }
}
@media only screen and (max-width: 767px) {
  .cta {
    font-size: 3.88888889vw;
    line-height: 5.27777778vw;
  }
  .cta--contained {
    padding: 2.77777778vw 6.66666667vw 3.05555556vw 6.66666667vw;
    border-radius: 5.55555556vw;
  }
  .cta--outlined {
    padding: 2.5vw 6.38888889vw 2.77777778vw 6.38888889vw;
    border-radius: 5.55555556vw;
    border-width: 0.27777778vw;
  }
  .cta--underline {
    padding: 2.77777778vw 0vw 3.05555556vw 0vw;
  }
  .cta--underline:after {
    bottom: 2.22222222vw;
    height: 0.55555556vw;
  }
  .cta--dense {
    padding: 2.22222222vw 4.44444444vw;
    border-radius: 4.44444444vw;
    font-size: 3.33333333vw;
    line-height: 4.44444444vw;
  }
  .cta[target='_blank']:before {
    width: 4.44444444vw;
    height: 4.44444444vw;
    right: 6.66666667vw;
  }
  .cta[target='_blank'].cta--contained {
    padding-right: 12.22222222vw;
  }
  .cta[target='_blank'].cta--outlined {
    padding-right: 11.94444444vw;
  }
  .cta[target='_blank'].cta--underline {
    padding-right: 5.55555556vw;
  }
  .cta.cta--icon .icon {
    width: 4.44444444vw;
    height: 4.44444444vw;
    margin-left: 1.11111111vw;
  }
  .cta.cta--icon-leading .icon {
    margin-left: 0;
    margin-right: 1.11111111vw;
  }
  .cta.cta--icon.cta--contained {
    padding-right: 6.66666667vw;
  }
  .cta.cta--icon.cta--outlined {
    padding-right: 6.38888889vw;
  }
  .cta.cta--icon.cta--underline {
    padding-right: 0;
  }
  .cta.cta--icon.cta--underline .icon {
    margin-bottom: 0.27777778vw;
  }
  .cta.cta--icon.cta--label .icon {
    margin-bottom: 0.27777778vw;
  }
}
@-webkit-keyframes cta-underline-animation {
  from {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes cta-underline-animation {
  from {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.dropdown {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  min-width: 148px;
}
.dropdown__cta {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 43px 0 23px;
  border-radius: 20px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
}
.bg-black .dropdown__cta {
  border-color: #313131;
  background: #313131;
  color: #fff;
}
.selected .dropdown__cta {
  background: transparent !important;
}
.disabled .dropdown__cta {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.dropdown__cta:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-selectbox-black.svg)
    no-repeat 50% 50%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.81;
}
.bg-black .dropdown__cta:after {
  background-image: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-selectbox-white.svg);
}
.dropdown__cta:hover,
.dropdown__cta:focus,
.dropdown__cta:active {
  border-color: #ddd;
  background: #ddd;
}
.dropdown__cta:hover:after,
.dropdown__cta:focus:after,
.dropdown__cta:active:after {
  opacity: 1;
}
.bg-black .dropdown__cta:hover,
.bg-black .dropdown__cta:focus,
.bg-black .dropdown__cta:active {
  border-color: #555;
  background: #555;
}
.disabled .dropdown__cta:hover,
.disabled .dropdown__cta:focus,
.disabled .dropdown__cta:active {
  border-color: #f4f4f4;
  background: #f4f4f4;
}
.bg-black .disabled .dropdown__cta:hover,
.bg-black .disabled .dropdown__cta:focus,
.bg-black .disabled .dropdown__cta:active {
  border-color: #313131;
  background: #313131;
}
.dropdown__cta.data-in:focus {
  border-color: #0381fe;
  background: #fff;
}
.bg-black .dropdown__cta.data-in:focus {
  background: #000;
  color: #fff;
}
.dropdown__list-wrap {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background: #f4f4f4;
  overflow: hidden;
}
.dropdown__list-wrap.scrollbar {
  position: absolute;
  max-height: none;
  max-width: none;
}
.dropdown__list-wrap.scrollbar .scrollbar-vertical__track {
  top: 16px;
  bottom: 16px;
}
.bg-black .dropdown__list-wrap {
  background: #363636;
}
.selected .dropdown__list-wrap {
  display: block;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.dropdown__option-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.dropdown__option-list::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}
.dropdown__option a {
  display: block;
  position: relative;
  padding: 16px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  word-break: break-word;
}
.bg-black .dropdown__option a {
  color: #fff;
}
.dropdown__option a:hover,
.dropdown__option a:focus,
.dropdown__option a:active {
  background: #ddd;
}
.bg-black .dropdown__option a:hover,
.bg-black .dropdown__option a:focus,
.bg-black .dropdown__option a:active {
  background: #555;
}
.dropdown__option a.active {
  padding-right: 44px;
  font-weight: bold;
}
.dropdown__option a.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-selectbox-check.svg)
    no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropdown__option a.disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .dropdown {
    min-width: 10.27777778vw;
    max-width: 45vw;
  }
  .dropdown__cta {
    height: 2.77777778vw;
    padding: 0vw 2.98611111vw 0vw 1.59722222vw;
    border-radius: 1.38888889vw;
    font-size: 0.97222222vw;
    line-height: 2.63888889vw;
  }
  .dropdown__cta:after {
    right: 1.11111111vw;
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .dropdown__list-wrap {
    border-radius: 1.38888889vw;
  }
  .dropdown__list-wrap.scrollbar .scrollbar-vertical__track {
    top: 1.11111111vw;
    bottom: 1.11111111vw;
  }
  .dropdown__option a {
    padding: 1.04166667vw 1.11111111vw;
    font-size: 0.97222222vw;
    line-height: 1.25vw;
  }
  .dropdown__option a.active {
    padding-right: 3.05555556vw;
  }
  .dropdown__option a.active:after {
    right: 1.11111111vw;
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown {
    min-width: 41.11111111vw;
    max-width: 86.66666667vw;
  }
  .dropdown__cta {
    height: 11.11111111vw;
    padding: 0vw 11.94444444vw 0vw 4.16666667vw;
    border-radius: 5.55555556vw;
    font-size: 3.33333333vw;
    line-height: 10.55555556vw;
  }
  .dropdown__cta:after {
    right: 4.44444444vw;
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .dropdown__list-wrap {
    border-radius: 5.55555556vw;
  }
  .dropdown__list-wrap.scrollbar .scrollbar-vertical__track {
    top: 4.44444444vw;
    bottom: 4.44444444vw;
  }
  .dropdown__option a {
    padding: 4.44444444vw;
    font-size: 3.33333333vw;
    line-height: 4.44444444vw;
  }
  .dropdown__option a.active {
    padding-right: 12.22222222vw;
  }
  .dropdown__option a.active:after {
    right: 4.44444444vw;
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
}
@media only screen and (max-width: 360px) {
  .dropdown {
    min-width: 148px;
    max-width: 312px;
  }
  .dropdown__cta {
    height: 40px;
    padding: 0 43px 0 15px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 38px;
  }
  .dropdown__cta:after {
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .dropdown__list-wrap {
    border-radius: 20px;
  }
  .dropdown__list-wrap.scrollbar .scrollbar-vertical__track {
    top: 16px;
    bottom: 16px;
  }
  .dropdown__option a {
    padding: 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .dropdown__option a.active {
    padding-right: 44px;
  }
  .dropdown__option a.active:after {
    right: 16px;
    width: 24px;
    height: 24px;
  }
}
.fab {
  position: fixed;
  direction: ltr;
  right: 32px;
  bottom: 24px;
  z-index: 2500;
  width: 48px;
  height: 48px;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.1s 0.2s,
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0.1s 0.2s, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.fab__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  width: 24px;
  height: 24px;
  fill: #fff;
}
.fab.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-black .fab,
.bg-dark-gray .fab {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-black .fab__icon,
.bg-dark-gray .fab__icon {
  fill: #000;
}
.fab--dark {
  background-color: rgba(255, 255, 255, 0.5);
}
.fab--dark .fab__icon {
  fill: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .fab {
    right: 2.22222222vw;
    bottom: 1.66666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .fab {
    right: 4.44444444vw;
    bottom: 4.44444444vw;
  }
}
.checkbox-radio {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 0;
  font-weight: 400;
  color: #000;
}
.checkbox-radio__label {
  width: 100%;
  cursor: pointer;
  font-size: 0;
}
.checkbox-radio__label-text {
  line-height: 24px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #363636;
  font-size: 14px;
  vertical-align: top;
}
.checkbox-radio__label-text:before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 18px;
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_radio_a.svg');
  background-size: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.bg-black .checkbox-radio__label-text {
  color: #fff;
}
input[type='radio']:checked
  ~ .checkbox-radio__label
  .checkbox-radio__label-text,
input[type='checkbox']:checked
  ~ .checkbox-radio__label
  .checkbox-radio__label-text {
  font-weight: 700;
}
input[type='radio']:focus
  ~ .checkbox-radio__label
  .checkbox-radio__label-text:before,
input[type='checkbox']:focus
  ~ .checkbox-radio__label
  .checkbox-radio__label-text:before {
  outline: 2px dashed #000;
  outline-offset: -2px;
}
input[type='checkbox']:checked
  ~ .checkbox-radio__label
  .checkbox-radio__label-text:before {
  border: 0;
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_b.svg');
  background-size: 100%;
  -webkit-animation: checkbox-radio-animation 0.2s cubic-bezier(0.33, 0, 0.3, 1);
  animation: checkbox-radio-animation 0.2s cubic-bezier(0.33, 0, 0.3, 1);
}
input[type='radio']:checked
  ~ .checkbox-radio__label
  .checkbox-radio__label-text:before {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_radio_b.svg');
  background-size: 100%;
  -webkit-animation: checkbox-radio-animation 0.2s cubic-bezier(0.33, 0, 0.3, 1);
  animation: checkbox-radio-animation 0.2s cubic-bezier(0.33, 0, 0.3, 1);
}
input[type='radio']:disabled
  ~ .checkbox-radio__label
  .checkbox-radio__label-text,
input[type='checkbox']:disabled
  ~ .checkbox-radio__label
  .checkbox-radio__label-text {
  color: #8f8f8f;
}
input[type='radio']:disabled
  ~ .checkbox-radio__label
  .checkbox-radio__label-text:before,
input[type='checkbox']:disabled
  ~ .checkbox-radio__label
  .checkbox-radio__label-text:before {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_radio_disabled.svg');
  background-size: 100%;
  -webkit-animation: none;
  animation: none;
}
input[type='radio'][readonly]
  ~ .checkbox-radio__label
  .checkbox-radio__label-text {
  font-weight: 700;
}
input[type='radio'][readonly]
  ~ .checkbox-radio__label
  .checkbox-radio__label-text:before {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_radio_b.svg');
  background-size: 100%;
  -webkit-animation: none;
  animation: none;
}
input[type='checkbox'][readonly]
  ~ .checkbox-radio__label
  .checkbox-radio__label-text {
  font-weight: 700;
}
input[type='checkbox'][readonly]
  ~ .checkbox-radio__label
  .checkbox-radio__label-text:before {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_b.svg');
  background-size: 100%;
  -webkit-animation: none;
  animation: none;
}
input[type='radio'][readonly] ~ .checkbox-radio__label,
input[type='checkbox'][readonly] ~ .checkbox-radio__label,
input[type='radio']:disabled ~ .checkbox-radio__label,
input[type='checkbox']:disabled ~ .checkbox-radio__label {
  cursor: auto;
}
.bg-black
  input[type='checkbox']:checked
  ~ .checkbox-radio__label
  .checkbox-radio__label-text:before {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_b.svg');
  background-size: 100%;
  -webkit-animation: checkbox-radio-animation 0.2s cubic-bezier(0.33, 0, 0.3, 1);
  animation: checkbox-radio-animation 0.2s cubic-bezier(0.33, 0, 0.3, 1);
}
.bg-black
  input[type='radio']:checked
  ~ .checkbox-radio__label
  .checkbox-radio__label-text:before {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_radio_b.svg');
  background-size: 100%;
  -webkit-animation: checkbox-radio-animation 0.2s cubic-bezier(0.33, 0, 0.3, 1);
  animation: checkbox-radio-animation 0.2s cubic-bezier(0.33, 0, 0.3, 1);
}
.bg-black
  .checkbox-radio
  input[type='radio']:disabled
  ~ .checkbox-radio__label
  .checkbox-radio__label-text:before,
.bg-black
  .checkbox-radio
  input[type='checkbox']:disabled
  ~ .checkbox-radio__label
  .checkbox-radio__label-text:before {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_radio_disabled.svg');
  background-size: 100%;
}
.bg-black
  .checkbox-radio
  input[type='radio'][readonly]
  ~ .checkbox-radio__label
  .checkbox-radio__label-text:before {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_radio_b.svg');
  background-size: 100%;
  -webkit-animation: none;
  animation: none;
}
.bg-black
  .checkbox-radio
  input[type='checkbox'][readonly]
  ~ .checkbox-radio__label
  .checkbox-radio__label-text:before {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_b.svg');
  background-size: 100%;
  -webkit-animation: none;
  animation: none;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .checkbox-radio__label-text {
    line-height: 1.66666667vw;
    font-size: 0.97222222vw;
  }
  .checkbox-radio__label-text:before {
    width: 1.66666667vw;
    height: 1.66666667vw;
    margin-right: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .checkbox-radio__label-text {
    line-height: 5.83333333vw;
    font-size: 3.33333333vw;
    vertical-align: middle;
  }
  .checkbox-radio__label-text:before {
    width: 6.66666667vw;
    height: 6.66666667vw;
    margin-right: 2.5vw;
  }
}
@-webkit-keyframes checkbox-radio-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes checkbox-radio-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.checkbox-v2 {
  display: inline-block;
  position: relative;
  font-size: 0;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.checkbox-v2__label {
  display: inline-block;
  min-height: 24px;
  color: #000;
  cursor: pointer;
  font-size: 0;
}
.checkbox-v2__label-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #555;
  background: transparent;
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
}
.checkbox-v2__label-box-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 24px;
  height: 24px;
}
.checkbox-v2__label-box-icon {
  width: 16px;
  height: 16px;
  fill: transparent;
}
.checkbox-v2__label-text {
  display: inline-block;
  line-height: 24px;
  color: #000;
  font-size: 14px;
  padding-left: 4px;
}
.bg-black .checkbox-v2__label-box {
  border: 1px solid #ddd;
  background: #000;
}
.bg-dark-gray .checkbox-v2__label-box {
  border: 1px solid #ddd;
  background: #313131;
}
.bg-black .checkbox-v2__label-text,
.bg-dark-gray .checkbox-v2__label-text {
  color: #fff;
}
.checkbox-v2__label:hover .checkbox-v2__label-box,
.checkbox-v2__label:focus .checkbox-v2__label-box {
  border-color: #3ba7ff;
  background-color: rgba(59, 168, 255, 0.08);
}
input[type='checkbox']:focus
  ~ .checkbox-v2__label
  .checkbox-v2__label-box-wrap {
  outline: 2px solid #2189ff;
}
input[type='checkbox']:checked ~ .checkbox-v2__label .checkbox-v2__label-box {
  border: 0;
  background-color: #2189ff;
  -webkit-animation: checkbox-animation 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  animation: checkbox-animation 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
input[type='checkbox']:checked
  ~ .checkbox-v2__label
  .checkbox-v2__label-box-icon {
  fill: #fff;
}
input[type='checkbox']:disabled ~ .checkbox-v2__label {
  cursor: default;
}
input[type='checkbox']:disabled ~ .checkbox-v2__label .checkbox-v2__label-box,
input[type='checkbox']:disabled
  ~ .checkbox-v2__label:hover
  .checkbox-v2__label-box,
input[type='checkbox']:disabled
  ~ .checkbox-v2__label:focus
  .checkbox-v2__label-box {
  border-color: #ddd;
  background: transparent;
}
input[type='checkbox']:checked
  ~ .checkbox-v2__label:hover
  .checkbox-v2__label-box,
input[type='checkbox']:checked
  ~ .checkbox-v2__label:focus
  .checkbox-v2__label-box {
  background-color: #3ba7ff;
}
input[type='checkbox']:disabled:checked
  ~ .checkbox-v2__label
  .checkbox-v2__label-box {
  border: 0;
  background-color: #ddd;
  pointer-events: none;
  -webkit-animation: none;
  animation: none;
}
.bg-black
  input[type='checkbox']:checked
  ~ .checkbox-v2__label
  .checkbox-v2__label-box-icon {
  fill: #000;
}
.bg-dark-gray
  input[type='checkbox']:checked
  ~ .checkbox-v2__label
  .checkbox-v2__label-box-icon {
  fill: #313131;
}
.bg-light-gray
  input[type='checkbox']:checked
  ~ .checkbox-v2__label
  .checkbox-v2__label-box-icon {
  fill: #f7f7f7;
}
.bg-black
  input[type='checkbox']:disabled
  ~ .checkbox-v2__label
  .checkbox-v2__label-box,
.bg-dark-gray
  input[type='checkbox']:disabled
  ~ .checkbox-v2__label
  .checkbox-v2__label-box,
.bg-black
  input[type='checkbox']:disabled
  ~ .checkbox-v2__label:hover
  .checkbox-v2__label-box,
.bg-dark-gray
  input[type='checkbox']:disabled
  ~ .checkbox-v2__label:hover
  .checkbox-v2__label-box,
.bg-black
  input[type='checkbox']:disabled
  ~ .checkbox-v2__label:focus
  .checkbox-v2__label-box,
.bg-dark-gray
  input[type='checkbox']:disabled
  ~ .checkbox-v2__label:focus
  .checkbox-v2__label-box {
  border-color: #555;
}
.bg-black
  input[type='checkbox']:disabled:checked
  ~ .checkbox-v2__label
  .checkbox-v2__label-box,
.bg-dark-gray
  input[type='checkbox']:disabled:checked
  ~ .checkbox-v2__label
  .checkbox-v2__label-box {
  background-color: #555;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .checkbox-v2__label {
    min-height: 1.66666667vw;
  }
  .checkbox-v2__label-box {
    width: 1.38888889vw;
    height: 1.38888889vw;
  }
  .checkbox-v2__label-box-wrap {
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .checkbox-v2__label-box-icon {
    width: 1.11111111vw;
    height: 1.11111111vw;
  }
  .checkbox-v2__label-text {
    line-height: 1.66666667vw;
    font-size: 0.97222222vw;
    padding-left: 0.27777778vw;
  }
}
@media only screen and (max-width: 767px) {
  .checkbox-v2__label {
    min-height: 6.66666667vw;
  }
  .checkbox-v2__label-box {
    width: 5.55555556vw;
    height: 5.55555556vw;
  }
  .checkbox-v2__label-box-wrap {
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .checkbox-v2__label-box-icon {
    width: 4.44444444vw;
    height: 4.44444444vw;
  }
  .checkbox-v2__label-text {
    line-height: 6.66666667vw;
    font-size: 3.88888889vw;
    padding-left: 1.11111111vw;
  }
}
@-webkit-keyframes checkbox-animation {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
}
@keyframes checkbox-animation {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
}
.radio-v2 {
  display: inline-block;
  position: relative;
  font-size: 0;
}
.radio-v2__label {
  display: inline-block;
  color: #000;
  cursor: pointer;
  font-size: 0;
}
.radio-v2__label-box {
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #555;
  background: transparent;
}
.radio-v2__label-box-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 24px;
  height: 24px;
}
.radio-v2__label-box-circle {
  width: 12px;
  height: 12px;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  background: transparent;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio-v2__label-text {
  display: inline-block;
  line-height: 24px;
  color: #000;
  font-size: 14px;
  padding-left: 4px;
}
.bg-black .radio-v2__label-box,
.bg-dark-gray .radio-v2__label-box {
  border: 1px solid #ddd;
}
.radio-v2__label:hover .radio-v2__label-box,
.radio-v2__label:focus .radio-v2__label-box {
  border-color: #3ba7ff;
}
.bg-black .radio-v2__label-text,
.bg-dark-gray .radio-v2__label-text {
  color: #fff;
}
input[type='radio']:checked ~ .radio-v2__label .radio-v2__label-box {
  border-color: #2189ff;
}
input[type='radio']:checked ~ .radio-v2__label .radio-v2__label-box-circle {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #2189ff;
}
input[type='radio']:disabled ~ .radio-v2__label {
  cursor: default;
}
input[type='radio']:focus ~ .radio-v2__label .radio-v2__label-box-wrap {
  outline: 2px solid #2189ff;
}
input[type='radio']:checked ~ .radio-v2__label:hover,
input[type='radio']:checked ~ .radio-v2__label:focus {
  border-color: #3ba7ff;
}
input[type='radio']:checked
  ~ .radio-v2__label:hover
  .radio-v2__label-box-circle,
input[type='radio']:checked
  ~ .radio-v2__label:focus
  .radio-v2__label-box-circle {
  background-color: #3ba7ff;
}
input[type='radio']:disabled ~ .radio-v2__label .radio-v2__label-box,
input[type='radio']:disabled ~ .radio-v2__label:hover .radio-v2__label-box,
input[type='radio']:disabled ~ .radio-v2__label:focus .radio-v2__label-box {
  border-color: #ddd;
}
input[type='radio']:disabled:checked ~ .radio-v2__label .radio-v2__label-box {
  pointer-events: none;
}
input[type='radio']:disabled:checked
  ~ .radio-v2__label
  .radio-v2__label-box-circle {
  -webkit-transition: none;
  transition: none;
  background-color: #ddd;
}
.bg-black input[type='radio']:disabled ~ .radio-v2__label .radio-v2__label-box,
.bg-dark-gray
  input[type='radio']:disabled
  ~ .radio-v2__label
  .radio-v2__label-box,
.bg-black
  input[type='radio']:disabled
  ~ .radio-v2__label:hover
  .radio-v2__label-box,
.bg-dark-gray
  input[type='radio']:disabled
  ~ .radio-v2__label:hover
  .radio-v2__label-box,
.bg-black
  input[type='radio']:disabled
  ~ .radio-v2__label:focus
  .radio-v2__label-box,
.bg-dark-gray
  input[type='radio']:disabled
  ~ .radio-v2__label:focus
  .radio-v2__label-box {
  border-color: #555;
}
.bg-black
  input[type='radio']:disabled:checked
  ~ .radio-v2__label
  .radio-v2__label-box,
.bg-dark-gray
  input[type='radio']:disabled:checked
  ~ .radio-v2__label
  .radio-v2__label-box {
  pointer-events: none;
}
.bg-black
  input[type='radio']:disabled:checked
  ~ .radio-v2__label
  .radio-v2__label-box-circle,
.bg-dark-gray
  input[type='radio']:disabled:checked
  ~ .radio-v2__label
  .radio-v2__label-box-circle {
  background-color: #555;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .radio-v2__label-box {
    width: 1.38888889vw;
    height: 1.38888889vw;
  }
  .radio-v2__label-box-wrap {
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .radio-v2__label-box-circle {
    width: 0.83333333vw;
    height: 0.83333333vw;
  }
  .radio-v2__label-text {
    line-height: 1.66666667vw;
    font-size: 0.97222222vw;
    padding-left: 0.27777778vw;
  }
}
@media only screen and (max-width: 767px) {
  .radio-v2__label-box {
    width: 5.55555556vw;
    height: 5.55555556vw;
  }
  .radio-v2__label-box-wrap {
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .radio-v2__label-box-circle {
    width: 3.33333333vw;
    height: 3.33333333vw;
  }
  .radio-v2__label-text {
    line-height: 6.66666667vw;
    font-size: 3.88888889vw;
    padding-left: 1.11111111vw;
  }
}
.text-field {
  position: relative;
}
.text-field label {
  position: absolute;
  left: 0;
  top: 22px;
  font-size: 18px;
  line-height: 1.33;
  color: #8f8f8f;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    font-size 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    top 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    font-size 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    top 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.text-field input {
  display: block;
  width: 100%;
  padding: 22px 32px 7px 0;
  border: 0 none;
  border-bottom: 1px solid #8f8f8f;
  color: #000;
  font-size: 18px;
  line-height: 1.33;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0;
  resize: none;
}
.text-field input::-ms-clear {
  display: none;
}
.text-field .icon {
  position: absolute;
  top: 26px;
  right: 8px;
  width: 16px;
  height: 16px;
  fill: #8f8f8f;
}
.text-field .assistive-message,
.text-field .error-message,
.text-field .success-message {
  padding-top: 8px;
  font-size: 12px;
  line-height: 1.33;
}
.text-field .assistive-message {
  color: #8f8f8f;
}
.text-field .error-message {
  display: none;
  color: #ef3434;
}
.text-field .success-message {
  display: none;
  color: #2189ff;
}
.text-field--focus label {
  top: 0;
  font-size: 14px;
  color: #2189ff;
}
.text-field--focus input {
  padding-bottom: 6px;
  border-bottom: 2px solid #2189ff;
  caret-color: #2189ff;
}
.text-field--focus .icon {
  fill: #000;
}
.text-field--active label {
  top: 0;
  font-size: 14px;
}
.text-field--active .icon {
  fill: #000;
}
.text-field--disabled label {
  color: #ddd;
}
.text-field--disabled input {
  color: #ddd;
  border-bottom-color: #ddd;
}
.text-field--disabled .icon {
  fill: #ddd;
  pointer-events: none;
}
.text-field--error label {
  color: #ef3434 !important;
}
.text-field--error input {
  border-bottom-color: #ef3434 !important;
  caret-color: #ef3434 !important;
}
.text-field--error .assistive-message {
  display: none;
}
.text-field--error .error-message {
  display: block;
}
.text-field--success label {
  color: #2189ff !important;
}
.text-field--success input {
  border-bottom-color: #2189ff !important;
}
.text-field--success .assistive-message {
  display: none;
}
.text-field--success .success-message {
  display: block;
}
.text-field--hide-label.text-field label {
  top: 0;
}
.text-field--hide-label.text-field input {
  padding-top: 0;
}
.text-field--hide-label.text-field .icon {
  top: 4px;
}
.text-field--hide-label.text-field--focus label,
.text-field--hide-label.text-field--active label,
.text-field--hide-label.text-field--error label,
.text-field--hide-label.text-field--success label,
.text-field--hide-label.text-field--disabled label {
  overflow: hidden;
  text-indent: -9999px;
  clip: rect(1px, 1px, 1px, 1px);
}
.bg-black .text-field input {
  color: #fff;
}
.bg-black .text-field--focus .icon,
.bg-black .text-field--active .icon {
  fill: #fff;
}
.bg-black .text-field--disabled label {
  color: #555;
}
.bg-black .text-field--disabled input {
  color: #555;
  border-bottom-color: #555;
}
.bg-black .text-field--disabled .icon {
  fill: #555;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .text-field label {
    top: 1.52777778vw;
    font-size: 1.25vw;
  }
  .text-field input {
    padding: 1.52777778vw 2.22222222vw 0.48611111vw 0vw;
    border-bottom-width: 0.06944444vw;
    font-size: 1.25vw;
  }
  .text-field .icon {
    top: 1.80555556vw;
    right: 0.55555556vw;
    width: 1.11111111vw;
    height: 1.11111111vw;
  }
  .text-field .assistive-message,
  .text-field .error-message,
  .text-field .success-message {
    padding-top: 0.55555556vw;
    font-size: 0.83333333vw;
  }
  .text-field--focus label {
    top: 0;
    font-size: 0.97222222vw;
  }
  .text-field--focus input {
    padding-bottom: 0.41666667vw;
    border-bottom-width: 0.13888889vw;
  }
  .text-field--active label {
    top: 0;
    font-size: 0.97222222vw;
  }
  .text-field--hide-label .icon {
    top: 0.27777778vw;
  }
}
@media only screen and (max-width: 767px) {
  .text-field label {
    top: 5vw;
    font-size: 3.88888889vw;
  }
  .text-field input {
    padding: 5vw 8.88888889vw 1.94444444vw 0vw;
    border-bottom-width: 0.27777778vw;
    font-size: 3.88888889vw;
  }
  .text-field .icon {
    top: 5.55555556vw;
    right: 2.22222222vw;
    width: 4.44444444vw;
    height: 4.44444444vw;
  }
  .text-field .assistive-message,
  .text-field .error-message,
  .text-field .success-message {
    padding-top: 2.22222222vw;
    font-size: 2.77777778vw;
  }
  .text-field--focus label {
    top: 0;
    font-size: 3.33333333vw;
  }
  .text-field--focus input {
    padding-bottom: 1.66666667vw;
    border-bottom-width: 0.55555556vw;
  }
  .text-field--active label {
    top: 0;
    font-size: 3.33333333vw;
  }
  .text-field--hide-label .icon {
    top: 0.55555556vw;
  }
}
.text-field-v2 {
  position: relative;
  direction: ltr;
}
.text-field-v2__hint {
  position: absolute;
  left: 0;
  font-size: 18px;
  line-height: 24px;
  color: #8f8f8f;
  -webkit-transform: translate(0, 22px);
  transform: translate(0, 22px);
  -webkit-transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    font-size 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    font-size 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    font-size 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    font-size 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.multi-line .text-field-v2__hint {
  line-height: 20px;
  padding: 2px;
  -webkit-transform: translate(14px, 33px);
  transform: translate(14px, 33px);
}
.bg-black .text-field-v2__hint,
.bg-dark-gray .text-field-v2__hint {
  color: #aaa;
}
.disabled .text-field-v2__hint {
  color: #ddd;
}
.focus .text-field-v2__hint {
  color: #2189ff;
}
.error .text-field-v2__hint {
  color: #ef3434;
}
.no-title .text-field-v2__hint {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.multi-line.no-title .text-field-v2__hint {
  -webkit-transform: translate(14px, 10px);
  transform: translate(14px, 10px);
}
.active .text-field-v2__hint,
.multi-line.active .text-field-v2__hint {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
.multi-line.active .text-field-v2__hint {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.active .text-field-v2__hint {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bg-black .disabled .text-field-v2__hint,
.bg-dark-gray .disabled .text-field-v2__hint {
  color: #555;
}
.no-title.active .text-field-v2__hint {
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.text-field-v2__input {
  width: 100%;
  color: #000;
  line-height: 24px;
  font-size: 18px;
  padding: 0 32px 8px 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0;
  resize: none;
  outline: 0;
}
.text-field-v2__input-wrap {
  position: relative;
  padding-top: 22px;
}
.multi-line .text-field-v2__input-wrap {
  height: 108px;
  padding-top: 23px;
}
.no-title.multi-line .text-field-v2__input-wrap {
  height: 85px;
}
.text-field-v2__input-wrap:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #8f8f8f;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: height 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-black .text-field-v2__input-wrap:after,
.bg-dark-gray .text-field-v2__input-wrap:after {
  background-color: #aaa;
}
.disabled .text-field-v2__input-wrap:after {
  background-color: #ddd;
}
.focus .text-field-v2__input-wrap:after {
  height: 2px;
  background-color: #2189ff;
}
.error .text-field-v2__input-wrap:after {
  height: 2px;
  background-color: #ef3434;
}
.bg-black .disabled .text-field-v2__input-wrap:after,
.bg-dark-gray .disabled .text-field-v2__input-wrap:after {
  background-color: #555;
}
.multi-line .text-field-v2__input-wrap:after {
  content: '';
  position: absolute;
  top: 23px;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  border: 1px solid #8f8f8f;
  border-radius: 6px;
  z-index: -1;
  -webkit-transition: border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    border-width 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    border-width 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-black .multi-line .text-field-v2__input-wrap:after,
.bg-dark-gray .multi-line .text-field-v2__input-wrap:after {
  border-color: #aaa;
  background-color: transparent;
  -webkit-transform: none;
  transform: none;
}
.disabled.multi-line .text-field-v2__input-wrap:after {
  border-color: #ddd;
  background-color: transparent;
  -webkit-transform: none;
  transform: none;
}
.focus.multi-line .text-field-v2__input-wrap:after {
  border-width: 2px;
  border-color: #2189ff;
  background-color: transparent;
  -webkit-transform: none;
  transform: none;
}
.error.multi-line .text-field-v2__input-wrap:after {
  border-width: 2px;
  border-color: #ef3434;
  background-color: transparent;
  -webkit-transform: none;
  transform: none;
}
.no-title.multi-line .text-field-v2__input-wrap:after {
  top: 0;
}
.bg-black .disabled.multi-line .text-field-v2__input-wrap:after,
.bg-dark-gray .disabled.multi-line .text-field-v2__input-wrap:after {
  border-color: #555;
  background-color: transparent;
  -webkit-transform: none;
  transform: none;
}
.no-title .text-field-v2__input-wrap,
.no-title.multi-line .text-field-v2__input-wrap {
  padding-top: 0;
}
.text-field-v2__input-multi-line {
  width: 100%;
  height: 100%;
  padding: 10px 14px;
  font-size: 18px;
  border: 2px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0;
  resize: none;
  outline: 0;
}
.text-field-v2__input-multi-line:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.no-icon .text-field-v2__input {
  padding-right: 0;
}
.text-field-v2__input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.text-field-v2__input::-ms-clear {
  display: none;
}
.bg-black .text-field-v2__input,
.bg-black .text-field-v2__input-multi-line,
.bg-dark-gray .text-field-v2__input,
.bg-dark-gray .text-field-v2__input-multi-line {
  color: #fff;
}
.disabled .text-field-v2__input,
.disabled .text-field-v2__input-multi-line {
  color: #ddd;
  -webkit-transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-black .disabled .text-field-v2__input,
.bg-black .disabled .text-field-v2__input-multi-line,
.bg-dark-gray .disabled .text-field-v2__input,
.bg-dark-gray .disabled .text-field-v2__input-multi-line {
  color: #555;
  -webkit-transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.text-field-v2__input-icon {
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 24px;
  right: 0;
  bottom: 8px;
}
.text-field-v2__input-icon.default {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.text-field-v2__input-icon.delete,
.text-field-v2__input-icon.error,
.text-field-v2__input-icon.open-down {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0 0.1s,
    opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0 0.1s, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.error .text-field-v2__input-icon.error {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.error .text-field-v2__input-icon.default,
.error .text-field-v2__input-icon.delete {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0 0.1s,
    opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0 0.1s, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.success .text-field-v2__input-icon.default,
.success .text-field-v2__input-icon.delete,
.success .text-field-v2__input-icon.error {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0 0.1s,
    opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0 0.1s, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.delete .text-field-v2__input-icon.delete {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.delete .text-field-v2__input-icon.default,
.delete .text-field-v2__input-icon.error {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0 0.1s,
    opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0 0.1s, opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.text-field-v2__input-icon .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 8px;
  bottom: 4px;
  fill: #8f8f8f;
  -webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-black .text-field-v2__input-icon .icon,
.bg-dark-gray .text-field-v2__input-icon .icon {
  fill: #aaa;
}
.disabled .text-field-v2__input-icon .icon {
  fill: #ddd;
}
.bg-black .disabled .text-field-v2__input-icon .icon,
.bg-dark-gray .disabled .text-field-v2__input-icon .icon {
  fill: #555;
}
.error .text-field-v2__input-icon.error .icon {
  fill: #ef3434;
}
.text-field-v2__text {
  font-size: 12px;
  line-height: 16px;
  padding-top: 8px;
}
.text-field-v2__text.assistive {
  display: block;
  color: #8f8f8f;
}
.text-field-v2__text.error {
  display: none;
  color: #ef3434;
}
.text-field-v2__text.success {
  display: none;
  color: #2189ff;
}
.bg-black .text-field-v2__text.assistive,
.bg-dark-gray .text-field-v2__text.assistive {
  color: #aaa;
}
.error .text-field-v2__text.error {
  display: block;
}
.error .text-field-v2__text.assistive,
.error .text-field-v2__text.success {
  display: none;
}
.success .text-field-v2__text.success {
  display: block;
}
.success .text-field-v2__text.assistive,
.success .text-field-v2__text.error {
  display: none;
}
.disabled .text-field-v2__text {
  color: #ddd;
}
.bg-black .disabled .text-field-v2__text.assistive,
.bg-dark-gray .disabled .text-field-v2__text.assistive {
  color: #555;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .text-field-v2__hint {
    font-size: 1.25vw;
    line-height: 1.66666667vw;
    -webkit-transform: translate(0, 1.52777778vw);
    transform: translate(0, 1.52777778vw);
  }
  .multi-line .text-field-v2__hint {
    line-height: 1.38888889vw;
    -webkit-transform: translate(0.97222222vw, 2.29166667vw);
    transform: translate(0.97222222vw, 2.29166667vw);
  }
  .multi-line.no-title .text-field-v2__hint {
    -webkit-transform: translate(0.97222222vw, 0.69444444vw);
    transform: translate(0.97222222vw, 0.69444444vw);
  }
  .active .text-field-v2__hint,
  .multi-line.active .text-field-v2__hint {
    font-size: 0.97222222vw;
    line-height: 1.38888889vw;
  }
  .text-field-v2__input {
    line-height: 1.66666667vw;
    font-size: 1.25vw;
    padding: 0vw 2.22222222vw 0.55555556vw 0vw;
  }
  .text-field-v2__input-wrap {
    padding-top: 1.52777778vw;
  }
  .multi-line .text-field-v2__input-wrap {
    height: 7.5vw;
    padding-top: 1.59722222vw;
  }
  .no-title.multi-line .text-field-v2__input-wrap {
    height: 5.90277778vw;
  }
  .multi-line .text-field-v2__input-wrap:after {
    top: 1.59722222vw;
  }
  .text-field-v2__input-multi-line {
    padding: 0.69444444vw 0.97222222vw;
    font-size: 1.25vw;
  }
  .text-field-v2__input-icon {
    width: 2.22222222vw;
    height: 1.66666667vw;
    bottom: 0.55555556vw;
  }
  .text-field-v2__input-icon .icon {
    width: 1.11111111vw;
    height: 1.11111111vw;
    right: 0.55555556vw;
    bottom: 0.27777778vw;
  }
  .text-field-v2__text {
    font-size: 0.83333333vw;
    line-height: 1.11111111vw;
    padding-top: 0.55555556vw;
  }
}
@media only screen and (max-width: 767px) {
  .text-field-v2__hint {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
    -webkit-transform: translate(0, 5vw);
    transform: translate(0, 5vw);
  }
  .multi-line .text-field-v2__hint {
    line-height: 4.44444444vw;
    -webkit-transform: translate(3.88888889vw, 7.77777778vw);
    transform: translate(3.88888889vw, 7.77777778vw);
  }
  .multi-line.no-title .text-field-v2__hint {
    -webkit-transform: translate(3.88888889vw, 2.77777778vw);
    transform: translate(3.88888889vw, 2.77777778vw);
  }
  .active .text-field-v2__hint,
  .multi-line.active .text-field-v2__hint {
    font-size: 3.33333333vw;
    line-height: 4.44444444vw;
  }
  .text-field-v2__input {
    line-height: 5.55555556vw;
    font-size: 3.88888889vw;
    padding: 0vw 8.88888889vw 2.22222222vw 0vw;
  }
  .text-field-v2__input-wrap {
    padding-top: 5vw;
  }
  .multi-line .text-field-v2__input-wrap {
    height: 27.22222222vw;
    padding-top: 5vw;
  }
  .no-title.multi-line .text-field-v2__input-wrap {
    height: 22.22222222vw;
  }
  .multi-line .text-field-v2__input-wrap:after {
    top: 5vw;
  }
  .text-field-v2__input-multi-line {
    padding: 2.77777778vw 3.88888889vw;
    font-size: 3.88888889vw;
  }
  .text-field-v2__input-icon {
    width: 8.88888889vw;
    height: 5.55555556vw;
    bottom: 2.22222222vw;
  }
  .text-field-v2__input-icon .icon {
    width: 4.44444444vw;
    height: 4.44444444vw;
    right: 2.22222222vw;
    bottom: 0.55555556vw;
  }
  .text-field-v2__text {
    font-size: 2.77777778vw;
    line-height: 3.88888889vw;
    padding-top: 2.22222222vw;
  }
}
.icon {
  cursor: pointer;
}
.image {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 0;
}
.image__preview,
.image__main {
  display: inline-block;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.image__preview:not([src]),
.image__main:not([src]) {
  height: 0;
}
.image__preview + .image__main {
  position: absolute;
  left: 0;
  top: 0;
}
.image--loaded {
  opacity: 1;
  visibility: visible;
}
.image--hide {
  visibility: hidden;
}
.image--dyn-height.image--main-loaded .image__main {
  position: relative;
}
.image--dyn-height.image--main-loaded .image__preview {
  position: absolute;
  left: 0;
  top: 0;
}
.image .hover-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.image .hover-scale:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.image .image--loaded.hover-image {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0,
    opacity 0.1s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: visibility 0,
    opacity 0.1s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.image__hover-image--hover {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  left: 0;
  -webkit-transition: visibility 0 0.2s,
    opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: visibility 0 0.2s,
    opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.image:hover .image--loaded.hover-image {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0 0.2s,
    opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: visibility 0 0.2s,
    opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.image:hover .image__hover-image--hover {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0,
    opacity 0.1s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: visibility 0,
    opacity 0.1s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.image-360 {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.image-360 [data-akamai-viewer] {
  height: 100%;
}
.image-360 [data-akamai-viewer] div {
  height: 100%;
}
.image-360 [data-akamai-viewer] canvas {
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.image-v2 {
  display: inline-block;
  position: relative;
  font-size: 0;
}
.image-v2__preview,
.image-v2__main {
  display: inline-block;
  width: 100%;
  height: auto;
}
.image-v2__preview:not([src]),
.image-v2__main:not([src]) {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.image-v2--fixed-size .image-v2__preview,
.image-v2--fixed-size .image-v2__main {
  width: 100%;
  height: 100%;
}
.image-v2--origin-size .image-v2__preview,
.image-v2--origin-size .image-v2__main {
  width: auto;
  height: auto;
}
.image-v2--fixed-height .image-v2__preview,
.image-v2--fixed-height .image-v2__main {
  width: auto;
  height: 100%;
}
.image-v2__preview + .image-v2__main {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.image-v2--main-loaded .image-v2__preview {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.image-v2--main-loaded .image-v2__main {
  visibility: visible;
  opacity: 1;
}
.image-v2--main-loaded .image-v2__preview + .image-v2__main {
  position: relative;
  -webkit-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
}
.indicator {
  text-align: center;
  font-size: 0;
}
.indicator-wrap {
  display: inline-block;
  direction: rtl;
  white-space: nowrap;
}
.dot-indicator .indicator-wrap {
  position: relative;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.9);
}
.dot-indicator .indicator-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.bg-dark-gray .dot-indicator .indicator-wrap,
.bg-black .dot-indicator .indicator-wrap {
  background-color: rgba(0, 0, 0, 0.75);
}
.bg-dark-gray .dot-indicator .indicator-wrap:after,
.bg-black .dot-indicator .indicator-wrap:after {
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.text-color--black .dot-indicator .indicator-wrap {
  background-color: rgba(255, 255, 255, 0.45);
}
.text-color--black .dot-indicator .indicator-wrap:after {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.text-color--white .dot-indicator .indicator-wrap {
  background-color: rgba(0, 0, 0, 0.45);
}
.text-color--white .dot-indicator .indicator-wrap:after {
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.high-contrast .dot-indicator .indicator-wrap {
  border-radius: 0;
  background-color: #000;
}
.indicator.dot-indicator-mobile-only {
  display: none;
}
.indicator__controls {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.indicator__controls svg {
  width: 100%;
  height: 100%;
}
.indicator__controls .play {
  display: none;
}
.indicator__controls .pause {
  display: inline;
}
.indicator__controls--play.indicator__controls .play {
  display: inline;
}
.indicator__controls--play.indicator__controls .pause {
  display: none;
}
.bg-dark-gray .indicator__controls svg,
.bg-black .indicator__controls svg {
  fill: #fff;
}
.text-color--black .indicator__controls svg {
  fill: #000;
}
.text-color--white .indicator__controls svg {
  fill: #fff;
}
.label-indicator .indicator__controls {
  margin-left: 16px;
}
.dot-indicator .indicator__controls {
  margin-right: 8px;
}
.high-contrast .dot-indicator .indicator__controls svg {
  fill: #fff;
}
.indicator__list-wrap {
  display: inline-block;
  direction: ltr;
  vertical-align: middle;
}
.label-indicator .indicator__list-wrap {
  height: 56px;
  white-space: nowrap;
}
.dot-indicator .indicator__list-wrap {
  height: auto;
  overflow: hidden;
  white-space: nowrap;
  padding: 4px 8px;
}
.dot-indicator .indicator__list-wrap.dot-more {
  max-width: 152px;
}
.label-indicator .indicator__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 43px;
}
.dot-indicator .indicator__list {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.label-indicator .indicator__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 160px;
  min-height: 30px;
  margin-right: 16px;
}
.label-indicator .indicator__item:after {
  content: ' ';
  min-height: inherit;
  font-size: 0;
}
.dot-indicator .indicator__item {
  margin-right: 4px;
}
.label-indicator .indicator__item:last-of-type,
.dot-indicator .indicator__item:last-of-type {
  margin-right: 0;
}
.indicator__dot {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  display: inline-block;
  height: 50%;
  width: 50%;
}
.indicator__dot-wrap {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.label-indicator .indicator__dot-wrap {
  display: none;
}
.high-contrast .indicator__dot-wrap:hover {
  border-radius: 50%;
  background-color: #fff01f;
}
.indicator__dot-inner {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #757575;
}
.bg-dark-gray .indicator__dot-inner,
.bg-black .indicator__dot-inner {
  background-color: #8f8f8f;
}
.text-color--black .indicator__dot-inner {
  background-color: #757575;
}
.text-color--white .indicator__dot-inner {
  background-color: #8f8f8f;
}
.high-contrast .indicator__dot-inner {
  background-color: #8f8f8f;
}
.high-contrast .indicator__item--active .indicator__dot-wrap {
  border-radius: 50%;
  background-color: #fff01f;
}
.indicator__item--active .indicator__dot-inner {
  background-color: #000;
}
.bg-dark-gray .indicator__item--active .indicator__dot-inner,
.bg-black .indicator__item--active .indicator__dot-inner {
  background-color: #fff;
}
.text-color--black .indicator__item--active .indicator__dot-inner {
  background-color: #000;
}
.text-color--white .indicator__item--active .indicator__dot-inner {
  background-color: #fff;
}
.high-contrast .indicator__item--active .indicator__dot-inner {
  background-color: #fff;
}
.indicator__label {
  width: 100%;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 6px;
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #000;
  opacity: 0;
  -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.indicator__label-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 13px;
}
.dot-indicator .indicator__label-wrap {
  display: none;
}
.indicator__label-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
}
.bg-dark-gray .indicator__label-line,
.bg-black .indicator__label-line {
  background-color: rgba(255, 255, 255, 0.25);
}
.text-color--black .indicator__label-line {
  background-color: rgba(0, 0, 0, 0.2);
}
.text-color--white .indicator__label-line {
  background-color: rgba(255, 255, 255, 0.25);
}
.indicator__label-line-filled {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0 0.2s;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0 0.2s;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0 0.2s;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0 0.2s,
    -webkit-transform 0 0.2s;
}
.bg-dark-gray .indicator__label-line-filled,
.bg-black .indicator__label-line-filled {
  background-color: #fff;
}
.text-color--black .indicator__label-line-filled {
  background-color: #000;
}
.text-color--white .indicator__label-line-filled {
  background-color: #fff;
}
.indicator__item--hover .indicator__label {
  opacity: 1;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.indicator__item--not-hover .indicator__label {
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.bg-dark-gray .indicator__label,
.bg-black .indicator__label {
  color: #fff;
}
.text-color--black .indicator__label {
  color: #000;
}
.text-color--white .indicator__label {
  color: #fff;
}
.indicator__item--active .indicator__label-line {
  background: rgba(0, 0, 0, 0.4);
}
.bg-dark-gray .indicator__item--active .indicator__label-line,
.bg-black .indicator__item--active .indicator__label-line {
  background-color: rgba(255, 255, 255, 0.45);
}
.text-color--black .indicator__item--active .indicator__label-line {
  background-color: rgba(0, 0, 0, 0.4);
}
.text-color--white .indicator__item--active .indicator__label-line {
  background-color: rgba(255, 255, 255, 0.45);
}
.indicator__item--active .indicator__label-line-filled {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .dot-indicator .indicator-wrap {
    border-radius: 1.11111111vw;
  }
  .dot-indicator .indicator-wrap:after {
    border-radius: 1.11111111vw;
  }
  .indicator__controls {
    width: 1.11111111vw;
    height: 1.11111111vw;
  }
  .label-indicator .indicator__controls {
    margin-left: 1.11111111vw;
  }
  .dot-indicator .indicator__controls {
    margin-right: 0.55555556vw;
  }
  .label-indicator .indicator__list-wrap {
    height: 3.88888889vw;
  }
  .dot-indicator .indicator__list-wrap {
    padding: 0.27777778vw 0.55555556vw;
  }
  .dot-indicator .indicator__list-wrap.dot-more {
    max-width: 10.55555556vw;
  }
  .label-indicator .indicator__list {
    height: 2.98611111vw;
  }
  .label-indicator .indicator__item {
    width: 11.11111111vw;
    min-height: 2.08333333vw;
    margin-right: 1.11111111vw;
  }
  .dot-indicator .indicator__item {
    margin-right: 0.27777778vw;
  }
  .indicator__label {
    padding-top: 0.34722222vw;
    padding-bottom: 0.41666667vw;
    line-height: 1.31944444vw;
    font-size: 0.97222222vw;
  }
  .indicator__label-wrap {
    margin-bottom: 0.90277778vw;
  }
  .indicator__dot-wrap {
    width: 1.11111111vw;
    height: 1.11111111vw;
  }
}
@media only screen and (max-width: 767px) {
  .dot-indicator .indicator-wrap {
    border-radius: 4.44444444vw;
  }
  .dot-indicator .indicator-wrap:after {
    border-radius: 4.44444444vw;
  }
  .indicator.dot-indicator-mobile-only {
    display: block;
  }
  .indicator__controls {
    width: 4.44444444vw;
    height: 4.44444444vw;
  }
  .dot-indicator .indicator__controls {
    margin-right: 2.22222222vw;
  }
  .dot-indicator .indicator__list-wrap {
    padding: 1.11111111vw 2.22222222vw;
  }
  .dot-indicator .indicator__list-wrap.dot-more {
    max-width: 42.22222222vw;
  }
  .dot-indicator .indicator__item {
    margin-right: 1.11111111vw;
  }
  .indicator__dot-wrap {
    width: 4.44444444vw;
    height: 4.44444444vw;
  }
  .indicator__label-wrap {
    display: none;
  }
}
.arrow-indicator {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.arrow-indicator-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 600;
}
.arrow-indicator svg {
  width: 100%;
  height: 100%;
}
.arrow-indicator--disabled {
  pointer-events: none;
}
.arrow-indicator--contained {
  width: 56px;
  height: 56px;
  padding: 8px;
}
.arrow-indicator--contained svg > g > g > circle {
  fill: #000;
  fill-opacity: 0.45;
  stroke: #fff;
  stroke-opacity: 0.15;
  -webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    fill-opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    fill-opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.arrow-indicator--contained svg > g > g > g {
  fill: #fff;
  fill-opacity: 0.95;
}
.arrow-indicator--contained:focus svg > g > g > circle,
.arrow-indicator--contained:hover svg > g > g > circle {
  fill: #1c1c1c;
  fill-opacity: 1;
}
.arrow-indicator--prev {
  left: 0;
}
.arrow-indicator--next {
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .arrow-indicator--contained {
    width: 3.88888889vw;
    height: 3.88888889vw;
    padding: 0.55555556vw;
  }
}
@media only screen and (max-width: 767px) {
  .arrow-indicator--contained {
    width: 15.55555556vw;
    height: 15.55555556vw;
    padding: 2.22222222vw;
  }
}
.menu {
  display: inline-block;
  position: relative;
  min-width: 180px;
  max-width: 360px;
  width: 180px;
  direction: ltr;
}
.menu.menu--text-field {
  width: 380px;
  padding-top: 22px;
  padding-bottom: 24px;
}
.menu.focus {
  outline: 2px solid #2189ff;
}
.menu.menu--text-field.focus {
  outline: 0;
}
.menu--text-field__hint {
  position: absolute;
  -webkit-transform: translate(0, 22px);
  transform: translate(0, 22px);
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 24px;
  color: #8f8f8f;
  -webkit-transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    font-size 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    font-size 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    font-size 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    font-size 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.init .menu--text-field__hint {
  -webkit-transition: none;
  transition: none;
}
.bg-black .menu--text-field__hint,
.bg-dark-gray .menu--text-field__hint {
  color: #aaa;
}
.selected .menu--text-field__hint,
.open .menu--text-field__hint {
  padding: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  font-size: 14px;
  line-height: 20px;
  color: #2189ff;
}
.disabled .menu--text-field__hint {
  color: #ddd;
}
.bg-black .disabled .menu--text-field__hint,
.bg-dark-gray .disabled .menu--text-field__hint {
  color: #555;
}
.selected:not(.focus):not(.open) .menu--text-field__hint {
  color: #8f8f8f;
}
.error.selected:not(.focus):not(.open) .menu--text-field__hint {
  color: #ef3434;
}
.disabled.selected:not(.focus):not(.open) .menu--text-field__hint {
  color: #ddd;
}
.bg-black .selected:not(.focus):not(.open) .menu--text-field__hint,
.bg-dark-gray .selected:not(.focus):not(.open) .menu--text-field__hint {
  color: #aaa;
}
.bg-black .error.selected:not(.focus):not(.open) .menu--text-field__hint,
.bg-dark-gray .error.selected:not(.focus):not(.open) .menu--text-field__hint {
  color: #ef3434;
}
.bg-black .disabled.selected:not(.focus):not(.open) .menu--text-field__hint,
.bg-dark-gray
  .disabled.selected:not(.focus):not(.open)
  .menu--text-field__hint {
  color: #555;
}
.menu--text-field__error {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  padding-top: 8px;
  color: #ef3434;
}
.error .menu--text-field__error {
  display: block;
}
.menu__select {
  width: 100%;
  height: 100%;
  min-height: 36px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  padding: 0;
  margin: 0;
  border: 0;
}
.filled .menu__select {
  min-height: 48px;
}
.menu--text-field .menu__select {
  min-height: auto;
  height: 32px;
  top: 22px;
}
.menu__select-field {
  width: 100%;
  min-height: 36px;
  text-align: right;
}
.menu__select-field-text {
  display: block;
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 24px;
  margin-right: 48px;
}
.multiline:not(.menu--text-field) .menu__select-field-text {
  white-space: normal;
}
.bg-black .menu__select-field-text,
.bg-dark-gray .menu__select-field-text {
  color: #fff;
}
.disabled .menu__select-field-text {
  color: #ddd;
}
.menu__select-field-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  right: 24px;
  fill: #000;
}
.bg-black .menu__select-field-icon,
.bg-dark-gray .menu__select-field-icon {
  fill: #fff;
}
.disabled .menu__select-field-icon {
  fill: #ddd;
}
.menu__select-field-icon.down {
  display: inline;
}
.menu__select-field-icon.up {
  display: none;
}
.open .menu__select-field-icon.down {
  display: none;
}
.open .menu__select-field-icon.up {
  display: inline;
}
.filled .menu__select-field {
  min-height: 48px;
  border-radius: 24px;
  text-align: left;
  padding-right: 0;
  background: #fff;
}
.filled .menu__select-field-text {
  font-size: 18px;
  font-weight: normal;
  margin-left: 24px;
  margin-right: 64px;
}
.filled .menu__select-field-icon {
  width: 24px;
  height: 24px;
  right: 24px;
}
.bg-black .filled .menu__select-field,
.bg-dark-gray .filled .menu__select-field {
  background-color: #000;
}
.filled:not(.disabled) .menu__select-field:hover,
.filled:not(.disabled) .menu__select-field:focus {
  background: #f7f7f7;
}
.filled:not(.disabled) .menu__select-field:hover-text,
.filled:not(.disabled) .menu__select-field:focus-text {
  color: #313131;
}
.filled:not(.disabled) .menu__select-field:hover-icon,
.filled:not(.disabled) .menu__select-field:focus-icon {
  fill: #313131;
}
.bg-black .filled:not(.disabled) .menu__select-field:hover,
.bg-dark-gray .filled:not(.disabled) .menu__select-field:hover,
.bg-black .filled:not(.disabled) .menu__select-field:focus,
.bg-dark-gray .filled:not(.disabled) .menu__select-field:focus {
  background-color: #1c1c1c;
}
.filled.open .menu__select-field-icon.down {
  display: inline;
}
.filled.open .menu__select-field-icon.up {
  display: none;
}
.filled.selected .menu__select-field-text {
  font-weight: bold;
}
.disabled .menu__select-field {
  cursor: default;
}
.menu--text-field .menu__select-field {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: left;
}
.menu--text-field .menu__select-field-text {
  display: inline-block;
  width: 100%;
  height: 32px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 0;
  font-weight: normal;
  padding: 0 32px 8px 0;
}
.bg-black .menu--text-field .menu__select-field-text,
.bg-dark-gray .menu--text-field .menu__select-field-text {
  color: #fff;
}
.menu--text-field .menu__select-field-text:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #8f8f8f;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: height 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-black .menu--text-field .menu__select-field-text:after,
.bg-dark-gray .menu--text-field .menu__select-field-text:after {
  background-color: #aaa;
}
.selected.menu--text-field .menu__select-field-text:after,
.open.menu--text-field .menu__select-field-text:after {
  height: 2px;
  background-color: #2189ff;
}
.error.menu--text-field .menu__select-field-text:after {
  height: 2px;
  background-color: #ef3434;
}
.disabled.menu--text-field .menu__select-field-text:after {
  background-color: #ddd;
}
.bg-black .disabled.menu--text-field .menu__select-field-text:after,
.bg-dark-gray .disabled.menu--text-field .menu__select-field-text:after {
  background-color: #555;
}
.selected:not(.focus):not(.open).menu--text-field
  .menu__select-field-text:after {
  height: 1px;
  background-color: #8f8f8f;
}
.error.selected:not(.focus):not(.open).menu--text-field
  .menu__select-field-text:after {
  height: 2px;
  background-color: #ef3434;
}
.disabled.selected:not(.focus):not(.open).menu--text-field
  .menu__select-field-text:after {
  background-color: #ddd;
}
.bg-black
  .selected:not(.focus):not(.open).menu--text-field
  .menu__select-field-text:after,
.bg-dark-gray
  .selected:not(.focus):not(.open).menu--text-field
  .menu__select-field-text:after {
  color: #aaa;
}
.bg-black
  .error.selected:not(.focus):not(.open).menu--text-field
  .menu__select-field-text:after,
.bg-dark-gray
  .error.selected:not(.focus):not(.open).menu--text-field
  .menu__select-field-text:after {
  color: #ef3434;
}
.bg-black
  .disabled.selected:not(.focus):not(.open).menu--text-field
  .menu__select-field-text:after,
.bg-dark-gray
  .disabled.selected:not(.focus):not(.open).menu--text-field
  .menu__select-field-text:after {
  color: #555;
}
.disabled.menu--text-field .menu__select-field-text {
  color: #ddd;
}
.bg-black .disabled.menu--text-field .menu__select-field-text,
.bg-dark-gray .disabled.menu--text-field .menu__select-field-text {
  color: #555;
}
.menu--text-field .menu__select-field-icon.down,
.menu--text-field .menu__select-field-icon.up {
  width: 16px;
  height: 16px;
  top: auto;
  -webkit-transform: none;
  transform: none;
  bottom: 12px;
  fill: #000;
  right: 8px;
}
.bg-black .menu--text-field .menu__select-field-icon.down,
.bg-black .menu--text-field .menu__select-field-icon.up,
.bg-dark-gray .menu--text-field .menu__select-field-icon.down,
.bg-dark-gray .menu--text-field .menu__select-field-icon.up {
  fill: #aaa;
}
.disabled.menu--text-field .menu__select-field-icon.down,
.disabled.menu--text-field .menu__select-field-icon.up {
  fill: #ddd;
}
.bg-black .disabled.menu--text-field .menu__select-field-icon.down,
.bg-black .disabled.menu--text-field .menu__select-field-icon.up,
.bg-dark-gray .disabled.menu--text-field .menu__select-field-icon.down,
.bg-dark-gray .disabled.menu--text-field .menu__select-field-icon.up {
  fill: #555;
}
.menu--text-field .menu__select-field:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu__list-wrap {
  width: 100%;
  top: 36px;
  left: 0;
  right: 0;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  z-index: 1;
}
.bg-black .menu__list-wrap,
.bg-dark-gray .menu__list-wrap {
  background: #000;
}
.menu__list-wrap.scrollbar {
  max-width: none;
  max-height: none;
  position: absolute;
}
.filled .menu__list-wrap {
  border-radius: 24px;
  top: 0;
}
.filled .menu__list-wrap .scrollbar-vertical__track {
  top: 20px;
  bottom: 20px;
}
.menu__list-option {
  width: 100%;
  min-height: 26px;
  text-align: left;
}
.menu__list-option-wrap {
  position: relative;
  cursor: pointer;
  padding: 5px;
}
.menu__list-option-wrap:first-of-type {
  margin-top: 8px;
}
.menu__list-option-wrap:last-of-type {
  margin-bottom: 8px;
}
.menu__list-option-text {
  display: block;
  color: #000;
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 14px;
  word-break: break-word;
  margin-left: 19px;
  margin-right: 43px;
}
.bg-black .menu__list-option-text,
.bg-dark-gray .menu__list-option-text {
  color: #fff;
}
.active .menu__list-option-text {
  font-weight: bold;
}
.disabled .menu__list-option-text {
  color: #ddd;
}
.bg-black .disabled .menu__list-option-text,
.bg-dark-gray .disabled .menu__list-option-text {
  color: #555;
}
.menu__list-option-icon {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  right: 24px;
  fill: #000;
}
.bg-black .menu__list-option-icon,
.bg-dark-gray .menu__list-option-icon {
  fill: #fff;
}
.active .menu__list-option-icon {
  display: inline;
}
.menu__list-option-wrap.disabled {
  cursor: default;
  pointer-events: none;
}
.menu__list-option-wrap:hover {
  background-color: #f7f7f7;
}
.bg-black .menu__list-option-wrap:hover,
.bg-dark-gray .menu__list-option-wrap:hover {
  background-color: #1c1c1c;
}
.menu__list-option-wrap:hover .menu__list-option-text {
  color: #313131;
}
.bg-black .menu__list-option-wrap:hover .menu__list-option-text,
.bg-dark-gray .menu__list-option-wrap:hover .menu__list-option-text {
  color: #eee;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .menu {
    min-width: 12.5vw;
    max-width: 25vw;
    width: 12.5vw;
  }
  .menu.menu--text-field {
    width: 22.91666667vw;
    padding-top: 1.52777778vw;
    padding-bottom: 1.66666667vw;
  }
  .menu--text-field__hint {
    font-size: 1.25vw;
    line-height: 1.66666667vw;
    -webkit-transform: translate(0, 1.52777778vw);
    transform: translate(0, 1.52777778vw);
  }
  .selected .menu--text-field__hint,
  .open .menu--text-field__hint {
    font-size: 0.97222222vw;
    line-height: 1.38888889vw;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .menu--text-field__error {
    font-size: 0.83333333vw;
    line-height: 1.11111111vw;
    padding-top: 0.55555556vw;
  }
  .menu__select {
    min-height: 2.5vw;
  }
  .filled .menu__select {
    min-height: 3.33333333vw;
  }
  .menu--text-field .menu__select {
    height: 2.22222222vw;
    top: 1.52777778vw;
  }
  .menu__select-field {
    min-height: 2.5vw;
  }
  .menu__select-field-text {
    font-size: 0.97222222vw;
    margin-left: 1.66666667vw;
    margin-right: 3.33333333vw;
  }
  .menu__select-field-icon {
    width: 1.11111111vw;
    height: 1.11111111vw;
    right: 1.66666667vw;
  }
  .filled .menu__select-field {
    min-height: 3.33333333vw;
    border-radius: 1.66666667vw;
  }
  .filled .menu__select-field-text {
    font-size: 1.25vw;
    margin-left: 1.66666667vw;
    margin-right: 4.44444444vw;
  }
  .filled .menu__select-field-icon {
    width: 1.66666667vw;
    height: 1.66666667vw;
    right: 1.66666667vw;
  }
  .menu--text-field .menu__select-field {
    height: 2.22222222vw;
  }
  .menu--text-field .menu__select-field-text {
    height: 2.22222222vw;
    font-size: 1.25vw;
    line-height: 1.66666667vw;
    padding: 0vw 2.22222222vw 0.55555556vw 0vw;
  }
  .menu--text-field .menu__select-field-icon.down,
  .menu--text-field .menu__select-field-icon.up {
    width: 1.11111111vw;
    height: 1.11111111vw;
    bottom: 0.83333333vw;
    right: 0.55555556vw;
  }
  .menu__list-wrap {
    top: 2.5vw;
    border-radius: 0.41666667vw;
  }
  .filled .menu__list-wrap {
    border-radius: 1.66666667vw;
  }
  .filled .menu__list-wrap .scrollbar-vertical__track {
    top: 1.38888889vw;
    bottom: 1.38888889vw;
  }
  .menu__list-option {
    min-height: 1.80555556vw;
  }
  .menu__list-option-wrap {
    padding: 0.34722222vw;
  }
  .menu__list-option-wrap:first-of-type {
    margin-top: 0.55555556vw;
  }
  .menu__list-option-wrap:last-of-type {
    margin-bottom: 0.55555556vw;
  }
  .menu__list-option-text {
    font-size: 0.97222222vw;
    margin-left: 1.31944444vw;
    margin-right: 2.98611111vw;
  }
  .menu__list-option-icon {
    width: 1.11111111vw;
    height: 1.11111111vw;
    right: 1.66666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .menu {
    min-width: 50vw;
    max-width: 100vw;
    width: 50vw;
  }
  .menu.menu--text-field {
    width: 91.66666667vw;
    padding-top: 5vw;
    padding-bottom: 6.11111111vw;
  }
  .menu--text-field__hint {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
    -webkit-transform: translate(0, 5vw);
    transform: translate(0, 5vw);
  }
  .selected .menu--text-field__hint,
  .open .menu--text-field__hint {
    font-size: 3.33333333vw;
    line-height: 4.44444444vw;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .menu--text-field__error {
    font-size: 2.77777778vw;
    line-height: 3.88888889vw;
    padding-top: 2.22222222vw;
  }
  .menu__select {
    visibility: visible;
    z-index: 1;
    min-height: 10vw;
  }
  .filled .menu__select {
    min-height: 13.33333333vw;
  }
  .menu--text-field .menu__select {
    height: 7.77777778vw;
    top: 5vw;
  }
  .menu__select-field {
    min-height: 10vw;
  }
  .menu__select-field-text {
    font-size: 3.33333333vw;
    margin-left: 6.66666667vw;
    margin-right: 13.33333333vw;
  }
  .menu__select-field-icon {
    width: 4.44444444vw;
    height: 4.44444444vw;
    right: 6.66666667vw;
  }
  .filled .menu__select-field {
    min-height: 13.33333333vw;
    border-radius: 6.66666667vw;
  }
  .filled .menu__select-field-text {
    font-size: 3.88888889vw;
    margin-left: 6.66666667vw;
    margin-right: 15.55555556vw;
  }
  .filled .menu__select-field-icon {
    width: 4.44444444vw;
    height: 4.44444444vw;
    right: 6.66666667vw;
  }
  .menu--text-field .menu__select-field {
    height: 7.77777778vw;
  }
  .menu--text-field .menu__select-field-text {
    height: 7.77777778vw;
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
    padding: 0vw 8.88888889vw 2.22222222vw 0vw;
  }
  .menu--text-field .menu__select-field-icon.down,
  .menu--text-field .menu__select-field-icon.up {
    width: 4.44444444vw;
    height: 4.44444444vw;
    bottom: 2.77777778vw;
    right: 2.22222222vw;
  }
}
.option-selector__swiper {
  display: inline-block;
  height: 100%;
  max-width: 100%;
  text-align: center;
}
.option-selector__swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.option-selector__swiper-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  text-align: center;
  position: relative;
  height: 100%;
  z-index: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1),
    -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.option-selector__swiper-slide {
  display: inline-block;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0;
}
.option-selector__button-next,
.option-selector__button-prev {
  display: none;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.option-selector__button-next .icon,
.option-selector__button-prev .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.option-selector__button-next:after,
.option-selector__button-prev:after {
  display: none;
}
.option-selector__button--disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}
.option-selector__button-prev {
  left: 0;
}
.option-selector__button-next {
  right: 0;
}
.option-selector__wrap {
  width: 100%;
  position: relative;
  text-align: center;
}
.option-selector__wrap--color-chip {
  margin-bottom: 12px;
}
.option-selector__wrap--capacity ~ .option-selector__wrap--capacity {
  margin-top: 12px;
}
.option-selector__color input[type='radio'],
.option-selector__size input[type='radio'] {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  outline: 0;
}
.option-selector__color label,
.option-selector__size label {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}
.option-selector__color input[type='radio']:focus ~ label:after,
.option-selector__size input[type='radio']:focus ~ label:after {
  content: ' ';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  outline: 2px dotted black;
  pointer-events: none;
}
.option-selector__color {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0 8px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.option-selector__color-name {
  display: none;
}
.option-selector__color-text .option-selector__color-name {
  font-size: 12px;
  display: block;
  width: 100%;
  line-height: 16px;
  margin-bottom: 12px;
  text-align: left;
  font-weight: 700;
}
.option-selector__color-text .option-selector__color-name .color-name-text {
  display: inline-block;
  font-weight: normal;
}
.option-selector__color label {
  display: block;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.option-selector__color-code {
  overflow: hidden;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 50%;
}
.option-selector__color-code:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.option-selector__color-code-half {
  display: inline-block;
  width: 50%;
  height: 100%;
}
.option-selector__color input:checked + label {
  border: 1px solid #000;
}
.option-selector__color input:disabled + label {
  opacity: 0.2;
}
.option-selector__size {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: auto;
  height: 100%;
}
.option-selector__size-label {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  height: 28px;
  font-size: 12px;
  vertical-align: middle;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 17px;
}
.option-selector__size-label-text > span {
  display: block;
}
.option-selector__size input:disabled + label {
  color: #ddd;
}
.option-selector__floating-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 14px;
  border: 1px solid #000;
}
.option-selector .is-disabled {
  cursor: auto;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .option-selector__button-next,
  .option-selector__button-prev {
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .option-selector__button-next .icon,
  .option-selector__button-prev .icon {
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .option-selector__wrap--color-chip {
    margin-bottom: 0.83333333vw;
  }
  .option-selector__wrap--capacity ~ .option-selector__wrap--capacity {
    margin-top: 0.83333333vw;
  }
  .option-selector__color {
    width: 1.66666667vw;
    height: 1.66666667vw;
    padding: 0vw 0.55555556vw;
  }
  .option-selector__color-text .option-selector__color-name {
    font-size: 0.83333333vw;
    line-height: 1.11111111vw;
    margin-bottom: 0.83333333vw;
  }
  .option-selector__floating-bar {
    border-radius: 0.97222222vw;
  }
  .option-selector__size-label {
    height: 1.94444444vw;
    padding: 0vw 1.18055556vw;
    font-size: 0.83333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .option-selector__button-next,
  .option-selector__button-prev {
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .option-selector__button-next .icon,
  .option-selector__button-prev .icon {
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .option-selector__wrap--color-chip {
    margin-bottom: 3.33333333vw;
  }
  .option-selector__wrap--capacity ~ .option-selector__wrap--capacity {
    margin-top: 3.33333333vw;
  }
  .option-selector__color {
    width: 6.66666667vw;
    height: 6.66666667vw;
    padding: 0vw 2.22222222vw;
  }
  .option-selector__color-text .option-selector__color-name {
    font-size: 3.33333333vw;
    line-height: 4.44444444vw;
    margin-bottom: 3.33333333vw;
  }
  .option-selector__floating-bar {
    border-radius: 3.88888889vw;
  }
  .option-selector__size-label {
    height: 7.77777778vw;
    padding: 0vw 4.72222222vw;
    font-size: 3.33333333vw;
  }
}
.option-selector-v2__wrap {
  position: relative;
  width: 100%;
}
.option-selector-v2__wrap--color-chip ~ .option-selector-v2__wrap--capacity {
  margin-top: 12px;
}
.option-selector-v2__swiper {
  height: 100%;
  max-width: 100%;
  text-align: left;
}
.option-selector-v2__swiper-container {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  list-style: none;
  z-index: 1;
}
.option-selector-v2__swiper-container:before,
.option-selector-v2__swiper-container:after {
  content: '';
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 40px;
}
.option-selector-v2__swiper-container:before {
  pointer-events: none;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}
.prev .option-selector-v2__swiper-container:before {
  display: block;
}
.option-selector-v2__swiper-container:after {
  pointer-events: none;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
.next .option-selector-v2__swiper-container:after {
  display: block;
}
.option-selector-v2__swiper-wrapper {
  display: inline-block;
  font-size: 0;
  height: 100%;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1),
    -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  white-space: nowrap;
}
.option-selector-v2__swiper-slide {
  display: inline-block;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  white-space: nowrap;
  padding: 0 8px;
}
.option-selector-v2__swiper-slide:first-child {
  padding-left: 0;
}
.option-selector-v2__swiper-slide:last-child {
  padding-right: 0;
}
.option-selector-v2__color,
.option-selector-v2__size {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}
.option-selector-v2__color {
  position: relative;
  font-size: 0;
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.option-selector-v2__color:after {
  content: '';
  display: none;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #000;
  border-radius: 50%;
}
.is-checked .option-selector-v2__color:after {
  display: block;
}
.option-selector-v2__color:focus {
  outline: 0;
}
.option-selector-v2__color:focus:before {
  content: ' ';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  outline: 2px dotted black;
  pointer-events: none;
}
.is-disabled .option-selector-v2__color {
  opacity: 0.2;
}
.option-selector-v2__color-code {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.option-selector-v2__color-code:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.option-selector-v2__color-code-half {
  display: inline-block;
  width: 50%;
  height: 100%;
}
.option-selector-v2__color-text .option-selector-v2__color-name {
  font-size: 12px;
  display: block;
  width: 100%;
  line-height: 16px;
  margin-bottom: 12px;
  padding-left: 24px;
  text-align: left;
  font-weight: 700;
}
.option-selector-v2__color-text .option-selector-v2__color-name span {
  display: inline-block;
  font-weight: normal;
}
.option-selector-v2__size {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 28px;
  padding: 0 8px;
  border-radius: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  color: #000;
  vertical-align: middle;
  position: relative;
}
.option-selector-v2__size-text {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 12px;
}
.is-checked .option-selector-v2__size {
  border-color: #000;
}
.is-disabled .option-selector-v2__size {
  color: #ddd;
}
.option-selector-v2__size:focus {
  outline: 0;
}
.option-selector-v2__size:focus:before {
  content: ' ';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  outline: 2px dotted black;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .option-selector-v2__wrap--color-chip ~ .option-selector-v2__wrap--capacity {
    margin-top: 0.83333333vw;
  }
  .option-selector-v2__swiper-container {
    padding: 0vw 1.66666667vw;
  }
  .option-selector-v2__swiper-container:before,
  .option-selector-v2__swiper-container:after {
    width: 2.77777778vw;
  }
  .option-selector-v2__swiper-slide {
    padding: 0vw 0.55555556vw;
  }
  .option-selector-v2__color {
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .option-selector-v2__color-text .option-selector-v2__color-name {
    font-size: 0.83333333vw;
    line-height: 1.11111111vw;
    margin-bottom: 0.83333333vw;
    padding-left: 1.66666667vw;
  }
  .option-selector-v2__size {
    height: 1.94444444vw;
    padding: 0vw 0.55555556vw;
    border-radius: 1.94444444vw;
  }
  .option-selector-v2__size-text {
    font-size: 0.83333333vw;
  }
}
@media only screen and (max-width: 1440px) {
  @-moz-document url-prefix() {
    .option-selector-v2__swiper-container {
      padding-top: 1px;
      padding-bottom: 1px;
    }
    .option-selector-v2__color,
    .option-selector-v2__size {
      outline-offset: -1px;
    }
  }
}
@media only screen and (max-width: 767px) {
  .option-selector-v2__wrap--color-chip ~ .option-selector-v2__wrap--capacity {
    margin-top: 3.33333333vw;
  }
  .option-selector-v2__swiper-container {
    padding: 0vw 4.16666667vw;
  }
  .option-selector-v2__swiper-container:before,
  .option-selector-v2__swiper-container:after {
    width: 6.66666667vw;
  }
  .option-selector-v2__swiper-slide {
    padding: 0vw 2.22222222vw;
  }
  .option-selector-v2__color {
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .option-selector-v2__color-text .option-selector-v2__color-name {
    font-size: 3.33333333vw;
    line-height: 4.44444444vw;
    margin-bottom: 3.33333333vw;
    padding-left: 4.16666667vw;
  }
  .option-selector-v2__size {
    height: 7.77777778vw;
    padding: 0vw 2.22222222vw;
    border-radius: 7.77777778vw;
  }
  .option-selector-v2__size-text {
    font-size: 3.33333333vw;
  }
}
.popup-video {
  display: none;
}
.popup-video--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3100;
}
.popup-video__dimmed {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.9;
}
.popup-video__video-wrap {
  position: relative;
  z-index: 3100;
}
.popup-video__video-wrap .video {
  display: none;
  width: 100%;
  height: 100%;
}
.popup-video__btn-video-close {
  position: fixed;
  display: inline-block;
  z-index: 3100;
  top: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  font-size: 0;
}
.popup-video__btn-video-close svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .popup-video__btn-video-close {
    top: 1.66666667vw;
    right: 1.66666667vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .popup-video__btn-video-close {
    top: 6.66666667vw;
    right: 6.66666667vw;
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
}
.circular-progress {
  position: relative;
  width: 72px;
  height: 72px;
}
.circular-progress__a,
.circular-progress__b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.circular-progress__a {
  -webkit-animation: moveCircleA 1.6s infinite cubic-bezier(0, 0, 1, 1);
  animation: moveCircleA 1.6s infinite cubic-bezier(0, 0, 1, 1);
}
.circular-progress__b {
  -webkit-animation: moveCircleB 1.6s infinite cubic-bezier(0, 0, 1, 1);
  animation: moveCircleB 1.6s infinite cubic-bezier(0, 0, 1, 1);
}
.circular-progress--light-bg .circular-progress__a,
.circular-progress--light-bg .circular-progress__b {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/circle-progress-light-bg-desktop.png');
}
.circular-progress--dark-bg .circular-progress__a,
.circular-progress--dark-bg .circular-progress__b {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/circle-progress-dark-bg-desktop.png');
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .circular-progress {
    width: 5vw;
    height: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  .circular-progress {
    width: 13.33333333vw;
    height: 13.33333333vw;
  }
  .circular-progress--light-bg .circular-progress__a,
  .circular-progress--light-bg .circular-progress__b {
    background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/circle-progress-light-bg-mobile.png');
  }
  .circular-progress--dark-bg .circular-progress__a,
  .circular-progress--dark-bg .circular-progress__b {
    background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/circle-progress-dark-bg-mobile.png');
  }
}
@-webkit-keyframes moveCircleA {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes moveCircleA {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-webkit-keyframes moveCircleB {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  75% {
    -webkit-transform: rotate(485deg);
    transform: rotate(485deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes moveCircleB {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  75% {
    -webkit-transform: rotate(485deg);
    transform: rotate(485deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
.loader {
  position: fixed;
  z-index: 3200;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  border-radius: 50%;
}
.loader * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  direction: ltr;
}
.loader .loader-wrapper {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
}
.loader .loader-wrapper--active {
  -webkit-animation: progress-background-ani 1568ms linear infinite;
  animation: progress-background-ani 1568ms linear infinite;
}
.loader .spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #1428a0;
}
.loader .spinner-blue-only {
  -webkit-animation: spinner-ani 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  animation: spinner-ani 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.loader .circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.loader .circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 4px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.loader .circle-left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
  -webkit-animation: circle-left-ani 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: circle-left-ani 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.loader .circle-right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
  -webkit-animation: circle-right-ani 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: circle-right-ani 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.loader .gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.loader .gap-patch .circle {
  width: 1000%;
  left: -450%;
}
@-webkit-keyframes progress-background-ani {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes progress-background-ani {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spinner-ani {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(3turn);
    transform: rotate(3turn);
  }
}
@keyframes spinner-ani {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(3turn);
    transform: rotate(3turn);
  }
}
@-webkit-keyframes circle-left-ani {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@keyframes circle-left-ani {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@-webkit-keyframes circle-right-ani {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@keyframes circle-right-ani {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@-webkit-keyframes bounceDelay {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes bounceDelay {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3100;
  text-align: center;
  opacity: 1;
  background-color: #000;
  -webkit-transition: 0.4s opacity ease-in;
  transition: 0.4s opacity ease-in;
}
.progress__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -65px;
}
.progress__wrapper > div {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 2px;
  border-radius: 24px;
  background-color: #fff;
  -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
  animation: bounceDelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.progress__wrapper > .progress__circle-1 {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}
.progress__wrapper > .progress__circle-2 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.progress__wrapper > .progress__circle-3 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.rating {
  display: inline-block;
  font-size: 0;
  line-height: 1.33;
  color: #ddd;
  vertical-align: top;
  white-space: nowrap;
}
.rating__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  height: 20px;
}
.rating__star-list,
.rating__star-item {
  display: inline-block;
  vertical-align: top;
}
.rating__star-list {
  margin-right: 8px;
}
.rating__star-item {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.rating__star-item:last-of-type {
  margin-right: 0;
}
.rating__star-empty,
.rating__star-filled {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.rating__star-empty {
  display: inline-block;
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-rating-star-empty-grayscale-bb.svg');
}
.rating__star-filled {
  position: absolute;
  top: 0;
  left: 0;
  background-position: left top;
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-rating-star-filled.svg');
}
.rating__review-count {
  margin-left: 5px;
}
.rating__point,
.rating__review-count {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}
.rating.rating--dense .rating__inner {
  height: 16px;
}
.rating.rating--dense .rating__star-item {
  width: 12px;
  height: 12px;
}
.rating.rating--dense .rating__point,
.rating.rating--dense .rating__review-count {
  font-weight: normal;
  font-size: 12px;
}
.rating.rating--empty .rating__inner {
  color: #757575;
}
.rating.rating--empty .rating__star-empty {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-rating-star-empty-grayscale-dd.svg');
}
.bg-black .rating {
  color: #555;
}
.bg-black .rating__star-filled {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-rating-star-filled-ff.svg');
}
.bg-black .rating .rating__star-empty {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-rating-star-empty-grayscale-75.svg');
}
.bg-black .rating .rating__inner {
  color: #fff;
}
.bg-black .rating.rating--empty .rating__inner {
  color: #555;
}
.bg-black .rating.rating--empty .rating__star-empty {
  background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-rating-star-empty-grayscale-55.svg');
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .rating__inner {
    height: 1.38888889vw;
  }
  .rating__star-list {
    margin-right: 0.55555556vw;
  }
  .rating__star-item {
    width: 1.11111111vw;
    height: 1.11111111vw;
    margin-right: 0.27777778vw;
  }
  .rating__star-item:last-of-type {
    margin-right: 0;
  }
  .rating__review-count {
    margin-left: 0.34722222vw;
  }
  .rating__point,
  .rating__review-count {
    font-size: 0.97222222vw;
  }
  .rating.rating--dense .rating__inner {
    height: 1.11111111vw;
  }
  .rating.rating--dense .rating__star-item {
    width: 0.83333333vw;
    height: 0.83333333vw;
  }
  .rating.rating--dense .rating__point,
  .rating.rating--dense .rating__review-count {
    font-size: 0.83333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .rating__inner {
    height: 4.44444444vw;
  }
  .rating__star-list {
    margin-right: 2.22222222vw;
  }
  .rating__star-item {
    width: 4.44444444vw;
    height: 4.44444444vw;
    margin-right: 1.11111111vw;
  }
  .rating__star-item:last-of-type {
    margin-right: 0;
  }
  .rating__review-count {
    margin-left: 1.38888889vw;
  }
  .rating__point,
  .rating__review-count {
    font-size: 3.33333333vw;
  }
  .rating.rating--dense .rating__inner {
    height: 3.88888889vw;
  }
  .rating.rating--dense .rating__star-item {
    width: 3.33333333vw;
    height: 3.33333333vw;
  }
  .rating.rating--dense .rating__point,
  .rating.rating--dense .rating__review-count {
    font-size: 2.77777778vw;
  }
}
.scrollbar {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}
.scrollbar__wrap {
  overflow-y: auto;
  overflow-x: auto;
  width: 100%;
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scrollbar__wrap::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}
.scrollbar-horizontal__track {
  position: absolute;
  width: 448px;
  height: 32px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.scrollbar-horizontal__track-content {
  position: absolute;
  left: 24px;
  right: 24px;
  height: 16px;
  overflow: hidden;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.scrollbar-horizontal__track-content:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #ddd;
  border-radius: 1.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.scrollbar-horizontal__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  font-size: 0;
}
.scrollbar-horizontal__bar:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #8f8f8f;
  border-radius: 1.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bg-black .scrollbar-horizontal__bar:after,
.bg-dark-gray .scrollbar-horizontal__bar:after {
  background: #aaa;
}
.scrollbar-horizontal__track-content.bar-dragging
  .scrollbar-horizontal__bar:after,
.scrollbar-horizontal__track-content:hover .scrollbar-horizontal__bar:after {
  height: 5px;
  border-radius: 2.5px;
  background-color: #313131;
}
.bg-black .scrollbar-horizontal__track-content:before,
.bg-dark-gray .scrollbar-horizontal__track-content:before {
  background: #555;
}
.bg-black
  .scrollbar-horizontal__track-content.bar-dragging
  .scrollbar-horizontal__bar:after,
.bg-black
  .scrollbar-horizontal__track-content:hover
  .scrollbar-horizontal__bar:after,
.bg-dark-gray
  .scrollbar-horizontal__track-content.bar-dragging
  .scrollbar-horizontal__bar:after,
.bg-dark-gray
  .scrollbar-horizontal__track-content:hover
  .scrollbar-horizontal__bar:after {
  background-color: #eee;
}
.scrollbar-vertical__track {
  position: absolute;
  width: 16px;
  top: 0;
  right: 0;
  bottom: 0;
}
.scrollbar-vertical__track-content {
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: 100%;
  z-index: 1;
}
.scrollbar-vertical__track-content:before {
  content: '';
  position: absolute;
  width: 3px;
  border-radius: 1.5px;
  top: 0;
  bottom: 0;
  right: 4px;
}
.scrollbar-vertical__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.scrollbar-vertical__bar:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 1.5px;
  background: #8f8f8f;
  right: 4px;
}
.bg-black .scrollbar-vertical__bar:after,
.bg-dark-gray .scrollbar-vertical__bar:after {
  background: #aaa;
}
.scrollbar-vertical__bar:hover:after,
.scrollbar-vertical__track-content.bar-dragging .scrollbar-vertical__bar:after {
  width: 5px;
  border-radius: 2.5px;
  background-color: #313131;
  right: 3px;
}
.bg-black .scrollbar-vertical__bar:hover:after,
.bg-dark-gray .scrollbar-vertical__bar:hover:after,
.bg-black
  .scrollbar-vertical__track-content.bar-dragging
  .scrollbar-vertical__bar:after,
.bg-dark-gray
  .scrollbar-vertical__track-content.bar-dragging
  .scrollbar-vertical__bar:after {
  background-color: #eee;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .scrollbar-horizontal__track {
    width: 31.11111111vw;
    height: 2.22222222vw;
  }
  .scrollbar-horizontal__track-content {
    left: 1.66666667vw;
    right: 1.66666667vw;
    height: 1.11111111vw;
  }
  .scrollbar-horizontal__track-content:before {
    height: 0.20833333vw;
    border-radius: 0.10416667vw;
  }
  .scrollbar-horizontal__bar:after {
    height: 0.20833333vw;
    border-radius: 0.10416667vw;
  }
  .scrollbar-horizontal__track-content.bar-dragging
    .scrollbar-horizontal__bar:after,
  .scrollbar-horizontal__track-content:hover .scrollbar-horizontal__bar:after {
    height: 0.34722222vw;
    border-radius: 0.17361111vw;
  }
  .scrollbar-vertical__track {
    width: 1.11111111vw;
  }
  .scrollbar-vertical__track-content {
    top: 0.27777778vw;
    bottom: 0.27777778vw;
  }
  .scrollbar-vertical__track-content:before {
    width: 0.20833333vw;
    border-radius: 0.10416667vw;
    right: 0.27777778vw;
  }
  .scrollbar-vertical__bar:after {
    width: 0.20833333vw;
    right: 0.27777778vw;
  }
  .scrollbar-vertical__bar:hover:after,
  .scrollbar-vertical__track-content.bar-dragging
    .scrollbar-vertical__bar:after {
    width: 0.34722222vw;
    border-radius: 0.17361111vw;
    right: 0.20833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .scrollbar-horizontal__track {
    width: 100vw;
    height: 8.88888889vw;
  }
  .scrollbar-horizontal__track-content {
    left: 6.66666667vw;
    right: 6.66666667vw;
    height: 4.44444444vw;
  }
  .scrollbar-horizontal__track-content:before {
    height: 0.83333333vw;
    border-radius: 0.41666667vw;
  }
  .scrollbar-horizontal__bar:after {
    height: 0.83333333vw;
    border-radius: 0.41666667vw;
  }
  .scrollbar-horizontal__track-content.bar-dragging
    .scrollbar-horizontal__bar:after,
  .scrollbar-horizontal__track-content:hover .scrollbar-horizontal__bar:after {
    height: 1.38888889vw;
    border-radius: 0.69444444vw;
  }
  .scrollbar-vertical__track {
    width: 4.44444444vw;
  }
  .scrollbar-vertical__track-content {
    top: 1.11111111vw;
    bottom: 1.11111111vw;
  }
  .scrollbar-vertical__track-content:before {
    width: 0.83333333vw;
    border-radius: 0.41666667vw;
    right: 1.11111111vw;
  }
  .scrollbar-vertical__bar:after {
    width: 0.83333333vw;
    right: 1.11111111vw;
  }
  .scrollbar-vertical__bar:hover:after,
  .scrollbar-vertical__track-content.bar-dragging
    .scrollbar-vertical__bar:after {
    width: 1.38888889vw;
    border-radius: 0.69444444vw;
    right: 0.83333333vw;
  }
}
.tab {
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  height: 64px;
}
.tab__list {
  margin: 0 auto;
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tab__list::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}
.tab__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 48px;
  height: 100%;
}
.tab__item:last-of-type {
  margin-right: 0;
}
.tab__item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-dark-gray .tab__item-title,
.bg-black .tab__item-title {
  color: #fff;
}
.bg-light-gray .tab__item-title {
  color: #000;
}
.tab__item-title:hover,
.tab__item-title:focus {
  color: #555;
}
.bg-dark-gray .tab__item-title:hover,
.bg-dark-gray .tab__item-title:focus,
.bg-black .tab__item-title:hover,
.bg-black .tab__item-title:focus {
  color: #ddd;
}
.bg-light-gray .tab__item-title:hover,
.bg-light-gray .tab__item-title:focus {
  color: #555;
}
.tab__item--active .tab__item-title:hover,
.tab__item--active .tab__item-title:focus {
  color: #000;
}
.bg-dark-gray .tab__item--active .tab__item-title:hover,
.bg-dark-gray .tab__item--active .tab__item-title:focus,
.bg-black .tab__item--active .tab__item-title:hover,
.bg-black .tab__item--active .tab__item-title:focus {
  color: #fff;
}
.tab__item-line {
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-dark-gray .tab__item-line,
.bg-black .tab__item-line {
  background-color: #fff;
}
.tab__item-line .bg-light-gray {
  background-color: #000;
}
.tab__item--active .tab__item-line {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .tab {
    height: 4.44444444vw;
  }
  .tab__item {
    margin-right: 3.33333333vw;
  }
  .tab__item-title {
    font-size: 1.25vw;
    line-height: 1.66666667vw;
    padding-top: 0.27777778vw;
    padding-bottom: 0.27777778vw;
  }
}
@media only screen and (max-width: 767px) {
  .tab {
    height: 17.77777778vw;
  }
  .tab__item {
    margin-right: 8.88888889vw;
  }
  .tab__item-title {
    font-size: 3.88888889vw;
    line-height: 6.11111111vw;
    padding-top: 1.11111111vw;
    padding-bottom: 1.11111111vw;
  }
  .tab__item:first-of-type {
    margin-left: 6.66666667vw;
  }
  .tab__item:last-of-type {
    margin-right: 6.66666667vw;
  }
}
.video {
  position: relative;
  height: auto;
  font-size: 0;
}
.video .image {
  visibility: hidden;
  opacity: 0;
}
.video .image img {
  width: 100%;
  height: 100%;
}
.video .image img:not([src]) {
  height: 0;
}
.video .image + figure {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
.video .image + figure.video--played {
  background: transparent;
}
.video .default-image--show {
  visibility: visible;
  opacity: 1;
}
.where-to-buy .layer-popup-dim {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.68;
  z-index: 3100;
}
.where-to-buy .layer-popup {
  display: none;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  letter-spacing: -4px;
  text-align: center;
  z-index: 3100;
}
.where-to-buy .layer-popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.where-to-buy .layer-popup__inner {
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding: 48px;
  border-radius: 20px;
  background: #fff;
  line-height: 1.33;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0;
}
.where-to-buy .layer-popup__title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
  font-family: 'SamsungSharpSans', arial, sans-serif;
}
.where-to-buy .layer-popup__contents {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.where-to-buy .layer-popup__cta-wrap {
  margin-top: 24px;
}
.where-to-buy .layer-popup__cta-wrap--align-right {
  text-align: right;
}
.where-to-buy .layer-popup__close {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 48px;
  height: 48px;
  color: transparent;
  text-indent: -9999px;
}
.where-to-buy .layer-popup__close .icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 25px;
  height: 25px;
}
.where-to-buy .where-to-buy__content {
  position: relative;
  width: 936px;
  padding: 0;
  text-align: left;
  background-color: #fff;
}
.where-to-buy__top {
  position: relative;
  padding: 18px 75px 0 40px;
  border-bottom: 1px solid #ccc;
}
.where-to-buy__headline {
  padding-top: 8px;
  font-size: 18px;
  font-weight: normal;
}
.where-to-buy__headline-text {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.041em;
  color: #000;
}
.where-to-buy__product {
  position: absolute;
  top: 19px;
  left: 41%;
  font-size: 0;
}
.where-to-buy__product-image {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  padding-right: 24px;
}
.where-to-buy__product-image img {
  width: 100%;
}
.where-to-buy__product-info {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.where-to-buy__product-name {
  overflow: hidden;
  display: block;
  display: -webkit-box;
  max-width: 300px;
  font-family: 'SamsungSharpSans', arial, sans-serif;
  font-size: 19px;
  max-height: 2.64em;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.where-to-buy__product-rating {
  padding-top: 4px;
}
.where-to-buy__product-rating.where-to-buy__product-no-rate > a,
.where-to-buy__product-rating.where-to-buy__product-no-rate .rating {
  display: none;
}
.where-to-buy__review-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.where-to-buy__review-link svg.icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16px;
  height: 16px;
  fill: #ffaa4e;
}
.where-to-buy__review-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33;
  color: #000;
  margin-left: 8px;
  text-align: left;
}
.where-to-buy__tab {
  padding-top: 25px;
}
.where-to-buy__tab:after {
  display: block;
  clear: both;
  content: '';
}
.where-to-buy__tab-item {
  float: left;
  margin-left: 32px;
}
.where-to-buy__tab-item:first-child {
  margin-left: 0;
}
.where-to-buy__tab-cta {
  overflow: visible;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  vertical-align: top;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.where-to-buy__tab-cta.is-selected {
  color: #1428a0;
}
.where-to-buy__tab-cta.is-selected:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #1428a0;
}
.where-to-buy__search {
  position: absolute;
  right: 15px;
  text-align: right;
  bottom: 10px;
}
.where-to-buy__search-cta {
  display: inline-block;
  position: relative;
  height: 24px;
  padding: 8px 35px 0 15px;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.071em;
  vertical-align: top;
}
.where-to-buy .where-to-buy__search-cta .icon {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 26px;
  height: 26px;
  margin-top: -4px;
}
.where-to-buy__online {
  display: none;
  background-color: #f1f1f1;
}
.where-to-buy__online-contents {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 650px;
}
.where-to-buy__banner {
  position: relative;
}
.where-to-buy__banner-contents {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 48px;
}
.where-to-buy__banner-headline {
  font-size: 32px;
  font-family: 'SamsungSharpSans', arial, sans-serif;
}
.where-to-buy__banner-cta-wrap {
  margin-top: -2px;
}
.where-to-buy__banner-cta-wrap .cta {
  text-transform: uppercase;
}
.where-to-buy__store {
  padding: 16px 16px 24px 40px;
}
.where-to-buy__store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 16px;
  font-size: 0;
}
.where-to-buy__store-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: inline-block;
  padding-top: 24px;
  padding-right: 24px;
  font-size: 16px;
  vertical-align: top;
}
.where-to-buy__store-link {
  display: block;
  height: 100%;
  border-radius: 16px;
  background-color: #fff;
}
.where-to-buy__store-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0;
}
.where-to-buy .where-to-buy__store-content .icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  width: 40px;
  height: 40px;
  margin-top: -9px;
  stroke: #000;
}
.where-to-buy__store-info {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.where-to-buy__store-name {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.where-to-buy__store-state {
  color: #1428a0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.where-to-buy__store-price {
  color: #363636;
  font-size: 26px;
  font-weight: bold;
}
.where-to-buy__store-description {
  color: #363636;
  font-size: 12px;
  line-height: 1.32;
}
.where-to-buy__store-logo {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 82px;
}
.where-to-buy__store-logo img {
  max-width: 135px;
}
.where-to-buy__store-more {
  padding-right: 24px;
  text-align: right;
}
.where-to-buy__store-more-cta {
  display: inline-block;
  position: relative;
  height: 24px;
  padding-right: 33px;
  font-size: 16px;
  line-height: 1.32;
  font-family: 'SamsungOne', arial, sans-serif;
  font-weight: bold;
}
.where-to-buy .where-to-buy__store-more-cta .icon {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 14px;
  height: 14px;
}
.where-to-buy__column--2 .where-to-buy__store-content {
  height: 166px;
}
.where-to-buy__column--2 .where-to-buy__store-info {
  width: 60%;
  padding-right: 30px;
  padding-left: 5px;
}
.where-to-buy__column--2 .where-to-buy__store-logo {
  width: 40%;
  padding: 5px 16px 0;
}
.where-to-buy__column--2 .where-to-buy__store-state {
  padding-top: 4px;
}
.where-to-buy__column--2 .where-to-buy__store-price {
  padding-top: 14px;
}
.where-to-buy__column--2 .where-to-buy__store-description {
  overflow: hidden;
  max-height: 2.64em;
  padding-top: 4px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.where-to-buy__column--4 .where-to-buy__store-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 19px 0;
  -ms-flex-line-pack: start;
  align-content: start;
}
.where-to-buy__column--4 .where-to-buy__store-logo {
  width: 100%;
}
.where-to-buy__column--4 .where-to-buy__store-info {
  width: 100%;
  padding-top: 27px;
  padding-left: 16px;
  padding-right: 30px;
}
.where-to-buy__column--4 .where-to-buy__store-state {
  padding: 10px 0 2px;
  font-size: 18px;
}
.where-to-buy__column--4 .where-to-buy__store-price {
  padding-top: 5px;
}
.where-to-buy__column--4 .where-to-buy__store-description {
  max-height: 8.6em;
  padding-top: 10px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.where-to-buy__column--2 .where-to-buy__store-item {
  width: 50%;
}
.where-to-buy__column--4 .where-to-buy__store-item {
  width: 25%;
}
.where-to-buy__column--2 .where-to-buy__store-item:nth-child(n + 7),
.where-to-buy__column--4 .where-to-buy__store-item:nth-child(n + 13) {
  display: none;
}
.where-to-buy__column--2 .where-to-buy__store-item.display-item,
.where-to-buy__column--4 .where-to-buy__store-item.display-item {
  display: list-item;
}
.where-to-buy__column--4.where-to-buy__store--none-price
  .where-to-buy__store-content {
  position: relative;
  min-height: 200px;
}
.where-to-buy__column--4.where-to-buy__store--none-price
  .where-to-buy__store-price,
.where-to-buy__column--4.where-to-buy__store--none-price
  .where-to-buy__store-description {
  display: none;
}
.where-to-buy__column--4.where-to-buy__store--none-price
  .where-to-buy__store-content
  .icon {
  display: block;
  top: auto;
  bottom: 12px;
  margin-top: 0;
  right: 0;
}
.where-to-buy__column--4.where-to-buy__store--none-state
  .where-to-buy__store-content {
  min-height: 256px;
}
.where-to-buy__column--4.where-to-buy__store--none-state
  .where-to-buy__store-info {
  padding: 27px 16px 0 16px;
}
.where-to-buy__column--4.where-to-buy__store--none-state
  .where-to-buy__store-state {
  display: none;
}
.where-to-buy__column--4.where-to-buy__store--only-name
  .where-to-buy__store-content {
  position: relative;
}
.where-to-buy__column--4.where-to-buy__store--only-name
  .where-to-buy__store-content
  .icon {
  display: block;
  top: auto;
  bottom: 8px;
  margin-top: 0;
  right: 0;
}
.where-to-buy__column--4.where-to-buy__store--only-name
  .where-to-buy__store-state,
.where-to-buy__column--4.where-to-buy__store--only-name
  .where-to-buy__store-price,
.where-to-buy__column--4.where-to-buy__store--only-name
  .where-to-buy__store-description {
  display: none;
}
.where-to-buy__store-content.only-state {
  position: relative;
}
.where-to-buy__column--2 .where-to-buy__store-content.only-state .icon,
.where-to-buy__column--4 .where-to-buy__store-content.only-state .icon {
  display: block;
}
.where-to-buy__column--4 .where-to-buy__store-content.only-state .icon {
  top: auto;
  bottom: 12px;
  margin-top: 0;
  right: 0;
}
.where-to-buy__store-content.only-state .where-to-buy__store-info {
  padding-right: 40px;
}
.where-to-buy__store-content.only-state .where-to-buy__store-state {
  padding: 10px 0 2px;
  font-size: 18px;
}
.where-to-buy__store-content.only-state .where-to-buy__store-price,
.where-to-buy__store-content.only-state .where-to-buy__store-description {
  display: none;
}
.where-to-buy__store-content.out-of-stock .where-to-buy__store-state {
  color: #363636;
}
.where-to-buy__column--4.where-to-buy__store--none-state
  .where-to-buy__store-content
  .icon,
.where-to-buy__column--4.where-to-buy__store--none-state
  .where-to-buy__store-content.only-state
  .icon {
  display: none;
}
.where-to-buy__column--4.where-to-buy__store--only-name
  .where-to-buy__store-content.only-state
  .icon {
  bottom: 8px;
}
.where-to-buy__online-disclaimer {
  padding: 18px 40px 17px;
  background-color: #e8e8e8;
  font-size: 14px;
  color: #202427;
  letter-spacing: -0.014em;
}
.where-to-buy__locator {
  display: none;
  position: relative;
  height: 610px;
  padding-left: 384px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.where-to-buy__locator-aside {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 384px;
}
.where-to-buy__distance {
  height: 72px;
  background-color: #f1f1f1;
}
.where-to-buy__distance-list {
  padding: 16px 0;
  text-align: center;
  font-size: 0;
}
.where-to-buy__distance-item {
  display: inline-block;
  padding: 0 4px;
  vertical-align: middle;
}
.where-to-buy__distance-button {
  width: 80px;
  height: 40px;
  padding: 0 6px;
  border-radius: 8px;
  font-size: 12px;
  background-color: #fff;
}
.where-to-buy__distance-button.is-selected {
  color: #fff;
  background-color: #363636;
}
.where-to-buy__result {
  position: absolute;
  left: 0;
  top: 72px;
  bottom: 0;
  width: 100%;
}
.where-to-buy__result-top {
  display: table;
  width: 100%;
  height: 58px;
  padding: 0 24px 0 40px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.where-to-buy__result-title {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell;
}
.where-to-buy__result-count {
  color: #1428a0;
}
.where-to-buy__result-list {
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 58px;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 0 20px;
}
.where-to-buy__result-content {
  display: block;
  padding: 0 24px;
  outline-offset: -2px;
}
.where-to-buy__result-info {
  padding: 25px 24px 24px 33px;
  border-bottom: 1px solid #e5e5e5;
}
.where-to-buy__result-type {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.066em;
  text-transform: uppercase;
}
.where-to-buy__result-type:before {
  content: '';
  position: absolute;
  left: -17px;
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.where-to-buy .where-to-buy__result-type svg {
  display: none;
}
.where-to-buy__result-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.82em;
  padding-top: 8px;
  font-size: 18px;
  line-height: 1.32;
  color: #000;
  text-overflow: ellipsis;
}
.where-to-buy__result-distance {
  display: none;
  padding-top: 3px;
  font-size: 14px;
  color: #000;
}
.where-to-buy__result-content.type--experience
  .where-to-buy__result-type:before {
  background-color: #1428a0;
}
.where-to-buy__result-content.type--brand .where-to-buy__result-type:before {
  background-color: #00b3e3;
}
.where-to-buy__result-content.type--other .where-to-buy__result-type:before {
  background-color: #00838f;
}
.where-to-buy__result-content.where-to-buy__result-content--disabled
  .where-to-buy__result-type,
.where-to-buy__result-content.where-to-buy__result-content--disabled
  .where-to-buy__result-name {
  opacity: 0.38;
}
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active {
  margin-top: -1px;
  background-color: #e5e5e5;
}
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
  .where-to-buy__result-info,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
  .where-to-buy__result-info,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
  .where-to-buy__result-info,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
  .where-to-buy__result-info {
  border-color: transparent;
}
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
  .where-to-buy__result-type:before,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
  .where-to-buy__result-type:before,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
  .where-to-buy__result-type:before,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
  .where-to-buy__result-type:before {
  content: none;
}
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
  .where-to-buy__result-type
  .icon--store-experience,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
  .where-to-buy__result-type
  .icon--store-experience,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
  .where-to-buy__result-type
  .icon--store-experience,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
  .where-to-buy__result-type
  .icon--store-experience,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
  .where-to-buy__result-type
  .icon--store-brand,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
  .where-to-buy__result-type
  .icon--store-brand,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
  .where-to-buy__result-type
  .icon--store-brand,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
  .where-to-buy__result-type
  .icon--store-brand,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
  .where-to-buy__result-type
  .icon--store,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
  .where-to-buy__result-type
  .icon--store,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
  .where-to-buy__result-type
  .icon--store,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
  .where-to-buy__result-type
  .icon--store {
  position: absolute;
  left: -33px;
  top: -6px;
  width: 24px;
  height: 24px;
}
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
  .where-to-buy__result-type
  .icon--next,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
  .where-to-buy__result-type
  .icon--next,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
  .where-to-buy__result-type
  .icon--next,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
  .where-to-buy__result-type
  .icon--next {
  display: block;
  position: absolute;
  top: -1px;
  right: -33px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 28px;
  height: 28px;
}
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
  .where-to-buy__result-name,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
  .where-to-buy__result-name,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
  .where-to-buy__result-name,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
  .where-to-buy__result-name {
  font-weight: bold;
}
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
  .where-to-buy__result-distance,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
  .where-to-buy__result-distance,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
  .where-to-buy__result-distance,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
  .where-to-buy__result-distance {
  display: block;
}
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--experience:hover
  .where-to-buy__result-type
  .icon--store-experience,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--experience:active
  .where-to-buy__result-type
  .icon--store-experience,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--experience:focus
  .where-to-buy__result-type
  .icon--store-experience,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--experience.is-active
  .where-to-buy__result-type
  .icon--store-experience {
  display: block;
}
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--brand:hover
  .where-to-buy__result-type
  .icon--store-brand,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--brand:active
  .where-to-buy__result-type
  .icon--store-brand,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--brand:focus
  .where-to-buy__result-type
  .icon--store-brand,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--brand.is-active
  .where-to-buy__result-type
  .icon--store-brand {
  display: block;
}
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other:hover
  .where-to-buy__result-type
  .icon--store,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other:active
  .where-to-buy__result-type
  .icon--store,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other:focus
  .where-to-buy__result-type
  .icon--store,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other.is-active
  .where-to-buy__result-type
  .icon--store {
  display: block;
}
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other:hover
  .where-to-buy__result-type
  .icon--store
  path:last-of-type,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other:active
  .where-to-buy__result-type
  .icon--store
  path:last-of-type,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other:focus
  .where-to-buy__result-type
  .icon--store
  path:last-of-type,
.where-to-buy__result-content:not(.where-to-buy__result-content--disabled).type--other.is-active
  .where-to-buy__result-type
  .icon--store
  path:last-of-type {
  fill: #00838f;
}
.where-to-buy__detail {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #fff;
}
.where-to-buy__detail-close {
  overflow: visible;
  display: inline-block;
  position: relative;
  height: 24px;
  padding-left: 19px;
  color: #010101;
  font-size: 12px;
  font-weight: bold;
}
.where-to-buy__detail-close .icon--back {
  position: absolute;
  left: -3px;
  top: 5px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 27px;
  height: 27px;
}
.where-to-buy__detail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.where-to-buy__detail-top {
  padding-top: 16px;
  padding-bottom: 17px;
  margin: 0 40px;
  border-bottom: 1px solid #e5e5e5;
}
.where-to-buy__detail-headline {
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-height: 2.64em;
  padding-top: 17px;
  font-size: 22px;
  line-height: 1.32;
  font-weight: bold;
  letter-spacing: -0.018em;
  color: #010101;
}
.where-to-buy__detail-type {
  padding-top: 12px;
  font-size: 14px;
  color: #676767;
}
.where-to-buy__detail-distance {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.where-to-buy__detail-distance:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 1px;
  height: 12px;
  background-color: #d6d6d6;
}
.where-to-buy__detail-contents {
  overflow-y: auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0 40px;
}
.where-to-buy__detail-info-list {
  padding: 16px 0 24px;
}
.where-to-buy__detail-info-item {
  padding-top: 8px;
}
.where-to-buy__detail-info-item:first-child {
  padding-top: 0;
}
.where-to-buy__detail-info-link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #1429a0;
  letter-spacing: -0.028em;
}
.where-to-buy__detail-info-link:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 1px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.where-to-buy__detail-info-link .icon--location,
.where-to-buy__detail-info-link .icon--tel {
  position: absolute;
  left: 3px;
  top: 1px;
  width: 15px;
  height: 15px;
  fill: #1429a0;
}
.where-to-buy__detail-info-link.icon-location {
  padding-left: 28px;
}
.where-to-buy__detail-info-link.icon-location:after {
  content: none;
}
.where-to-buy__detail-info-link.icon-tel {
  padding-left: 28px;
}
.where-to-buy__detail-info-link.icon-tel:after {
  content: none;
}
.where-to-buy__detail-info-link.icon-mail {
  padding-left: 28px;
}
.where-to-buy__detail-info-link.icon-mail:after {
  background-image: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-detail-mail.png);
}
.where-to-buy__schedule {
  padding-top: 8px;
  padding-bottom: 35px;
}
.where-to-buy__schedule-headline {
  color: #010101;
  font-size: 18px;
  font-weight: bold;
}
.where-to-buy__schedule-list {
  padding-top: 2px;
}
.where-to-buy__schedule-item {
  position: relative;
  margin-top: 11px;
}
.where-to-buy__schedule-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 100%;
  height: 1px;
  background: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/bg-gray-dots.png)
    repeat-x 0 0;
}
.where-to-buy__schedule-item:after {
  display: block;
  clear: both;
  content: '';
}
.where-to-buy__schedule-date {
  float: left;
  padding-right: 10px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  color: #767676;
  font-size: 14px;
}
.where-to-buy__schedule-time {
  float: right;
  padding-left: 10px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  color: #767676;
  font-size: 14px;
}
.where-to-buy__detail-disclaimer {
  position: relative;
  padding-top: 24px;
  padding-left: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #e5e5e5;
  color: #757575;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.0416em;
}
.where-to-buy__detail-disclaimer .icon--exclamation {
  position: absolute;
  left: 1px;
  top: 27px;
  width: 12px;
  height: 12px;
  fill: #a3a3a3;
}
.where-to-buy__location-layer.layer-popup .layer-popup__inner {
  -webkit-box-shadow: 12px 8px 32px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 12px 8px 32px 0 rgba(0, 0, 0, 0.1);
}
.where-to-buy__location-layer.layer-popup .layer-popup__contents {
  width: 548px;
  font-size: 28px;
  line-height: 1.428;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.where-to-buy__location-layer.layer-popup .layer-popup__utility {
  padding-top: 25px;
  text-align: center;
}
.where-to-buy__location-layer.layer-popup .layer-popup__utility-cta {
  font-size: 28px;
  color: #000;
  line-height: 1.428;
  font-weight: bold;
  text-decoration: underline;
}
.where-to-buy__location-layer.layer-popup .layer-popup__cta-wrap {
  text-align: center;
}
.where-to-buy__location-layer.layer-popup .layer-popup__cta-wrap .cta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 212px;
  padding: 12px 38px 13px;
  margin: 4px 10px 0;
  letter-spacing: 1px;
  text-align: center;
}
.where-to-buy__location-layer.layer-popup
  .layer-popup__cta-wrap
  .cta--emphasis {
  background-color: #1428a0 !important;
}
.where-to-buy__map {
  overflow: hidden;
  position: relative;
  z-index: 5;
  height: 100%;
  background-color: lightskyblue;
}
.where-to-buy__map-tooltip {
  width: 280px;
  padding: 2px 12px;
}
.where-to-buy__map-store-name button {
  overflow: visible;
  display: block;
  font-weight: bold;
  text-align: left;
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 18px;
  line-height: 1.32;
}
.where-to-buy__map-info-list {
  padding-top: 17px;
}
.where-to-buy__map-info-link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #1429a0;
}
.where-to-buy__map-info-link .icon--tel {
  position: absolute;
  left: 3px;
  top: 1px;
  width: 14px;
  height: 14px;
  fill: #1429a0;
}
.where-to-buy__map-info-link.icon-tel {
  padding-left: 28px;
}
.where-to-buy__tabpanels .is-active {
  display: block;
}
.where-to-buy .where-to-buy__banner.bg-white .cta {
  color: #000;
}
.where-to-buy .where-to-buy__banner.bg-black .cta {
  color: #fff;
}
.where-to-buy .where-to-buy__banner.bg-white .cta:hover {
  color: #555;
}
.where-to-buy .where-to-buy__banner.bg-black .cta:hover {
  color: #ddd;
}
@media screen and (max-width: 1440px) {
  .where-to-buy .layer-popup__inner {
    padding: 3.33333333vw;
    border-radius: 1.38888889vw;
  }
  .where-to-buy .layer-popup__title {
    margin-bottom: 1.66666667vw;
    font-size: 1.66666667vw;
  }
  .where-to-buy .layer-popup__contents {
    font-size: 0.97222222vw;
  }
  .where-to-buy .layer-popup__information-text {
    margin: 0vw 1.38888889vw;
    padding: 0.69444444vw 0vw 1.04166667vw 0vw;
    font-size: 1.52777778vw;
  }
  .where-to-buy .layer-popup__information-text:before {
    width: 3.47222222vw;
    height: 3.47222222vw;
    margin-bottom: 1.04166667vw;
  }
  .where-to-buy .layer-popup__cta-wrap {
    margin-top: 1.66666667vw;
  }
  .where-to-buy .layer-popup__cta-wrap .p6-cta {
    margin: 0vw 0.55555556vw;
  }
  .where-to-buy .layer-popup__close {
    right: 0.83333333vw;
    top: 0.83333333vw;
    width: 3.33333333vw;
    height: 3.33333333vw;
  }
  .where-to-buy .layer-popup__close .icon {
    left: 0.83333333vw;
    top: 0.83333333vw;
    width: 1.73611111vw;
    height: 1.73611111vw;
  }
  .where-to-buy .where-to-buy__content {
    padding: 0;
    width: 65vw;
  }
  .where-to-buy__top {
    padding: 1.25vw 5.20833333vw 0vw 2.77777778vw;
  }
  .where-to-buy__headline {
    padding-top: 0.55555556vw;
    font-size: 1.25vw;
  }
  .where-to-buy__headline-text {
    font-size: 1.94444444vw;
  }
  .where-to-buy__product {
    top: 1.31944444vw;
  }
  .where-to-buy__product-image {
    width: 6.94444444vw;
    padding-right: 1.66666667vw;
  }
  .where-to-buy__product-info {
    font-size: 1.11111111vw;
  }
  .where-to-buy__product-name {
    max-width: 20.83333333vw;
    font-size: 1.31944444vw;
  }
  .where-to-buy__product-rating {
    padding-top: 0.27777778vw;
  }
  .where-to-buy__review-link svg.icon {
    width: 1.11111111vw;
    height: 1.11111111vw;
  }
  .where-to-buy__review-text {
    margin-left: 0.55555556vw;
    font-size: 0.97222222vw;
  }
  .where-to-buy__tab {
    padding-top: 1.73611111vw;
  }
  .where-to-buy__tab-item {
    margin-left: 2.22222222vw;
  }
  .where-to-buy__tab-cta {
    height: 2.22222222vw;
    font-size: 0.97222222vw;
  }
  .where-to-buy__tab-cta.is-selected:after {
    height: 0.13888889vw;
  }
  .where-to-buy__search {
    right: 1.04166667vw;
    bottom: 0.69444444vw;
  }
  .where-to-buy__search-cta {
    height: 1.66666667vw;
    padding: 0.55555556vw 2.43055556vw 0vw 1.04166667vw;
    font-size: 0.83333333vw;
  }
  .where-to-buy .where-to-buy__search-cta .icon {
    right: 0.27777778vw;
    width: 1.80555556vw;
    height: 1.80555556vw;
    margin-top: -0.27777778vw;
  }
  .where-to-buy__online-contents {
    max-height: 45.13888889vw;
  }
  .where-to-buy__banner-contents {
    padding: 0vw 3.33333333vw;
  }
  .where-to-buy__banner-headline {
    font-size: 2.22222222vw;
  }
  .where-to-buy__banner-cta-wrap {
    margin-top: -0.13888889vw;
  }
  .where-to-buy__store {
    padding: 1.11111111vw 1.11111111vw 1.66666667vw 2.77777778vw;
  }
  .where-to-buy__store-list {
    padding-bottom: 1.11111111vw;
  }
  .where-to-buy__store-item {
    padding-top: 1.66666667vw;
    padding-right: 1.66666667vw;
    font-size: 1.11111111vw;
  }
  .where-to-buy__store-link {
    border-radius: 1.11111111vw;
  }
  .where-to-buy__store-content {
    padding: 1.66666667vw 0vw;
  }
  .where-to-buy .where-to-buy__store-content .icon {
    right: 1.31944444vw;
    width: 2.77777778vw;
    height: 2.77777778vw;
    margin-top: -0.625vw;
  }
  .where-to-buy__store-name {
    font-size: 0.97222222vw;
  }
  .where-to-buy__store-state {
    font-size: 0.97222222vw;
  }
  .where-to-buy__store-price {
    font-size: 1.80555556vw;
  }
  .where-to-buy__store-description {
    font-size: 0.83333333vw;
  }
  .where-to-buy__store-logo {
    height: 5.69444444vw;
  }
  .where-to-buy__store-logo img {
    max-width: 9.375vw;
  }
  .where-to-buy__store-more {
    padding-right: 1.66666667vw;
  }
  .where-to-buy__store-more-cta {
    height: 1.66666667vw;
    padding-right: 2.29166667vw;
    font-size: 1.11111111vw;
  }
  .where-to-buy .where-to-buy__store-more-cta .icon {
    right: 0.34722222vw;
    top: 0.27777778vw;
    width: 0.97222222vw;
    height: 0.97222222vw;
  }
  .where-to-buy__column--2 .where-to-buy__store-content {
    height: 11.52777778vw;
  }
  .where-to-buy__column--2 .where-to-buy__store-info {
    width: 60%;
    padding-right: 2.08333333vw;
    padding-left: 0.34722222vw;
  }
  .where-to-buy__column--2 .where-to-buy__store-logo {
    width: 40%;
    padding: 0.34722222vw 1.11111111vw 0vw 1.11111111vw;
  }
  .where-to-buy__column--2 .where-to-buy__store-state {
    padding-top: 0.27777778vw;
  }
  .where-to-buy__column--2 .where-to-buy__store-price {
    padding-top: 0.97222222vw;
  }
  .where-to-buy__column--2 .where-to-buy__store-description {
    padding-top: 0.27777778vw;
  }
  .where-to-buy__column--4 .where-to-buy__store-content {
    padding: 1.31944444vw 0vw;
  }
  .where-to-buy__column--4 .where-to-buy__store-info {
    padding-top: 1.875vw;
    padding-left: 1.11111111vw;
    padding-right: 2.08333333vw;
  }
  .where-to-buy__column--4 .where-to-buy__store-state {
    padding: 0.69444444vw 0vw 0.13888889vw 0vw;
    font-size: 1.25vw;
  }
  .where-to-buy__column--4 .where-to-buy__store-price {
    padding-top: 0.34722222vw;
  }
  .where-to-buy__column--4 .where-to-buy__store-description {
    padding-top: 0.69444444vw;
  }
  .where-to-buy__column--4.where-to-buy__store--none-price
    .where-to-buy__store-content {
    min-height: 13.88888889vw;
  }
  .where-to-buy__column--4.where-to-buy__store--none-price
    .where-to-buy__store-content
    .icon {
    bottom: 0.83333333vw;
  }
  .where-to-buy__column--4.where-to-buy__store--none-state
    .where-to-buy__store-content {
    min-height: 17.77777778vw;
  }
  .where-to-buy__column--4.where-to-buy__store--none-state
    .where-to-buy__store-info {
    padding: 1.875vw 1.11111111vw 0vw 1.11111111vw;
  }
  .where-to-buy__column--4.where-to-buy__store--only-name
    .where-to-buy__store-content:after {
    bottom: 0.20833333vw;
    width: 1.38888889vw;
    height: 2.43055556vw;
    right: 0.27777778vw;
  }
  .where-to-buy__column--4.where-to-buy__store--only-name
    .where-to-buy__store-content
    .icon {
    bottom: 0.55555556vw;
    right: 0vw;
  }
  .where-to-buy__column--4 .where-to-buy__store-content.only-state .icon {
    bottom: 0.83333333vw;
  }
  .where-to-buy__store-content.only-state .where-to-buy__store-info {
    padding-right: 2.77777778vw;
  }
  .where-to-buy__store-content.only-state .where-to-buy__store-state {
    padding: 0.69444444vw 0vw 0.13888889vw 0vw;
    font-size: 1.25vw;
  }
  .where-to-buy__column--4.where-to-buy__store--only-name
    .where-to-buy__store-content.only-state
    .icon {
    bottom: 0.55555556vw;
  }
  .where-to-buy__online-disclaimer {
    padding: 1.25vw 2.77777778vw 1.18055556vw 2.77777778vw;
    font-size: 0.97222222vw;
  }
  .where-to-buy__locator {
    height: 42.36111111vw;
    padding-left: 26.66666667vw;
  }
  .where-to-buy__locator-aside {
    width: 26.66666667vw;
  }
  .where-to-buy__distance {
    height: 5vw;
  }
  .where-to-buy__distance-list {
    padding: 1.11111111vw 0vw;
  }
  .where-to-buy__distance-item {
    padding: 0vw 0.27777778vw;
  }
  .where-to-buy__distance-button {
    width: 5.55555556vw;
    height: 2.77777778vw;
    padding: 0vw 0.41666667vw;
    border-radius: 0.55555556vw;
    font-size: 0.83333333vw;
  }
  .where-to-buy__result {
    top: 5vw;
  }
  .where-to-buy__result-top {
    height: 4.02777778vw;
    padding: 0vw 1.66666667vw 0vw 2.77777778vw;
  }
  .where-to-buy__result-title {
    font-size: 0.97222222vw;
  }
  .where-to-buy__result-list {
    top: 4.02777778vw;
    border-radius: 0vw 0vw 0vw 1.38888889vw;
  }
  .where-to-buy__result-content {
    padding: 0vw 1.66666667vw;
  }
  .where-to-buy__result-info {
    padding: 1.73611111vw 1.66666667vw 1.66666667vw 2.29166667vw;
  }
  .where-to-buy__result-type {
    font-size: 0.83333333vw;
  }
  .where-to-buy__result-type:before {
    left: -1.18055556vw;
    top: 0.13888889vw;
    width: 0.55555556vw;
    height: 0.55555556vw;
  }
  .where-to-buy__result-name {
    padding-top: 0.55555556vw;
    font-size: 1.25vw;
  }
  .where-to-buy__result-distance {
    padding-top: 0.20833333vw;
    font-size: 0.97222222vw;
  }
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active {
    margin-top: -0.06944444vw;
  }
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
    .where-to-buy__result-type
    .icon--store-experience,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
    .where-to-buy__result-type
    .icon--store-experience,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
    .where-to-buy__result-type
    .icon--store-experience,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
    .where-to-buy__result-type
    .icon--store-experience,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
    .where-to-buy__result-type
    .icon--store-brand,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
    .where-to-buy__result-type
    .icon--store-brand,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
    .where-to-buy__result-type
    .icon--store-brand,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
    .where-to-buy__result-type
    .icon--store-brand,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
    .where-to-buy__result-type
    .icon--store,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
    .where-to-buy__result-type
    .icon--store,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
    .where-to-buy__result-type
    .icon--store,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
    .where-to-buy__result-type
    .icon--store {
    left: -2.29166667vw;
    top: -0.41666667vw;
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
    .where-to-buy__result-type
    .icon--next,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
    .where-to-buy__result-type
    .icon--next,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
    .where-to-buy__result-type
    .icon--next,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
    .where-to-buy__result-type
    .icon--next {
    right: -2.29166667vw;
    top: -0.06944444vw;
    width: 1.94444444vw;
    height: 1.94444444vw;
  }
  .where-to-buy__detail-close {
    height: 1.66666667vw;
    font-size: 0.83333333vw;
    padding-left: 1.31944444vw;
  }
  .where-to-buy__detail-close .icon--back {
    left: -0.20833333vw;
    top: 0.34722222vw;
    width: 1.875vw;
    height: 1.875vw;
  }
  .where-to-buy__detail-top {
    padding-top: 1.11111111vw;
    padding-bottom: 1.18055556vw;
    margin: 0vw 2.77777778vw;
  }
  .where-to-buy__detail-headline {
    padding-top: 1.18055556vw;
    font-size: 1.52777778vw;
  }
  .where-to-buy__detail-type {
    padding-top: 0.83333333vw;
    font-size: 0.97222222vw;
  }
  .where-to-buy__detail-distance {
    padding-left: 1.04166667vw;
  }
  .where-to-buy__detail-distance:after {
    left: 0.34722222vw;
    top: 0.13888889vw;
    width: 0.06944444vw;
    height: 0.83333333vw;
  }
  .where-to-buy__detail-contents {
    padding: 0vw 2.77777778vw;
  }
  .where-to-buy__detail-info-list {
    padding: 1.11111111vw 0vw 1.66666667vw 0vw;
  }
  .where-to-buy__detail-info-item {
    padding-top: 0.55555556vw;
  }
  .where-to-buy__detail-info-link {
    font-size: 0.97222222vw;
  }
  .where-to-buy__detail-info-link:after {
    left: 0.20833333vw;
    top: 0.06944444vw;
    width: 0.97222222vw;
    height: 0.97222222vw;
  }
  .where-to-buy__detail-info-link .icon--location,
  .where-to-buy__detail-info-link .icon--tel {
    left: 0.20833333vw;
    top: 0.06944444vw;
    width: 1.04166667vw;
    height: 1.04166667vw;
  }
  .where-to-buy__detail-info-link.icon-location {
    padding-left: 1.94444444vw;
  }
  .where-to-buy__detail-info-link.icon-tel {
    padding-left: 1.94444444vw;
  }
  .where-to-buy__detail-info-link.icon-mail {
    padding-left: 1.94444444vw;
  }
  .where-to-buy__schedule {
    padding-top: 0.55555556vw;
    padding-bottom: 2.43055556vw;
  }
  .where-to-buy__schedule-headline {
    font-size: 1.25vw;
  }
  .where-to-buy__schedule-list {
    padding-top: 0.13888889vw;
  }
  .where-to-buy__schedule-item {
    margin-top: 0.76388889vw;
  }
  .where-to-buy__schedule-date {
    padding-right: 0.69444444vw;
    font-size: 0.97222222vw;
  }
  .where-to-buy__schedule-time {
    padding-left: 0.69444444vw;
    font-size: 0.97222222vw;
  }
  .where-to-buy__detail-disclaimer {
    padding-left: 1.66666667vw;
    padding-top: 1.66666667vw;
    padding-bottom: 1.66666667vw;
    font-size: 0.83333333vw;
  }
  .where-to-buy__detail-disclaimer .icon--exclamation {
    left: 0.06944444vw;
    top: 1.875vw;
    width: 0.83333333vw;
    height: 0.83333333vw;
  }
  .where-to-buy__location-layer.layer-popup .layer-popup__contents {
    width: 38.05555556vw;
    font-size: 1.94444444vw;
  }
  .where-to-buy__location-layer.layer-popup .layer-popup__utility {
    padding-top: 1.73611111vw;
  }
  .where-to-buy__location-layer.layer-popup .layer-popup__utility-cta {
    font-size: 1.94444444vw;
  }
  .where-to-buy__location-layer.layer-popup .layer-popup__cta-wrap .cta {
    min-width: 14.72222222vw;
    padding: 0.83333333vw 2.63888889vw 0.90277778vw 2.63888889vw;
    margin: 0.27777778vw 0.69444444vw 0vw 0.69444444vw;
  }
  .where-to-buy__map-tooltip {
    width: 19.44444444vw;
    padding: 0.13888889vw 0.83333333vw;
  }
  .where-to-buy__map-store-name button {
    font-size: 1.25vw;
  }
  .where-to-buy__map-info-list {
    padding-top: 1.18055556vw;
  }
  .where-to-buy__map-info-link {
    font-size: 0.97222222vw;
  }
  .where-to-buy__map-info-link .icon--tel {
    left: 0.20833333vw;
    top: 0.06944444vw;
    width: 0.97222222vw;
    height: 0.97222222vw;
  }
  .where-to-buy__map-info-link.icon-tel {
    padding-left: 1.94444444vw;
  }
}
@media only screen and (max-width: 767px) {
  .where-to-buy .layer-popup {
    padding: 0vw 6.66666667vw;
  }
  .where-to-buy .layer-popup__inner {
    max-width: 100%;
    padding: 17.77777778vw 4.44444444vw 8.88888889vw 4.44444444vw;
    border-radius: 5.55555556vw;
  }
  .where-to-buy .layer-popup__title {
    margin-bottom: 4.44444444vw;
    font-size: 4.44444444vw;
  }
  .where-to-buy .layer-popup__contents {
    font-size: 3.33333333vw;
  }
  .where-to-buy .layer-popup__information-text {
    margin: 0vw 5.55555556vw;
    padding: 2.77777778vw 0vw 4.16666667vw 0vw;
    font-size: 4.44444444vw;
  }
  .where-to-buy .layer-popup__information-text:before {
    width: 11.11111111vw;
    height: 11.11111111vw;
    margin-bottom: 2.77777778vw;
  }
  .where-to-buy .layer-popup__cta-wrap {
    margin-top: 6.66666667vw;
  }
  .where-to-buy .layer-popup__cta-wrap .p6-cta {
    margin: 0vw 2.22222222vw;
  }
  .where-to-buy .layer-popup__close {
    right: 0vw;
    top: 0vw;
    width: 15.55555556vw;
    height: 15.55555556vw;
  }
  .where-to-buy .layer-popup__close .icon {
    left: 5.55555556vw;
    top: 5.55555556vw;
    width: 4.44444444vw;
    height: 4.44444444vw;
  }
  .where-to-buy .where-to-buy__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  .where-to-buy .where-to-buy__container:before {
    content: none;
  }
  .where-to-buy .where-to-buy__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
  }
  .where-to-buy__top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 61.11111111vw;
    padding: 5vw 0vw 0vw 0vw;
    border-bottom: 0;
  }
  .where-to-buy__headline {
    padding: 0vw 13.88888889vw 0vw 6.66666667vw;
    font-size: 4.44444444vw;
  }
  .where-to-buy__headline-text {
    font-size: 5.55555556vw;
    letter-spacing: -0.016em;
  }
  .where-to-buy__product {
    position: relative;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: auto;
    padding: 5.55555556vw 13.88888889vw 0vw 6.66666667vw;
  }
  .where-to-buy__product-image {
    width: 19.44444444vw;
    padding-right: 2.77777778vw;
  }
  .where-to-buy__product-info {
    font-size: 3.33333333vw;
  }
  .where-to-buy__product-name {
    max-width: 58.33333333vw;
    font-size: 4.44444444vw;
  }
  .where-to-buy__product-rating {
    padding-top: 1.11111111vw;
    min-height: 4.44444444vw;
  }
  .where-to-buy__review-link svg.icon {
    width: 4.44444444vw;
    height: 4.44444444vw;
  }
  .where-to-buy__review-text {
    margin-left: 2.22222222vw;
    font-size: 3.33333333vw;
  }
  .where-to-buy__tab {
    padding-top: 2.77777778vw;
    border-bottom: 1px solid #ccc;
  }
  .where-to-buy__tab-item {
    width: 50%;
    margin-left: 0;
  }
  .where-to-buy__tab-cta {
    width: 100%;
    height: 13.33333333vw;
    font-size: 3.88888889vw;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .where-to-buy__tab-cta.is-selected:after {
    height: 0.55555556vw;
  }
  .where-to-buy__search {
    position: static;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 2.5vw 5.55555556vw 0.55555556vw 5.55555556vw;
    background-color: #f1f1f1;
  }
  .where-to-buy__search-cta {
    height: 6.66666667vw;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 2.22222222vw 7.77777778vw 0vw 7.77777778vw;
    font-size: 3.33333333vw;
  }
  .where-to-buy .where-to-buy__search-cta .icon {
    top: 50%;
    width: 7.22222222vw;
    height: 7.22222222vw;
    margin-top: -2.22222222vw;
    right: -2.77777778vw;
  }
  .where-to-buy__tabpanels {
    position: relative;
    z-index: 10;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 100%;
  }
  .where-to-buy__tabpanels .is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .where-to-buy__online {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 61.11111111vw;
    bottom: 0;
    width: 100%;
  }
  .where-to-buy__online-contents {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-height: none;
  }
  .where-to-buy__banner {
    position: relative;
  }
  .where-to-buy__banner-contents {
    padding: 0vw 6.66666667vw;
  }
  .where-to-buy__banner-headline {
    width: 55.55555556vw;
    font-size: 6.66666667vw;
  }
  .where-to-buy__banner-cta-wrap {
    margin-top: -0.55555556vw;
  }
  .where-to-buy__store {
    padding: 1.94444444vw 6.66666667vw 3.33333333vw 6.66666667vw;
  }
  .where-to-buy__store-list {
    padding-bottom: 3.05555556vw;
  }
  .where-to-buy .where-to-buy__store-item {
    float: none;
    width: 100%;
    padding-top: 4.44444444vw;
    padding-right: 0;
  }
  .where-to-buy__store-link {
    border-radius: 4.44444444vw;
  }
  .where-to-buy__store-content {
    display: table;
    width: 100%;
    height: auto;
    padding: 0;
    direction: rtl;
  }
  .where-to-buy .where-to-buy__store-content .icon {
    top: 50%;
    right: 0;
    width: 11.11111111vw;
    height: 11.11111111vw;
    margin-top: -2.5vw;
  }
  .where-to-buy__store-info {
    display: table-cell;
    padding: 4.44444444vw 4.44444444vw 4.44444444vw 0vw;
    direction: ltr;
    vertical-align: middle;
  }
  .where-to-buy__store-name {
    font-size: 3.33333333vw;
  }
  .where-to-buy__store-state {
    font-size: 3.33333333vw;
  }
  .where-to-buy__store-price {
    font-size: 6.66666667vw;
  }
  .where-to-buy__store-description {
    overflow: auto;
    max-height: none;
    font-size: 3.33333333vw;
    line-clamp: unset;
  }
  .where-to-buy__store-logo {
    display: table-cell;
    table-layout: fixed;
    direction: ltr;
    padding: 0vw 4.44444444vw;
    vertical-align: middle;
    height: 17.22222222vw;
  }
  .where-to-buy__store-logo img {
    max-width: 27.77777778vw;
  }
  .where-to-buy__store-more {
    padding-right: 0;
    text-align: center;
  }
  .where-to-buy__store-more-cta {
    height: 6.66666667vw;
    font-size: 4.44444444vw;
    padding-right: 9.16666667vw;
  }
  .where-to-buy .where-to-buy__store-more-cta .icon {
    top: 1.11111111vw;
    width: 3.88888889vw;
    height: 3.88888889vw;
    right: 1.38888889vw;
  }
  .where-to-buy__column--2 .where-to-buy__store-state {
    padding-top: 1.11111111vw;
  }
  .where-to-buy__column--2 .where-to-buy__store-price {
    padding-top: 1.38888889vw;
  }
  .where-to-buy__column--4 .where-to-buy__store-state {
    padding: 3.33333333vw 0vw 0vw 0vw;
    font-size: 5vw;
  }
  .where-to-buy__column--4 .where-to-buy__store-price {
    padding-top: 2.77777778vw;
  }
  .where-to-buy__store-content.only-state .where-to-buy__store-info {
    padding-right: 8.33333333vw;
  }
  .where-to-buy__store-content.only-state .where-to-buy__store-state {
    padding: 2.77777778vw 0vw 0vw 0vw;
    font-size: 5vw;
  }
  .where-to-buy__store-content.only-state .icon {
    top: 50%;
    bottom: auto;
    margin-top: -2.22222222vw;
    right: 0;
  }
  .where-to-buy
    .where-to-buy__column--2
    .where-to-buy__store-content.only-state {
    padding-top: 0;
  }
  .where-to-buy .where-to-buy__column--4 .where-to-buy__store-content .icon {
    top: 50%;
    bottom: auto;
    margin-top: -2.22222222vw;
    right: 0;
  }
  .where-to-buy
    .where-to-buy__column--4.where-to-buy__store--none-price
    .where-to-buy__store-content {
    min-height: 27.77777778vw;
  }
  .where-to-buy
    .where-to-buy__column--4.where-to-buy__store--none-price
    .where-to-buy__store-content
    .icon {
    top: 50%;
    bottom: auto;
    margin-top: -2.77777778vw;
    right: 0;
  }
  .where-to-buy
    .where-to-buy__column--4.where-to-buy__store--none-state
    .where-to-buy__store-content {
    min-height: 42.22222222vw;
  }
  .where-to-buy
    .where-to-buy__column--4.where-to-buy__store--none-state
    .where-to-buy__store-info {
    padding: 0;
    padding-right: 4.16666667vw;
  }
  .where-to-buy
    .where-to-buy__column--4.where-to-buy__store--only-name
    .where-to-buy__store-content {
    min-height: 27.22222222vw;
  }
  .where-to-buy
    .where-to-buy__column--4.where-to-buy__store--only-name
    .where-to-buy__store-content
    .icon {
    top: 50%;
    bottom: auto;
    margin-top: -5.55555556vw;
    right: 0;
  }
  .where-to-buy
    .where-to-buy__column--4.where-to-buy__store--only-name
    .where-to-buy__store-info {
    padding: 0vw 15.27777778vw 0vw 0vw;
  }
  .where-to-buy
    .where-to-buy__column--4.where-to-buy__store--only-name
    .where-to-buy__store-name {
    text-align: right;
  }
  .where-to-buy__online-disclaimer {
    padding: 5vw 11.11111111vw 4.72222222vw 11.11111111vw;
    font-size: 3.88888889vw;
  }
  .where-to-buy__locator {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 61.11111111vw;
    bottom: 0;
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .where-to-buy__locator-aside {
    position: static;
    width: 100%;
  }
  .where-to-buy__distance {
    position: relative;
    z-index: 15;
    height: 17.77777778vw;
  }
  .where-to-buy__distance-list {
    padding: 2.77777778vw 0vw 3.33333333vw 0vw;
  }
  .where-to-buy__distance-item {
    padding: 0vw 1.11111111vw;
  }
  .where-to-buy__distance-button {
    width: 19.44444444vw;
    height: 11.11111111vw;
    padding: 0vw 1.66666667vw;
    border-radius: 2.22222222vw;
    font-size: 3.33333333vw;
  }
  .where-to-buy__result {
    z-index: 10;
    top: 59%;
  }
  .where-to-buy__result-top {
    position: relative;
    z-index: 10;
    height: 15.83333333vw;
    padding: 3.33333333vw 6.66666667vw 0vw 6.66666667vw;
    border-radius: 4.44444444vw 4.44444444vw 0vw 0vw;
    background-color: #fff;
    -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
  }
  .where-to-buy__result-top:after {
    position: absolute;
    left: 50%;
    top: 2.22222222vw;
    width: 7.77777778vw;
    height: 1.11111111vw;
    border-radius: 1.11111111vw;
    background-color: #d6d6d6;
    content: '';
    margin-left: -3.88888889vw;
  }
  .where-to-buy__result-title {
    font-size: 3.88888889vw;
  }
  .where-to-buy__result-list {
    z-index: 10;
    top: 15.83333333vw;
  }
  .where-to-buy__result-content {
    padding: 0vw 6.66666667vw;
  }
  .where-to-buy__result-info {
    padding: 7.22222222vw 6.66666667vw;
  }
  .where-to-buy__result-type {
    font-size: 3.33333333vw;
  }
  .where-to-buy__result-type:before {
    left: -6.66666667vw;
    top: 0.55555556vw;
    width: 2.22222222vw;
    height: 2.22222222vw;
  }
  .where-to-buy__result-name {
    padding-top: 2.22222222vw;
    font-size: 5vw;
  }
  .where-to-buy__result-distance {
    padding-top: 0.83333333vw;
    font-size: 3.88888889vw;
  }
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
    .where-to-buy__result-type
    .icon--store-experience,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
    .where-to-buy__result-type
    .icon--store-experience,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
    .where-to-buy__result-type
    .icon--store-experience,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
    .where-to-buy__result-type
    .icon--store-experience,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
    .where-to-buy__result-type
    .icon--store-brand,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
    .where-to-buy__result-type
    .icon--store-brand,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
    .where-to-buy__result-type
    .icon--store-brand,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
    .where-to-buy__result-type
    .icon--store-brand,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
    .where-to-buy__result-type
    .icon--store,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
    .where-to-buy__result-type
    .icon--store,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
    .where-to-buy__result-type
    .icon--store,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
    .where-to-buy__result-type
    .icon--store {
    left: -8.88888889vw;
    top: -1.66666667vw;
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):hover
    .where-to-buy__result-type
    .icon--next,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):active
    .where-to-buy__result-type
    .icon--next,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled):focus
    .where-to-buy__result-type
    .icon--next,
  .where-to-buy__result-content:not(.where-to-buy__result-content--disabled).is-active
    .where-to-buy__result-type
    .icon--next {
    top: 0;
    right: -11.38888889vw;
    width: 7.77777778vw;
    height: 7.77777778vw;
  }
  .where-to-buy .where-to-buy__result.where-to-buy__result--bottom {
    top: auto;
    bottom: 0;
    -webkit-transition: top ease-in-out 0.1s;
    transition: top ease-in-out 0.1s;
  }
  .where-to-buy
    .where-to-buy__result.where-to-buy__result--bottom
    .where-to-buy__result-list {
    display: none;
  }
  .where-to-buy
    .where-to-buy__result.where-to-buy__result--bottom.where-to-buy__result--active
    .where-to-buy__result-list,
  .where-to-buy
    .where-to-buy__result.where-to-buy__result--bottom.where-to-buy__result--middle
    .where-to-buy__result-list {
    display: block;
  }
  .where-to-buy .where-to-buy__result.where-to-buy__result--middle {
    top: 59%;
    -webkit-transition: top ease-in-out 0.1s;
    transition: top ease-in-out 0.1s;
  }
  .where-to-buy .where-to-buy__result.where-to-buy__result--top {
    top: 14.44444444vw;
    -webkit-transition: top ease-in-out 0.1s;
    transition: top ease-in-out 0.1s;
  }
  .js-browser-ie
    .where-to-buy
    .where-to-buy__result.where-to-buy-new--result-bottom,
  .js-browser-ie
    .where-to-buy
    .where-to-buy__result.where-to-buy-new--result-middle,
  .js-browser-ie
    .where-to-buy
    .where-to-buy__result.where-to-buy-new--result-top {
    -webkit-transition: none;
    transition: none;
  }
  .where-to-buy__detail {
    position: fixed;
    z-index: 1200;
  }
  .where-to-buy__detail-close {
    height: 6.66666667vw;
    font-size: 3.33333333vw;
    padding-left: 5.27777778vw;
  }
  .where-to-buy__detail-close .icon--back {
    left: -0.83333333vw;
    top: 1.38888889vw;
    width: 7.5vw;
    height: 7.5vw;
  }
  .where-to-buy__detail-top {
    padding: 0;
    padding-top: 6.66666667vw;
    padding-bottom: 4.72222222vw;
    margin: 0vw 6.66666667vw;
  }
  .where-to-buy__detail-headline {
    padding-top: 4.72222222vw;
    font-size: 6.11111111vw;
  }
  .where-to-buy__detail-type {
    padding-top: 3.33333333vw;
    font-size: 3.88888889vw;
  }
  .where-to-buy__detail-distance {
    padding-left: 4.16666667vw;
  }
  .where-to-buy__detail-distance:after {
    left: 1.66666667vw;
    top: 0.55555556vw;
    height: 3.61111111vw;
  }
  .where-to-buy__detail-contents {
    padding: 0vw 6.66666667vw;
    margin-bottom: 20.55555556vw;
  }
  .where-to-buy__detail-info-list {
    padding: 4.44444444vw 0vw 6.66666667vw 0vw;
  }
  .where-to-buy__detail-info-item {
    padding-top: 2.22222222vw;
  }
  .where-to-buy__detail-info-link {
    font-size: 3.88888889vw;
  }
  .where-to-buy__detail-info-link:after {
    left: 0.83333333vw;
    width: 3.88888889vw;
    height: 3.88888889vw;
  }
  .where-to-buy__detail-info-link .icon--location,
  .where-to-buy__detail-info-link .icon--tel {
    left: 0.83333333vw;
    top: 0.27777778vw;
    width: 4.16666667vw;
    height: 4.16666667vw;
  }
  .where-to-buy__detail-info-link.icon-location {
    padding-left: 7.77777778vw;
  }
  .where-to-buy__detail-info-link.icon-tel {
    padding-left: 7.77777778vw;
  }
  .where-to-buy__detail-info-link.icon-mail {
    padding-left: 7.77777778vw;
  }
  .where-to-buy__schedule {
    padding-top: 2.22222222vw;
    padding-bottom: 3.05555556vw;
  }
  .where-to-buy__schedule-headline {
    font-size: 5vw;
  }
  .where-to-buy__schedule-list {
    padding-top: 0.55555556vw;
  }
  .where-to-buy__schedule-item {
    margin-top: 3.05555556vw;
  }
  .where-to-buy__schedule-date {
    padding-right: 2.77777778vw;
    font-size: 3.88888889vw;
  }
  .where-to-buy__schedule-time {
    padding-left: 2.77777778vw;
    font-size: 3.88888889vw;
  }
  .where-to-buy__detail-disclaimer {
    padding-left: 6.66666667vw;
    padding-top: 6.94444444vw;
    padding-bottom: 8.88888889vw;
    font-size: 3.33333333vw;
    border-top: 0;
  }
  .where-to-buy__detail-disclaimer .icon--exclamation {
    left: 1.11111111vw;
    top: 7.77777778vw;
    width: 3.33333333vw;
    height: 3.33333333vw;
  }
  .where-to-buy__location-layer.layer-popup .layer-popup__contents {
    width: 100%;
    font-size: 5.55555556vw;
  }
  .where-to-buy__location-layer.layer-popup .layer-popup__utility {
    padding: 6.94444444vw 3.33333333vw 0vw 3.33333333vw;
  }
  .where-to-buy__location-layer.layer-popup .layer-popup__utility-cta {
    font-size: 5.55555556vw;
  }
  .where-to-buy__location-layer.layer-popup .layer-popup__cta-wrap .cta {
    min-width: 35.55555556vw;
    padding: 2.77777778vw 7.77777778vw 2.77777778vw 7.77777778vw;
    margin: 2.77777778vw 0.83333333vw 0vw 0.83333333vw;
  }
  .where-to-buy__map-tooltip {
    width: auto;
    padding: 0;
  }
  .where-to-buy__map-store-name button {
    font-size: 5vw;
    text-align: center;
  }
  .where-to-buy__map-info-list {
    display: none;
  }
}
.where-to-buy.mode--landscape .where-to-buy__content {
  display: block;
  overflow-y: auto;
}
.where-to-buy.mode--landscape .where-to-buy__online,
.where-to-buy.mode--landscape .where-to-buy__locator {
  position: static;
}
.where-to-buy.mode--landscape .where-to-buy__online.is-active,
.where-to-buy.mode--landscape .where-to-buy__locator.is-active {
  display: block;
}
.where-to-buy.mode--landscape .where-to-buy__locator {
  height: 100%;
}
.where-to-buy.mode--landscape .where-to-buy__detail {
  overflow-y: auto;
}
.where-to-buy.mode--landscape .where-to-buy__detail-container {
  display: block;
  height: auto;
}
.where-to-buy.mode--landscape .where-to-buy__detail-contents {
  margin-bottom: 0;
}
.pd-wishlist-cta {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}
.pd-wishlist-cta--white .icon {
  fill: #fff;
}
.pd-wishlist-cta .icon {
  width: 100%;
  height: 100%;
}
.pd-wishlist-cta .icon.select {
  display: none;
}
.pd-wishlist-cta[aria-label]:after {
  content: attr(aria-label);
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 28px;
  padding: 8px;
  border-radius: 6px;
  background: #eee;
  color: #000;
  font-size: 12px;
  line-height: 1.33;
  white-space: nowrap;
  z-index: 100;
  border: 1px solid #d9d9d9;
}
.pd-wishlist-cta:hover:after,
.pd-wishlist-cta:focus:after {
  display: block;
}
.pd-wishlist-cta--on .icon.select {
  display: inherit;
  fill: #2189ff;
}
.pd-wishlist-cta--on .icon.unselect {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .pd-wishlist-cta {
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .pd-wishlist-cta[aria-label]:after {
    top: 1.94444444vw;
    padding: 0.55555556vw;
    border-radius: 0.41666667vw;
    font-size: 0.83333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pd-wishlist-cta {
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .pd-wishlist-cta[aria-label]:after {
    left: auto;
    right: 0;
    top: 7.77777778vw;
    padding: 2.22222222vw;
    border-radius: 1.66666667vw;
    font-size: 3.33333333vw;
    -webkit-transform: none;
    transform: none;
  }
}
.gnb-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3100;
}
.gnb-search__dimmed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
}
.gnb-search__contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 108px 24px 0 24px;
  font-size: 0;
}
.gnb-search__contents .text-title {
  margin-bottom: 32px;
  font-family: 'SamsungSharpSans', arial, sans-serif;
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.gnb-search__search-wrap {
  margin: 0 auto;
  width: 684px;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.gnb-search__form {
  width: 100%;
}
.gnb-search__input-wrap {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 48px 0 64px;
  background-color: #fff;
}
.gnb-search__input {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 1.33;
  border: 0;
}
.gnb-search__input::-ms-clear {
  display: none;
}
.gnb-search__placeholder {
  position: absolute;
  top: 50%;
  left: 64px;
  right: 48px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1.33;
  color: #757575;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.gnb-search__placeholder--hide {
  display: none;
}
.gnb-search__input-btn--close {
  display: none;
}
.gnb-search__input-btn--cancel {
  display: none;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gnb-search__input-btn--cancel .icon {
  width: 100%;
  height: 100%;
  fill: #8f8f8f;
}
.gnb-search__input-btn--cancel--show {
  display: inline-block;
}
.gnb-search__input-btn--search {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gnb-search__input-btn--search .icon {
  width: 100%;
  height: 100%;
}
.gnb-search__result-wrap {
  width: 100%;
  padding: 16px 24px;
  background-color: #fff;
}
.gnb-search__result-wrap--hide {
  display: none;
}
.gnb-search__history--hide,
.gnb-search__related--hide,
.gnb-search__suggested--hide,
.gnb-search__matched--hide,
.gnb-search__no-suggestions--hide {
  display: none;
}
.gnb-search__result-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px 0;
}
.gnb-search__matched {
  margin-top: 16px;
}
.gnb-search__matched .gnb-search__result-title-wrap {
  padding-top: 27px;
  border-top: 1px solid #ddd;
}
.gnb-search__result-title {
  font-size: 18px;
  line-height: 1.33;
  font-weight: bold;
}
.gnb-search__btn--history-clear {
  position: relative;
  margin-top: 1px;
  font-size: 14px;
  line-height: 1.33;
  font-weight: bold;
}
.gnb-search__btn--history-clear:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background-color: #000;
}
.gnb-search__result-item {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.33;
  cursor: pointer;
}
.gnb-search__result-item--products {
  padding: 16px 0;
}
.gnb-search__result-item a {
  color: #000;
}
.gnb-search__result-item-img {
  width: 96px;
  height: 96px;
}
.gnb-search__result-item-anchor {
  color: #1428a0;
}
.gnb-search__result-product-wrap {
  display: inline-block;
  padding: 8px 0 8px 16px;
}
.gnb-search__result-product-rating {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gnb-search__result-product-rating-star {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.gnb-search__result-product-rating-star .icon {
  width: 100%;
  height: 100%;
  fill: #bbb;
}
.gnb-search__result-product-rating-star--active .icon {
  fill: #ffaa4e;
}
.gnb-search__result-product-rating-star-count {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  line-height: 1.33;
  font-weight: bold;
  color: #000;
}
.gnb-search__result-product-rating-review-count {
  display: inline-block;
  font-size: 14px;
  line-height: 1.33;
  font-weight: bold;
  color: #000;
}
.gnb-search__result-product-cta-wrap {
  margin-top: 14px;
}
.gnb-search__result-product-cta {
  margin-right: 16px;
  font-size: 14px;
  line-height: 1.33;
  font-weight: bold;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gnb-search__result-product-cta:last-of-type {
  margin-right: 0;
}
.gnb-search__result-product-cta .icon {
  margin-left: 4px;
  width: 16px;
  height: 16px;
}
.gnb-search__no-suggestions .gnb-search__result-title {
  margin-bottom: 0;
}
.gnb-search__chip-wrap {
  margin: 20px auto 0 auto;
  width: 692px;
  text-align: center;
}
.gnb-search__chip-wrap--hide {
  display: none;
}
.gnb-search__chip {
  margin: 4px;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.3);
}
.gnb-search__chip:hover,
.gnb-search__chip:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.gnb-search__btn--close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
}
.gnb-search__btn--close .icon {
  width: 100%;
  height: 100%;
  fill: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .gnb-search__contents {
    padding: 7.5vw 1.66666667vw 0vw 1.66666667vw;
  }
  .gnb-search__contents .text-title {
    margin-bottom: 2.22222222vw;
    font-size: 2.63888889vw;
  }
  .gnb-search__search-wrap {
    width: 47.5vw;
    border-radius: 1.66666667vw;
  }
  .gnb-search__input-wrap {
    height: 3.33333333vw;
    padding: 0vw 3.33333333vw 0vw 4.44444444vw;
  }
  .gnb-search__input {
    font-size: 1.25vw;
  }
  .gnb-search__placeholder {
    left: 4.44444444vw;
    right: 3.33333333vw;
    font-size: 1.25vw;
  }
  .gnb-search__input-btn--cancel {
    right: 1.66666667vw;
    width: 1.11111111vw;
    height: 1.11111111vw;
  }
  .gnb-search__input-btn--search {
    left: 1.66666667vw;
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .gnb-search__result-wrap {
    padding: 1.11111111vw 1.66666667vw;
  }
  .gnb-search__result-title-wrap {
    padding: 0.83333333vw 0vw;
  }
  .gnb-search__matched {
    margin-top: 1.11111111vw;
  }
  .gnb-search__matched .gnb-search__result-title-wrap {
    padding-top: 1.875vw;
    border-top-width: 0.06944444vw;
  }
  .gnb-search__result-title {
    font-size: 1.25vw;
  }
  .gnb-search__btn--history-clear {
    margin-top: 0.06944444vw;
    font-size: 0.97222222vw;
  }
  .gnb-search__btn--history-clear:after {
    bottom: -0.20833333vw;
    height: 0.13888889vw;
  }
  .gnb-search__result-item {
    padding: 0.69444444vw 0vw;
    font-size: 0.97222222vw;
  }
  .gnb-search__result-item--products {
    padding: 1.11111111vw 0vw;
  }
  .gnb-search__result-item-img {
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .gnb-search__result-product-wrap {
    padding: 0.55555556vw 0vw 0.55555556vw 1.11111111vw;
  }
  .gnb-search__result-product-rating {
    margin-top: 0.69444444vw;
  }
  .gnb-search__result-product-rating-star {
    width: 1.11111111vw;
    height: 1.11111111vw;
    margin-right: 0.27777778vw;
  }
  .gnb-search__result-product-rating-star-count {
    margin-left: 0.27777778vw;
    font-size: 0.97222222vw;
  }
  .gnb-search__result-product-rating-review-count {
    font-size: 0.97222222vw;
  }
  .gnb-search__result-product-cta-wrap {
    margin-top: 0.97222222vw;
  }
  .gnb-search__result-product-cta {
    margin-right: 1.11111111vw;
    font-size: 0.97222222vw;
  }
  .gnb-search__result-product-cta .icon {
    margin-left: 0.27777778vw;
    width: 1.11111111vw;
    height: 1.11111111vw;
  }
  .gnb-search__chip-wrap {
    margin-top: 1.38888889vw;
    width: 48.05555556vw;
  }
  .gnb-search__chip {
    margin: 0.27777778vw;
    padding: 0.48611111vw 1.04166667vw;
    font-size: 0.83333333vw;
    line-height: 1.11111111vw;
    border-width: 0.06944444vw;
    border-radius: 1.11111111vw;
  }
  .gnb-search__btn--close {
    top: 1.66666667vw;
    right: 1.66666667vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .gnb-search__contents {
    padding: 0;
    background-color: #fff;
  }
  .gnb-search__contents .text-title {
    display: none;
  }
  .gnb-search__search-wrap {
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .gnb-search__input-wrap {
    height: 15.55555556vw;
    padding: 2.22222222vw 6.66666667vw 2.22222222vw 15.55555556vw;
  }
  .gnb-search__input {
    padding: 0vw 11.11111111vw 0vw 12.22222222vw;
    font-size: 3.88888889vw;
    border-radius: 5.55555556vw;
    background-color: #f7f7f7;
  }
  .gnb-search__placeholder {
    left: 27.77777778vw;
    right: 17.77777778vw;
    font-size: 3.88888889vw;
  }
  .gnb-search__input-btn--close {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 6.66666667vw;
    width: 6.66666667vw;
    height: 6.66666667vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .gnb-search__input-btn--close .icon {
    width: 100%;
    height: 100%;
  }
  .gnb-search__input-btn--cancel {
    right: 11.11111111vw;
    width: 4.44444444vw;
    height: 4.44444444vw;
  }
  .gnb-search__input-btn--search {
    left: 20vw;
    width: 4.44444444vw;
    height: 4.44444444vw;
  }
  .gnb-search__result-wrap {
    padding: 2.22222222vw 6.66666667vw;
  }
  .gnb-search__result-title-wrap {
    padding: 3.61111111vw 0vw;
  }
  .gnb-search__matched {
    margin-top: 4.44444444vw;
  }
  .gnb-search__matched .gnb-search__result-title-wrap {
    padding-top: 7.77777778vw;
    border-top-width: 0.27777778vw;
  }
  .gnb-search__result-title {
    font-size: 4.44444444vw;
  }
  .gnb-search__history .gnb-search__result-title {
    max-width: 51.11111111vw;
  }
  .gnb-search__btn--history-clear {
    margin-top: 0;
    font-size: 3.88888889vw;
  }
  .gnb-search__btn--history-clear:after {
    bottom: -0.83333333vw;
    height: 0.55555556vw;
  }
  .gnb-search__result-item {
    padding: 2.77777778vw 0vw;
    font-size: 3.88888889vw;
  }
  .gnb-search__result-item--products {
    position: relative;
    padding: 3.33333333vw 0vw 14.44444444vw 0vw;
  }
  .gnb-search__result-item-img {
    width: 22.22222222vw;
    height: 22.22222222vw;
  }
  .gnb-search__result-product-wrap {
    padding: 0vw 0vw 0vw 4.44444444vw;
  }
  .gnb-search__result-product-rating {
    margin-top: 2.22222222vw;
  }
  .gnb-search__result-product-rating-star {
    width: 4.44444444vw;
    height: 4.44444444vw;
    margin-right: 1.11111111vw;
  }
  .gnb-search__result-product-rating-star-count {
    margin-left: 1.11111111vw;
    font-size: 3.33333333vw;
  }
  .gnb-search__result-product-rating-review-count {
    font-size: 3.33333333vw;
  }
  .gnb-search__result-product-cta-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 11.11111111vw;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gnb-search__result-product-cta {
    margin-right: 4.44444444vw;
    font-size: 3.88888889vw;
  }
  .gnb-search__result-product-cta .icon {
    margin-left: 1.11111111vw;
    width: 4.44444444vw;
    height: 4.44444444vw;
  }
  .gnb-search__chip-wrap {
    margin: 3.33333333vw 0vw 0vw 0vw;
    padding: 0vw 5.55555556vw;
    width: 100%;
  }
  .gnb-search__chip {
    margin: 1.11111111vw;
    padding: 1.94444444vw 4.16666667vw;
    font-size: 2.77777778vw;
    line-height: 3.88888889vw;
    color: #000;
    border-width: 0.27777778vw;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 4.16666667vw;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .gnb-search__chip:hover,
  .gnb-search__chip:focus {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .gnb-search__btn--close {
    display: none;
  }
}
.gnb {
  position: relative;
  z-index: 2000;
}
.gnb__dimmed {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  z-index: 2000;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.gnb__dimmed.open {
  display: block;
  opacity: 0.68;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.gnb__nav {
  position: relative;
  background: #fff;
  z-index: 2000;
}
.gnb__bar {
  max-width: 1440px;
  height: 80px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.gnb__bar-inner {
  padding: 0 24px 0 16px;
  font-size: 0;
}
.gnb__bar-inner:after {
  content: '';
  display: block;
  clear: both;
}
.gnb__logo {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 80px;
}
.gnb__logo:after {
  content: '';
  display: block;
  width: 120px;
  height: 32px;
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/global-samsung-logo.svg')
    no-repeat 50% 50%;
  background-size: 104px 16px;
}
.gnb__logo--christmas:after {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/christmas-samsung-logo-desktop.gif')
    no-repeat 50% 50%;
  background-size: 104px 20px;
}
.gnb__logo--valentine:after {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/valentine-samsung-logo-desktop.gif')
    no-repeat 50% 50%;
  background-size: 120px 32px;
}
.gnb__logo--event:after {
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/gnb-desktop-120x32.gif')
    no-repeat 50% 50%;
  background-size: 120px 32px;
}
.gnb__main {
  float: left;
  margin-left: 64px;
  font-size: 0;
}
.gnb__depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  line-height: 1.33;
}
.gnb__depth1-menu {
  vertical-align: middle;
}
.gnb__depth1-menu--only-mobile {
  display: none;
}
.gnb__depth1-link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 7px 12px;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33;
}
.gnb__depth1-link > .icon {
  display: none;
}
.gnb__depth1-link-text .icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  fill: currentColor;
}
.gnb__depth1-link:hover,
.gnb__depth1-link.active {
  background: #000;
  color: #fff;
}
.gnb__depth2-wrap {
  overflow: hidden;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  background: #fff;
}
.gnb__depth-back-wrap {
  display: none;
}
.gnb__depth2-inner {
  visibility: hidden;
  overflow: hidden;
  position: relative;
  max-width: 1440px;
  height: 0;
  margin: 0 auto;
  padding: 0 24px;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.gnb__depth2-inner.active {
  visibility: visible;
  padding: 0 24px;
  z-index: 2100;
}
.gnb__depth2 {
  position: relative;
  width: 260px;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  pointer-events: none;
}
.gnb__depth2:after {
  content: '';
  display: block;
  clear: both;
}
.gnb__depth2.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
.gnb__depth2-title-wrap {
  display: table;
  width: 100%;
  opacity: 0;
  padding-top: 8px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.gnb__depth2-title {
  display: table-cell;
  height: 80px;
  color: #000;
  font-size: 32px;
  line-height: 1.33;
  vertical-align: middle;
}
.gnb__depth2-title-link {
  display: inline-block;
  position: relative;
  color: #000;
}
.gnb__depth2-title-link:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 2px;
  border-bottom: 2px solid #000;
}
.gnb__depth2-title-link:hover:after,
.gnb__depth2-title-link:focus:after {
  left: 0;
  -webkit-animation: aniline 0.3s ease-in-out 1;
  animation: aniline 0.3s ease-in-out 1;
  width: 100%;
}
.gnb__depth2-title-link svg.icon {
  width: 32px;
  height: 32px;
  vertical-align: -4px;
}
.gnb__depth2-menu {
  clear: both;
  padding: 8px 0;
}
.gnb__depth2-menu.has-depth-menu {
  padding-right: 32px;
}
.gnb__depth2-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 8px 0;
  color: #000;
  font-size: 18px;
  vertical-align: middle;
  word-wrap: break-word;
}
.gnb__depth2-link-text {
  display: inline;
  position: relative;
}
.gnb__depth2-link-text:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 0;
  height: 1px;
  margin-top: 2px;
  background: #000;
}
.gnb__depth2-link .icon--next {
  visibility: hidden;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 236px;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.gnb__depth2-link .icon--dropdown {
  display: none;
}
.gnb__depth2-link:hover .gnb__depth2-link-text:before,
.gnb__depth2-link:focus .gnb__depth2-link-text:before {
  left: 0;
  width: 100%;
}
.gnb__depth2-menu.active .gnb__depth2-link {
  font-weight: bold;
}
.gnb__depth2-link[target='_blank'] .gnb__depth2-link-text .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.gnb__depth2-close {
  visibility: hidden;
  position: absolute;
  right: 12px;
  top: 48px;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  z-index: 2100;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.gnb__depth2-close svg.icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
}
.gnb__depth1-menu.active .gnb__depth2-title-wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link-text:before {
  content: none;
}
.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:hover > .icon--next,
.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:focus > .icon--next,
.gnb .gnb__depth2-menu.has-depth-menu.active .gnb__depth2-link > .icon--next {
  visibility: visible;
  position: absolute;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  opacity: 1;
}
.gnb__depth3-wrap {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 352px;
  right: 0;
  width: 424px;
}
.gnb__depth3-wrap .gnb__depth3-inner {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.gnb__depth2-menu.active .gnb__depth3-wrap {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.gnb__depth2-menu.active .gnb__depth3-wrap .gnb__depth3-inner {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.gnb__depth3 {
  overflow: hidden;
  padding: 0 2px;
  font-size: 0;
}
.gnb__depth3-menu {
  padding: 8px 0;
}
.gnb__depth3-link {
  display: inline-block;
  padding: 8px 0;
  color: #000;
  font-size: 18px;
}
.gnb__depth3-link-text {
  display: inline-block;
  position: relative;
}
.gnb__depth3-link-text:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 0;
  height: 1px;
  margin-top: 2px;
  background: #000;
}
.gnb__depth3-link:hover .gnb__depth3-link-text,
.gnb__depth3-link:focus .gnb__depth3-link-text {
  font-weight: bold;
}
.gnb__depth3-link:hover .gnb__depth3-link-text:before,
.gnb__depth3-link:focus .gnb__depth3-link-text:before {
  left: 0;
  width: 100%;
}
.gnb__feature-container {
  position: absolute;
  right: 0;
  border-left: 1px solid #ddd;
  top: 88px;
  width: 497px;
  padding: 0 83px;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.gnb__feature-container-link {
  display: block;
}
.gnb__feature-container .image {
  overflow: hidden;
  width: 330px;
  height: 330px;
  border-radius: 20px;
}
.gnb__feature-container .image img {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.gnb__feature-container .image:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.gnb__feature-container-contents {
  padding: 24px 8px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.gnb__feature-container-contents .cta {
  margin: 6px 0 -8px;
}
.gnb__depth1-menu.active .gnb__feature-container,
.gnb__depth2-wrap.open + .gnb__feature-container {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gnb__sub {
  float: right;
  font-size: 0;
}
.gnb__sub .gnb__depth1 {
  float: left;
}
.gnb__utility {
  float: right;
  margin-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}
.gnb__utility > li {
  position: relative;
}
.gnb__utility > li + li {
  margin-left: 24px;
}
.gnb__utility > li > a {
  display: block;
}
.gnb__utility > li > a,
.gnb__utility > li > a svg.icon {
  width: 24px;
  height: 24px;
}
.gnb__utility > li > a svg.icon {
  pointer-events: none;
}
.gnb__utility li.gnb__logout > a {
  margin: -6px 0;
}
.gnb__utility li.gnb__logout > a,
.gnb__utility li.gnb__logout div.image,
.gnb__utility li.gnb__logout svg[class*='icon'] {
  width: 36px;
  height: 36px;
}
.gnb__utility li.gnb__logout a.gnb__logout-btn {
  overflow: hidden;
  border-radius: 100%;
}
.gnb__utility .gnb__login-layer {
  visibility: hidden;
  position: absolute;
  top: 36px;
  right: 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  width: 216px;
  padding: 8px 0;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
  z-index: 2999;
  opacity: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: opacity 0.1s cubic-bezier(0.2, 0.6, 0.4, 1),
    -webkit-transform 0.1s cubic-bezier(0.2, 0.6, 0.4, 1);
  transition: opacity 0.1s cubic-bezier(0.2, 0.6, 0.4, 1),
    -webkit-transform 0.1s cubic-bezier(0.2, 0.6, 0.4, 1);
  transition: transform 0.1s cubic-bezier(0.2, 0.6, 0.4, 1),
    opacity 0.1s cubic-bezier(0.2, 0.6, 0.4, 1);
  transition: transform 0.1s cubic-bezier(0.2, 0.6, 0.4, 1),
    opacity 0.1s cubic-bezier(0.2, 0.6, 0.4, 1),
    -webkit-transform 0.1s cubic-bezier(0.2, 0.6, 0.4, 1);
}
.gnb__utility .gnb__login-layer.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gnb__utility .gnb__login-layer .gnb__utility-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24px;
  padding: 8px 16px;
  color: #000;
  font-size: 14px;
  line-height: 1.33;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.gnb__utility .gnb__login-layer .gnb__utility-link .icon-wrap {
  width: 24px;
  height: 24px;
  padding: 4px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 8px;
}
.gnb__utility
  .gnb__login-layer
  .gnb__utility-link
  .icon-wrap
  svg[class*='icon'] {
  width: 100%;
  height: 100%;
}
.gnb__utility .gnb__login-layer .gnb__user-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 38px;
  padding: 16px 0;
  margin: 0 16px 8px;
  border-bottom: 1px solid #ddd;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.33;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.gnb__utility .gnb__login-layer .gnb__user-name .gnb__user-image {
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 8px;
  border-radius: 100%;
}
.gnb__utility .gnb__login-layer .gnb__user-name .gnb__user-image div.image,
.gnb__utility
  .gnb__login-layer
  .gnb__user-name
  .gnb__user-image
  svg[class*='icon'] {
  display: block;
  width: 32px;
  height: 32px;
}
.gnb__utility .gnb__cart {
  position: relative;
}
.gnb__utility .gnb__cart-in-number {
  position: absolute;
  top: -3px;
  left: 15px;
  z-index: 2000;
  min-width: 12px;
  height: 12px;
  padding: 0 2px;
  border-radius: 6px;
  background-color: #d93b30;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  letter-spacing: normal;
  text-indent: 1px;
}
.gnb__utility .gnb__country {
  position: relative;
}
.gnb__utility .gnb__country .image {
  width: 24px;
  height: 24px;
}
.gnb__utility .gnb__country-cta {
  overflow: hidden;
  position: relative;
  width: 44px;
  height: 24px;
  padding-right: 20px;
}
.gnb__utility .gnb__country-cta svg.icon {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gnb__utility .gnb__country-cta svg.icon--open {
  display: block;
}
.gnb__utility .gnb__country-cta.active .icon {
  display: none;
}
.gnb__utility .gnb__country-cta.active .icon--close {
  display: block;
}
.gnb__utility .gnb__country-layer {
  visibility: hidden;
  position: absolute;
  right: 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  top: 36px;
  width: 130px;
  padding: 8px 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 2999;
  opacity: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: opacity 0.1s cubic-bezier(0.2, 0.6, 0.4, 1),
    -webkit-transform 0.1s cubic-bezier(0.2, 0.6, 0.4, 1);
  transition: opacity 0.1s cubic-bezier(0.2, 0.6, 0.4, 1),
    -webkit-transform 0.1s cubic-bezier(0.2, 0.6, 0.4, 1);
  transition: transform 0.1s cubic-bezier(0.2, 0.6, 0.4, 1),
    opacity 0.1s cubic-bezier(0.2, 0.6, 0.4, 1);
  transition: transform 0.1s cubic-bezier(0.2, 0.6, 0.4, 1),
    opacity 0.1s cubic-bezier(0.2, 0.6, 0.4, 1),
    -webkit-transform 0.1s cubic-bezier(0.2, 0.6, 0.4, 1);
}
.gnb__utility .gnb__country-layer.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gnb__utility .gnb__country-select {
  padding: 8px 16px;
  display: table;
  width: 100%;
}
.gnb__utility .gnb__country-select .image,
.gnb__utility .gnb__country-select .gnb__country-text {
  display: table-cell;
  vertical-align: middle;
}
.gnb__utility .gnb__country-select .gnb__country-text {
  padding-left: 8px;
  color: #000;
  font-size: 14px;
  line-height: 1.33;
}
.gnb__utility .gnb__country-select.is-selected .gnb__country-text {
  font-weight: bold;
}
.gnb .gnb__depth3-link[target='_blank'] .gnb__depth3-link-text .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.gnb__mobile-menu,
.gnb__depth-title,
.gnb__menu-close,
.gnb__utility-mobile {
  display: none;
}
.gnb .layer-popup {
  display: none;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 1.33;
  letter-spacing: -4px;
  text-align: center;
  z-index: 3100;
}
.gnb .layer-popup-dim {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.68;
  z-index: 3100;
}
.gnb .layer-popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.gnb .layer-popup__inner {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 448px;
  max-width: 648px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  line-height: 1.33;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0;
}
.gnb .layer-popup__title {
  margin: 0 28px 16px 0;
  font-weight: bold;
  font-size: 24px;
}
.gnb .layer-popup__contents {
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
}
.gnb .layer-popup__contents .privacy_link,
.gnb .layer-popup__contents .link-text {
  font-size: 14px;
  line-height: 1.33;
  color: #1428a0;
  text-decoration: underline;
}
.gnb .layer-popup .icon--information {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
}
.gnb .layer-popup__information-text {
  font-weight: bold;
  text-align: center;
}
.gnb .layer-popup__cta {
  display: inline-block;
  width: 50%;
  padding: 0 8px;
}
.gnb .layer-popup__cta-wrap {
  padding: 16px 0 24px;
  margin: 8px -8px -24px;
  text-align: center;
  font-size: 0;
}
.gnb .layer-popup__cta .cta {
  width: 100%;
}
.gnb .layer-popup__cta .cta ~ .cta {
  margin-left: 16px;
}
.gnb .layer-popup__close {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 48px;
  height: 48px;
}
.gnb .layer-popup__close svg.icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
}
.gnb .checkbox-radio ~ .check-text {
  clear: both;
  padding: 3px 0 0 42px;
  color: #363636;
  font-size: 14px;
}
.gnb .checkbox-radio ~ .check-text--error {
  color: #fd020e;
}
.gnb__mobile-dimmed {
  display: none;
}
.gnb .checkbox-radio ~ .checkbox-radio {
  margin-top: 10px;
}
.gnb .check_text {
  display: block;
  position: relative;
  min-height: 24px;
  padding: 4px 0 2px 42px;
  color: #363636;
  font-size: 14px;
  line-height: 1.33;
}
.gnb .check_text:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_radio_a.svg)
    no-repeat;
  background-size: 100% auto;
}
.gnb input[type='checkbox']:checked ~ .check_text {
  font-weight: bold;
}
.gnb input[type='checkbox']:checked ~ .check_text:before {
  background-image: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_b.svg);
}
.gnb .check_txt {
  padding: 0 0 0 42px;
  font-size: 14px;
  line-height: 1.33;
}
.gnb .gnb__depth1 .gnb-api--mobile-only {
  display: none;
}
.gnb .gnb__depth2 .gnb-api--mobile-only {
  display: none;
}
.gnb .gnb__depth3 .gnb-api--mobile-only {
  display: none;
}
.gnb__menu-wrap.active .gnb__depth2-title-wrap,
.gnb__menu-wrap.active .gnb__depth2,
.gnb__menu-wrap.active .gnb__feature-container {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gnb__country-mobile {
  display: none;
}
.gnb .badge-icon {
  margin-top: 1px;
  margin-left: 5px;
}
.gnb .badge-icon--bg-color-green {
  background-color: #4eaf46;
}
@-moz-document url-prefix() {
  .gnb__depth1-link.active {
    outline: 1px dotted #000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .gnb .layer-popup__inner {
    min-width: 31.11111111vw;
    max-width: 45vw;
    padding: 1.66666667vw;
    border-radius: 1.38888889vw;
  }
  .gnb .layer-popup__title {
    margin: 0vw 1.94444444vw 1.11111111vw 0vw;
    font-size: 1.66666667vw;
  }
  .gnb .layer-popup__contents {
    font-size: 1.25vw;
  }
  .gnb .layer-popup__contents .privacy_link,
  .gnb .layer-popup__contents .link-text {
    font-size: 0.97222222vw;
  }
  .gnb .layer-popup .icon--information {
    width: 3.33333333vw;
    height: 3.33333333vw;
    margin-bottom: 1.11111111vw;
  }
  .gnb .layer-popup__cta {
    padding: 0vw 0.55555556vw;
  }
  .gnb .layer-popup__cta-wrap {
    padding: 1.11111111vw 0vw 1.66666667vw 0vw;
    margin: 0.55555556vw -0.55555556vw -1.66666667vw -0.55555556vw;
  }
  .gnb .layer-popup__cta .cta ~ .cta {
    margin-left: 1.11111111vw;
  }
  .gnb .layer-popup__close {
    right: 0.83333333vw;
    top: 0.83333333vw;
    width: 3.33333333vw;
    height: 3.33333333vw;
  }
  .gnb .layer-popup__close svg.icon {
    left: 0.83333333vw;
    top: 0.83333333vw;
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .gnb .checkbox-radio ~ .check-text {
    padding: 0.20833333vw 0vw 0vw 2.91666667vw;
    font-size: 0.97222222vw;
  }
  .gnb .checkbox-radio ~ .checkbox-radio {
    margin-top: 0.69444444vw;
  }
  .gnb .check_text {
    min-height: 1.66666667vw;
    padding: 0.27777778vw 0vw 0.13888889vw 2.91666667vw;
    font-size: 0.97222222vw;
  }
  .gnb .check_text:before {
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .gnb .check_txt {
    padding: 0vw 0vw 0vw 2.91666667vw;
    font-size: 0.97222222vw;
  }
  .gnb .badge-icon {
    margin-left: 0.34722222vw;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .gnb__bar {
    max-width: 100%;
  }
  .gnb__bar-inner {
    padding: 0vw 1.66666667vw 0vw 1.11111111vw;
  }
  .gnb__logo:after {
    width: 8.33333333vw;
    height: 2.22222222vw;
  }
  .gnb__logo--christmas:after,
  .gnb__logo--valentine:after,
  .gnb__logo--event:after {
    width: 120px;
    height: 32px;
  }
  .gnb__main {
    margin-left: 4.44444444vw;
  }
  .gnb__depth1-link {
    padding: 0.48611111vw 0.83333333vw;
    font-size: 0.97222222vw;
  }
  .gnb__depth1-link-text .icon {
    width: 0.97222222vw;
    height: 0.97222222vw;
  }
  .gnb__depth2-inner {
    max-width: 100%;
  }
  .gnb__depth2 {
    width: 18.05555556vw;
  }
  .gnb__depth2-title-wrap {
    padding-top: 0.55555556vw;
  }
  .gnb__depth2-title {
    height: 5.55555556vw;
    font-size: 2.22222222vw;
  }
  .gnb__depth2-title-link svg.icon {
    width: 2.22222222vw;
    height: 2.22222222vw;
    vertical-align: -0.27777778vw;
  }
  .gnb__depth2-menu {
    padding: 0.55555556vw 0vw;
  }
  .gnb__depth2-menu.has-depth-menu {
    padding-right: 2.22222222vw;
  }
  .gnb__depth2-link {
    padding: 0.55555556vw 0vw;
    font-size: 1.25vw;
  }
  .gnb__depth2-link[target='_blank'] .gnb__depth2-link-text .icon {
    width: 1.11111111vw;
    height: 1.11111111vw;
  }
  .gnb__depth2-close {
    right: 0.83333333vw;
    top: 3.33333333vw;
    width: 3.33333333vw;
    height: 3.33333333vw;
    margin-top: -1.66666667vw;
  }
  .gnb__depth2-close svg.icon {
    left: 0.83333333vw;
    top: 0.83333333vw;
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .gnb__depth3-wrap {
    left: 24.44444444vw;
    width: 29.44444444vw;
  }
  .gnb__depth3 {
    padding: 0 0 2px 2px;
  }
  .gnb__depth3-menu {
    padding: 0.55555556vw 0vw;
  }
  .gnb__depth3-link {
    padding: 0.55555556vw 0vw;
    font-size: 1.25vw;
  }
  .gnb__feature-container {
    top: 6.11111111vw;
    width: 34.51388889vw;
    padding: 0vw 5.76388889vw;
  }
  .gnb__feature-container .image {
    width: 22.91666667vw;
    height: 22.91666667vw;
    border-radius: 1.38888889vw;
  }
  .gnb__feature-container-contents {
    padding: 1.66666667vw 0.55555556vw;
    font-size: 1.25vw;
  }
  .gnb__feature-container-contents .cta {
    margin: 0.41666667vw 0vw -0.55555556vw 0vw;
  }
  .gnb__utility {
    margin-left: 2.5vw;
  }
  .gnb__utility > li + li {
    margin-left: 1.66666667vw;
  }
  .gnb__utility > li > a,
  .gnb__utility > li > a svg.icon {
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .gnb__utility li.gnb__logout > a {
    margin: -0.41666667vw 0vw;
  }
  .gnb__utility li.gnb__logout > a,
  .gnb__utility li.gnb__logout div.image,
  .gnb__utility li.gnb__logout svg[class*='icon'] {
    width: 2.5vw;
    height: 2.5vw;
  }
  .gnb__utility .gnb__login-layer {
    top: 2.5vw;
    width: 15vw;
    padding: 0.55555556vw 0vw;
    border-radius: 0.41666667vw;
  }
  .gnb__utility .gnb__login-layer .gnb__utility-link {
    min-height: 1.66666667vw;
    padding: 0.55555556vw 1.11111111vw;
    font-size: 0.97222222vw;
  }
  .gnb__utility .gnb__login-layer .gnb__utility-link .icon-wrap {
    width: 1.66666667vw;
    height: 1.66666667vw;
    padding: 0.27777778vw;
    margin-right: 0.55555556vw;
  }
  .gnb__utility .gnb__login-layer .gnb__user-name {
    min-height: 2.63888889vw;
    padding: 1.11111111vw 0vw;
    margin: 0vw 1.11111111vw 0.55555556vw 1.11111111vw;
    font-size: 0.97222222vw;
  }
  .gnb__utility .gnb__login-layer .gnb__user-name .gnb__user-image {
    margin-right: 0.55555556vw;
  }
  .gnb__utility .gnb__login-layer .gnb__user-name .gnb__user-image div.image,
  .gnb__utility
    .gnb__login-layer
    .gnb__user-name
    .gnb__user-image
    svg[class*='icon'] {
    width: 2.22222222vw;
    height: 2.22222222vw;
  }
  .gnb__utility .gnb__country .image {
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .gnb__utility .gnb__country-cta {
    width: 3.05555556vw;
    height: 1.66666667vw;
    padding-right: 1.38888889vw;
  }
  .gnb__utility .gnb__country-cta svg.icon {
    width: 0.83333333vw;
    height: 0.83333333vw;
  }
  .gnb__utility .gnb__country-layer {
    top: 2.5vw;
    width: 9.02777778vw;
    padding: 0.55555556vw 0vw;
    border-radius: 0.41666667vw;
  }
  .gnb__utility .gnb__country-select {
    padding: 0.55555556vw 1.11111111vw;
  }
  .gnb__utility .gnb__country-select .gnb__country-text {
    padding-left: 0.55555556vw;
    font-size: 0.97222222vw;
  }
  .gnb .gnb__depth3-link[target='_blank'] .gnb__depth3-link-text .icon {
    width: 1.11111111vw;
    height: 1.11111111vw;
  }
  .gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:hover > .icon--next,
  .gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:focus > .icon--next,
  .gnb .gnb__depth2-menu.has-depth-menu.active .gnb__depth2-link > .icon--next {
    width: 1.66666667vw;
    height: 1.66666667vw;
    margin-top: -0.83333333vw;
  }
}
@media only screen and (max-width: 1279px) {
  .gnb {
    min-width: 360px;
  }
  .gnb__bar {
    height: 56px;
  }
  .gnb__bar-inner {
    padding: 8px 16px;
  }
  .gnb__logo {
    height: auto;
    margin-top: 4px;
  }
  .gnb__logo--christmas,
  .gnb__logo--valentine,
  .gnb__logo--event {
    margin-top: 0;
    height: 40px;
  }
  .gnb__main {
    padding-top: 2px;
    margin-left: 0;
  }
  .gnb__mobile-menu {
    display: block;
    float: right;
    font-size: 0;
  }
  .gnb__mobile-menu [class*='-btn'] {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    vertical-align: middle;
  }
  .gnb__mobile-menu [class*='-btn'] .icon {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
  }
  .gnb__mobile-menu .gnb__cart-btn .gnb__cart-in-number {
    position: absolute;
    top: 5px;
    left: 23px;
    z-index: 2000;
    min-width: 12px;
    height: 12px;
    padding: 0 2px;
    border-radius: 6px;
    background-color: #d93b30;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    letter-spacing: normal;
    text-indent: 1px;
  }
  .gnb__mobile-dimmed {
    display: block;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: #000;
    opacity: 0;
  }
  .gnb__utility {
    display: none;
  }
  .gnb__menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: fixed;
    right: 0;
    -webkit-transform: translateX(360px);
    transform: translateX(360px);
    top: 0;
    bottom: 0;
    width: 360px;
    height: 100%;
    z-index: 2100;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1),
      -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .gnb__menu-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }
  .gnb__menu-wrap.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .gnb__menu-wrap.open ~ .gnb__mobile-dimmed {
    visibility: visible;
    opacity: 0.68;
    -webkit-transition: opacity 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: opacity 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .gnb__menu-close {
    position: absolute;
    top: 8px;
    right: 16px;
    width: 40px;
    height: 40px;
    opacity: 0;
    z-index: 2300;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .gnb__menu-close svg.icon {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
  }
  .gnb__menu-wrap.open .gnb__menu-close {
    display: block;
    opacity: 1;
  }
  .gnb__depth1-container {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 54px 24px 0;
    z-index: 2100;
  }
  .gnb__depth1-container.slide {
    overflow: hidden;
  }
  .gnb__depth1-container > div:last-of-type {
    padding-bottom: 56px;
  }
  .gnb__menu-wrap .gnb__depth1-container {
    position: relative;
    left: 90px;
    opacity: 0;
  }
  .gnb__menu-wrap.open .gnb__depth1-container {
    left: 0;
    -webkit-transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    opacity: 1;
  }
  .gnb__menu-wrap.open .gnb__depth1-container:after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 20px;
    height: 54px;
    width: 340px;
    background: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2100;
  }
  .gnb__menu-wrap.use-country-selector
    .gnb__depth1-container
    > div:last-of-type {
    padding-bottom: 118px;
  }
  .gnb__main,
  .gnb__sub {
    float: none;
  }
  .gnb__sub .gnb__depth1:before,
  .gnb__sub .gnb__utility-mobile:before {
    content: '';
    display: block;
    height: 1px;
    margin: 16px 0;
    background: #ddd;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1),
      opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1),
      opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .gnb__depth1 {
    display: block;
    visibility: hidden;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .gnb__depth1.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  }
  .gnb__depth1-menu {
    display: table;
    width: 100%;
    height: auto;
  }
  .gnb__depth1-menu + .gnb__depth1-menu {
    margin-top: 0;
  }
  .gnb__depth1-link {
    display: table-cell;
    left: 0;
    width: 100%;
    height: 56px;
    padding: 0;
    border-radius: 0;
    color: #000;
    font-weight: normal;
    font-size: 20px;
    vertical-align: middle;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1),
      opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1),
      opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .gnb__depth1-link svg.icon {
    width: 16px !important;
    height: 16px !important;
  }
  .gnb__depth1-link:hover,
  .gnb__depth1-link:focus {
    font-weight: bold;
  }
  .gnb__depth1-link[target='_blank'] .gnb__depth1-link-text .icon {
    display: inline-block;
    vertical-align: middle;
  }
  .gnb__depth1-menu.active .gnb__depth1-link,
  .gnb__depth1-menu .gnb__depth1-link:hover,
  .gnb__depth1-menu .gnb__depth1-link:focus,
  .gnb__depth1-menu .gnb__depth1-link:active {
    color: inherit;
    background: 0;
  }
  .gnb__depth1-menu.has-depth-menu .gnb__depth1-link {
    overflow: hidden;
    position: relative;
    padding-right: 40px;
  }
  .gnb__depth1-menu.has-depth-menu .gnb__depth1-link:before {
    content: none;
  }
  .gnb__depth1-menu.has-depth-menu .gnb__depth1-link > .icon--next {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 0;
  }
  .gnb__sub .gnb__depth1 {
    float: none;
  }
  .gnb__depth-back-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 76px;
    height: 56px;
    width: 100%;
    background: #fff;
    z-index: 2100;
  }
  .gnb__depth-back-wrap .gnb__depth-back {
    display: block;
    position: absolute;
    left: 16px;
    top: 8px;
    width: 40px;
    height: 40px;
  }
  .gnb__depth-back-wrap .gnb__depth-back .icon--back {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 24px;
    height: 24px;
  }
  .gnb__depth2-wrap {
    display: none;
    overflow: hidden;
    position: fixed;
    left: auto;
    right: 0;
    -webkit-transform: translateX(360px);
    transform: translateX(360px);
    top: 0;
    bottom: 0;
    width: 360px;
    background: #fff;
    z-index: 2200;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1)
      0.05s;
    transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1) 0.05s;
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1) 0.05s;
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1) 0.05s,
      -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1) 0.05s;
  }
  .gnb__depth2-wrap .gnb__depth2-inner {
    visibility: visible;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 56px;
    bottom: 0;
    width: 360px;
    height: auto;
    padding: 0;
    -webkit-transition-property: scrollTop;
    transition-property: scrollTop;
  }
  .gnb__depth2-wrap .gnb__depth2-inner:after {
    content: '';
    display: block;
    height: 48px;
  }
  .gnb__menu-wrap.use-country-selector
    .gnb__depth2-wrap
    .gnb__depth2-inner:after {
    height: 104px;
  }
  .gnb__depth2-wrap.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1),
      -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .gnb__depth2-wrap.open .gnb__depth2-inner {
    visibility: visible;
  }
  .gnb__depth2-title {
    height: 54px;
    padding: 0 10px 0 24px;
    font-size: 24px;
    background: #fff;
  }
  .gnb__depth2-title-wrap {
    position: fixed;
    width: 340px;
    padding: 0;
    opacity: 1;
    z-index: 2000;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .gnb__depth2-title svg.icon {
    width: 24px;
    height: 24px;
    vertical-align: -4px;
  }
  .gnb__depth2 {
    width: auto;
    height: auto;
    padding: 56px 24px 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
  .gnb__depth2-menu {
    display: block;
    position: relative;
    padding: 0;
  }
  .gnb__depth2-menu.has-depth-menu {
    padding-right: 0;
  }
  .gnb__depth2-menu + .gnb__depth2-menu {
    margin-top: 0;
  }
  .gnb__depth2-link {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    font-size: 18px;
    opacity: 1;
  }
  .gnb__depth2-link:hover,
  .gnb__depth2-link:focus {
    font-weight: bold;
  }
  .gnb__depth2-link-text {
    display: table-cell;
    height: 56px;
    padding: 0;
    vertical-align: middle;
  }
  .gnb__depth2-link-text:before {
    content: none !important;
  }
  .gnb__depth2-link svg.icon {
    display: none;
  }
  .gnb__depth2-menu.has-depth-menu .gnb__depth2-link {
    padding-right: 40px;
  }
  .gnb__depth2-menu.has-depth-menu .gnb__depth2-link .icon--dropdown {
    display: block;
    visibility: visible;
    position: absolute;
    top: 20px;
    right: 0;
    width: 16px;
    height: 16px;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: none;
    transition: none;
  }
  .gnb__depth2-menu.has-depth-menu.open .gnb__depth2-link {
    font-weight: bold;
  }
  .gnb__depth2-menu.has-depth-menu.open .gnb__depth2-link .icon--dropdown {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .gnb__depth2-close {
    display: none;
  }
  .gnb__feature-container {
    position: static;
    width: auto;
    margin-top: 48px;
    padding: 0 24px;
    border: 0 none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .gnb__feature-container .image {
    width: 100%;
    height: 100%;
  }
  .gnb__feature-container-contents {
    padding: 16px 8px;
  }
  .gnb__feature-container-description {
    font-size: 16px;
  }
  .gnb__feature-container .cta--underline {
    padding: 10px 0 11px;
    font-size: 14px;
    line-height: 1.33;
    border-bottom-width: 2px;
  }
  .gnb__feature-container .cta--underline:after {
    bottom: 8px;
    height: 2px;
  }
  .gnb__depth2-wrap .gnb__depth-back-wrap,
  .gnb__depth2-wrap .gnb__depth2-title-wrap,
  .gnb__depth2-wrap .gnb__depth2,
  .gnb__depth2-wrap .gnb__feature-container {
    opacity: 0;
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .gnb__depth2-wrap .gnb__depth-back-wrap {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  .gnb__depth2-wrap.open .gnb__depth-back-wrap,
  .gnb__depth2-wrap.open .gnb__depth2-title-wrap,
  .gnb__depth2-wrap.open .gnb__depth2,
  .gnb__depth2-wrap.open .gnb__feature-container {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .gnb__depth3-wrap {
    overflow: hidden;
    position: static;
    opacity: 0;
    height: 0;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .gnb__depth3-wrap:after {
    content: '';
    display: block;
    margin: 16px 0 0;
    border-bottom: 1px solid #ddd;
  }
  .gnb__depth3-wrap .gnb__depth3-inner {
    overflow: visible;
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .gnb__depth2-menu.open .gnb__depth3-wrap {
    opacity: 1;
  }
  .gnb__depth3 {
    overflow: visible;
    width: 100%;
    padding: 2px 2px 2px 16px;
  }
  .gnb__depth3-menu {
    display: table;
    width: 100%;
    padding: 0;
  }
  .gnb__depth3-menu + .gnb__depth3-menu {
    margin-top: 0;
  }
  .gnb__depth3-link {
    display: table-cell;
    height: 48px;
    padding: 0;
    font-size: 16px;
    vertical-align: middle;
  }
  .gnb__depth3-link-text:before {
    content: none !important;
  }
  .gnb__utility-mobile {
    display: block;
    width: 100%;
  }
  .gnb__utility-mobile .gnb__utility-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .gnb__utility-mobile .gnb__utility-link,
  .gnb__utility-mobile .gnb__user-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 56px;
    left: 0;
    color: #000;
    font-weight: normal;
    font-size: 20px;
    vertical-align: middle;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1),
      opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1),
      opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .gnb__utility-mobile .gnb__utility-link.open,
  .gnb__utility-mobile .gnb__user-name.open {
    opacity: 1;
  }
  .gnb__utility-mobile .gnb__utility-link .image,
  .gnb__utility-mobile .gnb__user-name .image,
  .gnb__utility-mobile .gnb__utility-link svg[class*='icon'],
  .gnb__utility-mobile .gnb__user-name svg[class*='icon'] {
    width: 100%;
    height: 100%;
  }
  .gnb__utility-mobile .gnb__utility-link .icon-wrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 24px;
    height: 24px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 8px;
  }
  .gnb__utility-mobile .gnb__user-name {
    font-weight: bold;
  }
  .gnb__utility-mobile .gnb__user-name .gnb__user-image {
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 32px;
    height: 32px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 8px;
    border-radius: 100%;
  }
  .open .gnb__utility-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0.6, 0.4, 1) 0.2s;
    transition: opacity 0.5s cubic-bezier(0.2, 0.6, 0.4, 1) 0.2s;
  }
  .gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:hover > .icon--next,
  .gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:focus > .icon--next,
  .gnb .gnb__depth2-menu.has-depth-menu.active .gnb__depth2-link > .icon--next {
    display: none;
  }
  .gnb__depth1-container.slide .gnb__depth1-link,
  .gnb__depth1-container.slide .gnb__sub .gnb__depth1:before,
  .gnb__depth1-container.slide .gnb__sub .gnb__utility-mobile:before,
  .gnb__depth1-container.slide .gnb__utility-link,
  .gnb__depth1-container.slide .gnb__user-name,
  .gnb__depth1-container.slide .gnb__depth2-open-cta {
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1),
      opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1),
      opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .gnb__depth1-container.slide .gnb__utility-mobile {
    visibility: hidden;
  }
  .gnb .gnb__depth1 .gnb-api--mobile-only {
    display: table;
  }
  .gnb .gnb__depth2 .gnb-api--mobile-only {
    display: block;
  }
  .gnb .gnb__depth3 .gnb-api--mobile-only {
    display: table;
  }
  .gnb__country-mobile {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    font-size: 14px;
    z-index: 2300;
  }
  .gnb__country-mobile .gnb__country-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 56px;
    padding: 0 24px;
    background: #f7f7f7;
  }
  .gnb__country-mobile .gnb__country-current .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
  }
  .gnb__country-mobile .gnb__country-current .gnb__country-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 8px;
  }
  .gnb__country-mobile .gnb__country-current .icon--open {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
  }
  .gnb__country-mobile .gnb__country-select {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2310;
    width: 100%;
    height: 100%;
    border: 0 none;
    background: transparent;
    opacity: 0;
    cursor: pointer;
  }
  .gnb__country-mobile
    .gnb__country-select:focus
    + .gnb__country-current:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
  }
  .gnb .badge-icon {
    margin-left: 5px;
  }
  .gnb .badge-icon--label {
    font-size: 12px;
    line-height: 16px;
    height: 20px;
    padding: 2px 6px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1279px) and (-ms-high-contrast: active),
  only screen and (max-width: 1279px) and (-ms-high-contrast: none) {
  .gnb .gnb__nav {
    display: inline-block;
    width: 100%;
    -webkit-transform: translateZ(2000px);
    transform: translateZ(2000px);
  }
}
@media only screen and (max-width: 767px) {
  .gnb__logo--christmas:after {
    background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/christmas-samsung-logo-mobile.gif')
      no-repeat 50% 50%;
    background-size: 104px 20px;
  }
  .gnb__logo--valentine:after {
    background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/valentine-samsung-logo-mobile.gif')
      no-repeat 50% 50%;
    background-size: 120px 32px;
  }
  .gnb__logo--event:after {
    background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/gnb-mobile-240x64.gif')
      no-repeat 50% 50%;
    background-size: 120px 32px;
  }
  .gnb .layer-popup__inner {
    min-width: 86.66666667vw;
    padding: 6.66666667vw;
    border-radius: 5.55555556vw;
  }
  .gnb .layer-popup__title {
    margin: 0vw 7.77777778vw 4.44444444vw 0vw;
    font-size: 6.11111111vw;
  }
  .gnb .layer-popup__contents {
    font-size: 3.88888889vw;
  }
  .gnb .layer-popup__contents .privacy_link,
  .gnb .layer-popup__contents .link-text {
    font-size: 3.33333333vw;
  }
  .gnb .layer-popup .icon--information {
    width: 13.33333333vw;
    height: 13.33333333vw;
    margin-bottom: 4.44444444vw;
  }
  .gnb .layer-popup__cta {
    width: 100%;
    padding: 1.11111111vw 0vw;
  }
  .gnb .layer-popup__cta-wrap {
    padding: 3.33333333vw 0vw 5.55555556vw 0vw;
    margin: 2.22222222vw 0vw -6.66666667vw 0vw;
  }
  .gnb .layer-popup__cta .cta ~ .cta {
    margin-left: 0;
  }
  .gnb .layer-popup__close {
    right: 3.33333333vw;
    top: 3.33333333vw;
    width: 13.33333333vw;
    height: 13.33333333vw;
  }
  .gnb .layer-popup__close svg.icon {
    left: 3.33333333vw;
    top: 3.33333333vw;
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .gnb .checkbox-radio ~ .check-text {
    padding: 0.83333333vw 0vw 0vw 9.16666667vw;
    font-size: 3.33333333vw;
  }
  .gnb .checkbox-radio ~ .checkbox-radio {
    margin-top: 2.77777778vw;
  }
  .gnb .check_text {
    padding: 1.11111111vw 0vw 0.55555556vw 8.88888889vw;
    font-size: 3.33333333vw;
  }
  .gnb .check_text:before {
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .gnb .check_txt {
    padding: 0vw 0vw 0vw 8.88888889vw;
    font-size: 3.33333333vw;
  }
  .gnb .badge-icon {
    margin-left: 1.38888889vw;
  }
}
@media screen and (min-width: 535px) and (max-width: 768px) {
  .gnb__depth-back-wrap {
    height: 57px;
  }
}
@media only screen and (max-width: 360px) {
  .gnb {
    min-width: 100%;
  }
  .gnb__bar {
    height: auto;
  }
  .gnb__menu-wrap,
  .gnb__depth1-container:after,
  .gnb__depth2-wrap,
  .gnb__depth2-wrap .gnb__depth2-inner,
  .gnb__depth3-wrap.open {
    width: 100%;
  }
  .gnb__depth1-container:after {
    right: 0;
  }
  .gnb .badge-icon {
    margin-left: 5px;
  }
}
@-webkit-keyframes aniline {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes aniline {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.epp-bar-wrap {
  display: none;
  font-size: 0.75em;
  width: 100%;
  border-bottom: 2px solid #eee;
  background-color: #fff;
  position: relative;
  background-color: white;
  z-index: 3200;
  font-size: 16px;
}
.epp-bar-wrap a {
  color: black;
}
.epp-bar-wrap .epp-bar {
  max-width: 1440px;
  padding: 12px 24px;
  margin: 0 auto;
  overflow: hidden;
}
.epp-bar-wrap .epp-bar-logo {
  max-width: 140px;
  min-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.epp-bar-wrap .epp-bar-logo img {
  max-height: 20px;
}
.epp-bar-wrap .epp-bar-msg {
  display: inline-block;
  font-size: 0.75em;
  vertical-align: middle;
  padding-left: 20px;
  max-width: calc(100% - 140px);
  line-height: 150%;
}
.epp-bar-wrap .epp-bar-username {
  color: #1428a0;
  font-weight: 700;
  font-size: 1em;
  display: inline-block;
}
.epp-bar-wrap .epp-bar-username a {
  color: #1428a0;
  text-decoration: none;
}
.epp-bar-wrap .benfit-wrap {
  float: right;
  margin-right: 5%;
  position: relative;
  top: 2px;
}
.epp-bar-wrap .benfit-wrap__benefits {
  font-size: 0.75em;
  font-weight: 700;
  text-decoration: none;
}
.epp-bar-wrap .benfit-wrap__gap {
  width: 20px;
  display: inline-block;
}
.epp-bar-wrap .benfit-wrap__offers {
  font-size: 0.75em;
  font-weight: 700;
  text-decoration: none;
}
.epp-bar-wrap.top-fix {
  position: fixed;
  top: 0;
}
.epp-bar-wrap.gnb-edited a {
  color: #1428a0;
}
.epp-bar-wrap.gnb-edited .epp-login {
  font-weight: bold;
}
.benfit-wrap__exit {
  font-size: 0.75em;
  font-weight: 700;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .epp-bar-wrap {
    z-index: 2000;
  }
  .benfit-wrap {
    float: none;
    margin-right: 0;
    margin-top: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .epp-bar {
    padding: 12px 12px;
  }
  .epp-bar-msg {
    padding-left: 12px;
  }
}
.gnb.isHybrid .gnb__depth3-link-text img {
  border-radius: 8px;
}
.gnb.isHybrid .hybrid-class .image {
  border-radius: 20px;
  overflow: hidden;
}
.gnb.isHybrid .gnb__depth3-link-text.isHybrid {
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .gnb.isHybrid .gnb__depth3-link-text.isHybrid {
    padding: 8px;
  }
  .gnb.isHybrid .gnb__depth3-link-text.isHybrid.no-img {
    padding: 16px;
  }
}
.gnb.isHybrid .gnb__depth3-link-text.isHybrid:before {
  content: none !important;
}
.gnb.isHybrid .gnb__depth3-link-text.isHybrid img {
  margin-right: 24px;
  width: 48px;
  min-height: 48px;
}
@media (max-width: 1279px) {
  .gnb.isHybrid .gnb__depth3-link-text.isHybrid img {
    margin: 10px 24px 10px 0;
  }
}
.gnb.isHybrid .gnb__depth3-link-text.isHybrid.shop-all {
  font-weight: 700;
}
@media (max-width: 1279px) {
  .gnb.isHybrid .gnb__depth3-link-text.isHybrid.shop-all {
    justify-content: center;
    max-width: 280px;
  }
}
.gnb.isHybrid .gnb__depth3-link-text.isHybrid sup {
  top: -5px;
}
.gnb.isHybrid .gnb__depth3-link.isHybrid:hover {
  background-color: #fef6f3;
  border-radius: 8px;
}
@media (min-width: 1280px) {
  .gnb.isHybrid .gnb__depth3-link.isHybrid {
    width: 100%;
    font-size: 14px;
    padding: 0;
    max-width: 380px;
  }
  .gnb.isHybrid .gnb__depth3-link.isHybrid.shop-all {
    padding: 16px 0;
  }
}
@media (min-width: 1280px) {
  .gnb.isHybrid .gnb__depth2-wrap.isHybrid {
    right: auto;
  }
  .gnb.isHybrid .gnb__depth2-wrap.isHybrid.all {
    right: 0;
  }
}
@media (min-width: 1280px) {
  .gnb.isHybrid .gnb__depth2-wrap.isHybrid .gnb__depth2-inner {
    padding-left: 200px;
  }
  .gnb.isHybrid .gnb__depth2-wrap.isHybrid .gnb__depth2-inner.one-col {
    width: 350px;
  }
  .gnb.isHybrid .gnb__depth3-menu {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .gnb.isHybrid .gnb__depth2-wrap.isHybrid .gnb__depth2-inner {
    padding-left: 5vw;
  }
  .gnb.isHybrid .gnb__depth3-link.isHybrid {
    max-width: 350px;
  }
}
@media (min-width: 1280px) {
  .gnb.isHybrid .gnb__depth2.isHybrid {
    width: 320px;
  }
}
@media (max-width: 1279px) {
  .gnb.isHybrid .gnb__depth2.isHybrid.isDepthin {
    padding: 0;
  }
}
@media (max-width: 1279px) {
  .gnb.isHybrid .gnb__depth2.isHybrid.isDepthin.open .gnb__depth2-menu {
    display: none;
  }
}
@media (max-width: 1279px) {
  .gnb.isHybrid .gnb__depth2.isHybrid.isDepthin.open .gnb__depth2-menu.open {
    display: block;
  }
}
.gnb.isHybrid .gnb__depth2.isHybrid.isDepthin .gnb__depth3-wrap.isDepthin {
  transition: none;
}
@media (max-width: 1279px) {
  .gnb.isHybrid .gnb__depth2-title-wrap.isDepthin {
    display: none;
  }
}
@media (max-width: 1279px) {
  .gnb.isHybrid .gnb__depth1-menu.active .gnb__feature-container,
  .gnb.isHybrid .gnb__depth1-menu.open .gnb__feature-container {
    display: none;
  }
  .gnb.isHybrid .gnb__depth1-menu.active .gnb__feature-container.active,
  .gnb.isHybrid .gnb__depth1-menu.open .gnb__feature-container.active {
    display: block;
  }
}
@media (max-width: 1279px) and (min-width: 1280px) {
  .gnb.isHybrid .gnb__depth1-menu.active .gnb__feature-container.active,
  .gnb.isHybrid .gnb__depth1-menu.open .gnb__feature-container.active {
    right: 100px;
    height: 100%;
  }
}
.gnb.isHybrid .gnb__feature-container-link {
  position: relative;
}
.gnb.isHybrid .gnb__feature-container-contents {
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
}
.gnb.isHybrid .hybrid-class {
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .gnb.isHybrid .hybrid-class {
    padding: 20px 0;
  }
  .gnb.isHybrid .gnb__feature-container-link {
    max-width: 280px;
  }
}
@media (max-width: 1279px) {
  .gnb.isHybrid .gnb__depth1-name {
    font-size: 18px;
    position: absolute;
    left: 50px;
    line-height: 40px;
    color: black;
    font-weight: 700;
    white-space: nowrap;
  }
}
@media (max-width: 1279px) {
  .gnb.isHybrid .gnb__depth2-dropdown-cta {
    display: none;
  }
}
.gnb.isHybrid .gnb__depth2-menu.has-depth-menu {
  padding-right: 0;
}
@media (min-width: 1280px) {
  .gnb.isHybrid .gnb__depth2-title {
    font-size: 28px;
  }
  .gnb.isHybrid .gnb__depth3-menu ~ .gnb__depth3-menu {
    margin-top: 0;
  }
}
.gnb.isHybrid .gnb__depth2-dropdown-cta {
  display: none;
}
@media (max-width: 1279px) {
  .gnb.isHybrid .gnb__depth2-dropdown-cta {
    display: block;
    position: absolute;
    right: 4px;
    top: 0;
    width: 56px;
    height: 56px;
  }
  .gnb.isHybrid .gnb__depth2 .gnb__depth2-dropdown-cta svg.icon {
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
  }
  .gnb.isHybrid
    .gnb__depth2-menu.has-depth-menu.open
    .gnb__depth2-dropdown-cta
    .icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .gnb.isHybrid .gnb__depth2 {
    padding: 0 0 0 24px;
  }
  .gnb.isHybrid .gnb__depth2-title-wrap {
    position: static;
  }
  .gnb.isHybrid .image__main {
    opacity: 1;
    visibility: visible;
  }
}
.gnb.isHybrid .shop-all .icon--next {
  height: 20px;
}
.gnb.isHybrid .gnb__depth3-wrap {
  width: 350px;
}
.footer .footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}
.footer .footer-column__item {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
  width: 20%;
  border-right: 1px solid #d9d9d9;
}
.footer .footer-column__item:last-of-type {
  border-right: 0;
}
.footer .footer-column__item .footer-category {
  position: relative;
}
.footer .footer-column__item .footer-category__title {
  display: block;
  height: 56px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
}
.footer .footer-column__item .footer-category__anchor {
  display: none;
}
.footer .footer-column__item .footer-category__link {
  display: block;
  padding: 7px 24px;
  font-size: 14px;
  line-height: 1.33;
  color: #000;
}
.footer .footer-column__item .footer-category__link:focus,
.footer .footer-column__item .footer-category__link:hover {
  color: #1428a0;
  text-decoration: underline;
}
.footer .footer-column__item .footer-category__link:focus .icon,
.footer .footer-column__item .footer-category__link:hover .icon {
  fill: #1428a0;
}
.footer
  .footer-column__item
  .footer-category__link.new-window[target='_blank']
  .icon {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  vertical-align: middle;
}
.footer .footer-column__item .footer-category + .footer-category {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .footer .footer-column__item {
    padding-bottom: 2.22222222vw;
  }
  .footer .footer-column__item .footer-category__title {
    height: 3.88888889vw;
    padding: 1.11111111vw 1.66666667vw;
    font-size: 1.25vw;
  }
  .footer .footer-column__item .footer-category__link {
    padding: 0.48611111vw 1.66666667vw;
    font-size: 0.97222222vw;
  }
  .footer
    .footer-column__item
    .footer-category__link.new-window[target='_blank']
    .icon {
    width: 0.83333333vw;
    height: 0.83333333vw;
    margin-left: 0.13888889vw;
  }
  .footer .footer-column__item .footer-category + .footer-category {
    margin-top: 1.11111111vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-column {
    table-layout: auto;
    display: block;
  }
  .footer .footer-column__item {
    display: block;
    position: relative;
    border: 0;
    width: 100%;
    padding-bottom: 0vw;
    border-right: 0;
  }
  .footer .footer-column__item > .footer-category__list {
    padding-bottom: 2.77777778vw;
  }
  .footer .footer-column__item .footer-category__list-wrap {
    display: none;
    overflow: hidden;
    -webkit-transition-property: height;
    transition-property: height;
  }
  .footer
    .footer-column__item:last-of-type
    .footer-category:last-child
    .footer-category__list-wrap::after {
    content: '';
    display: block;
    width: auto;
    height: 1px;
    background-color: #e7e7e7;
    margin: 0vw 6.38888889vw;
  }
  .footer .footer-column .footer-category__title {
    height: 15.55555556vw;
    padding: 4.72222222vw 6.66666667vw;
    font-size: 4.44444444vw;
  }
  .footer .footer-column .footer-category__anchor {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15.55555556vw;
  }
  .footer
    .footer-column
    .footer-category__anchor
    + .footer-category__list-wrap {
    display: none;
  }
  .footer .footer-column .footer-category__anchor .icon {
    position: absolute;
    top: 50%;
    width: 6.66666667vw;
    height: 6.66666667vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6.38888889vw;
  }
  .footer .footer-column .footer-category__anchor::after {
    content: '';
    display: block;
    width: auto;
    height: 1px;
    background-color: #e7e7e7;
    margin: 0 23px;
    margin-top: 15.55555556vw;
  }
  .footer .footer-column .footer-category__anchor--active .icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .footer .footer-column .footer-category__anchor--active .footer-column__item {
    background-color: blue;
  }
  .footer
    .footer-column
    .footer-category__anchor--active
    + .footer-category__list {
    height: auto;
  }
  .footer
    .footer-column
    .footer-category__anchor--active
    + .footer-category__list-wrap {
    display: block;
  }
  .footer
    .footer-column
    .footer-category__anchor--active
    + .footer-category__list::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .footer .footer-column .footer-category__anchor--active::after {
    display: none;
  }
  .footer .footer-column .footer-category__link {
    font-size: 3.88888889vw;
    line-height: 1.36;
    padding: 2.77777778vw 7.77777778vw 3.05555556vw 8.88888889vw;
  }
  .footer
    .footer-column
    .footer-category__link.new-window[target='_blank']
    .icon {
    width: 3.33333333vw;
    height: 3.33333333vw;
    margin-left: 0.55555556vw;
  }
  .footer .footer-column .footer-category + .footer-category {
    margin-top: 0;
  }
}
.footer .footer-bottom {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 0;
}
.footer .footer-bottom .footer-copyright-wrap {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  min-height: 96px;
  border-bottom: 1px solid #d9d9d9;
}
.footer .footer-bottom .footer-copyright-wrap .footer-copyright-align {
  display: table-cell;
  vertical-align: middle;
  padding: 17px 12px 15px 24px;
}
.footer
  .footer-bottom
  .footer-copyright-wrap
  .footer-copyright-align
  .footer-copyright,
.footer
  .footer-bottom
  .footer-copyright-wrap
  .footer-copyright-align
  .footer-legal {
  display: block;
  max-width: 1023px;
  font-size: 12px;
  line-height: 1.33;
}
.footer .footer-bottom .footer-copyright-wrap .footer-local-logo {
  display: table-cell;
  vertical-align: middle;
  padding: 16px 24px 16px 12px;
}
.footer .footer-bottom .footer-copyright-wrap .footer-local-logo--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}
.footer .footer-bottom .footer-copyright-wrap .footer-local-logo__item {
  max-width: 188px;
}
.footer .footer-bottom .footer-copyright-wrap .footer-local-logo__item::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.footer
  .footer-bottom
  .footer-copyright-wrap
  .footer-local-logo__item:nth-child(n + 1) {
  margin-left: 24px;
}
.footer .footer-bottom .footer-copyright-wrap .footer-local-logo__link {
  display: block;
}
.footer
  .footer-bottom
  .footer-copyright-wrap
  .footer-local-logo
  .responsive-img {
  max-width: 100%;
}
.footer .footer-bottom .footer-copyright-wrap .footer-language {
  display: none;
}
.footer .footer-bottom .footer-language-wrap {
  position: relative;
  height: 64px;
  padding-left: 24px;
}
.footer .footer-bottom .footer-language-wrap .footer-sns {
  display: table;
  height: 100%;
  float: right;
  margin-right: 24px;
}
.footer .footer-bottom .footer-language-wrap .footer-sns__title {
  display: table-cell;
  vertical-align: middle;
  height: 16px;
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 12px;
  line-height: 1.33;
}
.footer .footer-bottom .footer-language-wrap .footer-sns__list {
  display: table-cell;
  vertical-align: middle;
}
.footer .footer-bottom .footer-language-wrap .footer-sns__item {
  display: inline-block;
  border-radius: 100%;
  margin-left: 15px;
}
.footer .footer-bottom .footer-language-wrap .footer-sns__link {
  display: block;
  width: 24px;
  height: 24px;
}
.footer .footer-bottom .footer-language-wrap .footer-sns__link .icon {
  width: 100%;
  height: 100%;
}
.footer .footer-bottom .footer-language-wrap .footer-language {
  display: table;
  height: 64px;
  float: left;
  padding-right: 24px;
}
.footer .footer-bottom .footer-language-wrap .footer-language::after {
  display: inline-block;
  margin-top: 27px;
  width: 1px;
  height: 12px;
  background-color: #d9d9d9;
  content: '';
  margin-left: 24px;
}
.footer .footer-bottom .footer-language-wrap .footer-language__panel {
  display: none;
  position: absolute;
  bottom: 35px;
  z-index: 3100;
  left: -16px;
}
.footer .footer-bottom .footer-language-wrap .footer-language__anchor {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.33;
  color: #000;
}
.footer .footer-bottom .footer-language-wrap .footer-language__anchor .icon {
  display: none;
}
.footer .footer-bottom .footer-language-wrap .footer-language__anchor:focus,
.footer .footer-bottom .footer-language-wrap .footer-language__anchor:hover {
  color: #1428a0;
}
.footer
  .footer-bottom
  .footer-language-wrap
  .footer-language__anchor--active
  + .footer-language__panel {
  display: block;
}
.footer .footer-bottom .footer-language-wrap .footer-language__dimmed {
  display: none;
}
.footer .footer-bottom .footer-language-wrap .footer-language__content {
  position: relative;
  min-width: 286px;
  padding: 8px 0;
  bottom: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
  font-size: 14px;
  right: -20px;
}
.footer .footer-bottom .footer-language-wrap .footer-language__content::after {
  display: block;
  position: absolute;
  bottom: -7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 0 1px 1px 0;
  background-color: #fff;
  content: '';
  left: 64px;
}
.footer .footer-bottom .footer-language-wrap .footer-language__link {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  color: #000;
  text-transform: uppercase;
  word-wrap: break-word;
  padding: 0 32px 0 16px;
}
.footer .footer-bottom .footer-language-wrap .footer-language__link .icon {
  display: block;
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer .footer-bottom .footer-language-wrap .footer-language__link:focus,
.footer .footer-bottom .footer-language-wrap .footer-language__link:hover {
  color: #1428a0;
}
.footer .footer-bottom .footer-language-wrap .footer-language__link:focus .icon,
.footer
  .footer-bottom
  .footer-language-wrap
  .footer-language__link:hover
  .icon {
  fill: #1428a0;
}
.footer .footer-bottom .footer-language-wrap .footer-terms {
  display: table;
  height: 64px;
  float: left;
}
.footer .footer-bottom .footer-language-wrap .footer-terms__list {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
  text-align: left;
}
.footer .footer-bottom .footer-language-wrap .footer-terms__item {
  display: inline-block;
}
.footer .footer-bottom .footer-language-wrap .footer-terms__item:first-child a {
  padding-left: 0;
}
.footer .footer-bottom .footer-language-wrap .footer-terms__link {
  display: block;
  padding: 0 12px;
  font-size: 12px;
  line-height: 1.33;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .footer .footer-bottom .footer-copyright-wrap {
    min-height: 6.66666667vw;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align {
    padding: 1.18055556vw 0.83333333vw 1.04166667vw 1.66666667vw;
  }
  .footer
    .footer-bottom
    .footer-copyright-wrap
    .footer-copyright-align
    .footer-copyright,
  .footer
    .footer-bottom
    .footer-copyright-wrap
    .footer-copyright-align
    .footer-legal {
    max-width: 71.04166667vw;
    font-size: 0.83333333vw;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-local-logo {
    max-width: 28.05555556vw;
    padding: 1.11111111vw 1.66666667vw 1.11111111vw 0.83333333vw;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-local-logo__item {
    max-width: 13.05555556vw;
  }
  .footer
    .footer-bottom
    .footer-copyright-wrap
    .footer-local-logo__item:nth-child(n + 1) {
    margin-left: 1.66666667vw;
  }
  .footer .footer-bottom .footer-language-wrap {
    height: 4.44444444vw;
    padding-left: 1.66666667vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-sns {
    margin-right: 1.66666667vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-sns__title {
    height: 1.11111111vw;
    font-size: 0.83333333vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-sns__item {
    margin-left: 1.04166667vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-sns__link {
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-language {
    height: 4.44444444vw;
    padding-right: 1.66666667vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-language::after {
    height: 0.83333333vw;
    margin-top: 1.875vw;
    margin-left: 1.66666667vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-language__anchor {
    font-size: 0.83333333vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-language__panel {
    bottom: 2.43055556vw;
    left: -1.11111111vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-language__content {
    min-width: 19.86111111vw;
    padding: 0.55555556vw 0vw;
    bottom: 1.38888889vw;
    font-size: 0.97222222vw;
    right: -1.38888889vw;
  }
  .footer
    .footer-bottom
    .footer-language-wrap
    .footer-language__content::after {
    bottom: -0.48611111vw;
    width: 0.69444444vw;
    height: 0.69444444vw;
    left: 4.44444444vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-language__link {
    font-size: 0.83333333vw;
    padding: 0vw 2.22222222vw 0vw 1.11111111vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-language__link .icon {
    width: 0.90277778vw;
    height: 0.90277778vw;
    right: 0.97222222vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-terms {
    height: 4.44444444vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-terms__link {
    padding: 0vw 0.97222222vw;
    font-size: 0.83333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom {
    padding: 8.88888889vw 0vw 6.11111111vw 0vw;
  }
  .footer .footer-bottom .footer-copyright-wrap {
    padding: 0vw 6.66666667vw;
    display: block;
    border-bottom: 0;
  }
  .footer .footer-bottom .footer-copyright-wrap:after {
    display: none;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align {
    min-height: auto;
    padding: 0vw 0vw 8.61111111vw 0vw;
  }
  .footer
    .footer-bottom
    .footer-copyright-wrap
    .footer-copyright-align
    .footer-copyright,
  .footer
    .footer-bottom
    .footer-copyright-wrap
    .footer-copyright-align
    .footer-legal {
    font-size: 3.33333333vw;
  }
  .footer
    .footer-bottom
    .footer-copyright-wrap
    .footer-copyright-align
    .footer-legal {
    margin-top: 4.44444444vw;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-local-logo {
    display: block;
    float: none;
    width: 68.89%;
    padding: 0vw 0vw 4.44444444vw 0vw;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-local-logo--wrap {
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    font-size: inherit;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-local-logo__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: none;
    text-align: left;
    margin-bottom: 3.33333333vw;
    max-width: 52.22222222vw;
  }
  .footer
    .footer-bottom
    .footer-copyright-wrap
    .footer-local-logo__item:nth-child(n + 1) {
    margin-right: 6.66666667vw;
    margin-left: 0;
  }
  .footer
    .footer-bottom
    .footer-copyright-wrap
    .footer-local-logo__item:last-of-type {
    margin-bottom: 0vw;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-language {
    position: relative;
    display: inline-block;
    margin-bottom: 6.66666667vw;
    padding-right: 6.66666667vw;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-language__panel {
    display: none;
    position: fixed;
    width: 100%;
    padding: 0vw 6.66666667vw;
    left: 0vw;
    bottom: 0vw;
    z-index: 2000;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-language__dimmed {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.85;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-language__content {
    position: relative;
    right: 0vw;
    font-size: 3.33333333vw;
    bottom: 20vw;
    z-index: 500;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
  }
  .footer
    .footer-bottom
    .footer-copyright-wrap
    .footer-language__content::after {
    display: none;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-language__link .icon,
  .footer .footer-bottom .footer-copyright-wrap .footer-language__anchor .icon {
    display: block;
    position: absolute;
    top: 50%;
    width: 4.44444444vw;
    height: 4.44444444vw;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-language__link {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 3.88888889vw;
    line-height: 8.88888889vw;
    color: #000;
    text-transform: uppercase;
    word-wrap: break-word;
    padding: 0vw 8.88888889vw 0vw 4.44444444vw;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-language__link .icon {
    right: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-language__link:focus,
  .footer .footer-bottom .footer-copyright-wrap .footer-language__link:hover {
    color: #1428a0;
  }
  .footer
    .footer-bottom
    .footer-copyright-wrap
    .footer-language__link:focus
    .icon,
  .footer
    .footer-bottom
    .footer-copyright-wrap
    .footer-language__link:hover
    .icon {
    fill: #1428a0;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-language__anchor {
    display: inline-block;
    position: relative;
    font-size: 3.33333333vw;
    color: #000;
    font-weight: 700;
    padding-right: 5.55555556vw;
  }
  .footer .footer-bottom .footer-copyright-wrap .footer-language__anchor:focus,
  .footer .footer-bottom .footer-copyright-wrap .footer-language__anchor:hover {
    color: #1428a0;
  }
  .footer
    .footer-bottom
    .footer-copyright-wrap
    .footer-language__anchor:focus
    .icon,
  .footer
    .footer-bottom
    .footer-copyright-wrap
    .footer-language__anchor:hover
    .icon {
    fill: #1428a0;
  }
  .footer
    .footer-bottom
    .footer-copyright-wrap
    .footer-language__anchor--active
    + .footer-language__panel {
    display: block;
  }
  .footer .footer-bottom .footer-language-wrap {
    display: grid;
    height: auto;
    padding-left: 0vw;
    width: 100%;
    padding: 0vw 3.88888889vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-sns {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0vw;
    margin-left: -1.11111111vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer .footer-bottom .footer-language-wrap .footer-sns__title {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 3.33333333vw;
    padding: 2.22222222vw 0vw;
    padding-bottom: 4.44444444vw;
    line-height: 1.37;
  }
  .footer .footer-bottom .footer-language-wrap .footer-sns__list {
    display: table;
    margin: 0 auto;
  }
  .footer .footer-bottom .footer-language-wrap .footer-sns__item {
    display: table-cell;
    margin-left: 0vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-sns__link {
    margin: 2.22222222vw 2.22222222vw;
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-language {
    display: none;
  }
  .footer .footer-bottom .footer-language-wrap .footer-terms {
    padding: 0vw;
    padding-top: 2.22222222vw;
    border-bottom: 0;
    height: auto;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer
    .footer-bottom
    .footer-language-wrap
    .footer-terms__item:first-child
    a {
    padding-left: 0;
    padding-left: 3.33333333vw;
  }
  .footer .footer-bottom .footer-language-wrap .footer-terms__list {
    text-align: center;
  }
  .footer .footer-bottom .footer-language-wrap .footer-terms__link {
    font-size: 3.33333333vw;
    padding: 2.22222222vw 3.33333333vw;
    line-height: 1.37;
  }
}
.footer .footer-back-to-top {
  height: 56px;
  margin: 0 auto;
  max-width: 1440px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  text-align: right;
}
.footer .footer-back-to-top__cta {
  position: relative;
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.33;
  color: #000;
  display: inline-block;
  padding: 18px 25px 19px 25px;
  text-align: right;
}
.footer .footer-back-to-top__cta::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-regular-navigation-close-up.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: '';
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .footer .footer-back-to-top {
    height: 3.88888889vw;
  }
  .footer .footer-back-to-top__cta {
    font-size: 0.97222222vw;
    padding: 1.25vw 1.73611111vw 1.31944444vw 1.73611111vw;
  }
  .footer .footer-back-to-top__cta::after {
    width: 1.11111111vw;
    height: 1.11111111vw;
    margin-left: 0.34722222vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-back-to-top {
    height: 13.88888889vw;
    border-bottom: 0;
    display: block;
    text-align: center;
  }
  .footer .footer-back-to-top::after {
    content: '';
    display: block;
    width: auto;
    height: 1px;
    background-color: #e7e7e7;
    margin: 0 24px;
  }
  .footer .footer-back-to-top__cta {
    text-align: center;
    padding: 4.16666667vw 0vw 3.88888889vw 0vw;
    font-size: 3.88888889vw;
    display: block;
  }
  .footer .footer-back-to-top__cta::after {
    width: 5vw;
    height: 5.83333333vw;
    margin-left: 3.55555556vw;
  }
}
.cookie-bar {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 3000;
  -webkit-transition: bottom 0.7s, opacity 0.8s;
  transition: bottom 0.7s, opacity 0.8s;
}
.cookie-bar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cookie-bar__app-banner {
  display: none;
}
.cookie-bar__app-banner--visible {
  display: none;
}
.cookie-bar__app-banner.cookie-bar--hidden {
  display: none;
}
.cookie-bar__wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
.cookie-bar__wrap.cookie-bar--hidden {
  display: none;
}
.cookie-bar__msg-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cookie-bar__msg {
  width: 920px;
  padding: 24px 0;
}
.cookie-bar__manage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 472px;
  padding-right: 56px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cookie-bar__manage .cookie-bar__setting {
  margin-right: 20px;
}
.cookie-bar__title {
  margin-bottom: 8px;
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
}
.cookie-bar__desc {
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 14px;
  line-height: 1.33;
}
.cookie-bar__desc a {
  color: #1428a0;
  text-decoration: underline;
}
.cookie-bar__desc-read-more-btn {
  display: none;
}
.cookie-bar__setting-condition-wrap {
  display: none;
  margin-bottom: 24px;
  font-size: 0;
}
.cookie-bar__setting-checkbox-wrap {
  display: inline-block;
  margin: 8px 0;
  font-size: 0;
}
.cookie-bar__setting-checkbox-wrap .checkbox-v2 {
  margin-right: 18px;
}
.cookie-bar__setting-btn-wrap {
  display: inline-block;
  margin-left: 6px;
  font-size: 0;
}
.cookie-bar__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 88px;
  border-top: 1px solid #ededed;
}
.cookie-bar__select-text {
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #000;
}
.cookie-bar__select-ctas {
  margin-right: 56px;
}
.cookie-bar__select-ctas .menu {
  width: 294px;
}
.cookie-bar__select-ctas .menu .menu__select-field {
  border: 1px solid #ddd;
}
.cookie-bar__close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 32px;
  height: 32px;
  padding: 8px;
  font-size: 0;
  cursor: pointer;
}
.cookie-bar__close .icon {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .cookie-bar__wrap {
    padding: 0vw 1.66666667vw;
  }
  .cookie-bar__msg {
    width: 63.88888889vw;
    padding: 1.66666667vw 0vw;
  }
  .cookie-bar__manage {
    width: 32.77777778vw;
    padding-right: 3.88888889vw;
  }
  .cookie-bar__manage .cookie-bar__setting {
    margin-right: 1.38888889vw;
  }
  .cookie-bar__title {
    margin-bottom: 0.55555556vw;
    font-size: 1.25vw;
  }
  .cookie-bar__desc {
    font-size: 0.97222222vw;
  }
  .cookie-bar__setting-condition-wrap {
    margin-bottom: 1.66666667vw;
  }
  .cookie-bar__setting-checkbox-wrap {
    margin: 0.55555556vw 0vw;
  }
  .cookie-bar__setting-checkbox-wrap .checkbox-v2 {
    margin-right: 1.25vw;
  }
  .cookie-bar__setting-btn-wrap {
    margin-left: 0.41666667vw;
  }
  .cookie-bar__select {
    height: 6.11111111vw;
    border-top-width: 0.06944444vw;
  }
  .cookie-bar__select-text {
    font-size: 1.25vw;
  }
  .cookie-bar__select-ctas {
    margin-right: 3.88888889vw;
  }
  .cookie-bar__select-ctas .menu {
    width: 20.41666667vw;
  }
  .cookie-bar__select-ctas .menu .menu__select-field {
    border-width: 0.06944444vw;
  }
  .cookie-bar__close {
    top: 0.83333333vw;
    right: 1.11111111vw;
    width: 2.22222222vw;
    height: 2.22222222vw;
    padding: 0.55555556vw;
  }
}
@media only screen and (max-width: 767px) {
  .cookie-bar__app-banner {
    position: relative;
    padding: 0vw 6.66666667vw;
    height: 18.88888889vw;
    background-color: #f8f8f8;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #ededed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cookie-bar__app-banner--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cookie-bar__app-banner-image {
    display: inline-block;
    margin-right: 3.61111111vw;
  }
  .cookie-bar__app-banner-image img {
    display: block;
    width: 12.22222222vw;
  }
  .cookie-bar__app-banner-text {
    display: inline-block;
    width: 47.22222222vw;
  }
  .cookie-bar__app-banner-text strong {
    display: block;
    margin-bottom: 0.55555556vw;
    font-family: 'SamsungSharpSans', arial, sans-serif;
    font-size: 3.88888889vw;
    line-height: 1.33;
    color: #000;
  }
  .cookie-bar__app-banner-text p {
    font-family: 'SamsungOne', arial, sans-serif;
    font-size: 3.05555556vw;
    color: #000;
  }
  .cookie-bar__app-banner-cta {
    display: inline-block;
    width: 23.61111111vw;
    padding-right: 10vw;
    text-align: right;
  }
  .cookie-bar__app-banner-cta .cta {
    color: #1428a0;
    font-size: 3.33333333vw;
  }
  .cookie-bar__app-banner-cta .cta:after {
    bottom: 3.33333333vw;
  }
  .cookie-bar__wrap {
    width: 100%;
    padding: 0;
  }
  .cookie-bar__msg-wrap {
    display: block;
    height: auto;
    padding: 6.66666667vw 6.66666667vw 4.44444444vw 6.66666667vw;
  }
  .cookie-bar__msg {
    width: 100%;
    padding: 0;
  }
  .cookie-bar__manage {
    width: 100%;
    padding: 4.44444444vw 0vw 0vw 0vw;
  }
  .cookie-bar__manage .cookie-bar__setting {
    margin-right: 5.55555556vw;
  }
  .cookie-bar__title {
    margin-bottom: 3.33333333vw;
    font-size: 3.88888889vw;
  }
  .cookie-bar__desc {
    width: 77.77777778vw;
    font-size: 3.33333333vw;
  }
  .cookie-bar__desc--ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: calc(2.66em);
    line-height: 1.33;
  }
  .cookie-bar__desc-read-more-btn {
    font-size: 3.33333333vw;
    line-height: 1.33;
    color: #2189ff;
  }
  .cookie-bar__setting-condition-wrap {
    margin-bottom: 0;
    background-color: #f7f7f7;
  }
  .cookie-bar__setting-checkbox-wrap {
    display: block;
    margin: 0;
    padding: 4.44444444vw 6.66666667vw 0vw 6.66666667vw;
  }
  .cookie-bar__setting-checkbox-wrap .checkbox-v2 {
    width: 50%;
    margin-right: 0;
    margin-bottom: 4.44444444vw;
  }
  .cookie-bar__setting-checkbox-wrap .checkbox-v2 .checkbox-v2__label-text {
    font-size: 3.33333333vw;
    width: 33.33333333vw;
  }
  .cookie-bar__setting-btn-wrap {
    display: block;
    margin-left: 0;
    text-align: right;
    padding: 0vw 6.66666667vw 6.66666667vw 6.66666667vw;
  }
  .cookie-bar__select {
    height: auto;
    margin: 0vw 6.66666667vw;
    padding: 6.66666667vw 0vw;
    border-top-width: 0.27777778vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cookie-bar__select-text {
    font-size: 3.88888889vw;
  }
  .cookie-bar__select-ctas {
    margin-top: 4.44444444vw;
    margin-right: 0;
    width: 100%;
  }
  .cookie-bar__select-ctas .menu {
    width: 100%;
  }
  .cookie-bar__select-ctas .menu .menu__select-field {
    border-width: 0.27777778vw;
  }
  .cookie-bar__close {
    top: 4.44444444vw;
    right: 4.44444444vw;
    width: 8.88888889vw;
    height: 8.88888889vw;
    padding: 2.22222222vw;
  }
  .cookie-bar__shop-app-close {
    top: 1.11111111vw;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  .cookie-bar__desc--ellipsis {
    max-height: none;
  }
}
.notice {
  position: relative;
  z-index: 1999;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.notice--toggle {
  overflow: hidden;
}
.notice__inner {
  overflow: hidden;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 11px 52px 10px;
  text-align: center;
}
.notice--2column .notice__inner {
  padding: 5px 52px;
  text-align: justify;
}
.notice__column {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
.notice--text-right .notice__column {
  margin: 0 0 0 auto;
}
.notice--2column .notice__column {
  width: 50%;
  height: 38px;
  float: left;
  padding: 0 0 0 10px;
  text-align: left;
  border-left: 1px solid #ddd;
}
.notice--2column .notice__column:first-child {
  text-align: right;
  padding: 0 10px 0 0;
  border: 0 none;
}
.notice--toggle .notice__column--expanded {
  display: none;
}
.notice--toggle.is-expanded .notice__column--expanded {
  display: block;
}
.notice--toggle.is-expanded .notice__column--collapsed {
  display: none;
}
.notice--2column .notice__column-inner {
  display: table;
  width: auto;
  height: 38px;
  margin: 0 auto 0 0;
}
.notice--toggle.is-expanded .notice__column-inner {
  overflow: visible;
  height: auto;
}
.notice--2column .notice__column:first-child .notice__column-inner {
  margin: 0 0 0 auto;
}
.notice--2column .notice__column ~ .notice__column .notice__column-inner {
  padding-left: 4px;
}
.notice__text,
.notice__cta {
  display: inline-block;
  padding: 4px 8px;
  color: #000;
  font-size: 14px;
  line-height: 1.33;
  vertical-align: middle;
}
.notice__text {
  overflow: hidden;
}
.notice__text span {
  overflow: hidden;
  max-height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: center;
}
.notice__text.notice__text-mo {
  display: none !important;
}
.notice--2column .notice__text span {
  text-align: left;
}
.notice--text-right .notice__text span {
  text-align: right;
}
.notice--toggle.is-expanded .notice__headline {
  display: block;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.33;
}
.notice--toggle.is-expanded .notice__description {
  padding: 2px 8px 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.33;
}
.notice--toggle.is-expanded .notice__description > a {
  color: #1428a0;
  font-weight: bold;
}
.notice__cta {
  text-align: center;
}
.notice--2column .notice__text,
.notice--2column .notice__cta {
  display: table-cell;
  padding: 0 8px;
}
.notice--text-right .notice__cta {
  text-align: right;
}
.notice--toggle.notice--cta-hide .notice__cta {
  display: none;
}
.notice--toggle.is-expanded .notice__cta {
  display: block;
  padding: 4px 8px;
}
.notice__cta-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.notice__cta-wrap .cta ~ .cta {
  margin-left: 20px;
}
.notice__close,
.notice__toggle-btn {
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 24px;
  height: 24px;
  padding: 4px;
}
.notice__close .icon,
.notice__toggle-btn .icon {
  display: block;
  width: 100%;
  height: 100%;
}
.notice__toggle-btn .icon--close {
  display: none;
}
.notice--toggle.is-expanded .notice__toggle-btn .icon {
  display: none;
}
.notice--toggle.is-expanded .notice__toggle-btn .icon--close {
  display: block;
}
.notice .notice__column-link-type .notice__cta {
  display: none !important;
}
.notice .notice__column-link-type .cta--underline {
  text-decoration: underline;
}
.notice .notice__column-link-type .cta--underline .icon {
  width: 14px;
  height: 14px;
}
.notice .notice__column-link-type .cta--underline:before,
.notice .notice__column-link-type .cta--underline:after {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .notice__cta .cta {
    font-size: 14px;
    line-height: 1.33;
  }
  .notice__cta .cta .icon {
    width: 16px;
    height: 16px;
  }
  .notice .notice__column-link-type .cta--underline .icon {
    width: 0.97222222vw;
    height: 0.97222222vw;
  }
}
@media (max-width: 1279px) {
  .notice {
    z-index: 1010;
  }
}
@media (max-width: 1024px) {
  .notice__inner {
    padding: 14px 66px;
  }
  .notice__column {
    height: auto;
  }
  .notice--2column .notice__column {
    float: none;
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin-top: 14px;
    text-align: center !important;
    border-left: 0 none;
  }
  .notice--2column .notice__column:first-child {
    margin-top: 0;
  }
  .notice--2column .notice__column-inner {
    display: table;
    width: auto;
    height: auto;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .notice__text,
  .notice__cta,
  .notice--toggle.is-expanded .notice__headline,
  .notice--toggle.is-expanded .notice__description {
    display: block;
    padding: 2px 0 !important;
  }
  .notice__text span,
  .notice--toggle.is-expanded .notice__headline,
  .notice--toggle.is-expanded .notice__description {
    font-size: 12px;
    line-height: 1.33;
  }
  .notice__text.notice__text-pc {
    display: none;
  }
  .notice__text.notice__text-mo {
    display: block !important;
  }
  .notice__text span {
    text-align: center !important;
  }
  .notice--text-right .notice__text span {
    text-align: right;
  }
  .notice__cta {
    display: block !important;
  }
  .notice__cta-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .notice__cta .cta {
    margin: 0 !important;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.33;
  }
  .notice__cta .cta .icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
  }
  .notice__close {
    top: 10px;
    right: 18px;
    padding: 6px;
  }
  .notice--toggle .notice__text span {
    max-height: 36px;
  }
  .notice--toggle .notice__toggle-btn {
    top: 10px;
    right: 18px;
    width: 24px;
    height: 24px;
    padding: 6px;
  }
  .notice--toggle .notice__toggle-btn .icon {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .notice .notice__column-link-type .cta--underline {
    font-size: 3.33333333vw;
  }
  .notice .notice__column-link-type .cta--underline .icon {
    width: 3.33333333vw;
    height: 3.33333333vw;
  }
}
@media (max-width: 360px) {
  .notice__inner {
    padding: 14px 48px;
  }
}
