@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: "Work Sans", sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  background: color_green_09;
  text-shadow: none;
}

html,
body {
  height: 100%;
  width: 100vw;
  max-width: 100vw;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  letter-spacing: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #F3F4F6;
}

img {
  line-height: 0px;
}

::-moz-selection {
  background: #1D4ED8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #1D4ED8;
  color: #fff;
  text-shadow: none;
}

.lh_12 {
  line-height: 12px !important;
}

.lh_18 {
  line-height: 18px !important;
}

.lh_20 {
  line-height: 20px !important;
}

.lh_24 {
  line-height: 24px !important;
}

.lh_32 {
  line-height: 32px !important;
}

.lh_36 {
  line-height: 36px !important;
}

.lh_42 {
  line-height: 42px !important;
}

.lh_48 {
  line-height: 48px !important;
}

.margin_t_36 {
  margin-top: 36px;
}

.margin_r_36 {
  margin-right: 36px;
}

.margin_b_36 {
  margin-bottom: 36px;
}

.margin_l_36 {
  margin-left: 36px;
}

.margin_t_24 {
  margin-top: 24px;
}

.margin_r_24 {
  margin-right: 24px;
}

.margin_b_24 {
  margin-bottom: 24px;
}

.margin_l_24 {
  margin-left: 24px;
}

.padding_t_24 {
  padding-top: 24px;
}

.padding_r_24 {
  padding-right: 24px;
}

.padding_b_24 {
  padding-bottom: 24px;
}

.padding_l_24 {
  padding-left: 24px;
}

.padding_t_36 {
  padding-top: 36px;
}

.padding_r_36 {
  padding-right: 36px;
}

.padding_b_36 {
  padding-bottom: 36px;
}

.padding_l_36 {
  padding-left: 36px;
}

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

.border_r_200 {
  border-right: 1px solid #E5E7EB;
}

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

.border_l_200 {
  border-left: 1px solid #E5E7EB;
}

.simple_p {
  color: #1F2937;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.simple_p strong {
  font-weight: 700;
}

.section_title {
  font-size: 52px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: -2px;
  color: #111827;
}

.lg_paragraph {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.full_w {
  width: 100vw;
}

.half_w {
  width: 50vw;
}

.two_thirds {
  width: 66.6666666667vw;
}

.one_thirds {
  width: 33.3333333333vw;
}

.absolute_line {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #E5E7EB;
}
@media screen and (max-width: 580px) {
  .absolute_line {
    display: none;
  }
}
.absolute_line._36 {
  left: 36vw;
}
.absolute_line._50 {
  left: 50vw;
}

ul {
  list-style: none;
  padding: 0 0 0 24px;
}
ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #374151;
  padding: 16px 0;
}
ul li::before {
  content: "•";
  color: #9CA3AF;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  margin-left: -24px;
}

.black_bg {
  background-color: #000000;
}

.desktop_img {
  display: inline-block;
}
@media screen and (max-width: 580px) {
  .desktop_img {
    display: none;
  }
}

.mobile_img {
  display: none;
}
@media screen and (max-width: 580px) {
  .mobile_img {
    display: inline-block;
  }
}

.sos_app,
.imax_app {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100vw;
}

.imax_app {
  background-color: #1f2125;
}

.section_wrapper {
  display: flex;
  width: 100%;
  max-width: 1440px;
}

