@charset "UTF-8";
/*
  Based on the Eric Meyer CSS Reset v2.0 (http://meyerweb.com/eric/tools/css/reset/)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top; }

*, :before, :after {
  box-sizing: inherit; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@keyframes fd {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0deg); } }

@keyframes fdOpacity {
  0% { }
  100% {
    opacity: 1; } }

::-moz-selection {
  background: #7ab2c1; }

::selection {
  background: #7ab2c1; }

a,
h1,
h2,
h3,
h4 {
  font-family: "brothers", Georgia, Times, "Times New Roman", serif;
  margin-bottom: .5em; }

a {
  text-decoration: none; }

h1 {
  display: inline-block;
  letter-spacing: 0.3em;
  position: relative;
  font-weight: 600;
  font-size: 1.7em; }
  @media screen and (min-width: 750px) {
    h1 {
      font-size: 1.8em; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 2.2em; } }

h2 {
  font-size: 1em;
  color: #fdfdfd;
  letter-spacing: 0.2em; }
  @media only screen and (min-width: 1023px) {
    h2 {
      font-size: 1.1em; } }

h3 {
  font-size: 0.9em;
  letter-spacing: 0.2em; }
  @media only screen and (min-width: 1023px) {
    h3 {
      font-size: 1em; } }

h4 {
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.3em; }

h5 {
  color: rgba(253, 253, 253, 0.8);
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  margin-bottom: .4em; }

h6 {
  color: rgba(253, 253, 253, 0.8);
  font-weight: 400;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: .4em; }

p {
  font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif;
  line-height: 1.6em;
  margin-bottom: 1.1em;
  display: block; }
  p:last-child {
    margin-bottom: 0; }
  p a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid rgba(46, 62, 94, 0.2);
    line-height: 1em;
    font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif;
    color: #2e3e5e;
    transition: 0.6s cubic-bezier(0.23, 0.01, 0, 1);
    z-index: 1;
    text-shadow: 0.03em 0 #fdfdfd, -0.03em 0 #fdfdfd, 0 0.03em #fdfdfd, 0 -0.03em #fdfdfd, 0.06em 0 #fdfdfd, -0.06em 0 #fdfdfd, 0.09em 0 #fdfdfd, -0.09em 0 #fdfdfd, 0.12em 0 #fdfdfd, -0.12em 0 #fdfdfd, 0.15em 0 #fdfdfd, -0.15em 0 #fdfdfd; }
    p a:after, p a:before {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 1px;
      background: #7ab2c1;
      transition: transition 0.4s cubic-bezier(0.23, 0.01, 0, 1);
      transform: scale3d(0, 1, 1);
      z-index: -1; }
    p a:before {
      -ms-transform-origin: right;
      transform-origin: right;
      transition: transform 0.4s cubic-bezier(0.23, 0.01, 0, 1); }
    p a:after {
      -ms-transform-origin: left;
      transform-origin: left;
      transition: transform 0s; }
    p a:active, p a:focus, p a:hover {
      color: #7ab2c1; }
      p a:active:after, p a:active:before, p a:focus:after, p a:focus:before, p a:hover:after, p a:hover:before {
        transform: scale3d(1, 1, 1); }
      p a:active:before, p a:focus:before, p a:hover:before {
        transition: transform 0s 0.4s; }
      p a:active:after, p a:focus:after, p a:hover:after {
        transition: transform 0.4s cubic-bezier(0.23, 0.01, 0, 1); }

.touch p a {
  color: #7ab2c1; }
  .touch p a:after, .touch p a:before {
    transform: scale3d(1, 1, 1); }

b,
strong {
  font-weight: 600; }

ol,
ul {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px; }

.title {
  font-family: "brothers", Georgia, Times, "Times New Roman", serif;
  display: block; }

.copy {
  font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif;
  display: block; }

blockquote,
blockquote p {
  color: #427d9c;
  text-align: center;
  margin: 5vh 0;
  font-size: 1.03em;
  font-family: "brothers", Georgia, Times, "Times New Roman", serif; }

@font-face {
  font-family: 'entypo';
  src: url("../fonts/entypo.eot?59575301");
  src: url("../fonts/entypo.eot?59575301#iefix") format("embedded-opentype"), url("../fonts/entypo.woff?59575301") format("woff"), url("../fonts/entypo.ttf?59575301") format("truetype"), url("../fonts/entypo.svg?59575301#entypo") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('../font/entypo.svg?59575301#entypo') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before,
.tweet:before,
.read-more:after {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

span.icon-facebook:before {
  padding-right: 0.2em; }

span.icon-twitter:before {
  padding-right: 0.3em; }

.icon-note:before {
  content: '\e800'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e801'; }

/* '' */
.icon-cancel-squared:before {
  content: '\e802'; }

/* '' */
.icon-note-beamed:before {
  content: '\e803'; }

/* '' */
.icon-upload-cloud:before {
  content: '\e804'; }

/* '' */
.icon-music:before {
  content: '\e805'; }

/* '' */
.icon-plus:before {
  content: '\e806'; }

/* '' */
.icon-bookmark:before {
  content: '\e807'; }

/* '' */
.icon-chat:before {
  content: '\e808'; }

/* '' */
.icon-bell:before {
  content: '\e809'; }

/* '' */
.icon-light-down:before {
  content: '\e80a'; }

/* '' */
.icon-basket:before {
  content: '\e80b'; }

/* '' */
.icon-down:before {
  content: '\e80c'; }

/* '' */
.icon-left-dir:before {
  content: '\e80d'; }

/* '' */
.icon-left-circled:before {
  content: '\e80e'; }

/* '' */
.icon-search:before {
  content: '\e80f'; }

/* '' */
.icon-mail:before {
  content: '\e810'; }

/* '' */
.icon-heart:before {
  content: '\e811'; }

/* '' */
.icon-flashlight:before {
  content: '\e812'; }

/* '' */
.icon-heart-empty:before {
  content: '\e813'; }

/* '' */
.icon-star:before {
  content: '\e814'; }

/* '' */
.icon-star-empty:before {
  content: '\e815'; }

/* '' */
.icon-user:before {
  content: '\e816'; }

/* '' */
.icon-users:before {
  content: '\e817'; }

/* '' */
.icon-user-add:before {
  content: '\e818'; }

/* '' */
.icon-video:before {
  content: '\e819'; }

/* '' */
.icon-camera:before {
  content: '\e81a'; }

/* '' */
.icon-picture:before {
  content: '\e81b'; }

/* '' */
.icon-layout:before {
  content: '\e81c'; }

/* '' */
.icon-check:before {
  content: '\e81d'; }

/* '' */
.icon-tag:before {
  content: '\e81e'; }

/* '' */
.icon-cancel:before {
  content: '\e81f'; }

/* '' */
.icon-eye:before {
  content: '\e820'; }

/* '' */
.icon-lock-open:before {
  content: '\e821'; }

/* '' */
.icon-menu:before {
  content: '\e822'; }

/* '' */
.icon-lock:before {
  content: '\e823'; }

/* '' */
.icon-attach:before {
  content: '\e824'; }

/* '' */
.icon-link:before {
  content: '\e825'; }

/* '' */
.icon-home:before {
  content: '\e826'; }

/* '' */
.icon-back:before {
  content: '\e827'; }

/* '' */
.icon-info-circled:before {
  content: '\e828'; }

/* '' */
.icon-info:before {
  content: '\e829'; }

/* '' */
.icon-help-circled:before {
  content: '\e82a'; }

/* '' */
.icon-help:before {
  content: '\e82b'; }

/* '' */
.icon-minus-circled:before {
  content: '\e82c'; }

/* '' */
.icon-minus:before {
  content: '\e82d'; }

/* '' */
.icon-plus-squared:before {
  content: '\e82e'; }

/* '' */
.icon-plus-circled:before {
  content: '\e82f'; }

/* '' */
.icon-minus-squared:before {
  content: '\e830'; }

/* '' */
.icon-bookmarks:before {
  content: '\e831'; }

