.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1d2652;
  font-family: 'Alegreya Sans SC', sans-serif;
  color: #eab364;
  font-weight: 700;
}

.main {
  display: block;
  max-width: 60vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-weight: 700;
}

.section_banner {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.faction_columns {
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.faction_div {
  padding-top: 5px;
  padding-bottom: 5px;
}

.icon {
  height: 0px;
}

.div-block-2 {
  text-align: center;
}

.faction_column {
  text-align: center;
}

.faction_lightbox {
  padding-right: 5px;
  padding-left: 5px;
}

.image {
  padding-right: 5px;
  padding-left: 5px;
}

.image-2 {
  padding-right: 5px;
  padding-left: 5px;
}

.image-3 {
  padding-right: 5px;
  padding-left: 5px;
}

.image-4 {
  padding-right: 5px;
  padding-left: 5px;
}

.faction_img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-3 {
  position: static;
  left: 20px;
  top: -1px;
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading {
  position: static;
  left: 25px;
  top: 25px;
  z-index: 1;
  overflow: visible;
  padding-left: 0px;
  float: left;
  font-family: 'Noto Sans', sans-serif;
  font-style: italic;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 3px 3px 6px #272727;
}

.slide_game {
  position: static;
  top: auto;
  background-color: #1d2652;
  text-align: center;
}

.image-6 {
  position: static;
}

.image-7 {
  position: static;
  z-index: 0;
  display: inline-block;
  max-width: none;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.headline_div_left {
  position: absolute;
  left: 130px;
  top: 30px;
  z-index: 1;
  max-width: 40%;
}

.paragraph_left {
  clear: left;
  text-align: left;
}

.section_gallary {
  display: none;
}

.slider {
  min-height: 500px;
}

.heading_preamble_left {
  max-width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #1e2329;
}

.div-block-5 {
  position: static;
  max-width: 662px;
  min-width: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d2652), to(#1d2652));
  background-image: linear-gradient(180deg, #1d2652, #1d2652);
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading_slide_left {
  margin-top: -10px;
  clear: none;
  font-style: italic;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #1e2329;
}

.portrait_div {
  width: 135px;
  height: 220px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  text-align: center;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.portrait_name_text {
  font-family: 'Noto Sans', sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  -o-object-fit: cover;
  object-fit: cover;
}

.portrait_grid {
  justify-items: stretch;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: minmax(auto, 135px);
  grid-template-columns: minmax(auto, 135px);
  -ms-grid-rows: minmax(auto, 165px) 0px minmax(40px, auto);
  grid-template-rows: minmax(auto, 165px) minmax(40px, auto);
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-8 {
  -o-object-fit: cover;
  object-fit: cover;
}

.portrait_image {
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.portrait_name_div {
  border-top: 1px solid #eab364;
  background-color: #191e36;
  -o-object-fit: fill;
  object-fit: fill;
}

.unit_body {
  background-color: #1d2652;
}

.unit_heading {
  position: relative;
  left: 0%;
  top: 32%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans', sans-serif;
  color: #eab364;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 6px #415670;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.unit_sub_heading {
  position: relative;
  left: 0%;
  top: 35%;
  right: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans', sans-serif;
  color: #eab364;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #415670;
}

.div-block-7 {
  position: absolute;
  top: 50px;
  z-index: 1;
}

.grid {
  position: static;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/azure_banner_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.unit_banner_div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  text-align: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.unit_banner_grid {
  position: relative;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.grid-2 {
  position: relative;
  bottom: 0%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(200px, 1fr);
  grid-template-columns: minmax(200px, 1fr);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.unit_link_block {
  color: #eab364;
  text-decoration: none;
}

.columns {
  min-height: 500px;
}

.column-2 {
  min-height: 500px;
}

.grid-3 {
  position: static;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(1%, 1fr);
  grid-template-rows: minmax(1%, 1fr);
}

.headline_image {
  max-width: 80%;
}

.headline_div_right {
  position: absolute;
  left: auto;
  top: 30px;
  right: 130px;
  bottom: auto;
  max-width: 40%;
  text-align: center;
}

.headline_preamble_right {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 18px;
  text-align: right;
  text-shadow: 1px 1px 6px #1e2329;
}

.bold-text {
  font-style: italic;
}

.paragraph {
  text-align: right;
}

.headline_heading_right {
  margin-top: -10px;
  margin-bottom: 0px;
  font-style: italic;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #1e2329;
}

.columns-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-11 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.section-2 {
  position: static;
}

.image-9 {
  display: inline-block;
  text-align: center;
}

.unit_banner_seperation_image {
  text-align: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.unit_info_div {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#374672));
  background-image: linear-gradient(90deg, transparent, #374672);
}

.div-block-12 {
  min-height: 500px;
  box-shadow: 35px 35px 50px -20px #121416;
}

.lore_paragraph {
  margin-right: 352px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Noto Sans', sans-serif;
  color: #eab364;
  font-weight: 400;
}

.ability_div {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  min-height: 40px;
  margin-top: 20px;
  margin-left: 35px;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#7182b3));
  background-image: linear-gradient(270deg, transparent, #7182b3);
  text-align: center;
}

.columns-3 {
  position: relative;
  margin-bottom: 15px;
}

.ability_paragraph {
  padding-top: 10px;
  padding-left: 50px;
  color: #eab364;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

.ability_image {
  position: absolute;
  top: 8px;
  float: left;
}

.grid-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.unit_action_pose_div {
  position: absolute;
  left: auto;
  top: auto;
  right: -40px;
  bottom: 30%;
}

.unit_action_pose_image {
  position: relative;
  z-index: 1;
  max-width: 400px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #eab364;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.column-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.round_portrait {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-3 {
  color: #eab364;
}

.div-block-14 {
  color: #eab364;
}

.image-11 {
  color: #eab364;
}

.lore_paragraph_top {
  margin-right: 0px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Noto Sans', sans-serif;
  color: #eab364;
  font-style: italic;
  font-weight: 400;
}

.unit_info_quote_div {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#374672));
  background-image: linear-gradient(90deg, transparent, #374672);
}

.div-block-15 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  justify-items: stretch;
  -ms-grid-columns: minmax(200px, 200px) minmax(200px, 200px);
  grid-template-columns: minmax(200px, 200px) minmax(200px, 200px);
  -ms-grid-rows: minmax(55px, 200px);
  grid-template-rows: minmax(55px, 200px);
}

.div-block-16 {
  position: absolute;
  left: 15%;
  top: 18%;
  display: block;
}

.heading-4 {
  display: block;
  font-size: 6vw;
  line-height: 5vw;
  font-style: italic;
  text-shadow: 1px 1px 6px #1e2329;
}

.div-block-17 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-12 {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.app_badge {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow_image {
  position: static;
  display: inline-block;
  clear: none;
  text-align: center;
}

.div-block-18 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.headline_div_left_1 {
  position: absolute;
  left: 125px;
  top: 42px;
  z-index: 1;
  max-width: 40%;
}

.grid-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 14em;
  grid-template-columns: 14em;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-19 {
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.grid-8 {
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-20 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.store_link_block {
  padding-right: 5px;
  padding-left: 5px;
}

.div-block-21 {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.slide {
  position: static;
  text-align: left;
}

.grid-9 {
  justify-items: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 215px 215px 215px;
  grid-template-columns: 215px 215px 215px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.columns-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.badge_grid {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-rows: 1fr;
  -ms-grid-columns: 200px;
  grid-template-columns: 200px;
}

.section_video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section_play {
  display: none;
}

.section-5 {
  display: block;
}

.grid-11 {
  position: static;
  -ms-grid-columns: minmax(65px, 250px) minmax(65px, 250px) minmax(65px, 250px);
  grid-template-columns: minmax(65px, 250px) minmax(65px, 250px) minmax(65px, 250px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_badges {
  display: none;
}

.section-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-24 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section_company {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.company_div {
  position: static;
  left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section_character {
  display: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.snow_logo_name_image {
  max-height: 100%;
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.legal_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.legal_link {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  text-align: center;
}

.copyright_div {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.white_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.banner_badge_grid {
  position: static;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 200px;
  grid-template-columns: 200px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.section-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner_badge_div {
  position: absolute;
  left: 0px;
  top: -225px;
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.section_seperator {
  display: none;
}

.center_legal_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Alegreya Sans SC', sans-serif;
  color: #fff;
  font-size: 7em;
  line-height: 1em;
  font-style: italic;
  text-align: right;
  text-transform: none;
  text-shadow: 2px 2px 9px #000;
}

.text_center {
  position: absolute;
  top: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: right;
}

.div-block-26 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section_enemies {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_play_new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-27 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.enemy_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.catch_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Alegreya Sans SC', sans-serif;
  color: #eab364;
  font-size: 5em;
  line-height: 1em;
  font-style: italic;
  text-align: center;
  text-transform: none;
  text-shadow: 2px 2px 9px #000;
}

.text_middle_pos {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.text_block {
  display: inline;
  text-align: center;
}

.catch_sub_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Alegreya Sans SC', sans-serif;
  color: #eab364;
  font-size: 2.3em;
  line-height: 0.4em;
  font-style: italic;
  text-align: center;
  text-transform: none;
  text-shadow: 2px 2px 9px #000;
}

.catch_text {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Alegreya Sans SC', sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  text-shadow: 2px 2px 9px #000;
}

.div-block-28 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faction_block {
  position: relative;
}

.text_pos_left_pos {
  position: absolute;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text_left {
  position: absolute;
  left: 0px;
  top: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: right;
}

.middle_section {
  padding-top: 5px;
  padding-bottom: 5px;
}

.hero_block {
  position: relative;
}

.text_middle_upper_pos {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-30 {
  position: absolute;
  left: 130px;
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text_left_tokon {
  position: absolute;
  left: 0px;
  top: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: right;
}

.div-block-31 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.columns-8 {
  display: none;
}

.video_div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.youtube {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-15 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.middle_sections {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-16 {
  display: none;
}

.div-block-33 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-34 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text_right {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.middle_badge_section {
  position: relative;
  left: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-10 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.company_title {
  font-size: 2em;
  text-align: center;
}

.section_company_details {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.white_text_company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.grid-12 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.anouncement {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 28px;
  font-style: italic;
  text-align: center;
  text-shadow: 2px 2px 9px #000;
}

@media screen and (max-width: 991px) {
  .main {
    max-width: 100vw;
  }

  .faction_img {
    height: 130px;
  }

  .headline_div_left {
    left: 110px;
    top: 12px;
  }

  .section_gallary {
    display: none;
  }

  .slider {
    min-height: 450px;
  }

  .heading_slide_left {
    text-transform: uppercase;
  }

  .portrait_div {
    height: 200px;
  }

  .portrait_grid {
    grid-template-rows: repeat(auto-fit, minmax(auto, 145px)) minmax(40px, auto);
  }

  .unit_heading {
    top: 13%;
    line-height: 65px;
  }

  .unit_sub_heading {
    top: 15%;
  }

  .headline_div_right {
    top: 12px;
    right: 110px;
  }

  .headline_preamble_right {
    margin-left: 100px;
  }

  .headline_heading_right {
    margin-top: -10px;
  }

  .lore_paragraph {
    margin-right: 20px;
  }

  .unit_action_pose_div {
    position: static;
    top: 50px;
    text-align: center;
  }

  .unit_action_pose_image {
    position: static;
    bottom: auto;
    z-index: 1;
    text-align: center;
  }

  .paragraph-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .grid-5 {
    -ms-grid-columns: minmax(150px, 200px) minmax(150px, 200px);
    grid-template-columns: minmax(150px, 200px) minmax(150px, 200px);
    -ms-grid-rows: minmax(200px, 200px);
    grid-template-rows: minmax(200px, 200px);
  }

  .heading-4 {
    font-size: 9vw;
    line-height: 7vw;
  }

  .app_badge {
    display: inline-block;
  }

  .arrow_image {
    max-width: 50%;
  }

  .grid-6 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .headline_div_left_1 {
    left: 100px;
    top: 12px;
  }

  .right-arrow {
    text-align: left;
  }

  .grid-7 {
    grid-row-gap: 2px;
  }

  .badge_grid {
    display: block;
    margin-left: 10%;
    grid-auto-rows: 45px;
    -ms-grid-columns: 150px;
    grid-template-columns: 150px;
    -ms-grid-rows: 55px 55px;
    grid-template-rows: 55px 55px;
  }

  .grid-11 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-23 {
    padding-top: 8px;
  }

  .section_badges {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section_company {
    background-image: none;
  }

  .company_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .link-block {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .snow_logo_name_image {
    height: 25px;
    max-height: 100%;
    max-width: 100%;
  }

  .banner_badge_grid {
    -ms-grid-columns: 150px;
    grid-template-columns: 150px;
  }

  .banner_badge_div {
    top: -175px;
  }

  .snow_logo_image {
    width: 50px;
    height: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-5 {
    left: -260px;
    top: -140px;
    font-size: 4.2em;
  }

  .text_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .catch_heading {
    left: -260px;
    top: -140px;
    font-size: 3.6em;
  }

  .catch_sub_heading {
    left: -260px;
    top: -140px;
    font-size: 1.6em;
  }

  .catch_text {
    left: -260px;
    top: -140px;
    font-size: 1.1em;
  }

  .text_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .text_middle_upper_pos {
    top: 81px;
    bottom: 81px;
  }

  .div-block-30 {
    left: 75px;
  }

  .text_left_tokon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .middle_badge_section {
    position: static;
    max-width: 80vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .anouncement {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .faction_img {
    height: 100px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .headline_div_left {
    left: 85px;
    top: 5px;
  }

  .section_gallary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .slider {
    min-height: 350px;
    font-size: 12px;
    line-height: 15px;
  }

  .heading_slide_left {
    font-style: italic;
  }

  .portrait_div {
    height: 150px;
  }

  .portrait_name_text {
    font-style: italic;
  }

  .portrait_grid {
    -ms-grid-rows: minmax(auto, 105px) minmax(40px, auto);
    grid-template-rows: minmax(auto, 105px) minmax(40px, auto);
  }

  .div-block-6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .unit_heading {
    top: 22%;
    margin-top: -15px;
    font-size: 55px;
    line-height: 55px;
  }

  .unit_sub_heading {
    top: 20%;
  }

  .headline_div_right {
    top: 5px;
    right: 85px;
  }

  .headline_preamble_right {
    margin-left: 60px;
    text-transform: uppercase;
  }

  .lore_paragraph {
    margin-right: auto;
  }

  .ability_paragraph {
    padding-left: 35px;
  }

  .unit_action_pose_div {
    position: static;
    left: 0px;
    top: 0px;
  }

  .lore_paragraph_top {
    margin-right: 168px;
    font-style: italic;
  }

  .grid-5 {
    -ms-grid-columns: minmax(120px, 200px) minmax(120px, 200px);
    grid-template-columns: minmax(120px, 200px) minmax(120px, 200px);
  }

  .app_badge {
    display: inline-block;
  }

  .arrow_image {
    max-width: 40%;
  }

  .headline_div_left_1 {
    left: 77px;
    top: 8px;
  }

  .grid-7 {
    grid-auto-rows: minmax(auto, 40px);
    grid-column-gap: 0px;
    grid-row-gap: 0.5vh;
    -ms-grid-columns: 22vw;
    grid-template-columns: 22vw;
    -ms-grid-rows: 8vw 8vw 8vw;
    grid-template-rows: 8vw 8vw 8vw;
  }

  .div-block-20 {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-9 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 180px 180px 180px;
    grid-template-columns: 180px 180px 180px;
  }

  .badge_grid {
    grid-auto-rows: 40px;
    -ms-grid-columns: 125px;
    grid-template-columns: 125px;
    -ms-grid-rows: 45px 45px;
    grid-template-rows: 45px 45px;
  }

  .section_badges {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .section_company {
    background-image: none;
  }

  .snow_logo_name_image {
    height: 20px;
    max-height: 100%;
  }

  .legal_link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
  }

  .white_text {
    font-size: 11px;
  }

  .banner_badge_grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 120px;
    grid-template-columns: 120px;
  }

  .banner_badge_div {
    left: 10px;
    top: -125px;
  }

  .snow_logo_image {
    width: 35px;
    height: 35px;
  }

  .heading-5 {
    left: -205px;
    top: -106px;
    font-size: 3.2em;
  }

  .catch_heading {
    left: -205px;
    top: -106px;
    font-size: 3em;
  }

  .catch_sub_heading {
    left: -205px;
    top: -106px;
    font-size: 1.3em;
  }

  .catch_text {
    left: -205px;
    top: -106px;
    font-size: 1em;
  }

  .text_middle_upper_pos {
    top: 70px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-30 {
    left: 55px;
  }

  .middle_badge_section {
    max-width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
  }

  .anouncement {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
    font-weight: 400;
  }

  .faction_columns {
    padding-right: 0px;
    padding-left: 0px;
  }

  .faction_div {
    height: 95px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .faction_column {
    padding-right: 1px;
    padding-left: 1px;
  }

  .faction_img {
    height: 65px;
    padding-right: 1px;
    padding-left: 1px;
  }

  .headline_div_left {
    left: 55px;
    top: 8px;
    max-width: 40%;
  }

  .paragraph_left {
    font-size: 6.5px;
    line-height: 9px;
  }

  .slider {
    max-height: 200px;
    min-height: 100px;
  }

  .heading_preamble_left {
    font-size: 10px;
    line-height: 15px;
    font-style: normal;
    text-align: left;
  }

  .heading_slide_left {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
    font-style: italic;
  }

  .portrait_div {
    width: 58.359375px;
    height: 95px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .portrait_name_text {
    font-size: 7px;
    line-height: 10px;
  }

  .portrait_grid {
    -ms-grid-rows: minmax(auto, 65px) minmax(20px, 25px);
    grid-template-rows: minmax(auto, 65px) minmax(20px, 25px);
  }

  .unit_heading {
    top: 22%;
    font-size: 32px;
    line-height: 35px;
  }

  .unit_sub_heading {
    top: 5%;
    font-size: 18px;
  }

  .headline_div_right {
    top: 8px;
    right: 55px;
    max-width: 40%;
  }

  .headline_preamble_right {
    margin-left: 30px;
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph {
    font-size: 6.5px;
    line-height: 9px;
    text-align: right;
  }

  .headline_heading_right {
    margin-top: 0px;
    font-size: 18px;
    line-height: 18px;
  }

  .section-2 {
    max-height: 40px;
  }

  .lore_paragraph {
    margin-right: auto;
    padding-right: 10px;
  }

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

  .unit_action_pose_div {
    position: static;
    display: block;
    float: none;
    text-align: center;
  }

  .unit_action_pose_image {
    right: auto;
    max-width: 250px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .round_portrait {
    max-width: 45px;
  }

  .lore_paragraph_top {
    margin-right: auto;
    padding-right: 10px;
  }

  .columns-5 {
    max-height: 40px;
  }

  .column-6 {
    max-height: 40px;
  }

  .column-7 {
    max-height: 40px;
  }

  .column-8 {
    max-height: 40px;
  }

  .div-block-15 {
    position: static;
  }

  .grid-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: minmax(80px, 200px) minmax(80px, 200px);
    grid-template-columns: minmax(80px, 200px) minmax(80px, 200px);
  }

  .heading-4 {
    line-height: 7vw;
  }

  .arrow_image {
    max-width: 30%;
  }

  .headline_div_left_1 {
    left: 55px;
    top: 10px;
  }

  .right-arrow {
    max-width: 50px;
  }

  .left-arrow {
    max-width: 50px;
  }

  .grid-7 {
    grid-auto-rows: minmax(auto, 28px);
  }

  .div-block-20 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-14 {
    display: inline-block;
  }

  .grid-9 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .badge_grid {
    grid-auto-rows: 20px;
    -ms-grid-columns: 85px;
    grid-template-columns: 85px;
    -ms-grid-rows: 25px 25px;
    grid-template-rows: 25px 25px;
  }

  .section_play {
    position: relative;
  }

  .div-block-23 {
    padding-top: 5px;
  }

  .section_company {
    height: 130px;
    background-image: none;
  }

  .company_div {
    margin-left: 5px;
  }

  .snow_logo_name_image {
    height: 12px;
  }

  .legal_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .legal_link {
    padding-right: 1px;
    padding-left: 1px;
  }

  .copyright_div {
    margin-right: 5px;
  }

  .banner_badge_grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    -ms-grid-columns: 75px;
    grid-template-columns: 75px;
  }

  .banner_badge_div {
    top: -75px;
  }

  .snow_logo_image {
    width: 20px;
    height: 20px;
  }

  .center_legal_div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-5 {
    font-size: 2em;
  }

  .catch_heading {
    font-size: 2em;
  }

  .catch_sub_heading {
    font-size: 1em;
  }

  .catch_text {
    font-size: 0.6em;
    line-height: 1.3em;
  }

  .text_middle_upper_pos {
    top: 28px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-30 {
    left: 20px;
  }

  .anouncement {
    font-size: 13px;
    line-height: 14px;
  }
}

#w-node-_1e56a968-b021-3482-1b76-b04821434c76-d783e494 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-5ea7b32f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-5ea7b32f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-5caeb9f9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-5caeb9f9 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-67e280f5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-67e280f5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-6f71837c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-6f71837c {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-22bc3194 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-22bc3194 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-f54a5030 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-f54a5030 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-ffdf4305 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-ffdf4305 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-6c7beaaf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-6c7beaaf {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-631a39c2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-631a39c2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-7b3cc768 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-7b3cc768 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-d79971c5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-d79971c5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-57e05c42 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-57e05c42 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-1c2f48ba {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-1c2f48ba {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-0eddb199 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-0eddb199 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-8359a657 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-8359a657 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-c4ee6066 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-c4ee6066 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-96ddaeb7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-96ddaeb7 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-4f5f3210 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-4f5f3210 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-80297f00 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-80297f00 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-299450a6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-299450a6 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-3b627bc8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-3b627bc8 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-f52426ca {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-f52426ca {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-cd29e283 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-cd29e283 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-2ff6abf5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-2ff6abf5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-2f0b9649 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-2f0b9649 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-5edac816 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-5edac816 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-0d03cdab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-0d03cdab {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-560be3a7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-560be3a7 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-674daaa9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-674daaa9 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-68c660a8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-68c660a8 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-c0d1ac3f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-c0d1ac3f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-165f86a7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-165f86a7 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-1d470d93 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-1d470d93 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-367e2026 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-367e2026 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-75dade32 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-75dade32 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-92aa7b35 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-92aa7b35 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-023a382a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-023a382a {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-c299fdf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-c299fdf2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-fbdafb1d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-fbdafb1d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-d40bba38 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-d40bba38 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0173b779-cba5-7484-77e6-dc58b868a8f7-6dde25e0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd964e45-4f94-8938-22e2-adc250001758-6dde25e0 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d335e0b8-cf53-3e2f-cfe1-fbaeb2664a8d-d783e494 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d335e0b8-cf53-3e2f-cfe1-fbaeb2664a8f-d783e494 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d335e0b8-cf53-3e2f-cfe1-fbaeb2664a91-d783e494 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d335e0b8-cf53-3e2f-cfe1-fbaeb2664a91-d783e494 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