.imax_colors {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
}
@media screen and (max-width: 580px) {
  .imax_colors {
    flex-direction: column;
  }
}
.imax_colors .color {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 580px) {
  .imax_colors .color {
    flex-direction: row;
  }
}
.imax_colors .color .dark_shade {
  width: 100%;
  height: 20px;
  padding: 0 24px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 580px) {
  .imax_colors .color .dark_shade {
    width: 24px;
    height: 160px;
  }
}
.imax_colors .color .full {
  display: flex;
  align-items: center;
  width: 100%;
  height: 160px;
  padding: 0 24px;
}
@media screen and (max-width: 580px) {
  .imax_colors .color .full {
    width: calc(100% - 48px);
    height: 160px;
  }
}
.imax_colors .color .light_shade {
  width: 100%;
  height: 20px;
  padding: 0 24px;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 580px) {
  .imax_colors .color .light_shade {
    width: 24px;
    height: 160px;
  }
}
.imax_colors .color.orange {
  width: 48%;
}
.imax_colors .color.orange .dark_shade {
  background-color: #994300;
}
.imax_colors .color.orange .full {
  background-color: #FF6F00;
}
.imax_colors .color.orange .light_shade {
  background-color: #FFA966;
}
@media screen and (max-width: 580px) {
  .imax_colors .color.orange {
    width: 100%;
  }
  .imax_colors .color.orange .dark_shade {
    height: 260px;
  }
  .imax_colors .color.orange .full {
    height: 260px;
  }
  .imax_colors .color.orange .light_shade {
    height: 260px;
  }
}
.imax_colors .color.lilac {
  width: 16%;
}
.imax_colors .color.lilac .dark_shade {
  background-color: #737399;
}
.imax_colors .color.lilac .full {
  background-color: #C0BFFF;
}
.imax_colors .color.lilac .light_shade {
  background-color: #D9D9FF;
}
@media screen and (max-width: 580px) {
  .imax_colors .color.lilac {
    width: 100%;
  }
  .imax_colors .color.lilac .dark_shade {
    height: 100px;
  }
  .imax_colors .color.lilac .full {
    height: 100px;
  }
  .imax_colors .color.lilac .light_shade {
    height: 100px;
  }
}
.imax_colors .color.purple {
  width: 16%;
}
.imax_colors .color.purple .dark_shade {
  background-color: #833A99;
}
.imax_colors .color.purple .full {
  background-color: #DA61FF;
}
.imax_colors .color.purple .light_shade {
  background-color: #E9A0FF;
}
@media screen and (max-width: 580px) {
  .imax_colors .color.purple {
    width: 100%;
  }
  .imax_colors .color.purple .dark_shade {
    height: 100px;
  }
  .imax_colors .color.purple .full {
    height: 100px;
  }
  .imax_colors .color.purple .light_shade {
    height: 100px;
  }
}
.imax_colors .color.green {
  width: 16%;
}
.imax_colors .color.green .dark_shade {
  background-color: #004631;
}
.imax_colors .color.green .full {
  background-color: #007452;
}
.imax_colors .color.green .light_shade {
  background-color: #66AC97;
}
@media screen and (max-width: 580px) {
  .imax_colors .color.green {
    width: 100%;
  }
  .imax_colors .color.green .dark_shade {
    height: 100px;
  }
  .imax_colors .color.green .full {
    height: 100px;
  }
  .imax_colors .color.green .light_shade {
    height: 100px;
  }
}
.imax_colors .color.gray {
  width: 6%;
}
@media screen and (max-width: 580px) {
  .imax_colors .color.gray {
    width: 100%;
  }
}
.imax_colors .color.gray .shade {
  width: 100%;
  height: 20px;
}
@media screen and (max-width: 580px) {
  .imax_colors .color.gray .shade {
    width: 10%;
    height: 48px;
  }
}
.imax_colors .color.gray .shade._10 {
  background-color: #FAFAFA;
}
.imax_colors .color.gray .shade._20 {
  background-color: #F5F5F5;
}
.imax_colors .color.gray .shade._30 {
  background-color: #E5E5E5;
}
.imax_colors .color.gray .shade._40 {
  background-color: #D4D4D4;
}
.imax_colors .color.gray .shade._50 {
  background-color: #A3A3A3;
}
.imax_colors .color.gray .shade._60 {
  background-color: #737373;
}
.imax_colors .color.gray .shade._70 {
  background-color: #525252;
}
.imax_colors .color.gray .shade._80 {
  background-color: #404040;
}
.imax_colors .color.gray .shade._90 {
  background-color: #262626;
}
.imax_colors .color.gray .shade._100 {
  background-color: #171717;
}

