@charset "UTF-8";
.event-left-right-plain {
  background: #f5f5f6;
  padding-top: 90px;
  padding-bottom: 80px;
}
.event-left-right-plain.white_bg {
  background: #fff;
  padding: 0;
  margin: 0;
}
.event-left-right-plain .left-right-plain-content-container.white_frame {
  margin: 0;
}

.left-right-plain-content-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  margin-bottom: 152px;
}
.left-right-plain-content-container .img-wrapper.floating_image {
  position: relative;
}
.left-right-plain-content-container .img-wrapper.floating_image img {
  position: absolute;
  width: 720px;
  height: 480px;
  right: -114px;
  top: 50%;
  transform: translateY(-50%);
  max-width: unset;
}
.left-right-plain-content-container.rental-wrap .buttons-container {
  display: flex;
  gap: 20px;
}
.left-right-plain-content-container.dark_frame {
  padding: 64px 0 64px 64px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 80px;
}
.left-right-plain-content-container.dark_frame .content-wrapper {
  flex: 0 0 500px;
}
.left-right-plain-content-container.dark_frame .img-wrapper {
  flex: 0 0 600px;
}
.left-right-plain-content-container.dark_frame h3 {
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 20px;
}
.left-right-plain-content-container.dark_frame p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
.left-right-plain-content-container.dark_frame ul li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.left-right-plain-content-container.white_frame {
  padding: 64px 0 64px 64px;
  border-radius: 32px;
  background: #fff;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 80px;
}
.left-right-plain-content-container.white_frame .content-wrapper {
  flex: 0 0 500px;
}
.left-right-plain-content-container.white_frame .img-wrapper {
  flex: 0 0 600px;
}
.left-right-plain-content-container.white_frame h3 {
  color: #000;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 20px;
}
.left-right-plain-content-container.white_frame p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
.left-right-plain-content-container.white_frame ul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.left-right-plain-content-container.grey_frame {
  padding: 64px;
  border-radius: 32px;
  background: #f5f5f6;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 80px;
  gap: 0;
}
.left-right-plain-content-container.grey_frame .content-wrapper {
  flex: 0 0 500px;
}
.left-right-plain-content-container.grey_frame .img-wrapper {
  flex: 0 0 546px;
}
.left-right-plain-content-container.grey_frame h3 {
  color: #000;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 20px;
}
.left-right-plain-content-container.grey_frame p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
.left-right-plain-content-container.grey_frame ul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.left-right-plain-content-container.reverse {
  flex-direction: row-reverse;
}
.left-right-plain-content-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.left-right-plain-content-container ul li {
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.left-right-plain-content-container ul li:before {
  content: "•";
}
.left-right-plain-content-container .img-wrapper {
  flex: 0 0 720px;
}
.left-right-plain-content-container .img-wrapper img {
  max-width: 100%;
  height: auto;
}
