/* CSS Document */
/***** tab  *****/
.tab-block1 {
  width: 100%;
}

.tab-block1 .tab-mnu {
  display: block;
  list-style: none;
}

.tab-block1 .tab-mnu:after {
  content: '';
  display: table;
  clear: both;
}

.tab-block1 .tab-mnu a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.tab-block1 .tab-mnu a:not(:last-child) {
  border-right: 1px solid #fff;
}

.tab-block1 .tab-cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  color: #292d2f;
}

/* CSS Document */
@font-face {
  font-family: "DINEngschrift-Alternate";
  src: url("fonts/DINEngschrift-Alternate.eot");
  src: url("fonts/DINEngschrift-Alternate.eot?#iefix") format("embedded-opentype"), url("fonts/DINEngschrift-Alternate.woff") format("woff"), url("fonts/DINEngschrift-Alternate.ttf") format("truetype"), url("fonts/DINEngschrift-Alternate.svg#DINEngschrift-Alternate") format("svg");
}

@font-face {
  font-family: "DINCond-Regular";
  src: url("fonts/DINCond-Regular.eot");
  src: url("fonts/DINCond-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINCond-Regular.woff") format("woff"), url("fonts/DINCond-Regular.ttf") format("truetype"), url("fonts/DINCond-Regular.svg#DINCond-Regular") format("svg");
}

body {
  scroll-behavior: smooth;
  font-family: 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h1,
h2,
p,
span {
  font-family: 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
  max-width: 100%;
}

.ps-relative {
  position: relative;
}

.ps-absolute {
  position: absolute;
}

.align {
  text-align: center;
}

.align-l {
  text-align: left;
}

.padding-80 {
  padding: 80px 0;
}

.padding-50 {
  padding: 50px 0;
}

.padding-20 {
  padding: 20px 0;
}

.padding-t-20 {
  padding-top: 20px;
}

.padding-b-20 {
  padding-bottom: 20px;
}

.padding-b-30 {
  padding-bottom: 30px;
}

.font_size_xl {
  font-size: 70px;
}

.font_size_l {
  font-size: 50px;
}

.font_size_m {
  font-size: 2em;
}

.font_size_s {
  font-size: 18px;
}

.color_white {
  color: #fff;
}

.color_light_gray {
  color: #d5d5d5;
}

.color_dark_gray {
  color: #2f2f2f;
}

.color_dark1_gray {
  color: #3e3e3e;
}

.color_dark2_gray {
  color: #9f9f9f;
}

.light_gray_bg {
  background-color: #d8d8d8 !important;
}

.light1_gray_bg {
  background-color: #a0a0a0;
}

.light2_gray_bg {
  background-color: #dadada;
}

.white_bg {
  background-color: #fff;
}

.blue_bg {
  background-color: #c7edff;
}

.f-w-bold {
  font-weight: bold;
}

h2.title {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 80px;
}

h2.title span {
  font-size: 22px;
  display: block;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  h2.title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  h2.title span {
    font-size: 18px;
  }
}

#main .content-wrapper {
  position: relative;
}

#main .content-wrapper .wrapper-lg {
  display: none;
}

#main .content-wrapper .content-title {
  bottom: 8%;
  text-align: center;
  right: 3%;
  width: 58%;
  position: absolute;
  z-index: 10;
}

#main .content-wrapper .content-title h1 {
  font-size: 45px;
  letter-spacing: 0;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 30px;
  font-family: "Aero Matics", 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant: small-caps;
  text-shadow: 3px 0 3px rgba(0, 0, 0, 0.3);
  font-style: italic;
}

#main .content-wrapper .content-title h1 span {
  font-variant: none;
  text-shadow: none;
  font-size: 30px;
  font-family: "Century Gothic", 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  display: block;
}

#main .content-wrapper .content-title h1 .symbol {
  font-family: 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  display: inline-block;
}

#main .mobile-style {
  display: none;
}

#main p.quote {
  width: 65%;
  margin: 20px auto;
  text-align: center;
  font-weight: 600;
  font-size: 23px;
  padding: 30px;
  position: relative;
}

#main p.quote:before {
  content: '\201C';
  position: absolute;
  top: -40px;
  left: -0.25em;
  color: #e7e6e4;
  font-size: 6em;
  z-index: -1;
}

#main p.quote:after {
  content: '\201D';
  position: absolute;
  bottom: -90px;
  right: -0.25em;
  color: #e7e6e4;
  font-size: 6em;
  z-index: -1;
}

@media (min-width: 1921px) {
  #main .content-wrapper .content-title {
    bottom: 8%;
    right: 3%;
    width: auto;
  }
  #main .content-wrapper .wrapper-normal {
    display: none;
  }
  #main .content-wrapper .wrapper-lg {
    display: block !important;
  }
  #main .content-wrapper .content-title h1 {
    font-size: 65px;
  }
  #main .content-wrapper .content-title h1 .symbol {
    font-family: 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
}

@media (min-width: 1501px) and (max-width: 1920px) {
  #main .content-wrapper .content-title {
    bottom: 8%;
    right: 3%;
    width: 60%;
  }
  #main .content-wrapper .content-title h1 {
    font-size: 58px;
  }
  #main .content-wrapper .content-title h1 span {
    font-size: 35px;
  }
  #main .content-wrapper .content-title h1 .symbol {
    font-family: 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
}

@media (min-width: 1276px) and (max-width: 1500px) {
  #main .content-wrapper .content-title {
    bottom: 8%;
    right: 3%;
    width: 60%;
  }
  #main .content-wrapper .content-title h1 {
    font-size: 50px;
  }
  #main .content-wrapper .content-title h1 span {
    font-size: 28px;
  }
  #main .content-wrapper .content-title h1 .symbol {
    font-family: 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
}

@media (min-width: 992px) and (max-width: 1275px) {
  #main .content-wrapper .content-title {
    bottom: 8%;
    right: 3%;
    width: 70%;
  }
  #main .content-wrapper .content-title h1 {
    font-size: 42px;
  }
  #main .content-wrapper .content-title h1 span {
    font-size: 24px;
  }
  #main .content-wrapper .content-title h1 .symbol {
    font-family: 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #main .content-wrapper .content-title {
    bottom: 8%;
    right: 2%;
    width: 65%;
  }
  #main .content-wrapper .content-title h1 {
    font-size: 34px;
  }
  #main .content-wrapper .content-title h1 span {
    font-size: 20px;
  }
  #main .content-wrapper .content-title h1 .symbol {
    font-family: 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
}