section.layout_01 {
  width: 100vw;
  min-height: 480px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
section.layout_01 .section_wrapper {
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 580px) {
  section.layout_01 .section_wrapper {
    flex-direction: column;
  }
}
section.layout_01 .two_thirds {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 64%;
  padding: 0 96px 0 32px;
}
@media screen and (max-width: 580px) {
  section.layout_01 .two_thirds {
    width: 100%;
    padding: 96px 32px 32px 32px;
  }
  section.layout_01 .two_thirds .padding_b_24 {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 376px) {
  section.layout_01 .two_thirds {
    padding: 128px 16px 16px 16px;
  }
}
section.layout_01 .one_thirds {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36%;
  padding: 96px 32px 96px 0;
  border-left: 1px solid #E5E7EB;
}
@media screen and (max-width: 580px) {
  section.layout_01 .one_thirds {
    width: 100%;
    padding: 16px 32px 96px 32px;
    border-left: 0px solid #E5E7EB;
  }
}
@media screen and (max-width: 376px) {
  section.layout_01 .one_thirds {
    padding: 16px 16px 96px 16px;
  }
}
section.layout_01 .one_thirds .simple_p {
  max-width: 320px;
  line-height: 32px;
}
@media screen and (max-width: 580px) {
  section.layout_01 .one_thirds .simple_p {
    max-width: 100%;
    line-height: 24px;
  }
}

section.layout_02 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  padding: 128px 0 128px 0;
  border-top: 1px solid #E5E7EB;
}
@media screen and (max-width: 580px) {
  section.layout_02 {
    padding: 96px 0 96px 0;
  }
}
section.layout_02 .section_wrapper {
  flex-direction: row;
  align-items: stretch;
  padding: 0 32px;
}
@media screen and (max-width: 580px) {
  section.layout_02 .section_wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 376px) {
  section.layout_02 .section_wrapper {
    padding: 0 16px;
  }
}
section.layout_02 .title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 64px;
  white-space: nowrap;
}
@media screen and (max-width: 580px) {
  section.layout_02 .title {
    flex-direction: column;
    width: 100%;
    padding-bottom: 12px;
  }
}
section.layout_02 .content_wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 580px) {
  section.layout_02 .content_wrap {
    flex-direction: column;
  }
}
section.layout_02 .content_wrap .simple_p {
  width: 50%;
  padding-top: 8px;
}
section.layout_02 .content_wrap .simple_p:first-child {
  padding-right: 32px;
}
section.layout_02 .content_wrap .simple_p:last-child {
  padding-left: 32px;
}
@media screen and (max-width: 580px) {
  section.layout_02 .content_wrap .simple_p {
    width: 100%;
  }
  section.layout_02 .content_wrap .simple_p:first-child {
    padding-right: 0px;
    padding-bottom: 24px;
  }
  section.layout_02 .content_wrap .simple_p:last-child {
    padding-left: 0px;
  }
}

section.layout_03 {
  width: 100vw;
}
section.layout_03 img {
  width: 100%;
}

section.layout_04 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
}
section.layout_04 .section_wrapper {
  flex-direction: column;
  align-items: stretch;
  padding: 144px 32px;
}
@media screen and (max-width: 580px) {
  section.layout_04 .section_wrapper {
    padding: 96px 32px;
  }
}
@media screen and (max-width: 376px) {
  section.layout_04 .section_wrapper {
    padding: 96px 16px;
  }
}
section.layout_04 .cols_wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 580px) {
  section.layout_04 .cols_wrap {
    flex-direction: column;
  }
}
section.layout_04 .cols_wrap .col {
  display: flex;
  flex-grow: 1;
  padding: 0 48px 0 48px;
  border-left: 1px solid #E5E7EB;
}
@media screen and (max-width: 580px) {
  section.layout_04 .cols_wrap .col {
    padding: 16px 0;
    border-left: 0px solid #E5E7EB;
  }
}
section.layout_04 .cols_wrap .col:first-child {
  padding: 0 32px 0 0;
  border-left: 0;
}
@media screen and (max-width: 580px) {
  section.layout_04 .cols_wrap .col:first-child {
    padding: 0 0 16px 0;
  }
}

