* {
  padding: 0;
  margin: 0;
  outline: none;
}

section,
article,
aside,
footer,
header,
nav,
hgroup {
  display: block;
}

a {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  position: relative;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h5 {
  font-weight: 700;
  line-height: 1.5;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.2rem;
}

strong,
b {
  font-weight: 700;
}

ul {
  list-style-type: disc;
}
ul li {
  margin: 1.6rem;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

textarea {
  font-family: inherit;
  font-size: 1.6rem;
  color: #212529;
  margin: 1.6rem 0;
}
textarea.border {
  border: 1px solid #CED4DA;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 1rem 1.4rem;
  margin: 1.6rem 0;
}
textarea.width-full {
  display: block;
  width: calc(100% - 2.8rem - 2px);
}

input {
  -webkit-appearance: none;
  border: solid 1px #CED4DA;
  padding: 1rem 1.4rem;
  margin: 1.6rem 0;
  font-size: 1.6rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.input-full, input.width-full {
  display: block;
  width: calc(100% - 2.8rem - 2px);
}
input.width-full.border-none {
  width: 100%;
  padding: 1rem 0;
  margin: 0;
}
input[type=submit].width-full {
  display: block;
  width: 100%;
}
input.border-carrot {
  border: 1px solid #FF8A3D;
}
input:disabled {
  background-color: #E9ECEF;
  color: #fff;
}

button:focus,
input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none;
}

input::-webkit-input-placeholder {
  color: #CED4DA;
}

input:-moz-placeholder {
  color: #CED4DA;
}

/* FF 4-18 */
input::-moz-placeholder {
  color: #CED4DA;
}

/* FF 19+ */
input:-ms-input-placeholder {
  color: #CED4DA;
}

/* IE 10+ */
textarea::-webkit-input-placeholder {
  color: #CED4DA;
}

textarea:-moz-placeholder {
  color: #CED4DA;
}

/* FF 4-18 */
textarea::-moz-placeholder {
  color: #CED4DA;
}

/* FF 19+ */
textarea:-ms-input-placeholder {
  color: #CED4DA;
}

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: #CED4DA;
}

textarea:focus:-moz-placeholder {
  color: #CED4DA;
}

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: #CED4DA;
}

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: #CED4DA;
}

/* IE 10+ */
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none;
}

::-moz-selection {
  color: #212529;
  background: #FFB98B;
}

::selection {
  color: #212529;
  background: #FFB98B;
}

.clear {
  clear: both;
}

.hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-black {
  color: #212529;
}

.text-carrot {
  color: #FF8A3D;
}

.text-tomato {
  color: #FF3E46;
}

.text-green {
  color: #56C271;
}

.text-gray {
  color: #868e96;
}

.text-light-gray {
  color: #ADB5BD;
}