@media (max-width: 767px) {
  #main .mobile-style {
    display: block;
    width: 100%;
    padding: 20px 10px 0 10px;
    margin: 0 auto;
  }
  #main .mobile-style h1 {
    font-size: 36px;
    letter-spacing: 0;
    color: #000;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 30px;
    font-family: "Aero Matics", 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant: small-caps;
    text-shadow: 3px 0 3px rgba(0, 0, 0, 0.3);
    font-style: italic;
    text-align: center;
  }
  #main .mobile-style h1 span {
    font-variant: none;
    text-shadow: none;
    font-size: 20px;
    font-family: "Century Gothic", 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    display: block;
    padding-top: 10px;
  }
  #main .mobile-style h1 .symbol {
    font-family: 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    display: inline-block;
  }
  #main .pc-style {
    display: none;
  }
  #main p {
    font-size: 15px;
  }
  #main p.quote {
    width: 80%;
    font-size: 15px;
    padding: 10px;
  }
}

#video {
  position: relative;
}

#video .content-wrapper1 {
  background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/video_bg.jpg") no-repeat top center;
  text-align: center;
}

#video .content-wrapper1 .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#video .content-wrapper1 .video-container iframe,
#video .content-wrapper1 .video-container object,
#video .content-wrapper1 .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-act {
  position: relative;
  margin-bottom: 60px;
}

#video-act .content-wrapper1 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#video-act .content-wrapper1 .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#video-act .content-wrapper1 .video-container iframe,
#video-act .content-wrapper1 .video-container object,
#video-act .content-wrapper1 .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab-block {
  background: #5a5b5f;
  width: 100%;
}

.tab-block .tab-sticky {
  background: rgba(90, 91, 95, 0.95);
  min-height: 130px;
}

.tab-block .tab-title {
  max-width: 1280px;
  margin: 0 auto;
  letter-spacing: 1px;
}

.tab-block .tab-title .hr {
  width: 1px;
  background: #c5c5c7;
  height: 90px;
  margin: 20px 0;
  float: left;
}

.tab-block .tab-title .tab-title-box {
  float: left;
  width: 33%;
  padding: 10px 0 0 0;
  text-align: center;
}

.tab-block .tab-title .tab-title-box:hover {
  background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/tab_hover_light.png") no-repeat top center;
  background-size: contain;
}

.tab-block .tab-title .tab-title-box h3 {
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  margin: 20px 0;
}

.tab-block .tab-title .tab-title-box h3 span {
  display: inline-block;
  font-weight: 900;
}

.tab-block .tab-title .tab-title-box a {
  text-align: center;
  line-height: 0;
  font-size: 20px;
  color: #d6cbb3;
  border-bottom: 1px solid #d6cbb3;
}

.tab-block .tab-title .tab-title-box a:hover {
  border-bottom: 0;
}

@media (min-width: 1921px) {
  #video .content-wrapper1 {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/video_bg_lg.jpg") no-repeat top center;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .tab-block .tab-sticky {
    position: inherit;
    height: auto;
  }
  .tab-block .tab-title .tab-title-box {
    height: auto;
  }
  .tab-block .tab-title .tab-title-box h3 {
    font-size: 20px;
  }
}

@media (max-width: 599px) {
  #video .content-wrapper1 {
    background: none;
    text-align: center;
  }
  #video .content-wrapper1 .video-container {
    position: relative;
    padding-bottom: 38%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  #video .content-wrapper1 .video-container iframe,
  #video .content-wrapper1 .video-container object,
  #video .content-wrapper1 .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tab-block {
    background: #5a5b5f;
    height: auto;
  }
  .tab-block .tab-sticky {
    position: inherit;
    height: auto;
  }
  .tab-block .tab-title .hr {
    width: 0;
    height: auto;
  }
  .tab-block .tab-title .tab-title-box {
    height: auto;
    padding: 20px 5px;
    width: 100%;
    float: none;
    border-bottom: 1px solid #848484;
  }
  .tab-block .tab-title .tab-title-box:last-child {
    border-bottom: none;
  }
  .tab-block .tab-title .tab-title-box:hover {
    background: none;
  }
  .tab-block .tab-title .tab-title-box h3 {
    font-size: 26px;
    margin: 0;
  }
}

/************* learn online ***********/
.language-block {
  background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/language_bg.jpg") no-repeat top center;
  background-size: cover;
  width: 1920px;
  height: 800px;
}

.logic-block {
  background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/logic_bg.jpg") no-repeat top center;
  background-size: cover;
  width: 1920px;
  height: 800px;
}

.programming-block {
  background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/programming_bg.jpg") no-repeat top center;
  background-size: cover;
  width: 1920px;
  height: 800px;
}

.art-block {
  background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/art_bg.jpg") no-repeat top center;
  background-size: cover;
  width: 1920px;
  height: 800px;
}

.language-text {
  position: absolute;
  width: 34%;
  top: 120px;
  right: 90px;
}

.logic-text {
  position: absolute;
  width: 34%;
  bottom: 110px;
  right: 54px;
}

.programming-text {
  position: absolute;
  width: 33%;
  top: 180px;
  right: 40px;
}

.art-text {
  position: absolute;
  width: 33%;
  top: 180px;
  left: 120px;
}

@media (min-width: 1921px) {
  .language-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/language_bg_lg.jpg") no-repeat top center;
    background-size: contain;
    width: 3840px;
    height: 1600px;
  }
  .logic-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/logic_bg_lg.jpg") no-repeat top center;
    background-size: contain;
    width: 3840px;
    height: 1600px;
  }
  .programming-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/programming_bg_lg.jpg") no-repeat top center;
    background-size: contain;
    width: 3840px;
    height: 1600px;
  }
  .art-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/art_bg_lg.jpg") no-repeat top center;
    background-size: contain;
    width: 3840px;
    height: 1600px;
  }
  .language-text {
    position: absolute;
    width: 40%;
    top: 120px;
    right: 90px;
  }
  .logic-text {
    position: absolute;
    width: 40%;
    bottom: 110px;
    right: 54px;
  }
  .programming-text {
    position: absolute;
    width: 40%;
    top: 180px;
    right: 40px;
  }
  .art-text {
    position: absolute;
    width: 40%;
    top: 180px;
    left: 120px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .language-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/language_bg_1200.jpg") no-repeat top center;
    height: 500px;
  }
  .logic-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/logic_bg_1200.jpg") no-repeat top center;
    height: 500px;
  }
  .programming-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/programming_bg_1200.jpg") no-repeat top center;
    height: 500px;
  }
  .art-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/art_bg_1200.jpg") no-repeat top center;
    height: 500px;
  }
  .language-text {
    position: absolute;
    width: 80%;
    top: auto;
    right: 0;
    bottom: 70px;
    left: 20px;
  }
  .logic-text {
    position: absolute;
    width: 80%;
    bottom: 70px;
    right: auto;
    left: 20px;
  }
  .programming-text {
    position: absolute;
    width: 80%;
    top: auto;
    left: 20px;
    bottom: 70px;
    right: 0;
  }
  .art-text {
    position: absolute;
    width: 80%;
    bottom: 70px;
    left: 20px;
    top: auto;
    right: 0;
  }
}