section.layout_05 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  border-top: 1px solid #E5E7EB;
}
section.layout_05 .section_wrapper {
  flex-direction: row;
  align-items: center;
  padding: 128px 32px;
}
@media screen and (max-width: 580px) {
  section.layout_05 .section_wrapper {
    flex-direction: column;
    padding: 96px 32px;
  }
}
@media screen and (max-width: 376px) {
  section.layout_05 .section_wrapper {
    padding: 96px 16px;
  }
}
section.layout_05 .one_thirds {
  width: 36%;
}
@media screen and (max-width: 580px) {
  section.layout_05 .one_thirds {
    width: 100%;
  }
}
section.layout_05 .two_thirds {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64%;
}
@media screen and (max-width: 580px) {
  section.layout_05 .two_thirds {
    width: 100%;
    padding-top: 32px;
  }
}
@media screen and (max-width: 580px) {
  section.layout_05 .two_thirds {
    width: 100%;
  }
  section.layout_05 .two_thirds img {
    width: 100%;
  }
}

section.layout_06 {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  border-top: 1px solid #E5E7EB;
}
@media screen and (max-width: 580px) {
  section.layout_06 {
    flex-direction: column;
  }
}
section.layout_06 .title_col {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 50vw;
  padding: 32px;
}
@media screen and (max-width: 580px) {
  section.layout_06 .title_col {
    justify-content: stretch;
    width: 100%;
    padding: 96px 32px 32px 32px;
  }
}
@media screen and (max-width: 376px) {
  section.layout_06 .title_col {
    padding: 96px 16px 16px 16px;
  }
}
section.layout_06 .title_col .col_content_wrap {
  position: sticky;
  top: 32px;
  width: 320px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 580px) {
  section.layout_06 .title_col .col_content_wrap {
    width: 100%;
  }
}
section.layout_06 .title_col .col_content_wrap ul > li {
  padding: 4px 0;
}
section.layout_06 .content_col {
  width: 50vw;
  padding: 32px;
  border-left: 1px solid #E5E7EB;
}
@media screen and (max-width: 580px) {
  section.layout_06 .content_col {
    width: 100%;
    padding: 0px 32px 96px 32px;
  }
}
@media screen and (max-width: 376px) {
  section.layout_06 .content_col {
    padding: 0px 16px 96px 16px;
  }
}
section.layout_06 .content_col .col_content_wrap {
  width: 320px;
  padding-top: 140px;
}
@media screen and (max-width: 580px) {
  section.layout_06 .content_col .col_content_wrap {
    padding-top: 0;
    width: 100%;
  }
}

section.layout_07 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid #E5E7EB;
}
section.layout_07 .section_wrapper {
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 580px) {
  section.layout_07 .section_wrapper {
    flex-direction: column;
    padding: 96px 0;
  }
}
section.layout_07 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 64vw;
  padding: 32px;
}
@media screen and (max-width: 580px) {
  section.layout_07 .content {
    width: 100%;
  }
  section.layout_07 .content .padding_b_36 {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 376px) {
  section.layout_07 .content {
    padding: 0 16px;
  }
}
section.layout_07 .content .icons {
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 72px 0;
}
section.layout_07 .content .icons .svg_s {
  height: 160px;
  margin-right: 36px;
}
section.layout_07 .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36vw;
  height: 100%;
  padding: 64px;
}
@media screen and (max-width: 580px) {
  section.layout_07 .image {
    width: 100%;
    padding: 0 32px 32px 32px;
  }
}
@media screen and (max-width: 376px) {
  section.layout_07 .image {
    padding: 0 16px 32px 16px;
  }
  section.layout_07 .image img {
    width: 100%;
  }
}

section.layout_08 {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100vw;
  border-top: 1px solid #E5E7EB;
}
section.layout_08 .section_wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 256px 32px;
}
@media screen and (max-width: 580px) {
  section.layout_08 .section_wrapper {
    padding: 96px 32px;
  }
}
@media screen and (max-width: 376px) {
  section.layout_08 .section_wrapper {
    padding: 96px 16px;
  }
}
section.layout_08 p.lg_paragraph {
  background-color: #F3F4F6;
  padding: 24px 0 24px 0;
}
section.layout_08 .addition {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 128px;
}
@media screen and (max-width: 580px) {
  section.layout_08 .addition {
    padding-top: 48px;
  }
}
section.layout_08 .addition .graphic {
  width: 36%;
}
@media screen and (max-width: 580px) {
  section.layout_08 .addition .graphic {
    display: none;
  }
}
section.layout_08 .addition .two_thirds {
  width: 64%;
  padding-left: 32px;
  color: #4B5563;
}
@media screen and (max-width: 580px) {
  section.layout_08 .addition .two_thirds {
    width: 100%;
    padding-left: 0;
  }
}
section.layout_08.wa .section_wrapper {
  padding: 256px 32px 128px 32px;
}
@media screen and (max-width: 580px) {
  section.layout_08.wa .section_wrapper {
    padding: 96px 32px 96px 32px;
  }
}
@media screen and (max-width: 376px) {
  section.layout_08.wa .section_wrapper {
    padding: 96px 16px 96px 16px;
  }
}

