
:root {
  --theme-text-color: #5A5F60;
  --theme-bg-color: #FFFFFF;
  --accent-bg-color: #0EB286;
  --heading-text-color: #095562;
  --hero-bg-color: #E1F0F3;
  --subtle-bg-color: #FAFAFA;
  --subtle-text-color: #6F757B;
  --moderate-bg-color: #F3F5F6;
  --bold-bg-color: #E0E3E3;
  --moderate-text-color: #4C4C4C;
  --highlight-text-color: #272A2A;
  --subtle-border-color: #E0E3E3;
  --bold-border-color: #000000;
}
/*
::selection {
  background-color: #FF3D7F;
  color: #ffffff;
}
  */
.ply-personal ::selection {
  background-color: var(--accent-bg-color); /*review*/
}
body {
  font-weight: 400;
  line-height: 2.25rem;
}
body .text-muted {
  font-weight: 300;
  color: var(--subtle-text-color);
}
h1,
h2,
h3,
h4,
h5,
.ply-label-list {  /*review*/
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25; /*review*/
}
h3 {
  font-size: 2.25rem;
}
h4 {
  font-size: 2rem;
}
h3 a {
  font-weight: 600;
}
.ply-label-list {
  font-weight: 500; /*review*/
}
body p strong {
  font-weight: inherit;
  color: var(--highlight-text-color);
}
strong.tau-discrete {
  font-weight: inherit;
}
h1 {
  color: var(--heading-text-color);
  font-size: 3rem;
}
.ply-personal h1 {
  color: var(--heading-text-color); /*review*/
}
h2,
h3 > span,
h4 > span,
h5 > span {
  color: var(--heading-text-color);
}