@media (max-width: 767px) {
  .language-text {
    position: absolute;
    width: 80%;
    bottom: 0px;
    top: auto;
    left: 20px;
  }
  .logic-text {
    position: absolute;
    width: 80%;
    bottom: 0px;
    right: auto;
    left: 20px;
  }
  .programming-text {
    position: absolute;
    width: 80%;
    top: auto;
    left: 20px;
    bottom: 0px;
  }
  .art-text {
    position: absolute;
    width: 80%;
    bottom: 0px;
    left: 20px;
    top: auto;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .language-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/language_bg_768.jpg") no-repeat top center;
    height: 320px;
  }
  .logic-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/logic_bg_768.jpg") no-repeat top center;
    height: 320px;
  }
  .programming-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/programming_bg_768.jpg") no-repeat top center;
    height: 320px;
  }
  .art-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/art_bg_768.jpg") no-repeat top center;
    height: 320px;
  }
}

@media (max-width: 600px) {
  .language-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/language_bg_600.jpg") no-repeat top center;
    height: 333px;
  }
  .logic-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/logic_bg_600.jpg") no-repeat top center;
    height: 333px;
  }
  .programming-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/programming_bg_600.jpg") no-repeat top center;
    height: 333px;
  }
  .art-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/art_bg_600.jpg") no-repeat top center;
    height: 333px;
  }
}

@media (max-width: 400px) {
  .language-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/language_bg_400.jpg") no-repeat top center;
    height: 333px;
  }
  .logic-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/logic_bg_400.jpg") no-repeat top center;
    height: 333px;
  }
  .programming-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/programming_bg_400.jpg") no-repeat top center;
    height: 333px;
  }
  .art-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/learn-online/art_bg_400.jpg") no-repeat top center;
    height: 333px;
  }
}

/************* work form home ***********/
.office-block {
  background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/office_bg.jpg") no-repeat top center;
  background-size: cover;
  width: 1920px;
  height: 800px;
}

.online-shop-block {
  background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/online-shop_bg.jpg") no-repeat top center;
  background-size: cover;
  width: 1920px;
  height: 800px;
}

.con-call-block {
  background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/con-call_bg.jpg") no-repeat top center;
  background-size: cover;
  width: 1920px;
  height: 800px;
}

.data-center-block {
  background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/data-center_bg.jpg") no-repeat top center;
  background-size: cover;
  width: 1920px;
  height: 800px;
}

.office-text {
  position: absolute;
  width: 34%;
  top: 120px;
  left: 90px;
}

.online-shop-text {
  position: absolute;
  width: 34%;
  bottom: 110px;
  left: 54px;
}

.con-call-text {
  position: absolute;
  width: 33%;
  bottom: 110px;
  left: 40px;
}

.data-center-text {
  position: absolute;
  width: 33%;
  bottom: 110px;
  right: 90px;
}

@media (min-width: 1921px) {
  .office-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/office_bg_lg.jpg") no-repeat top center;
    background-size: contain;
    width: 3840px;
    height: 1600px;
  }
  .online-shop-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/online-shop_bg_lg.jpg") no-repeat top center;
    background-size: contain;
    width: 3840px;
    height: 1600px;
  }
  .con-call-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/con-call_bg_lg.jpg") no-repeat top center;
    background-size: contain;
    width: 3840px;
    height: 1600px;
  }
  .data-center-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/data-center_bg_lg.jpg") no-repeat top center;
    background-size: contain;
    width: 3840px;
    height: 1600px;
  }
  .office-text {
    position: absolute;
    width: 40%;
    top: 120px;
    right: 90px;
  }
  .online-shop-text {
    position: absolute;
    width: 40%;
    bottom: 110px;
    right: 54px;
  }
  .con-call-text {
    position: absolute;
    width: 40%;
    top: 180px;
    right: 40px;
  }
  .data-center-text {
    position: absolute;
    width: 40%;
    top: 180px;
    left: 120px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .office-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/office_bg_1200.png") no-repeat top center;
    height: 500px;
  }
  .online-shop-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/online-shop_bg_1200.jpg") no-repeat top center;
    height: 500px;
  }
  .con-call-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/con-call_bg_1200.jpg") no-repeat top center;
    height: 500px;
  }
  .data-center-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/data-center_bg_1200.jpg") no-repeat top center;
    height: 500px;
  }
  .office-text {
    position: absolute;
    width: 80%;
    top: auto;
    bottom: 70px;
    right: 0;
    left: 20px;
  }
  .online-shop-text {
    position: absolute;
    width: 80%;
    top: auto;
    bottom: 70px;
    right: 0;
    left: 20px;
  }
  .con-call-text {
    position: absolute;
    width: 80%;
    top: auto;
    bottom: 70px;
    right: 0;
    left: 20px;
  }
  .data-center-text {
    position: absolute;
    width: 80%;
    top: auto;
    bottom: 70px;
    right: 0;
    left: 20px;
  }
}

@media (max-width: 767px) {
  .office-text {
    position: absolute;
    width: 80%;
    top: auto;
    bottom: 0px;
    left: 20px;
  }
  .online-shop-text {
    position: absolute;
    width: 80%;
    bottom: 0px;
    right: auto;
    left: 20px;
  }
  .con-call-text {
    position: absolute;
    width: 80%;
    top: auto;
    left: 20px;
    bottom: 0px;
  }
  .data-center-text {
    position: absolute;
    width: 80%;
    bottom: 0px;
    left: 20px;
    top: auto;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .office-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/office_bg_768.jpg") no-repeat top center;
    height: 320px;
  }
  .online-shop-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/online-shop_bg_768.jpg") no-repeat top center;
    height: 320px;
  }
  .con-call-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/con-call_bg_768.jpg") no-repeat top center;
    height: 320px;
  }
  .data-center-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/data-center_bg_768.jpg") no-repeat top center;
    height: 320px;
  }
}

