@charset "UTF-8";
/**
 * 
 * @authors TWM Marcom WebTeam
 * @date    2022-11-10
 * @version 1.9.1
 */

#containerBox {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans TC", "Heiti TC", 微軟正黑體, "Microsoft JhengHei";
}

.pc-show {
  display: block;
}

.mobile-show {
  display: none;
}

/*#sharebar { display:none !important; visibility:hidden !important; }  打開註解即隱藏sharebar*/

@media screen and (min-width: 0px) and (max-width: 640px) {

  /*行動版*/
  #frameHeader {
    display: none;
  }

  #containerBox {
    padding: 0;
    width: 100%;
  }

  .mobile-show {
    display: block;
  }

  .pc-show {
    display: none;
  }
}

@media screen and (min-width: 641px) and (max-width: 949px) {

  /*平板版*/
  #frameHeader {
    /*display: none;*/
  }

  #containerBox {
    /*padding-top: 110px; width: 100%;*/
  }

  .pc-show {
    display: none;
  }

  .mobile-show {
    display: block;
  }
}

/* ================================================常用電腦版樣式================================================ */

/* 活動主視覺 */
.kv {
  height: 500px;
  background: url(../images/top.jpg) no-repeat top center #fff2db;
  /*底色須配合視覺調整*/
  position: relative;
  text-align: center;
}

.kv img {
  width: 100%;
}

.kv-1 {
  height: 500px;
  background: url(../images/top-3.jpg) no-repeat top center #fff2db;
  /*底色須配合視覺調整*/
  position: relative;
  text-align: center;
}

.kv-1 img {
  width: 100%;
}