a,
a:active,
a:focus {
  color: var(--theme-text-color);
  text-decoration-color: rgba(255, 255, 255, 0.1);
}
a,
a:hover .ply-case-thumbnail {
  color: var(--theme-text-color);
  text-decoration-color: rgba(255, 255, 255, 0.1);
}
.btn-link,
.ply-link {
  color: #0E798B;
  text-decoration-color: rgba(255, 255, 255, 0.1);
}
h3 a,
h3 a:active,
h3 a:focus,
h4 a,
h4 a:active,
h4 a:focus {
  color: #035563;
  text-decoration-thickness: 0.2rem;
}
a:hover,
.btn-link:hover,
.ply-link:hover {
  color: #0E798B;
  text-decoration-thickness: 0.15rem;
}
a .ply-case-thumbnail h3,
a .ply-case-thumbnail h4 {
  color: var(--theme-text-color);
}
a:hover .ply-case-thumbnail h3,
a:hover .ply-case-thumbnail h4,
a:hover,
.btn-link:hover {
  text-decoration-color: var(--subtle-border-color);
  color: #0E798B;
}
a:hover .ply-case-thumbnail h3,
a:hover .ply-case-thumbnail h4,
h3 a:hover,
h4 a:hover {
  text-decoration-thickness: 0.2rem;
}
a > img {
  text-decoration: none;
}
a:hover > img {
  opacity: 0.7;
}
p a,
p .btn-link {
  text-decoration: underline;
}
a .ply-case-thumbnail {
  transition: transform 200ms ease, box-shadow 200ms ease;
  transform-origin: center;
}
a:hover .ply-case-thumbnail,
a:focus-visible .ply-case-thumbnail {
  transform: scale(1.03);
}
.ply-image-thumbnail .tau-panel-img {
  background-position: center;
  background-size: contain;

  background-repeat: no-repeat;

  background-origin: content-box;
  background-clip: content-box;
}
.ply-image-trading-app .tau-panel-img {
  background-image: url("../images/trading-app/trading_app_panel.png");
}
.ply-image-flow .tau-panel-img {
  background-image: url("../images/flow/flow_experience_touch_panel.png");
}
.ply-image-fx-platform .tau-panel-img {
  background-image: url("../images/fx-platform/FX_platform_panel.png");
}
.ply-image-compliance .tau-panel-img {
  background-image: url("../images/compliance/market_surveillance_panel.png");
}
.ply-image-support-portal .tau-panel-img {
  background-image: url("../images/support-portal/support_portal_panel.png");
}
.ply-image-priv-iot .tau-panel-img {
  background-image: url("../images/priv-iot/03_CAD_design_small.png");
}
.tau-hero-wrapper p {
  margin-bottom: 0;
  color: var(--moderate-text-color);
  font-size: 1.35rem;
  line-height: 2.1rem;
}
.tau-hero-margin {
  margin-bottom: 75px;
}
.ply-nav,
.ply-case-link {
  width: 100%;
  position: relative;
  z-index: 1070;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.ply-case-link  {
  text-decoration: underline;
}
.ply-nav li a,
.ply-nav li a:focus,
a .ply-case-link,
a:focus .ply-case-link {
  color: var(--moderate-text-color);
  text-decoration-color: var(--subtle-text-color);
}
.ply-nav li.active a,
.ply-nav li.active a:hover {
  color: var(--subtle-text-color);
  text-decoration: none;
  cursor: default;
}
.ply-nav li a:hover,
a:hover .ply-case-link {
  color: var(--highlight-text-color);
  text-decoration-color: var(--moderate-text-color);
  text-decoration-thickness: 0.15rem;
}
.ply-nav ul.list-inline {
  margin: 12px 0 30px;
}
em.ply-accent,
em.tau-accent {
  color: var(--highlight-text-color);
  font-style: normal;
}
.ply-personal em.ply-accent {
  color: var(--highlight-text-color); /*review*/
}
em.ply-highlight,
em.tau-highlight {
  color: var(--highlight-text-color);
  font-style: normal;
}
/*
.tau-emerald-bg {
  background: #0EB286;
  background: linear-gradient(135deg, #0EB286 0%, #00473A 100%);
}
*/
.tau-magenta-bg,
.ply-pale-bg { /*review*/
  background: var(--hero-bg-color);
}
.ply-moderate-bg {
  background: var(--moderate-bg-color);
}
.ply-moderate-bg .container-fluid { /*homepage*/
  margin-bottom: 30px;
}
.ply-pale-gap {
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
/*
.tau-secondary-bg {
  background-color: #ffffff;
}
.tau-muted-bg {
  background-color: #ffffff;
  border-radius: 6px;
}
*/
.ply-subtle-bg {
  background-color: var(--subtle-bg-color);
}
.tau-container-full.container-fluid {
  padding: 0;
}
.ply-avatar {
  margin: 0 0 -20px;
  border-radius: 100%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-color: #4DA4B4;
}
.tau-social-links svg {
  position: relative;
  top: 5px;
}
.tau-social-links > span {
  margin-right: 25px;
}
.tau-img-shadow {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.ply-case-thumbnail {
  border-radius: 18px;
  padding:12px;
  background-color: var(--theme-bg-color);
}
.ply-case-thumbnail .row {
  display: flex;
  min-height:350px;
  margin: 0;
} 
.ply-image-thumbnail {
  border-radius: 18px;
  background-color: var(--hero-bg-color);
}
/**/
.tau-muted-bg.tau-img-shadow { /*review*/
  box-shadow: 0 0 5px 5px var(--bold-border-color);
}
.ply-img-border {
  border: 1px solid var(--subtle-border-color);
}
.ply-img-bold-border {
  border: 1px solid var(--bold-border-color);
}

.tau-panel-img .tau-img-shadow { /*review*/
  border: none;
}
.tau-panel-img-middle {
  margin-top: -0.5rem;
}
.tau-panel-img-middle img {
  width: 95%;
  margin: 1rem auto 0;
}
.ply-trading-app-prototype {
  border-radius: 30px;
}
.tau-img-ssr-mock-ups {
  background-image: url("../images/ssr/mock-ups.png");
  background-position: 0 0;
  background-size: auto 400px;
  background-repeat: repeat-x;
  height: 400px;
}
.tau-img-trading-app-repeat {
  background-image: url("../images/trading-app/app_preview_repeat_s.png");
  background-position: center center;
  background-size: auto 600px;
  background-repeat: repeat-x;
  height: 400px;
  background-color: var(--bold-bg-color);
}
.tau-wrapper-flow-bg {
  margin-top: 170px;
}
.tau-wrapper-flow {
  position: relative;
  margin-top: -170px;
}
.tau-wrapper-ssr {
  position: relative;
  min-height: 380px;
  margin-bottom: 30px;
}
.tau-wrapper-ssr img,
.tau-wrapper-ssr-single img {
  max-width: 708px;
}
.tau-img-ssr-device {
  max-width: 210px;
  margin: 0 auto;
}
.tau-img-w100nomax {
  width: 100%;
}
.tau-img-w100 {
  width: 100%;
}
.tau-img-h500p {
  max-height: 500px;
  max-width: 100%;
}
.col-xs-12 .tau-img-w100,
.col-md-10 .tau-img-w100 {
  max-width: 708px;
  /* ????? */
}
.tau-img-w50 {
  width: 49%;
  max-width: 708px;
  margin: 15px 0;
}
.tau-img-w50 + .tau-img-w50 {
  margin-left: 2%;
}
.tau-img-w80 {
  width: 80%;
  max-width: 708px;
  margin: 15px 0;
}
.tau-img-center {
  margin: 12px auto;
}
.ply-label-list {
    list-style: none;
    padding: 0;
}
.ply-label-list li {
    display: inline-block;
    background-color: #E8E9E9;
    border-radius: 256px;
    padding: 4px 8px;
    color: #333333;
    font-size: 1rem;
    margin-bottom: 4px;
}
html {
  font-size: 100%; /* 16px */
}
.container-fluid > .row {
  max-width: 1000px;
}
/*
.row div p:last-child {
  margin-bottom: 2rem;
}
*/
.tau-space-pre {
  white-space: pre;
}
.tau-panel-img {
  overflow: hidden;
  margin: 1.8rem auto 0;
}
.tau-quote {
  font-weight: 200;
  color: var(--subtle-text-color);
  font-size: 1.5rem;
  margin:60px 0;
  font-style: normal;
}
.tau-quote em {
  font-style: normal;
}
.tau-quote span {
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--moderate-text-color);
  float: right;
}
.tau-quote::after {
  content: "";
  display: table;
  clear: both;
}
/*
 * Row with equal height columns
 * -----------------------------
 */
/*
.row-eq-height {
  overflow: hidden;
}
.row-eq-height p {
  line-height: 1.8rem;
  font-weight: 600;
}
.row-eq-height h4 {
  margin-bottom: 0.6rem;
}
.ply-fullscreen .row-eq-height > div:first-child {
  margin-bottom: 10px;
}
.tau-overflow-hidden {
  padding: 0 5px 0 0;
}
*/
@media (max-width: 479px) {
  html {
    font-size: 80%;
  }
  .tau-panel-img {
    height: 150px;
    margin: 0 auto 0;
  }
  .tau-hero-wrapper .tau-space-pre {
    white-space: normal;
  }
  nav .col-md-12 {
    padding: 0;
  }
  .ply-nav ul.list-inline {
    float: right;
  }
  .ply-nav li a {
    font-size: 1.45rem;
  }
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
  /*
  .tau-overflow-hidden {
    padding: 0;
  }
  */
}
@media (min-width: 384px) and (max-width: 767px) {
  html {
    font-size: 80%;
  }
  .tau-panel-img {
    height: 200px;
    margin: 0 auto 0;
  }
  .tau-hero-wrapper .tau-space-pre {
    white-space: normal;
  }
  .ply-nav ul.list-inline {
    float: right;
  }
  .ply-case-thumbnail .row {
    display: block;
  }
  /*
  .tau-overflow-hidden {
    padding: 0;
  }
  */
}
@media (min-width: 480px) and (max-width: 767px) {
  .tau-panel-img {
    height: 246px;
    margin: 0 auto 0;
  }
  /*
  .tau-overflow-hidden {
    padding: 0;
  }
  */
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid > .row {
    max-width: 800px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .tau-display-overlay {
    margin-top: -400px;
    height: 400px;
  }
  .ply-nav ul.list-inline {
    float: right;
  }
  .tau-panel-img {
    margin: 2rem auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  h4 {
    font-size: 1.45rem;
  }
  .tau-panel-img {
    margin: auto;
    height:100%;
  }
  .tau-display-overlay {
    margin-top: -400px;
    height: 400px;
  }
  .ply-nav ul.list-inline {
    float: right;
  }
}
@media (min-width: 992px) {
  .tau-panel-img {
    margin: auto;
    height:100%;
  }
  .tau-display-overlay {
    margin-top: -400px;
    height: 400px;
  }
  .ply-nav ul.list-inline {
    float: right;
  }
  /*
  .ply-fullscreen .container-fluid > .row > .col-md-10 {
    padding-left: 1.38888889%;
    padding-right: 1.38888889%;
    width: 86.11111111%;
  }
  .ply-fullscreen .container-fluid > .row > .col-md-offset-1 {
    margin-left: 6.94444444%;
  }
  .ply-fullscreen .container-fluid > .row > .col-md-10 > .row,
  .ply-fullscreen .container-fluid > .row > .col-md-10 > .nav {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .ply-fullscreen .row-eq-height {
    padding-top: 0.3rem;
  }
  .tau-md-extra-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  */
}
@media (min-width: 1200px) {
  .tau-panel-img {
    margin: auto;
    height:100%;
  }
  /*
  .ply-fullscreen .row-eq-height {
    padding-top: 6px;
  }
  .ply-fullscreen .container-fluid > .row > .col-lg-7 {
    width: 58.33333333%;
  }
  */
}
/* transitions */
.tau-animate {
  animation-duration: 3.5s;
  animation-fill-mode: both;
}
.tau-lazy {
  opacity: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
