@charset "UTF-8";
@font-face {
  font-family: "PingFang TC";
  font-style: normal;
  font-weight: 300;
  src: local("☺"), url("fonts/PingFangTC-Light.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang TC";
  font-style: normal;
  font-weight: 400;
  src: local("☺"), url("fonts/PingFangTC-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang TC";
  font-style: normal;
  font-weight: 500;
  src: local("☺"), url("fonts/PingFangTC-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang TC";
  font-style: normal;
  font-weight: 600;
  src: local("☺"), url("fonts/PingFangTC-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 300;
  src: local("☺"), url("fonts/PingFangSC-Light.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  src: local("☺"), url("fonts/PingFangSC-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  src: local("☺"), url("fonts/PingFangSC-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  src: local("☺"), url("fonts/PingFangSC-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang TC";
  font-style: normal;
  font-weight: 300;
  src: local("☺"), url("fonts/PingFangTC-Light.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang TC";
  font-style: normal;
  font-weight: 400;
  src: local("☺"), url("fonts/PingFangTC-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang TC";
  font-style: normal;
  font-weight: 500;
  src: local("☺"), url("fonts/PingFangTC-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang TC";
  font-style: normal;
  font-weight: 600;
  src: local("☺"), url("fonts/PingFangTC-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 300;
  src: local("☺"), url("fonts/PingFangSC-Light.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  src: local("☺"), url("fonts/PingFangSC-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  src: local("☺"), url("fonts/PingFangSC-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  src: local("☺"), url("fonts/PingFangSC-Semibold.woff2") format("woff2");
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.78);
  z-index: -1;
}
@media (max-width: 992px) {
  header {
    background-color: #FFFFFF;
  }
}
header .header-wrapper {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  header .header-wrapper {
    padding: 16px 6px;
  }
  header .header-wrapper .header-logo {
    z-index: 1;
  }
}
header .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
}
header .group > *:not(:last-child) {
  margin-right: 36px;
}
@media (max-width: 991px) {
  header .group .language {
    display: none;
  }
}
header .group .member > *:not(:last-child) {
  margin-right: 16px;
}

.header-logo img {
  display: block;
  width: 170px;
}
@media (max-width: 991px) {
  .header-logo img {
    width: 134px;
  }
}

.language {
  color: #58585B;
}
.language a.active {
  color: #EC1E23;
  font-weight: 600;
}
.language a:not(:last-child):after {
  content: " | ";
}

.hamburger {
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.hamburger .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.hamburger .line:first-child {
  top: 0;
}
.hamburger .line:nth-child(2) {
  top: 10px;
  width: 15px;
}
.hamburger .line:last-child {
  bottom: 0;
}
@media (min-width: 992px) {
  .hamburger:hover .line:nth-child(2) {
    width: 22px;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  padding: 40px 20px;
  transform: translateY(-100%);
  transition: transform 0.2s ease-in-out;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (max-width: 991px) {
  .menu {
    top: 72px;
    transform: translateY(calc(-100% - 72px));
    padding: 28px 0 0;
  }
}
.menu .hamburger-container {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.menu .hamburger-container .hamburger {
  position: absolute;
  right: 40px;
}
.menu.overflow > .header-container {
  align-items: flex-start;
}
.menu > .header-container {
  max-width: 1400px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  overflow: auto;
}
@media (max-width: 991px) {
  .menu > .header-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.menu > .header-container .nav {
  flex: 0 1 620px;
}
.menu .header-logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.menu .language {
  text-align: center;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}
.menu nav {
  margin-left: 65px;
  border-left: 1px solid #979797;
  padding-left: 48px;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 2.14px;
}
@media (max-width: 991px) {
  .menu nav {
    border-left: none;
    margin-left: 34px;
    padding-left: 0;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 2px;
  }
}
.menu nav ol {
  counter-reset: section;
}
.menu nav ol > li.drop > a:after {
  content: "";
  display: block;
  transition: all 0.2s ease-in-out;
  margin-left: 12px;
  border: solid;
  border-color: #c6282f transparent transparent transparent;
  border-width: 8px 8px 0px 8px;
}
.menu nav ol > li.drop > a.dropped:after {
  transform: rotate(180deg);
}
.menu nav ol > li:not(:last-child) {
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .menu nav ol > li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.menu nav ol > li > a {
  display: inline-flex;
  align-items: center;
}
.menu nav ol > li > a:before {
  content: counter(section, decimal-leading-zero) " ";
  counter-increment: section;
  color: #C1C1C1;
  font-size: 14px;
  margin-right: 16px;
}
@media (max-width: 991px) {
  .menu nav ol > li > a:before {
    content: "";
    margin-right: 0;
  }
}
.menu nav ol > li .caret {
  display: none;
  transform: translateY(4px);
}
.menu nav ol > li .caret:after {
  content: "";
  width: 6px;
  height: 9px;
  background-image: url("../img/icon/caret.svg");
  background-size: 6px 9px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
}
.menu nav ol > li .caret.up:after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .menu nav ol > li .caret {
    display: inline-block;
  }
}
.menu nav ol > li ul {
  margin-left: 36px;
}
@media (max-width: 991px) {
  .menu nav ol > li ul {
    margin-left: 0;
  }
}
.menu nav ul {
  font-size: 21px;
  letter-spacing: 1.5px;
  line-height: 36px;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .menu nav ul {
    font-size: 14px;
    line-height: 22.4px;
    margin-top: 8px;
  }
}
.menu nav ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.menu nav ul > li > a {
  display: flex;
  align-items: center;
}
.menu nav ul > li > a:before {
  content: "";
  background-color: #C6282F;
  height: 2px;
  width: 13px;
  display: inline-block;
  margin-right: 12px;
}
.menu .contact {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  margin-left: auto;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .menu .contact {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .menu .contact {
    margin-right: auto;
    height: auto;
    margin-top: auto;
    padding-top: 42px;
    width: 100%;
  }
  .menu .contact > div {
    width: 100%;
  }
}
.menu .contact table tr:not(:last-child) td {
  padding-bottom: 20px;
}
.menu .contact table tr td {
  vertical-align: middle;
}
.menu .contact table tr td:first-child {
  color: #898989;
  font-size: 16px;
  line-height: 22px;
  padding-right: 10px;
}
.menu .contact .icons {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .menu .contact .icons {
    margin: 0 auto;
    max-width: 330px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.menu .contact .icons a:not(:last-child) {
  margin-right: 18px;
}
@media (max-width: 991px) {
  .menu .contact .icons a:not(:last-child) {
    margin-right: 4px;
  }
}
.menu .contact .icons img {
  width: 35px;
  height: 35px;
}

body.menu-show .hamburger .line:nth-child(1) {
  width: 30px;
  transform: rotate(45deg) translate(4px, 10px);
}
body.menu-show .hamburger .line:nth-child(2) {
  width: 0;
}
body.menu-show .hamburger .line:nth-child(3) {
  width: 30px;
  transform: rotate(-45deg) translate(4px, -10px);
}
body.menu-show .menu {
  transform: translateY(0);
}
body.menu-show header:before {
  display: none;
}
@media (min-width: 992px) {
  body.menu-show header .header-logo,
  body.menu-show header .language,
  body.menu-show header .member {
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 991px) {
  body.menu-show header {
    border-bottom: 1px solid rgba(124, 167, 92, 0.246695);
  }
}

@font-face {
  font-family: "PingFang TC";
  font-style: normal;
  font-weight: 300;
  src: local("☺"), url("fonts/PingFangTC-Light.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang TC";
  font-style: normal;
  font-weight: 400;
  src: local("☺"), url("fonts/PingFangTC-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang TC";
  font-style: normal;
  font-weight: 500;
  src: local("☺"), url("fonts/PingFangTC-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang TC";
  font-style: normal;
  font-weight: 600;
  src: local("☺"), url("fonts/PingFangTC-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 300;
  src: local("☺"), url("fonts/PingFangSC-Light.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  src: local("☺"), url("fonts/PingFangSC-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  src: local("☺"), url("fonts/PingFangSC-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  src: local("☺"), url("fonts/PingFangSC-Semibold.woff2") format("woff2");
}
footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 36px 0;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 991px) {
  footer {
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    padding-bottom: 0;
  }
}
footer > .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer > .container {
    flex-direction: column;
  }
}
footer .links {
  margin-bottom: 8px;
}
footer .links a {
  font-weight: 600;
}
footer .links a:not(:last-child):after {
  content: " | ";
}
footer .powered {
  font-size: 12px;
}
footer .icons a:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 991px) {
  footer .icons a:not(:last-child) {
    margin-right: 4px;
  }
}
footer .icons.apps {
  justify-content: center;
}
@media (max-width: 991px) {
  footer .icons.apps > a:not(:last-child) {
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  footer .icons {
    margin: 18px auto 0;
    max-width: 310px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }
  /*20% {
   transform: scale(1.05); 
  }*/
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipChar {
  0% {
    opacity: 0;
    transform: rotateY(-90deg) translateX(7.5px) scale(0.86);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes bgFadeIn {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.3;
  }
  30% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotateClockwise {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes rotateAntiClockwise {
  0% {
    opacity: 0;
    transform: rotate(90deg);
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes header {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes circleRotateRight {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@keyframes circleRotateRightReverse {
  0% {
    opacity: 0;
    transform: rotate(90deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes circleRotateLeft {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(-90deg);
  }
}
@keyframes circleRotateLeftReverse {
  0% {
    opacity: 0;
    transform: rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes circleRotateRight2 {
  0% {
    opacity: 1;
    transform: rotate(270deg);
  }
  100% {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@keyframes circleRotateLeft2 {
  0% {
    opacity: 1;
    transform: rotate(90deg);
  }
  100% {
    opacity: 1;
    transform: rotate(270deg);
  }
}
@keyframes galaxyBg {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.5);
  }
}
@keyframes Blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
[data-animation] {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: both;
  animation-duration: 0.5s;
  will-change: opacity;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  transform: perspective(1px) translateZ(0);
}

.animations-disabled,
.animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  animation-name: slideInUp;
}

.slideInDown {
  animation-name: slideInDown;
}

.slideInLeft {
  animation-name: slideInleft;
}

.slideInRight {
  animation-name: slideInRight;
}

.fadeIn {
  animation-name: fadeIn;
}

.zoomIn {
  animation-name: zoomIn;
}

.zoomReverseIn {
  animation-name: zoomReverseIn;
}

.bgFadeIn {
  animation-name: bgFadeIn;
}

.flipInY {
  animation-name: flipInY;
}

.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}

.flipChar {
  animation-name: flipChar;
}

.rotateClockwise {
  animation-name: rotateClockwise;
}

.rotateAntiClockwise {
  animation-name: rotateAntiClockwise;
}

.circleRotateRight {
  animation-name: circleRotateRight;
}

.circleRotateLeft {
  animation-name: circleRotateLeft;
}

.circleRotateRightReverse {
  animation-name: circleRotateRightReverse;
}

.circleRotateLeftReverse {
  animation-name: circleRotateLeftReverse;
}

.galaxyBg {
  animation-name: galaxyBg;
  animation-timing-function: linear;
}

html body {
  font-family: "PingFang TC", sans-serif, Arial;
}
html:lang(zh-Hans) body {
  font-family: "PingFang SC", sans-serif, Arial;
}
html:lang(en) body {
  font-family: sans-serif, Arial;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  position: relative;
}
body.menu-open, body.popup-show {
  overflow: hidden;
}

a {
  color: inherit;
}

.btn {
  display: inline-block;
  padding: 8px 12px;
  min-width: 112px;
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.btn.btn-w {
  background-color: #FFFFFF;
  color: #000000;
}
.btn.btn-w:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.btn.btn-b {
  border-color: #FFFFFF;
  background-color: #252525;
}
.btn.btn-b:hover {
  color: #252525;
}
.btn.btn-r {
  border: 1px solid #EC1E23;
  background-color: #EC1E23;
  color: #FFFFFF;
}
.btn.btn-r:hover {
  background-color: #FFFFFF;
  color: #EC1E23;
}

.container {
  max-width: 1360px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container {
    padding: 0 16px;
  }
}

@media (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

.com-member {
  background-color: #252525;
  padding: 10px 16px;
  margin: 28px -16px 0;
  width: calc(100% + 32px);
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}
.com-member .btn:not(:last-child) {
  margin-right: 16px;
}

.main {
  padding-top: 99px;
}
@media (max-width: 991px) {
  .main {
    padding-top: 71px;
  }
}

.page-title {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .page-title {
    font-size: 27px;
    line-height: 40px;
  }
}
.page-title.page-title-dark {
  color: #252525;
}

section.banner {
  position: relative;
  overflow: hidden;
}
section.banner .bg {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  padding-top: 20.83%;
}
@media (max-width: 991px) {
  section.banner .bg {
    padding-top: 32%;
  }
}
section.banner .container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  section.banner .container {
    padding-bottom: 20px;
    align-items: flex-end;
  }
}
section.breadcrumb {
  padding-top: 40px;
  margin-bottom: 12px;
}
section.breadcrumb a {
  color: #373737;
}
section.breadcrumb a span {
  transition: opacity 0.2s ease-in-out;
  opacity: 0.3;
}
section.breadcrumb a:hover span {
  opacity: 1;
}
section.breadcrumb > .container > *:not(:last-child):after {
  content: ">";
  color: #373737;
  margin: 0 8px 0 10px;
  opacity: 0.3;
}
section.cta {
  text-align: center;
}
@media (max-width: 991px) {
  section.cta {
    position: fixed;
    right: 0;
    top: 104px;
    z-index: 1;
  }
}
section.cta .wrapper {
  background: #F6F6F6;
  border-radius: 57px 0px;
  display: inline-block;
  padding: 15px 40px;
}
@media (max-width: 991px) {
  section.cta .wrapper {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
section.cta .wrapper a {
  font-size: 24px;
  line-height: 33.6px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  section.cta .wrapper a {
    padding: 12px;
    width: 54px;
    height: 54px;
  }
}
section.cta .wrapper a:not(:last-child) {
  margin-right: 52px;
}
@media (max-width: 991px) {
  section.cta .wrapper a:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid #C1C1C1;
  }
}
section.cta .wrapper a img {
  height: 42px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  section.cta .wrapper a img {
    height: 28px;
    margin-bottom: 0;
  }
}
section.cta .wrapper a > span {
  max-width: 166px !important;
  /* font-size: 18px; */
  line-height: 21px;
}

.com-content ul {
  list-style: disc;
  padding-left: 20px;
}
.com-content ol {
  list-style: decimal;
  padding-left: 20px;
}
.com-content img {
  max-width: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex .col-lg-4 {
  flex: 0 0 100%;
}
@media (min-width: 1280px) {
  .flex .col-lg-4 {
    flex: 0 0 33.3333333333%;
  }
}
.flex .col-md-4 {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .flex .col-md-4 {
    flex: 0 0 33.3333333333%;
  }
}
.flex .col-sm-4 {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .flex .col-sm-4 {
    flex: 0 0 33.3333333333%;
  }
}/*# sourceMappingURL=layout.css.map */