.kv h1 {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.kv-1 h1 {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

h1.kv .topbtn {
  width: 190px;
  height: 60px;
  top: 280px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 450px;
  position: absolute;
}

h1.kv .topbtn a img {
  width: auto !important;
}

/* 資費表格樣式 */
.plan-table-box {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
  border: 2px #ff6700 solid;
  margin: 30px 20px;
  line-height: 1.6em;
}

.sticky-hd {
  position: sticky;
  top: 0;
  table-layout: auto;
  box-shadow: 0 0 20px rgb(0 0 0 / 20%)
}

.sticky-scroll {
  height: 90vh;
  overflow: auto;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: block;
}

table.plan-table {
  width: 100%;
  margin: 0 auto;
  font-size: 1em;
  padding: 8px;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

table.plan-table th {
  background: #ff6700;
  text-align: center;
  padding: 10px 5px;
  border-bottom: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
}

table.plan-table td {
  padding: 10px 5px;
  border-bottom: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
  text-align: center;
}

table.plan-table tr:nth-child(odd) {
  background-color: #f5f5f5;
}

table.plan-table tr:nth-child(even) {
  background-color: #ffffff;
}

table.plan-table ul {
  text-align: left;
  padding-left: 24px;
}

table.plan-table ul li {
  list-style: disc;
}

th.thbg1 {
  background-color: #dddddd !important;
  color: #1b1c1e !important;
}

th.thbg2 {
  background-color: #ff9b0b !important;
}

th.thbg3 {
  background-color: #ff9b0b !important;
}

.table-align-middle th,
.table-align-middle td {
  vertical-align: middle !important;
}

.table-twm-round-corner {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
}

.radius-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.radius-lt-0 {
  border-top-left-radius: 0 !important;
}

.radius-rt-0 {
  border-top-right-radius: 0 !important;
}

.radius-lb-0 {
  border-bottom-left-radius: 0 !important;
}

.radius-rb-0 {
  border-bottom-right-radius: 0 !important;
}

.border-l-0 {
  border-left: 0 !important;
}

.border-r-0 {
  border-right: 0 !important;
}

/* 文字樣式 */
.txt-primary-orange {
  color: #ff6700 !important;
}

.txt-primary-blue {
  color: #2d2d6c !important;
}

.txt-support-red {
  color: #d82400 !important;
}

.txt-support-lite-red {
  color: #f73603 !important;
}

.txt-support-orange {
  color: #ff8f08 !important;
}

.txt-support-lite-orange {
  color: #ff9b0b !important;
}

.txt-support-yellow {
  color: #ffba0d !important;
}

.txt-support-lite-yellow {
  color: #ffd60b !important;
}

.txt-support-green {
  color: #0eaa7d !important;
}

.txt-support-lite-green {
  color: #22ddb9 !important;
}

.txt-support-dark-green {
  color: #024d59 !important;
}

.txt-support-purple {
  color: #3e1ee6 !important;
}

.txt-support-lite-purple {
  color: #624bee !important;
}

.txt-support-momo {
  color: #ce2874 !important;
}

.txt-support-lite-momo {
  color: #dd5298 !important;
}

.txt-support-grey {
  color: #333333 !important;
}

.txt-support-lite-grey {
  color: #9b9b9b !important;
}

.txt-support-white {
  color: #ffffff !important;
}

/* 內容標題樣式 */
.super {
  width: auto;
  margin: 1.5em auto 1.5em auto;
  padding: 10px 0;
  border-top: 1px solid #1b1c1e;
  border-bottom: 1px solid #1b1c1e;
  text-align: center;
  display: table;
}

.sub-title {
  color: #333;
  font-weight: bold;
  display: table;
  margin: 20px auto;
}

.sub-title:before,
.sub-title:after {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 4px;
  border-top: 4px solid #333;
  content: "";
  margin: 0 10px;
}

.bold-underline {
  background: linear-gradient(180deg, transparent 65%, #ffd60b 0);
}

/* 按鈕樣式 */
.btnrow {
  text-align: center;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  justify-content: center;
}

.btnrow a {
  flex: 0 0 auto;
  line-height: 2em;
  font-size: 1.5em;
  padding-left: 2rem;
  padding-right: 2rem;
  width: auto;
  margin: 0 !important;
}

.btn-primary-orange {
  color: #ffffff !important;
  background-image: linear-gradient(to right, #ff6a01, #ff8d07, #f73603, #ff8f08);
  border-radius: 90px !important;
  border: 0;
  outline: 0;
  background-size: 300% 100%;
  transition: all .5s ease-in-out;
}

.btn-primary-orange:hover {
  color: #ffffff !important;
  background-position: 100% 0;
  transition: all .5s ease-in-out;
}

.btn-primary-blue {
  color: #ffffff !important;
  background-color: #3e1ee6 !important;
  border-radius: 90px !important;
}

.btn-primary-blue:hover {
  color: #ffffff !important;
  background-color: #2d2d6c !important;
  border: 1px solid #2d2d6c;
}

.btn-primary-white {
  color: #1b1c1e !important;
  background-color: #ffffff !important;
  border-radius: 90px !important;
}

.btn-primary-white:hover {
  color: #ffffff !important;
  background-color: #1b1c1e !important;
}

.btn-disable {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-radius: 90px !important;
  cursor: default !important;
  opacity: 0.7;
  border: 0;
  outline: 0;
}

.btn-solid {
  color: #1b1c1e !important;
  border: 1px solid #1b1c1e !important;
  border-radius: 90px !important;
}

.btn-solid:hover {
  color: #ffffff !important;
  border: 1px solid #1b1c1e !important;
  background-color: #1b1c1e !important;
}

.btn-solid-white {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 90px !important;
}

.btn-solid-white:hover {
  color: #ff6700 !important;
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
}

/* 頁籤樣式 */
ul.event-tab {
  list-style: none;
  margin: 15px 0 30px 0;
  text-align: center;
  padding-top: 30px;
  padding-left: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #dddddd;
}

_:-ms-fullscreen,
:root ul.event-tab {
  padding-bottom: 19px;
}

ul.event-tab li {
  font-size: 24px;
  display: inline-block;
  line-height: 24px;
  margin: 0 5px;
}

ul.event-tab li a {
  color: #333333;
  text-decoration: none;
  font-weight: bold !important;
  padding: 15px 20px 16px 20px;
  transition: 0.3s all;
  background: #ffffff;
  border-radius: 10px 10px 0 0;
}

ul.event-tab li a:hover {
  background: #dcdcdc;
}

ul.event-tab li.on a {
  color: #ffffff;
  background-color: #ff6700;
  padding: 15px 20px 16px 20px;
}

.twm-pills li a {
  background-color: #e2e2e2 !important;
  border-radius: 999px !important;
  color: #1b1c1e;
  border-bottom: none;
  margin: 0 0.5em;
  height: 36px;
  line-height: 36px;
}

.twm-pills li a:hover,
.twm-pills li .active {
  border-radius: 999px;
  border-bottom: none;
  background-color: #1b1c1e !important;
  color: #fff !important;
}

.plan-pills li a {
  background-color: #e2e2e2 !important;
  border-radius: 999px !important;
  color: #1b1c1e;
  border-bottom: none;
  margin: 0 0.5em;
  height: 36px;
  line-height: 36px;
}

.plan-pills li a:hover,
.plan-pills li .active {
  border-radius: 999px !important;
  border-bottom: none;
  background-color: #1b1c1e !important;
  color: #fff !important;
}

/* 貼心提醒樣式 */
.twm-content-note h4 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 500;
  text-indent: 0;
  text-align: left;
  margin-bottom: 16px;
  padding-left: 1rem;
}

.twm-content-note h4:before {
  content: "";
  background-image: url(../images/circle-info.svg);
  background-size: contain;
  color: #ff6700;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.twm-content-note {
  padding: 24px 48px;
  margin-top: 2rem;
}

.twm-content {
  display: block;
  text-align: center;
  position: relative;
}

.twm-content-note ul {
  display: block;
  list-style: decimal;
  counter-reset: number;
}

.twm-content-note ul li {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 400;
  text-indent: 0;
  text-align: left;
  margin-left: 8px;
  margin-bottom: 8px;
}

.twm-content-note ul li ol {
  padding-left: 10px;
  padding-top: 10px;
}

.twm-content-note ul li ol li {
  list-style: disc;
}

.notetable {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin: 10px 0 10px 0;
}

.notetable td {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  padding: 3px;
  text-align: center;
}

/* contaniner背景樣式 */
.wrapper-grey {
  background-color: #eeeeee;
}

.wrapper-pink {
  background-color: #ffeeee;
}

.wrapper-momo {
  background: url(../images/momobg.png) repeat-x top #DC5197;
  background-size: 80vw;
  position: relative;
}

.wrapper-bg {
  background: url(../images/wrap-bg.jpg) no-repeat #747473;
  background-attachment: fixed;
  position: relative;
}

.wrapper-bg h1 {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 10px 30% #1b1c1e;
}

/* 商品排列樣式 */
.card {
  background-color: #ffffff;
  border-radius: 10px !important;
  border: none !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.phoneblock {
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 12px;
  padding: 2rem 0 0.5rem 0;
  position: relative;
  transition: all 0.2s ease-out;
  overflow: hidden;
}

.phoneblock h5 {
  font-weight: bold;
  font-size: 1.1em;
  min-height: 48px;
}

.phoneblock a {
  font-size: 16px;
  width: 100%;
  transition: all 0.3s;
}

.phoneblock:hover {
  margin-top: -5px;
  transition: all 0.2s ease-out;
  box-shadow: 0 0 30px rgb(0 0 0 / 25%) !important;
}

.flag {
  display: inline-block;
  background-color: #2d2d6c;
  color: #fff;
  line-height: 1.25em;
  font-size: 13px;
  padding: 4px 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0 0 12px 0;
}


/* FAQ收合樣式 */
#FAQ .Question {
  width: 100%;
  padding: 12px;
  color: #333;
  background-color: #d7d7d7;
  font-size: 1.2rem;
  border-radius: 8px;
}

#FAQ .Answer {
  display: none;
  width: 100%;
  padding: 12px 24px;
  font-size: 1em;
  background: #f9e3ca;
  margin-bottom: 2rem;
  border-radius: 8px;
}

#FAQ .Answer p {
  margin-bottom: 0;
}

#FAQ .Answer ul {
  margin: 0;
  padding: 0;
}

#FAQ .Answer ul li {
  margin-left: 1.5rem;
}