@media (max-width: 600px) {
  .office-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/office_bg_600.jpg") no-repeat top center;
    height: 333px;
  }
  .online-shop-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/online-shop_bg_600.jpg") no-repeat top center;
    height: 333px;
  }
  .con-call-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/con-call_bg_600.jpg") no-repeat top center;
    height: 333px;
  }
  .data-center-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/data-center_bg_600.jpg") no-repeat top center;
    height: 333px;
  }
}

@media (max-width: 400px) {
  .office-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/office_bg_400.jpg") no-repeat top center;
    height: 333px;
  }
  .online-shop-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/online-shop_bg_400.jpg") no-repeat top center;
    height: 333px;
  }
  .con-call-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/con-call_bg_400.jpg") no-repeat top center;
    height: 333px;
  }
  .data-center-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/work-from-home/data-center_bg_400.jpg") no-repeat top center;
    height: 333px;
  }
}

/************* create anywhere ***********/
.modeling-block {
  background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/3d-modeling_bg.jpg") no-repeat top center;
  background-size: cover;
  width: 1920px;
  height: 800px;
}

.ACG-animator-block {
  background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg.jpg") no-repeat top center;
  background-size: cover;
  width: 1920px;
  height: 800px;
}

.video-editing-block {
  background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/video-editing_bg.jpg") no-repeat top center;
  background-size: cover;
  width: 1920px;
  height: 800px;
}

.photographer-block {
  background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/photographer_bg.jpg") no-repeat top center;
  background-size: cover;
  width: 1920px;
  height: 800px;
}

.modeling-text {
  position: absolute;
  width: 34%;
  top: 100px;
  left: 90px;
}

.ACG-animator-text {
  position: absolute;
  width: 34%;
  top: 100px;
  right: 60px;
}

.video-editing-text {
  position: absolute;
  width: 33%;
  bottom: 140px;
  left: 60px;
}

.photographer-text {
  position: absolute;
  width: 33%;
  top: 120px;
  right: 90px;
}

@media (min-width: 1921px) {
  .modeling-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/3d-modeling_bg_lg.jpg") no-repeat top center;
    background-size: contain;
    width: 3840px;
    height: 1600px;
  }
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_lg.jpg") no-repeat top center;
    background-size: contain;
    width: 3840px;
    height: 1600px;
  }
  .video-editing-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/video-editing_bg_lg.jpg") no-repeat top center;
    background-size: contain;
    width: 3840px;
    height: 1600px;
  }
  .photographer-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/photographer_bg_lg.jpg") no-repeat top center;
    background-size: contain;
    width: 3840px;
    height: 1600px;
  }
  .modeling-text {
    position: absolute;
    width: 40%;
    top: 120px;
    right: 90px;
  }
  .ACG-animator-text {
    position: absolute;
    width: 40%;
    bottom: 110px;
    right: 54px;
  }
  .video-editing-text {
    position: absolute;
    width: 40%;
    top: 180px;
    right: 40px;
  }
  .photographer-text {
    position: absolute;
    width: 40%;
    top: 180px;
    left: 120px;
  }
}

@media (max-width: 1800px) {
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_1800.jpg") no-repeat top center;
    height: 750px;
  }
}

@media (max-width: 1680px) {
  .modeling-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/3d-modeling_bg_1680.jpg") no-repeat top center;
    height: 700px;
  }
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_1680.jpg") no-repeat top center;
    height: 700px;
  }
  .video-editing-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/video-editing_bg_1680.jpg") no-repeat top center;
    height: 700px;
  }
  .photographer-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/photographer_bg_1680.jpg") no-repeat top center;
    height: 700px;
  }
}

@media (max-width: 1580px) {
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_1580.jpg") no-repeat top center;
    height: 658px;
  }
}

@media (max-width: 1440px) {
  .modeling-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/3d-modeling_bg_1440.jpg") no-repeat top center;
    height: 600px;
  }
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_1440.jpg") no-repeat top center;
    height: 600px;
  }
  .video-editing-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/video-editing_bg_1440.jpg") no-repeat top center;
    height: 600px;
  }
  .photographer-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/photographer_bg_1440.jpg") no-repeat top center;
    height: 600px;
  }
}

@media (max-width: 834px) {
  .modeling-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/3d-modeling_bg_1440.jpg") no-repeat top center;
    height: 600px;
  }
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_1440.jpg") no-repeat top center;
    height: 600px;
  }
  .video-editing-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/video-editing_bg_1440.jpg") no-repeat top center;
    height: 600px;
  }
  .photographer-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/photographer_bg_1440.jpg") no-repeat top center;
    height: 600px;
  }
}

@media (max-width: 767px) {
  .modeling-text {
    position: absolute;
    width: 80%;
    bottom: 0px;
    right: 0;
    left: 20px;
    top: auto;
  }
  .ACG-animator-text {
    position: absolute;
    width: 80%;
    bottom: 0px;
    right: auto;
    left: 20px;
    top: auto;
  }
  .video-editing-text {
    position: absolute;
    width: 80%;
    top: auto;
    left: 20px;
    bottom: 0px;
  }
  .photographer-text {
    position: absolute;
    width: 80%;
    bottom: 0px;
    left: 20px;
    top: auto;
  }
}

@media (max-width: 600px) {
  .modeling-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/3d-modeling_bg_600.jpg") no-repeat top center;
    height: 333px;
  }
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_600.jpg") no-repeat top center;
    height: 333px;
  }
  .video-editing-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/video-editing_bg_600.jpg") no-repeat top center;
    height: 333px;
  }
  .photographer-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/photographer_bg_600.jpg") no-repeat top center;
    height: 333px;
  }
}

@media (max-width: 414px) {
  .modeling-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/3d-modeling_bg_414.jpg") no-repeat top center;
    height: 333px;
  }
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_414.jpg") no-repeat top center;
    height: 333px;
  }
  .video-editing-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/video-editing_bg_414.jpg") no-repeat top center;
    height: 333px;
  }
  .photographer-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/photographer_bg_414.jpg") no-repeat top center;
    height: 333px;
  }
}

