/*
 * variables
 */
:root {
  --main-color: #222;
  --border-color: rgba(0, 0, 0, 0.1);
  --font-weight-bold: 700;
}
:root {
  --font-weight-bold: 700;
}
* {
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
}
body {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #F5F3F0;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
}
p {
  line-height: 1.5;
}
img {
  height: auto;
}
textarea {
  line-height: 1.4;
}
.line-break-anywhere {
  line-break: anywhere;
}
.text-break-all {
  line-break: anywhere;
  word-break: break-all;
}
.font-vdl {
  font-family: vdl-logojr, sans-serif;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1192px;
  padding-left: 16px;
  padding-right: 16px;
}
.container-medium {
  margin-left: auto;
  margin-right: auto;
  max-width: 964px;
  padding-left: 16px;
  padding-right: 16px;
}
.container-min {
  margin-left: auto;
  margin-right: auto;
  max-width: 672px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
* {
  outline: none;
}
.text-primary {
  color: #4CA298 !important;
}
.bg-primary {
  background-color: #4CA298 !important;
}
.border-primary {
  border-color: #4CA298 !important;
}
.text-secondary {
  color: #7099BE !important;
}
.bg-secondary {
  background-color: #7099BE !important;
}
.border-secondary {
  border-color: #7099BE !important;
}
.text-link {
  color: #7099BE !important;
}
.bg-link {
  background-color: #7099BE !important;
}
.border-link {
  border-color: #7099BE !important;
}
.text-bright_middle {
  color: #EBE8E0 !important;
}
.bg-bright_middle {
  background-color: #EBE8E0 !important;
}
.border-bright_middle {
  border-color: #EBE8E0 !important;
}
.text-attention {
  color: #EB5757 !important;
}
.bg-attention {
  background-color: #EB5757 !important;
}
.border-attention {
  border-color: #EB5757 !important;
}
.text-attention_weak {
  color: rgba(235, 87, 87, 0.1) !important;
}
.bg-attention_weak {
  background-color: rgba(235, 87, 87, 0.1) !important;
}
.border-attention_weak {
  border-color: rgba(235, 87, 87, 0.1) !important;
}
.text-secondary_weak {
  color: #F2F6F9 !important;
}
.bg-secondary_weak {
  background-color: #F2F6F9 !important;
}
.border-secondary_weak {
  border-color: #F2F6F9 !important;
}
.text-base {
  color: #000000 !important;
}
.bg-base {
  background-color: #000000 !important;
}
.border-base {
  border-color: #000000 !important;
}
.text-deep {
  color: #00062A !important;
}
.bg-deep {
  background-color: #00062A !important;
}
.border-deep {
  border-color: #00062A !important;
}
.text-high_emphasis {
  color: rgba(0, 0, 0, 0.82) !important;
}
.bg-high_emphasis {
  background-color: rgba(0, 0, 0, 0.82) !important;
}
.border-high_emphasis {
  border-color: rgba(0, 0, 0, 0.82) !important;
}
.text-medium_emphasis {
  color: rgba(0, 0, 0, 0.6) !important;
}
.bg-medium_emphasis {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.border-medium_emphasis {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.text-low_emphasis {
  color: rgba(0, 0, 0, 0.4) !important;
}
.bg-low_emphasis {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.border-low_emphasis {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
.text-disabled {
  color: rgba(0, 0, 0, 0.15) !important;
}
.bg-disabled {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.border-disabled {
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.text-bright_deep {
  color: #E4E1D7 !important;
}
.bg-bright_deep {
  background-color: #E4E1D7 !important;
}
.border-bright_deep {
  border-color: #E4E1D7 !important;
}
.text-quaternary {
  color: #D9D6CC !important;
}
.bg-quaternary {
  background-color: #D9D6CC !important;
}
.border-quaternary {
  border-color: #D9D6CC !important;
}
.text-secondary_pale {
  color: rgba(123, 162, 198, 0.1) !important;
}
.bg-secondary_pale {
  background-color: rgba(123, 162, 198, 0.1) !important;
}
.border-secondary_pale {
  border-color: rgba(123, 162, 198, 0.1) !important;
}
.text-bright {
  color: #F5F3F0 !important;
}
.bg-bright {
  background-color: #F5F3F0 !important;
}
.border-bright {
  border-color: #F5F3F0 !important;
}
.text-star {
  color: #EEBD0F !important;
}
.bg-star {
  background-color: #EEBD0F !important;
}
.border-star {
  border-color: #EEBD0F !important;
}
.text-twitter {
  color: #00ACED !important;
}
.bg-twitter {
  background-color: #00ACED !important;
}
.border-twitter {
  border-color: #00ACED !important;
}
.text-grayA6 {
  color: #A6A6A6 !important;
}
.bg-grayA6 {
  background-color: #A6A6A6 !important;
}
.border-grayA6 {
  border-color: #A6A6A6 !important;
}
.text-gold_deep {
  color: #938618 !important;
}
.bg-gold_deep {
  background-color: #938618 !important;
}
.border-gold_deep {
  border-color: #938618 !important;
}
.text-white_09 {
  color: rgba(255, 255, 255, 0.9) !important;
}
.bg-white_09 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.border-white_09 {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.p33 {
  padding: 33px;
}
.pt33 {
  padding-top: 33px;
}
.pr33 {
  padding-right: 33px;
}
.pb33 {
  padding-bottom: 33px;
}
.pl33 {
  padding-left: 33px;
}
.px33 {
  padding-left: 33px;
  padding-right: 33px;
}
.py33 {
  padding-top: 33px;
  padding-bottom: 33px;
}
.p35 {
  padding: 35px;
}
.pt35 {
  padding-top: 35px;
}
.pr35 {
  padding-right: 35px;
}
.pb35 {
  padding-bottom: 35px;
}
.pl35 {
  padding-left: 35px;
}
.px35 {
  padding-left: 35px;
  padding-right: 35px;
}
.py35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.p39 {
  padding: 39px;
}
.pt39 {
  padding-top: 39px;
}
.pr39 {
  padding-right: 39px;
}
.pb39 {
  padding-bottom: 39px;
}
.pl39 {
  padding-left: 39px;
}
.px39 {
  padding-left: 39px;
  padding-right: 39px;
}
.py39 {
  padding-top: 39px;
  padding-bottom: 39px;
}
.p42 {
  padding: 42px;
}
.pt42 {
  padding-top: 42px;
}
.pr42 {
  padding-right: 42px;
}
.pb42 {
  padding-bottom: 42px;
}
.pl42 {
  padding-left: 42px;
}
.px42 {
  padding-left: 42px;
  padding-right: 42px;
}
.py42 {
  padding-top: 42px;
  padding-bottom: 42px;
}
.p52 {
  padding: 52px;
}
.pt52 {
  padding-top: 52px;
}
.pr52 {
  padding-right: 52px;
}
.pb52 {
  padding-bottom: 52px;
}
.pl52 {
  padding-left: 52px;
}
.px52 {
  padding-left: 52px;
  padding-right: 52px;
}
.py52 {
  padding-top: 52px;
  padding-bottom: 52px;
}
.p56 {
  padding: 56px;
}
.pt56 {
  padding-top: 56px;
}
.pr56 {
  padding-right: 56px;
}
.pb56 {
  padding-bottom: 56px;
}
.pl56 {
  padding-left: 56px;
}
.px56 {
  padding-left: 56px;
  padding-right: 56px;
}
.py56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.p58 {
  padding: 58px;
}
.pt58 {
  padding-top: 58px;
}
.pr58 {
  padding-right: 58px;
}
.pb58 {
  padding-bottom: 58px;
}
.pl58 {
  padding-left: 58px;
}
.px58 {
  padding-left: 58px;
  padding-right: 58px;
}
.py58 {
  padding-top: 58px;
  padding-bottom: 58px;
}
.p61 {
  padding: 61px;
}
.pt61 {
  padding-top: 61px;
}
.pr61 {
  padding-right: 61px;
}
.pb61 {
  padding-bottom: 61px;
}
.pl61 {
  padding-left: 61px;
}
.px61 {
  padding-left: 61px;
  padding-right: 61px;
}
.py61 {
  padding-top: 61px;
  padding-bottom: 61px;
}
.p68 {
  padding: 68px;
}
.pt68 {
  padding-top: 68px;
}
.pr68 {
  padding-right: 68px;
}
.pb68 {
  padding-bottom: 68px;
}
.pl68 {
  padding-left: 68px;
}
.px68 {
  padding-left: 68px;
  padding-right: 68px;
}
.py68 {
  padding-top: 68px;
  padding-bottom: 68px;
}
.p77 {
  padding: 77px;
}
.pt77 {
  padding-top: 77px;
}
.pr77 {
  padding-right: 77px;
}
.pb77 {
  padding-bottom: 77px;
}
.pl77 {
  padding-left: 77px;
}
.px77 {
  padding-left: 77px;
  padding-right: 77px;
}
.py77 {
  padding-top: 77px;
  padding-bottom: 77px;
}
.p79 {
  padding: 79px;
}
.pt79 {
  padding-top: 79px;
}
.pr79 {
  padding-right: 79px;
}
.pb79 {
  padding-bottom: 79px;
}
.pl79 {
  padding-left: 79px;
}
.px79 {
  padding-left: 79px;
  padding-right: 79px;
}
.py79 {
  padding-top: 79px;
  padding-bottom: 79px;
}
.p83 {
  padding: 83px;
}
.pt83 {
  padding-top: 83px;
}
.pr83 {
  padding-right: 83px;
}
.pb83 {
  padding-bottom: 83px;
}
.pl83 {
  padding-left: 83px;
}
.px83 {
  padding-left: 83px;
  padding-right: 83px;
}
.py83 {
  padding-top: 83px;
  padding-bottom: 83px;
}
.p96 {
  padding: 96px;
}
.pt96 {
  padding-top: 96px;
}
.pr96 {
  padding-right: 96px;
}
.pb96 {
  padding-bottom: 96px;
}
.pl96 {
  padding-left: 96px;
}
.px96 {
  padding-left: 96px;
  padding-right: 96px;
}
.py96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
.p104 {
  padding: 104px;
}
.pt104 {
  padding-top: 104px;
}
.pr104 {
  padding-right: 104px;
}
.pb104 {
  padding-bottom: 104px;
}
.pl104 {
  padding-left: 104px;
}
.px104 {
  padding-left: 104px;
  padding-right: 104px;
}
.py104 {
  padding-top: 104px;
  padding-bottom: 104px;
}
.p120 {
  padding: 120px;
}
.pt120 {
  padding-top: 120px;
}
.pr120 {
  padding-right: 120px;
}
.pb120 {
  padding-bottom: 120px;
}
.pl120 {
  padding-left: 120px;
}
.px120 {
  padding-left: 120px;
  padding-right: 120px;
}
.py120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p128 {
  padding: 128px;
}
.pt128 {
  padding-top: 128px;
}
.pr128 {
  padding-right: 128px;
}
.pb128 {
  padding-bottom: 128px;
}
.pl128 {
  padding-left: 128px;
}
.px128 {
  padding-left: 128px;
  padding-right: 128px;
}
.py128 {
  padding-top: 128px;
  padding-bottom: 128px;
}
.p144 {
  padding: 144px;
}
.pt144 {
  padding-top: 144px;
}
.pr144 {
  padding-right: 144px;
}
.pb144 {
  padding-bottom: 144px;
}
.pl144 {
  padding-left: 144px;
}
.px144 {
  padding-left: 144px;
  padding-right: 144px;
}
.py144 {
  padding-top: 144px;
  padding-bottom: 144px;
}
.m27 {
  margin: 27px;
}
.mt27 {
  margin-top: 27px;
}
.mr27 {
  margin-right: 27px;
}
.mb27 {
  margin-bottom: 27px;
}
.ml27 {
  margin-left: 27px;
}
.mx27 {
  margin-left: 27px;
  margin-right: 27px;
}
.my27 {
  margin-top: 27px;
  margin-bottom: 27px;
}
.m33 {
  margin: 33px;
}
.mt33 {
  margin-top: 33px;
}
.mr33 {
  margin-right: 33px;
}
.mb33 {
  margin-bottom: 33px;
}
.ml33 {
  margin-left: 33px;
}
.mx33 {
  margin-left: 33px;
  margin-right: 33px;
}
.my33 {
  margin-top: 33px;
  margin-bottom: 33px;
}
.m35 {
  margin: 35px;
}
.mt35 {
  margin-top: 35px;
}
.mr35 {
  margin-right: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.ml35 {
  margin-left: 35px;
}
.mx35 {
  margin-left: 35px;
  margin-right: 35px;
}
.my35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.m46 {
  margin: 46px;
}
.mt46 {
  margin-top: 46px;
}
.mr46 {
  margin-right: 46px;
}
.mb46 {
  margin-bottom: 46px;
}
.ml46 {
  margin-left: 46px;
}
.mx46 {
  margin-left: 46px;
  margin-right: 46px;
}
.my46 {
  margin-top: 46px;
  margin-bottom: 46px;
}
.m48 {
  margin: 48px;
}
.mt48 {
  margin-top: 48px;
}
.mr48 {
  margin-right: 48px;
}
.mb48 {
  margin-bottom: 48px;
}
.ml48 {
  margin-left: 48px;
}
.mx48 {
  margin-left: 48px;
  margin-right: 48px;
}
.my48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.m52 {
  margin: 52px;
}
.mt52 {
  margin-top: 52px;
}
.mr52 {
  margin-right: 52px;
}
.mb52 {
  margin-bottom: 52px;
}
.ml52 {
  margin-left: 52px;
}
.mx52 {
  margin-left: 52px;
  margin-right: 52px;
}
.my52 {
  margin-top: 52px;
  margin-bottom: 52px;
}
.m56 {
  margin: 56px;
}
.mt56 {
  margin-top: 56px;
}
.mr56 {
  margin-right: 56px;
}
.mb56 {
  margin-bottom: 56px;
}
.ml56 {
  margin-left: 56px;
}
.mx56 {
  margin-left: 56px;
  margin-right: 56px;
}
.my56 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.m58 {
  margin: 58px;
}
.mt58 {
  margin-top: 58px;
}
.mr58 {
  margin-right: 58px;
}
.mb58 {
  margin-bottom: 58px;
}
.ml58 {
  margin-left: 58px;
}
.mx58 {
  margin-left: 58px;
  margin-right: 58px;
}
.my58 {
  margin-top: 58px;
  margin-bottom: 58px;
}
.m65 {
  margin: 65px;
}
.mt65 {
  margin-top: 65px;
}
.mr65 {
  margin-right: 65px;
}
.mb65 {
  margin-bottom: 65px;
}
.ml65 {
  margin-left: 65px;
}
.mx65 {
  margin-left: 65px;
  margin-right: 65px;
}
.my65 {
  margin-top: 65px;
  margin-bottom: 65px;
}
.m67 {
  margin: 67px;
}
.mt67 {
  margin-top: 67px;
}
.mr67 {
  margin-right: 67px;
}
.mb67 {
  margin-bottom: 67px;
}
.ml67 {
  margin-left: 67px;
}
.mx67 {
  margin-left: 67px;
  margin-right: 67px;
}
.my67 {
  margin-top: 67px;
  margin-bottom: 67px;
}
.m72 {
  margin: 72px;
}
.mt72 {
  margin-top: 72px;
}
.mr72 {
  margin-right: 72px;
}
.mb72 {
  margin-bottom: 72px;
}
.ml72 {
  margin-left: 72px;
}
.mx72 {
  margin-left: 72px;
  margin-right: 72px;
}
.my72 {
  margin-top: 72px;
  margin-bottom: 72px;
}
.m73 {
  margin: 73px;
}
.mt73 {
  margin-top: 73px;
}
.mr73 {
  margin-right: 73px;
}
.mb73 {
  margin-bottom: 73px;
}
.ml73 {
  margin-left: 73px;
}
.mx73 {
  margin-left: 73px;
  margin-right: 73px;
}
.my73 {
  margin-top: 73px;
  margin-bottom: 73px;
}
.m77 {
  margin: 77px;
}
.mt77 {
  margin-top: 77px;
}
.mr77 {
  margin-right: 77px;
}
.mb77 {
  margin-bottom: 77px;
}
.ml77 {
  margin-left: 77px;
}
.mx77 {
  margin-left: 77px;
  margin-right: 77px;
}
.my77 {
  margin-top: 77px;
  margin-bottom: 77px;
}
.m78 {
  margin: 78px;
}
.mt78 {
  margin-top: 78px;
}
.mr78 {
  margin-right: 78px;
}
.mb78 {
  margin-bottom: 78px;
}
.ml78 {
  margin-left: 78px;
}
.mx78 {
  margin-left: 78px;
  margin-right: 78px;
}
.my78 {
  margin-top: 78px;
  margin-bottom: 78px;
}
.m92 {
  margin: 92px;
}
.mt92 {
  margin-top: 92px;
}
.mr92 {
  margin-right: 92px;
}
.mb92 {
  margin-bottom: 92px;
}
.ml92 {
  margin-left: 92px;
}
.mx92 {
  margin-left: 92px;
  margin-right: 92px;
}
.my92 {
  margin-top: 92px;
  margin-bottom: 92px;
}
.m94 {
  margin: 94px;
}
.mt94 {
  margin-top: 94px;
}
.mr94 {
  margin-right: 94px;
}
.mb94 {
  margin-bottom: 94px;
}
.ml94 {
  margin-left: 94px;
}
.mx94 {
  margin-left: 94px;
  margin-right: 94px;
}
.my94 {
  margin-top: 94px;
  margin-bottom: 94px;
}
.m96 {
  margin: 96px;
}
.mt96 {
  margin-top: 96px;
}
.mr96 {
  margin-right: 96px;
}
.mb96 {
  margin-bottom: 96px;
}
.ml96 {
  margin-left: 96px;
}
.mx96 {
  margin-left: 96px;
  margin-right: 96px;
}
.my96 {
  margin-top: 96px;
  margin-bottom: 96px;
}
.m120 {
  margin: 120px;
}
.mt120 {
  margin-top: 120px;
}
.mr120 {
  margin-right: 120px;
}
.mb120 {
  margin-bottom: 120px;
}
.ml120 {
  margin-left: 120px;
}
.mx120 {
  margin-left: 120px;
  margin-right: 120px;
}
.my120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.m152 {
  margin: 152px;
}
.mt152 {
  margin-top: 152px;
}
.mr152 {
  margin-right: 152px;
}
.mb152 {
  margin-bottom: 152px;
}
.ml152 {
  margin-left: 152px;
}
.mx152 {
  margin-left: 152px;
  margin-right: 152px;
}
.my152 {
  margin-top: 152px;
  margin-bottom: 152px;
}
.w32 {
  width: 32px;
}
.h32 {
  height: 32px;
}
.s32 {
  width: 32px;
  height: 32px;
}
.w35 {
  width: 35px;
}
.h35 {
  height: 35px;
}
.s35 {
  width: 35px;
  height: 35px;
}
.w39 {
  width: 39px;
}
.h39 {
  height: 39px;
}
.s39 {
  width: 39px;
  height: 39px;
}
.w48 {
  width: 48px;
}
.h48 {
  height: 48px;
}
.s48 {
  width: 48px;
  height: 48px;
}
.w56 {
  width: 56px;
}
.h56 {
  height: 56px;
}
.s56 {
  width: 56px;
  height: 56px;
}
.w58 {
  width: 58px;
}
.h58 {
  height: 58px;
}
.s58 {
  width: 58px;
  height: 58px;
}
.w63 {
  width: 63px;
}
.h63 {
  height: 63px;
}
.s63 {
  width: 63px;
  height: 63px;
}
.w68 {
  width: 68px;
}
.h68 {
  height: 68px;
}
.s68 {
  width: 68px;
  height: 68px;
}
.w72 {
  width: 72px;
}
.h72 {
  height: 72px;
}
.s72 {
  width: 72px;
  height: 72px;
}
.w73 {
  width: 73px;
}
.h73 {
  height: 73px;
}
.s73 {
  width: 73px;
  height: 73px;
}
.w85 {
  width: 85px;
}
.h85 {
  height: 85px;
}
.s85 {
  width: 85px;
  height: 85px;
}
.w86 {
  width: 86px;
}
.h86 {
  height: 86px;
}
.s86 {
  width: 86px;
  height: 86px;
}
.w92 {
  width: 92px;
}
.h92 {
  height: 92px;
}
.s92 {
  width: 92px;
  height: 92px;
}
.w96 {
  width: 96px;
}
.h96 {
  height: 96px;
}
.s96 {
  width: 96px;
  height: 96px;
}
.w97 {
  width: 97px;
}
.h97 {
  height: 97px;
}
.s97 {
  width: 97px;
  height: 97px;
}
.w108 {
  width: 108px;
}
.h108 {
  height: 108px;
}
.s108 {
  width: 108px;
  height: 108px;
}
.w112 {
  width: 112px;
}
.h112 {
  height: 112px;
}
.s112 {
  width: 112px;
  height: 112px;
}
.w120 {
  width: 120px;
}
.h120 {
  height: 120px;
}
.s120 {
  width: 120px;
  height: 120px;
}
.w122 {
  width: 122px;
}
.h122 {
  height: 122px;
}
.s122 {
  width: 122px;
  height: 122px;
}
.w123 {
  width: 123px;
}
.h123 {
  height: 123px;
}
.s123 {
  width: 123px;
  height: 123px;
}
.w129 {
  width: 129px;
}
.h129 {
  height: 129px;
}
.s129 {
  width: 129px;
  height: 129px;
}
.w138 {
  width: 138px;
}
.h138 {
  height: 138px;
}
.s138 {
  width: 138px;
  height: 138px;
}
.w140 {
  width: 140px;
}
.h140 {
  height: 140px;
}
.s140 {
  width: 140px;
  height: 140px;
}
.w142 {
  width: 142px;
}
.h142 {
  height: 142px;
}
.s142 {
  width: 142px;
  height: 142px;
}
.w147 {
  width: 147px;
}
.h147 {
  height: 147px;
}
.s147 {
  width: 147px;
  height: 147px;
}
.w150 {
  width: 150px;
}
.h150 {
  height: 150px;
}
.s150 {
  width: 150px;
  height: 150px;
}
.w160 {
  width: 160px;
}
.h160 {
  height: 160px;
}
.s160 {
  width: 160px;
  height: 160px;
}
.w164 {
  width: 164px;
}
.h164 {
  height: 164px;
}
.s164 {
  width: 164px;
  height: 164px;
}
.w168 {
  width: 168px;
}
.h168 {
  height: 168px;
}
.s168 {
  width: 168px;
  height: 168px;
}
.w173 {
  width: 173px;
}
.h173 {
  height: 173px;
}
.s173 {
  width: 173px;
  height: 173px;
}
.w208 {
  width: 208px;
}
.h208 {
  height: 208px;
}
.s208 {
  width: 208px;
  height: 208px;
}
.w233 {
  width: 233px;
}
.h233 {
  height: 233px;
}
.s233 {
  width: 233px;
  height: 233px;
}
.w240 {
  width: 240px;
}
.h240 {
  height: 240px;
}
.s240 {
  width: 240px;
  height: 240px;
}
.w247 {
  width: 247px;
}
.h247 {
  height: 247px;
}
.s247 {
  width: 247px;
  height: 247px;
}
.w265 {
  width: 265px;
}
.h265 {
  height: 265px;
}
.s265 {
  width: 265px;
  height: 265px;
}
.w280 {
  width: 280px;
}
.h280 {
  height: 280px;
}
.s280 {
  width: 280px;
  height: 280px;
}
.w294 {
  width: 294px;
}
.h294 {
  height: 294px;
}
.s294 {
  width: 294px;
  height: 294px;
}
.w312 {
  width: 312px;
}
.h312 {
  height: 312px;
}
.s312 {
  width: 312px;
  height: 312px;
}
.w315 {
  width: 315px;
}
.h315 {
  height: 315px;
}
.s315 {
  width: 315px;
  height: 315px;
}
.w320 {
  width: 320px;
}
.h320 {
  height: 320px;
}
.s320 {
  width: 320px;
  height: 320px;
}
.w330 {
  width: 330px;
}
.h330 {
  height: 330px;
}
.s330 {
  width: 330px;
  height: 330px;
}
.w343 {
  width: 343px;
}
.h343 {
  height: 343px;
}
.s343 {
  width: 343px;
  height: 343px;
}
.w360 {
  width: 360px;
}
.h360 {
  height: 360px;
}
.s360 {
  width: 360px;
  height: 360px;
}
.w383 {
  width: 383px;
}
.h383 {
  height: 383px;
}
.s383 {
  width: 383px;
  height: 383px;
}
.w395 {
  width: 395px;
}
.h395 {
  height: 395px;
}
.s395 {
  width: 395px;
  height: 395px;
}
.w457 {
  width: 457px;
}
.h457 {
  height: 457px;
}
.s457 {
  width: 457px;
  height: 457px;
}
.w469 {
  width: 469px;
}
.h469 {
  height: 469px;
}
.s469 {
  width: 469px;
  height: 469px;
}
.w480 {
  width: 480px;
}
.h480 {
  height: 480px;
}
.s480 {
  width: 480px;
  height: 480px;
}
.w640 {
  width: 640px;
}
.h640 {
  height: 640px;
}
.s640 {
  width: 640px;
  height: 640px;
}
.w680 {
  width: 680px;
}
.h680 {
  height: 680px;
}
.s680 {
  width: 680px;
  height: 680px;
}
.w712 {
  width: 712px;
}
.h712 {
  height: 712px;
}
.s712 {
  width: 712px;
  height: 712px;
}
.w766 {
  width: 766px;
}
.h766 {
  height: 766px;
}
.s766 {
  width: 766px;
  height: 766px;
}
.w868 {
  width: 868px;
}
.h868 {
  height: 868px;
}
.s868 {
  width: 868px;
  height: 868px;
}
.mb0-empty:empty {
  margin-bottom: 0px !important;
}
.float-right {
  float: right;
}
.fs48 {
  font-size: 48px;
}
.fs52 {
  font-size: 52px;
}
.fs72 {
  font-size: 72px;
}
.fs110 {
  font-size: 110px;
}
.fs120 {
  font-size: 120px;
}
.rounded-40per {
  border-radius: 40%;
}
.mtn50 {
  margin-top: -50px;
}
.mtn80 {
  margin-top: -80px;
}
.h45vw {
  height: 45vw;
}
.t37 {
  top: 37px;
}
.pointer-auto {
  pointer-events: auto;
}
.triangle {
  clip-path: path('M7.71428 7.05882C6.95238 8.31373 5.04762 8.31372 4.28571 7.05882L6.99382e-07 -1.04907e-06L12 2.86102e-06L7.71428 7.05882Z');
}
.triangle-bottom {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #EBE8E0;
}
input.input,
textarea.input {
  background-color: white;
  padding: 17px 16px;
  border: none;
}
input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.bold {
  font-weight: var(--font-weight-bold);
}
.button {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6) !important;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.6) !important;
  font-weight: normal;
}
.button.primary {
  background-color: #4CA298 !important;
  color: white !important;
  border: none;
}
.button.bold {
  font-weight: var(--font-weight-bold);
}
.button.medium_emphasis {
  background-color: rgba(0, 0, 0, 0.6) !important;
  color: white !important;
  border-color: transparent !important;
}
.button.disabled {
  background-color: rgba(0, 0, 0, 0.15) !important;
  color: white !important;
  border: none;
  pointer-events: none !important;
}
.button.large {
  padding: 20px;
  max-width: 480px;
  width: 100%;
  font-weight: bold;
}
.button.secondary {
  background-color: #7099BE !important;
  color: white !important;
  border: none;
}
.button.attention {
  background-color: #EB5757 !important;
  color: white !important;
  border: none;
}
.button:hover {
  opacity: 0.7;
  transition: 256ms;
}
input.radio[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin-right: 4px;
  z-index: 0;
  transform: translateX(60px);
}
input.radio[type='radio']:after {
  transform: translateX(-60px);
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15) !important;
  display: block;
  border-radius: 50%;
}
input.radio[type='radio']:checked:after {
  border-color: #7099BE !important;
}
input.radio[type='radio']:checked:before {
  z-index: 1;
  transform: translateX(-60px);
  content: '';
  width: 8px;
  height: 8px;
  background-color: #7099BE !important;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}
input.checkbox[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin-right: 4px;
  z-index: 0;
  transform: translateX(50px);
}
input.checkbox[type='checkbox']:after {
  transform: translateX(-50px);
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15) !important;
  display: block;
  border-radius: 2px;
}
input.checkbox[type='checkbox']:checked:after {
  background-color: #7099BE !important;
}
input.checkbox[type='checkbox']:checked:before {
  z-index: 1;
  transform: translateX(-50px);
  content: url(checkbox.693977c2.svg);
  color: white;
  display: block;
  position: absolute;
  top: 1px;
  left: 2px;
}
input.search {
  padding-left: 66px;
}
input.search[value=''] ~ div:before {
  content: url(search.70387039.svg);
  display: block;
  position: absolute;
  top: 18px;
  left: 34px;
  width: 24px;
  height: 24px;
}
.mta {
  margin-top: auto;
}
.max-width-80 {
  max-width: 80px;
}
.max-width-160 {
  max-width: 160px;
}
.max-width-200 {
  max-width: 200px;
}
.max-width-240 {
  max-width: 240px;
}
.max-width-300 {
  max-width: 300px;
}
.max-width-287 {
  max-width: 287px;
}
.max-width-302 {
  max-width: 302px;
}
.max-width-343 {
  max-width: 343px;
}
.max-width-368 {
  max-width: 368px;
}
.max-width-400 {
  max-width: 400px;
}
.max-width-468 {
  max-width: 468px;
}
.max-width-480 {
  max-width: 480px;
}
.max-width-520 {
  max-width: 520px;
}
.max-width-536 {
  max-width: 536px;
}
.max-width-573 {
  max-width: 573px;
}
.max-width-640 {
  max-width: 640px;
}
.max-width-707 {
  max-width: 707px;
}
.max-width-766 {
  max-width: 766px;
}
.max-width-812 {
  max-width: 812px;
}
.max-width-868 {
  max-width: 868px;
}
.max-width-932 {
  max-width: 932px;
}
.max-width-50per {
  max-width: 50%;
}
.max-width-70per {
  max-width: 70%;
}
.max-width-80per {
  max-width: 80%;
}
.max-height-160 {
  max-height: 160px;
}
.max-height-180 {
  max-height: 180px;
}
.max-height-457 {
  max-height: 457px;
}
.max-h80vh {
  max-height: 80vh;
}
.max-height-50per {
  max-height: 50%;
}
.min-width-16 {
  min-width: 16px;
}
.min-width-30per {
  min-width: 30%;
}
.min-width-106 {
  min-width: 106px;
}
.min-height-88 {
  min-height: 88px;
}
.min-height-124 {
  min-height: 124px;
}
.min-height-280 {
  min-height: 280px;
}
.rect-3_4 {
  position: relative;
}
.rect-3_4:before {
  content: '';
  display: block;
  padding-top: 133.33333333%;
}
.rect-3_4 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-gradient-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.75%, rgba(0, 0, 0, 0.09) 100%);
}
.border-style-dashed {
  border-style: dashed;
}
.hover-trigger:not(:hover).hover-show,
.hover-trigger:not(:hover) .hover-show {
  display: none !important;
}
.hover-trigger:not(:hover).hover-appear,
.hover-trigger:not(:hover) .hover-appear {
  opacity: 0;
}
.hover-bg-secondary_pale:hover {
  background-color: rgba(123, 162, 198, 0.1) !important;
}
.hover-bg-bright_middle:hover {
  background-color: #EBE8E0 !important;
}
.hover-bg-bright:hover {
  background-color: #F5F3F0 !important;
}
.hover-text-secondary:hover {
  color: #7099BE !important;
}
.bg-development {
  background: rgba(0, 0, 0, 0.82);
}
.bg-published {
  background: #4CA298;
}
.bg-closed {
  background: rgba(0, 0, 0, 0.4);
}
.bg-icons {
  background: url(background.7932131b.svg) repeat;
}
.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hover-show-contents {
  visibility: hidden;
}
.hover-show:hover + .hover-show-contents {
  visibility: visible;
}
.hover-opacity-70:hover {
  opacity: 0.7;
  transition: 256ms;
}
.tn43 {
  top: -43px;
}
.pointer-auto {
  pointer-events: auto;
}
.cursor-default {
  cursor: default;
}
.opacity-15 {
  opacity: 0.15;
}
.box-shadow-main {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.vertical-align-middle {
  vertical-align: middle;
}
[class*=" icon-"].vertical-align-middle,
[class^="icon-"].vertical-align-middle {
  vertical-align: inherit;
}
[class*=" icon-"].vertical-align-middle::before,
[class^="icon-"].vertical-align-middle::before {
  display: inline;
  vertical-align: middle;
}
.overflow-wrap-break-word {
  overflow-wrap: break-word;
}
@media only screen and (min-width : 993px) {
  .l-container-medium {
    margin-left: auto;
    margin-right: auto;
    max-width: 932px;
  }
  .l-max-width-568 {
    max-width: 568px;
  }
  .l-tn4 {
    top: -4px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .m-w320 {
    width: 320px;
  }
  .m-max-width-100per {
    max-width: 100%;
  }
  .m-max-height-100per {
    max-height: 100%;
  }
  .m-line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .m-overflow-x-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
@media only screen and (max-width : 600px) {
  .s-bg-transparent {
    background-color: transparent !important;
  }
  .s-mt48 {
    margin-top: 48px !important;
  }
  .s-mtn18 {
    margin-top: -18px;
  }
  .s-mtn40 {
    margin-top: -40px;
  }
  .s-mrn20 {
    margin-right: -20px;
  }
  .s-mxn4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .s-mxn8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .s-mxn10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .s-mxn12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .s-mxn16 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .s-mb0-empty:empty {
    margin-bottom: 0px !important;
  }
  .s-w96 {
    width: 96px;
  }
  .s-w149 {
    width: 149px;
  }
  .s-w240 {
    width: 240px;
  }
  .s-h48 {
    height: 48px;
  }
  .s-h123 {
    height: 123px;
  }
  .s-h240 {
    height: 240px;
  }
  .s-h320 {
    height: 320px;
  }
  .s-w48 {
    width: 48px;
  }
  .s-w100 {
    width: 100px;
  }
  .s-w148 {
    width: 148px;
  }
  .s-h60 {
    height: 60px;
  }
  .s-h62 {
    height: 62px;
  }
  .s-h88 {
    height: 88px !important;
  }
  .s-h92 {
    height: 92px !important;
  }
  .s-w340 {
    width: 340px;
  }
  .s-w41per {
    width: 41% !important;
  }
  .s-w90vw {
    width: 90vw;
  }
  .s-s48 {
    width: 48px !important;
    height: 48px !important;
  }
  .s-s56 {
    width: 56px !important;
    height: 56px !important;
  }
  .s-s120 {
    width: 120px;
    height: 120px;
  }
  .s-rounded-5 {
    border-radius: 5px !important;
  }
  .s-rounded-8 {
    border-radius: 8px !important;
  }
  .s-rounded-10 {
    border-radius: 10px !important;
  }
  .s-mbn4 {
    margin-bottom: -4px !important;
  }
  .s-mbn8 {
    margin-bottom: -8px !important;
  }
  .s-mbn24 {
    margin-bottom: -24px !important;
  }
  .s-mr44 {
    margin-right: 44px !important;
  }
  .s-mb24 {
    margin-bottom: 24px !important;
  }
  .s-mb48 {
    margin-bottom: 48px !important;
  }
  .s-mb56 {
    margin-bottom: 56px !important;
  }
  .s-mb104 {
    margin-bottom: 104px !important;
  }
  .s-mb118 {
    margin-bottom: 118px !important;
  }
  .s-mb0-last:last-child {
    margin-bottom: 0 !important;
  }
  .s-pb48 {
    padding-bottom: 48px !important;
  }
  .s-button-shadow {
    box-shadow: 0px 4px #EBE8E0 !important;
  }
  .s-hover-button-shadow:hover {
    box-shadow: 0px 1px #EBE8E0 !important;
  }
  .s-hover-translate-y-3:hover {
    transform: translate(0px, 3px);
  }
  .s-overflow-x-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .s-border-bottom-not-last:not(:last-child) {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--border-color);
  }
  .s-line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .s-line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .s-line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .s-line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .s-line-clamp-9 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
  }
  .s-rn2 {
    right: -2px !important;
  }
  .s-rn10 {
    right: -10px !important;
  }
  .s-tn35 {
    top: -35px !important;
  }
  .s-pt40 {
    padding-top: 40px !important;
  }
  .s-pt56 {
    padding-top: 56px !important;
  }
  .s-pt58 {
    padding-top: 58px;
  }
  .s-pt72 {
    padding-top: 72px;
  }
  .s-pb56 {
    padding-bottom: 56px !important;
  }
  .s-pb63 {
    padding-bottom: 63px !important;
  }
  .s-max-width-150 {
    max-width: 150px;
  }
  .s-max-width-240 {
    max-width: 240px;
  }
  .s-max-width-343 {
    max-width: 343px;
  }
  .s-max-width-100per {
    max-width: 100%;
  }
  .s-max-height-320 {
    max-height: 320px;
  }
  .s-max-height-100per {
    max-height: 100%;
  }
  .s-bold {
    font-weight: var(--font-weight-bold);
  }
  .s-rounded-0 {
    border-radius: 0px !important;
  }
}


/*# sourceMappingURL=modules.css.map */