#QandA {
  background-color: #f9e9e0;
  border: 1px solid #f9e9e0;
  border-radius: 8px;
  padding: 0px;
  margin-bottom: 20px;
}

.Question {
  color: #000000;
  width: calc(100% - 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
}

.Question .item-title {
  font-size: 1.2rem;
  margin-left: 5px;
  width: calc(100% - 10px);
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 26px;
}

.Answer {
  font-size: 1em;
  background-color: #fff;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 2em 15px;
}

.Answer p {
  margin-bottom: 0;
  padding-left: 2.25rem;
  line-height: 22px;
}

.accent-text {
  font-size: 1.25rem;
  letter-spacing: 2px;
  color: #ff6100;
  line-height: 26px;
  font-family: en, sans-serif;
}

.plus-box {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  top: 0px;
  background: 0 0;
  -webkit-transition: border-color 0.4s ease, background 0.4s ease;
  -o-transition: border-color 0.4s ease, background 0.4s ease;
  transition: border-color 0.4s ease, background 0.4s ease;
  border-color: #ff6100;
  background: #ff6100;
  display: inline-block;
}

.plus-box:after,
.plus-box:before {
  content: "";
  background: #fff;
  width: 2px;
  height: 12px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, background 0.4s ease;
  transition: transform 0.4s ease, background 0.4s ease;
  transition: transform 0.4s ease, background 0.4s ease,
    -webkit-transform 0.4s ease;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.plus-box:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion.accordion-open .plus-box:after,
.accordion.accordion-open .plus-box:before {
  background: #fff;
}

.plus-box:hover {
  opacity: 0.85;
}

.active .plus-box:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.active .plus-box:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 1;
}

/* IE11 hack 修正圖片 */
@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  img.card-img-top {
    height: 100% !important;
  }
}