section.layout_09 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100vw;
  padding: 32px 32px 256px 32px;
  border-top: 1px solid #E5E7EB;
}
@media screen and (max-width: 580px) {
  section.layout_09 {
    flex-direction: column;
    padding: 0;
  }
}
section.layout_09 .img_wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
section.layout_09 .img_wrap img {
  width: 110%;
  margin-left: -5%;
}
section.layout_09 .img_wrap p.simple_p {
  color: #9CA3AF;
  padding: 12px 0 0 6px;
}
@media screen and (max-width: 580px) {
  section.layout_09 .img_wrap p.simple_p {
    display: none;
  }
}
section.layout_09 .img_wrap.top {
  padding-top: 64px;
}
@media screen and (max-width: 580px) {
  section.layout_09 .img_wrap.top {
    padding-top: 0;
  }
}
section.layout_09 .img_wrap .margin_top_64 {
  margin-top: 64px;
}
section.layout_09 .section_line {
  width: 100%;
  height: 10px;
  border-top: 0px solid #D1D5DB;
  border-right: 0px solid #D1D5DB;
  border-bottom: 1px solid #D1D5DB;
  border-left: 1px solid #D1D5DB;
}
section.layout_09 .section_line.middle {
  border-left: 0px solid #D1D5DB;
}
section.layout_09 .section_line.last {
  border-right: 1px solid #D1D5DB;
}
@media screen and (max-width: 580px) {
  section.layout_09 .section_line {
    display: none;
  }
}

section.layout_10 {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100vw;
}
section.layout_10 .full_w {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 580px) {
  section.layout_10 .full_w {
    flex-direction: column;
  }
}
section.layout_10 .full_w.images {
  align-items: flex-start;
}
section.layout_10 .full_w.images .image_wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
  height: -moz-fit-content;
  height: fit-content;
}
section.layout_10 .full_w.images img {
  width: 110%;
}

section.layout_11 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 580px) {
  section.layout_11 {
    flex-direction: column;
  }
}
section.layout_11 .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 64px 0;
}
@media screen and (max-width: 580px) {
  section.layout_11 .image img {
    width: 120%;
  }
}
section.layout_12 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  border-top: 1px solid #E5E7EB;
}
section.layout_12 .section_wrapper {
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 580px) {
  section.layout_12 .section_wrapper {
    flex-direction: column;
  }
}
section.layout_12 .main_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70vw;
  padding: 32px;
}
@media screen and (max-width: 580px) {
  section.layout_12 .main_content {
    width: 100%;
    padding: 96px 32px 32px 32px;
  }
}
@media screen and (max-width: 376px) {
  section.layout_12 .main_content {
    padding: 96px 16px 16px 16px;
  }
}
section.layout_12 .secondary_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  padding: 96px 32px;
  border-left: 1px solid #E5E7EB;
}
section.layout_12 .secondary_content .simple_p, section.layout_12 .secondary_content ul {
  width: 320px;
}
@media screen and (max-width: 580px) {
  section.layout_12 .secondary_content {
    width: 100%;
    padding: 32px 32px 96px 32px;
  }
  section.layout_12 .secondary_content .simple_p, section.layout_12 .secondary_content ul {
    width: 100%;
  }
}
@media screen and (max-width: 376px) {
  section.layout_12 .secondary_content {
    padding: 16px 16px 96px 16px;
  }
}