@media (min-width: 1260px) and (max-width: 1335px) {
  .modeling-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/3d-modeling_bg_1335.jpg") no-repeat top center;
    height: 556px;
  }
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_1335.jpg") no-repeat top center;
    height: 556px;
  }
  .video-editing-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/video-editing_bg_1335.jpg") no-repeat top center;
    height: 556px;
  }
  .photographer-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/photographer_bg_1335.jpg") no-repeat top center;
    height: 556px;
  }
}

@media (min-width: 1165px) and (max-width: 1259px) {
  .modeling-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/3d-modeling_bg_1260.jpg") no-repeat top center;
    height: 525px;
  }
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_1260.jpg") no-repeat top center;
    height: 525px;
  }
  .video-editing-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/video-editing_bg_1260.jpg") no-repeat top center;
    height: 525px;
  }
  .photographer-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/photographer_bg_1260.jpg") no-repeat top center;
    height: 525px;
  }
}

@media (min-width: 1055px) and (max-width: 1200px) {
  .modeling-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/3d-modeling_bg_1200.jpg") no-repeat top center;
    height: 500px;
  }
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_1200.jpg") no-repeat top center;
    height: 500px;
  }
  .video-editing-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/video-editing_bg_1200.png") no-repeat top center;
    height: 500px;
  }
  .photographer-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/photographer_bg_1200.jpg") no-repeat top center;
    height: 500px;
  }
}

@media (min-width: 960px) and (max-width: 1054px) {
  .modeling-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/3d-modeling_bg_1054.jpg") no-repeat top center;
    height: 556px;
  }
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_1054.jpg") no-repeat top center;
    height: 556px;
  }
  .video-editing-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/video-editing_bg_1054.png") no-repeat top center;
    height: 556px;
  }
  .photographer-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/photographer_bg_1054.jpg") no-repeat top center;
    height: 556px;
  }
}

@media (min-width: 875px) and (max-width: 959px) {
  .modeling-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/3d-modeling_bg_959.jpg") no-repeat top center;
    height: 506px;
  }
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_959.jpg") no-repeat top center;
    height: 506px;
  }
  .video-editing-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/video-editing_bg_959.jpg") no-repeat top center;
    height: 506px;
  }
  .photographer-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/photographer_bg_959.jpg") no-repeat top center;
    height: 506px;
  }
}

@media (min-width: 768px) and (max-width: 874px) {
  .modeling-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/3d-modeling_bg_874.jpg") no-repeat top center;
    height: 506px;
  }
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_874.jpg") no-repeat top center;
    height: 506px;
  }
  .video-editing-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/video-editing_bg_874.jpg") no-repeat top center;
    height: 506px;
  }
  .photographer-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/photographer_bg_874.jpg") no-repeat top center;
    height: 506px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .modeling-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/3d-modeling_bg_768.jpg") no-repeat top center;
    height: 320px;
  }
  .ACG-animator-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/ACG-animator_bg_768.jpg") no-repeat top center;
    height: 320px;
  }
  .video-editing-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/video-editing_bg_768.jpg") no-repeat top center;
    height: 320px;
  }
  .photographer-block {
    background: url("https://storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/images/create-anywhere/photographer_bg_768.jpg") no-repeat top center;
    height: 320px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .modeling-text {
    position: absolute;
    width: 80%;
    top: auto;
    bottom: 70px;
    right: 0;
    left: 20px;
  }
  .ACG-animator-text {
    position: absolute;
    width: 80%;
    top: auto;
    bottom: 70px;
    right: 0;
    left: 20px;
  }
  .video-editing-text {
    position: absolute;
    width: 80%;
    top: auto;
    bottom: 70px;
    right: 0;
    left: 20px;
  }
  .photographer-text {
    position: absolute;
    width: 80%;
    top: auto;
    bottom: 70px;
    right: 0;
    left: 20px;
  }
}

.box-container {
  background: #eeeeee;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-container .box {
  width: 23%;
  border: 1px solid #535353;
  -webkit-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.8);
          box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.8);
  float: left;
  margin: 30px 1%;
  background: #000;
  padding: 30px 0;
  text-align: center;
}

.box-container .box .box-img {
  text-align: center;
}

.box-container .box .box-title span {
  font-size: 26px;
  padding: 20px;
  color: #989898;
}

.box-container .box .box-title h5 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0 20px;
  color: #fff;
}

.box-container .box .box-title ul {
  margin-left: 10px;
  padding: 20px;
  height: 170px;
}

.box-container .box .box-title ul li {
  line-height: 26px;
  font-size: 16px;
}

.box-container .box .buy-btn {
  display: inline-block;
  border: 1px solid #fff;
  width: auto;
  padding: 10px 15px;
  margin: 30px auto;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.box-container .box .buy-btn:hover {
  background: #000;
  color: #919191;
  border: 1px solid #919191;
}

.box-container .box .box-btn {
  border: 1px solid #1b1b1b;
  width: 85%;
  padding: 10px;
  margin: 30px auto;
}

.box-container .box .box-btn a {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-size: 30px;
}

@media (min-width: 1921px) {
  .box-container .box .box-title {
    margin-top: 60px;
  }
}

@media (min-width: 1611px) {
  .box-container .box .box-img {
    height: 320px;
    width: auto;
  }
  .box-container .box .box-title h5 {
    margin-bottom: 0;
  }
  .box-container .box .box-title ul {
    height: 180px;
  }
}

@media (min-width: 1441px) and (max-width: 1610px) {
  .box-container .box .box-img {
    height: 250px;
    width: auto;
  }
  .box-container .box .box-title span {
    font-size: 20px;
  }
  .box-container .box .box-title h5 {
    margin-bottom: 0;
  }
  .box-container .box .box-title ul {
    height: 150px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .box-container .box .box-img {
    height: 200px;
    width: auto;
  }
  .box-container .box .box-img img {
    height: auto;
    width: 80%;
  }
  .box-container .box .box-title {
    margin-top: 30px;
  }
  .box-container .box .box-title span {
    font-size: 16px;
  }
  .box-container .box .box-title h5 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .box-container .box .box-title ul {
    margin-left: 10px;
    height: 180px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .box-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-container .box {
    width: 48%;
    padding: 20px;
  }
  .box-container .box .box-img img {
    height: 300px;
    width: auto;
  }
  .box-container .box .box-title span {
    font-size: 26px;
  }
  .box-container .box .box-title h5 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .box-container .box .box-title ul {
    margin-left: 10px;
    height: 130px;
    padding: 0 20px;
  }
  .box-container .box .box-title ul li {
    line-height: 26px;
    font-size: 16px;
  }
  .box-container .box .box-btn {
    border: 1px solid #1b1b1b;
    width: 85%;
    padding: 10px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .box-container .box .box-btn a {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .box-container {
    display: block;
  }
  .box-container .box {
    width: 100%;
    margin: 20px 0;
  }
  .box-container .box .box-img {
    height: 350px;
    width: auto;
  }
  .box-container .box .box-title h5 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0;
  }
}

.WTB-wrapper {
  background: #eeeeee;
  padding: 200px 0 100px 0;
}

.WTB-wrapper .WTB-btn {
  display: block;
  border: 1px solid #1b1b1b;
  width: 30%;
  margin: 0 auto;
  font-size: 30px;
  text-align: center;
}

.WTB-wrapper .WTB-btn a {
  display: block;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  text-decoration: none;
}

.WTB-wrapper .WTB-btn a:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .WTB-wrapper {
    padding: 100px 0 0 0;
  }
  .WTB-wrapper .WTB-btn {
    display: block;
    border: 1px solid #1b1b1b;
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
  }
}

#news {
  background: #eeeeee;
  padding: 100px 0;
}

#news .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 70%;
  text-align: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: 0 auto;
  margin-bottom: 100px;
}

#news .flex-container .news-block {
  text-align: center;
  width: 30%;
  margin: 15px auto;
  padding: 10px;
}