/* CSS litebox樣式 */
.lightbox {
  /** Default lightbox to hidden */
  display: none;
  /** Position and style */
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 1s ease 0.3s;
}

.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 10%;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 10px;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  transition: all 1s ease 0.3s;
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}

/* top wide navigator */
.twm-nav {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid #d7d7d7;
  position: fixed;
  padding-left: 35px;
  padding-right: 35px;
  top: 140px;
  right: 0;
  left: 0;
  z-index: 1030;
}

.nav-right {
  float: right !important;
}

.nav-link {
  vertical-align: middle;
  display: flex;
  height: 59px;
  line-height: 59px;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s;
  padding: 0 1rem !important;
  color: rgba(0, 0, 0, 1) !important;
}

.nav-link a {
  transition: all 0.2s;
  line-height: 59px;
  font-size: 1.1em;
  transition: all 0.2s;
  margin: 0 1rem;
  color: rgba(0, 0, 0, 1) !important;
  position: relative;
}

.nav-link:hover {
  transition: all 0.2s;
  color: #ff6100 !important;
  background-color: rgba(255, 255, 255, 0.5);
}

.nav-link:focus,
.nav-link.active,
.show>.nav-link {
  border-bottom: 2px solid #ff6100;
  transition: all 0.2s;
  color: #ff6100 !important;
  background-color: rgba(255, 255, 255, 0.5);
}

/*middle wide tab*/
.twm-tab {
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
  background-color: #ffffff;
  overflow: hidden;
}

.nav-pills .nav-link,
.nav-pills .show {
  border-radius: 0 !important;
  color: #1c1c1c !important;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 0;
  font-size: 21px;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding-bottom: 0;
  transition: all 0.2s;
  background-color: #ffffff;
  text-decoration: none;
}

.nav-pills .nav-link a {
  transition: all 0.2s;
  color: #1c1c1c !important;
  font-size: 21px;
  transition: all 0.2s;
  padding: 0 5px;
  text-decoration: none;
}

.nav-link:hover,
.nav-link:focus {
  background-color: #ffffff;
  color: #ff6700 !important;
  border-bottom: none;
  text-decoration: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  vertical-align: 50%;
  color: #ff6700 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border-bottom: 2px solid #ff6700;
}