/* '' */
.icon-flag:before {
  content: '\e832'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e833'; }

/* '' */
.icon-upload:before {
  content: '\e834'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e835'; }

/* '' */
.icon-download:before {
  content: '\e836'; }

/* '' */
.icon-reply:before {
  content: '\e837'; }

/* '' */
.icon-reply-all:before {
  content: '\e838'; }

/* '' */
.icon-forward:before {
  content: '\e839'; }

/* '' */
.icon-quote:before {
  content: '\e83a'; }

/* '' */
.icon-code:before {
  content: '\e83b'; }

/* '' */
.icon-export:before {
  content: '\e83c'; }

/* '' */
.icon-pencil:before {
  content: '\e83d'; }

/* '' */
.icon-feather:before {
  content: '\e83e'; }

/* '' */
.icon-print:before {
  content: '\e83f'; }

/* '' */
.icon-retweet:before {
  content: '\e840'; }

/* '' */
.icon-keyboard:before {
  content: '\e841'; }

/* '' */
.icon-comment:before {
  content: '\e842'; }

/* '' */
.icon-book:before {
  content: '\e843'; }

/* '' */
.icon-book-open:before {
  content: '\e844'; }

/* '' */
.icon-newspaper:before {
  content: '\e845'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\e846'; }

/* '' */
.icon-doc-text:before {
  content: '\e847'; }

/* '' */
.icon-doc-landscape:before {
  content: '\e848'; }

/* '' */
.icon-doc:before {
  content: '\e849'; }

/* '' */
.icon-trash:before {
  content: '\e84a'; }

/* '' */
.icon-cup:before {
  content: '\e84b'; }

/* '' */
.icon-compass:before {
  content: '\e84c'; }

/* '' */
.icon-direction:before {
  content: '\e84d'; }

/* '' */
.icon-map:before {
  content: '\e84e'; }

/* '' */
.icon-location:before {
  content: '\e84f'; }

/* '' */
.icon-address:before {
  content: '\e850'; }

/* '' */
.icon-vcard:before {
  content: '\e851'; }

/* '' */
.icon-alert:before {
  content: '\e852'; }

/* '' */
.icon-attention:before {
  content: '\e853'; }

/* '' */
.icon-folder:before {
  content: '\e854'; }

/* '' */
.icon-archive:before {
  content: '\e855'; }

/* '' */
.icon-box:before {
  content: '\e856'; }

/* '' */
.icon-rss:before {
  content: '\e857'; }

/* '' */
.icon-phone:before {
  content: '\e858'; }

/* '' */
.icon-cog:before {
  content: '\e859'; }

/* '' */
.icon-tools:before {
  content: '\e85a'; }

/* '' */
.icon-share:before {
  content: '\e85b'; }

/* '' */
.icon-shareable:before {
  content: '\e85c'; }

/* '' */
.icon-bag:before {
  content: '\e85d'; }

/* '' */
.icon-calendar:before {
  content: '\e85e'; }

/* '' */
.icon-login:before {
  content: '\e85f'; }

/* '' */
.icon-logout:before {
  content: '\e860'; }

/* '' */
.icon-mic:before {
  content: '\e861'; }

/* '' */
.icon-mute:before {
  content: '\e862'; }

/* '' */
.icon-docs:before {
  content: '\e863'; }

/* '' */
.icon-sound:before {
  content: '\e864'; }

/* '' */
.icon-volume:before {
  content: '\e865'; }

/* '' */
.icon-clock:before {
  content: '\e866'; }

/* '' */
.icon-hourglass:before {
  content: '\e867'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e868'; }

/* '' */
.icon-up-open:before {
  content: '\e869'; }

/* '' */
.icon-right-open:before {
  content: '\e86a'; }

/* '' */
.icon-left-open:before {
  content: '\e86b'; }

/* '' */
.icon-down-open:before {
  content: '\e86c'; }

/* '' */
.icon-right-circled:before {
  content: '\e86d'; }

/* '' */
.icon-down-circled:before {
  content: '\e86e'; }

/* '' */
.icon-up-circled:before {
  content: '\e86f'; }

/* '' */
.icon-arrow-combo:before {
  content: '\e870'; }

/* '' */
.icon-window:before {
  content: '\e871'; }

/* '' */
.icon-publish:before {
  content: '\e872'; }

/* '' */
.icon-popup:before {
  content: '\e873'; }

/* '' */
.icon-resize-small:before {
  content: '\e874'; }

/* '' */
.icon-resize-full:before {
  content: '\e875'; }

/* '' */
.icon-block:before {
  content: '\e876'; }

/* '' */
.icon-adjust:before {
  content: '\e877'; }

/* '' */
.icon-light-up:before {
  content: '\e878'; }

/* '' */
.icon-lamp:before {
  content: '\e879'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e87a'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e87b'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e87c'; }

/* '' */
.icon-down-open-big:before {
  content: '\e87d'; }

/* '' */
.icon-left-open-big:before {
  content: '\e87e'; }

/* '' */
.icon-right-open-big:before {
  content: '\e87f'; }

/* '' */
.icon-arrows-ccw:before {
  content: '\e880'; }

/* '' */
.icon-cw:before {
  content: '\e881'; }

/* '' */
.icon-ccw:before {
  content: '\e882'; }

/* '' */
.icon-up-open-big:before {
  content: '\e883'; }

/* '' */
.icon-level-down:before {
  content: '\e884'; }

/* '' */
.icon-up-thin:before {
  content: '\e885'; }

/* '' */
.icon-left-thin:before {
  content: '\e886'; }

/* '' */
.icon-progress-1:before {
  content: '\e887'; }

/* '' */
.icon-progress-2:before {
  content: '\e888'; }

/* '' */
.icon-right-thin:before {
  content: '\e889'; }

/* '' */
.icon-progress-3:before {
  content: '\e88a'; }

/* '' */
.icon-target:before {
  content: '\e88b'; }

/* '' */
.icon-palette:before {
  content: '\e88c'; }

/* '' */
.icon-list:before {
  content: '\e88d'; }

/* '' */
.icon-list-add:before {
  content: '\e88e'; }

/* '' */
.icon-signal:before {
  content: '\e88f'; }

/* '' */
.icon-level-up:before {
  content: '\e890'; }

/* '' */
.icon-left:before {
  content: '\e891'; }

/* '' */
.icon-shuffle:before {
  content: '\e892'; }

/* '' */
.icon-trophy:before {
  content: '\e893'; }

/* '' */
.icon-loop:before {
  content: '\e894'; }

/* '' */
.icon-right:before {
  content: '\e895'; }

/* '' */
.icon-battery:before {
  content: '\e896'; }

/* '' */
.icon-back-in-time:before {
  content: '\e897'; }

/* '' */
.icon-switch:before {
  content: '\e898'; }

/* '' */
.icon-up:before {
  content: '\e899'; }

/* '' */
.icon-down-dir:before {
  content: '\e89a'; }

/* '' */
.icon-play:before {
  content: '\e89b'; }

/* '' */
.icon-monitor:before {
  content: '\e89c'; }

/* '' */
.icon-mobile:before {
  content: '\e89d'; }

/* '' */
.icon-stop:before {
  content: '\e89e'; }

/* '' */
.icon-right-dir:before {
  content: '\e89f'; }

/* '' */
.icon-pause:before {
  content: '\e8a0'; }

/* '' */
.icon-network:before {
  content: '\e8a1'; }

/* '' */
.icon-cd:before {
  content: '\e8a2'; }

/* '' */
.icon-record:before {
  content: '\e8a3'; }

/* '' */
.icon-up-dir:before {
  content: '\e8a4'; }

/* '' */
.icon-down-bold:before {
  content: '\e8a5'; }

/* '' */
.icon-to-end:before {
  content: '\e8a6'; }

/* '' */
.icon-inbox:before {
  content: '\e8a7'; }

/* '' */
.icon-install:before {
  content: '\e8a8'; }

/* '' */
.icon-to-start:before {
  content: '\e8a9'; }

/* '' */
.icon-left-bold:before {
  content: '\e8aa'; }

/* '' */
.icon-right-bold:before {
  content: '\e8ab'; }

/* '' */
.icon-fast-forward:before {
  content: '\e8ac'; }

/* '' */
.icon-globe:before {
  content: '\e8ad'; }

/* '' */
.icon-cloud:before {
  content: '\e8ae'; }

/* '' */
.icon-fast-backward:before {
  content: '\e8af'; }

/* '' */
.icon-down-thin:before {
  content: '\e8b0'; }

/* '' */
.icon-progress-0:before {
  content: '\e8b1'; }

/* '' */
.icon-up-bold:before {
  content: '\e8b2'; }

/* '' */
.icon-cloud-thunder:before {
  content: '\e8b3'; }

/* '' */
.icon-chart-area:before {
  content: '\e8b4'; }

/* '' */
.icon-chart-bar:before {
  content: '\e8b5'; }

/* '' */
.icon-flow-tree:before {
  content: '\e8b6'; }

/* '' */
.icon-flow-line:before {
  content: '\e8b7'; }

/* '' */
.icon-vimeo:before {
  content: '\e8b8'; }

/* '' */
.icon-flickr-circled:before {
  content: '\e8b9'; }

/* '' */
.icon-lastfm:before {
  content: '\e8ba'; }

/* '' */
.icon-lastfm-circled:before {
  content: '\e8bb'; }

/* '' */
.icon-vkontakte:before {
  content: '\e8bc'; }

/* '' */
.icon-behance:before {
  content: '\e8bd'; }

/* '' */
.icon-mixi:before {
  content: '\e8be'; }

/* '' */
.icon-stumbleupon:before {
  content: '\e8bf'; }

/* '' */
.icon-stumbleupon-circled:before {
  content: '\e8c0'; }

/* '' */
.icon-flickr:before {
  content: '\e8c1'; }

/* '' */
.icon-github-circled:before {
  content: '\e8c2'; }

/* '' */
.icon-flow-cascade:before {
  content: '\e8c3'; }

/* '' */
.icon-flow-branch:before {
  content: '\e8c4'; }

/* '' */
.icon-chart-line:before {
  content: '\e8c5'; }

/* '' */
.icon-chart-pie:before {
  content: '\e8c6'; }

/* '' */
.icon-erase:before {
  content: '\e8c7'; }

/* '' */
.icon-key:before {
  content: '\e8c8'; }

/* '' */
.icon-github:before {
  content: '\e8c9'; }

/* '' */
.icon-dribbble-circled:before {
  content: '\e8ca'; }

/* '' */
.icon-picasa:before {
  content: '\e8cb'; }

/* '' */
.icon-dribbble:before {
  content: '\e8cc'; }

/* '' */
.icon-infinity:before {
  content: '\e8cd'; }

/* '' */
.icon-magnet:before {
  content: '\e8ce'; }

/* '' */
.icon-bucket:before {
  content: '\e8cf'; }

/* '' */
.icon-linkedin-circled:before {
  content: '\e8d0'; }

/* '' */
.icon-paypal:before {
  content: '\e8d1'; }

/* '' */
.icon-sina-weibo:before {
  content: '\e8d2'; }

/* '' */
.icon-linkedin:before {
  content: '\e8d3'; }

/* '' */
.icon-cc-zero:before {
  content: '\e8d4'; }

/* '' */
.icon-drive:before {
  content: '\e8d5'; }

/* '' */
.icon-brush:before {
  content: '\e8d6'; }

/* '' */
.icon-dot-3:before {
  content: '\e8d7'; }

/* '' */
.icon-database:before {
  content: '\e8d8'; }

/* '' */
.icon-cc-pd:before {
  content: '\e8d9'; }

/* '' */
.icon-tumblr-circled:before {
  content: '\e8da'; }

/* '' */
.icon-renren:before {
  content: '\e8db'; }

/* '' */
.icon-skype-circled:before {
  content: '\e8dc'; }

/* '' */
.icon-tumblr:before {
  content: '\e8dd'; }

/* '' */
.icon-cc-nd:before {
  content: '\e8de'; }

/* '' */
.icon-megaphone:before {
  content: '\e8df'; }

/* '' */
.icon-dot-2:before {
  content: '\e8e0'; }

/* '' */
.icon-dot:before {
  content: '\e8e1'; }

/* '' */
.icon-clipboard:before {
  content: '\e8e2'; }

/* '' */
.icon-cc-sa:before {
  content: '\e8e3'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\e8e4'; }

/* '' */
.icon-cc-remix:before {
  content: '\e8e5'; }

/* '' */
.icon-thermometer:before {
  content: '\e8e6'; }

/* '' */
.icon-soundcloud:before {
  content: '\e8e7'; }

/* '' */
.icon-cc-share:before {
  content: '\e8e8'; }

/* '' */
.icon-google-circles:before {
  content: '\e8e9'; }

/* '' */
.icon-skype:before {
  content: '\e8ea'; }

/* '' */
.icon-flattr:before {
  content: '\e8eb'; }

/* '' */
.icon-cc-nc-jp:before {
  content: '\e8ec'; }

/* '' */
.icon-cc-nc-eu:before {
  content: '\e8ed'; }

/* '' */
.icon-cc-nc:before {
  content: '\e8ee'; }

/* '' */
.icon-cc-by:before {
  content: '\e8ef'; }

/* '' */
.icon-cc:before {
  content: '\e8f0'; }

/* '' */
.icon-traffic-cone:before {
  content: '\e8f1'; }

/* '' */
.icon-gauge:before {
  content: '\e8f2'; }

/* '' */
.icon-rocket:before {
  content: '\e8f3'; }

/* '' */
.icon-flow-parallel:before {
  content: '\e8f4'; }

/* '' */
.icon-vimeo-circled:before {
  content: '\e8f5'; }

/* '' */
.icon-twitter:before {
  content: '\e8f6'; }

/* '' */
.icon-twitter-circled:before {
  content: '\e8f7'; }

/* '' */
.icon-facebook:before {
  content: '\e8f8'; }

/* '' */
.icon-facebook-circled:before {
  content: '\e8f9'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e8fa'; }

/* '' */
.icon-gplus:before {
  content: '\e8fb'; }

/* '' */
.icon-gplus-circled:before {
  content: '\e8fc'; }

/* '' */
.icon-pinterest:before {
  content: '\e8fd'; }

/* '' */
.icon-evernote:before {
  content: '\e8fe'; }

/* '' */
.icon-dropbox:before {
  content: '\e8ff'; }

/* '' */
.icon-instagram:before {
  content: '\e900'; }

/* '' */
.icon-qq:before {
  content: '\e901'; }

/* '' */
.icon-spotify-circled:before {
  content: '\e902'; }

/* '' */
.icon-spotify:before {
  content: '\e903'; }

/* '' */
.icon-rdio-circled:before {
  content: '\e904'; }

/* '' */
.icon-rdio:before {
  content: '\e905'; }

/* '' */
.icon-smashing:before {
  content: '\e906'; }

/* '' */
.icon-sweden:before {
  content: '\e907'; }

/* '' */
.icon-db-shape:before {
  content: '\e908'; }

/* '' */
.icon-logo-db:before {
  content: '\e909'; }

/* '' */
.icon-tape:before {
  content: '\e90a'; }

/* '' */
.icon-flash:before {
  content: '\e90b'; }

/* '' */
.icon-graduation-cap:before {
  content: '\e90c'; }

/* '' */
.icon-language:before {
  content: '\e90d'; }

/* '' */
.icon-flight:before {
  content: '\e90e'; }

/* '' */
.icon-moon:before {
  content: '\e90f'; }

/* '' */
.icon-paper-plane:before {
  content: '\e910'; }

/* '' */
.icon-ticket:before {
  content: '\e911'; }

/* '' */
.icon-leaf:before {
  content: '\e912'; }

/* '' */
.icon-lifebuoy:before {
  content: '\e913'; }

/* '' */
.icon-droplet:before {
  content: '\e914'; }

/* '' */
.icon-water:before {
  content: '\e915'; }

/* '' */
.icon-air:before {
  content: '\e916'; }

/* '' */
.icon-mouse:before {
  content: '\e917'; }

/* '' */
.icon-briefcase:before {
  content: '\e918'; }

/* '' */
.icon-credit-card:before {
  content: '\e919'; }

/* '' */
.icon-floppy:before {
  content: '\e91a'; }

/* '' */
.icon-suitcase:before {
  content: '\e91b'; }

/* '' */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

body,
html {
  position: relative;
  overflow-x: hidden; }

.error {
  color: #ff1045; }

.success {
  color: green; }

.pad-section {
  position: relative;
  padding: 12vw; }
  @media screen and (min-width: 750px) {
    .pad-section {
      padding: 10vw; } }
  @media screen and (min-width: 1023px) {
    .pad-section {
      padding: 13vw; } }

.buttonNoStyle {
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.element-invisible, .screen-reader-text {
  position: absolute !important;
  margin-left: -10000px !important;
  overflow-x: hidden; }

.clip {
  overflow: hidden; }

.cf:before,
.cf:after {
  content: "";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

*:focus {
  outline: 0; }

.element-invisible, .screen-reader-text {
  position: absolute !important;
  margin-left: -10000px !important;
  overflow-x: hidden; }

.disable-hover,
.disable-hover * {
  pointer-events: none !important; }

.noScroll {
  overflow-x: hidden;
  overflow-y: auto; }

.atBottom, .atTop {
  position: relative;
  display: block;
  width: 100%; }

.screen-sizes span {
  position: absolute;
  top: -1000%;
  left: -1000%;
  width: 100%; }

.babyBear {
  display: none; }
  @media screen and (min-width: 480px) {
    .babyBear {
      display: block; } }

.mamaBear {
  display: none; }
  @media screen and (min-width: 750px) {
    .mamaBear {
      display: block; } }

.mamaPapaBear {
  display: none; }
  @media screen and (min-width: 900px) {
    .mamaPapaBear {
      display: block; } }

.papaBear {
  display: none; }
  @media screen and (min-width: 1023px) {
    .papaBear {
      display: block; } }

.sumoBear {
  display: none; }
  @media screen and (min-width: 1200px) {
    .sumoBear {
      display: block; } }

.blog-con {
  position: relative; }

.blog-con__blog-item-con {
  cursor: ew-resize;
  padding: 10vw;
  display: block;
  float: left;
  position: relative;
  text-align: left;
  width: 100%; }
  @media screen and (min-width: 600px) {
    .blog-con__blog-item-con {
      display: inline-block;
      width: 50%; }
      .blog-con__blog-item-con:after {
        content: '';
        position: absolute;
        top: 4vw;
        bottom: 4vw;
        right: 0;
        width: 1px;
        background: rgba(46, 62, 94, 0.1);
        pointer-events: none; }
      .blog-con__blog-item-con:last-of-type:after {
        content: none; } }
  @media screen and (min-width: 750px) {
    .blog-con__blog-item-con {
      padding: 6vw;
      width: 33.3333%; } }
  .blog-con__blog-item-con:hover .blog-con__blog-item-con__blog-item__title, .blog-con__blog-item-con:focus .blog-con__blog-item-con__blog-item__title, .blog-con__blog-item-con:active .blog-con__blog-item-con__blog-item__title {
    color: rgba(46, 62, 94, 0.8); }
  .blog-con__blog-item-con:hover .blog-con__blog-item-con__blog-item__image-con__image, .blog-con__blog-item-con:focus .blog-con__blog-item-con__blog-item__image-con__image, .blog-con__blog-item-con:active .blog-con__blog-item-con__blog-item__image-con__image {
    transform: scale3d(1.05, 1.05, 1); }
  .blog-con__blog-item-con:hover .blog-con__blog-item-con__blog-item__title:before, .blog-con__blog-item-con:focus .blog-con__blog-item-con__blog-item__title:before, .blog-con__blog-item-con:active .blog-con__blog-item-con__blog-item__title:before {
    transform: scale3d(1, 1, 1); }

.touch .blog-con__blog-item-con__blog-item__title {
  color: rgba(46, 62, 94, 0.8); }

.touch .blog-con__blog-item-con__blog-item__image-con__image {
  transform: scale3d(1.05, 1.05, 1); }

.touch .blog-con__blog-item-con__blog-item__title:before {
  transform: scale3d(1, 1, 1); }

.blog-con__blog-item-con__blog-item__image-con {
  height: 45vh;
  background: rgba(46, 62, 94, 0.2);
  overflow: hidden;
  position: relative; }

.blog-con__blog-item-con__blog-item__image-con__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.6s cubic-bezier(0.23, 0.01, 0, 1); }

.blog-con__blog-item-con__blog-item__title {
  padding-top: 2vh;
  font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif;
  color: rgba(46, 62, 94, 0.6);
  transition: color 0.3s;
  display: block;
  font-size: 1.1em;
  letter-spacing: 0.02em;
  font-weight: 600;
  position: relative; }
  @media screen and (min-width: 1400px) {
    .blog-con__blog-item-con__blog-item__title {
      font-size: 1.3em; } }
  .blog-con__blog-item-con__blog-item__title:before {
    height: 3px;
    content: '';
    position: absolute;
    bottom: -2vh;
    left: 0;
    background: #7ab2c1;
    width: 50px;
    transition: 0.5s cubic-bezier(0.23, 0.01, 0, 1);
    transform: scale3d(0, 1, 1);
    -ms-transform-origin: left;
    transform-origin: left; }

.slick-arrow {
  color: transparent !important;
  width: 5vw;
  height: 5vw;
  max-width: 80px;
  max-height: 80px;
  min-width: 50px;
  min-height: 50px;
  background: #7ab2c1;
  transition: 0.6s cubic-bezier(0.23, 0.01, 0, 1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-appearance: none;
  outline: 0;
  border: none;
  box-sizing: content-box;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }
  .slick-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27%;
    height: 1px;
    background: white;
    border-radius: 2px;
    transition: 0.6s cubic-bezier(0.23, 0.01, 0, 1);
    transform: translate3d(-50%, -50%, 0);
    box-shadow: 0px 1px 0px 0px #7ab2c1; }
    @media screen and (min-width: 750px) {
      .slick-arrow:after {
        height: 2px;
        box-shadow: 0px 2px 0px 0px #7ab2c1; } }
  .slick-arrow:before {
    content: '';
    position: absolute;
    height: 12%;
    width: 12%;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    top: 50%; }
    @media screen and (min-width: 750px) {
      .slick-arrow:before {
        border-right: 2px solid white;
        border-bottom: 2px solid white; } }
  .slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus {
    background: #92c0cc; }
    .slick-arrow:hover:after, .slick-arrow:active:after, .slick-arrow:focus:after {
      box-shadow: 0px 1px 0px 0px #92c0cc; }
    @media screen and (min-width: 750px) {
      .slick-arrow:hover:after, .slick-arrow:active:after, .slick-arrow:focus:after {
        box-shadow: 0px 2px 0px 0px #92c0cc; } }
  .slick-arrow:active {
    transition: 0.3s cubic-bezier(0.23, 0.01, 0, 1); }
    .slick-arrow:active.slick-next {
      transform: translate3d(50%, -50%, 0) scale3d(0.95, 0.95, 1); }
    .slick-arrow:active.slick-prev {
      transform: translate3d(-50%, -50%, 0) scale3d(0.95, 0.95, 1); }

.slick-next {
  right: 10vw;
  transform: translate3d(50%, -50%, 0); }
  @media screen and (min-width: 750px) {
    .slick-next {
      right: 6vw; } }
  .slick-next:before {
    right: 39%;
    transform: translate3d(0, -50%, 0) rotate(-45deg); }

.slick-prev {
  left: 10vw;
  transform: translate3d(-50%, -50%, 0); }
  @media screen and (min-width: 750px) {
    .slick-prev {
      left: 6vw; } }
  .slick-prev:before {
    left: 39%;
    transform: translate3d(0, -50%, 0) rotate(135deg); }

.slick-disabled {
  opacity: 0; }
  .slick-disabled.slick-next {
    transform: translate3d(50%, -50%, 0) scale3d(0.7, 0.7, 1); }
  .slick-disabled.slick-prev {
    transform: translate3d(-50%, -50%, 0) scale3d(0.7, 0.7, 1); }

.blog-con__blog-item-con__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

@media screen and (min-width: 750px) {
  .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; } }

.cta {
  padding: 1em 2em;
  background: black;
  color: #fdfdfd;
  display: inline-block;
  letter-spacing: 0.05em;
  background-size: 1000% 1000% !important;
  background-position: left !important;
  transition: 2s cubic-bezier(0.23, 0.01, 0, 1);
  background: linear-gradient(45deg, #427d9c 30%, #7ab2c1 100%); }
  .cta:active, .cta:focus, .cta:hover {
    background-position: right !important; }

.cta--light {
  background: linear-gradient(45deg, #7ab2c1 30%, #427d9c 100%); }

.cta--rounded {
  border-radius: 4em; }

.cta--round {
  width: 4vw;
  height: 4vw;
  min-width: 35px;
  min-height: 35px;
  max-width: 47px;
  max-height: 47px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 2px 3px 41px -19px #2e3e5e;
  transition: 1s cubic-bezier(0.23, 0.01, 0, 1); }
  .cta--round:active, .cta--round:focus, .cta--round:hover {
    background: white; }

.cta--menu__line {
  position: absolute;
  width: 50%;
  height: 2px;
  background: #7ab2c1;
  left: 50%;
  top: 50%; }

.cta--menu__line--one {
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.08, 1);
  transform: translate3d(-50%, -6px, 0); }

.cta--menu__line--two {
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.08, 1) 0.1s;
  -ms-transform-origin: left;
  transform-origin: left;
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1); }

.cta--menu__line--three {
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.08, 1);
  transform: translate3d(-50%, 4px, 0); }

.treatment-menu.-active .cta--menu__line--one {
  transform: translate3d(-50%, -50%, 0) rotate(45deg); }

.treatment-menu.-active .cta--menu__line--two {
  -ms-transform-origin: right;
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.08, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0, 1, 1); }

.treatment-menu.-active .cta--menu__line--three {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

.treatment-menu.-active ~ .treatments-con {
  background: white;
  transition: z-index 0s;
  z-index: 2; }
  .treatment-menu.-active ~ .treatments-con .treatment-con {
    transition: opacity 0.6s cubic-bezier(0.23, 0.01, 0, 1);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .treatment-menu.-active ~ .treatments-con .treatments-con__images {
    transition: transform 0.3s cubic-bezier(0.23, 0.01, 0, 1);
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.cta--close__line {
  position: absolute;
  width: 50%;
  height: 2px;
  background: #7ab2c1;
  left: 50%;
  top: 50%; }

.cta--close__line--one {
  transform: translate3d(-50%, -50%, 0) rotate(45deg); }

.cta--close__line--two {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

.treatments-con__contact-con {
  background: whitesmoke;
  padding: 8vw;
  font-size: 1.1em; }
  @media screen and (min-width: 1400px) {
    .treatments-con__contact-con {
      padding: 10vw; } }

.treatments-con__contact-con__copy {
  max-width: 900px;
  margin: 0 auto; }

.treatments-con__contact-con__copy__span {
  display: block;
  font-family: "brothers", Georgia, Times, "Times New Roman", serif;
  font-weight: normal !important; }

.treatments-con__contact-con__copy__link {
  display: inline-block;
  margin: 2vh;
  letter-spacing: 0.02em;
  font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif; }

.input-wrap,
.choice-wrap {
  margin-bottom: 2em;
  position: relative;
  font-size: 1em;
  display: block; }

.wpcf7-form .wpcf7-form-control {
  width: 100%;
  display: block; }

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }

.wpcf7-form input:not([type=submit]),
.wpcf7-form textarea,
.wpcf7-form select {
  background: none; }

.wpcf7-form select {
  border-radius: 0; }

.wpcf7-form p {
  width: 100%;
  margin: 0; }

.wpcf7-form textarea {
  resize: none;
  height: 5em !important;
  padding-top: 0; }

.wpcf7-form-control-wrap {
  display: block;
  overflow: hidden; }

.input-wrap {
  z-index: 1; }
  .input-wrap:before, .input-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    transition: transform 0.5s cubic-bezier(0.23, 0.01, 0, 1);
    transform: scale3d(0, 1, 1);
    -ms-transform-origin: right;
    transform-origin: right;
    z-index: 1; }
  .input-wrap:before {
    background: #7ab2c1; }
  .input-wrap label {
    position: relative;
    display: block; }
  .input-wrap input[type=text],
  .input-wrap input[type=tel],
  .input-wrap input[type=email],
  .input-wrap input[type=date],
  .input-wrap textarea,
  .input-wrap select {
    font-size: 1em;
    padding: 0.4em 0 0.4em;
    border-bottom: 1px solid rgba(48, 48, 48, 0.2);
    font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.input-title {
  font-family: "brothers", Georgia, Times, "Times New Roman", serif;
  text-align: left !important;
  padding: 0.4em 0 0.4em;
  transition: 0.5s cubic-bezier(0.23, 0.01, 0, 1);
  color: rgba(46, 62, 94, 0.5);
  pointer-events: none;
  z-index: 2;
  display: block; }

.input-shrink .input-title {
  position: absolute;
  width: auto;
  left: 0;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.label-above .nf-field-element {
  width: 100% !important; }

.choice-wrap .input-title {
  margin-bottom: 1vh; }

span.wpcf7-list-item {
  position: relative;
  margin: 0 0 1vh 0 !important;
  text-align: left;
  display: block;
  width: 100%; }
  span.wpcf7-list-item .wpcf7-list-item-label {
    font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif;
    margin-left: .4em; }
  @media screen and (min-width: 600px) {
    span.wpcf7-list-item {
      display: inline-block;
      width: 49%;
      float: left; }
      span.wpcf7-list-item:nth-of-type(odd) {
        margin-right: 1%; } }
  span.wpcf7-list-item label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center; }
  span.wpcf7-list-item input {
    width: 23px !important;
    height: 23px;
    transition: 0.3s cubic-bezier(0.23, 0.01, 0, 1);
    border: 2px solid #7ab2c1;
    background: #7ab2c1 !important;
    border-radius: 3px;
    box-shadow: inset 0px 0px 0px 11px whitesmoke;
    border-radius: 3px; }
    span.wpcf7-list-item input:hover, span.wpcf7-list-item input:active, span.wpcf7-list-item input:focus {
      border-color: #427d9c; }
    span.wpcf7-list-item input:checked {
      box-shadow: inset 0px 0px 0px 0px whitesmoke;
      border-color: #427d9c; }
  span.wpcf7-list-item input[type=radio] {
    border-radius: 49.9%; }

.list-radio-wrap label:before, .list-radio-wrap label:after {
  border-radius: 49.9%; }

.list-checkbox-wrap label:before, .list-checkbox-wrap label:after {
  border-radius: 3px; }

.submit {
  text-align: center; }
  .submit .wpcf7-submit {
    transition: 0.5s cubic-bezier(0.23, 0.01, 0, 1);
    font-family: "brothers", Georgia, Times, "Times New Roman", serif;
    display: inline-block;
    width: auto; }

.-focus .input-title {
  color: rgba(46, 62, 94, 0.8); }

.-focus:before {
  transform: scale3d(1, 1, 1);
  -ms-transform-origin: left;
  transform-origin: left; }

.-focus.input-shrink .input-title {
  transform: translate3d(0, -1.2em, 0) scale3d(0.8, 0.8, 1); }

.-focus .wpcf7-not-valid-tip {
  opacity: 0.5; }

.input-wrap.-filled.input-shrink .input-title {
  transform: translate3d(0, -1.2em, 0) scale3d(0.8, 0.8, 1);
  color: rgba(46, 62, 94, 0.3); }

.wpcf7-not-valid {
  border-bottom-color: #ff1045 !important; }

.wpcf7-not-valid-tip {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100% !important;
  overflow: hidden;
  pointer-events: none;
  padding: 0.4em 0;
  font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif;
  color: #ff1045 !important;
  transition: 0.5s cubic-bezier(0.23, 0.01, 0, 1); }

.nf-error-msg {
  font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif; }

.nf-field .nf-error .ninja-forms-field,
.nf-field .nf-fail .ninja-forms-field {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-color: rgba(48, 48, 48, 0.2); }

.nf-field .nf-error:after,
.nf-field .nf-fail:after {
  transform: scale3d(1, 1, 1);
  -ms-transform-origin: left;
  transform-origin: left; }

form div.wpcf7-response-output {
  margin: 4vw -8vw -8vw;
  font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif;
  border: none;
  padding: 4vw; }

.wpcf7-validation-errors {
  color: #fdfdfd;
  background: #ff1045; }

.wpcf7-mail-sent-ok {
  color: #fdc8cd;
  background: #2e3e5e; }

.frame {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .frame a {
    position: absolute;
    z-index: 100000;
    cursor: ew-resize;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0; }
    .frame a:nth-of-type(1) {
      left: 0.54645%; }
    .frame a:nth-of-type(2) {
      left: 1.0929%; }
    .frame a:nth-of-type(3) {
      left: 1.63934%; }
    .frame a:nth-of-type(4) {
      left: 2.18579%; }
    .frame a:nth-of-type(5) {
      left: 2.73224%; }
    .frame a:nth-of-type(6) {
      left: 3.27869%; }
    .frame a:nth-of-type(7) {
      left: 3.82514%; }
    .frame a:nth-of-type(8) {
      left: 4.37158%; }
    .frame a:nth-of-type(9) {
      left: 4.91803%; }
    .frame a:nth-of-type(10) {
      left: 5.46448%; }
    .frame a:nth-of-type(11) {
      left: 6.01093%; }
    .frame a:nth-of-type(12) {
      left: 6.55738%; }
    .frame a:nth-of-type(13) {
      left: 7.10383%; }
    .frame a:nth-of-type(14) {
      left: 7.65027%; }
    .frame a:nth-of-type(15) {
      left: 8.19672%; }
    .frame a:nth-of-type(16) {
      left: 8.74317%; }
    .frame a:nth-of-type(17) {
      left: 9.28962%; }
    .frame a:nth-of-type(18) {
      left: 9.83607%; }
    .frame a:nth-of-type(19) {
      left: 10.38251%; }
    .frame a:nth-of-type(20) {
      left: 10.92896%; }
    .frame a:nth-of-type(21) {
      left: 11.47541%; }
    .frame a:nth-of-type(22) {
      left: 12.02186%; }
    .frame a:nth-of-type(23) {
      left: 12.56831%; }
    .frame a:nth-of-type(24) {
      left: 13.11475%; }
    .frame a:nth-of-type(25) {
      left: 13.6612%; }
    .frame a:nth-of-type(26) {
      left: 14.20765%; }
    .frame a:nth-of-type(27) {
      left: 14.7541%; }
    .frame a:nth-of-type(28) {
      left: 15.30055%; }
    .frame a:nth-of-type(29) {
      left: 15.84699%; }
    .frame a:nth-of-type(30) {
      left: 16.39344%; }
    .frame a:nth-of-type(31) {
      left: 16.93989%; }
    .frame a:nth-of-type(32) {
      left: 17.48634%; }
    .frame a:nth-of-type(33) {
      left: 18.03279%; }
    .frame a:nth-of-type(34) {
      left: 18.57923%; }
    .frame a:nth-of-type(35) {
      left: 19.12568%; }
    .frame a:nth-of-type(36) {
      left: 19.67213%; }
    .frame a:nth-of-type(37) {
      left: 20.21858%; }
    .frame a:nth-of-type(38) {
      left: 20.76503%; }
    .frame a:nth-of-type(39) {
      left: 21.31148%; }
    .frame a:nth-of-type(40) {
      left: 21.85792%; }
    .frame a:nth-of-type(41) {
      left: 22.40437%; }
    .frame a:nth-of-type(42) {
      left: 22.95082%; }
    .frame a:nth-of-type(43) {
      left: 23.49727%; }
    .frame a:nth-of-type(44) {
      left: 24.04372%; }
    .frame a:nth-of-type(45) {
      left: 24.59016%; }
    .frame a:nth-of-type(46) {
      left: 25.13661%; }
    .frame a:nth-of-type(47) {
      left: 25.68306%; }
    .frame a:nth-of-type(48) {
      left: 26.22951%; }
    .frame a:nth-of-type(49) {
      left: 26.77596%; }
    .frame a:nth-of-type(50) {
      left: 27.3224%; }
    .frame a:nth-of-type(51) {
      left: 27.86885%; }
    .frame a:nth-of-type(52) {
      left: 28.4153%; }
    .frame a:nth-of-type(53) {
      left: 28.96175%; }
    .frame a:nth-of-type(54) {
      left: 29.5082%; }
    .frame a:nth-of-type(55) {
      left: 30.05464%; }
    .frame a:nth-of-type(56) {
      left: 30.60109%; }
    .frame a:nth-of-type(57) {
      left: 31.14754%; }
    .frame a:nth-of-type(58) {
      left: 31.69399%; }
    .frame a:nth-of-type(59) {
      left: 32.24044%; }
    .frame a:nth-of-type(60) {
      left: 32.78689%; }
    .frame a:nth-of-type(61) {
      left: 33.33333%; }
    .frame a:nth-of-type(62) {
      left: 33.87978%; }
    .frame a:nth-of-type(63) {
      left: 34.42623%; }
    .frame a:nth-of-type(64) {
      left: 34.97268%; }
    .frame a:nth-of-type(65) {
      left: 35.51913%; }
    .frame a:nth-of-type(66) {
      left: 36.06557%; }
    .frame a:nth-of-type(67) {
      left: 36.61202%; }
    .frame a:nth-of-type(68) {
      left: 37.15847%; }
    .frame a:nth-of-type(69) {
      left: 37.70492%; }
    .frame a:nth-of-type(70) {
      left: 38.25137%; }
    .frame a:nth-of-type(71) {
      left: 38.79781%; }
    .frame a:nth-of-type(72) {
      left: 39.34426%; }
    .frame a:nth-of-type(73) {
      left: 39.89071%; }
    .frame a:nth-of-type(74) {
      left: 40.43716%; }
    .frame a:nth-of-type(75) {
      left: 40.98361%; }
    .frame a:nth-of-type(76) {
      left: 41.53005%; }
    .frame a:nth-of-type(77) {
      left: 42.0765%; }
    .frame a:nth-of-type(78) {
      left: 42.62295%; }
    .frame a:nth-of-type(79) {
      left: 43.1694%; }
    .frame a:nth-of-type(80) {
      left: 43.71585%; }
    .frame a:nth-of-type(81) {
      left: 44.2623%; }
    .frame a:nth-of-type(82) {
      left: 44.80874%; }
    .frame a:nth-of-type(83) {
      left: 45.35519%; }
    .frame a:nth-of-type(84) {
      left: 45.90164%; }
    .frame a:nth-of-type(85) {
      left: 46.44809%; }
    .frame a:nth-of-type(86) {
      left: 46.99454%; }
    .frame a:nth-of-type(87) {
      left: 47.54098%; }
    .frame a:nth-of-type(88) {
      left: 48.08743%; }
    .frame a:nth-of-type(89) {
      left: 48.63388%; }
    .frame a:nth-of-type(90) {
      left: 49.18033%; }
    .frame a:nth-of-type(91) {
      left: 49.72678%; }
    .frame a:nth-of-type(92) {
      left: 50.27322%; }
    .frame a:nth-of-type(93) {
      left: 50.81967%; }
    .frame a:nth-of-type(94) {
      left: 51.36612%; }
    .frame a:nth-of-type(95) {
      left: 51.91257%; }
    .frame a:nth-of-type(96) {
      left: 52.45902%; }
    .frame a:nth-of-type(97) {
      left: 53.00546%; }
    .frame a:nth-of-type(98) {
      left: 53.55191%; }
    .frame a:nth-of-type(99) {
      left: 54.09836%; }
    .frame a:nth-of-type(100) {
      left: 54.64481%; }
    .frame a:nth-of-type(101) {
      left: 55.19126%; }
    .frame a:nth-of-type(102) {
      left: 55.7377%; }
    .frame a:nth-of-type(103) {
      left: 56.28415%; }
    .frame a:nth-of-type(104) {
      left: 56.8306%; }
    .frame a:nth-of-type(105) {
      left: 57.37705%; }
    .frame a:nth-of-type(106) {
      left: 57.9235%; }
    .frame a:nth-of-type(107) {
      left: 58.46995%; }
    .frame a:nth-of-type(108) {
      left: 59.01639%; }
    .frame a:nth-of-type(109) {
      left: 59.56284%; }
    .frame a:nth-of-type(110) {
      left: 60.10929%; }
    .frame a:nth-of-type(111) {
      left: 60.65574%; }
    .frame a:nth-of-type(112) {
      left: 61.20219%; }
    .frame a:nth-of-type(113) {
      left: 61.74863%; }
    .frame a:nth-of-type(114) {
      left: 62.29508%; }
    .frame a:nth-of-type(115) {
      left: 62.84153%; }
    .frame a:nth-of-type(116) {
      left: 63.38798%; }
    .frame a:nth-of-type(117) {
      left: 63.93443%; }
    .frame a:nth-of-type(118) {
      left: 64.48087%; }
    .frame a:nth-of-type(119) {
      left: 65.02732%; }
    .frame a:nth-of-type(120) {
      left: 65.57377%; }
    .frame a:nth-of-type(121) {
      left: 66.12022%; }
    .frame a:nth-of-type(122) {
      left: 66.66667%; }
    .frame a:nth-of-type(123) {
      left: 67.21311%; }
    .frame a:nth-of-type(124) {
      left: 67.75956%; }
    .frame a:nth-of-type(125) {
      left: 68.30601%; }
    .frame a:nth-of-type(126) {
      left: 68.85246%; }
    .frame a:nth-of-type(127) {
      left: 69.39891%; }
    .frame a:nth-of-type(128) {
      left: 69.94536%; }
    .frame a:nth-of-type(129) {
      left: 70.4918%; }
    .frame a:nth-of-type(130) {
      left: 71.03825%; }
    .frame a:nth-of-type(131) {
      left: 71.5847%; }
    .frame a:nth-of-type(132) {
      left: 72.13115%; }
    .frame a:nth-of-type(133) {
      left: 72.6776%; }
    .frame a:nth-of-type(134) {
      left: 73.22404%; }
    .frame a:nth-of-type(135) {
      left: 73.77049%; }
    .frame a:nth-of-type(136) {
      left: 74.31694%; }
    .frame a:nth-of-type(137) {
      left: 74.86339%; }
    .frame a:nth-of-type(138) {
      left: 75.40984%; }
    .frame a:nth-of-type(139) {
      left: 75.95628%; }
    .frame a:nth-of-type(140) {
      left: 76.50273%; }
    .frame a:nth-of-type(141) {
      left: 77.04918%; }
    .frame a:nth-of-type(142) {
      left: 77.59563%; }
    .frame a:nth-of-type(143) {
      left: 78.14208%; }
    .frame a:nth-of-type(144) {
      left: 78.68852%; }
    .frame a:nth-of-type(145) {
      left: 79.23497%; }
    .frame a:nth-of-type(146) {
      left: 79.78142%; }
    .frame a:nth-of-type(147) {
      left: 80.32787%; }
    .frame a:nth-of-type(148) {
      left: 80.87432%; }
    .frame a:nth-of-type(149) {
      left: 81.42077%; }
    .frame a:nth-of-type(150) {
      left: 81.96721%; }
    .frame a:nth-of-type(151) {
      left: 82.51366%; }
    .frame a:nth-of-type(152) {
      left: 83.06011%; }
    .frame a:nth-of-type(153) {
      left: 83.60656%; }
    .frame a:nth-of-type(154) {
      left: 84.15301%; }
    .frame a:nth-of-type(155) {
      left: 84.69945%; }
    .frame a:nth-of-type(156) {
      left: 85.2459%; }
    .frame a:nth-of-type(157) {
      left: 85.79235%; }
    .frame a:nth-of-type(158) {
      left: 86.3388%; }
    .frame a:nth-of-type(159) {
      left: 86.88525%; }
    .frame a:nth-of-type(160) {
      left: 87.43169%; }
    .frame a:nth-of-type(161) {
      left: 87.97814%; }
    .frame a:nth-of-type(162) {
      left: 88.52459%; }
    .frame a:nth-of-type(163) {
      left: 89.07104%; }
    .frame a:nth-of-type(164) {
      left: 89.61749%; }
    .frame a:nth-of-type(165) {
      left: 90.16393%; }
    .frame a:nth-of-type(166) {
      left: 90.71038%; }
    .frame a:nth-of-type(167) {
      left: 91.25683%; }
    .frame a:nth-of-type(168) {
      left: 91.80328%; }
    .frame a:nth-of-type(169) {
      left: 92.34973%; }
    .frame a:nth-of-type(170) {
      left: 92.89617%; }
    .frame a:nth-of-type(171) {
      left: 93.44262%; }
    .frame a:nth-of-type(172) {
      left: 93.98907%; }
    .frame a:nth-of-type(173) {
      left: 94.53552%; }
    .frame a:nth-of-type(174) {
      left: 95.08197%; }
    .frame a:nth-of-type(175) {
      left: 95.62842%; }
    .frame a:nth-of-type(176) {
      left: 96.17486%; }
    .frame a:nth-of-type(177) {
      left: 96.72131%; }
    .frame a:nth-of-type(178) {
      left: 97.26776%; }
    .frame a:nth-of-type(179) {
      left: 97.81421%; }
    .frame a:nth-of-type(180) {
      left: 98.36066%; }
    .frame a:nth-of-type(181) {
      left: 98.9071%; }
    .frame a:nth-of-type(182) {
      left: 99.45355%; }
  .frame a:hover,
  .frame a:active,
  .frame a:focus {
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0;
    width: 0.54645%;
    top: 0;
    bottom: 0; }
    .frame a:hover:nth-of-type(2) ~ img,
    .frame a:active:nth-of-type(2) ~ img,
    .frame a:focus:nth-of-type(2) ~ img {
      transform: translate3d(-1.0929%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(3) ~ img,
    .frame a:active:nth-of-type(3) ~ img,
    .frame a:focus:nth-of-type(3) ~ img {
      transform: translate3d(-1.63934%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(4) ~ img,
    .frame a:active:nth-of-type(4) ~ img,
    .frame a:focus:nth-of-type(4) ~ img {
      transform: translate3d(-2.18579%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(5) ~ img,
    .frame a:active:nth-of-type(5) ~ img,
    .frame a:focus:nth-of-type(5) ~ img {
      transform: translate3d(-2.73224%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(6) ~ img,
    .frame a:active:nth-of-type(6) ~ img,
    .frame a:focus:nth-of-type(6) ~ img {
      transform: translate3d(-3.27869%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(7) ~ img,
    .frame a:active:nth-of-type(7) ~ img,
    .frame a:focus:nth-of-type(7) ~ img {
      transform: translate3d(-3.82514%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(8) ~ img,
    .frame a:active:nth-of-type(8) ~ img,
    .frame a:focus:nth-of-type(8) ~ img {
      transform: translate3d(-4.37158%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(9) ~ img,
    .frame a:active:nth-of-type(9) ~ img,
    .frame a:focus:nth-of-type(9) ~ img {
      transform: translate3d(-4.91803%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(10) ~ img,
    .frame a:active:nth-of-type(10) ~ img,
    .frame a:focus:nth-of-type(10) ~ img {
      transform: translate3d(-5.46448%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(11) ~ img,
    .frame a:active:nth-of-type(11) ~ img,
    .frame a:focus:nth-of-type(11) ~ img {
      transform: translate3d(-6.01093%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(12) ~ img,
    .frame a:active:nth-of-type(12) ~ img,
    .frame a:focus:nth-of-type(12) ~ img {
      transform: translate3d(-6.55738%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(13) ~ img,
    .frame a:active:nth-of-type(13) ~ img,
    .frame a:focus:nth-of-type(13) ~ img {
      transform: translate3d(-7.10383%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(14) ~ img,
    .frame a:active:nth-of-type(14) ~ img,
    .frame a:focus:nth-of-type(14) ~ img {
      transform: translate3d(-7.65027%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(15) ~ img,
    .frame a:active:nth-of-type(15) ~ img,
    .frame a:focus:nth-of-type(15) ~ img {
      transform: translate3d(-8.19672%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(16) ~ img,
    .frame a:active:nth-of-type(16) ~ img,
    .frame a:focus:nth-of-type(16) ~ img {
      transform: translate3d(-8.74317%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(17) ~ img,
    .frame a:active:nth-of-type(17) ~ img,
    .frame a:focus:nth-of-type(17) ~ img {
      transform: translate3d(-9.28962%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(18) ~ img,
    .frame a:active:nth-of-type(18) ~ img,
    .frame a:focus:nth-of-type(18) ~ img {
      transform: translate3d(-9.83607%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(19) ~ img,
    .frame a:active:nth-of-type(19) ~ img,
    .frame a:focus:nth-of-type(19) ~ img {
      transform: translate3d(-10.38251%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(20) ~ img,
    .frame a:active:nth-of-type(20) ~ img,
    .frame a:focus:nth-of-type(20) ~ img {
      transform: translate3d(-10.92896%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(21) ~ img,
    .frame a:active:nth-of-type(21) ~ img,
    .frame a:focus:nth-of-type(21) ~ img {
      transform: translate3d(-11.47541%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(22) ~ img,
    .frame a:active:nth-of-type(22) ~ img,
    .frame a:focus:nth-of-type(22) ~ img {
      transform: translate3d(-12.02186%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(23) ~ img,
    .frame a:active:nth-of-type(23) ~ img,
    .frame a:focus:nth-of-type(23) ~ img {
      transform: translate3d(-12.56831%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(24) ~ img,
    .frame a:active:nth-of-type(24) ~ img,
    .frame a:focus:nth-of-type(24) ~ img {
      transform: translate3d(-13.11475%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(25) ~ img,
    .frame a:active:nth-of-type(25) ~ img,
    .frame a:focus:nth-of-type(25) ~ img {
      transform: translate3d(-13.6612%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(26) ~ img,
    .frame a:active:nth-of-type(26) ~ img,
    .frame a:focus:nth-of-type(26) ~ img {
      transform: translate3d(-14.20765%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(27) ~ img,
    .frame a:active:nth-of-type(27) ~ img,
    .frame a:focus:nth-of-type(27) ~ img {
      transform: translate3d(-14.7541%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(28) ~ img,
    .frame a:active:nth-of-type(28) ~ img,
    .frame a:focus:nth-of-type(28) ~ img {
      transform: translate3d(-15.30055%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(29) ~ img,
    .frame a:active:nth-of-type(29) ~ img,
    .frame a:focus:nth-of-type(29) ~ img {
      transform: translate3d(-15.84699%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(30) ~ img,
    .frame a:active:nth-of-type(30) ~ img,
    .frame a:focus:nth-of-type(30) ~ img {
      transform: translate3d(-16.39344%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(31) ~ img,
    .frame a:active:nth-of-type(31) ~ img,
    .frame a:focus:nth-of-type(31) ~ img {
      transform: translate3d(-16.93989%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(32) ~ img,
    .frame a:active:nth-of-type(32) ~ img,
    .frame a:focus:nth-of-type(32) ~ img {
      transform: translate3d(-17.48634%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(33) ~ img,
    .frame a:active:nth-of-type(33) ~ img,
    .frame a:focus:nth-of-type(33) ~ img {
      transform: translate3d(-18.03279%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(34) ~ img,
    .frame a:active:nth-of-type(34) ~ img,
    .frame a:focus:nth-of-type(34) ~ img {
      transform: translate3d(-18.57923%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(35) ~ img,
    .frame a:active:nth-of-type(35) ~ img,
    .frame a:focus:nth-of-type(35) ~ img {
      transform: translate3d(-19.12568%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(36) ~ img,
    .frame a:active:nth-of-type(36) ~ img,
    .frame a:focus:nth-of-type(36) ~ img {
      transform: translate3d(-19.67213%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(37) ~ img,
    .frame a:active:nth-of-type(37) ~ img,
    .frame a:focus:nth-of-type(37) ~ img {
      transform: translate3d(-20.21858%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(38) ~ img,
    .frame a:active:nth-of-type(38) ~ img,
    .frame a:focus:nth-of-type(38) ~ img {
      transform: translate3d(-20.76503%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(39) ~ img,
    .frame a:active:nth-of-type(39) ~ img,
    .frame a:focus:nth-of-type(39) ~ img {
      transform: translate3d(-21.31148%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(40) ~ img,
    .frame a:active:nth-of-type(40) ~ img,
    .frame a:focus:nth-of-type(40) ~ img {
      transform: translate3d(-21.85792%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(41) ~ img,
    .frame a:active:nth-of-type(41) ~ img,
    .frame a:focus:nth-of-type(41) ~ img {
      transform: translate3d(-22.40437%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(42) ~ img,
    .frame a:active:nth-of-type(42) ~ img,
    .frame a:focus:nth-of-type(42) ~ img {
      transform: translate3d(-22.95082%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(43) ~ img,
    .frame a:active:nth-of-type(43) ~ img,
    .frame a:focus:nth-of-type(43) ~ img {
      transform: translate3d(-23.49727%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(44) ~ img,
    .frame a:active:nth-of-type(44) ~ img,
    .frame a:focus:nth-of-type(44) ~ img {
      transform: translate3d(-24.04372%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(45) ~ img,
    .frame a:active:nth-of-type(45) ~ img,
    .frame a:focus:nth-of-type(45) ~ img {
      transform: translate3d(-24.59016%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(46) ~ img,
    .frame a:active:nth-of-type(46) ~ img,
    .frame a:focus:nth-of-type(46) ~ img {
      transform: translate3d(-25.13661%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(47) ~ img,
    .frame a:active:nth-of-type(47) ~ img,
    .frame a:focus:nth-of-type(47) ~ img {
      transform: translate3d(-25.68306%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(48) ~ img,
    .frame a:active:nth-of-type(48) ~ img,
    .frame a:focus:nth-of-type(48) ~ img {
      transform: translate3d(-26.22951%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(49) ~ img,
    .frame a:active:nth-of-type(49) ~ img,
    .frame a:focus:nth-of-type(49) ~ img {
      transform: translate3d(-26.77596%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(50) ~ img,
    .frame a:active:nth-of-type(50) ~ img,
    .frame a:focus:nth-of-type(50) ~ img {
      transform: translate3d(-27.3224%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(51) ~ img,
    .frame a:active:nth-of-type(51) ~ img,
    .frame a:focus:nth-of-type(51) ~ img {
      transform: translate3d(-27.86885%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(52) ~ img,
    .frame a:active:nth-of-type(52) ~ img,
    .frame a:focus:nth-of-type(52) ~ img {
      transform: translate3d(-28.4153%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(53) ~ img,
    .frame a:active:nth-of-type(53) ~ img,
    .frame a:focus:nth-of-type(53) ~ img {
      transform: translate3d(-28.96175%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(54) ~ img,
    .frame a:active:nth-of-type(54) ~ img,
    .frame a:focus:nth-of-type(54) ~ img {
      transform: translate3d(-29.5082%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(55) ~ img,
    .frame a:active:nth-of-type(55) ~ img,
    .frame a:focus:nth-of-type(55) ~ img {
      transform: translate3d(-30.05464%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(56) ~ img,
    .frame a:active:nth-of-type(56) ~ img,
    .frame a:focus:nth-of-type(56) ~ img {
      transform: translate3d(-30.60109%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(57) ~ img,
    .frame a:active:nth-of-type(57) ~ img,
    .frame a:focus:nth-of-type(57) ~ img {
      transform: translate3d(-31.14754%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(58) ~ img,
    .frame a:active:nth-of-type(58) ~ img,
    .frame a:focus:nth-of-type(58) ~ img {
      transform: translate3d(-31.69399%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(59) ~ img,
    .frame a:active:nth-of-type(59) ~ img,
    .frame a:focus:nth-of-type(59) ~ img {
      transform: translate3d(-32.24044%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(60) ~ img,
    .frame a:active:nth-of-type(60) ~ img,
    .frame a:focus:nth-of-type(60) ~ img {
      transform: translate3d(-32.78689%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(61) ~ img,
    .frame a:active:nth-of-type(61) ~ img,
    .frame a:focus:nth-of-type(61) ~ img {
      transform: translate3d(-33.33333%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(62) ~ img,
    .frame a:active:nth-of-type(62) ~ img,
    .frame a:focus:nth-of-type(62) ~ img {
      transform: translate3d(-33.87978%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(63) ~ img,
    .frame a:active:nth-of-type(63) ~ img,
    .frame a:focus:nth-of-type(63) ~ img {
      transform: translate3d(-34.42623%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(64) ~ img,
    .frame a:active:nth-of-type(64) ~ img,
    .frame a:focus:nth-of-type(64) ~ img {
      transform: translate3d(-34.97268%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(65) ~ img,
    .frame a:active:nth-of-type(65) ~ img,
    .frame a:focus:nth-of-type(65) ~ img {
      transform: translate3d(-35.51913%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(66) ~ img,
    .frame a:active:nth-of-type(66) ~ img,
    .frame a:focus:nth-of-type(66) ~ img {
      transform: translate3d(-36.06557%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(67) ~ img,
    .frame a:active:nth-of-type(67) ~ img,
    .frame a:focus:nth-of-type(67) ~ img {
      transform: translate3d(-36.61202%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(68) ~ img,
    .frame a:active:nth-of-type(68) ~ img,
    .frame a:focus:nth-of-type(68) ~ img {
      transform: translate3d(-37.15847%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(69) ~ img,
    .frame a:active:nth-of-type(69) ~ img,
    .frame a:focus:nth-of-type(69) ~ img {
      transform: translate3d(-37.70492%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(70) ~ img,
    .frame a:active:nth-of-type(70) ~ img,
    .frame a:focus:nth-of-type(70) ~ img {
      transform: translate3d(-38.25137%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(71) ~ img,
    .frame a:active:nth-of-type(71) ~ img,
    .frame a:focus:nth-of-type(71) ~ img {
      transform: translate3d(-38.79781%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(72) ~ img,
    .frame a:active:nth-of-type(72) ~ img,
    .frame a:focus:nth-of-type(72) ~ img {
      transform: translate3d(-39.34426%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(73) ~ img,
    .frame a:active:nth-of-type(73) ~ img,
    .frame a:focus:nth-of-type(73) ~ img {
      transform: translate3d(-39.89071%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(74) ~ img,
    .frame a:active:nth-of-type(74) ~ img,
    .frame a:focus:nth-of-type(74) ~ img {
      transform: translate3d(-40.43716%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(75) ~ img,
    .frame a:active:nth-of-type(75) ~ img,
    .frame a:focus:nth-of-type(75) ~ img {
      transform: translate3d(-40.98361%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(76) ~ img,
    .frame a:active:nth-of-type(76) ~ img,
    .frame a:focus:nth-of-type(76) ~ img {
      transform: translate3d(-41.53005%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(77) ~ img,
    .frame a:active:nth-of-type(77) ~ img,
    .frame a:focus:nth-of-type(77) ~ img {
      transform: translate3d(-42.0765%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(78) ~ img,
    .frame a:active:nth-of-type(78) ~ img,
    .frame a:focus:nth-of-type(78) ~ img {
      transform: translate3d(-42.62295%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(79) ~ img,
    .frame a:active:nth-of-type(79) ~ img,
    .frame a:focus:nth-of-type(79) ~ img {
      transform: translate3d(-43.1694%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(80) ~ img,
    .frame a:active:nth-of-type(80) ~ img,
    .frame a:focus:nth-of-type(80) ~ img {
      transform: translate3d(-43.71585%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(81) ~ img,
    .frame a:active:nth-of-type(81) ~ img,
    .frame a:focus:nth-of-type(81) ~ img {
      transform: translate3d(-44.2623%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(82) ~ img,
    .frame a:active:nth-of-type(82) ~ img,
    .frame a:focus:nth-of-type(82) ~ img {
      transform: translate3d(-44.80874%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(83) ~ img,
    .frame a:active:nth-of-type(83) ~ img,
    .frame a:focus:nth-of-type(83) ~ img {
      transform: translate3d(-45.35519%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(84) ~ img,
    .frame a:active:nth-of-type(84) ~ img,
    .frame a:focus:nth-of-type(84) ~ img {
      transform: translate3d(-45.90164%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(85) ~ img,
    .frame a:active:nth-of-type(85) ~ img,
    .frame a:focus:nth-of-type(85) ~ img {
      transform: translate3d(-46.44809%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(86) ~ img,
    .frame a:active:nth-of-type(86) ~ img,
    .frame a:focus:nth-of-type(86) ~ img {
      transform: translate3d(-46.99454%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(87) ~ img,
    .frame a:active:nth-of-type(87) ~ img,
    .frame a:focus:nth-of-type(87) ~ img {
      transform: translate3d(-47.54098%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(88) ~ img,
    .frame a:active:nth-of-type(88) ~ img,
    .frame a:focus:nth-of-type(88) ~ img {
      transform: translate3d(-48.08743%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(89) ~ img,
    .frame a:active:nth-of-type(89) ~ img,
    .frame a:focus:nth-of-type(89) ~ img {
      transform: translate3d(-48.63388%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(90) ~ img,
    .frame a:active:nth-of-type(90) ~ img,
    .frame a:focus:nth-of-type(90) ~ img {
      transform: translate3d(-49.18033%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(91) ~ img,
    .frame a:active:nth-of-type(91) ~ img,
    .frame a:focus:nth-of-type(91) ~ img {
      transform: translate3d(-49.72678%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(92) ~ img,
    .frame a:active:nth-of-type(92) ~ img,
    .frame a:focus:nth-of-type(92) ~ img {
      transform: translate3d(-50.27322%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(93) ~ img,
    .frame a:active:nth-of-type(93) ~ img,
    .frame a:focus:nth-of-type(93) ~ img {
      transform: translate3d(-50.81967%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(94) ~ img,
    .frame a:active:nth-of-type(94) ~ img,
    .frame a:focus:nth-of-type(94) ~ img {
      transform: translate3d(-51.36612%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(95) ~ img,
    .frame a:active:nth-of-type(95) ~ img,
    .frame a:focus:nth-of-type(95) ~ img {
      transform: translate3d(-51.91257%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(96) ~ img,
    .frame a:active:nth-of-type(96) ~ img,
    .frame a:focus:nth-of-type(96) ~ img {
      transform: translate3d(-52.45902%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(97) ~ img,
    .frame a:active:nth-of-type(97) ~ img,
    .frame a:focus:nth-of-type(97) ~ img {
      transform: translate3d(-53.00546%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(98) ~ img,
    .frame a:active:nth-of-type(98) ~ img,
    .frame a:focus:nth-of-type(98) ~ img {
      transform: translate3d(-53.55191%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(99) ~ img,
    .frame a:active:nth-of-type(99) ~ img,
    .frame a:focus:nth-of-type(99) ~ img {
      transform: translate3d(-54.09836%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(100) ~ img,
    .frame a:active:nth-of-type(100) ~ img,
    .frame a:focus:nth-of-type(100) ~ img {
      transform: translate3d(-54.64481%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(101) ~ img,
    .frame a:active:nth-of-type(101) ~ img,
    .frame a:focus:nth-of-type(101) ~ img {
      transform: translate3d(-55.19126%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(102) ~ img,
    .frame a:active:nth-of-type(102) ~ img,
    .frame a:focus:nth-of-type(102) ~ img {
      transform: translate3d(-55.7377%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(103) ~ img,
    .frame a:active:nth-of-type(103) ~ img,
    .frame a:focus:nth-of-type(103) ~ img {
      transform: translate3d(-56.28415%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(104) ~ img,
    .frame a:active:nth-of-type(104) ~ img,
    .frame a:focus:nth-of-type(104) ~ img {
      transform: translate3d(-56.8306%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(105) ~ img,
    .frame a:active:nth-of-type(105) ~ img,
    .frame a:focus:nth-of-type(105) ~ img {
      transform: translate3d(-57.37705%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(106) ~ img,
    .frame a:active:nth-of-type(106) ~ img,
    .frame a:focus:nth-of-type(106) ~ img {
      transform: translate3d(-57.9235%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(107) ~ img,
    .frame a:active:nth-of-type(107) ~ img,
    .frame a:focus:nth-of-type(107) ~ img {
      transform: translate3d(-58.46995%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(108) ~ img,
    .frame a:active:nth-of-type(108) ~ img,
    .frame a:focus:nth-of-type(108) ~ img {
      transform: translate3d(-59.01639%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(109) ~ img,
    .frame a:active:nth-of-type(109) ~ img,
    .frame a:focus:nth-of-type(109) ~ img {
      transform: translate3d(-59.56284%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(110) ~ img,
    .frame a:active:nth-of-type(110) ~ img,
    .frame a:focus:nth-of-type(110) ~ img {
      transform: translate3d(-60.10929%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(111) ~ img,
    .frame a:active:nth-of-type(111) ~ img,
    .frame a:focus:nth-of-type(111) ~ img {
      transform: translate3d(-60.65574%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(112) ~ img,
    .frame a:active:nth-of-type(112) ~ img,
    .frame a:focus:nth-of-type(112) ~ img {
      transform: translate3d(-61.20219%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(113) ~ img,
    .frame a:active:nth-of-type(113) ~ img,
    .frame a:focus:nth-of-type(113) ~ img {
      transform: translate3d(-61.74863%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(114) ~ img,
    .frame a:active:nth-of-type(114) ~ img,
    .frame a:focus:nth-of-type(114) ~ img {
      transform: translate3d(-62.29508%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(115) ~ img,
    .frame a:active:nth-of-type(115) ~ img,
    .frame a:focus:nth-of-type(115) ~ img {
      transform: translate3d(-62.84153%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(116) ~ img,
    .frame a:active:nth-of-type(116) ~ img,
    .frame a:focus:nth-of-type(116) ~ img {
      transform: translate3d(-63.38798%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(117) ~ img,
    .frame a:active:nth-of-type(117) ~ img,
    .frame a:focus:nth-of-type(117) ~ img {
      transform: translate3d(-63.93443%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(118) ~ img,
    .frame a:active:nth-of-type(118) ~ img,
    .frame a:focus:nth-of-type(118) ~ img {
      transform: translate3d(-64.48087%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(119) ~ img,
    .frame a:active:nth-of-type(119) ~ img,
    .frame a:focus:nth-of-type(119) ~ img {
      transform: translate3d(-65.02732%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(120) ~ img,
    .frame a:active:nth-of-type(120) ~ img,
    .frame a:focus:nth-of-type(120) ~ img {
      transform: translate3d(-65.57377%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(121) ~ img,
    .frame a:active:nth-of-type(121) ~ img,
    .frame a:focus:nth-of-type(121) ~ img {
      transform: translate3d(-66.12022%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(122) ~ img,
    .frame a:active:nth-of-type(122) ~ img,
    .frame a:focus:nth-of-type(122) ~ img {
      transform: translate3d(-66.66667%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(123) ~ img,
    .frame a:active:nth-of-type(123) ~ img,
    .frame a:focus:nth-of-type(123) ~ img {
      transform: translate3d(-67.21311%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(124) ~ img,
    .frame a:active:nth-of-type(124) ~ img,
    .frame a:focus:nth-of-type(124) ~ img {
      transform: translate3d(-67.75956%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(125) ~ img,
    .frame a:active:nth-of-type(125) ~ img,
    .frame a:focus:nth-of-type(125) ~ img {
      transform: translate3d(-68.30601%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(126) ~ img,
    .frame a:active:nth-of-type(126) ~ img,
    .frame a:focus:nth-of-type(126) ~ img {
      transform: translate3d(-68.85246%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(127) ~ img,
    .frame a:active:nth-of-type(127) ~ img,
    .frame a:focus:nth-of-type(127) ~ img {
      transform: translate3d(-69.39891%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(128) ~ img,
    .frame a:active:nth-of-type(128) ~ img,
    .frame a:focus:nth-of-type(128) ~ img {
      transform: translate3d(-69.94536%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(129) ~ img,
    .frame a:active:nth-of-type(129) ~ img,
    .frame a:focus:nth-of-type(129) ~ img {
      transform: translate3d(-70.4918%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(130) ~ img,
    .frame a:active:nth-of-type(130) ~ img,
    .frame a:focus:nth-of-type(130) ~ img {
      transform: translate3d(-71.03825%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(131) ~ img,
    .frame a:active:nth-of-type(131) ~ img,
    .frame a:focus:nth-of-type(131) ~ img {
      transform: translate3d(-71.5847%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(132) ~ img,
    .frame a:active:nth-of-type(132) ~ img,
    .frame a:focus:nth-of-type(132) ~ img {
      transform: translate3d(-72.13115%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(133) ~ img,
    .frame a:active:nth-of-type(133) ~ img,
    .frame a:focus:nth-of-type(133) ~ img {
      transform: translate3d(-72.6776%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(134) ~ img,
    .frame a:active:nth-of-type(134) ~ img,
    .frame a:focus:nth-of-type(134) ~ img {
      transform: translate3d(-73.22404%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(135) ~ img,
    .frame a:active:nth-of-type(135) ~ img,
    .frame a:focus:nth-of-type(135) ~ img {
      transform: translate3d(-73.77049%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(136) ~ img,
    .frame a:active:nth-of-type(136) ~ img,
    .frame a:focus:nth-of-type(136) ~ img {
      transform: translate3d(-74.31694%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(137) ~ img,
    .frame a:active:nth-of-type(137) ~ img,
    .frame a:focus:nth-of-type(137) ~ img {
      transform: translate3d(-74.86339%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(138) ~ img,
    .frame a:active:nth-of-type(138) ~ img,
    .frame a:focus:nth-of-type(138) ~ img {
      transform: translate3d(-75.40984%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(139) ~ img,
    .frame a:active:nth-of-type(139) ~ img,
    .frame a:focus:nth-of-type(139) ~ img {
      transform: translate3d(-75.95628%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(140) ~ img,
    .frame a:active:nth-of-type(140) ~ img,
    .frame a:focus:nth-of-type(140) ~ img {
      transform: translate3d(-76.50273%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(141) ~ img,
    .frame a:active:nth-of-type(141) ~ img,
    .frame a:focus:nth-of-type(141) ~ img {
      transform: translate3d(-77.04918%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(142) ~ img,
    .frame a:active:nth-of-type(142) ~ img,
    .frame a:focus:nth-of-type(142) ~ img {
      transform: translate3d(-77.59563%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(143) ~ img,
    .frame a:active:nth-of-type(143) ~ img,
    .frame a:focus:nth-of-type(143) ~ img {
      transform: translate3d(-78.14208%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(144) ~ img,
    .frame a:active:nth-of-type(144) ~ img,
    .frame a:focus:nth-of-type(144) ~ img {
      transform: translate3d(-78.68852%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(145) ~ img,
    .frame a:active:nth-of-type(145) ~ img,
    .frame a:focus:nth-of-type(145) ~ img {
      transform: translate3d(-79.23497%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(146) ~ img,
    .frame a:active:nth-of-type(146) ~ img,
    .frame a:focus:nth-of-type(146) ~ img {
      transform: translate3d(-79.78142%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(147) ~ img,
    .frame a:active:nth-of-type(147) ~ img,
    .frame a:focus:nth-of-type(147) ~ img {
      transform: translate3d(-80.32787%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(148) ~ img,
    .frame a:active:nth-of-type(148) ~ img,
    .frame a:focus:nth-of-type(148) ~ img {
      transform: translate3d(-80.87432%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(149) ~ img,
    .frame a:active:nth-of-type(149) ~ img,
    .frame a:focus:nth-of-type(149) ~ img {
      transform: translate3d(-81.42077%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(150) ~ img,
    .frame a:active:nth-of-type(150) ~ img,
    .frame a:focus:nth-of-type(150) ~ img {
      transform: translate3d(-81.96721%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(151) ~ img,
    .frame a:active:nth-of-type(151) ~ img,
    .frame a:focus:nth-of-type(151) ~ img {
      transform: translate3d(-82.51366%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(152) ~ img,
    .frame a:active:nth-of-type(152) ~ img,
    .frame a:focus:nth-of-type(152) ~ img {
      transform: translate3d(-83.06011%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(153) ~ img,
    .frame a:active:nth-of-type(153) ~ img,
    .frame a:focus:nth-of-type(153) ~ img {
      transform: translate3d(-83.60656%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(154) ~ img,
    .frame a:active:nth-of-type(154) ~ img,
    .frame a:focus:nth-of-type(154) ~ img {
      transform: translate3d(-84.15301%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(155) ~ img,
    .frame a:active:nth-of-type(155) ~ img,
    .frame a:focus:nth-of-type(155) ~ img {
      transform: translate3d(-84.69945%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(156) ~ img,
    .frame a:active:nth-of-type(156) ~ img,
    .frame a:focus:nth-of-type(156) ~ img {
      transform: translate3d(-85.2459%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(157) ~ img,
    .frame a:active:nth-of-type(157) ~ img,
    .frame a:focus:nth-of-type(157) ~ img {
      transform: translate3d(-85.79235%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(158) ~ img,
    .frame a:active:nth-of-type(158) ~ img,
    .frame a:focus:nth-of-type(158) ~ img {
      transform: translate3d(-86.3388%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(159) ~ img,
    .frame a:active:nth-of-type(159) ~ img,
    .frame a:focus:nth-of-type(159) ~ img {
      transform: translate3d(-86.88525%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(160) ~ img,
    .frame a:active:nth-of-type(160) ~ img,
    .frame a:focus:nth-of-type(160) ~ img {
      transform: translate3d(-87.43169%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(161) ~ img,
    .frame a:active:nth-of-type(161) ~ img,
    .frame a:focus:nth-of-type(161) ~ img {
      transform: translate3d(-87.97814%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(162) ~ img,
    .frame a:active:nth-of-type(162) ~ img,
    .frame a:focus:nth-of-type(162) ~ img {
      transform: translate3d(-88.52459%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(163) ~ img,
    .frame a:active:nth-of-type(163) ~ img,
    .frame a:focus:nth-of-type(163) ~ img {
      transform: translate3d(-89.07104%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(164) ~ img,
    .frame a:active:nth-of-type(164) ~ img,
    .frame a:focus:nth-of-type(164) ~ img {
      transform: translate3d(-89.61749%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(165) ~ img,
    .frame a:active:nth-of-type(165) ~ img,
    .frame a:focus:nth-of-type(165) ~ img {
      transform: translate3d(-90.16393%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(166) ~ img,
    .frame a:active:nth-of-type(166) ~ img,
    .frame a:focus:nth-of-type(166) ~ img {
      transform: translate3d(-90.71038%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(167) ~ img,
    .frame a:active:nth-of-type(167) ~ img,
    .frame a:focus:nth-of-type(167) ~ img {
      transform: translate3d(-91.25683%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(168) ~ img,
    .frame a:active:nth-of-type(168) ~ img,
    .frame a:focus:nth-of-type(168) ~ img {
      transform: translate3d(-91.80328%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(169) ~ img,
    .frame a:active:nth-of-type(169) ~ img,
    .frame a:focus:nth-of-type(169) ~ img {
      transform: translate3d(-92.34973%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(170) ~ img,
    .frame a:active:nth-of-type(170) ~ img,
    .frame a:focus:nth-of-type(170) ~ img {
      transform: translate3d(-92.89617%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(171) ~ img,
    .frame a:active:nth-of-type(171) ~ img,
    .frame a:focus:nth-of-type(171) ~ img {
      transform: translate3d(-93.44262%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(172) ~ img,
    .frame a:active:nth-of-type(172) ~ img,
    .frame a:focus:nth-of-type(172) ~ img {
      transform: translate3d(-93.98907%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(173) ~ img,
    .frame a:active:nth-of-type(173) ~ img,
    .frame a:focus:nth-of-type(173) ~ img {
      transform: translate3d(-94.53552%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(174) ~ img,
    .frame a:active:nth-of-type(174) ~ img,
    .frame a:focus:nth-of-type(174) ~ img {
      transform: translate3d(-95.08197%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(175) ~ img,
    .frame a:active:nth-of-type(175) ~ img,
    .frame a:focus:nth-of-type(175) ~ img {
      transform: translate3d(-95.62842%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(176) ~ img,
    .frame a:active:nth-of-type(176) ~ img,
    .frame a:focus:nth-of-type(176) ~ img {
      transform: translate3d(-96.17486%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(177) ~ img,
    .frame a:active:nth-of-type(177) ~ img,
    .frame a:focus:nth-of-type(177) ~ img {
      transform: translate3d(-96.72131%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(178) ~ img,
    .frame a:active:nth-of-type(178) ~ img,
    .frame a:focus:nth-of-type(178) ~ img {
      transform: translate3d(-97.26776%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(179) ~ img,
    .frame a:active:nth-of-type(179) ~ img,
    .frame a:focus:nth-of-type(179) ~ img {
      transform: translate3d(-97.81421%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(180) ~ img,
    .frame a:active:nth-of-type(180) ~ img,
    .frame a:focus:nth-of-type(180) ~ img {
      transform: translate3d(-98.36066%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(181) ~ img,
    .frame a:active:nth-of-type(181) ~ img,
    .frame a:focus:nth-of-type(181) ~ img {
      transform: translate3d(-98.9071%, 0, 0);
      transition: transform 0s; }
    .frame a:hover:nth-of-type(182) ~ img,
    .frame a:active:nth-of-type(182) ~ img,
    .frame a:focus:nth-of-type(182) ~ img {
      transform: translate3d(-99.45355%, 0, 0);
      transition: transform 0s; }
  .frame img {
    background: grey;
    height: auto;
    width: 18300%;
    vertical-align: bottom;
    max-width: none; }

.icons {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px; }
  .icons span {
    position: absolute; }
    .icons span:after, .icons span:before {
      content: '';
      position: absolute; }
  .icons.-play div {
    width: calc(100px / 2.5);
    height: calc(100px / 2);
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate3d(-50%, -50%, 0); }
  .icons.-play span:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #02074D;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1); }
  .icons.-play span.play {
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    overflow: hidden; }
    .icons.-play span.play:nth-of-type(1):before {
      -ms-transform-origin: bottom;
      transform-origin: bottom;
      transition: transform 0.3s cubic-bezier(0, 0, 0.15, 1) 0.4s; }
    .icons.-play span.play:nth-of-type(2) {
      -ms-transform: rotate(-58deg);
      transform: rotate(-58deg);
      -ms-transform-origin: top;
      transform-origin: top;
      left: calc(-4px / 2); }
      .icons.-play span.play:nth-of-type(2):before {
        -ms-transform-origin: top;
        transform-origin: top;
        transition: transform 0.1s linear 0.25s; }
    .icons.-play span.play:nth-of-type(3) {
      -ms-transform-origin: bottom;
      transform-origin: bottom;
      -ms-transform: rotate(58deg);
      transform: rotate(58deg);
      left: calc(-4px / 2); }
      .icons.-play span.play:nth-of-type(3):before {
        transition: transform 0.1s linear 0.3s;
        -ms-transform-origin: top;
        transform-origin: top; }
  .icons.-play span.pause {
    transform: scale3d(1, 0, 1); }
    .icons.-play span.pause:nth-of-type(4) {
      top: 0;
      bottom: 0;
      left: 0;
      width: 4px;
      -ms-transform-origin: top;
      transform-origin: top;
      transition: transform 0.3s cubic-bezier(0.8, 0, 1, 1); }
    .icons.-play span.pause:nth-of-type(5) {
      top: 0;
      bottom: 0;
      right: calc(15% - 4px);
      width: 4px;
      -ms-transform-origin: bottom;
      transform-origin: bottom;
      transition: transform 0.4s cubic-bezier(0, 0, 0.15, 1); }
  .icons.-play:hover .play:before {
    transform: scale3d(1, 0, 1); }
  .icons.-play:hover .play:nth-of-type(1):before {
    transition: transform 0.2s cubic-bezier(0.8, 0, 1, 1);
    -ms-transform-origin: top;
    transform-origin: top; }
  .icons.-play:hover .play:nth-of-type(2):before {
    transition: transform 0.1s linear 0.2s;
    -ms-transform-origin: bottom;
    transform-origin: bottom; }
  .icons.-play:hover .play:nth-of-type(3):before {
    transition: transform 0.1s linear 0.3s;
    -ms-transform-origin: bottom;
    transform-origin: bottom; }
  .icons.-play:hover .pause {
    transform: scale3d(1, 1, 1); }
    .icons.-play:hover .pause:nth-of-type(4) {
      -ms-transform-origin: bottom;
      transform-origin: bottom;
      transition: transform 0.2s cubic-bezier(0, 0, 0.15, 1) 0.4s; }
    .icons.-play:hover .pause:nth-of-type(5) {
      -ms-transform-origin: top;
      transform-origin: top;
      transition: transform 0.3s cubic-bezier(0, 0, 0.15, 1) 0.4s; }
  .icons.-replay div {
    position: absolute;
    top: calc(100px / 6);
    right: calc(100px / 6);
    bottom: calc(100px / 6);
    left: calc(100px / 6); }
  .icons.-replay span {
    position: absolute;
    top: 0;
    right: 0; }
  .icons.-replay .head,
  .icons.-replay .tail {
    bottom: 0;
    left: 0;
    border-radius: 50%; }
    .icons.-replay .head.head,
    .icons.-replay .tail.head {
      transition: transform 1.3s cubic-bezier(0.5, 0, 0, 1); }
      .icons.-replay .head.head:before,
      .icons.-replay .tail.head:before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        border: 4px solid transparent;
        border-top-color: #02074D;
        border-left-color: #02074D;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .icons.-replay .head.tail,
    .icons.-replay .tail.tail {
      transition: transform 1.3s cubic-bezier(0.5, 0, 0, 1) 0.1s;
      border: 4px solid transparent;
      border-top-color: #02074D;
      border-left-color: #02074D;
      border-right-color: #02074D;
      -ms-transform: rotate(-70deg);
      transform: rotate(-70deg); }
  .icons.-replay .arrow {
    bottom: 50%;
    left: 50%;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    transform: translate3d(0, 4px, 0) rotate(30deg); }
    .icons.-replay .arrow:before {
      top: 50%;
      right: 0;
      bottom: 0;
      width: 4px;
      background: #02074D; }
    .icons.-replay .arrow:after {
      bottom: 0;
      right: 0;
      left: 50%;
      height: 4px;
      background: #02074D; }
  .icons.-replay:hover .head {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }
  .icons.-replay:hover .tail {
    -ms-transform: rotate(290deg);
    transform: rotate(290deg); }
  .icons.-volume {
    width: 140px;
    height: 100px; }
    .icons.-volume .speaker {
      position: absolute;
      top: 25px;
      height: 50px;
      width: 33.33333px;
      left: 16.66667px; }
      .icons.-volume .speaker div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden; }
        .icons.-volume .speaker div .left {
          top: 32%;
          bottom: 32%;
          left: 0;
          width: 63%;
          border: 4px solid #02074D;
          border-right-color: transparent; }
          .icons.-volume .speaker div .left:after, .icons.-volume .speaker div .left:before {
            right: -4px;
            background: #02074D;
            height: 4px;
            width: 200%; }
          .icons.-volume .speaker div .left:before {
            top: -4px;
            -ms-transform-origin: left;
            transform-origin: left;
            transform: translate3d(calc(100% - (4px + .5px)), 0, 0) rotate(-51deg); }
          .icons.-volume .speaker div .left:after {
            bottom: -4px;
            -ms-transform-origin: left;
            transform-origin: left;
            transform: translate3d(calc(100% - (4px + .5px)), 0, 0) rotate(51deg); }
        .icons.-volume .speaker div .right {
          right: 0;
          top: 0;
          bottom: 0;
          width: 4px;
          background: #02074D; }
      .icons.-volume .speaker .mute {
        top: -10%;
        bottom: -10%;
        left: 50%;
        margin-left: 2px;
        margin-top: 4px;
        width: 4px;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        .icons.-volume .speaker .mute:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -ms-transform-origin: bottom;
          transform-origin: bottom;
          background: #02074D;
          box-shadow: -2px 0 0 2px white;
          transform: scale3d(1, 0, 1);
          transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1); }
      .icons.-volume .speaker:hover .mute:before {
        -ms-transform-origin: top;
        transform-origin: top;
        transform: scale3d(1, 1, 1); }
    .icons.-volume .bars {
      width: 60px;
      height: 60px;
      -ms-transform-origin: top left;
      transform-origin: top left;
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: 50%;
      right: 33.33333px;
      right: 33.33333px;
      overflow: hidden; }
      .icons.-volume .bars a {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate3d(-50%, -50%, 0) rotate(45deg) scale3d(1, -1, -1);
        transition: 0s; }
        .icons.-volume .bars a:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          border: 4px solid rgba(2, 7, 77, 0.2);
          border-right-color: #02074D;
          border-radius: 50%;
          transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1); }
        .icons.-volume .bars a:nth-of-type(3) {
          width: 70%;
          height: 70%; }
          .icons.-volume .bars a:nth-of-type(3):before {
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
        .icons.-volume .bars a:nth-of-type(2) {
          width: 135%;
          height: 135%; }
          .icons.-volume .bars a:nth-of-type(2):before {
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
        .icons.-volume .bars a:nth-of-type(1) {
          width: 200%;
          height: 200%; }
          .icons.-volume .bars a:nth-of-type(1):before {
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
        .icons.-volume .bars a:hover {
          transform: translate3d(-50%, -50%, 0) rotate(45deg) scale3d(1, 1, 1); }
          .icons.-volume .bars a:hover:before {
            -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
          .icons.-volume .bars a:hover:nth-of-type(1) ~ a:before,
          .icons.-volume .bars a:hover:nth-of-type(2) ~ a:before {
            -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  .icons.-expand div {
    width: 30px;
    height: 30px;
    position: absolute; }
    .icons.-expand div:nth-of-type(1) {
      top: 18px;
      right: 18px;
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .icons.-expand div:nth-of-type(2) {
      bottom: 18px;
      left: 18px; }
    .icons.-expand div .line {
      position: absolute;
      overflow: hidden;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .icons.-expand div .line:before {
        content: '';
        position: absolute;
        top: calc(50% - (2px));
        left: -4px;
        right: -4px;
        background: #02074D;
        height: 4px;
        transition: 0.4s cubic-bezier(0.5, 0, 0, 1) 0.2s;
        transform: rotate(-45deg) translate3d(8px, 0, 0); }
    .icons.-expand div .arrow {
      position: absolute;
      width: 50%;
      height: 50%; }
      .icons.-expand div .arrow:after, .icons.-expand div .arrow:before {
        content: '';
        position: absolute;
        background: #02074D;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.15, 1) 0.25s; }
      .icons.-expand div .arrow:nth-of-type(1) {
        bottom: 0;
        left: 0; }
        .icons.-expand div .arrow:nth-of-type(1):before {
          bottom: 0;
          right: 0;
          left: 0;
          height: 4px;
          -ms-transform-origin: left;
          transform-origin: left; }
        .icons.-expand div .arrow:nth-of-type(1):after {
          bottom: 0;
          top: 0;
          left: 0;
          width: 4px;
          -ms-transform-origin: bottom;
          transform-origin: bottom; }
      .icons.-expand div .arrow:nth-of-type(2) {
        top: 0;
        right: 0; }
        .icons.-expand div .arrow:nth-of-type(2):before {
          top: 0;
          right: 0;
          left: 0;
          height: 4px;
          -ms-transform-origin: right;
          transform-origin: right; }
        .icons.-expand div .arrow:nth-of-type(2):after {
          bottom: 0;
          top: 0;
          right: 0;
          width: 4px;
          -ms-transform-origin: top;
          transform-origin: top; }
      .icons.-expand div .arrow:nth-of-type(2n):after, .icons.-expand div .arrow:nth-of-type(2n):before {
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.1, 1); }
      .icons.-expand div .arrow:nth-of-type(2n):before {
        transform: scale3d(0, 1, 1); }
      .icons.-expand div .arrow:nth-of-type(2n):after {
        transform: scale3d(1, 0, 1); }
  .icons.-expand:active .line:before, .icons.-expand:focus .line:before, .icons.-expand:hover .line:before {
    transform: rotate(-45deg) translate3d(-8px, 0, 0); }
  .icons.-expand:active .arrow:nth-of-type(2n-1):after, .icons.-expand:active .arrow:nth-of-type(2n-1):before, .icons.-expand:focus .arrow:nth-of-type(2n-1):after, .icons.-expand:focus .arrow:nth-of-type(2n-1):before, .icons.-expand:hover .arrow:nth-of-type(2n-1):after, .icons.-expand:hover .arrow:nth-of-type(2n-1):before {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.1, 1); }
  .icons.-expand:active .arrow:nth-of-type(2n-1):before, .icons.-expand:focus .arrow:nth-of-type(2n-1):before, .icons.-expand:hover .arrow:nth-of-type(2n-1):before {
    transform: scale3d(0, 1, 1); }
  .icons.-expand:active .arrow:nth-of-type(2n-1):after, .icons.-expand:focus .arrow:nth-of-type(2n-1):after, .icons.-expand:hover .arrow:nth-of-type(2n-1):after {
    transform: scale3d(1, 0, 1); }
  .icons.-expand:active .arrow:nth-of-type(2n):after, .icons.-expand:active .arrow:nth-of-type(2n):before, .icons.-expand:focus .arrow:nth-of-type(2n):after, .icons.-expand:focus .arrow:nth-of-type(2n):before, .icons.-expand:hover .arrow:nth-of-type(2n):after, .icons.-expand:hover .arrow:nth-of-type(2n):before {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.1, 1) 0.25s; }
  .icons.-expand:active .arrow:nth-of-type(2n):before, .icons.-expand:focus .arrow:nth-of-type(2n):before, .icons.-expand:hover .arrow:nth-of-type(2n):before {
    transform: scale3d(1, 1, 1); }
  .icons.-expand:active .arrow:nth-of-type(2n):after, .icons.-expand:focus .arrow:nth-of-type(2n):after, .icons.-expand:hover .arrow:nth-of-type(2n):after {
    transform: scale3d(1, 1, 1); }

.slider-con {
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 750px) {
    .slider-con {
      height: 100vh;
      min-height: 750px; } }

.card-con {
  margin: 40vh auto 0;
  width: 100%;
  max-width: 550px;
  position: relative;
  cursor: ew-resize; }
  .card-con .slick-list {
    overflow: hidden; }
  .card-con .slick-arrow.slick-next {
    right: 0; }
  .card-con .slick-arrow.slick-prev {
    left: 0; }
  @media screen and (min-width: 750px) {
    .card-con .slick-arrow {
      width: 50px;
      height: 50px;
      bottom: 0;
      top: auto;
      right: 0;
      left: auto !important;
      transform: translate3d(50%, 0%, 0); }
      .card-con .slick-arrow.slick-next {
        top: 6vh; }
      .card-con .slick-arrow.slick-prev {
        top: calc(6vh + 65px); }
      .card-con .slick-arrow:active {
        transform: translate3d(50%, 0%, 0) scale3d(0.9, 0.9, 1); } }
  @media screen and (min-width: 750px) {
    .card-con {
      width: calc(60% - 10vw);
      position: absolute;
      left: 40%;
      bottom: 10vw;
      padding-bottom: 3vh; } }
  @media screen and (min-width: 1400px) {
    .card-con {
      bottom: 13vw;
      left: 50%;
      width: calc(60% - 13vw); } }

.card__info {
  width: 100%;
  padding: 4vw 7vw;
  text-align: left;
  float: left; }
  @media screen and (min-width: 750px) {
    .card__info {
      float: right;
      background: rgba(248, 248, 248, 0.9);
      padding: 4vw; } }
  .card__info .title {
    margin-bottom: 2vh;
    color: #427d9c; }
  .card__info .copy {
    color: #2e3e5e; }

.img-con {
  position: absolute;
  overflow: hidden;
  top: 10vh;
  right: 0;
  left: 0;
  bottom: 0; }
  @media screen and (min-width: 750px) {
    .img-con {
      z-index: 1;
      top: 50%;
      right: calc(60% - 1.5vw);
      bottom: auto;
      left: auto;
      transform: translate3d(0, -50%, 0);
      width: 100%; } }
  @media screen and (min-width: 1400px) {
    .img-con {
      right: calc(50% - 1.5vw);
      transform: translate3d(0, -50%, 0);
      width: 100%; } }
  .img-con .img {
    float: left;
    text-align: center;
    opacity: 0;
    cursor: ew-resize; }
    @media screen and (min-width: 750px) {
      .img-con .img {
        text-align: right;
        float: none;
        height: 100vh;
        min-height: 750px; } }
    .img-con .img img {
      height: auto;
      vertical-align: middle;
      width: 100%;
      max-height: 40vh;
      width: auto;
      max-width: 80%; }
      @media screen and (min-width: 750px) {
        .img-con .img img {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate3d(0, -50%, 0);
          width: auto;
          max-height: 70vh;
          max-width: 35vw; } }
      @media screen and (min-width: 1400px) {
        .img-con .img img {
          max-height: 80vh;
          max-width: 40vw; } }

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center; }
  @media screen and (min-width: 750px) {
    .slick-dots {
      text-align: right; } }
  .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 0.6vw; }
    .slick-dots li:last-of-type {
      margin-right: 0; }
    .slick-dots li button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: rgba(46, 62, 94, 0.1);
      width: 20px;
      height: 3px;
      color: transparent;
      border: none;
      transition: background 0.4s cubic-bezier(0.5, 0, 0, 1);
      vertical-align: bottom;
      position: relative;
      padding: 0; }
      .slick-dots li button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1);
        transform: scale3d(0, 1, 1);
        background: #fdc8cd;
        -ms-transform-origin: right;
        transform-origin: right; }
  .slick-dots .slick-active button {
    transition: background 0.4s cubic-bezier(0.5, 0, 0, 1) 0.05s; }
    .slick-dots .slick-active button:before {
      transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1) 0.05s;
      transform: scale3d(1, 1, 1);
      -ms-transform-origin: left;
      transform-origin: left; }

.fof-con {
  position: fixed;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translate3d(0, -50%, 0); }

.fof-con__span {
  font-weight: 600;
  font-size: 1.4em;
  letter-spacing: 0.01em;
  color: #2e3e5e; }

.fof-con__link {
  margin: 2vw 1vw 0;
  vertical-align: top; }

@media screen and (min-width: 750px) {
  .aspects-con {
    padding-top: 13vh; } }

.aspects-con__aspect {
  padding: 10vw;
  text-align: center;
  font-size: 0.75em; }
  @media screen and (min-width: 750px) {
    .aspects-con__aspect {
      padding: 3vw 4vw;
      font-size: 0.8em;
      display: inline-block;
      width: 33.3333%;
      float: left; } }
  @media screen and (min-width: 1023px) {
    .aspects-con__aspect {
      font-size: 0.9em;
      padding: 3vw 7vw; } }
  @media screen and (min-width: 1200px) {
    .aspects-con__aspect {
      font-size: 1em; } }
  .aspects-con__aspect:nth-of-type(2) {
    border: 1px solid rgba(46, 62, 94, 0.1);
    border-right: none;
    border-left: none; }
    @media screen and (min-width: 750px) {
      .aspects-con__aspect:nth-of-type(2) {
        border: 1px solid rgba(46, 62, 94, 0.1);
        border-bottom: none;
        border-top: none; } }
  .aspects-con__aspect:hover .aspects-con__aspect__title, .aspects-con__aspect:active .aspects-con__aspect__title, .aspects-con__aspect:focus .aspects-con__aspect__title {
    color: #7ab2c1;
    background-position: bottom right; }
  .aspects-con__aspect:hover .aspects-con__aspect__desc-con__desc, .aspects-con__aspect:active .aspects-con__aspect__desc-con__desc, .aspects-con__aspect:focus .aspects-con__aspect__desc-con__desc {
    transform: translate3d(0, 0, 0);
    transition: 0.6s cubic-bezier(0.5, 0, 0, 1) 0.2s;
    opacity: 1; }
  .aspects-con__aspect:hover .aspects-con__aspect__desc-con__illy, .aspects-con__aspect:active .aspects-con__aspect__desc-con__illy, .aspects-con__aspect:focus .aspects-con__aspect__desc-con__illy {
    transform: translate3d(-50%, -50%, 0) scale3d(0.9, 0.9, 1);
    opacity: 0.1;
    transition: 0.6s cubic-bezier(0.5, 0, 0, 1); }

.aspects-con__aspect__title {
  font-size: 1.75em;
  letter-spacing: 0.02em;
  margin-bottom: 3vh;
  color: #427d9c;
  transition: 1.5s cubic-bezier(0.5, 0, 0, 1);
  display: inline-block;
  background: linear-gradient(45deg, #427d9c, #7ab2c1);
  background-size: 800% 100%;
  background-position: top left;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media screen and (min-width: 750px) {
    .aspects-con__aspect__title {
      font-size: 1.2em;
      margin-bottom: 5vh; } }
  @media screen and (min-width: 1400px) {
    .aspects-con__aspect__title {
      font-size: 1.4em; } }

.aspects-con__aspect__desc-con {
  position: relative;
  display: block; }

.aspects-con__aspect__desc-con__desc {
  line-height: 1.7em !important;
  color: #2e3e5e;
  font-weight: 500;
  position: relative;
  transition: 0.6s cubic-bezier(0.5, 0, 0, 1);
  display: block;
  font-size: 1.2em; }
  @media screen and (min-width: 750px) {
    .aspects-con__aspect__desc-con__desc {
      font-size: 0.9em; } }
  @media screen and (min-width: 1023px) {
    .aspects-con__aspect__desc-con__desc {
      font-size: 1em; } }
  @media screen and (min-width: 1400px) {
    .aspects-con__aspect__desc-con__desc {
      font-size: 1.1em; } }

@media screen and (min-width: 750px) {
  html:not(.touch) .aspects-con__aspect__desc-con__desc {
    transform: translate3d(0, 10%, 0);
    opacity: 0; } }

.aspects-con__aspect__desc-con__illy {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -80%, 0);
  opacity: 0.7;
  z-index: -1;
  transition: 0.6s cubic-bezier(0.5, 0, 0, 1) 0.2s; }

@media screen and (min-width: 750px) {
  html:not(.touch) .aspects-con__aspect__desc-con__illy {
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    height: 150px;
    width: 150px; } }

.header--single {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0; }

article.post,
article.page,
.case {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 750px;
  margin-top: 50vh; }
  @media screen and (min-width: 750px) {
    article.post,
    article.page,
    .case {
      width: 80%; } }

.post__date, .post__title {
  text-align: center;
  display: block;
  color: white; }

.post__date {
  font-size: 0.9em;
  margin-bottom: 0.4vh; }

.post__date__number {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.15em; }

.post__date__divider {
  margin: 0 0.5em;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative; }
  .post__date__divider:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    height: 2px;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

.post__title {
  display: block;
  font-size: 1.6em;
  letter-spacing: 0.05em;
  margin-bottom: 3vh; }

.post__content {
  padding: 6vw;
  background: white;
  color: #2e3e5e;
  font-size: 1.1em;
  position: relative;
  font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif; }
  .post__content p {
    width: 100%; }
  .post__content > p:first-of-type:first-letter {
    font-family: "brothers", Georgia, Times, "Times New Roman", serif;
    font-size: 1.2em;
    color: #7ab2c1;
    margin-right: 0.2em; }
  .post__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20vh;
    transform: translate3d(0, -100%, 0);
    background: red;
    z-index: -1;
    background: radial-gradient(ellipse at center, rgba(46, 62, 94, 0.5) 0%, rgba(46, 62, 94, 0) 70%);
    background-size: 100% 200%;
    background-position: top; }
  .post__content img {
    width: 100%;
    height: auto;
    border-radius: 3px; }
  .post__content ol,
  .post__content ul {
    padding-left: 1em;
    line-height: 1.3; }
    .post__content ol li,
    .post__content ul li {
      position: relative;
      margin-bottom: 0.3em;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: baseline;
      align-items: baseline; }
    .post__content ol[style*="list-"] li,
    .post__content ul[style*="list-"] li {
      list-style: inherit; }
    .post__content ol[style*="list-"] li:before,
    .post__content ul[style*="list-"] li:before {
      content: none; }
  .post__content ol {
    margin: 1em 0;
    padding: 0 0 0 1.5em; }
    .post__content ol li {
      font-size: 1em;
      list-style: none;
      padding-left: 1em;
      line-height: 1.4; }
      .post__content ol li:not(:last-of-type) {
        margin-bottom: 1em; }
      .post__content ol li:before {
        margin-right: .7em;
        display: inline-block;
        color: #427d9c;
        font-family: "brothers", Georgia, Times, "Times New Roman", serif;
        font-weight: 600;
        position: absolute;
        left: 0;
        top: .05em; }
  .post__content ul > li {
    padding-left: 1.25em; }
    .post__content ul > li:before {
      content: '';
      width: 10px;
      height: 10px;
      background: #7ab2c1;
      border-radius: 50%;
      display: inline-block;
      margin-right: 0.5em; }
  .post__content ul li > li:before,
  .post__content ul ul li:before {
    background: transparent; }
  .post__content ol > li {
    counter-increment: steps; }
    .post__content ol > li:before {
      content: counter(steps); }
  .post__content ol li > li,
  .post__content ol ol li {
    counter-increment: more; }
    .post__content ol li > li:before,
    .post__content ol ol li:before {
      content: counter(more); }
  @media screen and (min-width: 750px) {
    .post__content {
      padding: 4vw; } }
  @media screen and (min-width: 1400px) {
    .post__content {
      padding: 3vw; } }

.post__nav {
  border-bottom: 3px solid #2e3e5e; }

.post__nav__nav-item {
  background: whitesmoke;
  display: inline-block;
  width: 50%;
  float: left;
  padding: 6vw;
  position: relative;
  transition: background 0.6s cubic-bezier(0.5, 0, 0, 1); }
  .post__nav__nav-item:hover, .post__nav__nav-item:active, .post__nav__nav-item:focus {
    background: #fafafa; }
    .post__nav__nav-item:hover .post__nav__nav-item__direction:after, .post__nav__nav-item:active .post__nav__nav-item__direction:after, .post__nav__nav-item:focus .post__nav__nav-item__direction:after {
      transform: scale3d(1, 1, 1); }
    .post__nav__nav-item:hover .post__nav__nav-item__direction, .post__nav__nav-item:active .post__nav__nav-item__direction, .post__nav__nav-item:focus .post__nav__nav-item__direction {
      color: rgba(46, 62, 94, 0.6); }
  @media screen and (min-width: 750px) {
    .post__nav__nav-item {
      padding: 4vw; } }
  @media screen and (min-width: 1400px) {
    .post__nav__nav-item {
      padding: 3vw; } }

.post__nav__nav-item--prev {
  text-align: left;
  border-right: 1px solid rgba(46, 62, 94, 0.1); }
  .post__nav__nav-item--prev .post__nav__nav-item__direction:after {
    -ms-transform-origin: left;
    transform-origin: left;
    left: 0; }

.post__nav__nav-item--next {
  text-align: right; }
  .post__nav__nav-item--next .post__nav__nav-item__direction:after {
    -ms-transform-origin: right;
    transform-origin: right;
    right: 0; }

.post__nav__nav-item--full {
  float: none;
  text-align: center;
  width: 100%; }
  .post__nav__nav-item--full .post__nav__nav-item__direction:after {
    -ms-transform-origin: center;
    transform-origin: center;
    left: calc(50% - 15px);
    right: auto; }

.post__nav__nav-item__direction {
  display: block;
  color: rgba(46, 62, 94, 0.4);
  transition: color 0.6s cubic-bezier(0.5, 0, 0, 1);
  padding-bottom: 1vh;
  font-size: 0.95em;
  letter-spacing: 0.06em;
  position: relative; }
  .post__nav__nav-item__direction:after {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 30px;
    height: 2px;
    background: #7ab2c1;
    transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1);
    transform: scale3d(0, 1, 1); }

.post__nav__nav-item__title {
  font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif;
  color: #2e3e5e;
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 0.01em; }

.post-edit-link {
  display: none; }
  @media screen and (min-width: 750px) {
    .post-edit-link {
      display: block;
      border: 2px solid #427d9c;
      padding: 0.8em 1.3em;
      font-family: "brothers", Georgia, Times, "Times New Roman", serif;
      text-transform: uppercase;
      color: #427d9c;
      letter-spacing: 0.2em;
      position: absolute;
      top: calc(100vh - 2em - 2.5vw);
      right: 2.5vw;
      z-index: 1;
      font-size: 0.8em;
      transition: 0.4s cubic-bezier(0.5, 0, 0, 1);
      border-radius: 5em; }
      .post-edit-link:hover, .post-edit-link:focus, .post-edit-link:active {
        background: white;
        color: #2e3e5e; } }

.contact-con {
  text-align: center;
  font-size: 1.2em;
  overflow: hidden; }
  .contact-con span {
    display: block; }
  .contact-con:before, .contact-con:after {
    z-index: -1; }
  .contact-con:before {
    content: '';
    position: absolute;
    width: 120vw;
    height: 120vw;
    background: rgba(46, 62, 94, 0.05);
    min-width: 750px;
    min-height: 750px;
    bottom: -97vw;
    left: -50vw;
    border-radius: 50%;
    animation: float 20s infinite ease-in-out;
    -ms-transform-origin: 51% center;
    transform-origin: 51% center; }
  .contact-con:after {
    content: '';
    position: absolute;
    width: 8vw;
    height: 8vw;
    background: rgba(122, 178, 193, 0.1);
    bottom: 18vw;
    left: 20%;
    border-radius: 50%;
    animation: float 10s infinite ease-in-out;
    -ms-transform-origin: 4.3vw;
    transform-origin: 4.3vw; }

@keyframes float {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.contact-con__title {
  color: #7ab2c1;
  margin-bottom: 2vh; }

.contact-con__copy {
  color: #2e3e5e;
  max-width: 550px;
  margin: auto;
  margin-bottom: 3vh; }

.contact-con__open {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 5vh;
  color: #2e3e5e;
  font-size: 0.9em; }

.contact-con__open__day, .contact-con__open__title {
  display: block; }

.contact-con__open--hidden {
  display: none; }
  .contact-con__open--hidden .contact-con__open__day {
    opacity: 0;
    transition: 0.6s cubic-bezier(0.5, 0, 0, 1); }

.contact-con__open__day {
  text-transform: capitalize;
  text-align: left;
  position: relative;
  margin-bottom: 1vh; }
  .contact-con__open__day:last-of-type {
    margin-bottom: 3vh; }
  .contact-con__open__day .time__divider {
    display: inline-block;
    margin: 0 0.5em; }
  .contact-con__open__day .time {
    display: inline-block;
    float: right;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: 0.4s cubic-bezier(0.5, 0, 0, 1); }

.contact-con__open__day--today {
  margin-bottom: 1.6em;
  position: relative; }
  .contact-con__open__day--today:after {
    content: '';
    position: absolute;
    bottom: -0.8em;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(46, 62, 94, 0.2);
    transform: scale3d(0, 1, 1);
    -ms-transform-origin: right;
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.08, 1); }
  .contact-con__open__day--today .contact-con__open__day--today--now {
    position: absolute;
    right: 0;
    top: 50%;
    text-transform: uppercase;
    transform: translate3d(0, -50%, 0);
    font-size: 0.8em;
    letter-spacing: 0.2em;
    font-weight: 600; }
  .contact-con__open__day--today .time {
    transform: translate3d(0, -100%, 0); }

.contact-con__open__day--bold {
  font-weight: 600; }

.contact-con__open__day--today--now--open {
  color: green; }

.contact-con__open__day--today--now--closed {
  color: orange; }

.contact-con__open__day--closed .time {
  opacity: 0.4;
  font-size: 0.8em;
  vertical-align: middle;
  letter-spacing: 0.2em;
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 0; }

.contact-con__open__expand {
  padding: 0.8em calc(1.2em + 30px) 0.8em 1.2em;
  border-radius: 2em;
  font-size: 0.8em;
  text-transform: none;
  color: rgba(122, 178, 193, 0.6);
  border: 2px solid rgba(122, 178, 193, 0.6);
  position: relative;
  transition: 0.6s cubic-bezier(0.5, 0, 0, 1); }
  .contact-con__open__expand:after, .contact-con__open__expand:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 2px;
    background: rgba(122, 178, 193, 0.6);
    border-radius: 3px;
    transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1) 0.1s; }
  .contact-con__open__expand:after {
    right: 17px;
    transform: translate3d(calc(50% - 2px), 0, 0) rotate(-45deg); }
  .contact-con__open__expand:before {
    right: 17px;
    transform: translate3d(calc(-50% + 2px), 0, 0) rotate(45deg); }
  .contact-con__open__expand:hover, .contact-con__open__expand:active, .contact-con__open__expand:focus {
    color: #7ab2c1;
    border: 2px solid #7ab2c1; }
    .contact-con__open__expand:hover:after, .contact-con__open__expand:hover:before, .contact-con__open__expand:active:after, .contact-con__open__expand:active:before, .contact-con__open__expand:focus:after, .contact-con__open__expand:focus:before {
      background: #7ab2c1; }

.contact-con__open.-active .contact-con__open__day--today:after {
  -ms-transform-origin: left;
  transform-origin: left;
  transform: scale3d(1, 1, 1); }

.contact-con__open.-active .contact-con__open--hidden .contact-con__open__day {
  opacity: 1; }

.contact-con__open.-active .contact-con__open__expand:after {
  transform: translate3d(-3px, 0, 0) rotate(-45deg); }

.contact-con__open.-active .contact-con__open__expand:before {
  transform: translate3d(3px, 0, 0) rotate(45deg); }

.contact-con__method {
  display: block;
  margin-bottom: 5vh; }
  .contact-con__method:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 750px) {
    .contact-con__method {
      width: 49.5%;
      display: inline-block;
      text-align: center;
      max-width: 480px; } }
  @media screen and (min-width: 1023px) {
    .contact-con__method {
      width: 32%; } }

.contact-con__method:hover .contact-con__method__span, .contact-con__method:active .contact-con__method__span, .contact-con__method:focus .contact-con__method__span {
  color: #7ab2c1; }
  .contact-con__method:hover .contact-con__method__span:before, .contact-con__method:active .contact-con__method__span:before, .contact-con__method:focus .contact-con__method__span:before {
    border: 2px solid rgba(46, 62, 94, 0.9); }

.contact-con__method:hover .contact-con__method__icon-con--email, .contact-con__method:active .contact-con__method__icon-con--email, .contact-con__method:focus .contact-con__method__icon-con--email {
  transform: skewX(-4deg) translate3d(10%, 0, 0); }
  .contact-con__method:hover .contact-con__method__icon-con--email:before, .contact-con__method:active .contact-con__method__icon-con--email:before, .contact-con__method:focus .contact-con__method__icon-con--email:before {
    transition: transform 0.4s cubic-bezier(0.8, 0, 0.08, 1) 0.1s, left 0.4s cubic-bezier(0.5, 0, 0, 1) 0.1s;
    left: -45%; }
  .contact-con__method:hover .contact-con__method__icon-con--email:after, .contact-con__method:active .contact-con__method__icon-con--email:after, .contact-con__method:focus .contact-con__method__icon-con--email:after {
    left: -35%;
    transition: transform 0.4s cubic-bezier(0.8, 0, 0.08, 1) 0.04s, left 0.4s cubic-bezier(0.5, 0, 0, 1) 0.04s; }
  .contact-con__method:hover .contact-con__method__icon-con--email:after, .contact-con__method:hover .contact-con__method__icon-con--email:before, .contact-con__method:active .contact-con__method__icon-con--email:after, .contact-con__method:active .contact-con__method__icon-con--email:before, .contact-con__method:focus .contact-con__method__icon-con--email:after, .contact-con__method:focus .contact-con__method__icon-con--email:before {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -ms-transform-origin: right;
    transform-origin: right; }

.contact-con__method:hover .contact-con__method__icon-con--mobile, .contact-con__method:active .contact-con__method__icon-con--mobile, .contact-con__method:focus .contact-con__method__icon-con--mobile {
  animation: mobile-shake 0.4s; }

@keyframes mobile-shake {
  0% {
    transform: rotate(0deg); }
  33% {
    transform: rotate(2deg); }
  66% {
    transform: rotate(-2deg); }
  100% {
    transform: rotate(0deg); } }
  .contact-con__method:hover .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line, .contact-con__method:active .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line, .contact-con__method:focus .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line {
    transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1); }
    .contact-con__method:hover .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line:before, .contact-con__method:active .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line:before, .contact-con__method:focus .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line:before {
      transition: transform 0.4s;
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .contact-con__method:hover .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line:after, .contact-con__method:active .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line:after, .contact-con__method:focus .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line:after {
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transition: transform 0s 0.6s; }
  .contact-con__method:hover .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line--small:before, .contact-con__method:active .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line--small:before, .contact-con__method:focus .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line--small:before {
    transition-delay: 0.1s; }
  .contact-con__method:hover .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line--big:before, .contact-con__method:active .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line--big:before, .contact-con__method:focus .contact-con__method__icon-con--mobile .mobile-lines .mobile-lines__line--big:before {
    transition-delay: 0.2s; }

.contact-con__method:hover .contact-con__method__icon-con--fb, .contact-con__method:active .contact-con__method__icon-con--fb, .contact-con__method:focus .contact-con__method__icon-con--fb {
  transform: translate3d(14px, 0, 0); }
  .contact-con__method:hover .contact-con__method__icon-con--fb .bubble, .contact-con__method:active .contact-con__method__icon-con--fb .bubble, .contact-con__method:focus .contact-con__method__icon-con--fb .bubble {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    transition: 0.8s cubic-bezier(0.5, 0, 0, 1) 0.1s; }
    .contact-con__method:hover .contact-con__method__icon-con--fb .bubble:after, .contact-con__method:active .contact-con__method__icon-con--fb .bubble:after, .contact-con__method:focus .contact-con__method__icon-con--fb .bubble:after {
      transform: scale3d(1, 1, 1);
      transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1) 0.1s; }

.contact-con__method__icon-con {
  border-radius: 3px;
  border: 2px solid #2e3e5e;
  margin: 0 auto;
  position: relative; }

.contact-con__method__icon-con--mobile {
  margin-bottom: 3vh;
  width: 28px;
  height: 45px; }
  .contact-con__method__icon-con--mobile .icon {
    position: absolute;
    border: 2px solid #2e3e5e;
    width: 6px;
    height: 6px;
    bottom: 4px;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }

.mobile-lines {
  position: absolute;
  height: 30px;
  width: 30px;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate3d(-100%, -100%, 0); }

.mobile-lines__line {
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  transition: transform 0s 0.4s;
  transform: translate3d(50%, 50%, 0) rotate(90deg); }
  .mobile-lines__line:after, .mobile-lines__line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    border-left-color: #7ab2c1; }
  .mobile-lines__line:before {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: transform 0s; }
  .mobile-lines__line:after {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: transform 0.4s; }

.mobile-lines__line--small {
  width: 18px;
  height: 18px; }
  .mobile-lines__line--small:after {
    transition-delay: 0.1s; }

.mobile-lines__line--big {
  width: 30px;
  height: 30px; }

.contact-con__method__icon-con--email {
  width: 55px;
  height: 39px;
  margin-top: 3px;
  margin-bottom: calc(3vh + 3px);
  transition: 0.8s cubic-bezier(0.5, 0, 0, 1); }
  .contact-con__method__icon-con--email:after, .contact-con__method__icon-con--email:before {
    content: '';
    position: absolute;
    background: #7ab2c1;
    height: 2px;
    z-index: 1;
    -ms-transform-origin: left;
    transform-origin: left;
    transform: scale3d(0, 1, 1) translate3d(20%, 0, 0); }
  .contact-con__method__icon-con--email:before {
    top: 30%;
    left: -25%;
    width: 28%;
    transition: transform 0.4s cubic-bezier(0.8, 0, 0.08, 1), left 0s 0.5s; }
  .contact-con__method__icon-con--email:after {
    bottom: 30%;
    left: -15%;
    width: 40%;
    box-shadow: 0px 2px 0px 0px #fdfdfd;
    transition: transform 0.4s cubic-bezier(0.8, 0, 0.08, 1) 0.03s, left 0s 0.5s; }
  .contact-con__method__icon-con--email .icon {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    height: 65%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .contact-con__method__icon-con--email .icon:after, .contact-con__method__icon-con--email .icon:before {
      content: '';
      height: 2px;
      bottom: 0;
      position: absolute;
      background: #2e3e5e;
      width: 100%;
      border-radius: 2px; }
    .contact-con__method__icon-con--email .icon:before {
      left: 50%;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -ms-transform: rotate(-38deg);
      transform: rotate(-38deg); }
    .contact-con__method__icon-con--email .icon:after {
      right: 50%;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -ms-transform: rotate(38deg);
      transform: rotate(38deg); }

.contact-con__method__icon-con--fb {
  width: 39px;
  height: 39px;
  margin-top: 3px;
  margin-bottom: calc(3vh + 3px);
  transition: 0.8s cubic-bezier(0.5, 0, 0, 1); }
  .contact-con__method__icon-con--fb .bubble {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 28px;
    height: 21px;
    border: 2px solid #427d9c;
    border-radius: 30px;
    margin-bottom: 5px;
    margin-left: -34px;
    border-bottom-right-radius: 3px;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    opacity: 0;
    transform: rotate(-10deg) translate3d(-10%, 10%, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 0, 0, 1), transform 0s 0.4s; }
    .contact-con__method__icon-con--fb .bubble:after {
      content: '';
      position: absolute;
      bottom: -2px;
      right: -2px;
      height: 2px;
      width: 7px;
      background: white;
      z-index: 1;
      -ms-transform-origin: right;
      transform-origin: right;
      transition: transform 0s 0.4s;
      transform: scale3d(2.5, 1, 1); }
    .contact-con__method__icon-con--fb .bubble .tail {
      position: absolute;
      bottom: -7px;
      right: -2px;
      width: 9px;
      height: 9px;
      z-index: 2; }
      .contact-con__method__icon-con--fb .bubble .tail:before, .contact-con__method__icon-con--fb .bubble .tail:after {
        background: #427d9c;
        content: '';
        position: absolute;
        width: 2px;
        right: 0;
        bottom: 0;
        height: 100%;
        border-radius: 2px; }
      .contact-con__method__icon-con--fb .bubble .tail:after {
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .contact-con__method__icon-con--fb .icon {
    position: absolute;
    width: 25%;
    bottom: -1px;
    left: 50%;
    transform: translate3d(-25%, 0, 0);
    height: 75%; }
    .contact-con__method__icon-con--fb .icon span, .contact-con__method__icon-con--fb .icon:after, .contact-con__method__icon-con--fb .icon:before {
      content: '';
      position: absolute; }
    .contact-con__method__icon-con--fb .icon:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-left: 2px solid #2e3e5e;
      border-top: 2px solid #2e3e5e;
      border-top-left-radius: 20px; }
    .contact-con__method__icon-con--fb .icon:after {
      transform: translate3d(-30%, 0, 0);
      background: #2e3e5e; }
    .contact-con__method__icon-con--fb .icon span, .contact-con__method__icon-con--fb .icon:after {
      top: 40%;
      height: 2px;
      left: 0;
      width: 120%; }
    .contact-con__method__icon-con--fb .icon span {
      background: #7ab2c1;
      z-index: 1;
      transform: translate3d(-30%, 0, 0) scale3d(0, 1, 1);
      transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
      -ms-transform-origin: right;
      transform-origin: right; }

.contact-con__method__span {
  padding-top: 3vh;
  position: relative;
  font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif;
  color: #2e3e5e;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: block;
  transition: color 0.4s; }
  .contact-con__method__span:before {
    position: absolute;
    content: '';
    border: 2px solid rgba(46, 62, 94, 0.4);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    transition: border 0.4s; }

.contact-con__lewes-con {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  width: 70vw;
  height: 70vw;
  background: rgba(46, 62, 94, 0.4);
  transform: translate3d(45%, 77%, 0);
  overflow: hidden; }

.footer-nav {
  padding: 3vw;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media screen and (max-width: 480px) {
    .footer-nav {
      position: relative;
      text-align: center;
      padding: 10vw 0 0; } }
  .footer-nav a {
    font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif;
    font-size: .7em;
    text-decoration: underline;
    color: #2e3e5e;
    margin: 0 1vw; }

.header.-imageless + main {
  margin-top: -25vh; }
  .header.-imageless + main .post__title {
    color: #2e3e5e; }
  .header.-imageless + main .post__content:after {
    content: '';
    position: absolute;
    top: 0;
    width: 6vw;
    height: 2px;
    background: #7ab2c1;
    left: calc(50% - 3vw); }
  .header.-imageless + main .post__content:before {
    content: none; }

.header {
  position: relative;
  width: 100%;
  height: 80vh; }
  .header:before {
    content: '';
    position: absolute;
    bottom: 4vh;
    left: -5vw;
    width: 10vw;
    height: 10vw;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid rgba(46, 62, 94, 0.2);
    animation: float 20s infinite ease-in-out;
    -ms-transform-origin: 55% center;
    transform-origin: 55% center; }
  .header:after {
    content: '';
    position: absolute;
    bottom: -10vh;
    right: -20vw;
    border: 2px solid rgba(122, 178, 193, 0.2);
    border-radius: 50%;
    width: 40vw;
    height: 40vw;
    animation: float 15s infinite ease-in-out;
    -ms-transform-origin: 51% center;
    transform-origin: 51% center; }
  @media screen and (min-width: 750px) {
    .header {
      height: 100vh; } }

.header__shadow {
  display: none; }
  @media screen and (min-width: 750px) {
    .header__shadow {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 60vw;
      height: 90vh;
      z-index: 1;
      background: linear-gradient(140deg, white 0%, rgba(255, 255, 255, 0) 50%);
      mix-blend-mode: soft-light; } }

.header__shadow--dark {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 20%, transparent 70%); }

.header__shadow--light {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0) 70%); }

.padding-section {
  margin-bottom: 13vh;
  margin-bottom: 13vh; }

.header__logo-con {
  display: none; }
  @media screen and (min-width: 750px) {
    .header__logo-con {
      display: block;
      position: fixed;
      padding: 2.5vw;
      z-index: 10; }
      .header__logo-con svg {
        width: 100px;
        height: 13.7px; }
      .header__logo-con:hover .letter-hide, .header__logo-con:focus .letter-hide, .header__logo-con:active .letter-hide {
        opacity: 1; }
        .header__logo-con:hover .letter-hide:nth-of-type(1), .header__logo-con:focus .letter-hide:nth-of-type(1), .header__logo-con:active .letter-hide:nth-of-type(1) {
          transition-delay: 0.02s; }
        .header__logo-con:hover .letter-hide:nth-of-type(2), .header__logo-con:focus .letter-hide:nth-of-type(2), .header__logo-con:active .letter-hide:nth-of-type(2) {
          transition-delay: 0.04s; }
        .header__logo-con:hover .letter-hide:nth-of-type(3), .header__logo-con:focus .letter-hide:nth-of-type(3), .header__logo-con:active .letter-hide:nth-of-type(3) {
          transition-delay: 0.06s; }
        .header__logo-con:hover .letter-hide:nth-of-type(4), .header__logo-con:focus .letter-hide:nth-of-type(4), .header__logo-con:active .letter-hide:nth-of-type(4) {
          transition-delay: 0.08s; }
        .header__logo-con:hover .letter-hide:nth-of-type(5), .header__logo-con:focus .letter-hide:nth-of-type(5), .header__logo-con:active .letter-hide:nth-of-type(5) {
          transition-delay: 0.1s; }
        .header__logo-con:hover .letter-hide:nth-of-type(6), .header__logo-con:focus .letter-hide:nth-of-type(6), .header__logo-con:active .letter-hide:nth-of-type(6) {
          transition-delay: 0.12s; }
        .header__logo-con:hover .letter-hide:nth-of-type(7), .header__logo-con:focus .letter-hide:nth-of-type(7), .header__logo-con:active .letter-hide:nth-of-type(7) {
          transition-delay: 0.14s; }
        .header__logo-con:hover .letter-hide:nth-of-type(8), .header__logo-con:focus .letter-hide:nth-of-type(8), .header__logo-con:active .letter-hide:nth-of-type(8) {
          transition-delay: 0.16s; } }
  @media screen and (min-width: 1200px) {
    .header__logo-con svg {
      width: 150px;
      height: 20.55px; } }

.letter-hide {
  transition: opacity 0.7s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1; }
  .letter-hide:nth-of-type(1) {
    transition-delay: 0.02s; }
  .letter-hide:nth-of-type(2) {
    transition-delay: 0.04s; }
  .letter-hide:nth-of-type(3) {
    transition-delay: 0.06s; }
  .letter-hide:nth-of-type(4) {
    transition-delay: 0.08s; }
  .letter-hide:nth-of-type(5) {
    transition-delay: 0.1s; }
  .letter-hide:nth-of-type(6) {
    transition-delay: 0.12s; }
  .letter-hide:nth-of-type(7) {
    transition-delay: 0.14s; }
  .letter-hide:nth-of-type(8) {
    transition-delay: 0.16s; }

.logo--scrolled .letter-hide {
  opacity: 0; }
  .logo--scrolled .letter-hide:nth-of-type(1) {
    transition-delay: 0.1s; }
  .logo--scrolled .letter-hide:nth-of-type(2) {
    transition-delay: 0s; }
  .logo--scrolled .letter-hide:nth-of-type(3) {
    transition-delay: -0.1s; }
  .logo--scrolled .letter-hide:nth-of-type(4) {
    transition-delay: -0.2s; }
  .logo--scrolled .letter-hide:nth-of-type(5) {
    transition-delay: -0.3s; }
  .logo--scrolled .letter-hide:nth-of-type(6) {
    transition-delay: -0.4s; }
  .logo--scrolled .letter-hide:nth-of-type(7) {
    transition-delay: -0.5s; }
  .logo--scrolled .letter-hide:nth-of-type(8) {
    transition-delay: -0.6s; }

.header__logo-con__darkness {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.5vw;
  width: 20vw; }

.header__image-con {
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translate3d(calc(-50% - 25vw), 0, 0);
  width: 150%;
  padding-bottom: 150%;
  min-width: 200vh;
  min-height: 200vh;
  border-radius: 50%;
  background: #e7eef2;
  overflow: hidden; }
  @media screen and (min-width: 750px) {
    .header__image-con {
      bottom: 5vh;
      left: auto;
      right: -20vw;
      transform: translate3d(0, 0, 0); } }
  @media screen and (min-width: 1023px) {
    .header__image-con {
      right: 5vw; } }

.header__image-con--under {
  width: 200%;
  padding-bottom: 200%;
  right: -40vw;
  bottom: 0;
  background: linear-gradient(45deg, rgba(231, 238, 242, 0), rgba(231, 238, 242, 0.5));
  -ms-transform-origin: 50.4% center;
  transform-origin: 50.4% center; }
  @media screen and (min-width: 1200px) {
    .header__image-con--under {
      right: -20vw;
      bottom: 6.5vh; } }

.header__image-con__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(calc(-50% + 25vw), 0, 0);
  height: 80vh;
  width: 104vw; }
  @media screen and (min-width: 750px) {
    .header__image-con__image {
      transform: translate3d(0, 0, 0);
      width: 100vw;
      right: 20vw;
      left: auto;
      height: calc(100vh - 4vh); } }
  @media screen and (min-width: 1023px) {
    .header__image-con__image {
      right: 2vw;
      bottom: 0;
      width: calc(100vw - 4vw); } }

.header__tag {
  position: absolute;
  font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #2e3e5e;
  padding: 10vw;
  bottom: 15vh;
  width: 100%;
  max-width: 400px;
  text-align: left;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.4), 0px 0px 20px rgba(255, 255, 255, 0.6);
  right: 50%;
  transform: translate3d(50%, 0, 0); }
  @media screen and (min-width: 600px) {
    .header__tag {
      text-shadow: 0px 0px 30px white; } }
  @media screen and (min-width: 750px) {
    .header__tag {
      transform: translate3d(0, 0, 0);
      width: 100%;
      margin: 13vw;
      right: 0;
      bottom: 0;
      padding: 0;
      max-width: 35vw;
      text-align: right; } }
  @media screen and (min-width: 1200px) {
    .header__tag {
      max-width: 30vw; } }

main {
  font-size: 0.8em; }
  @media screen and (min-width: 600px) {
    main {
      font-size: 0.9em; } }
  @media screen and (min-width: 750px) {
    main {
      font-size: 1em; } }

.testimonial-con {
  background: rgba(46, 62, 94, 0.04);
  position: relative;
  overflow: hidden; }
  .testimonial-con .slick-dots {
    padding: 8vw; }
    @media screen and (min-width: 750px) {
      .testimonial-con .slick-dots {
        padding: 2vw; } }

.slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }

.testimonial-con__testimonial {
  cursor: ew-resize;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  color: #2e3e5e;
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column; }

.testimonial-con__testimonial__copy {
  font-size: 1.1em;
  line-height: 1.8em !important;
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 3vw;
  position: relative; }
  @media screen and (min-width: 750px) {
    .testimonial-con__testimonial__copy {
      margin-bottom: 2vh;
      font-size: 1.2em;
      width: 80%; } }
  @media screen and (min-width: 1400px) {
    .testimonial-con__testimonial__copy {
      font-size: 1.3em; } }

.testimonial-con__testimonial__author {
  font-size: 1.1em;
  letter-spacing: 0.03em;
  color: #427d9c; }

#wrapper {
  overflow: hidden;
  min-height: 100vh;
  position: relative; }

.nav {
  position: fixed;
  top: 0;
  right: 0;
  text-align: right;
  padding: 3vw;
  z-index: 10000;
  font-size: 1.3em; }
  @media screen and (min-width: 750px) {
    .nav {
      font-size: 1em; } }
  @media screen and (min-width: 1023px) {
    .nav {
      font-size: 1.05em; } }

@media screen and (max-width: 750px) {
  .nav__nav-item-con {
    position: fixed;
    top: 50%;
    left: 50000%;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
    text-align: center;
    transition: opacity 0.3s, left 0s 0.9s;
    opacity: 0; }
    .nav__nav-item-con .nav__nav-item-con__item {
      display: block;
      margin: 0 0 3vh; }
      .nav__nav-item-con .nav__nav-item-con__item:last-of-type {
        margin-bottom: 0; } }

.nav__menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4vw;
  border-radius: 0 0 0 90%;
  z-index: 1; }
  @media screen and (min-width: 750px) {
    .nav__menu {
      padding: 2.5vw 2.5vw 4vw 3.8vw;
      z-index: auto;
      pointer-events: none; } }

.nav__menu__but-con {
  width: 6.5vw;
  height: 4.5vw;
  max-width: 30px;
  max-height: 18px;
  position: relative; }

.nav__menu__but-con__menu-line {
  position: absolute;
  background: rgba(253, 253, 253, 0.9);
  height: 2px;
  width: 100%;
  right: 0;
  top: calc(50% - 1px);
  -ms-transform-origin: right;
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1); }
  .nav__menu__but-con__menu-line .cta--menu__line {
    background: #fdfdfd; }
  .nav__menu__but-con__menu-line.nav__menu__but-con__menu-line--one {
    transform: translate3d(0, -350%, 0);
    -ms-transform-origin: top;
    transform-origin: top; }
  .nav__menu__but-con__menu-line.nav__menu__but-con__menu-line--two {
    transition-delay: 0.04s; }
  .nav__menu__but-con__menu-line.nav__menu__but-con__menu-line--three {
    transform: translate3d(0, 350%, 0);
    transition-delay: 0.08s;
    -ms-transform-origin: bottom;
    transform-origin: bottom; }
  @media screen and (min-width: 750px) {
    .nav__menu__but-con__menu-line.nav__menu__but-con__menu-line--one {
      -ms-transform-origin: right;
      transform-origin: right;
      transform: translate3d(0, -350%, 0) scale3d(0, 1, 1); }
    .nav__menu__but-con__menu-line.nav__menu__but-con__menu-line--two {
      -ms-transform-origin: right;
      transform-origin: right;
      transform: scale3d(0, 1, 1); }
    .nav__menu__but-con__menu-line.nav__menu__but-con__menu-line--three {
      -ms-transform-origin: right;
      transform-origin: right;
      transform: translate3d(0, 350%, 0) scale3d(0, 1, 1); } }

.nav__circle-con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale3d(0.1, 0.1, 1) translate3d(20vw, -1100%, 0); }
  @media screen and (min-width: 480px) {
    .nav__circle-con {
      transform: scale3d(0.1, 0.1, 1) translate3d(30vw, -1400%, 0); } }
  @media screen and (min-width: 750px) {
    .nav__circle-con {
      transform: translate3d(0, 0, 0); } }

.nav__circle-con--bot {
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.08, 1);
  z-index: -2; }
  @media screen and (min-width: 750px) {
    .nav__circle-con--bot {
      transition: transform 1s cubic-bezier(0.5, 0, 0, 1); } }

.nav__circle-con--top {
  mix-blend-mode: lighten;
  pointer-events: none; }

.nav__circle-con__circle {
  position: absolute;
  border-radius: 50%;
  transition: transform 1s cubic-bezier(0.5, 0, 0, 1);
  overflow: hidden;
  top: 0;
  right: 0;
  width: 220vw;
  height: 220vw;
  transform: translate3d(10%, 0%, 0);
  transform: translate3d(25%, -17%, 0); }
  @media screen and (min-width: 480px) {
    .nav__circle-con__circle {
      transform: translate3d(25%, -17%, 0); } }
  @media screen and (min-width: 750px) {
    .nav__circle-con__circle {
      transform: translate3d(-40%, 0.5%, 0);
      -ms-transform-origin: bottom left;
      transform-origin: bottom left;
      bottom: 0;
      left: 0;
      top: auto;
      right: auto;
      width: 500%;
      height: auto;
      padding-bottom: 500%; } }

.nav__circle-con__circle--bot {
  background: rgba(66, 125, 156, 0.98); }
  @media screen and (min-width: 750px) {
    .nav__circle-con__circle--bot {
      background: rgba(66, 125, 156, 0.95); } }

.nav-highlight {
  pointer-events: none;
  position: absolute;
  width: 20vw;
  height: 20vw;
  transform: translate3d(-50%, -50%, 0) scale3d(0.3, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1), opacity 0.5s;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(88, 151, 185, 0.8) 0%, rgba(88, 151, 185, 0) 50%); }

.highlight-in {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0); }

.nav__nav-item-con__item {
  font-family: "azo-sans-web", Helvetica, "Source sans pro", "Open sans", "freesans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(253, 253, 253, 0.8);
  margin-left: 2vw;
  display: inline-block;
  transition: 0.6s cubic-bezier(0.5, 0, 0, 1);
  position: relative; }
  .nav__nav-item-con__item:before, .nav__nav-item-con__item:after {
    position: absolute;
    content: '';
    height: 1px;
    background: #7ab2c1;
    width: 15px;
    transform: scale3d(0, 1, 1);
    transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1); }
  .nav__nav-item-con__item:before {
    top: -2px;
    right: 0;
    -ms-transform-origin: right;
    transform-origin: right; }
  .nav__nav-item-con__item:after {
    bottom: -2px;
    left: 0;
    -ms-transform-origin: left;
    transform-origin: left; }
  .nav__nav-item-con__item:hover:before, .nav__nav-item-con__item:hover:after, .nav__nav-item-con__item:focus:before, .nav__nav-item-con__item:focus:after, .nav__nav-item-con__item:active:before, .nav__nav-item-con__item:active:after {
    transform: scale3d(1, 1, 1); }
  .nav__nav-item-con__item:nth-of-type(1) {
    transition-delay: 0.6s; }
  .nav__nav-item-con__item:nth-of-type(2) {
    transition-delay: 0.5s; }
  .nav__nav-item-con__item:nth-of-type(3) {
    transition-delay: 0.4s; }
  .nav__nav-item-con__item:nth-of-type(4) {
    transition-delay: 0.3s; }
  .nav__nav-item-con__item:nth-of-type(5) {
    transition-delay: 0.2s; }

@media screen and (max-width: 750px) {
  .nav--in .nav__nav-item-con {
    pointer-events: all;
    transition: opacity 0.6s cubic-bezier(0.5, 0, 0, 1) 0.3s, left 0s;
    opacity: 1;
    left: 50%; }
  .nav--in .nav__circle-con {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .nav--in .nav__menu__but-con__menu-line--one {
    transform: translate3d(0, 0, 0) rotate(45deg);
    transition-delay: 0.1s; }
  .nav--in .nav__menu__but-con__menu-line--two {
    transform: scale3d(0, 1, 1); }
  .nav--in .nav__menu__but-con__menu-line--three {
    transform: translate3d(0, 0, 0) rotate(-45deg);
    transition-delay: 0.1s; } }

@media screen and (min-width: 750px) {
  .nav--in .nav__nav-item-con__item {
    pointer-events: none;
    transform: translate3d(2vw, 0, 0);
    opacity: 0; }
    .nav--in .nav__nav-item-con__item:nth-of-type(1) {
      transition-delay: 0.04s; }
    .nav--in .nav__nav-item-con__item:nth-of-type(2) {
      transition-delay: 0.08s; }
    .nav--in .nav__nav-item-con__item:nth-of-type(3) {
      transition-delay: 0.12s; }
    .nav--in .nav__nav-item-con__item:nth-of-type(4) {
      transition-delay: 0.16s; }
    .nav--in .nav__nav-item-con__item:nth-of-type(5) {
      transition-delay: 0.2s; }
  .nav--in .nav__circle-con {
    transform: translate3d(75%, 20%, 0);
    transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1); } }
  @media screen and (min-width: 750px) and (min-width: 750px) {
    .nav--in .nav__circle-con {
      transform: translate3d(75%, 0, 0); } }

@media screen and (min-width: 750px) {
  .nav--in .nav__circle-con__circle {
    transform: translate3d(0, 0, 0) scale3d(0.1, 0.1, 1);
    transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1); }
  .nav--in .nav__menu {
    pointer-events: all; }
  .nav--in .nav__menu__but-con__menu-line {
    -ms-transform-origin: left;
    transform-origin: left; }
  .nav--in .nav__menu__but-con__menu-line--one {
    transform: translate3d(0, -350%, 0) scale3d(1, 1, 1);
    transition-delay: 0.3s; }
  .nav--in .nav__menu__but-con__menu-line--two {
    transform: scale3d(1, 1, 1);
    transition-delay: 0.4s; }
  .nav--in .nav__menu__but-con__menu-line--three {
    transform: translate3d(0, 350%, 0) scale3d(1, 1, 1);
    transition-delay: 0.5s; }
  .nav--in:hover .nav__circle-con,
  .nav--in:active .nav__circle-con,
  .nav--in:focus .nav__circle-con {
    transform: translate3d(75%, 0, 0) scale3d(1.05, 1.05, 1.05); } }

.practice-con {
  background: white;
  transition: background 0.4s cubic-bezier(0.5, 0, 0, 1);
  position: relative; }
  @media screen and (max-width: 600px) {
    .practice-con {
      padding-bottom: calc(12vw + 60px); }
      .practice-con:before {
        position: absolute;
        content: '';
        bottom: 0;
        right: 0;
        width: 200%;
        height: 100%;
        transform: translate3d(50%, 0, 0);
        z-index: 1;
        background: linear-gradient(to bottom, white 0%, white 57%, rgba(255, 255, 255, 0) 100%); } }
  @media screen and (min-width: 750px) {
    .practice-con {
      background: none;
      padding-right: 0; } }

.practice-con__copy-con {
  position: relative;
  z-index: 1;
  float: left; }
  .practice-con__copy-con:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 600px) {
    .practice-con__copy-con {
      width: 66.666%; } }
  @media screen and (min-width: 1200px) {
    .practice-con__copy-con {
      max-width: 650px; } }

.practice-con__copy-con__title {
  color: #7ab2c1;
  font-size: 1.6em;
  margin-bottom: 2vh;
  display: block; }

.practice-con__copy-con__copy {
  color: #2e3e5e;
  display: block;
  float: left; }
  .practice-con__copy-con__copy .cta--rounded {
    color: transparent;
    position: relative;
    overflow: hidden; }
    .practice-con__copy-con__copy .cta--rounded:after, .practice-con__copy-con__copy .cta--rounded:before {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      color: white;
      transition: 0.7s cubic-bezier(0.5, 0, 0, 1) 0.2s; }
    .practice-con__copy-con__copy .cta--rounded:before {
      transform: translate3d(0, -50%, 0);
      content: 'Read More'; }
    .practice-con__copy-con__copy .cta--rounded:after {
      opacity: 0;
      transform: translate3d(0, -200%, 0);
      content: 'Read Less'; }
    .practice-con__copy-con__copy .cta--rounded.-active:before {
      opacity: 0;
      transform: translate3d(0, 150%, 0); }
    .practice-con__copy-con__copy .cta--rounded.-active:after {
      opacity: 1;
      transform: translate3d(0, -50%, 0); }
  .practice-con__copy-con__copy .-hidden {
    display: none; }
    .practice-con__copy-con__copy .-hidden p {
      transform: translate3d(0, -10%, 0);
      opacity: 0;
      animation: fd 0.6s forwards cubic-bezier(0.5, 0, 0, 1) 1.8s; }
      .practice-con__copy-con__copy .-hidden p:last-of-type {
        margin-bottom: 3vh; }
      .practice-con__copy-con__copy .-hidden p:nth-of-type(1) {
        animation-delay: 0.2s; }
      .practice-con__copy-con__copy .-hidden p:nth-of-type(2) {
        animation-delay: 0.4s; }
      .practice-con__copy-con__copy .-hidden p:nth-of-type(3) {
        animation-delay: 0.6s; }
      .practice-con__copy-con__copy .-hidden p:nth-of-type(4) {
        animation-delay: 0.8s; }
      .practice-con__copy-con__copy .-hidden p:nth-of-type(5) {
        animation-delay: 1s; }
      .practice-con__copy-con__copy .-hidden p:nth-of-type(6) {
        animation-delay: 1.2s; }
      .practice-con__copy-con__copy .-hidden p:nth-of-type(7) {
        animation-delay: 1.4s; }
      .practice-con__copy-con__copy .-hidden p:nth-of-type(8) {
        animation-delay: 1.6s; }

.practice-con__image {
  position: absolute;
  right: -10vw;
  bottom: -40px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(46, 62, 94, 0.4); }
  @media screen and (min-width: 600px) {
    .practice-con__image {
      position: relative;
      float: right;
      opacity: 1;
      bottom: 0;
      right: -3vw;
      margin-top: 10vh;
      width: 30vw;
      height: 30vw;
      min-width: 225px;
      max-width: 525px;
      min-height: 225px;
      max-height: 525px;
      transform: translate3d(10%, 0, 0);
      position: -webkit-sticky;
      position: sticky;
      top: 5vh; } }

.practice-con__image__logo-carousel {
  position: absolute;
  -ms-transform-origin: 52% center;
  transform-origin: 52% center;
  bottom: 10%;
  left: -20%;
  height: 13vw;
  width: 13vw;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  background: rgba(231, 238, 242, 0.9);
  overflow: hidden; }
  .practice-con__image__logo-carousel .slick-list {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1; }
  .practice-con__image__logo-carousel .card {
    height: 13vw;
    width: 13vw;
    min-width: 100px;
    min-height: 100px;
    display: block;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    float: left; }
    .practice-con__image__logo-carousel .card img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      opacity: 0.6;
      max-width: 60%;
      max-height: 60%; }

.intro-con {
  background: rgba(246, 248, 251, 0.7);
  padding-top: 20vh;
  padding-bottom: 20vh; }

.intro-con__title {
  color: #427d9c;
  margin-bottom: 2vh;
  font-size: 1.2em; }

.intro-con__copy {
  color: #2e3e5e;
  max-width: 600px; }

.thoughts-con {
  position: relative; }
  .thoughts-con.-paged {
    padding-top: 8vh; }
  @media screen and (min-width: 750px) {
    .thoughts-con {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
      flex: 1;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: center;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      text-align: left; } }
  .thoughts-con .blog-con__blog-item-con {
    margin-bottom: -4vw; }
    .thoughts-con .blog-con__blog-item-con:last-of-type {
      margin-bottom: 0; }

.pagination {
  display: block;
  position: relative;
  text-align: center;
  padding: 8vw 8vw 0; }

.pagination__page {
  width: 30px;
  height: 30px;
  border: 2px solid #427d9c;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin: 0 1vw;
  background: transparent;
  transition: background 0.5s cubic-bezier(0.5, 0, 0, 1); }
  @media screen and (min-width: 750px) {
    .pagination__page {
      width: 40px;
      height: 40px; } }
  @media screen and (min-width: 1200px) {
    .pagination__page {
      width: 50px;
      height: 50px; } }
  .pagination__page span {
    color: #427d9c;
    transition: color 0.5s cubic-bezier(0.5, 0, 0, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .pagination__page:active, .pagination__page:focus, .pagination__page:hover {
    background: #427d9c; }
    .pagination__page:active span, .pagination__page:focus span, .pagination__page:hover span {
      color: white; }
  .pagination__page--current {
    background: #427d9c;
    pointer-events: none; }
    .pagination__page--current span {
      color: white; }

.single-treatments footer {
  display: none; }

.header--treatment {
  position: absolute !important;
  height: 0; }

.treatment__content {
  float: right;
  margin-top: 50vh;
  position: relative; }
  @media screen and (min-width: 750px) {
    .treatment__content {
      min-height: 100vh;
      margin-top: 0;
      background: #fdfdfd;
      width: 50%; }
      .treatment__content .main {
        min-height: 100vh; } }

.treatment__title {
  font-size: 1.1em;
  padding: 8vw;
  color: #fdfdfd;
  letter-spacing: 0.04em;
  position: relative;
  margin-top: calc(-16vw - 1.3em);
  z-index: 1;
  line-height: 1.35em !important; }
  .treatment__title:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 150%;
    right: 0;
    left: 0;
    background: linear-gradient(0, rgba(46, 62, 94, 0.5), rgba(46, 62, 94, 0));
    z-index: -1; }
  @media screen and (min-width: 750px) {
    .treatment__title {
      color: #2e3e5e;
      z-index: 0;
      margin: 0 2vw;
      padding: 2vw 0; }
      .treatment__title:before {
        height: 1px;
        background: rgba(46, 62, 94, 0.1); } }
  @media screen and (min-width: 1200px) {
    .treatment__title {
      font-size: 1.3em; } }

.treatment__content__copy {
  color: #2e3e5e;
  padding: 8vw;
  background: #fdfdfd; }
  @media screen and (min-width: 1400px) {
    .treatment__content__copy {
      padding: 10vh; } }

.treatment__content__cta {
  margin-top: 1vw;
  padding: 1vw 0 0;
  background: whitesmoke;
  border-radius: 5px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.treatment__content__cta__con {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 1vh;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .treatment__content__cta__con {
      padding: 1vw; }
      .treatment__content__cta__con:not(.treatment__content__cta__con--book) {
        width: 33.333%; } }

.treatment__content__cta__con__checkbox {
  position: absolute;
  top: -1vh;
  bottom: -1vh;
  left: 0;
  width: 100%;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 5px;
  background: rgba(46, 62, 94, 0);
  transition: 0.5s cubic-bezier(0.5, 0, 0, 1);
  border: 1px solid transparent; }

.treatment__content__cta__con__checkbox.checked {
  background: rgba(46, 62, 94, 0.02);
  border: 1px solid rgba(46, 62, 94, 0.5); }

.treatment__content__cta__con--rate:last-of-type:after {
  display: none; }

@media screen and (max-width: 480px) {
  .treatment__content__cta__con--rate {
    padding: 1vh 2vh;
    margin-top: 2vh; }
    .treatment__content__cta__con--rate:after {
      content: '';
      position: absolute;
      background: rgba(46, 62, 94, 0.1);
      height: 1px;
      width: 100%;
      right: 0;
      bottom: -1vh; }
    .treatment__content__cta__con--rate:last-of-type {
      padding: 0;
      margin-top: 0; } }

@media screen and (min-width: 480px) and (max-width: 1200px) {
  .treatment__content__cta__con--rate {
    margin: 0 auto; } }

@media screen and (min-width: 480px) and (max-width: 1200px) {
  .treatment__content__cta__con--rate {
    width: 50%; }
    .treatment__content__cta__con--rate:first-of-type:after {
      width: 1px;
      height: auto;
      top: 0; } }

@media screen and (min-width: 1200px) {
  .treatment__content__cta__con--rate:after {
    content: '';
    position: absolute;
    background: rgba(46, 62, 94, 0.1);
    width: 1px;
    right: 0;
    bottom: 0;
    top: 0; } }

.treatment__content__cta__con__price {
  padding-bottom: 2vh;
  display: inline-block;
  font-size: 1.1em; }
  .treatment__content__cta__con__price span {
    color: rgba(46, 62, 94, 0.5);
    font-size: 0.5em;
    vertical-align: top;
    padding-right: 0.3em; }
    @media screen and (min-width: 1200px) {
      .treatment__content__cta__con__price span {
        font-size: 0.7em; } }

.treatment__content__cta__con__time {
  vertical-align: bottom;
  display: inline-block;
  font-size: 1.1em;
  position: relative; }
  .treatment__content__cta__con__time span {
    color: rgba(46, 62, 94, 0.5);
    font-size: 0.5em;
    padding-left: 0.3em; }
    @media screen and (min-width: 1200px) {
      .treatment__content__cta__con__time span {
        font-size: 0.7em; } }

.treatment__content__cta__con__divider {
  display: inline-block;
  background: rgba(46, 62, 94, 0.2);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 16px;
  height: 1px;
  vertical-align: sub; }
  @media screen and (min-width: 1200px) {
    .treatment__content__cta__con__divider {
      margin: 0 0.1vw; } }
  @media screen and (min-width: 1400px) {
    .treatment__content__cta__con__divider {
      margin: 0 0.3vw; } }

.treatment__content__cta__con--book {
  font-size: 0.9em;
  margin-top: 1vh;
  padding: 1.5vh;
  background: #e9e9e9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  @media screen and (min-width: 750px) {
    .treatment__content__cta__con--book {
      margin-top: 1vw;
      padding: 1.5vw; } }

@media screen and (max-width: 1200px) {
  .treatment__content__cta__book {
    width: 100%; } }

.treatment__image-con {
  overflow: hidden;
  height: 50vh;
  position: fixed;
  background: #2e3e5e;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1; }
  @media screen and (min-width: 750px) {
    .treatment__image-con {
      right: 50%;
      height: 100%;
      animation: treatment-image 0.8s cubic-bezier(0.8, 0, 0.08, 1) forwards;
      z-index: 2; }
    @keyframes treatment-image {
      from {
        transform: translate3d(100%, 0, 0); }
      to {
        transform: translate3d(0, 0, 0); } } }

@media screen and (min-width: 750px) {
  .touch .treatment__image-con {
    z-index: -1;
    animation: treatment-image-touch 0.8s cubic-bezier(0.8, 0, 0.08, 1) forwards; }
  @keyframes treatment-image-touch {
    from {
      transform: translate3d(0, 0, 0); }
    to {
      transform: translate3d(0, 0, 0); } } }

.treatment__image-con__image,
.treatment__image-con__image span {
  position: absolute;
  top: 0;
  left: -3%;
  right: -3%;
  bottom: 0;
  overflow: hidden; }

.treatment__image-con__image span {
  transform: translate3d(-3%, 0, 0);
  animation: treatment-image-slide 1s cubic-bezier(0.8, 0, 0.08, 1) forwards;
  opacity: 0; }

@keyframes treatment-image-slide {
  from {
    transform: scale3d(1.1, 1.1, 1); }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1; } }
  @media screen and (min-width: 750px) {
    .treatment__image-con__image span {
      opacity: 1; }
    @keyframes treatment-image-slide {
      from {
        transform: translate3d(-3%, 0, 0); }
      to {
        transform: translate3d(3%, 0, 0); } } }

.touch .treatment__image-con__image span {
  animation: treatment-image-slide-touch 1s cubic-bezier(0.8, 0, 0.08, 1) forwards; }

@keyframes treatment-image-slide-touch {
  from {
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0; }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1; } }

.treatment .post-edit-link {
  bottom: 2.5vw;
  top: auto;
  z-index: 3; }

.treatments-con.-treatment {
  background: transparent;
  z-index: -1000;
  transition: z-index 0s 0.4s, background 0.6s cubic-bezier(0.5, 0, 0, 1);
  height: 100vh;
  overflow: auto;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .treatments-con.-treatment::-webkit-scrollbar {
    width: 0; }
  .treatments-con.-treatment .treatment-con {
    transition: transform 0s 0.4s, opacity 0.4s cubic-bezier(0.5, 0, 0, 1);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
    .treatments-con.-treatment .treatment-con .treatment {
      width: 100%; }
    .treatments-con.-treatment .treatment-con .treatments-con__images {
      transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
      transform: translate3d(20%, 0, 0);
      opacity: 0; }

@media screen and (min-width: 750px) {
  html:not(.touch) .treatments-con.-treatment .treatments-con--con {
    width: 50%; } }

.treatments-con.-treatment .treatments-con__images {
  transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
  transform: translate3d(20%, 0, 0);
  opacity: 0; }
  @media screen and (min-width: 750px) {
    .treatments-con.-treatment .treatments-con__images {
      position: fixed; } }

.treatment-menu {
  position: fixed;
  top: 4vw;
  left: 4vw;
  z-index: 10; }
  @media screen and (min-width: 750px) {
    .treatment-menu {
      top: 1.5vw;
      left: 1.5vw; } }

.treatment-close {
  position: fixed;
  top: 4vw;
  right: 4vw;
  z-index: 1; }
  @media screen and (min-width: 750px) {
    .treatment-close {
      top: 1.5vw;
      right: 1.5vw; } }

@keyframes image-slide-out {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-25%, 0, 0); } }

@keyframes image-slide-in {
  from {
    transform: translate3d(100%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.treatments-con {
  position: relative;
  background: white; }

.treatment-con {
  position: relative;
  padding: 7vh;
  display: block;
  color: #fdfdfd;
  overflow: hidden;
  min-height: 25vh; }
  .treatment-con:nth-of-type(1) {
    border-top: 1px solid rgba(46, 62, 94, 0.1); }
  .treatment-con:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(46, 62, 94, 0.8) 20%, rgba(46, 62, 94, 0.2));
    transition: transform 1s cubic-bezier(0.5, 0, 0, 1);
    z-index: 0; }
  .treatment-con:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(46, 62, 94, 0.1); }
  @media screen and (min-width: 750px) {
    .treatment-con {
      padding: 12vh; } }

.treatment-con__line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.treatment-con__line:after,
.treatment-con__line:before {
  content: '';
  position: absolute;
  height: 4px;
  background: #7ab2c1;
  width: 20%;
  max-width: 60px;
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transform: scale3d(0, 1, 1); }

.treatment-con__line:before {
  -ms-transform-origin: left;
  transform-origin: left;
  top: 0;
  left: 0; }

.treatment-con__line:after {
  -ms-transform-origin: right;
  transform-origin: right;
  bottom: 0;
  right: 0; }

.treatment-con__title {
  font-family: "brothers", Georgia, Times, "Times New Roman", serif;
  font-size: 1.3em;
  display: block;
  margin-bottom: 1vh;
  position: relative;
  transition: color 0.5s cubic-bezier(0.5, 0, 0, 1);
  color: #fdc8cd; }

html:not(.touch) .treatment-con__title {
  color: #427d9c; }

.treatment-con__excerpt {
  max-width: 640px;
  position: relative; }

.treatments-con__images {
  visibility: hidden; }

@media screen and (min-width: 750px) {
  html:not(.touch) .treatments-con__images {
    visibility: visible;
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 50%;
    background: rgba(12, 17, 26, 0.8);
    overflow: hidden; } }

.treatment-image {
  z-index: 1; }
  .treatment-image:first-of-type {
    opacity: 1;
    z-index: 10;
    transition: 0s;
    animation: image-slide-in 0.8s cubic-bezier(0.5, 0, 0, 1) forwards; }
    .treatment-image:first-of-type:after {
      opacity: 0;
      transition: opacity 0s; }
    .treatment-image:first-of-type span {
      transform: translate3d(-3%, 0, 0); }
  .treatment-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
    background: rgba(4, 6, 8, 0.8); }
  @media screen and (max-width: 750px) {
    .treatment-image span {
      background: none; } }
  .treatment-image:hover {
    opacity: 1;
    z-index: 10;
    transition: 0s;
    animation: image-slide-in 0.8s cubic-bezier(0.5, 0, 0, 1) forwards; }
    .treatment-image:hover:after {
      opacity: 0;
      transition: opacity 0s; }
    .treatment-image:hover span {
      transform: translate3d(-3%, 0, 0); }

.treatment-image,
.treatment-image span {
  position: absolute;
  top: 0;
  left: -3%;
  right: -3%;
  bottom: 0;
  overflow: hidden; }

.treatment-image span {
  transform: translate3d(3%, 0, 0);
  transition: 1.5s cubic-bezier(0.5, 0, 0, 1); }

html:not(.touch) .treatments__fixed {
  position: fixed; }

html:not(.touch) .treatments__bottom {
  position: absolute;
  bottom: 0;
  top: auto; }

html:not(.touch) .treatment-con:hover .treatment-con__line:after,
html:not(.touch) .treatment-con:hover .treatment-con__line:before, html:not(.touch) .treatment-con:focus .treatment-con__line:after,
html:not(.touch) .treatment-con:focus .treatment-con__line:before, html:not(.touch) .treatment-con:active .treatment-con__line:after,
html:not(.touch) .treatment-con:active .treatment-con__line:before {
  transform: scale3d(1, 1, 1); }

html:not(.touch) .treatment-con:hover .treatment-con__title, html:not(.touch) .treatment-con:focus .treatment-con__title, html:not(.touch) .treatment-con:active .treatment-con__title {
  color: #7ab2c1; }

html:not(.touch) .treatment-con:hover:before, html:not(.touch) .treatment-con:focus:before, html:not(.touch) .treatment-con:active:before {
  transform: translate3d(75%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(1).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(1)) {
  z-index: 1;
  transition: 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0s 0.8s;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  animation: image-slide-out 0.7s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(1).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(1)):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(1).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(1)) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(1).-active ~ .treatments-con__images .treatment-image:nth-of-type(1) {
  opacity: 1;
  z-index: 10;
  transition: 0s;
  animation: image-slide-in 0.8s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(1).-active ~ .treatments-con__images .treatment-image:nth-of-type(1):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(1).-active ~ .treatments-con__images .treatment-image:nth-of-type(1) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(2).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(2)) {
  z-index: 1;
  transition: 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0s 0.8s;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  animation: image-slide-out 0.7s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(2).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(2)):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(2).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(2)) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(2).-active ~ .treatments-con__images .treatment-image:nth-of-type(2) {
  opacity: 1;
  z-index: 10;
  transition: 0s;
  animation: image-slide-in 0.8s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(2).-active ~ .treatments-con__images .treatment-image:nth-of-type(2):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(2).-active ~ .treatments-con__images .treatment-image:nth-of-type(2) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(3).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(3)) {
  z-index: 1;
  transition: 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0s 0.8s;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  animation: image-slide-out 0.7s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(3).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(3)):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(3).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(3)) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(3).-active ~ .treatments-con__images .treatment-image:nth-of-type(3) {
  opacity: 1;
  z-index: 10;
  transition: 0s;
  animation: image-slide-in 0.8s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(3).-active ~ .treatments-con__images .treatment-image:nth-of-type(3):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(3).-active ~ .treatments-con__images .treatment-image:nth-of-type(3) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(4).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(4)) {
  z-index: 1;
  transition: 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0s 0.8s;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  animation: image-slide-out 0.7s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(4).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(4)):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(4).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(4)) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(4).-active ~ .treatments-con__images .treatment-image:nth-of-type(4) {
  opacity: 1;
  z-index: 10;
  transition: 0s;
  animation: image-slide-in 0.8s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(4).-active ~ .treatments-con__images .treatment-image:nth-of-type(4):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(4).-active ~ .treatments-con__images .treatment-image:nth-of-type(4) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(5).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(5)) {
  z-index: 1;
  transition: 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0s 0.8s;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  animation: image-slide-out 0.7s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(5).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(5)):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(5).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(5)) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(5).-active ~ .treatments-con__images .treatment-image:nth-of-type(5) {
  opacity: 1;
  z-index: 10;
  transition: 0s;
  animation: image-slide-in 0.8s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(5).-active ~ .treatments-con__images .treatment-image:nth-of-type(5):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(5).-active ~ .treatments-con__images .treatment-image:nth-of-type(5) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(6).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(6)) {
  z-index: 1;
  transition: 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0s 0.8s;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  animation: image-slide-out 0.7s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(6).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(6)):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(6).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(6)) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(6).-active ~ .treatments-con__images .treatment-image:nth-of-type(6) {
  opacity: 1;
  z-index: 10;
  transition: 0s;
  animation: image-slide-in 0.8s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(6).-active ~ .treatments-con__images .treatment-image:nth-of-type(6):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(6).-active ~ .treatments-con__images .treatment-image:nth-of-type(6) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(7).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(7)) {
  z-index: 1;
  transition: 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0s 0.8s;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  animation: image-slide-out 0.7s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(7).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(7)):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(7).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(7)) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(7).-active ~ .treatments-con__images .treatment-image:nth-of-type(7) {
  opacity: 1;
  z-index: 10;
  transition: 0s;
  animation: image-slide-in 0.8s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(7).-active ~ .treatments-con__images .treatment-image:nth-of-type(7):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(7).-active ~ .treatments-con__images .treatment-image:nth-of-type(7) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(8).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(8)) {
  z-index: 1;
  transition: 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0s 0.8s;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  animation: image-slide-out 0.7s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(8).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(8)):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(8).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(8)) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(8).-active ~ .treatments-con__images .treatment-image:nth-of-type(8) {
  opacity: 1;
  z-index: 10;
  transition: 0s;
  animation: image-slide-in 0.8s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(8).-active ~ .treatments-con__images .treatment-image:nth-of-type(8):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(8).-active ~ .treatments-con__images .treatment-image:nth-of-type(8) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(9).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(9)) {
  z-index: 1;
  transition: 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0s 0.8s;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  animation: image-slide-out 0.7s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(9).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(9)):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(9).-active ~ .treatments-con__images .treatment-image:not(:nth-of-type(9)) span {
    transform: translate3d(-3%, 0, 0); }

html:not(.touch) .treatment-con:nth-of-type(9).-active ~ .treatments-con__images .treatment-image:nth-of-type(9) {
  opacity: 1;
  z-index: 10;
  transition: 0s;
  animation: image-slide-in 0.8s cubic-bezier(0.5, 0, 0, 1) forwards; }
  html:not(.touch) .treatment-con:nth-of-type(9).-active ~ .treatments-con__images .treatment-image:nth-of-type(9):after {
    opacity: 0;
    transition: opacity 0s; }
  html:not(.touch) .treatment-con:nth-of-type(9).-active ~ .treatments-con__images .treatment-image:nth-of-type(9) span {
    transform: translate3d(-3%, 0, 0); }

@media screen and (min-width: 750px) {
  html:not(.touch) .treatment-con {
    width: 50%;
    background: none !important;
    color: #2e3e5e;
    min-height: none; }
    html:not(.touch) .treatment-con:before {
      left: auto;
      width: 400%;
      background: linear-gradient(45deg, white, #fafafa); } }

/*# sourceMappingURL=site.min.css.map */