#news .flex-container .news-block a {
  display: block;
}

@media (max-width: 992px) {
  #news .flex-container {
    display: block;
  }
  #news .flex-container .news-block {
    width: 100%;
  }
}

.fadeInLeft {
  animation: fadeInLeft 1s;
  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -o-animation: fadeInLeft 1s;
  -ms-animation: fadeInLeft 1s;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

footer {
  display: block !important;
  margin-top: 0 !important;
}

.footer .quicklinks li {
  padding: 0 !important;
}

/* to top */
.btn-top {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  z-index: 9999;
}

/* news & tech effect */
#news .box {
  border: 10px solid #cccccc;
  position: relative;
  cursor: pointer;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

#news .box:before {
  position: absolute;
  width: 0;
  height: 2px;
  content: '';
  background: #fff;
  top: -2px;
  left: 0;
  -webkit-transition: 100ms width ease 300ms;
  transition: 100ms width ease 300ms;
  -web-kit-transition: 100ms width ease 300ms;
}

#news .box:after {
  position: absolute;
  width: 2px;
  height: 0;
  content: '';
  background: #fff;
  top: -2px;
  right: 0;
  -webkit-transition: 100ms height ease 200ms;
  transition: 100ms height ease 200ms;
  -web-kit-transition: 100ms height ease 200ms;
}

#news .box-inner:after {
  position: absolute;
  width: 0;
  height: 2px;
  content: '';
  background: #fff;
  bottom: 0;
  right: 0;
  -webkit-transition: 100ms width ease 100ms;
  transition: 100ms width ease 100ms;
  -web-kit-transition: 100ms width ease 100ms;
}

#news .box-inner:before {
  position: absolute;
  width: 2px;
  height: 0;
  content: '';
  background: #fff;
  bottom: 0;
  left: 0;
  -webkit-transition: 100ms height ease 0ms;
  transition: 100ms height ease 0ms;
  -web-kit-transition: 100ms height ease 0ms;
}

#news .box:hover {
  border-color: transparent;
  background: #cccccc;
}

#news .box:hover:before {
  width: 100%;
  -webkit-transition: 100ms width ease 0ms;
  transition: 100ms width ease 0ms;
  -web-kit-transition: 100ms width ease 0ms;
}

#news .box:hover:after {
  height: 100%;
  -webkit-transition: 100ms height ease 100ms;
  transition: 100ms height ease 100ms;
  -web-kit-transition: 100ms height ease 100ms;
}

#news .box:hover .box-inner:after {
  width: 100%;
  -webkit-transition: 100ms width ease 200ms;
  transition: 100ms width ease 200ms;
  -web-kit-transition: 100ms width ease 200ms;
}

#news .box:hover .box-inner:before {
  height: 100%;
  -webkit-transition: 100ms height ease 300ms;
  transition: 100ms height ease 300ms;
  -web-kit-transition: 100ms height ease 300ms;
}

/*promotion nav*/
.promotion-nav {
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 99999;
  text-align: center;
}

.promotion-nav ul li {
  position: relative;
  display: block;
  width: 130px;
  height: 40px;
  background-color: #333;
  margin: 4px 8px;
}

.promotion-nav ul li:hover {
  background-color: #666;
}

.promotion-nav ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-decoration: none;
}

.promotion-nav .btn-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: buttonicons;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  height: auto;
  line-height: 1;
  position: relative;
  speak: none;
  text-transform: none;
  top: 0.2em;
  vertical-align: initial;
  width: auto;
  color: #fff;
}

.promotion-nav .btn-icon-top:before {
  content: '\e914';
}

@media (max-width: 960px) {
  .promotion-nav {
    left: 0;
    bottom: 0;
  }
  .promotion-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    background-color: #000;
    margin-bottom: 0;
  }
  .promotion-nav ul li {
    margin: 0;
    border-right: 1px solid #ccc;
    width: 25%;
  }
  .promotion-nav ul li a {
    border-right: 1px solid #3E3E3E;
  }
}

@media (max-width: 599px) {
  .promotion-nav ul {
    display: block;
  }
  .promotion-nav ul li {
    margin: 0;
    border-right: none;
    width: 100%;
    display: none;
  }
  .promotion-nav ul li:last-child {
    margin: 0;
    border-right: none;
    width: 100%;
    display: block;
  }
  .promotion-nav ul li a {
    border-right: none;
  }
}

.navbar {
  display: none !important;
}

.logo {
  position: absolute;
  top: 0;
  left: 5%;
  width: 20%;
}

/***** tab-activity  *****/
/* activity page */
.win-wrapper {
  background: url("//storage-asset.msi.com/event/2020/cnd/PROseries-Work-from-home/win-the-setup/images/win-bg.jpg");
  background-size: contain;
  width: 100%;
}