section.layout_13 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 96px 0;
  border-top: 1px solid #E5E7EB;
}
@media screen and (max-width: 580px) {
  section.layout_13 {
    flex-direction: column;
  }
}
section.layout_13 .single_img {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
section.layout_13 .single_img img {
  width: 110%;
}
@media screen and (max-width: 580px) {
  section.layout_13 .single_img img {
    width: 120%;
  }
}

.imax_app .section_title {
  color: #F3F4F6;
}
.imax_app .absolute_line {
  z-index: 0;
  top: 0;
  background-color: #2b2e32;
}
.imax_app p.lg_paragraph {
  color: #D1D5DB;
}
.imax_app .simple_p {
  color: #D1D5DB;
}
.imax_app a {
  color: #FFFFFF;
}
.imax_app a:hover {
  color: #FF6F00;
}
.imax_app section.layout_01 .one_thirds {
  border-left: 1px solid #2b2e32;
}
.imax_app section.layout_02 {
  border-top: 0px solid #2b2e32;
  border-bottom: 1px solid #2b2e32;
}
.imax_app section.layout_04 .cols_wrap .col {
  border-left: 1px solid #34383c;
}
@media screen and (max-width: 580px) {
  .imax_app section.layout_04 .cols_wrap .col {
    border-left: 0px solid #34383c;
  }
}
.imax_app section.layout_04 .cols_wrap .col:first-child {
  border-left: 0;
}
@media screen and (max-width: 580px) {
  .imax_app section.layout_04 .cols_wrap .col:first-child {
    padding: 0 0 16px 0;
  }
}
.imax_app section.layout_05 {
  border-top: 1px solid #2b2e32;
}
.imax_app section.layout_06 {
  border-top: 1px solid #2b2e32;
}
.imax_app section.layout_06 .content_col {
  border-left: 1px solid #2b2e32;
}
.imax_app section.layout_07 {
  border-top: 0px solid #E5E7EB;
}
.imax_app section.layout_08 {
  border-top: 0px solid #2b2e32;
  border-bottom: 1px solid #2b2e32;
}
.imax_app section.layout_08 p.lg_paragraph {
  position: relative;
  z-index: 1;
  background-color: #1f2125;
}

.simplebar-scrollbar::before {
  background-color: rgba(27, 32, 37, 0.4);
}

.no_scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.no_scroll::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}

