/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
abbr[title] {
  border-bottom: 1px dotted;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
menu,
dl,
dd,
ol,
ul {
  padding: 0;
  list-style: none;
  list-style-image: none;
  margin: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
}
button,
input {
  line-height: normal;
  border: 0;
}
button,
select {
  text-transform: none;
  cursor: pointer;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -o-appearance: checkbox;
  -ms-appearance: checkbox;
  appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -o-appearance: radio;
  -ms-appearance: radio;
  appearance: radio;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow-y: auto;
  vertical-align: top;
  resize: none !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: "Source Serif 4", serif;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
body {
  background: #4a148c;
}
body.blur {
  position: relative;
  overflow: hidden;
}
#container {
  -webkit-transition: -webkit-filter 0.4s, filter 0.4s;
  transition: filter 0.4s;
}
#container.blurBack {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  overflow: hidden;
}
#header {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#header[class^="active"] {
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  #header {
    height: 120px;
  }
}
h1 {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 20px;
  z-index: 2;
}
h1 b {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
h1 svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 60px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
h1 a {
  display: block;
  position: relative;
  z-index: 1;
  width: 180px;
  height: 60px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 1024px) {
  h1 a,
  h1 svg {
    width: 240px;
    height: 80px;
  }
}
.symbol {
  fill: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.activeSection1 .symbol {
  fill: #673ab7;
}
.activeSection2 .symbol {
  fill: #f95b45;
}
.activeSection3 .symbol {
  fill: #23a9f6;
}
.activeSection4 .symbol {
  fill: #5ab963;
}
.hamburger {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 2;
}
.hamburger::before,
.hamburger::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  left: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.hamburger::before {
  top: 10px;
  box-shadow: 0 9px 0 #fff;
}
.hamburger::after {
  bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger.open::before {
  box-shadow: 0 9px 0 rgba(255, 255, 255, 0);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 19px;
}
.hamburger.open::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  bottom: 19px;
}
[class^="active"] .hamburger::before,
[class^="active"] .hamburger::after {
  background: #263238;
}
[class^="active"] .hamburger::before {
  box-shadow: 0 9px 0 #263238;
}
[class^="active"] .hamburger.open::before,
[class^="active"] .hamburger.open::after {
  background: #f44336;
}
[class^="active"] .hamburger.open::before {
  box-shadow: 0 9px 0 rgba(255, 255, 255, 0);
}
.nav {
  position: fixed;
  bottom: 0;
  left: 100%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(
    left,
    black 0%,
    rgba(20, 29, 34, 0.9) 100%
  );
  background: linear-gradient(to right, black 0%, rgba(20, 29, 34, 0.9) 100%);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}
.nav::before {
  display: block;
  position: absolute;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  height: 100px;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0;
}
[class^="active"] .nav::before {
  opacity: 1;
}
.nav.open {
  left: 0;
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
@media only screen and (min-width: 1024px) {
  .nav {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 20px;
    top: 30px;
    height: 60px;
    width: auto;
    background: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 3;
  }
  .nav::before {
    display: none;
  }
}
.menu {
  margin: 120px 20px 19px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  height: 60px;
  line-height: 60px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.menu a::before {
  display: block;
  position: absolute;
  content: "";
  left: -20px;
  width: calc(100% + 40px);
  height: 60px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.menu a.active {
  color: #fff !important;
}
.menu a.active::before {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.menu a.sec1::before {
  top: 0;
  background-image: url(../imgs/css/brush-1.png);
}
.activeSection2 .menu a.sec1::before {
  top: 60px;
}
.no-touch .menu a.sec1:hover {
  color: #673ab7;
}
.menu a.sec2::before {
  background-image: url(../imgs/css/brush-2.png);
}
.activeSection1 .menu a.sec2::before {
  top: -60px;
}
.activeSection2 .menu a.sec2::before {
  top: 0;
}
.activeSection3 .menu a.sec2::before {
  top: 60px;
}
.no-touch .menu a.sec2:hover {
  color: #f95b45;
}
.menu a.sec3::before {
  background-image: url(../imgs/css/brush-3.png);
}
.activeSection2 .menu a.sec3::before {
  top: -60px;
}
.activeSection3 .menu a.sec3::before {
  top: 0;
}
.activeSection4 .menu a.sec3::before {
  top: 60px;
}
.no-touch .menu a.sec3:hover {
  color: #23a9f6;
}
.menu a.sec4::before {
  background-image: url(../imgs/css/brush-4.png);
}
.activeSection3 .menu a.sec4::before {
  top: -60px;
}
.activeSection4 .menu a.sec4::before {
  top: 0;
}
.no-touch .menu a.sec4:hover {
  color: #5ab963;
}
.menu a i {
  margin: 0 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
  }
  .menu li {
    margin: 0 20px 0 0;
  }
  .menu a::before {
    top: 0 !important;
    left: 0;
  }
  .menu a.sec1::before {
    left: -20px;
  }
  .activeSection2 .menu a.sec1::before {
    left: calc(100% + 20px);
    width: 0;
  }
  .activeSection1 .menu a.sec2::before {
    left: calc(-100% - 20px);
    width: 0;
  }
  .activeSection2 .menu a.sec2::before {
    left: -20px;
  }
  .activeSection3 .menu a.sec2::before {
    left: calc(100% + 20px);
    width: 0;
  }
  .activeSection2 .menu a.sec3::before {
    left: calc(-100% - 20px);
    width: 0;
  }
  .activeSection3 .menu a.sec3::before {
    left: -20px;
  }
  .activeSection4 .menu a.sec3::before {
    left: calc(100% + 20px);
    width: 0;
  }
  .activeSection3 .menu a.sec4::before {
    left: calc(-100% - 20px);
    width: 0;
  }
  .activeSection4 .menu a.sec4::before {
    left: -20px;
  }
  .menu a i {
    margin: 0 2px;
  }
  [class^="active"] .menu a {
    color: #263238;
  }
}
@media only screen and (min-width: 1240px) {
  .menu li {
    margin: 0 30px 0 0;
  }
  .menu a i {
    margin: 0 4px;
  }
}
.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 19px 20px 20px;
  border-top: solid 2px rgba(255, 255, 255, 0.1);
}
.language a,
.language span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 60px;
  line-height: 60px;
  color: #fff;
  width: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.language a i,
.language span i {
  margin: 0 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.language span {
  font-weight: 700;
}
.language span::before {
  display: block;
  position: absolute;
  content: "";
  bottom: 16px;
  left: 15px;
  width: 30px;
  height: 2px;
  background: #ffc107;
}
@media only screen and (min-width: 1024px) {
  .language {
    margin: 0;
    border-top: 0;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    padding: 0 0 0 20px;
  }
  .language a i,
  .language span i {
    margin: 0 2px;
  }
  [class^="active"] .language {
    border-left: solid 1px rgba(0, 0, 0, 0.1);
  }
  [class^="active"] .language a,
  [class^="active"] .language span {
    color: #263238;
  }
}
@media only screen and (min-width: 1240px) {
  .language {
    padding: 0 0 0 30px;
  }
  .language a i,
  .language span i {
    margin: 0 4px;
  }
}
#footer {
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer span {
  display: block;
  text-align: center;
  margin: 0 0 10px;
  padding: 0 0 10px;
  height: 30px;
  line-height: 30px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 1.25rem;
  color: #263238;
}
#footer span i {
  color: #b0bec5;
}
#footer b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  line-height: 30px;
}
#footer b i {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 0.75rem;
  color: #607d8b;
}
#footer b a {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#footer b a::before {
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  background: url(../imgs/css/rk.svg) no-repeat center;
  background-size: 20px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 960px) {
  #footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  #footer span {
    border: 0;
    padding: 0;
    margin: 0;
  }
  #footer b {
    height: 40px;
    line-height: 40px;
  }
  #footer b i {
    font-size: 1rem;
  }
  #footer b a {
    margin: 5px 5px 5px 10px;
    width: 30px;
    height: 30px;
  }
  #footer b a::before {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
  }
}
#main {
  position: relative;
  padding: calc(100vh) 0 0;
  -webkit-transition: -webkit-filter 0.4s, filter 0.4s;
  transition: filter 0.4s;
  -webkit-filter: blur(0);
  filter: blur(0);
}
#main::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh);
  background: url(../imgs/css/home-medium.jpg) top center no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 960px) {
  #main: :before {
    background-image: url(../imgs/css/home-large.jpg);
  }
}
.blur #main {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  background: #000;
}
.blur #main::before {
  opacity: 0.5;
}
.mainSection {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrapper {
  margin: 40px 10px;
  max-width: 1240px;
}
@media only screen and (min-width: 1000px) {
  .wrapper {
    margin: 60px 20px;
  }
}
@media only screen and (min-width: 1320px) {
  .wrapper {
    margin: 80px 40px;
  }
}
h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0 0 20px;
}
h2 i {
  display: block;
  margin: 0 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 1000px) {
  h2 {
    margin: 0 0 40px;
    font-size: 2.5rem;
  }
  h2 i {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1320px) {
  h2 {
    margin: 0 0 60px;
    font-size: 3rem;
  }
  h2 i {
    margin: 0 14px;
  }
}
#biography {
  background: #eceff1;
  -webkit-transition: font-size 0.2s;
  transition: font-size 0.2s;
  text-align: justify;
  color: #263238;
}
#biography h2 {
  color: #673ab7;
}
#biography p {
  line-height: 1.75em;
  margin: 0;
  font-size: 4vw;
}
#biography p i {
  font-family: serif;
  color: #000;
  font-style: italic;
}
#biography .column p {
  margin: 0 0 20px;
}
#biography img {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  #biography p {
    font-size: 2vw;
  }
  #biography .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 20px;
    max-width: 1000px;
  }
  #biography .block.first {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #biography .column {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: calc(50% - 20px);
    margin: 0;
  }
}
@media only screen and (min-width: 1000px) {
  #biography p {
    font-size: 1.75vw;
  }
  #biography .block {
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 1320px) {
  #biography p {
    font-size: 1.35rem;
  }
  #biography .block {
    margin: 0 0 60px;
  }
  #biography .column {
    width: calc(50% - 30px);
  }
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 10px;
}
.tabs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 20px;
  height: 32px;
  line-height: 28px;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 0.65rem;
}
.tabs a i {
  display: block;
  margin: 0 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 720px) {
  .tabs a {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1000px) {
  .tabs a {
    font-size: 1rem;
    height: 40px;
    line-height: 36px;
  }
  .tabs a i {
    margin: 0 4px;
  }
}
#media {
  background: url(../imgs/css/media-medium.jpg) no-repeat center #f95b45;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-width: 1000px) {
  #media {
    background-image: url(../imgs/css/media-large.jpg);
  }
}
#media .tabs a {
  color: #fff;
  border: solid 2px #fff;
}
#media .tabs a.current {
  color: #f95b45;
  background: #fff;
}
.gallery {
  margin: 0 auto;
  max-width: 1200px;
}
.gallery div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}
.gallery div a {
  margin: 20px;
  width: calc(50% - 40px);
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.gallery div a:before {
  display: block;
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 6px 6px 6px rgba(0, 0, 0, 0.125);
  background: #fff;
}
.gallery div a img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 720px) {
  .gallery div a {
    width: calc((100% / 3) - 40px);
  }
}
@media only screen and (min-width: 1000px) {
  .gallery div a {
    width: calc(25% - 40px);
  }
}
.gallery .videos a::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../imgs/css/play.svg) no-repeat center center;
  background-size: 60px 60px;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
}
.touch .gallery .videos a::after {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.75;
}
.no-touch .gallery .videos a:hover::after {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0.75;
}
#program {
  background: #eceff1;
}
#program h2 {
  color: #23a9f6;
}
#program .tabs a {
  color: #23a9f6;
  border: solid 2px #23a9f6;
}
#program .tabs a.current {
  color: #fff;
  background: #23a9f6;
}
#program ul {
  width: calc(100vw - 20px);
  max-width: 900px;
}
#program ul li {
  padding: 10px 0 10px 20px;
  position: relative;
  border-bottom: solid 1px rgba(35, 169, 246, 0.25);
}
#program ul li:last-of-type {
  border: 0;
  padding: 10px 0 0 20px;
}
#program ul li::before {
  display: block;
  position: absolute;
  content: "";
  top: 2.75vw;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #23a9f6;
}
#program ul li i,
#program ul li span {
  color: #607d8b;
  display: block;
  font-size: 3vw;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#program ul li b {
  font-size: 4vw;
  color: #455a64;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#program ul li b em {
  color: #263238;
  font-weight: 400;
}
#program ul li a {
  display: block;
}
#program ul li a b {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #2196f3;
}
#program ul li a b strong,
#program ul li a b em {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #2196f3;
}
.no-touch #program ul li a:hover b {
  color: #f44336;
}
.no-touch #program ul li a:hover b strong,
.no-touch #program ul li a:hover b em {
  color: #f44336;
}
@media only screen and (min-width: 720px) {
  #program ul li {
    padding: 0;
    margin: 2vw 0 0;
    border: solid 1px rgba(35, 169, 246, 0.25);
    background: rgba(255, 255, 255, 0.25);
  }
  #program ul li:last-of-type {
    border: solid 1px rgba(35, 169, 246, 0.25);
    padding: 0;
  }
  #program ul li::before {
    display: none;
  }
  #program ul li .header,
  #program ul li a .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: solid 1px rgba(35, 169, 246, 0.25);
  }
  #program ul li i,
  #program ul li span {
    font-size: 1rem;
    padding: 10px;
  }
  #program ul li i {
    border-right: solid 1px rgba(35, 169, 246, 0.25);
  }
  #program ul li b {
    padding: 10px;
    font-size: 1.25rem;
  }
}
#contact {
  background: #37474f;
  background: -webkit-radial-gradient(center, #455a64 0%, #263238 100%);
  background: radial-gradient(to center, #455a64 0%, #263238 100%);
  color: #fff;
}
.formHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  width: calc(100vw - 40px);
  max-width: 900px;
}
.formHolder form {
  width: 100%;
}
.formHolder form .formMessage {
  margin: 0 0 20px;
  padding: 10px 40px 10px 10px;
  min-height: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.formHolder form .formMessage .closeMessage {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 3;
  width: 32px;
  height: 32px;
  background: #fff;
  text-indent: -200px;
  overflow: hidden;
  cursor: pointer;
}
.formHolder form .formMessage .closeMessage::before,
.formHolder form .formMessage .closeMessage::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #d32f2f;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formHolder form .formMessage .closeMessage::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .formHolder form .formMessage .closeMessage:hover::before,
.no-touch .formHolder form .formMessage .closeMessage:hover::after {
  width: 24px;
  height: 4px;
  margin: -2px 0 0 -12px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.no-touch .formHolder form .formMessage .closeMessage:hover::after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.formHolder form .formMessage.success {
  background: #4caf50;
  background: -webkit-linear-gradient(left, #8bc34a 0%, #009688 100%);
  background: linear-gradient(to right, #8bc34a 0%, #009688 100%);
}
.formHolder form .formMessage.fail {
  background: #f44336;
  background: -webkit-linear-gradient(left, #ff5722 0%, #e91e63 100%);
  background: linear-gradient(to right, #ff5722 0%, #e91e63 100%);
}
.formHolder form .formItem {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.formHolder form .formItem label {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  padding: 0 10px;
  width: 50px;
  height: 32px;
  line-height: 32px;
  border: solid 2px #607d8b;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.1);
}
.formHolder form .formItem input {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 0 0 -2px;
  padding: 6px 10px;
  height: 20px;
  line-height: 20px;
  width: calc(100% - 96px);
  color: #eceff1;
  border: solid 2px #607d8b;
  outline: 0;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  font-family: serif;
  font-style: italic;
}
.formHolder form .formItem input:focus {
  border: solid 2px #fff;
  background: #fff;
  color: #263238;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25), 4px 6px 10px rgba(0, 0, 0, 0.125);
}
.formHolder form .formItem textarea {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 10px;
  height: 70px;
  width: calc(100% - 96px);
  font-family: serif;
  font-style: italic;
  background: rgba(0, 0, 0, 0.2);
  border: solid 2px #607d8b;
  color: #eceff1;
  outline: 0;
  margin: 0 0 0 -2px;
  position: relative;
  z-index: 1;
}
.formHolder form .formItem textarea:focus {
  border: solid 2px #fff;
  background: #fff;
  color: #263238;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5), 4px 6px 10px rgba(0, 0, 0, 0.25);
}
.formHolder form .formItem .errorBox {
  width: 100%;
}
.formHolder form .formItem .errorBox label {
  margin: -2px 0 0 72px;
  padding: 5px 10px;
  color: #e57373;
  background: rgba(244, 67, 54, 0.25);
  width: calc(100% - 96px);
  height: auto;
  line-height: normal;
  font-size: 0.75rem;
  text-transform: none;
}
.formHolder form .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 0 0;
}
.formHolder form .buttons .button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  background: -webkit-linear-gradient(left, #8bc34a 0%, #009688 100%);
  background: linear-gradient(to right, #8bc34a 0%, #009688 100%);
}
.formHolder form .buttons .button::before {
  display: block;
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  right: 2px;
  background: #37474f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.no-touch .formHolder form .buttons .button:hover::before,
.touch .formHolder form .buttons .button::before {
  width: 0;
}
.formHolder form .buttons input {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 40px;
  line-height: 36px;
  color: #4caf50;
  font-weight: 700;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: transparent;
  position: relative;
  z-index: 1;
}
.no-touch .formHolder form .buttons input:hover,
.touch .formHolder form .buttons input {
  color: #fff;
}
.formHolder form .robot {
  position: fixed;
  top: -1000px;
  left: -1000px;
  opacity: 0;
}
@media only screen and (min-width: 740px) {
  .formHolder form {
    width: 720px;
  }
  .formHolder form .formItem {
    margin: 0 0 20px;
  }
  .formHolder form .formItem label {
    width: 80px;
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
  }
  .formHolder form .formItem input {
    height: 28px;
    line-height: 28px;
    width: calc(100% - 126px);
    font-size: 1.25rem;
  }
  .formHolder form .formItem textarea {
    height: 140px;
    width: calc(100% - 126px);
    font-size: 1.25rem;
  }
  .formHolder form .formItem .errorBox label {
    margin: -2px 0 0 102px;
    width: calc(100% - 126px);
    height: auto;
  }
  .formHolder form .itemGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px;
  }
  .formHolder form .itemGroup .formItem {
    width: calc(50% - 10px);
    margin: 0;
  }
  .formHolder form .buttons input {
    height: 50px;
    line-height: 46px;
    padding: 0 30px;
    font-size: 1.25rem;
  }
} /*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  background: #000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25), 10px 10px 20px rgba(0, 0, 0, 0.5);
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../imgs/css/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
  bottom: 0 !important;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}
#swipebox-top-bar {
  display: none;
}
#swipebox-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#swipebox-prev,
#swipebox-next {
  display: block;
  width: 50%;
  height: 50px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #000;
  background-clip: padding-box;
}
.no-touch #swipebox-prev:hover,
.no-touch #swipebox-next:hover {
  background: #263238;
}
#swipebox-prev::before,
#swipebox-prev::after,
#swipebox-next::before,
#swipebox-next::after {
  display: block;
  position: absolute;
  content: "";
}
#swipebox-prev::before,
#swipebox-next::before {
  width: 32px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -16px;
  background: #fff;
}
#swipebox-prev::after,
#swipebox-next::after {
  width: 14px;
  height: 14px;
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -16px;
}
#swipebox-prev {
  width: calc(50% - 1px);
  border-right: solid 1px rgba(255, 255, 255, 0.25);
}
#swipebox-next::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: -8px 0 0 0;
}
#swipebox-close {
  width: 40px;
  height: 40px;
  display: block;
  top: 30px;
  right: 20px;
  position: absolute;
  z-index: 9999;
  background: #000;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  box-sizing: border-box;
  border: solid 1px rgba(255, 255, 255, 0.25);
}
.no-touch #swipebox-close:hover {
  background: #f44336;
}
#swipebox-close::before,
#swipebox-close::after {
  display: block;
  position: absolute;
  content: "";
  width: 32px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -16px;
  background: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#swipebox-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch #swipebox-prev.disabled:hover,
.no-touch #swipebox-next.disabled:hover {
  background: #000;
}
#swipebox-prev.disabled::before,
#swipebox-prev.disabled::after,
#swipebox-next.disabled::before,
#swipebox-next.disabled::after {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