.win-wrapper .description {
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
  width: 90%;
  font-size: 20px;
  font-weight: 900;
  padding: 100px 0;
}

.win-wrapper .description span {
  display: block;
  font-size: 22px;
  font-weight: 600;
}

.win-wrapper .set-wrapper .set-block .set-block__product {
  width: 48%;
  margin: 0 20px;
}

.win-wrapper .set-wrapper .set-block .set-block__product h3 {
  background: rgba(106, 128, 179, 0.3);
  font-weight: 600;
  font-size: 22px;
  padding: 5px;
  color: #5c5f77;
}

.win-wrapper .set-wrapper .set-block .set-block__product h3 span {
  text-shadow: 1px 1px 5px #5e636d;
  padding-right: 10px;
  color: #fff;
}

.win-wrapper .set-wrapper .set-block .set-block__product .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.win-wrapper .set-wrapper .set-block .set-block__product .flex-container span {
  font-size: 16px;
  font-weight: 600;
  color: #6a80b3;
  border: 2px solid;
  padding: 10px;
  letter-spacing: 1px;
}

.win-wrapper .set-wrapper .set-block .set-block__product .flex-container ul {
  text-align: left;
  list-style-type: disc;
}

.win-wrapper .set-wrapper .set-block .set-block__product .flex-container ul li {
  font-size: 18px;
}

.win-wrapper .prizes-wrapper {
  margin-top: 80px;
}

.win-wrapper .product-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.win-wrapper .product-wrapper .product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.win-wrapper .product-wrapper .product-block .product-block__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 50px;
}

.win-wrapper .product-wrapper .product-block .product-block__description h4 {
  font-weight: 900;
  font-size: 22px;
  font-family: "Microsoft JhengHei", 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.win-wrapper .product-wrapper .product-block .product-block__description h4 a {
  color: #000;
  font-weight: 600;
}

.win-wrapper .product-wrapper .product-block .product-block__description h4 a:hover {
  text-decoration: none;
  color: #4e4e4e;
}

.win-wrapper .product-wrapper .product-block .product-block__description p {
  font-size: 16px;
  font-family: "Microsoft JhengHei", 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.win-wrapper .product-wrapper .product-block .product-block__description span {
  font-weight: 600;
  font-size: 16px;
  color: #9e9e9e;
}

.win-wrapper .product-wrapper .product-block .product-block__mobile {
  display: none;
}

.win-wrapper .product-wrapper .product-block .product-block__img img {
  width: 550px;
}

.win-wrapper .product-wrapper .product-block:nth-last-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
}

.win-wrapper .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.win-wrapper .prizes-wrapper__text ul {
  list-style: none;
  width: 33.3%;
}

.win-wrapper .prizes-wrapper__text ul li {
  margin: 0 auto;
  font-size: 20px;
}

.win-wrapper .prizes-wrapper__text ul li:nth-last-of-type(2) {
  font-weight: 900;
  font-size: 28px;
}

.win-wrapper .prizes-wrapper__text ul li img {
  width: 50%;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}

.win-wrapper .prizes-wrapper__text ul li span {
  font-size: 24px;
}

.win-wrapper .prizes-wrapper__text ul li:first-child {
  background-color: #ccc;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
}

.win-wrapper .prizes-wrapper__text ul:nth-of-type(1) li:nth-of-type(1) {
  background-color: #cfd4e2;
}

.win-wrapper .prizes-wrapper__text ul:nth-of-type(2) li:nth-of-type(1) {
  background-color: #b1bedc;
}

.win-wrapper .prizes-wrapper__text ul:nth-of-type(3) li:nth-of-type(1) {
  background-color: #8b9fce;
}

.win-wrapper .terms-wrapper {
  text-align: center;
  margin: 100px auto;
}

.win-wrapper .terms-wrapper a:hover {
  color: #989898;
}

.win-wrapper .terms-wrapper .btn {
  padding: 15px 25px;
  background: #60626f;
  font-size: 16px;
}

.win-wrapper .more {
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 26px;
  font-weight: 900;
  margin-top: 30px;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .win-wrapper .description {
    margin: 0 auto;
    text-align: center;
    max-width: 1200px;
    width: 90%;
    font-size: 20px;
    font-weight: 900;
    padding: 30px 0;
  }
  .win-wrapper .description span {
    display: block;
    font-size: 15px;
  }
  .win-wrapper .set-wrapper .set-block .set-block__product {
    width: auto;
    margin: 0 20px 20px 20px;
  }
  .win-wrapper .set-wrapper .set-block .set-block__product h3 {
    font-size: 20px;
  }
  .win-wrapper .set-wrapper .set-block .set-block__product .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .win-wrapper .set-wrapper .set-block .set-block__product .flex-container span {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .win-wrapper .set-wrapper .set-block .set-block__product .flex-container ul {
    text-align: left;
    list-style-type: disc;
  }
  .win-wrapper .set-wrapper .set-block .set-block__product .flex-container ul li {
    font-size: 15px;
    font-weight: 900;
  }
  .win-wrapper .prizes-wrapper {
    margin-top: 20px;
  }
  .win-wrapper .product-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  .win-wrapper .product-wrapper .product-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .win-wrapper .product-wrapper .product-block .product-block__description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .win-wrapper .product-wrapper .product-block .product-block__mobile {
    display: block;
  }
  .win-wrapper .product-wrapper .product-block .product-block__pc {
    display: none;
  }
  .win-wrapper .product-wrapper .product-block .product-block__img img {
    width: 400px;
  }
  .win-wrapper .product-wrapper .product-block:nth-last-of-type(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 300px;
            flex: 1 0 300px;
  }
  .win-wrapper .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .win-wrapper .prizes-wrapper__text ul {
    list-style: none;
    width: auto;
    margin: 30px 0;
  }
  .win-wrapper .prizes-wrapper__text ul li {
    margin: 0 auto;
    font-size: 18px;
  }
  .win-wrapper .prizes-wrapper__text ul li span {
    font-size: 18px;
  }
  .win-wrapper .prizes-wrapper__text ul li:first-child {
    background-color: #ccc;
    border-radius: 50%;
    width: 150px;
    height: 150px;
  }
  .win-wrapper .terms-wrapper {
    text-align: center;
    margin: 50px auto;
  }
  .win-wrapper .more {
    width: 100%;
    text-align: center;
    background-color: #fff;
    font-size: 26px;
    font-weight: 900;
    margin-top: 30px;
    padding: 30px;
  }
}

/* popup */
.popup-inner a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.popup::-webkit-scrollbar {
  width: 0 !important;
}

.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}

.popup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 40px;
  -webkit-box-shadow: 0px 2px 6px #000;
  box-shadow: 0px 2px 6px #000;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  margin: 50px 0;
  word-wrap: break-word;
}