header.sos_app_head,
header.imax_app_head {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  border-bottom: 1px solid #E5E7EB;
}
header.sos_app_head .nav_wrap,
header.imax_app_head .nav_wrap {
  border-top: 0px solid #E5E7EB;
}
header.sos_app_head .section_wrapper,
header.imax_app_head .section_wrapper {
  flex-direction: row;
  align-items: flex-end;
}
@media screen and (max-width: 580px) {
  header.sos_app_head .section_wrapper,
  header.imax_app_head .section_wrapper {
    flex-direction: column-reverse;
  }
}
header.sos_app_head .hero_img,
header.imax_app_head .hero_img {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 36%;
  padding-right: 32px;
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  header.sos_app_head .hero_img,
  header.imax_app_head .hero_img {
    width: 100%;
    justify-content: center;
    padding-right: 0;
  }
}
header.sos_app_head .hero_img img,
header.imax_app_head .hero_img img {
  width: 420px;
}
header.sos_app_head .hero_content,
header.imax_app_head .hero_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 64%;
  padding: 0 96px 0 32px;
}
@media screen and (max-width: 580px) {
  header.sos_app_head .hero_content,
  header.imax_app_head .hero_content {
    width: 100%;
    padding: 0 32px 0 32px;
  }
}
@media screen and (max-width: 376px) {
  header.sos_app_head .hero_content,
  header.imax_app_head .hero_content {
    padding: 0 16px 0 16px;
  }
}
header.sos_app_head .hero_content h2,
header.imax_app_head .hero_content h2 {
  color: #1F2937;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
@media screen and (max-width: 376px) {
  header.sos_app_head .hero_content h2,
  header.imax_app_head .hero_content h2 {
    font-size: 21px;
    line-height: 28px;
  }
}
header.sos_app_head .logo_info,
header.imax_app_head .logo_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 0 0 24px 0;
}
@media screen and (max-width: 580px) {
  header.sos_app_head .logo_info,
  header.imax_app_head .logo_info {
    padding: 0 0 48px 0;
  }
}
header.sos_app_head .logo_info .sos_logo,
header.imax_app_head .logo_info .sos_logo {
  height: 32px;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 580px) {
  header.sos_app_head .logo_info .sos_logo,
  header.imax_app_head .logo_info .sos_logo {
    height: 24px;
    margin: 0 12px 0 0;
  }
}
header.sos_app_head .logo_info .project_info,
header.imax_app_head .logo_info .project_info {
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 18px;
  font-weight: 400;
  color: #6B7280;
}
@media screen and (max-width: 580px) {
  header.sos_app_head .logo_info .project_info,
  header.imax_app_head .logo_info .project_info {
    font-size: 12px;
    line-height: 14px;
  }
}
header.sos_app_head .work_done,
header.imax_app_head .work_done {
  width: 100%;
  padding: 96px 0 128px 0;
  color: #9CA3AF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media screen and (max-width: 580px) {
  header.sos_app_head .work_done,
  header.imax_app_head .work_done {
    padding: 48px 0 96px 0;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 376px) {
  header.sos_app_head .work_done,
  header.imax_app_head .work_done {
    font-size: 13px;
  }
}
header.sos_app_head .work_done span,
header.imax_app_head .work_done span {
  padding-right: 24px;
}
header.sos_app_head .work_done span:last-child,
header.imax_app_head .work_done span:last-child {
  border-right: 0px solid #D1D5DB;
  padding-right: 0;
}
@media screen and (max-width: 376px) {
  header.sos_app_head .work_done span,
  header.imax_app_head .work_done span {
    padding-right: 8px;
    border-right: 1px solid #D1D5DB;
  }
}

.nav_wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1440px;
  padding: 12px 32px 32px 32px;
  border-top: 1px solid #E5E7EB;
}
@media screen and (max-width: 376px) {
  .nav_wrap {
    padding: 6px 16px 16px 16px;
  }
}
.nav_wrap .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  margin-right: auto;
  color: #6B7280;
  font-size: 14px;
  font-weight: 400;
}
.nav_wrap .nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
}
.nav_wrap .nav a.nav_item {
  color: #374151;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 48px;
}
@media screen and (max-width: 376px) {
  .nav_wrap .nav a.nav_item {
    font-size: 12px;
  }
}
.nav_wrap .nav a.nav_item.mail {
  display: inline-flex;
  color: #6B7280;
  font-weight: 400;
  text-transform: lowercase;
  text-decoration: none;
}
@media screen and (max-width: 580px) {
  .nav_wrap .nav a.nav_item.mail {
    display: none;
  }
}
.nav_wrap .nav a.nav_item.icon {
  display: none;
}
@media screen and (max-width: 580px) {
  .nav_wrap .nav a.nav_item.icon {
    display: inline-flex;
  }
}
.nav_wrap .nav a.nav_item .label {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 24px 0 24px;
}
@media screen and (max-width: 580px) {
  .nav_wrap .nav a.nav_item .label {
    padding: 0 12px 0 12px;
  }
}
@media screen and (max-width: 376px) {
  .nav_wrap .nav a.nav_item .label {
    padding: 0 6px 0 6px;
  }
}
.nav_wrap .nav a.nav_item:last-child .label {
  padding: 0 0px 0 24px;
}
@media screen and (max-width: 580px) {
  .nav_wrap .nav a.nav_item:last-child .label {
    padding: 0 0px 0 12px;
  }
}
@media screen and (max-width: 376px) {
  .nav_wrap .nav a.nav_item:last-child .label {
    padding: 0 0px 0 6px;
  }
}
.nav_wrap .nav a.nav_item:hover {
  color: #2563EB;
}

header.imax_app_head {
  border-bottom: 1px solid #2b2e32;
}
header.imax_app_head .hero_content h2 {
  color: #D1D5DB;
}
header.imax_app_head .logo_info .project_info {
  color: #9CA3AF;
}
header.imax_app_head .work_done {
  color: #D1D5DB;
}
header.imax_app_head .nav_wrap .logo {
  color: #9CA3AF;
}
header.imax_app_head .nav_wrap .nav a.nav_item {
  color: #E5E7EB;
}
header.imax_app_head .nav_wrap .nav a.nav_item.mail {
  color: #9CA3AF;
}
header.imax_app_head .nav_wrap .nav a.nav_item:hover {
  color: #FF6F00;
}/*# sourceMappingURL=style.css.map */