/* animate icon */
.animated-iconx {
  width: 13px;
  height: 18px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(270deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-iconx span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: rgba(0, 0, 0, 0.9);
}

.animated-iconx span:nth-child(1) {
  top: 0px;
  transform: rotate(-45deg);
}

.animated-iconx span:nth-child(2) {
  transform: rotate(45deg);
}

.animated-iconx span:nth-child(2),
.animated-iconx span:nth-child(3) {
  top: 8px;
}

.animated-iconx span:nth-child(4) {
  top: 16px;
}

.animated-iconx.open span:nth-child(1) {
  top: 0px;
  width: 100%;
  left: 0%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.animated-iconx.open span:nth-child(2) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*youtube video responsive*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ================================================平板版樣式================================================ */

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .navbar-light .navbar-toggler {
    border: none !important;
  }

  .twm-nav {
    /*height: auto;*/
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    top: 80px !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 767px) {
  .twm-nav {
    height: auto;
    top: 70px !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-light .navbar-toggler {
    border: 0;
  }
}

/* ================================================行動版樣式================================================ */

@media screen and (min-width: 0px) and (max-width: 640px) {
  .sub-title {
    font-size: 1.4em;
  }

  .sub-title:before,
  .sub-title:after {
    width: 40px;
    height: 2px;
    border-top: 2px solid;
    margin: 0 8px;
  }

  .plan-table-box {
    margin: 20px 0;
  }

  .btnrow {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .btnrow a {
    line-height: 2em;
    font-size: 1.5em;
    flex: 1 1 100%;
    line-height: 2em;
    font-size: 1.5em;
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto !important;
    margin: 0 0 10px 0 !important;
  }

  .twm-content-note {
    padding: 15px 20px;
  }

  .sticky-scroll {
    height: 60vh;
  }

  table.plan-table th {
    font-size: 0.9em;
  }

  table.plan-table td {
    font-size: 0.8em;
  }

  .twm-content-note h4 {
    font-size: 12px;
    padding-left: 0;
  }

  .twm-content-note ul {
    padding: 0 10px;
  }

  .twm-content-note ul li {
    color: #5c5c5c;
    font-size: 12px;
  }

  .plan-table-box {
    margin: 20px 0;
  }

  ul.event-tab {
    margin: 10px 0 30px 0;
    padding-top: 20px;
    padding-bottom: 7px;
  }

  ul.event-tab li {
    font-size: 13px;
    line-height: 20px;
    margin: 0 1px;
  }

  ul.event-tab li a {
    padding: 10px 10px;
  }

  ul.event-tab li.on a {
    padding: 10px 10px;
  }

  .wrapper-bg {
    background-attachment: fixed;
    background-size: cover;
  }

  .plus-box {
    width: 26px;
    height: 22px;
  }

  .plus-box:after,
  .plus-box:before {
    width: 2px;
    height: 8px;
  }

  .Question .item-title {
    font-size: 1rem;
  }

  .Question {
    width: calc(100%);
  }

  .Question .item-title {
    width: calc(100%);
  }

  .accent-text {
    font-size: 1.2rem;
    margin-right: 0;
    margin-bottom: 0px;
  }

  .Answer p {
    padding-left: 0;
  }

  .twm-nav {
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    top: 70px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .nav-pills .nav-link,
  .nav-pills .show {
    font-size: 0.85em !important;
  }

  .navbar-toggler {
    padding: 0.25rem !important;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none !important;
    border-radius: 0.25rem;
  }

  .nav-link:focus,
  .nav-link.active,
  .show>.nav-link {
    border-left: 5px solid #ff6100;
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .twm-pills li a:hover,
  .twm-pills li .active {
    border-left: none;
  }

  .nav-pills .nav-link,
  .nav-pills .show.nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    border-left: none;
  }

  .nav-link {
    padding: 0.5rem 0rem !important;
    border-left: none;
  }

  .plan-pills li a:hover,
  .plan-pills li .active {
    border-left: none;
  }

  .plan-pills a.nav-link,
  .plan-pills .show {
    font-size: 0.85em !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .phoneblock h5 {
    font-weight: bold;
    font-size: 0.95em;
    min-height: 58px;
  }
}

/* event bug fix */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0) !important;
}

header#twm-global-header a:hover,
footer#twm-global-footer a:hover {
  text-decoration: none !important;
}

/**/
.block-left {
  background-color: #ffffff;
  border-radius: 0 60px 0 0;
  margin: 3rem 0;
  position: relative;
  padding: 0 20px 30px 0;
}

.block-right {
  background-color: #ffffff;
  border-radius: 60px 0 0 0;
  margin: 3rem 0;
  position: relative;
  padding: 0;
}

.block-left h1, .block-right h1 {
  color: #ff6700;
  font-weight: bold;
  font-style: italic;
  font-size: 160px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.block-left h2, .block-right h2 {
  font-size: 32px;
  font-weight: bold;
  padding-top: 3rem;
}

.block-left p, .block-right p {
  font-size: 18px;
}

.block-left .phone {
  position: absolute;
  left: -10px;
  top: -70px;
  width: 212px;
}

.block-right .phone {
  position: absolute;
  right: -10px;
  top: -50px;
  width: 212px;
  z-index: 2;
}

.bg-grey {
  background-color: #F6F4F4;
}

.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-15px);
  }

  60% {
    -webkit-transform: translateY(-7px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-15px);
  }

  60% {
    -moz-transform: translateY(-7px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-15px);
  }

  60% {
    -o-transform: translateY(-7px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-15px);
  }

  60% {
    transform: translateY(-7px);
  }
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  .block-left, .block-right {
    background-color: #ffffff;
    border-radius: 20px;
    margin: 3rem 0 1rem 0;
    position: relative;
    padding: 0 10px 30px 10px;
  }

  .block-left h1, .block-right h1 {
    color: #ff6700;
    font-weight: bold;
    font-style: italic;
    font-size: 90px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .block-left h2, .block-right h2 {
    font-size: 26px;
    font-weight: bold;
  }

  .block-left .phone, .block-right .phone {
    position: relative;
    text-align: center;
    height: 360px;
    left: 0;
    right: 0;
    top: -30px;
    margin-left: auto;
    margin-right: auto;
  }

  .bg-grey {
    border-radius: 0 0 16px 16px;
  }

}