@media screen and (max-width: 600px) {
  .popup-inner {
    padding: 40px 20px;
  }
}

.popup-inner h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.popup-inner p {
  font-size: 24px;
  font-weight: 400;
}

.popup-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #808080;
}

.popup-close:after,
.popup-close:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #f00;
  text-decoration: none;
  border-color: #f00;
}

.popup-close:hover:after,
.popup-close:hover:before {
  background: #fff;
}

@media (max-width: 950px) {
  .popup-inner {
    max-width: 900px;
    width: 90%;
  }
}

/* Terms and Conditions */
.modal-content {
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.modal-content .modal-header h5 {
  font-size: 30px;
  padding-bottom: 10px;
}

.modal-content .modal-line {
  border-bottom: 1px solid #ccc;
}

.modal-content .modal-body {
  text-align: left;
}

.modal-content .modal-body ul:nth-of-type(1) {
  list-style-type: none;
}

.modal-content .modal-body p {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;
}

.modal-content .modal-body h4 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 900;
  color: #000;
}

.modal-content .modal-body ul li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}

.modal-content .modal-body ul li ol {
  padding: 0 0 0 5px;
}

.modal-content .modal-body ul li ol.list-symbol li {
  list-style-type: disc;
}

.modal-content .modal-body .draw-prize .list-style {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 20px 0;
  list-style-type: none;
}

.modal-content .modal-body .draw-prize .list-style li:nth-of-type(1) {
  list-style-type: none;
}

.modal-content .modal-body .draw-prize .list-style li {
  color: #0095ff;
  font-size: 20px;
  font-weight: 900;
  padding-left: 15px;
}

.modal-content .modal-body .draw-prize .list-style-sub {
  list-style: square;
}

.modal-content .modal-body .draw-prize .list-style-sub li {
  font-weight: normal;
  color: #757575;
  font-size: 16px;
  padding-left: 0;
}

.modal-content .modal-body .draw-prize .list-style-sub li:nth-of-type(1) {
  list-style-type: disc;
}

.modal-content .modal-body .draw-prize .list-style-sub li:first-child {
  padding-top: 15px;
}

.modal-content .modal-body .draw-prize .list-style-sub li:last-child {
  list-style-type: none;
}

.modal-content .modal-body .paragraph-style .list-style li:first-child {
  padding-top: 10px;
}

.modal-content .modal-body .paragraph-style .list-style li:last-child {
  padding-bottom: 10px;
}

.lower-roman {
  list-style: lower-roman;
}

.lower-alpha {
  list-style: lower-alpha;
}

/* activity tab */
.tabs__header {
  background: #eeeeee;
  position: relative;
}

.tabs__image {
  position: absolute;
  top: 0;
  left: 0;
}

.tabs__nav {
  margin: 0 0 0 0.5em;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs__tab {
  float: left;
  margin: 0 0.5em 0 0;
  padding: 0;
  width: 45%;
}

.tabs__link {
  float: left;
  padding: 0.25em 0.75em;
  text-decoration: none;
  font-size: 1em;
  color: #222222;
  width: 100%;
}

.is-selected .tabs__link {
  position: relative;
  background: #ff923c;
  color: #fff;
}

.tabs__body {
  position: relative;
  clear: both;
  overflow: auto;
  border: 1px solid #327CCB;
  margin-bottom: 28px;
  color: #327CCB;
}

.tabs__panel {
  display: none;
}

.tabs__panel.is-selected {
  display: block;
}

.tabs--tabbed .tabs__nav {
  bottom: -1px;
}

.tabs--tabbed .tabs__link {
  background: #9d9fad;
  color: #60626f;
  border-bottom: 0;
  font-weight: 900;
  font-size: 16px;
  font-family: 'DINPro-Regular', DINCond-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px;
}

.tabs--tabbed .tabs__link:hover, .tabs--tabbed .tabs__link:focus {
  background-color: #9d9fad;
  color: #fff;
  text-decoration: none;
  outline: 0;
}

.tabs--tabbed .is-selected .tabs__link {
  color: #fff;
  background: #60626f;
}

@media (max-width: 767px) {
  .tabs__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs__tab {
    width: 100%;
  }
  .tabs--tabbed .tabs__nav {
    margin-top: 50px;
  }
}

.tabs--stepped .tabs__nav {
  top: 2.75em;
  left: .5em;
}

.tabs--stepped .tabs__link {
  color: #327CCB;
  background: white;
  padding: .25em 1em;
  position: relative;
}

.tabs--stepped .tabs__link:hover, .tabs--stepped .tabs__link:focus {
  color: white;
  background: #327CCB;
}

.tabs--stepped .is-selected .tabs__link {
  color: white;
  background: #9d9fad;
}

.tabs--stepped .tabs__body {
  padding-top: 3em;
}

.has-tick .tabs__tab {
  margin-right: 1em;
}

.has-tick .tabs__link {
  position: relative;
}

.has-tick .tabs__link:hover:after, .has-tick .tabs__link:focus:after {
  border-left-color: #327CCB;
}

.has-tick .tabs__link:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left: .5em solid #327CCB;
  right: -.5em;
  top: .35em;
}

.has-tick .tabs__link:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: .4em solid transparent;
  border-bottom: .4em solid transparent;
  border-left: .4em solid #ffffff;
  right: -.4em;
  top: .45em;
}

.has-tick .is-selected .tabs__link:after {
  border-left-color: #327CCB;
}

.has-tick.tabs--tabbed .tabs__link:hover:after, .has-tick.tabs--tabbed .tabs__link:focus:after {
  border-left-color: #FFFFFF;
}

.has-tick.tabs--tabbed .tabs__link:before {
  border-left-color: #327CCB;
}

.has-tick.tabs--tabbed .tabs__link:after {
  border-left-color: #327CCB;
}

.has-tick.tabs--tabbed .is-selected .tabs__link:after {
  border-left-color: #ffffff;
}
/*# sourceMappingURL=main.css.map */