.text-dark-gray {
  color: #495057;
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-xxl {
  font-size: 2.4rem !important;
  line-height: 1.54;
  letter-spacing: -0.8px;
}

.text-xl {
  font-size: 2rem !important;
  line-height: 1.55;
  letter-spacing: -0.3px;
}

.text-l {
  font-size: 1.8rem !important;
  line-height: 1.47;
  letter-spacing: -0.3px;
}

.text-m {
  font-size: 1.6rem !important;
  line-height: 1.5;
  letter-spacing: -0.3px;
}

.text-s {
  font-size: 1.4rem !important;
  line-height: 1.5;
}

.text-xs {
  font-size: 1.3rem !important;
  line-height: 1.5;
}

.text-xxs {
  font-size: 1.2rem !important;
  line-height: 1.5;
}

.text-no-decoration {
  text-decoration: none;
}

.overflow-hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.background-gray {
  background-color: #F8F9FA;
}

.background-dark-gray {
  background-color: #E9ECEF;
}

.background-white {
  background-color: #fff;
}

.background-green {
  background-color: #56C271;
}

.background-pale-green {
  background-color: #E6F3E6;
}

.circle-image {
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.circle-image-s {
  width: 40px;
  height: 40px;
}

.circle-image-m {
  width: 48px;
  height: 48px;
}

.circle-image-l {
  width: 60px;
  height: 60px;
}

.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.center-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-image img {
  width: 100%;
}

.image-s img {
  width: 48px;
  height: 48px;
}

.article-card {
  width: 180px;
  height: 180px;
}

.article-card-text {
  width: 180px;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block {
  display: block;
}

.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-1 {
  flex: 1;
}

.relative {
  position: relative;
}

.vertical-top {
  vertical-align: top;
}

.vertical-text-top {
  vertical-align: text-top;
}

.width-full {
  width: 100%;
}

.list-unstyled {
  list-style-type: none;
}

.shadow-bottom {
  box-shadow: 0 1px 0 0 #E9ECEF;
}

.border-bottom {
  border-bottom: 1px solid #E9ECEF;
}

.border-top {
  border-top: 1px solid #E9ECEF;
}

.border-none {
  border: none;
}

.tag {
  padding: 0.2rem 0.4rem;
  margin-right: 0.2rem;
  margin-top: 0.4rem;
  background-color: #F8F9FA;
  color: #212529;
  font-size: 1.3rem;
}

button,
.button {
  -webkit-appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CED4DA;
  color: #212529;
  text-align: center;
  font-weight: 700;
  background-color: #fff;
  margin: 1.6rem 0;
  text-decoration: none;
}
button:disabled,
.button:disabled {
  background-color: #E9ECEF;
  color: #fff;
  border: none;
}

.button-rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.button-s {
  padding: 0.4rem 1rem;
}

.button-m {
  padding: 1rem 1.4rem;
  font-size: 1.6rem;
}

.button-xl {
  padding: 1.1rem 2rem;
  font-size: 1.8rem;
}

.button-full {
  display: block;
  width: 100%;
}

.button-carrot {
  background-color: #FF8A3D;
  color: #fff;
  border: 1px solid #FF8A3D;
}

.button-tomato {
  background-color: #fff;
  color: #FF3E46;
  border: 1px solid #FF3E46;
}

.button-green {
  background-color: #fff;
  color: #56C271;
  border: none;
}

.button-dark-gray {
  background-color: #495057;
  color: #fff;
  border: 1px solid #495057;
}

.button-black {
  background-color: #fff;
  color: #212529;
  border: 1px solid #212529;
}

.button-black:hover {
  border: 1px solid #868e96;
  color: #868e96;
}

.right-arrow {
  background: #fff image-url("wv/smbs/icon-small-rignt-arrow.svg") no-repeat right 0 center;
}

.right-arrow-disabled {
  background: #fff image-url("wv/smbs/icon-small-rignt-arrow-disabled.svg") no-repeat right 0 center;
}

.dropdown-divider-bold {
  border-bottom: 2px solid #212529;
}

/*
m - margin
p - padding

t - margin-top or padding-top
b - margin-bottom or padding-bottom
l - margin-left or padding-left
r - margin-right or padding-right
x - both *-left and *-right
y - both *-top and *-bottom

0   - $spacer * 0
1   - $spacer * .25
2   - $spacer * .5
25  - $spacer * .75
3   - $spacer
4   - $spacer * 1.5
5   - $spacer * 2
auto - auto
*/
.m-3 {
  margin: 1.6rem;
}

.ml-0_5 {
  margin-left: 0.2rem;
}

.ml-1 {
  margin-left: 0.4rem;
}

.ml-2 {
  margin-left: 0.8rem;
}

.ml-3 {
  margin-left: 1.6rem;
}

.mr-2 {
  margin-right: 0.8rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-0_5 {
  margin-top: 0.2rem;
}

.mt-1 {
  margin-top: 0.4rem;
}

.mt-2 {
  margin-top: 0.8rem;
}

.mt-3 {
  margin-top: 1.6rem;
}

.mt-4 {
  margin-top: 2.4rem;
}

.mt-5 {
  margin-top: 3.2rem;
}

.mb-1 {
  margin-bottom: 0.4rem;
}

.mb-2 {
  margin-bottom: 0.8rem;
}

.mb-3 {
  margin-bottom: 1.6rem;
}

.mb-4 {
  margin-bottom: 2.4rem;
}

.mb-5 {
  margin-bottom: 3.2rem;
}

.mx-1 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.mx-3 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.mx-4 {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}

.my-1 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.my-2 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.my-3 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.my-4 {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.my-5 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.pt-1 {
  padding-top: 0.4rem;
}

.pt-2 {
  padding-top: 0.8rem;
}

.pt-3 {
  padding-top: 1.6rem;
}

.pt-4 {
  padding-top: 2.4rem;
}

.pt-5 {
  padding-top: 3.2rem;
}

.pb-2 {
  padding-bottom: 0.8rem;
}

.pb-3 {
  padding-bottom: 1.6rem;
}

.pb-4 {
  padding-bottom: 2.4rem;
}

.pb-5 {
  padding-bottom: 3.2rem;
}

.py-1 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.py-2 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.py-2_5 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.py-3 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.py-4 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.py-5 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.px-1 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.px-3 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.p-1 {
  padding: 0.4rem;
}

.p-3 {
  padding: 1.6rem;
}

.p-4 {
  padding: 2.4rem;
}

.mb-0 {
  margin-bottom: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.dark-theme {
  --color-white: #212124;
  --color-gray100: #2B2E33;
  --color-gray200: #34373D;
  --color-gray300: #43474F;
  --color-gray400: #50545C;
  --color-gray500: #6D717A;
  --color-gray600: #868B94;
  --color-gray700: #ADB1BA;
  --color-gray900: #EAEBEE;
  --color-carrot50: #EDE4E0;
  --color-carrot100: #EDD3C4;
  --color-carrot200: #EDC4AD;
  --color-carrot300: #EDB08E;
  --color-carrot400: #EE9561;
  --color-carrot500: #ED7735;
  --color-carrot600: #E96017;
  --color-yellow50: #EDE6D6;
  --color-yellow500: #EDB84E;
  --color-yellow800: #C05F03;
  --color-green50: #D8E9E5;
  --color-green500: #03A88A;
  --color-green800: #03836C;
  --color-red50: #EDE2E2;
  --color-red800: #D81403;
  --color-blue50: #DBE6E9;
  --color-blue800: #0C7EAB;
  --color-background: var(--color-white);
  --color-background-low: #17171A;
}

.light-theme {
  --color-white: #FFF;
  --color-gray100: #F2F3F6;
  --color-gray200: #EAEBEE;
  --color-gray300: #DCDEE3;
  --color-gray400: #D1D3D8;
  --color-gray500: #ADB1BA;
  --color-gray600: #868B94;
  --color-gray700: #4D5159;
  --color-gray900: #212124;
  --color-carrot50: #FFF5F0;
  --color-carrot100: #FFE2D2;
  --color-carrot200: #FFD2B9;
  --color-carrot300: #FFBC97;
  --color-carrot400: #FF9E66;
  --color-carrot500: #FF7E36;
  --color-carrot600: #FA6616;
  --color-yellow50: #FFF7E6;
  --color-yellow500: #FFC552;
  --color-yellow800: #CE6400;
  --color-green50: #E8FAF6;
  --color-green500: #00B493;
  --color-green800: #008C72;
  --color-red50: #FFF3F2;
  --color-red800: #E81300;
  --color-blue50: #EBF7FA;
  --color-blue800: #0A86B7;
  --color-background: var(--color-white);
  --color-background-low: var(--color-gray100);
}

.dark-theme body {
  color: var(--color-gray900);
  background-color: var(--color-background);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.dark-theme .section-svg-icon path, .dark-theme .section-svg-icon rect {
  stroke: var(--color-background);
}
.dark-theme .force-darkmode * {
  color: var(--color-gray900) !important;
  -webkit-text-fill-color: var(--color-gray900) !important;
}

.page-content {
  padding-bottom: 3.2rem;
  max-width: 740px;
  margin: 0 auto;
}
.page-content .wrapper {
  margin: 1.6rem;
}
.page-content a {
  color: #212529;
  text-decoration: underline;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.dark-theme .page-content a {
  color: var(--color-blue800);
}
.page-content p {
  margin: 1.6rem 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
.page-content h1 {
  font-size: 2.4rem;
}
.page-content ol li,
.page-content ul li {
  font-size: 1.6rem;
  margin: 1.2rem 0 1.2rem 2.4rem;
  line-height: 1.6;
}
.page-content ol li p,
.page-content ul li p {
  margin: 1.6rem 0;
}
.page-content ol li::marker,
.page-content ul li::marker {
  text-indent: 0.8rem;
}
.page-content ol li > ol li {
  list-style-type: lower-alpha;
}
.page-content ul li > ul li {
  list-style-type: circle;
}
.page-content table {
  border-collapse: collapse;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 1.6rem 0;
}
.page-content table thead th {
  padding: 0.8rem;
  text-align: left;
  vertical-align: middle;
}
.page-content table tbody td {
  padding: 0.8rem;
  vertical-align: top;
}
.page-content table th,
.page-content table td {
  min-width: 8rem;
  border: 1px solid #CED4DA;
}
.page-content table ol li, .page-content table ul li {
  font-size: 1.2rem;
}

/*# sourceMappingURL=/assets/home/policy-b5bf2b14.css.map */
