@font-face {
  font-family: "GT-Walsheim_bold";
  src: url("../../fonts/GT-Walsheim/GT-Walsheim-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim_boldOblique";
  src: url("../../fonts/GT-Walsheim/GT-Walsheim-Bold-Oblique.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim_medium";
  src: url("../../fonts/GT-Walsheim/GT-Walsheim-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim_mediumOblique";
  src: url("../../fonts/GT-Walsheim/GT-Walsheim-Medium-Oblique.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim_regular";
  src: url("../../fonts/GT-Walsheim/GT-Walsheim-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim_regularOblique";
  src: url("../../fonts/GT-Walsheim/GT-Walsheim-Regular-Oblique.otf");
  font-weight: normal;
  font-style: normal;
}
.hidden {
  display: none;
}
.full-width {
  width: 100%;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.display-none {
  display: none !important;
}
.display-block {
  display: block !important;
}
.display-inline {
  display: inline !important;
}
.display-inline-block {
  display: inline-block !important;
}
.non-events {
  pointer-events: none;
}
.not-visible {
  opacity: 0;
}
.non-decoration {
  text-decoration: none !important;
}
.img-thumbnail {
  max-width: 100%;
  padding: 2px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-uppercas,
.txt-upp {
  text-transform: uppercase !important;
}
.text-first,
.txt-initial {
  text-transform: initial !important;
}
.overflow-ellipsis {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bg_primary {
  background-color: #082c4c;
}
.bg_primary.bg_alpha_0 {
  background-color: rgba(8, 44, 76, 0);
}
.bg_primary.bg_alpha_1 {
  background-color: rgba(8, 44, 76, 0.1);
}
.bg_primary.bg_alpha_2 {
  background-color: rgba(8, 44, 76, 0.2);
}
.bg_primary.bg_alpha_4 {
  background-color: rgba(8, 44, 76, 0.4);
}
.bg_primary.bg_alpha_6 {
  background-color: rgba(8, 44, 76, 0.6);
}
.bg_primary.bg_alpha_8 {
  background-color: rgba(8, 44, 76, 0.8);
}
.text_primary {
  color: #5a8ebd !important;
}
.bg_deep_primary {
  background-color: #072744;
}
.bg_deep_primary.bg_alpha_0 {
  background-color: rgba(7, 39, 68, 0);
}
.bg_deep_primary.bg_alpha_1 {
  background-color: rgba(7, 39, 68, 0.1);
}
.bg_deep_primary.bg_alpha_2 {
  background-color: rgba(7, 39, 68, 0.2);
}
.bg_deep_primary.bg_alpha_4 {
  background-color: rgba(7, 39, 68, 0.4);
}
.bg_deep_primary.bg_alpha_6 {
  background-color: rgba(7, 39, 68, 0.6);
}
.bg_deep_primary.bg_alpha_8 {
  background-color: rgba(7, 39, 68, 0.8);
}
.text_deep_primary {
  color: #072744 !important;
}
.bg_secundary_red {
  background-color: #de942c;
}
.bg_secundary_red.bg_alpha_0 {
  background-color: rgba(240, 56, 86, 0);
}
.bg_secundary_red.bg_alpha_1 {
  background-color: rgba(240, 56, 86, 0.1);
}
.bg_secundary_red.bg_alpha_2 {
  background-color: rgba(240, 56, 86, 0.2);
}
.bg_secundary_red.bg_alpha_4 {
  background-color: rgba(240, 56, 86, 0.4);
}
.bg_secundary_red.bg_alpha_6 {
  background-color: rgba(240, 56, 86, 0.6);
}
.bg_secundary_red.bg_alpha_8 {
  background-color: rgba(240, 56, 86, 0.8);
}
.text_secundary_red {
  color: #de942c !important;
}
.bg_deep_secundary_red {
  background-color: #c23554;
}
.bg_deep_secundary_red.bg_alpha_0 {
  background-color: rgba(194, 53, 84, 0);
}
.bg_deep_secundary_red.bg_alpha_1 {
  background-color: rgba(194, 53, 84, 0.1);
}
.bg_deep_secundary_red.bg_alpha_2 {
  background-color: rgba(194, 53, 84, 0.2);
}
.bg_deep_secundary_red.bg_alpha_4 {
  background-color: rgba(194, 53, 84, 0.4);
}
.bg_deep_secundary_red.bg_alpha_6 {
  background-color: rgba(194, 53, 84, 0.6);
}
.bg_deep_secundary_red.bg_alpha_8 {
  background-color: rgba(194, 53, 84, 0.8);
}
.text_deep_secundary_red {
  color: #c23554 !important;
}
.bg_secundary_blue {
  background-color: #292b2c;
}
.bg_secundary_blue.bg_alpha_0 {
  background-color: rgba(37, 181, 233, 0);
}
.bg_secundary_blue.bg_alpha_1 {
  background-color: rgba(37, 181, 233, 0.1);
}
.bg_secundary_blue.bg_alpha_2 {
  background-color: rgba(37, 181, 233, 0.2);
}
.bg_secundary_blue.bg_alpha_4 {
  background-color: rgba(37, 181, 233, 0.4);
}
.bg_secundary_blue.bg_alpha_6 {
  background-color: rgba(37, 181, 233, 0.6);
}
.bg_secundary_blue.bg_alpha_8 {
  background-color: rgba(37, 181, 233, 0.8);
}
.text_secundary_blue {
  color: #5a8ebd !important;
}
.bg_grey {
  background-color: #f1f5f7;
}
.bg_grey.bg_alpha_0 {
  background-color: rgba(241, 245, 247, 0);
}
.bg_grey.bg_alpha_1 {
  background-color: rgba(241, 245, 247, 0.1);
}
.bg_grey.bg_alpha_2 {
  background-color: rgba(241, 245, 247, 0.2);
}
.bg_grey.bg_alpha_4 {
  background-color: rgba(241, 245, 247, 0.4);
}
.bg_grey.bg_alpha_6 {
  background-color: rgba(241, 245, 247, 0.6);
}
.bg_grey.bg_alpha_8 {
  background-color: rgba(241, 245, 247, 0.8);
}
.text_grey {
  color: #f1f5f7 !important;
}
.bg_deep_grey {
  background-color: #c3cdd5;
}
.bg_deep_grey.bg_alpha_0 {
  background-color: rgba(195, 205, 213, 0);
}
.bg_deep_grey.bg_alpha_1 {
  background-color: rgba(195, 205, 213, 0.1);
}
.bg_deep_grey.bg_alpha_2 {
  background-color: rgba(195, 205, 213, 0.2);
}
.bg_deep_grey.bg_alpha_4 {
  background-color: rgba(195, 205, 213, 0.4);
}
.bg_deep_grey.bg_alpha_6 {
  background-color: rgba(195, 205, 213, 0.6);
}
.bg_deep_grey.bg_alpha_8 {
  background-color: rgba(195, 205, 213, 0.8);
}
.text_deep_grey {
  color: #c3cdd5 !important;
}
.bg_white {
  background-color: #fff;
}
.bg_white.bg_alpha_0 {
  background-color: rgba(255, 255, 255, 0);
}
.bg_white.bg_alpha_1 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg_white.bg_alpha_2 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg_white.bg_alpha_4 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg_white.bg_alpha_6 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg_white.bg_alpha_8 {
  background-color: rgba(255, 255, 255, 0.8);
}
.text_white {
  color: #fff !important;
}
.bg_black {
  background-color: #000;
}
.bg_black.bg_alpha_0 {
  background-color: transparent;
}
.bg_black.bg_alpha_1 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg_black.bg_alpha_2 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg_black.bg_alpha_4 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg_black.bg_alpha_6 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg_black.bg_alpha_8 {
  background-color: rgba(0, 0, 0, 0.8);
}
.text_black {
  color: #000 !important;
}
.bg_transparent {
  background-color: transparent;
}
.bg_transparent.bg_alpha_0 {
  background-color: transparent;
}
.bg_transparent.bg_alpha_1 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg_transparent.bg_alpha_2 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg_transparent.bg_alpha_4 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg_transparent.bg_alpha_6 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg_transparent.bg_alpha_8 {
  background-color: rgba(0, 0, 0, 0.8);
}
.text_transparent {
  color: transparent !important;
}
.bg_bt_primary {
  background-color: #337ab7;
}
.bg_bt_primary.bg_alpha_0 {
  background-color: rgba(51, 122, 183, 0);
}
.bg_bt_primary.bg_alpha_1 {
  background-color: rgba(51, 122, 183, 0.1);
}
.bg_bt_primary.bg_alpha_2 {
  background-color: rgba(51, 122, 183, 0.2);
}
.bg_bt_primary.bg_alpha_4 {
  background-color: rgba(51, 122, 183, 0.4);
}
.bg_bt_primary.bg_alpha_6 {
  background-color: rgba(51, 122, 183, 0.6);
}
.bg_bt_primary.bg_alpha_8 {
  background-color: rgba(51, 122, 183, 0.8);
}
.text_bt_primary {
  color: #337ab7 !important;
}
.bg_bt_deep_primary {
  background-color: #2c80b8;
}
.bg_bt_deep_primary.bg_alpha_0 {
  background-color: rgba(44, 128, 184, 0);
}
.bg_bt_deep_primary.bg_alpha_1 {
  background-color: rgba(44, 128, 184, 0.1);
}
.bg_bt_deep_primary.bg_alpha_2 {
  background-color: rgba(44, 128, 184, 0.2);
}
.bg_bt_deep_primary.bg_alpha_4 {
  background-color: rgba(44, 128, 184, 0.4);
}
.bg_bt_deep_primary.bg_alpha_6 {
  background-color: rgba(44, 128, 184, 0.6);
}
.bg_bt_deep_primary.bg_alpha_8 {
  background-color: rgba(44, 128, 184, 0.8);
}
.text_bt_deep_primary {
  color: #2c80b8 !important;
}
.bg_bt_success {
  background-color: #66bb04;
}
.bg_bt_success.bg_alpha_0 {
  background-color: rgba(102, 187, 4, 0);
}
.bg_bt_success.bg_alpha_1 {
  background-color: rgba(102, 187, 4, 0.1);
}
.bg_bt_success.bg_alpha_2 {
  background-color: rgba(102, 187, 4, 0.2);
}
.bg_bt_success.bg_alpha_4 {
  background-color: rgba(102, 187, 4, 0.4);
}
.bg_bt_success.bg_alpha_6 {
  background-color: rgba(102, 187, 4, 0.6);
}
.bg_bt_success.bg_alpha_8 {
  background-color: rgba(102, 187, 4, 0.8);
}
.text_bt_success {
  color: #66bb04 !important;
}
.bg_bt_deep_success {
  background-color: #4caf50;
}
.bg_bt_deep_success.bg_alpha_0 {
  background-color: rgba(76, 175, 80, 0);
}
.bg_bt_deep_success.bg_alpha_1 {
  background-color: rgba(76, 175, 80, 0.1);
}
.bg_bt_deep_success.bg_alpha_2 {
  background-color: rgba(76, 175, 80, 0.2);
}
.bg_bt_deep_success.bg_alpha_4 {
  background-color: rgba(76, 175, 80, 0.4);
}
.bg_bt_deep_success.bg_alpha_6 {
  background-color: rgba(76, 175, 80, 0.6);
}
.bg_bt_deep_success.bg_alpha_8 {
  background-color: rgba(76, 175, 80, 0.8);
}
.text_bt_deep_success {
  color: #4caf50 !important;
}
.bg_bt_info {
  background-color: #5bc0de;
}
.bg_bt_info.bg_alpha_0 {
  background-color: rgba(91, 192, 222, 0);
}
.bg_bt_info.bg_alpha_1 {
  background-color: rgba(91, 192, 222, 0.1);
}
.bg_bt_info.bg_alpha_2 {
  background-color: rgba(91, 192, 222, 0.2);
}
.bg_bt_info.bg_alpha_4 {
  background-color: rgba(91, 192, 222, 0.4);
}
.bg_bt_info.bg_alpha_6 {
  background-color: rgba(91, 192, 222, 0.6);
}
.bg_bt_info.bg_alpha_8 {
  background-color: rgba(91, 192, 222, 0.8);
}
.text_bt_info {
  color: #5bc0de !important;
}
.bg_bt_deep_info {
  background-color: #35b6e6;
}
.bg_bt_deep_info.bg_alpha_0 {
  background-color: rgba(53, 182, 230, 0);
}
.bg_bt_deep_info.bg_alpha_1 {
  background-color: rgba(53, 182, 230, 0.1);
}
.bg_bt_deep_info.bg_alpha_2 {
  background-color: rgba(53, 182, 230, 0.2);
}
.bg_bt_deep_info.bg_alpha_4 {
  background-color: rgba(53, 182, 230, 0.4);
}
.bg_bt_deep_info.bg_alpha_6 {
  background-color: rgba(53, 182, 230, 0.6);
}
.bg_bt_deep_info.bg_alpha_8 {
  background-color: rgba(53, 182, 230, 0.8);
}
.text_bt_deep_info {
  color: #35b6e6 !important;
}
.bg_bt_warning {
  background-color: #f0ad4e;
}
.bg_bt_warning.bg_alpha_0 {
  background-color: rgba(240, 173, 78, 0);
}
.bg_bt_warning.bg_alpha_1 {
  background-color: rgba(240, 173, 78, 0.1);
}
.bg_bt_warning.bg_alpha_2 {
  background-color: rgba(240, 173, 78, 0.2);
}
.bg_bt_warning.bg_alpha_4 {
  background-color: rgba(240, 173, 78, 0.4);
}
.bg_bt_warning.bg_alpha_6 {
  background-color: rgba(240, 173, 78, 0.6);
}
.bg_bt_warning.bg_alpha_8 {
  background-color: rgba(240, 173, 78, 0.8);
}
.text_bt_warning {
  color: #f0ad4e !important;
}
.bg_deep_warning {
  background-color: #eea236;
}
.bg_deep_warning.bg_alpha_0 {
  background-color: rgba(238, 162, 54, 0);
}
.bg_deep_warning.bg_alpha_1 {
  background-color: rgba(238, 162, 54, 0.1);
}
.bg_deep_warning.bg_alpha_2 {
  background-color: rgba(238, 162, 54, 0.2);
}
.bg_deep_warning.bg_alpha_4 {
  background-color: rgba(238, 162, 54, 0.4);
}
.bg_deep_warning.bg_alpha_6 {
  background-color: rgba(238, 162, 54, 0.6);
}
.bg_deep_warning.bg_alpha_8 {
  background-color: rgba(238, 162, 54, 0.8);
}
.text_deep_warning {
  color: #eea236 !important;
}
.bg_bt_danger {
  background-color: #d9534f;
}
.bg_bt_danger.bg_alpha_0 {
  background-color: rgba(217, 83, 79, 0);
}
.bg_bt_danger.bg_alpha_1 {
  background-color: rgba(217, 83, 79, 0.1);
}
.bg_bt_danger.bg_alpha_2 {
  background-color: rgba(217, 83, 79, 0.2);
}
.bg_bt_danger.bg_alpha_4 {
  background-color: rgba(217, 83, 79, 0.4);
}
.bg_bt_danger.bg_alpha_6 {
  background-color: rgba(217, 83, 79, 0.6);
}
.bg_bt_danger.bg_alpha_8 {
  background-color: rgba(217, 83, 79, 0.8);
}
.text_bt_danger {
  color: #d9534f !important;
}
.bg_bt_deep_danger {
  background-color: #a63923;
}
.bg_bt_deep_danger.bg_alpha_0 {
  background-color: rgba(166, 57, 35, 0);
}
.bg_bt_deep_danger.bg_alpha_1 {
  background-color: rgba(166, 57, 35, 0.1);
}
.bg_bt_deep_danger.bg_alpha_2 {
  background-color: rgba(166, 57, 35, 0.2);
}
.bg_bt_deep_danger.bg_alpha_4 {
  background-color: rgba(166, 57, 35, 0.4);
}
.bg_bt_deep_danger.bg_alpha_6 {
  background-color: rgba(166, 57, 35, 0.6);
}
.bg_bt_deep_danger.bg_alpha_8 {
  background-color: rgba(166, 57, 35, 0.8);
}
.text_bt_deep_danger {
  color: #a63923 !important;
}
.bg_bt_danger_light {
  background-color: #efa3a2;
}
.bg_bt_danger_light.bg_alpha_0 {
  background-color: rgba(239, 163, 162, 0);
}
.bg_bt_danger_light.bg_alpha_1 {
  background-color: rgba(239, 163, 162, 0.1);
}
.bg_bt_danger_light.bg_alpha_2 {
  background-color: rgba(239, 163, 162, 0.2);
}
.bg_bt_danger_light.bg_alpha_4 {
  background-color: rgba(239, 163, 162, 0.4);
}
.bg_bt_danger_light.bg_alpha_6 {
  background-color: rgba(239, 163, 162, 0.6);
}
.bg_bt_danger_light.bg_alpha_8 {
  background-color: rgba(239, 163, 162, 0.8);
}
.text_bt_danger_light {
  color: #efa3a2 !important;
}
.bg_mt_amber {
  background-color: #ffc107;
}
.bg_mt_amber.bg_alpha_0 {
  background-color: rgba(255, 193, 7, 0);
}
.bg_mt_amber.bg_alpha_1 {
  background-color: rgba(255, 193, 7, 0.1);
}
.bg_mt_amber.bg_alpha_2 {
  background-color: rgba(255, 193, 7, 0.2);
}
.bg_mt_amber.bg_alpha_4 {
  background-color: rgba(255, 193, 7, 0.4);
}
.bg_mt_amber.bg_alpha_6 {
  background-color: rgba(255, 193, 7, 0.6);
}
.bg_mt_amber.bg_alpha_8 {
  background-color: rgba(255, 193, 7, 0.8);
}
.text_mt_amber {
  color: #ffc107 !important;
}
.bg_mt_amber_dark {
  background-color: #ffa000;
}
.bg_mt_amber_dark.bg_alpha_0 {
  background-color: rgba(255, 160, 0, 0);
}
.bg_mt_amber_dark.bg_alpha_1 {
  background-color: rgba(255, 160, 0, 0.1);
}
.bg_mt_amber_dark.bg_alpha_2 {
  background-color: rgba(255, 160, 0, 0.2);
}
.bg_mt_amber_dark.bg_alpha_4 {
  background-color: rgba(255, 160, 0, 0.4);
}
.bg_mt_amber_dark.bg_alpha_6 {
  background-color: rgba(255, 160, 0, 0.6);
}
.bg_mt_amber_dark.bg_alpha_8 {
  background-color: rgba(255, 160, 0, 0.8);
}
.text_mt_amber_dark {
  color: #ffa000 !important;
}
.bg_mt_amber_light {
  background-color: #ffd54f;
}
.bg_mt_amber_light.bg_alpha_0 {
  background-color: rgba(255, 213, 79, 0);
}
.bg_mt_amber_light.bg_alpha_1 {
  background-color: rgba(255, 213, 79, 0.1);
}
.bg_mt_amber_light.bg_alpha_2 {
  background-color: rgba(255, 213, 79, 0.2);
}
.bg_mt_amber_light.bg_alpha_4 {
  background-color: rgba(255, 213, 79, 0.4);
}
.bg_mt_amber_light.bg_alpha_6 {
  background-color: rgba(255, 213, 79, 0.6);
}
.bg_mt_amber_light.bg_alpha_8 {
  background-color: rgba(255, 213, 79, 0.8);
}
.text_mt_amber_light {
  color: #ffd54f !important;
}
.bg_mt_blue {
  background-color: #2196f3;
}
.bg_mt_blue.bg_alpha_0 {
  background-color: rgba(33, 150, 243, 0);
}
.bg_mt_blue.bg_alpha_1 {
  background-color: rgba(33, 150, 243, 0.1);
}
.bg_mt_blue.bg_alpha_2 {
  background-color: rgba(33, 150, 243, 0.2);
}
.bg_mt_blue.bg_alpha_4 {
  background-color: rgba(33, 150, 243, 0.4);
}
.bg_mt_blue.bg_alpha_6 {
  background-color: rgba(33, 150, 243, 0.6);
}
.bg_mt_blue.bg_alpha_8 {
  background-color: rgba(33, 150, 243, 0.8);
}
.text_mt_blue {
  color: #2196f3 !important;
}
.bg_mt_blue_dark {
  background-color: #1976d2;
}
.bg_mt_blue_dark.bg_alpha_0 {
  background-color: rgba(25, 118, 210, 0);
}
.bg_mt_blue_dark.bg_alpha_1 {
  background-color: rgba(25, 118, 210, 0.1);
}
.bg_mt_blue_dark.bg_alpha_2 {
  background-color: rgba(25, 118, 210, 0.2);
}
.bg_mt_blue_dark.bg_alpha_4 {
  background-color: rgba(25, 118, 210, 0.4);
}
.bg_mt_blue_dark.bg_alpha_6 {
  background-color: rgba(25, 118, 210, 0.6);
}
.bg_mt_blue_dark.bg_alpha_8 {
  background-color: rgba(25, 118, 210, 0.8);
}
.text_mt_blue_dark {
  color: #1976d2 !important;
}
.bg_mt_blue_light {
  background-color: #64b5f6;
}
.bg_mt_blue_light.bg_alpha_0 {
  background-color: rgba(100, 181, 246, 0);
}
.bg_mt_blue_light.bg_alpha_1 {
  background-color: rgba(100, 181, 246, 0.1);
}
.bg_mt_blue_light.bg_alpha_2 {
  background-color: rgba(100, 181, 246, 0.2);
}
.bg_mt_blue_light.bg_alpha_4 {
  background-color: rgba(100, 181, 246, 0.4);
}
.bg_mt_blue_light.bg_alpha_6 {
  background-color: rgba(100, 181, 246, 0.6);
}
.bg_mt_blue_light.bg_alpha_8 {
  background-color: rgba(100, 181, 246, 0.8);
}
.text_mt_blue_light {
  color: #64b5f6 !important;
}
.bg_mt_blue_grey {
  background-color: #607d8b;
}
.bg_mt_blue_grey.bg_alpha_0 {
  background-color: rgba(96, 125, 139, 0);
}
.bg_mt_blue_grey.bg_alpha_1 {
  background-color: rgba(96, 125, 139, 0.1);
}
.bg_mt_blue_grey.bg_alpha_2 {
  background-color: rgba(96, 125, 139, 0.2);
}
.bg_mt_blue_grey.bg_alpha_4 {
  background-color: rgba(96, 125, 139, 0.4);
}
.bg_mt_blue_grey.bg_alpha_6 {
  background-color: rgba(96, 125, 139, 0.6);
}
.bg_mt_blue_grey.bg_alpha_8 {
  background-color: rgba(96, 125, 139, 0.8);
}
.text_mt_blue_grey {
  color: #607d8b !important;
}
.bg_mt_blue_grey_dark {
  background-color: #455a64;
}
.bg_mt_blue_grey_dark.bg_alpha_0 {
  background-color: rgba(69, 90, 100, 0);
}
.bg_mt_blue_grey_dark.bg_alpha_1 {
  background-color: rgba(69, 90, 100, 0.1);
}
.bg_mt_blue_grey_dark.bg_alpha_2 {
  background-color: rgba(69, 90, 100, 0.2);
}
.bg_mt_blue_grey_dark.bg_alpha_4 {
  background-color: rgba(69, 90, 100, 0.4);
}
.bg_mt_blue_grey_dark.bg_alpha_6 {
  background-color: rgba(69, 90, 100, 0.6);
}
.bg_mt_blue_grey_dark.bg_alpha_8 {
  background-color: rgba(69, 90, 100, 0.8);
}
.text_mt_blue_grey_dark {
  color: #455a64 !important;
}
.bg_mt_blue_grey_light {
  background-color: #90a4ae;
}
.bg_mt_blue_grey_light.bg_alpha_0 {
  background-color: rgba(144, 164, 174, 0);
}
.bg_mt_blue_grey_light.bg_alpha_1 {
  background-color: rgba(144, 164, 174, 0.1);
}
.bg_mt_blue_grey_light.bg_alpha_2 {
  background-color: rgba(144, 164, 174, 0.2);
}
.bg_mt_blue_grey_light.bg_alpha_4 {
  background-color: rgba(144, 164, 174, 0.4);
}
.bg_mt_blue_grey_light.bg_alpha_6 {
  background-color: rgba(144, 164, 174, 0.6);
}
.bg_mt_blue_grey_light.bg_alpha_8 {
  background-color: rgba(144, 164, 174, 0.8);
}
.text_mt_blue_grey_light {
  color: #90a4ae !important;
}
.bg_mt_light_blue {
  background-color: #03a9f4;
}
.bg_mt_light_blue.bg_alpha_0 {
  background-color: rgba(3, 169, 244, 0);
}
.bg_mt_light_blue.bg_alpha_1 {
  background-color: rgba(3, 169, 244, 0.1);
}
.bg_mt_light_blue.bg_alpha_2 {
  background-color: rgba(3, 169, 244, 0.2);
}
.bg_mt_light_blue.bg_alpha_4 {
  background-color: rgba(3, 169, 244, 0.4);
}
.bg_mt_light_blue.bg_alpha_6 {
  background-color: rgba(3, 169, 244, 0.6);
}
.bg_mt_light_blue.bg_alpha_8 {
  background-color: rgba(3, 169, 244, 0.8);
}
.text_mt_light_blue {
  color: #03a9f4 !important;
}
.bg_mt_light_blue_dark {
  background-color: #0288d1;
}
.bg_mt_light_blue_dark.bg_alpha_0 {
  background-color: rgba(2, 136, 209, 0);
}
.bg_mt_light_blue_dark.bg_alpha_1 {
  background-color: rgba(2, 136, 209, 0.1);
}
.bg_mt_light_blue_dark.bg_alpha_2 {
  background-color: rgba(2, 136, 209, 0.2);
}
.bg_mt_light_blue_dark.bg_alpha_4 {
  background-color: rgba(2, 136, 209, 0.4);
}
.bg_mt_light_blue_dark.bg_alpha_6 {
  background-color: rgba(2, 136, 209, 0.6);
}
.bg_mt_light_blue_dark.bg_alpha_8 {
  background-color: rgba(2, 136, 209, 0.8);
}
.text_mt_light_blue_dark {
  color: #0288d1 !important;
}
.bg_mt_light_blue_light {
  background-color: #4fc3f7;
}
.bg_mt_light_blue_light.bg_alpha_0 {
  background-color: rgba(79, 195, 247, 0);
}
.bg_mt_light_blue_light.bg_alpha_1 {
  background-color: rgba(79, 195, 247, 0.1);
}
.bg_mt_light_blue_light.bg_alpha_2 {
  background-color: rgba(79, 195, 247, 0.2);
}
.bg_mt_light_blue_light.bg_alpha_4 {
  background-color: rgba(79, 195, 247, 0.4);
}
.bg_mt_light_blue_light.bg_alpha_6 {
  background-color: rgba(79, 195, 247, 0.6);
}
.bg_mt_light_blue_light.bg_alpha_8 {
  background-color: rgba(79, 195, 247, 0.8);
}
.text_mt_light_blue_light {
  color: #4fc3f7 !important;
}
.bg_mt_brown {
  background-color: #795548;
}
.bg_mt_brown.bg_alpha_0 {
  background-color: rgba(121, 85, 72, 0);
}
.bg_mt_brown.bg_alpha_1 {
  background-color: rgba(121, 85, 72, 0.1);
}
.bg_mt_brown.bg_alpha_2 {
  background-color: rgba(121, 85, 72, 0.2);
}
.bg_mt_brown.bg_alpha_4 {
  background-color: rgba(121, 85, 72, 0.4);
}
.bg_mt_brown.bg_alpha_6 {
  background-color: rgba(121, 85, 72, 0.6);
}
.bg_mt_brown.bg_alpha_8 {
  background-color: rgba(121, 85, 72, 0.8);
}
.text_mt_brown {
  color: #795548 !important;
}
.bg_mt_brown_dark {
  background-color: #5d4037;
}
.bg_mt_brown_dark.bg_alpha_0 {
  background-color: rgba(93, 64, 55, 0);
}
.bg_mt_brown_dark.bg_alpha_1 {
  background-color: rgba(93, 64, 55, 0.1);
}
.bg_mt_brown_dark.bg_alpha_2 {
  background-color: rgba(93, 64, 55, 0.2);
}
.bg_mt_brown_dark.bg_alpha_4 {
  background-color: rgba(93, 64, 55, 0.4);
}
.bg_mt_brown_dark.bg_alpha_6 {
  background-color: rgba(93, 64, 55, 0.6);
}
.bg_mt_brown_dark.bg_alpha_8 {
  background-color: rgba(93, 64, 55, 0.8);
}
.text_mt_brown_dark {
  color: #5d4037 !important;
}
.bg_mt_brown_light {
  background-color: #a1887f;
}
.bg_mt_brown_light.bg_alpha_0 {
  background-color: rgba(161, 136, 127, 0);
}
.bg_mt_brown_light.bg_alpha_1 {
  background-color: rgba(161, 136, 127, 0.1);
}
.bg_mt_brown_light.bg_alpha_2 {
  background-color: rgba(161, 136, 127, 0.2);
}
.bg_mt_brown_light.bg_alpha_4 {
  background-color: rgba(161, 136, 127, 0.4);
}
.bg_mt_brown_light.bg_alpha_6 {
  background-color: rgba(161, 136, 127, 0.6);
}
.bg_mt_brown_light.bg_alpha_8 {
  background-color: rgba(161, 136, 127, 0.8);
}
.text_mt_brown_light {
  color: #a1887f !important;
}
.bg_mt_cyan {
  background-color: #00bcd4;
}
.bg_mt_cyan.bg_alpha_0 {
  background-color: rgba(0, 188, 212, 0);
}
.bg_mt_cyan.bg_alpha_1 {
  background-color: rgba(0, 188, 212, 0.1);
}
.bg_mt_cyan.bg_alpha_2 {
  background-color: rgba(0, 188, 212, 0.2);
}
.bg_mt_cyan.bg_alpha_4 {
  background-color: rgba(0, 188, 212, 0.4);
}
.bg_mt_cyan.bg_alpha_6 {
  background-color: rgba(0, 188, 212, 0.6);
}
.bg_mt_cyan.bg_alpha_8 {
  background-color: rgba(0, 188, 212, 0.8);
}
.text_mt_cyan {
  color: #00bcd4 !important;
}
.bg_mt_cyan_dark {
  background-color: #0097a7;
}
.bg_mt_cyan_dark.bg_alpha_0 {
  background-color: rgba(0, 151, 167, 0);
}
.bg_mt_cyan_dark.bg_alpha_1 {
  background-color: rgba(0, 151, 167, 0.1);
}
.bg_mt_cyan_dark.bg_alpha_2 {
  background-color: rgba(0, 151, 167, 0.2);
}
.bg_mt_cyan_dark.bg_alpha_4 {
  background-color: rgba(0, 151, 167, 0.4);
}
.bg_mt_cyan_dark.bg_alpha_6 {
  background-color: rgba(0, 151, 167, 0.6);
}
.bg_mt_cyan_dark.bg_alpha_8 {
  background-color: rgba(0, 151, 167, 0.8);
}
.text_mt_cyan_dark {
  color: #0097a7 !important;
}
.bg_mt_cyan_light {
  background-color: #4dd0e1;
}
.bg_mt_cyan_light.bg_alpha_0 {
  background-color: rgba(77, 208, 225, 0);
}
.bg_mt_cyan_light.bg_alpha_1 {
  background-color: rgba(77, 208, 225, 0.1);
}
.bg_mt_cyan_light.bg_alpha_2 {
  background-color: rgba(77, 208, 225, 0.2);
}
.bg_mt_cyan_light.bg_alpha_4 {
  background-color: rgba(77, 208, 225, 0.4);
}
.bg_mt_cyan_light.bg_alpha_6 {
  background-color: rgba(77, 208, 225, 0.6);
}
.bg_mt_cyan_light.bg_alpha_8 {
  background-color: rgba(77, 208, 225, 0.8);
}
.text_mt_cyan_light {
  color: #4dd0e1 !important;
}
.bg_mt_orange {
  background-color: #ff9800;
}
.bg_mt_orange.bg_alpha_0 {
  background-color: rgba(255, 152, 0, 0);
}
.bg_mt_orange.bg_alpha_1 {
  background-color: rgba(255, 152, 0, 0.1);
}
.bg_mt_orange.bg_alpha_2 {
  background-color: rgba(255, 152, 0, 0.2);
}
.bg_mt_orange.bg_alpha_4 {
  background-color: rgba(255, 152, 0, 0.4);
}
.bg_mt_orange.bg_alpha_6 {
  background-color: rgba(255, 152, 0, 0.6);
}
.bg_mt_orange.bg_alpha_8 {
  background-color: rgba(255, 152, 0, 0.8);
}
.text_mt_orange {
  color: #ff9800 !important;
}
.bg_mt_orange_dark {
  background-color: #f57c00;
}
.bg_mt_orange_dark.bg_alpha_0 {
  background-color: rgba(245, 124, 0, 0);
}
.bg_mt_orange_dark.bg_alpha_1 {
  background-color: rgba(245, 124, 0, 0.1);
}
.bg_mt_orange_dark.bg_alpha_2 {
  background-color: rgba(245, 124, 0, 0.2);
}
.bg_mt_orange_dark.bg_alpha_4 {
  background-color: rgba(245, 124, 0, 0.4);
}
.bg_mt_orange_dark.bg_alpha_6 {
  background-color: rgba(245, 124, 0, 0.6);
}
.bg_mt_orange_dark.bg_alpha_8 {
  background-color: rgba(245, 124, 0, 0.8);
}
.text_mt_orange_dark {
  color: #f57c00 !important;
}
.bg_mt_orange_light {
  background-color: #ffb74d;
}
.bg_mt_orange_light.bg_alpha_0 {
  background-color: rgba(255, 183, 77, 0);
}
.bg_mt_orange_light.bg_alpha_1 {
  background-color: rgba(255, 183, 77, 0.1);
}
.bg_mt_orange_light.bg_alpha_2 {
  background-color: rgba(255, 183, 77, 0.2);
}
.bg_mt_orange_light.bg_alpha_4 {
  background-color: rgba(255, 183, 77, 0.4);
}
.bg_mt_orange_light.bg_alpha_6 {
  background-color: rgba(255, 183, 77, 0.6);
}
.bg_mt_orange_light.bg_alpha_8 {
  background-color: rgba(255, 183, 77, 0.8);
}
.text_mt_orange_light {
  color: #ffb74d !important;
}
.bg_mt_deep_orange {
  background-color: #ff5722;
}
.bg_mt_deep_orange.bg_alpha_0 {
  background-color: rgba(255, 87, 34, 0);
}
.bg_mt_deep_orange.bg_alpha_1 {
  background-color: rgba(255, 87, 34, 0.1);
}
.bg_mt_deep_orange.bg_alpha_2 {
  background-color: rgba(255, 87, 34, 0.2);
}
.bg_mt_deep_orange.bg_alpha_4 {
  background-color: rgba(255, 87, 34, 0.4);
}
.bg_mt_deep_orange.bg_alpha_6 {
  background-color: rgba(255, 87, 34, 0.6);
}
.bg_mt_deep_orange.bg_alpha_8 {
  background-color: rgba(255, 87, 34, 0.8);
}
.text_mt_deep_orange {
  color: #ff5722 !important;
}
.bg_mt_deep_orange_dark {
  background-color: #e64a19;
}
.bg_mt_deep_orange_dark.bg_alpha_0 {
  background-color: rgba(230, 74, 25, 0);
}
.bg_mt_deep_orange_dark.bg_alpha_1 {
  background-color: rgba(230, 74, 25, 0.1);
}
.bg_mt_deep_orange_dark.bg_alpha_2 {
  background-color: rgba(230, 74, 25, 0.2);
}
.bg_mt_deep_orange_dark.bg_alpha_4 {
  background-color: rgba(230, 74, 25, 0.4);
}
.bg_mt_deep_orange_dark.bg_alpha_6 {
  background-color: rgba(230, 74, 25, 0.6);
}
.bg_mt_deep_orange_dark.bg_alpha_8 {
  background-color: rgba(230, 74, 25, 0.8);
}
.text_mt_deep_orange_dark {
  color: #e64a19 !important;
}
.bg_mt_deep_orange_light {
  background-color: #ff8a65;
}
.bg_mt_deep_orange_light.bg_alpha_0 {
  background-color: rgba(255, 138, 101, 0);
}
.bg_mt_deep_orange_light.bg_alpha_1 {
  background-color: rgba(255, 138, 101, 0.1);
}
.bg_mt_deep_orange_light.bg_alpha_2 {
  background-color: rgba(255, 138, 101, 0.2);
}
.bg_mt_deep_orange_light.bg_alpha_4 {
  background-color: rgba(255, 138, 101, 0.4);
}
.bg_mt_deep_orange_light.bg_alpha_6 {
  background-color: rgba(255, 138, 101, 0.6);
}
.bg_mt_deep_orange_light.bg_alpha_8 {
  background-color: rgba(255, 138, 101, 0.8);
}
.text_mt_deep_orange_light {
  color: #ff8a65 !important;
}
.bg_mt_purple {
  background-color: #9c27b0;
}
.bg_mt_purple.bg_alpha_0 {
  background-color: rgba(156, 39, 176, 0);
}
.bg_mt_purple.bg_alpha_1 {
  background-color: rgba(156, 39, 176, 0.1);
}
.bg_mt_purple.bg_alpha_2 {
  background-color: rgba(156, 39, 176, 0.2);
}
.bg_mt_purple.bg_alpha_4 {
  background-color: rgba(156, 39, 176, 0.4);
}
.bg_mt_purple.bg_alpha_6 {
  background-color: rgba(156, 39, 176, 0.6);
}
.bg_mt_purple.bg_alpha_8 {
  background-color: rgba(156, 39, 176, 0.8);
}
.text_mt_purple {
  color: #9c27b0 !important;
}
.bg_mt_purple_dark {
  background-color: #7b1fa2;
}
.bg_mt_purple_dark.bg_alpha_0 {
  background-color: rgba(123, 31, 162, 0);
}
.bg_mt_purple_dark.bg_alpha_1 {
  background-color: rgba(123, 31, 162, 0.1);
}
.bg_mt_purple_dark.bg_alpha_2 {
  background-color: rgba(123, 31, 162, 0.2);
}
.bg_mt_purple_dark.bg_alpha_4 {
  background-color: rgba(123, 31, 162, 0.4);
}
.bg_mt_purple_dark.bg_alpha_6 {
  background-color: rgba(123, 31, 162, 0.6);
}
.bg_mt_purple_dark.bg_alpha_8 {
  background-color: rgba(123, 31, 162, 0.8);
}
.text_mt_purple_dark {
  color: #7b1fa2 !important;
}
.bg_mt_purple_light {
  background-color: #ba68c8;
}
.bg_mt_purple_light.bg_alpha_0 {
  background-color: rgba(186, 104, 200, 0);
}
.bg_mt_purple_light.bg_alpha_1 {
  background-color: rgba(186, 104, 200, 0.1);
}
.bg_mt_purple_light.bg_alpha_2 {
  background-color: rgba(186, 104, 200, 0.2);
}
.bg_mt_purple_light.bg_alpha_4 {
  background-color: rgba(186, 104, 200, 0.4);
}
.bg_mt_purple_light.bg_alpha_6 {
  background-color: rgba(186, 104, 200, 0.6);
}
.bg_mt_purple_light.bg_alpha_8 {
  background-color: rgba(186, 104, 200, 0.8);
}
.text_mt_purple_light {
  color: #ba68c8 !important;
}
.bg_mt_deep_purple {
  background-color: #673ab7;
}
.bg_mt_deep_purple.bg_alpha_0 {
  background-color: rgba(103, 58, 183, 0);
}
.bg_mt_deep_purple.bg_alpha_1 {
  background-color: rgba(103, 58, 183, 0.1);
}
.bg_mt_deep_purple.bg_alpha_2 {
  background-color: rgba(103, 58, 183, 0.2);
}
.bg_mt_deep_purple.bg_alpha_4 {
  background-color: rgba(103, 58, 183, 0.4);
}
.bg_mt_deep_purple.bg_alpha_6 {
  background-color: rgba(103, 58, 183, 0.6);
}
.bg_mt_deep_purple.bg_alpha_8 {
  background-color: rgba(103, 58, 183, 0.8);
}
.text_mt_deep_purple {
  color: #673ab7 !important;
}
.bg_mt_deep_purple_dark {
  background-color: #512da8;
}
.bg_mt_deep_purple_dark.bg_alpha_0 {
  background-color: rgba(81, 45, 168, 0);
}
.bg_mt_deep_purple_dark.bg_alpha_1 {
  background-color: rgba(81, 45, 168, 0.1);
}
.bg_mt_deep_purple_dark.bg_alpha_2 {
  background-color: rgba(81, 45, 168, 0.2);
}
.bg_mt_deep_purple_dark.bg_alpha_4 {
  background-color: rgba(81, 45, 168, 0.4);
}
.bg_mt_deep_purple_dark.bg_alpha_6 {
  background-color: rgba(81, 45, 168, 0.6);
}
.bg_mt_deep_purple_dark.bg_alpha_8 {
  background-color: rgba(81, 45, 168, 0.8);
}
.text_mt_deep_purple_dark {
  color: #512da8 !important;
}
.bg_mt_deep_purple_light {
  background-color: #9575cd;
}
.bg_mt_deep_purple_light.bg_alpha_0 {
  background-color: rgba(149, 117, 205, 0);
}
.bg_mt_deep_purple_light.bg_alpha_1 {
  background-color: rgba(149, 117, 205, 0.1);
}
.bg_mt_deep_purple_light.bg_alpha_2 {
  background-color: rgba(149, 117, 205, 0.2);
}
.bg_mt_deep_purple_light.bg_alpha_4 {
  background-color: rgba(149, 117, 205, 0.4);
}
.bg_mt_deep_purple_light.bg_alpha_6 {
  background-color: rgba(149, 117, 205, 0.6);
}
.bg_mt_deep_purple_light.bg_alpha_8 {
  background-color: rgba(149, 117, 205, 0.8);
}
.text_mt_deep_purple_light {
  color: #9575cd !important;
}
.bg_mt_green {
  background-color: #4caf50;
}
.bg_mt_green.bg_alpha_0 {
  background-color: rgba(76, 175, 80, 0);
}
.bg_mt_green.bg_alpha_1 {
  background-color: rgba(76, 175, 80, 0.1);
}
.bg_mt_green.bg_alpha_2 {
  background-color: rgba(76, 175, 80, 0.2);
}
.bg_mt_green.bg_alpha_4 {
  background-color: rgba(76, 175, 80, 0.4);
}
.bg_mt_green.bg_alpha_6 {
  background-color: rgba(76, 175, 80, 0.6);
}
.bg_mt_green.bg_alpha_8 {
  background-color: rgba(76, 175, 80, 0.8);
}
.text_mt_green {
  color: #4caf50 !important;
}
.bg_mt_green_dark {
  background-color: #388e3c;
}
.bg_mt_green_dark.bg_alpha_0 {
  background-color: rgba(56, 142, 60, 0);
}
.bg_mt_green_dark.bg_alpha_1 {
  background-color: rgba(56, 142, 60, 0.1);
}
.bg_mt_green_dark.bg_alpha_2 {
  background-color: rgba(56, 142, 60, 0.2);
}
.bg_mt_green_dark.bg_alpha_4 {
  background-color: rgba(56, 142, 60, 0.4);
}
.bg_mt_green_dark.bg_alpha_6 {
  background-color: rgba(56, 142, 60, 0.6);
}
.bg_mt_green_dark.bg_alpha_8 {
  background-color: rgba(56, 142, 60, 0.8);
}
.text_mt_green_dark {
  color: #388e3c !important;
}
.bg_mt_green_light {
  background-color: #81c784;
}
.bg_mt_green_light.bg_alpha_0 {
  background-color: rgba(129, 199, 132, 0);
}
.bg_mt_green_light.bg_alpha_1 {
  background-color: rgba(129, 199, 132, 0.1);
}
.bg_mt_green_light.bg_alpha_2 {
  background-color: rgba(129, 199, 132, 0.2);
}
.bg_mt_green_light.bg_alpha_4 {
  background-color: rgba(129, 199, 132, 0.4);
}
.bg_mt_green_light.bg_alpha_6 {
  background-color: rgba(129, 199, 132, 0.6);
}
.bg_mt_green_light.bg_alpha_8 {
  background-color: rgba(129, 199, 132, 0.8);
}
.text_mt_green_light {
  color: #81c784 !important;
}
.bg_mt_light_green {
  background-color: #8bc34a;
}
.bg_mt_light_green.bg_alpha_0 {
  background-color: rgba(139, 195, 74, 0);
}
.bg_mt_light_green.bg_alpha_1 {
  background-color: rgba(139, 195, 74, 0.1);
}
.bg_mt_light_green.bg_alpha_2 {
  background-color: rgba(139, 195, 74, 0.2);
}
.bg_mt_light_green.bg_alpha_4 {
  background-color: rgba(139, 195, 74, 0.4);
}
.bg_mt_light_green.bg_alpha_6 {
  background-color: rgba(139, 195, 74, 0.6);
}
.bg_mt_light_green.bg_alpha_8 {
  background-color: rgba(139, 195, 74, 0.8);
}
.text_mt_light_green {
  color: #8bc34a !important;
}
.bg_mt_light_green_dark {
  background-color: #689f38;
}
.bg_mt_light_green_dark.bg_alpha_0 {
  background-color: rgba(104, 159, 56, 0);
}
.bg_mt_light_green_dark.bg_alpha_1 {
  background-color: rgba(104, 159, 56, 0.1);
}
.bg_mt_light_green_dark.bg_alpha_2 {
  background-color: rgba(104, 159, 56, 0.2);
}
.bg_mt_light_green_dark.bg_alpha_4 {
  background-color: rgba(104, 159, 56, 0.4);
}
.bg_mt_light_green_dark.bg_alpha_6 {
  background-color: rgba(104, 159, 56, 0.6);
}
.bg_mt_light_green_dark.bg_alpha_8 {
  background-color: rgba(104, 159, 56, 0.8);
}
.text_mt_light_green_dark {
  color: #689f38 !important;
}
.bg_mt_light_green_light {
  background-color: #aed581;
}
.bg_mt_light_green_light.bg_alpha_0 {
  background-color: rgba(174, 213, 129, 0);
}
.bg_mt_light_green_light.bg_alpha_1 {
  background-color: rgba(174, 213, 129, 0.1);
}
.bg_mt_light_green_light.bg_alpha_2 {
  background-color: rgba(174, 213, 129, 0.2);
}
.bg_mt_light_green_light.bg_alpha_4 {
  background-color: rgba(174, 213, 129, 0.4);
}
.bg_mt_light_green_light.bg_alpha_6 {
  background-color: rgba(174, 213, 129, 0.6);
}
.bg_mt_light_green_light.bg_alpha_8 {
  background-color: rgba(174, 213, 129, 0.8);
}
.text_mt_light_green_light {
  color: #aed581 !important;
}
.bg_mt_grey {
  background-color: #9e9e9e;
}
.bg_mt_grey.bg_alpha_0 {
  background-color: rgba(158, 158, 158, 0);
}
.bg_mt_grey.bg_alpha_1 {
  background-color: rgba(158, 158, 158, 0.1);
}
.bg_mt_grey.bg_alpha_2 {
  background-color: rgba(158, 158, 158, 0.2);
}
.bg_mt_grey.bg_alpha_4 {
  background-color: rgba(158, 158, 158, 0.4);
}
.bg_mt_grey.bg_alpha_6 {
  background-color: rgba(158, 158, 158, 0.6);
}
.bg_mt_grey.bg_alpha_8 {
  background-color: rgba(158, 158, 158, 0.8);
}
.text_mt_grey {
  color: #9e9e9e !important;
}
.bg_mt_grey_dark {
  background-color: #616161;
}
.bg_mt_grey_dark.bg_alpha_0 {
  background-color: rgba(97, 97, 97, 0);
}
.bg_mt_grey_dark.bg_alpha_1 {
  background-color: rgba(97, 97, 97, 0.1);
}
.bg_mt_grey_dark.bg_alpha_2 {
  background-color: rgba(97, 97, 97, 0.2);
}
.bg_mt_grey_dark.bg_alpha_4 {
  background-color: rgba(97, 97, 97, 0.4);
}
.bg_mt_grey_dark.bg_alpha_6 {
  background-color: rgba(97, 97, 97, 0.6);
}
.bg_mt_grey_dark.bg_alpha_8 {
  background-color: rgba(97, 97, 97, 0.8);
}
.text_mt_grey_dark {
  color: #616161 !important;
}
.bg_mt_grey_light {
  background-color: #e0e0e0;
}
.bg_mt_grey_light.bg_alpha_0 {
  background-color: rgba(224, 224, 224, 0);
}
.bg_mt_grey_light.bg_alpha_1 {
  background-color: rgba(224, 224, 224, 0.1);
}
.bg_mt_grey_light.bg_alpha_2 {
  background-color: rgba(224, 224, 224, 0.2);
}
.bg_mt_grey_light.bg_alpha_4 {
  background-color: rgba(224, 224, 224, 0.4);
}
.bg_mt_grey_light.bg_alpha_6 {
  background-color: rgba(224, 224, 224, 0.6);
}
.bg_mt_grey_light.bg_alpha_8 {
  background-color: rgba(224, 224, 224, 0.8);
}
.text_mt_grey_light {
  color: #e0e0e0 !important;
}
.bg_mt_indigo {
  background-color: #3f51b5;
}
.bg_mt_indigo.bg_alpha_0 {
  background-color: rgba(63, 81, 181, 0);
}
.bg_mt_indigo.bg_alpha_1 {
  background-color: rgba(63, 81, 181, 0.1);
}
.bg_mt_indigo.bg_alpha_2 {
  background-color: rgba(63, 81, 181, 0.2);
}
.bg_mt_indigo.bg_alpha_4 {
  background-color: rgba(63, 81, 181, 0.4);
}
.bg_mt_indigo.bg_alpha_6 {
  background-color: rgba(63, 81, 181, 0.6);
}
.bg_mt_indigo.bg_alpha_8 {
  background-color: rgba(63, 81, 181, 0.8);
}
.text_mt_indigo {
  color: #3f51b5 !important;
}
.bg_mt_indigo_dark {
  background-color: #303f9f;
}
.bg_mt_indigo_dark.bg_alpha_0 {
  background-color: rgba(48, 63, 159, 0);
}
.bg_mt_indigo_dark.bg_alpha_1 {
  background-color: rgba(48, 63, 159, 0.1);
}
.bg_mt_indigo_dark.bg_alpha_2 {
  background-color: rgba(48, 63, 159, 0.2);
}
.bg_mt_indigo_dark.bg_alpha_4 {
  background-color: rgba(48, 63, 159, 0.4);
}
.bg_mt_indigo_dark.bg_alpha_6 {
  background-color: rgba(48, 63, 159, 0.6);
}
.bg_mt_indigo_dark.bg_alpha_8 {
  background-color: rgba(48, 63, 159, 0.8);
}
.text_mt_indigo_dark {
  color: #303f9f !important;
}
.bg_mt_indigo_light {
  background-color: #7986cb;
}
.bg_mt_indigo_light.bg_alpha_0 {
  background-color: rgba(121, 134, 203, 0);
}
.bg_mt_indigo_light.bg_alpha_1 {
  background-color: rgba(121, 134, 203, 0.1);
}
.bg_mt_indigo_light.bg_alpha_2 {
  background-color: rgba(121, 134, 203, 0.2);
}
.bg_mt_indigo_light.bg_alpha_4 {
  background-color: rgba(121, 134, 203, 0.4);
}
.bg_mt_indigo_light.bg_alpha_6 {
  background-color: rgba(121, 134, 203, 0.6);
}
.bg_mt_indigo_light.bg_alpha_8 {
  background-color: rgba(121, 134, 203, 0.8);
}
.text_mt_indigo_light {
  color: #7986cb !important;
}
.bg_mt_lime {
  background-color: #cddc39;
}
.bg_mt_lime.bg_alpha_0 {
  background-color: rgba(205, 220, 57, 0);
}
.bg_mt_lime.bg_alpha_1 {
  background-color: rgba(205, 220, 57, 0.1);
}
.bg_mt_lime.bg_alpha_2 {
  background-color: rgba(205, 220, 57, 0.2);
}
.bg_mt_lime.bg_alpha_4 {
  background-color: rgba(205, 220, 57, 0.4);
}
.bg_mt_lime.bg_alpha_6 {
  background-color: rgba(205, 220, 57, 0.6);
}
.bg_mt_lime.bg_alpha_8 {
  background-color: rgba(205, 220, 57, 0.8);
}
.text_mt_lime {
  color: #cddc39 !important;
}
.bg_mt_lime_dark {
  background-color: #afb42b;
}
.bg_mt_lime_dark.bg_alpha_0 {
  background-color: rgba(175, 180, 43, 0);
}
.bg_mt_lime_dark.bg_alpha_1 {
  background-color: rgba(175, 180, 43, 0.1);
}
.bg_mt_lime_dark.bg_alpha_2 {
  background-color: rgba(175, 180, 43, 0.2);
}
.bg_mt_lime_dark.bg_alpha_4 {
  background-color: rgba(175, 180, 43, 0.4);
}
.bg_mt_lime_dark.bg_alpha_6 {
  background-color: rgba(175, 180, 43, 0.6);
}
.bg_mt_lime_dark.bg_alpha_8 {
  background-color: rgba(175, 180, 43, 0.8);
}
.text_mt_lime_dark {
  color: #afb42b !important;
}
.bg_mt_lime_light {
  background-color: #dce775;
}
.bg_mt_lime_light.bg_alpha_0 {
  background-color: rgba(220, 231, 117, 0);
}
.bg_mt_lime_light.bg_alpha_1 {
  background-color: rgba(220, 231, 117, 0.1);
}
.bg_mt_lime_light.bg_alpha_2 {
  background-color: rgba(220, 231, 117, 0.2);
}
.bg_mt_lime_light.bg_alpha_4 {
  background-color: rgba(220, 231, 117, 0.4);
}
.bg_mt_lime_light.bg_alpha_6 {
  background-color: rgba(220, 231, 117, 0.6);
}
.bg_mt_lime_light.bg_alpha_8 {
  background-color: rgba(220, 231, 117, 0.8);
}
.text_mt_lime_light {
  color: #dce775 !important;
}
.bg_mt_pink {
  background-color: #e91e63;
}
.bg_mt_pink.bg_alpha_0 {
  background-color: rgba(233, 30, 99, 0);
}
.bg_mt_pink.bg_alpha_1 {
  background-color: rgba(233, 30, 99, 0.1);
}
.bg_mt_pink.bg_alpha_2 {
  background-color: rgba(233, 30, 99, 0.2);
}
.bg_mt_pink.bg_alpha_4 {
  background-color: rgba(233, 30, 99, 0.4);
}
.bg_mt_pink.bg_alpha_6 {
  background-color: rgba(233, 30, 99, 0.6);
}
.bg_mt_pink.bg_alpha_8 {
  background-color: rgba(233, 30, 99, 0.8);
}
.text_mt_pink {
  color: #e91e63 !important;
}
.bg_mt_pink_dark {
  background-color: #c2185b;
}
.bg_mt_pink_dark.bg_alpha_0 {
  background-color: rgba(194, 24, 91, 0);
}
.bg_mt_pink_dark.bg_alpha_1 {
  background-color: rgba(194, 24, 91, 0.1);
}
.bg_mt_pink_dark.bg_alpha_2 {
  background-color: rgba(194, 24, 91, 0.2);
}
.bg_mt_pink_dark.bg_alpha_4 {
  background-color: rgba(194, 24, 91, 0.4);
}
.bg_mt_pink_dark.bg_alpha_6 {
  background-color: rgba(194, 24, 91, 0.6);
}
.bg_mt_pink_dark.bg_alpha_8 {
  background-color: rgba(194, 24, 91, 0.8);
}
.text_mt_pink_dark {
  color: #c2185b !important;
}
.bg_mt_pink_light {
  background-color: #f06292;
}
.bg_mt_pink_light.bg_alpha_0 {
  background-color: rgba(240, 98, 146, 0);
}
.bg_mt_pink_light.bg_alpha_1 {
  background-color: rgba(240, 98, 146, 0.1);
}
.bg_mt_pink_light.bg_alpha_2 {
  background-color: rgba(240, 98, 146, 0.2);
}
.bg_mt_pink_light.bg_alpha_4 {
  background-color: rgba(240, 98, 146, 0.4);
}
.bg_mt_pink_light.bg_alpha_6 {
  background-color: rgba(240, 98, 146, 0.6);
}
.bg_mt_pink_light.bg_alpha_8 {
  background-color: rgba(240, 98, 146, 0.8);
}
.text_mt_pink_light {
  color: #f06292 !important;
}
.bg_mt_red {
  background-color: #f44336;
}
.bg_mt_red.bg_alpha_0 {
  background-color: rgba(244, 67, 54, 0);
}
.bg_mt_red.bg_alpha_1 {
  background-color: rgba(244, 67, 54, 0.1);
}
.bg_mt_red.bg_alpha_2 {
  background-color: rgba(244, 67, 54, 0.2);
}
.bg_mt_red.bg_alpha_4 {
  background-color: rgba(244, 67, 54, 0.4);
}
.bg_mt_red.bg_alpha_6 {
  background-color: rgba(244, 67, 54, 0.6);
}
.bg_mt_red.bg_alpha_8 {
  background-color: rgba(244, 67, 54, 0.8);
}
.text_mt_red {
  color: #f44336 !important;
}
.bg_mt_red_dark {
  background-color: #d32f2f;
}
.bg_mt_red_dark.bg_alpha_0 {
  background-color: rgba(211, 47, 47, 0);
}
.bg_mt_red_dark.bg_alpha_1 {
  background-color: rgba(211, 47, 47, 0.1);
}
.bg_mt_red_dark.bg_alpha_2 {
  background-color: rgba(211, 47, 47, 0.2);
}
.bg_mt_red_dark.bg_alpha_4 {
  background-color: rgba(211, 47, 47, 0.4);
}
.bg_mt_red_dark.bg_alpha_6 {
  background-color: rgba(211, 47, 47, 0.6);
}
.bg_mt_red_dark.bg_alpha_8 {
  background-color: rgba(211, 47, 47, 0.8);
}
.text_mt_red_dark {
  color: #d32f2f !important;
}
.bg_mt_red_light {
  background-color: #e57373;
}
.bg_mt_red_light.bg_alpha_0 {
  background-color: rgba(229, 115, 115, 0);
}
.bg_mt_red_light.bg_alpha_1 {
  background-color: rgba(229, 115, 115, 0.1);
}
.bg_mt_red_light.bg_alpha_2 {
  background-color: rgba(229, 115, 115, 0.2);
}
.bg_mt_red_light.bg_alpha_4 {
  background-color: rgba(229, 115, 115, 0.4);
}
.bg_mt_red_light.bg_alpha_6 {
  background-color: rgba(229, 115, 115, 0.6);
}
.bg_mt_red_light.bg_alpha_8 {
  background-color: rgba(229, 115, 115, 0.8);
}
.text_mt_red_light {
  color: #e57373 !important;
}
.bg_mt_teal {
  background-color: #009688;
}
.bg_mt_teal.bg_alpha_0 {
  background-color: rgba(0, 150, 136, 0);
}
.bg_mt_teal.bg_alpha_1 {
  background-color: rgba(0, 150, 136, 0.1);
}
.bg_mt_teal.bg_alpha_2 {
  background-color: rgba(0, 150, 136, 0.2);
}
.bg_mt_teal.bg_alpha_4 {
  background-color: rgba(0, 150, 136, 0.4);
}
.bg_mt_teal.bg_alpha_6 {
  background-color: rgba(0, 150, 136, 0.6);
}
.bg_mt_teal.bg_alpha_8 {
  background-color: rgba(0, 150, 136, 0.8);
}
.text_mt_teal {
  color: #009688 !important;
}
.bg_mt_teal_dark {
  background-color: #00796b;
}
.bg_mt_teal_dark.bg_alpha_0 {
  background-color: rgba(0, 121, 107, 0);
}
.bg_mt_teal_dark.bg_alpha_1 {
  background-color: rgba(0, 121, 107, 0.1);
}
.bg_mt_teal_dark.bg_alpha_2 {
  background-color: rgba(0, 121, 107, 0.2);
}
.bg_mt_teal_dark.bg_alpha_4 {
  background-color: rgba(0, 121, 107, 0.4);
}
.bg_mt_teal_dark.bg_alpha_6 {
  background-color: rgba(0, 121, 107, 0.6);
}
.bg_mt_teal_dark.bg_alpha_8 {
  background-color: rgba(0, 121, 107, 0.8);
}
.text_mt_teal_dark {
  color: #00796b !important;
}
.bg_mt_teal_light {
  background-color: #4db6ac;
}
.bg_mt_teal_light.bg_alpha_0 {
  background-color: rgba(77, 182, 172, 0);
}
.bg_mt_teal_light.bg_alpha_1 {
  background-color: rgba(77, 182, 172, 0.1);
}
.bg_mt_teal_light.bg_alpha_2 {
  background-color: rgba(77, 182, 172, 0.2);
}
.bg_mt_teal_light.bg_alpha_4 {
  background-color: rgba(77, 182, 172, 0.4);
}
.bg_mt_teal_light.bg_alpha_6 {
  background-color: rgba(77, 182, 172, 0.6);
}
.bg_mt_teal_light.bg_alpha_8 {
  background-color: rgba(77, 182, 172, 0.8);
}
.text_mt_teal_light {
  color: #4db6ac !important;
}
.bg_mt_yellow {
  background-color: #ffeb3b;
}
.bg_mt_yellow.bg_alpha_0 {
  background-color: rgba(255, 235, 59, 0);
}
.bg_mt_yellow.bg_alpha_1 {
  background-color: rgba(255, 235, 59, 0.1);
}
.bg_mt_yellow.bg_alpha_2 {
  background-color: rgba(255, 235, 59, 0.2);
}
.bg_mt_yellow.bg_alpha_4 {
  background-color: rgba(255, 235, 59, 0.4);
}
.bg_mt_yellow.bg_alpha_6 {
  background-color: rgba(255, 235, 59, 0.6);
}
.bg_mt_yellow.bg_alpha_8 {
  background-color: rgba(255, 235, 59, 0.8);
}
.text_mt_yellow {
  color: #ffeb3b !important;
}
.bg_mt_yellow_dark {
  background-color: #fbc02d;
}
.bg_mt_yellow_dark.bg_alpha_0 {
  background-color: rgba(251, 192, 45, 0);
}
.bg_mt_yellow_dark.bg_alpha_1 {
  background-color: rgba(251, 192, 45, 0.1);
}
.bg_mt_yellow_dark.bg_alpha_2 {
  background-color: rgba(251, 192, 45, 0.2);
}
.bg_mt_yellow_dark.bg_alpha_4 {
  background-color: rgba(251, 192, 45, 0.4);
}
.bg_mt_yellow_dark.bg_alpha_6 {
  background-color: rgba(251, 192, 45, 0.6);
}
.bg_mt_yellow_dark.bg_alpha_8 {
  background-color: rgba(251, 192, 45, 0.8);
}
.text_mt_yellow_dark {
  color: #fbc02d !important;
}
.bg_mt_yellow_light {
  background-color: #fff176;
}
.bg_mt_yellow_light.bg_alpha_0 {
  background-color: rgba(255, 241, 118, 0);
}
.bg_mt_yellow_light.bg_alpha_1 {
  background-color: rgba(255, 241, 118, 0.1);
}
.bg_mt_yellow_light.bg_alpha_2 {
  background-color: rgba(255, 241, 118, 0.2);
}
.bg_mt_yellow_light.bg_alpha_4 {
  background-color: rgba(255, 241, 118, 0.4);
}
.bg_mt_yellow_light.bg_alpha_6 {
  background-color: rgba(255, 241, 118, 0.6);
}
.bg_mt_yellow_light.bg_alpha_8 {
  background-color: rgba(255, 241, 118, 0.8);
}
.text_mt_yellow_light {
  color: #fff176 !important;
}
.bg_twitter {
  background-color: #1da1f2;
}
.bg_twitter.bg_alpha_0 {
  background-color: rgba(29, 161, 242, 0);
}
.bg_twitter.bg_alpha_1 {
  background-color: rgba(29, 161, 242, 0.1);
}
.bg_twitter.bg_alpha_2 {
  background-color: rgba(29, 161, 242, 0.2);
}
.bg_twitter.bg_alpha_4 {
  background-color: rgba(29, 161, 242, 0.4);
}
.bg_twitter.bg_alpha_6 {
  background-color: rgba(29, 161, 242, 0.6);
}
.bg_twitter.bg_alpha_8 {
  background-color: rgba(29, 161, 242, 0.8);
}
.text_twitter {
  color: #1da1f2 !important;
}
.bg_facebook {
  background-color: #3b5998;
}
.bg_facebook.bg_alpha_0 {
  background-color: rgba(59, 89, 152, 0);
}
.bg_facebook.bg_alpha_1 {
  background-color: rgba(59, 89, 152, 0.1);
}
.bg_facebook.bg_alpha_2 {
  background-color: rgba(59, 89, 152, 0.2);
}
.bg_facebook.bg_alpha_4 {
  background-color: rgba(59, 89, 152, 0.4);
}
.bg_facebook.bg_alpha_6 {
  background-color: rgba(59, 89, 152, 0.6);
}
.bg_facebook.bg_alpha_8 {
  background-color: rgba(59, 89, 152, 0.8);
}
.text_facebook {
  color: #3b5998 !important;
}
.bg_pinterest {
  background-color: #cd232d;
}
.bg_pinterest.bg_alpha_0 {
  background-color: rgba(205, 35, 45, 0);
}
.bg_pinterest.bg_alpha_1 {
  background-color: rgba(205, 35, 45, 0.1);
}
.bg_pinterest.bg_alpha_2 {
  background-color: rgba(205, 35, 45, 0.2);
}
.bg_pinterest.bg_alpha_4 {
  background-color: rgba(205, 35, 45, 0.4);
}
.bg_pinterest.bg_alpha_6 {
  background-color: rgba(205, 35, 45, 0.6);
}
.bg_pinterest.bg_alpha_8 {
  background-color: rgba(205, 35, 45, 0.8);
}
.text_pinterest {
  color: #cd232d !important;
}
.bg_instagram {
  background-color: #e4405f;
}
.bg_instagram.bg_alpha_0 {
  background-color: rgba(228, 64, 95, 0);
}
.bg_instagram.bg_alpha_1 {
  background-color: rgba(228, 64, 95, 0.1);
}
.bg_instagram.bg_alpha_2 {
  background-color: rgba(228, 64, 95, 0.2);
}
.bg_instagram.bg_alpha_4 {
  background-color: rgba(228, 64, 95, 0.4);
}
.bg_instagram.bg_alpha_6 {
  background-color: rgba(228, 64, 95, 0.6);
}
.bg_instagram.bg_alpha_8 {
  background-color: rgba(228, 64, 95, 0.8);
}
.text_instagram {
  color: #e4405f !important;
}
.bg_linkedin {
  background-color: #007bb6;
}
.bg_linkedin.bg_alpha_0 {
  background-color: rgba(0, 123, 182, 0);
}
.bg_linkedin.bg_alpha_1 {
  background-color: rgba(0, 123, 182, 0.1);
}
.bg_linkedin.bg_alpha_2 {
  background-color: rgba(0, 123, 182, 0.2);
}
.bg_linkedin.bg_alpha_4 {
  background-color: rgba(0, 123, 182, 0.4);
}
.bg_linkedin.bg_alpha_6 {
  background-color: rgba(0, 123, 182, 0.6);
}
.bg_linkedin.bg_alpha_8 {
  background-color: rgba(0, 123, 182, 0.8);
}
.text_linkedin {
  color: #007bb6 !important;
}
.bg_email {
  background-color: #0a88ff;
}
.bg_email.bg_alpha_0 {
  background-color: rgba(10, 136, 255, 0);
}
.bg_email.bg_alpha_1 {
  background-color: rgba(10, 136, 255, 0.1);
}
.bg_email.bg_alpha_2 {
  background-color: rgba(10, 136, 255, 0.2);
}
.bg_email.bg_alpha_4 {
  background-color: rgba(10, 136, 255, 0.4);
}
.bg_email.bg_alpha_6 {
  background-color: rgba(10, 136, 255, 0.6);
}
.bg_email.bg_alpha_8 {
  background-color: rgba(10, 136, 255, 0.8);
}
.text_email {
  color: #0a88ff !important;
}
.mg-0 {
  margin: 0px !important;
}
.mg-tp-0 {
  margin-top: 0px !important;
}
.mg-bt-0 {
  margin-bottom: 0px !important;
}
.mg-rg-0 {
  margin-right: 0px !important;
}
.mg-lf-0 {
  margin-left: 0px !important;
}
.mg--0 {
  margin: -0px !important;
}
.mg-tp--0 {
  margin-top: -0px !important;
}
.mg-bt--0 {
  margin-bottom: -0px !important;
}
.mg-rg--0 {
  margin-right: -0px !important;
}
.mg-lf--0 {
  margin-left: -0px !important;
}
.pd-0 {
  padding: 0px !important;
}
.pd-tp-0 {
  padding-top: 0px !important;
}
.pd-bt-0 {
  padding-bottom: 0px !important;
}
.pd-rg-0 {
  padding-right: 0px !important;
}
.pd-lf-0 {
  padding-left: 0px !important;
}
.pd--0 {
  padding: -0px !important;
}
.pd-tp--0 {
  padding-top: -0px !important;
}
.pd-bt--0 {
  padding-bottom: -0px !important;
}
.pd-rg--0 {
  padding-right: -0px !important;
}
.pd-lf--0 {
  padding-left: -0px !important;
}
.mg-5 {
  margin: 5px !important;
}
.mg-tp-5 {
  margin-top: 5px !important;
}
.mg-bt-5 {
  margin-bottom: 5px !important;
}
.mg-rg-5 {
  margin-right: 5px !important;
}
.mg-lf-5 {
  margin-left: 5px !important;
}
.mg--5 {
  margin: -5px !important;
}
.mg-tp--5 {
  margin-top: -5px !important;
}
.mg-bt--5 {
  margin-bottom: -5px !important;
}
.mg-rg--5 {
  margin-right: -5px !important;
}
.mg-lf--5 {
  margin-left: -5px !important;
}
.pd-5 {
  padding: 5px !important;
}
.pd-tp-5 {
  padding-top: 5px !important;
}
.pd-bt-5 {
  padding-bottom: 5px !important;
}
.pd-rg-5 {
  padding-right: 5px !important;
}
.pd-lf-5 {
  padding-left: 5px !important;
}
.pd--5 {
  padding: -5px !important;
}
.pd-tp--5 {
  padding-top: -5px !important;
}
.pd-bt--5 {
  padding-bottom: -5px !important;
}
.pd-rg--5 {
  padding-right: -5px !important;
}
.pd-lf--5 {
  padding-left: -5px !important;
}
.mg-10 {
  margin: 10px !important;
}
.mg-tp-10 {
  margin-top: 10px !important;
}
.mg-bt-10 {
  margin-bottom: 10px !important;
}
.mg-rg-10 {
  margin-right: 10px !important;
}
.mg-lf-10 {
  margin-left: 10px !important;
}
.mg--10 {
  margin: -10px !important;
}
.mg-tp--10 {
  margin-top: -10px !important;
}
.mg-bt--10 {
  margin-bottom: -10px !important;
}
.mg-rg--10 {
  margin-right: -10px !important;
}
.mg-lf--10 {
  margin-left: -10px !important;
}
.pd-10 {
  padding: 10px !important;
}
.pd-tp-10 {
  padding-top: 10px !important;
}
.pd-bt-10 {
  padding-bottom: 10px !important;
}
.pd-rg-10 {
  padding-right: 10px !important;
}
.pd-lf-10 {
  padding-left: 10px !important;
}
.pd--10 {
  padding: -10px !important;
}
.pd-tp--10 {
  padding-top: -10px !important;
}
.pd-bt--10 {
  padding-bottom: -10px !important;
}
.pd-rg--10 {
  padding-right: -10px !important;
}
.pd-lf--10 {
  padding-left: -10px !important;
}
.mg-15 {
  margin: 15px !important;
}
.mg-tp-15 {
  margin-top: 15px !important;
}
.mg-bt-15 {
  margin-bottom: 15px !important;
}
.mg-rg-15 {
  margin-right: 15px !important;
}
.mg-lf-15 {
  margin-left: 15px !important;
}
.mg--15 {
  margin: -15px !important;
}
.mg-tp--15 {
  margin-top: -15px !important;
}
.mg-bt--15 {
  margin-bottom: -15px !important;
}
.mg-rg--15 {
  margin-right: -15px !important;
}
.mg-lf--15 {
  margin-left: -15px !important;
}
.pd-15 {
  padding: 15px !important;
}
.pd-tp-15 {
  padding-top: 15px !important;
}
.pd-bt-15 {
  padding-bottom: 15px !important;
}
.pd-rg-15 {
  padding-right: 15px !important;
}
.pd-lf-15 {
  padding-left: 15px !important;
}
.pd--15 {
  padding: -15px !important;
}
.pd-tp--15 {
  padding-top: -15px !important;
}
.pd-bt--15 {
  padding-bottom: -15px !important;
}
.pd-rg--15 {
  padding-right: -15px !important;
}
.pd-lf--15 {
  padding-left: -15px !important;
}
.mg-20 {
  margin: 20px !important;
}
.mg-tp-20 {
  margin-top: 20px !important;
}
.mg-bt-20 {
  margin-bottom: 20px !important;
}
.mg-rg-20 {
  margin-right: 20px !important;
}
.mg-lf-20 {
  margin-left: 20px !important;
}
.mg--20 {
  margin: -20px !important;
}
.mg-tp--20 {
  margin-top: -20px !important;
}
.mg-bt--20 {
  margin-bottom: -20px !important;
}
.mg-rg--20 {
  margin-right: -20px !important;
}
.mg-lf--20 {
  margin-left: -20px !important;
}
.pd-20 {
  padding: 20px !important;
}
.pd-tp-20 {
  padding-top: 20px !important;
}
.pd-bt-20 {
  padding-bottom: 20px !important;
}
.pd-rg-20 {
  padding-right: 20px !important;
}
.pd-lf-20 {
  padding-left: 20px !important;
}
.pd--20 {
  padding: -20px !important;
}
.pd-tp--20 {
  padding-top: -20px !important;
}
.pd-bt--20 {
  padding-bottom: -20px !important;
}
.pd-rg--20 {
  padding-right: -20px !important;
}
.pd-lf--20 {
  padding-left: -20px !important;
}
.mg-25 {
  margin: 25px !important;
}
.mg-tp-25 {
  margin-top: 25px !important;
}
.mg-bt-25 {
  margin-bottom: 25px !important;
}
.mg-rg-25 {
  margin-right: 25px !important;
}
.mg-lf-25 {
  margin-left: 25px !important;
}
.mg--25 {
  margin: -25px !important;
}
.mg-tp--25 {
  margin-top: -25px !important;
}
.mg-bt--25 {
  margin-bottom: -25px !important;
}
.mg-rg--25 {
  margin-right: -25px !important;
}
.mg-lf--25 {
  margin-left: -25px !important;
}
.pd-25 {
  padding: 25px !important;
}
.pd-tp-25 {
  padding-top: 25px !important;
}
.pd-bt-25 {
  padding-bottom: 25px !important;
}
.pd-rg-25 {
  padding-right: 25px !important;
}
.pd-lf-25 {
  padding-left: 25px !important;
}
.pd--25 {
  padding: -25px !important;
}
.pd-tp--25 {
  padding-top: -25px !important;
}
.pd-bt--25 {
  padding-bottom: -25px !important;
}
.pd-rg--25 {
  padding-right: -25px !important;
}
.pd-lf--25 {
  padding-left: -25px !important;
}
.mg-30 {
  margin: 30px !important;
}
.mg-tp-30 {
  margin-top: 30px !important;
}
.mg-bt-30 {
  margin-bottom: 30px !important;
}
.mg-rg-30 {
  margin-right: 30px !important;
}
.mg-lf-30 {
  margin-left: 30px !important;
}
.mg--30 {
  margin: -30px !important;
}
.mg-tp--30 {
  margin-top: -30px !important;
}
.mg-bt--30 {
  margin-bottom: -30px !important;
}
.mg-rg--30 {
  margin-right: -30px !important;
}
.mg-lf--30 {
  margin-left: -30px !important;
}
.pd-30 {
  padding: 30px !important;
}
.pd-tp-30 {
  padding-top: 30px !important;
}
.pd-bt-30 {
  padding-bottom: 30px !important;
}
.pd-rg-30 {
  padding-right: 30px !important;
}
.pd-lf-30 {
  padding-left: 30px !important;
}
.pd--30 {
  padding: -30px !important;
}
.pd-tp--30 {
  padding-top: -30px !important;
}
.pd-bt--30 {
  padding-bottom: -30px !important;
}
.pd-rg--30 {
  padding-right: -30px !important;
}
.pd-lf--30 {
  padding-left: -30px !important;
}
.mg-35 {
  margin: 35px !important;
}
.mg-tp-35 {
  margin-top: 35px !important;
}
.mg-bt-35 {
  margin-bottom: 35px !important;
}
.mg-rg-35 {
  margin-right: 35px !important;
}
.mg-lf-35 {
  margin-left: 35px !important;
}
.mg--35 {
  margin: -35px !important;
}
.mg-tp--35 {
  margin-top: -35px !important;
}
.mg-bt--35 {
  margin-bottom: -35px !important;
}
.mg-rg--35 {
  margin-right: -35px !important;
}
.mg-lf--35 {
  margin-left: -35px !important;
}
.pd-35 {
  padding: 35px !important;
}
.pd-tp-35 {
  padding-top: 35px !important;
}
.pd-bt-35 {
  padding-bottom: 35px !important;
}
.pd-rg-35 {
  padding-right: 35px !important;
}
.pd-lf-35 {
  padding-left: 35px !important;
}
.pd--35 {
  padding: -35px !important;
}
.pd-tp--35 {
  padding-top: -35px !important;
}
.pd-bt--35 {
  padding-bottom: -35px !important;
}
.pd-rg--35 {
  padding-right: -35px !important;
}
.pd-lf--35 {
  padding-left: -35px !important;
}
.mg-40 {
  margin: 40px !important;
}
.mg-tp-40 {
  margin-top: 40px !important;
}
.mg-bt-40 {
  margin-bottom: 40px !important;
}
.mg-rg-40 {
  margin-right: 40px !important;
}
.mg-lf-40 {
  margin-left: 40px !important;
}
.mg--40 {
  margin: -40px !important;
}
.mg-tp--40 {
  margin-top: -40px !important;
}
.mg-bt--40 {
  margin-bottom: -40px !important;
}
.mg-rg--40 {
  margin-right: -40px !important;
}
.mg-lf--40 {
  margin-left: -40px !important;
}
.pd-40 {
  padding: 40px !important;
}
.pd-tp-40 {
  padding-top: 40px !important;
}
.pd-bt-40 {
  padding-bottom: 40px !important;
}
.pd-rg-40 {
  padding-right: 40px !important;
}
.pd-lf-40 {
  padding-left: 40px !important;
}
.pd--40 {
  padding: -40px !important;
}
.pd-tp--40 {
  padding-top: -40px !important;
}
.pd-bt--40 {
  padding-bottom: -40px !important;
}
.pd-rg--40 {
  padding-right: -40px !important;
}
.pd-lf--40 {
  padding-left: -40px !important;
}
.mg-45 {
  margin: 45px !important;
}
.mg-tp-45 {
  margin-top: 45px !important;
}
.mg-bt-45 {
  margin-bottom: 45px !important;
}
.mg-rg-45 {
  margin-right: 45px !important;
}
.mg-lf-45 {
  margin-left: 45px !important;
}
.mg--45 {
  margin: -45px !important;
}
.mg-tp--45 {
  margin-top: -45px !important;
}
.mg-bt--45 {
  margin-bottom: -45px !important;
}
.mg-rg--45 {
  margin-right: -45px !important;
}
.mg-lf--45 {
  margin-left: -45px !important;
}
.pd-45 {
  padding: 45px !important;
}
.pd-tp-45 {
  padding-top: 45px !important;
}
.pd-bt-45 {
  padding-bottom: 45px !important;
}
.pd-rg-45 {
  padding-right: 45px !important;
}
.pd-lf-45 {
  padding-left: 45px !important;
}
.pd--45 {
  padding: -45px !important;
}
.pd-tp--45 {
  padding-top: -45px !important;
}
.pd-bt--45 {
  padding-bottom: -45px !important;
}
.pd-rg--45 {
  padding-right: -45px !important;
}
.pd-lf--45 {
  padding-left: -45px !important;
}
.mg-50 {
  margin: 50px !important;
}
.mg-tp-50 {
  margin-top: 50px !important;
}
.mg-bt-50 {
  margin-bottom: 50px !important;
}
.mg-rg-50 {
  margin-right: 50px !important;
}
.mg-lf-50 {
  margin-left: 50px !important;
}
.mg--50 {
  margin: -50px !important;
}
.mg-tp--50 {
  margin-top: -50px !important;
}
.mg-bt--50 {
  margin-bottom: -50px !important;
}
.mg-rg--50 {
  margin-right: -50px !important;
}
.mg-lf--50 {
  margin-left: -50px !important;
}
.pd-50 {
  padding: 50px !important;
}
.pd-tp-50 {
  padding-top: 50px !important;
}
.pd-bt-50 {
  padding-bottom: 50px !important;
}
.pd-rg-50 {
  padding-right: 50px !important;
}
.pd-lf-50 {
  padding-left: 50px !important;
}
.pd--50 {
  padding: -50px !important;
}
.pd-tp--50 {
  padding-top: -50px !important;
}
.pd-bt--50 {
  padding-bottom: -50px !important;
}
.pd-rg--50 {
  padding-right: -50px !important;
}
.pd-lf--50 {
  padding-left: -50px !important;
}
.mg-55 {
  margin: 55px !important;
}
.mg-tp-55 {
  margin-top: 55px !important;
}
.mg-bt-55 {
  margin-bottom: 55px !important;
}
.mg-rg-55 {
  margin-right: 55px !important;
}
.mg-lf-55 {
  margin-left: 55px !important;
}
.mg--55 {
  margin: -55px !important;
}
.mg-tp--55 {
  margin-top: -55px !important;
}
.mg-bt--55 {
  margin-bottom: -55px !important;
}
.mg-rg--55 {
  margin-right: -55px !important;
}
.mg-lf--55 {
  margin-left: -55px !important;
}
.pd-55 {
  padding: 55px !important;
}
.pd-tp-55 {
  padding-top: 55px !important;
}
.pd-bt-55 {
  padding-bottom: 55px !important;
}
.pd-rg-55 {
  padding-right: 55px !important;
}
.pd-lf-55 {
  padding-left: 55px !important;
}
.pd--55 {
  padding: -55px !important;
}
.pd-tp--55 {
  padding-top: -55px !important;
}
.pd-bt--55 {
  padding-bottom: -55px !important;
}
.pd-rg--55 {
  padding-right: -55px !important;
}
.pd-lf--55 {
  padding-left: -55px !important;
}
.mg-60 {
  margin: 60px !important;
}
.mg-tp-60 {
  margin-top: 60px !important;
}
.mg-bt-60 {
  margin-bottom: 60px !important;
}
.mg-rg-60 {
  margin-right: 60px !important;
}
.mg-lf-60 {
  margin-left: 60px !important;
}
.mg--60 {
  margin: -60px !important;
}
.mg-tp--60 {
  margin-top: -60px !important;
}
.mg-bt--60 {
  margin-bottom: -60px !important;
}
.mg-rg--60 {
  margin-right: -60px !important;
}
.mg-lf--60 {
  margin-left: -60px !important;
}
.pd-60 {
  padding: 60px !important;
}
.pd-tp-60 {
  padding-top: 60px !important;
}
.pd-bt-60 {
  padding-bottom: 60px !important;
}
.pd-rg-60 {
  padding-right: 60px !important;
}
.pd-lf-60 {
  padding-left: 60px !important;
}
.pd--60 {
  padding: -60px !important;
}
.pd-tp--60 {
  padding-top: -60px !important;
}
.pd-bt--60 {
  padding-bottom: -60px !important;
}
.pd-rg--60 {
  padding-right: -60px !important;
}
.pd-lf--60 {
  padding-left: -60px !important;
}
.mg-65 {
  margin: 65px !important;
}
.mg-tp-65 {
  margin-top: 65px !important;
}
.mg-bt-65 {
  margin-bottom: 65px !important;
}
.mg-rg-65 {
  margin-right: 65px !important;
}
.mg-lf-65 {
  margin-left: 65px !important;
}
.mg--65 {
  margin: -65px !important;
}
.mg-tp--65 {
  margin-top: -65px !important;
}
.mg-bt--65 {
  margin-bottom: -65px !important;
}
.mg-rg--65 {
  margin-right: -65px !important;
}
.mg-lf--65 {
  margin-left: -65px !important;
}
.pd-65 {
  padding: 65px !important;
}
.pd-tp-65 {
  padding-top: 65px !important;
}
.pd-bt-65 {
  padding-bottom: 65px !important;
}
.pd-rg-65 {
  padding-right: 65px !important;
}
.pd-lf-65 {
  padding-left: 65px !important;
}
.pd--65 {
  padding: -65px !important;
}
.pd-tp--65 {
  padding-top: -65px !important;
}
.pd-bt--65 {
  padding-bottom: -65px !important;
}
.pd-rg--65 {
  padding-right: -65px !important;
}
.pd-lf--65 {
  padding-left: -65px !important;
}
.mg-70 {
  margin: 70px !important;
}
.mg-tp-70 {
  margin-top: 70px !important;
}
.mg-bt-70 {
  margin-bottom: 70px !important;
}
.mg-rg-70 {
  margin-right: 70px !important;
}
.mg-lf-70 {
  margin-left: 70px !important;
}
.mg--70 {
  margin: -70px !important;
}
.mg-tp--70 {
  margin-top: -70px !important;
}
.mg-bt--70 {
  margin-bottom: -70px !important;
}
.mg-rg--70 {
  margin-right: -70px !important;
}
.mg-lf--70 {
  margin-left: -70px !important;
}
.pd-70 {
  padding: 70px !important;
}
.pd-tp-70 {
  padding-top: 70px !important;
}
.pd-bt-70 {
  padding-bottom: 70px !important;
}
.pd-rg-70 {
  padding-right: 70px !important;
}
.pd-lf-70 {
  padding-left: 70px !important;
}
.pd--70 {
  padding: -70px !important;
}
.pd-tp--70 {
  padding-top: -70px !important;
}
.pd-bt--70 {
  padding-bottom: -70px !important;
}
.pd-rg--70 {
  padding-right: -70px !important;
}
.pd-lf--70 {
  padding-left: -70px !important;
}
.mg-75 {
  margin: 75px !important;
}
.mg-tp-75 {
  margin-top: 75px !important;
}
.mg-bt-75 {
  margin-bottom: 75px !important;
}
.mg-rg-75 {
  margin-right: 75px !important;
}
.mg-lf-75 {
  margin-left: 75px !important;
}
.mg--75 {
  margin: -75px !important;
}
.mg-tp--75 {
  margin-top: -75px !important;
}
.mg-bt--75 {
  margin-bottom: -75px !important;
}
.mg-rg--75 {
  margin-right: -75px !important;
}
.mg-lf--75 {
  margin-left: -75px !important;
}
.pd-75 {
  padding: 75px !important;
}
.pd-tp-75 {
  padding-top: 75px !important;
}
.pd-bt-75 {
  padding-bottom: 75px !important;
}
.pd-rg-75 {
  padding-right: 75px !important;
}
.pd-lf-75 {
  padding-left: 75px !important;
}
.pd--75 {
  padding: -75px !important;
}
.pd-tp--75 {
  padding-top: -75px !important;
}
.pd-bt--75 {
  padding-bottom: -75px !important;
}
.pd-rg--75 {
  padding-right: -75px !important;
}
.pd-lf--75 {
  padding-left: -75px !important;
}
.mg-80 {
  margin: 80px !important;
}
.mg-tp-80 {
  margin-top: 80px !important;
}
.mg-bt-80 {
  margin-bottom: 80px !important;
}
.mg-rg-80 {
  margin-right: 80px !important;
}
.mg-lf-80 {
  margin-left: 80px !important;
}
.mg--80 {
  margin: -80px !important;
}
.mg-tp--80 {
  margin-top: -80px !important;
}
.mg-bt--80 {
  margin-bottom: -80px !important;
}
.mg-rg--80 {
  margin-right: -80px !important;
}
.mg-lf--80 {
  margin-left: -80px !important;
}
.pd-80 {
  padding: 80px !important;
}
.pd-tp-80 {
  padding-top: 80px !important;
}
.pd-bt-80 {
  padding-bottom: 80px !important;
}
.pd-rg-80 {
  padding-right: 80px !important;
}
.pd-lf-80 {
  padding-left: 80px !important;
}
.pd--80 {
  padding: -80px !important;
}
.pd-tp--80 {
  padding-top: -80px !important;
}
.pd-bt--80 {
  padding-bottom: -80px !important;
}
.pd-rg--80 {
  padding-right: -80px !important;
}
.pd-lf--80 {
  padding-left: -80px !important;
}
.mg-85 {
  margin: 85px !important;
}
.mg-tp-85 {
  margin-top: 85px !important;
}
.mg-bt-85 {
  margin-bottom: 85px !important;
}
.mg-rg-85 {
  margin-right: 85px !important;
}
.mg-lf-85 {
  margin-left: 85px !important;
}
.mg--85 {
  margin: -85px !important;
}
.mg-tp--85 {
  margin-top: -85px !important;
}
.mg-bt--85 {
  margin-bottom: -85px !important;
}
.mg-rg--85 {
  margin-right: -85px !important;
}
.mg-lf--85 {
  margin-left: -85px !important;
}
.pd-85 {
  padding: 85px !important;
}
.pd-tp-85 {
  padding-top: 85px !important;
}
.pd-bt-85 {
  padding-bottom: 85px !important;
}
.pd-rg-85 {
  padding-right: 85px !important;
}
.pd-lf-85 {
  padding-left: 85px !important;
}
.pd--85 {
  padding: -85px !important;
}
.pd-tp--85 {
  padding-top: -85px !important;
}
.pd-bt--85 {
  padding-bottom: -85px !important;
}
.pd-rg--85 {
  padding-right: -85px !important;
}
.pd-lf--85 {
  padding-left: -85px !important;
}
.mg-90 {
  margin: 90px !important;
}
.mg-tp-90 {
  margin-top: 90px !important;
}
.mg-bt-90 {
  margin-bottom: 90px !important;
}
.mg-rg-90 {
  margin-right: 90px !important;
}
.mg-lf-90 {
  margin-left: 90px !important;
}
.mg--90 {
  margin: -90px !important;
}
.mg-tp--90 {
  margin-top: -90px !important;
}
.mg-bt--90 {
  margin-bottom: -90px !important;
}
.mg-rg--90 {
  margin-right: -90px !important;
}
.mg-lf--90 {
  margin-left: -90px !important;
}
.pd-90 {
  padding: 90px !important;
}
.pd-tp-90 {
  padding-top: 90px !important;
}
.pd-bt-90 {
  padding-bottom: 90px !important;
}
.pd-rg-90 {
  padding-right: 90px !important;
}
.pd-lf-90 {
  padding-left: 90px !important;
}
.pd--90 {
  padding: -90px !important;
}
.pd-tp--90 {
  padding-top: -90px !important;
}
.pd-bt--90 {
  padding-bottom: -90px !important;
}
.pd-rg--90 {
  padding-right: -90px !important;
}
.pd-lf--90 {
  padding-left: -90px !important;
}
.mg-95 {
  margin: 95px !important;
}
.mg-tp-95 {
  margin-top: 95px !important;
}
.mg-bt-95 {
  margin-bottom: 95px !important;
}
.mg-rg-95 {
  margin-right: 95px !important;
}
.mg-lf-95 {
  margin-left: 95px !important;
}
.mg--95 {
  margin: -95px !important;
}
.mg-tp--95 {
  margin-top: -95px !important;
}
.mg-bt--95 {
  margin-bottom: -95px !important;
}
.mg-rg--95 {
  margin-right: -95px !important;
}
.mg-lf--95 {
  margin-left: -95px !important;
}
.pd-95 {
  padding: 95px !important;
}
.pd-tp-95 {
  padding-top: 95px !important;
}
.pd-bt-95 {
  padding-bottom: 95px !important;
}
.pd-rg-95 {
  padding-right: 95px !important;
}
.pd-lf-95 {
  padding-left: 95px !important;
}
.pd--95 {
  padding: -95px !important;
}
.pd-tp--95 {
  padding-top: -95px !important;
}
.pd-bt--95 {
  padding-bottom: -95px !important;
}
.pd-rg--95 {
  padding-right: -95px !important;
}
.pd-lf--95 {
  padding-left: -95px !important;
}
.mg-100 {
  margin: 100px !important;
}
.mg-tp-100 {
  margin-top: 100px !important;
}
.mg-bt-100 {
  margin-bottom: 100px !important;
}
.mg-rg-100 {
  margin-right: 100px !important;
}
.mg-lf-100 {
  margin-left: 100px !important;
}
.mg--100 {
  margin: -100px !important;
}
.mg-tp--100 {
  margin-top: -100px !important;
}
.mg-bt--100 {
  margin-bottom: -100px !important;
}
.mg-rg--100 {
  margin-right: -100px !important;
}
.mg-lf--100 {
  margin-left: -100px !important;
}
.pd-100 {
  padding: 100px !important;
}
.pd-tp-100 {
  padding-top: 100px !important;
}
.pd-bt-100 {
  padding-bottom: 100px !important;
}
.pd-rg-100 {
  padding-right: 100px !important;
}
.pd-lf-100 {
  padding-left: 100px !important;
}
.pd--100 {
  padding: -100px !important;
}
.pd-tp--100 {
  padding-top: -100px !important;
}
.pd-bt--100 {
  padding-bottom: -100px !important;
}
.pd-rg--100 {
  padding-right: -100px !important;
}
.pd-lf--100 {
  padding-left: -100px !important;
}
.wd-0 {
  width: 0px !important;
}
.mn-wd-0 {
  min-width: 0px !important;
}
.mx-wd-0 {
  max-width: 0px !important;
}
.hg-0 {
  height: 0px !important;
}
.mn-hg-0 {
  min-height: 0px !important;
}
.mx-hg-0 {
  max-height: 0px !important;
}
.wd-5 {
  width: 5px !important;
}
.mn-wd-5 {
  min-width: 5px !important;
}
.mx-wd-5 {
  max-width: 5px !important;
}
.hg-5 {
  height: 5px !important;
}
.mn-hg-5 {
  min-height: 5px !important;
}
.mx-hg-5 {
  max-height: 5px !important;
}
.wd-10 {
  width: 10px !important;
}
.mn-wd-10 {
  min-width: 10px !important;
}
.mx-wd-10 {
  max-width: 10px !important;
}
.hg-10 {
  height: 10px !important;
}
.mn-hg-10 {
  min-height: 10px !important;
}
.mx-hg-10 {
  max-height: 10px !important;
}
.wd-15 {
  width: 15px !important;
}
.mn-wd-15 {
  min-width: 15px !important;
}
.mx-wd-15 {
  max-width: 15px !important;
}
.hg-15 {
  height: 15px !important;
}
.mn-hg-15 {
  min-height: 15px !important;
}
.mx-hg-15 {
  max-height: 15px !important;
}
.wd-20 {
  width: 20px !important;
}
.mn-wd-20 {
  min-width: 20px !important;
}
.mx-wd-20 {
  max-width: 20px !important;
}
.hg-20 {
  height: 20px !important;
}
.mn-hg-20 {
  min-height: 20px !important;
}
.mx-hg-20 {
  max-height: 20px !important;
}
.wd-25 {
  width: 25px !important;
}
.mn-wd-25 {
  min-width: 25px !important;
}
.mx-wd-25 {
  max-width: 25px !important;
}
.hg-25 {
  height: 25px !important;
}
.mn-hg-25 {
  min-height: 25px !important;
}
.mx-hg-25 {
  max-height: 25px !important;
}
.wd-30 {
  width: 30px !important;
}
.mn-wd-30 {
  min-width: 30px !important;
}
.mx-wd-30 {
  max-width: 30px !important;
}
.hg-30 {
  height: 30px !important;
}
.mn-hg-30 {
  min-height: 30px !important;
}
.mx-hg-30 {
  max-height: 30px !important;
}
.wd-35 {
  width: 35px !important;
}
.mn-wd-35 {
  min-width: 35px !important;
}
.mx-wd-35 {
  max-width: 35px !important;
}
.hg-35 {
  height: 35px !important;
}
.mn-hg-35 {
  min-height: 35px !important;
}
.mx-hg-35 {
  max-height: 35px !important;
}
.wd-40 {
  width: 40px !important;
}
.mn-wd-40 {
  min-width: 40px !important;
}
.mx-wd-40 {
  max-width: 40px !important;
}
.hg-40 {
  height: 40px !important;
}
.mn-hg-40 {
  min-height: 40px !important;
}
.mx-hg-40 {
  max-height: 40px !important;
}
.wd-45 {
  width: 45px !important;
}
.mn-wd-45 {
  min-width: 45px !important;
}
.mx-wd-45 {
  max-width: 45px !important;
}
.hg-45 {
  height: 45px !important;
}
.mn-hg-45 {
  min-height: 45px !important;
}
.mx-hg-45 {
  max-height: 45px !important;
}
.wd-50 {
  width: 50px !important;
}
.mn-wd-50 {
  min-width: 50px !important;
}
.mx-wd-50 {
  max-width: 50px !important;
}
.hg-50 {
  height: 50px !important;
}
.mn-hg-50 {
  min-height: 50px !important;
}
.mx-hg-50 {
  max-height: 50px !important;
}
.wd-55 {
  width: 55px !important;
}
.mn-wd-55 {
  min-width: 55px !important;
}
.mx-wd-55 {
  max-width: 55px !important;
}
.hg-55 {
  height: 55px !important;
}
.mn-hg-55 {
  min-height: 55px !important;
}
.mx-hg-55 {
  max-height: 55px !important;
}
.wd-60 {
  width: 60px !important;
}
.mn-wd-60 {
  min-width: 60px !important;
}
.mx-wd-60 {
  max-width: 60px !important;
}
.hg-60 {
  height: 60px !important;
}
.mn-hg-60 {
  min-height: 60px !important;
}
.mx-hg-60 {
  max-height: 60px !important;
}
.wd-65 {
  width: 65px !important;
}
.mn-wd-65 {
  min-width: 65px !important;
}
.mx-wd-65 {
  max-width: 65px !important;
}
.hg-65 {
  height: 65px !important;
}
.mn-hg-65 {
  min-height: 65px !important;
}
.mx-hg-65 {
  max-height: 65px !important;
}
.wd-70 {
  width: 70px !important;
}
.mn-wd-70 {
  min-width: 70px !important;
}
.mx-wd-70 {
  max-width: 70px !important;
}
.hg-70 {
  height: 70px !important;
}
.mn-hg-70 {
  min-height: 70px !important;
}
.mx-hg-70 {
  max-height: 70px !important;
}
.wd-75 {
  width: 75px !important;
}
.mn-wd-75 {
  min-width: 75px !important;
}
.mx-wd-75 {
  max-width: 75px !important;
}
.hg-75 {
  height: 75px !important;
}
.mn-hg-75 {
  min-height: 75px !important;
}
.mx-hg-75 {
  max-height: 75px !important;
}
.wd-80 {
  width: 80px !important;
}
.mn-wd-80 {
  min-width: 80px !important;
}
.mx-wd-80 {
  max-width: 80px !important;
}
.hg-80 {
  height: 80px !important;
}
.mn-hg-80 {
  min-height: 80px !important;
}
.mx-hg-80 {
  max-height: 80px !important;
}
.wd-85 {
  width: 85px !important;
}
.mn-wd-85 {
  min-width: 85px !important;
}
.mx-wd-85 {
  max-width: 85px !important;
}
.hg-85 {
  height: 85px !important;
}
.mn-hg-85 {
  min-height: 85px !important;
}
.mx-hg-85 {
  max-height: 85px !important;
}
.wd-90 {
  width: 90px !important;
}
.mn-wd-90 {
  min-width: 90px !important;
}
.mx-wd-90 {
  max-width: 90px !important;
}
.hg-90 {
  height: 90px !important;
}
.mn-hg-90 {
  min-height: 90px !important;
}
.mx-hg-90 {
  max-height: 90px !important;
}
.wd-95 {
  width: 95px !important;
}
.mn-wd-95 {
  min-width: 95px !important;
}
.mx-wd-95 {
  max-width: 95px !important;
}
.hg-95 {
  height: 95px !important;
}
.mn-hg-95 {
  min-height: 95px !important;
}
.mx-hg-95 {
  max-height: 95px !important;
}
.wd-100 {
  width: 100px !important;
}
.mn-wd-100 {
  min-width: 100px !important;
}
.mx-wd-100 {
  max-width: 100px !important;
}
.hg-100 {
  height: 100px !important;
}
.mn-hg-100 {
  min-height: 100px !important;
}
.mx-hg-100 {
  max-height: 100px !important;
}
.padding-0-0 {
  padding: 0px 0px;
}
.padding-0-5 {
  padding: 0px 5px;
}
.padding-0-10 {
  padding: 0px 10px;
}
.padding-0-15 {
  padding: 0px 15px;
}
.padding-0-20 {
  padding: 0px 20px;
}
.padding-0-25 {
  padding: 0px 25px;
}
.padding-0-30 {
  padding: 0px 30px;
}
.padding-0-35 {
  padding: 0px 35px;
}
.padding-0-40 {
  padding: 0px 40px;
}
.padding-0-45 {
  padding: 0px 45px;
}
.padding-0-50 {
  padding: 0px 50px;
}
.padding-5-0 {
  padding: 5px 0px;
}
.padding-5-5 {
  padding: 5px 5px;
}
.padding-5-10 {
  padding: 5px 10px;
}
.padding-5-15 {
  padding: 5px 15px;
}
.padding-5-20 {
  padding: 5px 20px;
}
.padding-5-25 {
  padding: 5px 25px;
}
.padding-5-30 {
  padding: 5px 30px;
}
.padding-5-35 {
  padding: 5px 35px;
}
.padding-5-40 {
  padding: 5px 40px;
}
.padding-5-45 {
  padding: 5px 45px;
}
.padding-5-50 {
  padding: 5px 50px;
}
.padding-10-0 {
  padding: 10px 0px;
}
.padding-10-5 {
  padding: 10px 5px;
}
.padding-10-10 {
  padding: 10px 10px;
}
.padding-10-15 {
  padding: 10px 15px;
}
.padding-10-20 {
  padding: 10px 20px;
}
.padding-10-25 {
  padding: 10px 25px;
}
.padding-10-30 {
  padding: 10px 30px;
}
.padding-10-35 {
  padding: 10px 35px;
}
.padding-10-40 {
  padding: 10px 40px;
}
.padding-10-45 {
  padding: 10px 45px;
}
.padding-10-50 {
  padding: 10px 50px;
}
.padding-15-0 {
  padding: 15px 0px;
}
.padding-15-5 {
  padding: 15px 5px;
}
.padding-15-10 {
  padding: 15px 10px;
}
.padding-15-15 {
  padding: 15px 15px;
}
.padding-15-20 {
  padding: 15px 20px;
}
.padding-15-25 {
  padding: 15px 25px;
}
.padding-15-30 {
  padding: 15px 30px;
}
.padding-15-35 {
  padding: 15px 35px;
}
.padding-15-40 {
  padding: 15px 40px;
}
.padding-15-45 {
  padding: 15px 45px;
}
.padding-15-50 {
  padding: 15px 50px;
}
.padding-20-0 {
  padding: 20px 0px;
}
.padding-20-5 {
  padding: 20px 5px;
}
.padding-20-10 {
  padding: 20px 10px;
}
.padding-20-15 {
  padding: 20px 15px;
}
.padding-20-20 {
  padding: 20px 20px;
}
.padding-20-25 {
  padding: 20px 25px;
}
.padding-20-30 {
  padding: 20px 30px;
}
.padding-20-35 {
  padding: 20px 35px;
}
.padding-20-40 {
  padding: 20px 40px;
}
.padding-20-45 {
  padding: 20px 45px;
}
.padding-20-50 {
  padding: 20px 50px;
}
.padding-25-0 {
  padding: 25px 0px;
}
.padding-25-5 {
  padding: 25px 5px;
}
.padding-25-10 {
  padding: 25px 10px;
}
.padding-25-15 {
  padding: 25px 15px;
}
.padding-25-20 {
  padding: 25px 20px;
}
.padding-25-25 {
  padding: 25px 25px;
}
.padding-25-30 {
  padding: 25px 30px;
}
.padding-25-35 {
  padding: 25px 35px;
}
.padding-25-40 {
  padding: 25px 40px;
}
.padding-25-45 {
  padding: 25px 45px;
}
.padding-25-50 {
  padding: 25px 50px;
}
.padding-30-0 {
  padding: 30px 0px;
}
.padding-30-5 {
  padding: 30px 5px;
}
.padding-30-10 {
  padding: 30px 10px;
}
.padding-30-15 {
  padding: 30px 15px;
}
.padding-30-20 {
  padding: 30px 20px;
}
.padding-30-25 {
  padding: 30px 25px;
}
.padding-30-30 {
  padding: 30px 30px;
}
.padding-30-35 {
  padding: 30px 35px;
}
.padding-30-40 {
  padding: 30px 40px;
}
.padding-30-45 {
  padding: 30px 45px;
}
.padding-30-50 {
  padding: 30px 50px;
}
.padding-35-0 {
  padding: 35px 0px;
}
.padding-35-5 {
  padding: 35px 5px;
}
.padding-35-10 {
  padding: 35px 10px;
}
.padding-35-15 {
  padding: 35px 15px;
}
.padding-35-20 {
  padding: 35px 20px;
}
.padding-35-25 {
  padding: 35px 25px;
}
.padding-35-30 {
  padding: 35px 30px;
}
.padding-35-35 {
  padding: 35px 35px;
}
.padding-35-40 {
  padding: 35px 40px;
}
.padding-35-45 {
  padding: 35px 45px;
}
.padding-35-50 {
  padding: 35px 50px;
}
.padding-40-0 {
  padding: 40px 0px;
}
.padding-40-5 {
  padding: 40px 5px;
}
.padding-40-10 {
  padding: 40px 10px;
}
.padding-40-15 {
  padding: 40px 15px;
}
.padding-40-20 {
  padding: 40px 20px;
}
.padding-40-25 {
  padding: 40px 25px;
}
.padding-40-30 {
  padding: 40px 30px;
}
.padding-40-35 {
  padding: 40px 35px;
}
.padding-40-40 {
  padding: 40px 40px;
}
.padding-40-45 {
  padding: 40px 45px;
}
.padding-40-50 {
  padding: 40px 50px;
}
.padding-45-0 {
  padding: 45px 0px;
}
.padding-45-5 {
  padding: 45px 5px;
}
.padding-45-10 {
  padding: 45px 10px;
}
.padding-45-15 {
  padding: 45px 15px;
}
.padding-45-20 {
  padding: 45px 20px;
}
.padding-45-25 {
  padding: 45px 25px;
}
.padding-45-30 {
  padding: 45px 30px;
}
.padding-45-35 {
  padding: 45px 35px;
}
.padding-45-40 {
  padding: 45px 40px;
}
.padding-45-45 {
  padding: 45px 45px;
}
.padding-45-50 {
  padding: 45px 50px;
}
.padding-50-0 {
  padding: 50px 0px;
}
.padding-50-5 {
  padding: 50px 5px;
}
.padding-50-10 {
  padding: 50px 10px;
}
.padding-50-15 {
  padding: 50px 15px;
}
.padding-50-20 {
  padding: 50px 20px;
}
.padding-50-25 {
  padding: 50px 25px;
}
.padding-50-30 {
  padding: 50px 30px;
}
.padding-50-35 {
  padding: 50px 35px;
}
.padding-50-40 {
  padding: 50px 40px;
}
.padding-50-45 {
  padding: 50px 45px;
}
.padding-50-50 {
  padding: 50px 50px;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.alpha-0 {
  opacity: 0;
}
.alpha-1 {
  opacity: 0.1;
}
.alpha-2 {
  opacity: 0.2;
}
.alpha-3 {
  opacity: 0.3;
}
.alpha-4 {
  opacity: 0.4;
}
.alpha-5 {
  opacity: 0.5;
}
.alpha-6 {
  opacity: 0.6;
}
.alpha-7 {
  opacity: 0.7;
}
.alpha-8 {
  opacity: 0.8;
}
.alpha-9 {
  opacity: 0.9;
}
.wd-percent-0 {
  width: 0%;
  max-width: 0%;
}
.wd-percent-10 {
  width: 10%;
  max-width: 10%;
}
.wd-percent-20 {
  width: 20%;
  max-width: 20%;
}
.wd-percent-30 {
  width: 30%;
  max-width: 30%;
}
.wd-percent-40 {
  width: 40%;
  max-width: 40%;
}
.wd-percent-50 {
  width: 50%;
  max-width: 50%;
}
.wd-percent-60 {
  width: 60%;
  max-width: 60%;
}
.wd-percent-70 {
  width: 70%;
  max-width: 70%;
}
.wd-percent-80 {
  width: 80%;
  max-width: 80%;
}
.wd-percent-90 {
  width: 90%;
  max-width: 90%;
}
.wd-percent-100 {
  width: 100%;
  max-width: 100%;
}
html,
body {
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  font-family: "GT-Walsheim_regular";
  background: #f1f5f7;
}
body {
  -webkit-font-smoothing: antialiased;
  color: #082c4c;
  padding: 0 !important;
  margin: 0 !important;
}
h1,
h2,
h3 {
  font-family: "Knockout 90 A", "Knockout 90 B", "GT-Walsheim_bold";
  margin-bottom: 30px;
}
h1 {
  font-size: 180px;
  line-height: 0.78;
}
h2 {
  font-size: 100px;
  line-height: 0.76;
}
h3 {
  font-size: 60px;
  line-height: 0.8;
}
p {
  font-family: "GT-Walsheim_regular";
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px;
}
p.text-large {
  font-size: 36px;
  line-height: 1.17;
  letter-spacing: -0.9px;
}
p.small-text {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 24px;
}
p strong {
  font-family: "GT-Walsheim_bold";
}
small {
  font-family: "GT-Walsheim_medium";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
a {
  color: #082c4c;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
  color: rgba(8, 44, 76, 0.8);
}
.v-middle {
  top: 50%;
  transform: translateY(50%);
}
@media (max-width: 1199px) {
  h1 {
    font-size: 150px;
    line-height: 0.75;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 80px;
    line-height: 63px;
  }
  h2 {
    font-size: 50px;
    line-height: 0.8;
  }
  h3 {
    font-size: 50px;
    line-height: 0.8;
  }
  p {
    font-size: 18px;
    line-height: 24px;
  }
  p.text-large {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: -0.5px;
  }
  p.small-text {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 2px;
  }
  small {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 2px;
  }
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 400px) {
  h1.title-responsive {
    font-size: 70px;
    line-height: 0.8;
  }
}
@media (max-width: 350px) {
  h1.title-responsive {
    font-size: 60px;
    line-height: 0.8;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1165px;
  }
}
@media (min-width: 1200px) {
  .hidden-md {
    display: block;
  }
  .digital-logo {
    width: 89%;
  }
  .visible-md {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
  .digital-logo {
    width: 100%;
  }
  .company-name {
    display: none;
  }

  .visible-md {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .hidden-sm {
    display: inline-block;
  }
  .visible-sm {
    display: none;
  }
}
@media (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .hidden-xs {
    display: inline-block;
  }
  .visible-xs {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
    .content section.content-section.boost-section h2, .content section.content-section.companies-section h2, .content section.content-section.products-section h2 {
        font-size: 71px;
    }
  }

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: inline-block;
  }
  .inline-content {
    display: inline-block;
  }
  .text-center-xs {
    text-align: center;
  }
  .float-none-xs {
    float: none !important;
  }
}
.header.navbar {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  font-size: 14px;
  position: absolute;
}
.header.navbar .navbar-nav.m-auto {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.header.navbar .navbar-nav.m-auto .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}
.header.navbar .navbar-nav #navItemBoost:before,
.header.navbar .navbar-nav #navItemEnterprise:before,
.header.navbar .navbar-nav #navItemLabs:before,
.header.navbar .navbar-nav #navItemAbout:before,
.header.navbar .navbar-nav #navItemAlexa:before {
  /* content: ""; */
  /* position: absolute; */
  top: -58px;
  height: 55px;
  left: 50%;
}
.header.navbar .navbar-nav .nav-item {
  position: relative;
}
.header.navbar .navbar-nav .nav-item.current-page:before {
  content: "";
  position: absolute;
  top: -54px;
  height: 55px;
  left: 50%;
  border-left: 1px solid rgba(241, 245, 247, 0.4);
}
.header.navbar .navbar-nav .nav-item .nav-link {
  line-height: 1.4;
  cursor: pointer;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.header.navbar .navbar-nav .nav-item .nav-link small div {
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  height: 1px;
  border-bottom: 1px solid transparent;
  width: calc(100% - 2px);
}
.header.navbar .navbar-nav .nav-item .nav-link:hover small div {
  border-bottom-color: #f1f5f7;
}
.header.navbar .navbar-nav .nav-item .nav-link:hover {
  text-decoration: none;
}
.header.navbar .navbar-brand {
  cursor: pointer;
  position: relative;
  padding: 0;
  margin: 0;
}
.header.navbar .navbar-brand .navbar-brand-logo {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  -moz-transition: width 0.3s, height 0.3s, opacity 0.5s;
  -o-transition: width 0.3s, height 0.3s, opacity 0.5s;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.5s;
  transition: width 0.3s, height 0.3s, opacity 0.5s;
}
.header.navbar .navbar-brand .navbar-brand-logo.logo-black {
  background-image: url("../../images/isologo/logo2.png");
  width: 100px;
  height: 100px;
  opacity: 0;
}
.header.navbar .navbar-brand .navbar-brand-logo.logo-white {
  position: absolute;
  background-image: url("../../images/isologo/logo.png");
  width: 100px;
  height: 100px;
  opacity: 1;
}
.header.navbar.fixed-top {
  position: fixed;
  -moz-transition: padding 0.3s, background-color 0.5s;
  -o-transition: padding 0.3s, background-color 0.5s;
  -webkit-transition: padding 0.3s, background-color 0.5s;
  transition: padding 0.3s, background-color 0.5s;
}
.header.navbar.fixed-top.fixed-top-active {
  background-color: transparent;
}
body.boost-content #navItemBoost:before {
  border-left: 1px solid rgba(241, 245, 247, 0.4);
}
body.enterprise-content #navItemEnterprise:before {
  border-left: 1px solid rgba(241, 245, 247, 0.4);
}
body.enterprise-content.alexa-content #navItemEnterprise:before {
  border-left: 0;
}
body.enterprise-content.alexa-content #navItemAlexa:before {
  border-left: 1px solid rgba(241, 245, 247, 0.4) !important;
}
body.labs-content #navItemLabs:before {
  border-left: 1px solid rgba(241, 245, 247, 0.4);
}
body.about-content #navItemAbout:before {
  border-left: 1px solid rgba(241, 245, 247, 0.4);
}
body.content-text-dark
  .header.navbar
  .navbar-brand
  .navbar-brand-logo.logo-black {
  opacity: 1;
}
body.content-text-dark
  .header.navbar
  .navbar-brand
  .navbar-brand-logo.logo-white {
  opacity: 0;
}
body.content-text-dark
  .header.navbar
  .navbar-nav
  .nav-item.current-page:before {
  border-left-color: rgba(8, 44, 76, 0.4);
}
body.content-text-dark .header.navbar .navbar-nav .nav-item .nav-link {
  color: #082c4c;
}
body.content-text-dark
  .header.navbar
  .navbar-nav
  .nav-item
  .nav-link:hover
  small
  div {
  border-bottom-color: #082c4c;
}
body.content-text-dark .header .navbar-responsive .hamburguer span {
  background: #082c4c;
}
body.content-text-dark .header .navbar-responsive .text-hamburguer {
  color: #082c4c;
}
body.content-text-dark.boost-content #navItemBoost:before {
  border-left: 1px solid rgba(8, 44, 76, 0.4);
}
body.content-text-dark.enterprise-content #navItemEnterprise:before {
  border-left: 1px solid rgba(8, 44, 76, 0.4);
}
body.content-text-dark.enterprise-content.alexa-content
  #navItemEnterprise:before {
  border-left: 0;
}
body.content-text-dark.enterprise-content.alexa-content #navItemAlexa:before {
  border-left: 1px solid rgba(8, 44, 76, 0.4) !important;
}
body.content-text-dark.labs-content #navItemLabs:before {
  border-left: 1px solid rgba(8, 44, 76, 0.4);
}
body.content-text-dark.about-content #navItemAbout:before {
  border-left: 1px solid rgba(8, 44, 76, 0.4);
}
@media (max-width: 991px) {
  .header.navbar .navbar-brand {
    margin-right: 0;
    width: 70px;
    height: 70px;
    margin: auto;
  }
  .header.navbar .navbar-brand .navbar-brand-logo.logo-black {
    position: absolute;
    top: 2px;
    left: calc(50% - 34px);
    width: 70px;
    height: 70px;
  }
  .header.navbar .navbar-brand .navbar-brand-logo.logo-white {
    position: relative;
    margin: auto;
    width: 70px;
    height: 70px;
  }
  .header.navbar .navbar-collapse {
    display: none !important;
  }
  .header.navbar .navbar-responsive {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .header.navbar {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .header.navbar .navbar-responsive {
    margin-top: 13px;
  }
  .header.navbar .navbar-brand {
    width: 40px;
    height: 40px;
  }
  .header.navbar .navbar-brand .navbar-brand-logo {
    margin: 0;
  }
  .header.navbar .navbar-brand .navbar-brand-logo.logo-black {
    left: auto;
    top: 1px;
    width: 60px;
    height: 60px;
  }
  .header.navbar .navbar-brand .navbar-brand-logo.logo-white {
    width: 60px;
    height: 60px;
  }
}
body {
  overflow-x: hidden;
}
.scroll-info {
  position: absolute;
  right: -30px;
  top: 440px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.content {
  overflow: hidden;
}
.content .container {
  z-index: 1;
}
.content section.content-section,
.content footer.content-section {
  padding-top: 232px;
  padding-bottom: 240px;
}
.content section.content-section [class*="wrapper-image"],
.content footer.content-section [class*="wrapper-image"] {
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.content section.content-section.section-divider-after,
.content footer.content-section.section-divider-after {
  padding-top: 115px;
}
.content section.content-section.content-general.get-in-touch,
.content footer.content-section.content-general.get-in-touch {
  padding-top: 184px;
  padding-bottom: 230px;
}
.content
  section.content-section.content-general.get-in-touch
  .description-wrapper,
.content
  footer.content-section.content-general.get-in-touch
  .description-wrapper {
  padding-bottom: 0;
}
.content
  section.content-section.content-general.get-in-touch
  .description-wrapper
  .title-text,
.content
  footer.content-section.content-general.get-in-touch
  .description-wrapper
  .title-text {
  margin-bottom: 70px;
}
.content
  section.content-section.content-general.get-in-touch
  .cta-section.alt
  p,
.content
  footer.content-section.content-general.get-in-touch
  .cta-section.alt
  p {
  margin-bottom: 30px;
}
.content section.content-section .description-wrapper,
.content footer.content-section .description-wrapper {
  padding-bottom: 110px;
}
.content section.content-section .description-wrapper .title-text,
.content footer.content-section .description-wrapper .title-text {
  margin-bottom: 60px;
}
.content
  section.content-section
  .description-wrapper
  .description-left
  .title-text,
.content
  footer.content-section
  .description-wrapper
  .description-left
  .title-text {
  margin-bottom: 0;
}
.content section.content-section .description-wrapper .description-right,
.content footer.content-section .description-wrapper .description-right {
  padding-top: 70px;
}
.content
  section.content-section
  .description-wrapper
  .description-right
  p:last-child,
.content
  footer.content-section
  .description-wrapper
  .description-right
  p:last-child {
  margin-bottom: 0;
}
.content section.content-section .description-wrapper.description-main,
.content footer.content-section .description-wrapper.description-main {
  padding-bottom: 170px;
}
.content
  section.content-section
  .description-wrapper.description-main
  .title-text,
.content
  footer.content-section
  .description-wrapper.description-main
  .title-text {
  margin-bottom: 70px;
}
.content section.content-section .description-wrapper.description-services,
.content footer.content-section .description-wrapper.description-services {
  padding-bottom: 150px;
}
.content
  section.content-section
  .description-wrapper.description-services
  .title-text,
.content
  footer.content-section
  .description-wrapper.description-services
  .title-text {
  margin-bottom: 70px;
}
.content section.content-section .description-wrapper.description-projects,
.content footer.content-section .description-wrapper.description-projects {
  padding-bottom: 70px;
}
.content
  section.content-section
  .description-wrapper.description-projects
  .title-text,
.content
  footer.content-section
  .description-wrapper.description-projects
  .title-text {
  margin-bottom: 70px;
}
.content section.content-section .description-wrapper.without-pd,
.content footer.content-section .description-wrapper.without-pd {
  padding-bottom: 0;
}
.content section.content-section .description-wrapper.without-pd .title-text,
.content footer.content-section .description-wrapper.without-pd .title-text {
  margin-bottom: 6px;
}
.content
  section.content-section
  .description-wrapper.without-pd.alt
  .title-text,
.content
  footer.content-section
  .description-wrapper.without-pd.alt
  .title-text {
  margin-bottom: 70px;
}
.content section.content-section .description-wrapper.without-pd .subtitle-text,
.content footer.content-section .description-wrapper.without-pd .subtitle-text {
  margin-bottom: 0;
}
.content section.content-section.bg_primary,
.content section.content-section.bg_secundary_red,
.content section.content-section.bg_secundary_blue,
.content section.content-section.bg_deep_secundary_blue,
.content section.content-section.bg_deep_secundary_red,
.content footer.content-section.bg_primary,
.content footer.content-section.bg_secundary_red,
.content footer.content-section.bg_secundary_blue,
.content footer.content-section.bg_deep_secundary_blue,
.content footer.content-section.bg_deep_secundary_red {
  color: #f1f5f7;
}
.content section.content-section.bg_primary a,
.content section.content-section.bg_secundary_red a,
.content section.content-section.bg_secundary_blue a,
.content section.content-section.bg_deep_secundary_blue a,
.content section.content-section.bg_deep_secundary_red a,
.content footer.content-section.bg_primary a,
.content footer.content-section.bg_secundary_red a,
.content footer.content-section.bg_secundary_blue a,
.content footer.content-section.bg_deep_secundary_blue a,
.content footer.content-section.bg_deep_secundary_red a {
  color: #f1f5f7;
}
.content section.content-section.bg_primary a:hover,
.content section.content-section.bg_secundary_red a:hover,
.content section.content-section.bg_secundary_blue a:hover,
.content section.content-section.bg_deep_secundary_blue a:hover,
.content section.content-section.bg_deep_secundary_red a:hover,
.content footer.content-section.bg_primary a:hover,
.content footer.content-section.bg_secundary_red a:hover,
.content footer.content-section.bg_secundary_blue a:hover,
.content footer.content-section.bg_deep_secundary_blue a:hover,
.content footer.content-section.bg_deep_secundary_red a:hover {
  color: rgba(241, 245, 247, 0.8);
}
.content section.content-section.bg_primary a.btn,
.content section.content-section.bg_secundary_red a.btn,
.content section.content-section.bg_secundary_blue a.btn,
.content section.content-section.bg_deep_secundary_blue a.btn,
.content section.content-section.bg_deep_secundary_red a.btn,
.content footer.content-section.bg_primary a.btn,
.content footer.content-section.bg_secundary_red a.btn,
.content footer.content-section.bg_secundary_blue a.btn,
.content footer.content-section.bg_deep_secundary_blue a.btn,
.content footer.content-section.bg_deep_secundary_red a.btn {
  color: #f1f5f7;
}
.content section.content-section.bg_grey,
.content footer.content-section.bg_grey {
  color: #082c4c;
}
.content section.content-section.banner-section,
.content footer.content-section.banner-section {
  position: relative;
  z-index: 1;
  background-position: 50% -45px;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 450px;
}
.content section.content-section.banner-section .banner-description,
.content footer.content-section.banner-section .banner-description {
  margin-bottom: 0;
}
.content section.content-section .cta-section p,
.content footer.content-section .cta-section p {
  margin-bottom: 0px;
}
.content section.content-section .cta-section p.v-middle,
.content footer.content-section .cta-section p.v-middle {
  top: 50%;
  transform: translateY(50%);
}
.content section.content-section .cta-section button,
.content footer.content-section .cta-section button {
  margin-top: 5px;
}
.content section.content-section .cta-section .cta-right,
.content footer.content-section .cta-section .cta-right {
  text-align: right;
}
.content section.content-section.percentual-divider-start,
.content footer.content-section.percentual-divider-start {
  padding-bottom: 0;
}
.content
  section.content-section.section-team
  .description-wrapper
  .description-right,
.content
  footer.content-section.section-team
  .description-wrapper
  .description-right {
  padding-top: 205px;
}
.content section .description,
.content footer .description {
  font-size: 20px;
}
.content section .description label,
.content footer .description label {
  margin-bottom: 0;
  position: relative;
  color: #f1f5f7;
  font-weight: 600;
}
.content section .description label:before,
.content footer .description label:before {
  margin-left: -3px;
  transform: rotate(-4deg);
  background-color: #292b2c;
  width: calc(100% + 6px);
  height: 24px;
  content: "";
  position: absolute;
  top: 2px;
  z-index: -1;
}
.content section .section-bg-particles,
.content footer .section-bg-particles {
  position: relative;
}
.content section .section-bg-particles > .container,
.content footer .section-bg-particles > .container {
  position: relative;
  z-index: 1;
}
.content section .section-bg-particles .particles-js-canvas-el,
.content footer .section-bg-particles .particles-js-canvas-el {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 0;
}
@media (max-width: 1199px) {
  .content section.content-section {
    padding-top: 232px;
    padding-bottom: 240px;
  }
  .content section.content-section.content-general h1,
  .content section.content-section.content-general h2 {
    margin-bottom: 60px;
    font-size: 65px;
  }
  .content section.content-section.content-general p {
    margin-bottom: 50px;
  }
  .content section.content-section.section-divider-after {
    padding-top: 150px;
  }
  .content section.content-section .small-text {
    margin-bottom: 60px;
  }
  .content section.content-section .description-wrapper {
    padding-bottom: 0;
    padding-bottom: 80px;
  }
  .content section.content-section .description-wrapper .description-right {
    padding-top: 0;
    padding-top: 70px;
    margin-bottom: 0;
  }
  .content section.content-section .description-wrapper .description-right p {
    margin-bottom: 30px;
  }
  .content
    section.content-section
    .description-wrapper
    .description-right
    p:last-child {
    margin-bottom: 0;
  }
  .content section.content-section .description-wrapper.description-main {
    padding-bottom: 110px;
  }
  .content section.content-section .description-wrapper.description-main p {
    margin-bottom: 30px;
  }
  .content
    section.content-section
    .description-wrapper.description-main
    p:last-child {
    margin-bottom: 0;
  }
  .content section.content-section .cta-section p {
    margin-bottom: 70px;
  }
  .content section.content-section .cta-section p.v-middle {
    top: 0;
    transform: translateY(0);
  }
  .content section.content-section .cta-section button {
    margin-top: 0;
  }
  .content section.content-section .cta-section .cta-left p strong {
    display: block;
  }
  .content section.content-section .cta-section .cta-right {
    text-align: left;
  }
  .content
    section.content-section.get-in-touch
    .cta-section.alt
    .cta-alt-left
    p {
    margin-bottom: 72px;
  }
  .content
    section.content-section.section-team
    .description-wrapper
    .description-right {
    padding-top: 98px;
  }
  .content section.content-section.banner-section {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .content
    section.content-section.section-team
    .description-wrapper
    .description-right {
    padding-top: 70px;
  }
  .content section.content-section.team-statues {
    text-align: center;
  }
  .content section.content-section.get-in-touch .cta-section.alt .cta-alt-left {
    margin-bottom: 70px;
  }
  .content
    section.content-section.get-in-touch
    .cta-section.alt
    .cta-alt-left
    p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .content .container {
    width: auto;
  }
  .content section.content-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .content section.content-section.content-general .small-text {
    margin-bottom: 35px;
  }
  .content
    section.content-section.content-general
    .description-wrapper
    .title-text.title-with-subtitle {
    margin-bottom: 35px;
    font-size: 55px;
  }
  .content
    section.content-section.content-general
    .description-wrapper.hexagons-section-before {
    padding-bottom: 0;
  }
  .content
    section.content-section.content-general
    .description-wrapper
    .description-right {
    padding-top: 50px;
  }
  .content section.content-section.content-general.get-in-touch {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .content
    section.content-section.content-general.get-in-touch
    .description-wrapper {
    padding-bottom: 0;
  }
  .content
    section.content-section
    .description-wrapper.description-projects
    .title-text {
    margin-bottom: 30px;
  }
  .content section.content-section .description-wrapper.description-services {
    padding-bottom: 110px;
  }
  .content
    section.content-section
    .description-wrapper.description-services
    .title-text {
    margin-bottom: 70px;
  }
  .content section.content-section .cta-section p {
    margin-bottom: 35px;
  }
  .content section.content-section.section-divider-after {
    padding-top: 75px;
  }
}
@media (max-width: 576px) {
  .content section.content-section.banner-section {
    padding-bottom: 35px;
  }
  .content section.content-section.content-general h1,
  .content section.content-section.content-general h2 {
    margin-bottom: 40px;
    font-size: 27px;
  }
  .content section.content-section.content-general .small-text {
    margin-bottom: 30px;
  }
  .content section.content-section .cta-section p {
    margin-bottom: 40px;
  }
  .content section.content-section.section-divider-after {
    padding-top: 80px;
  }
  .content
    section.content-section
    .description-wrapper.description-projects
    p
    br {
    display: none;
  }
  .content section.content-section .description-wrapper {
    padding-bottom: 70px;
  }
  .content section.content-section .description-wrapper.description-main {
    padding-bottom: 80px;
  }
  .content section.content-section .description-wrapper.description-main h1 {
    margin-bottom: 40px;
  }
  .content section.content-section .description-wrapper.description-projects {
    padding-bottom: 50px;
  }
  .content
    section.content-section
    .description-wrapper.description-projects
    h1 {
    margin-bottom: 40px;
  }
  .content section.content-section .description-wrapper .description-right {
    padding-top: 30px;
  }
}
.content section.content-section.subscribe-section {
  position: relative;
  z-index: 1;
  min-height: 0px;
  padding: 40px 0px;
}
.content section.content-section.subscribe-section .input-wrapper input {
  width: 100%;
}
.content section.content-section.subscribe-section .button-wrapper {
  text-align: right;
}
.content footer.footer {
  position: relative;
  z-index: 1;
}
.content footer.footer.content-section {
  padding-top: 80px;
  padding-bottom: 220px;
}
.content footer.footer .footer-content {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 80px;
}
.content footer.footer .footer-content.footer-companies .row,
.content footer.footer .footer-content.footer-clocks .row {
  margin-left: 0px;
  margin-right: 0px;
}
.content footer.footer .footer-content.footer-companies .row > div,
.content footer.footer .footer-content.footer-clocks .row > div {
  padding-left: 0px;
  padding-right: 0px;
}
.content footer.footer .footer-content.footer-companies .row > div.col-left,
.content footer.footer .footer-content.footer-clocks .row > div.col-left {
  padding-left: 40px;
}
.content footer.footer .footer-content.footer-companies .row > div.col-right,
.content footer.footer .footer-content.footer-clocks .row > div.col-right {
  padding-right: 40px;
}
.content footer.footer .footer-content.footer-companies {
  margin-bottom: 80px;
}
.content footer.footer .footer-content.footer-companies h2,
.content footer.footer .footer-content.footer-companies h3 {
  margin-bottom: 0;
}
.content footer.footer .footer-content.footer-companies ul li {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}
.content footer.footer .footer-content.footer-clocks h3 {
  margin-bottom: 5px;
}
.content footer.footer .footer-content.footer-clocks p {
  margin-bottom: 0;
}
.content footer.footer .footer-content.footer-contact {
  margin-bottom: 35px;
}
.content
  footer.footer
  .footer-content.footer-contact
  .row
  .right
  .list-unstyled {
  margin-bottom: 40px;
}
.content
  footer.footer
  .footer-content.footer-contact
  .row
  .right
  .list-unstyled
  li
  h3 {
  margin-bottom: 0;
}
.content footer.footer .footer-content.footer-contact .social-icons {
  margin-bottom: 0;
}
.content footer.footer .footer-content.footer-contact .social-icons li {
  margin-right: 10px;
}
.content
  footer.footer
  .footer-content.footer-contact
  .social-icons
  li:last-child {
  margin-right: 0;
}
.content footer.footer .footer-content.footer-copyright {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
}
.content footer.footer .footer-content.footer-copyright p {
  margin-bottom: 0;
}
.content footer.footer .footer-content.footer-copyright .row {
  margin: 0;
}
.content footer.footer .footer-content.footer-copyright .row > div {
  padding: 0;
}
.content footer.footer .footer-content.footer-copyright .row > div ul li {
  margin-right: 40px;
}
.content
  footer.footer
  .footer-content.footer-copyright
  .row
  > div
  ul
  li:last-child {
  margin-right: 0;
}
.content footer.footer .footer-content.footer-copyright .row > div.left {
  position: absolute;
  left: 0;
}
.content footer.footer .footer-content.footer-copyright .row > div.left ul li {
  position: relative;
  margin-right: 20px;
}
.content
  footer.footer
  .footer-content.footer-copyright
  .row
  > div.left
  ul
  li:after {
  content: "·";
  position: absolute;
  top: 0;
  font-size: 20px;
  line-height: 1.4;
  opacity: 0.4;
  right: -13px;
}
.content
  footer.footer
  .footer-content.footer-copyright
  .row
  > div.left
  ul
  li:last-child:after {
  content: "";
}
.content footer.footer .footer-content.footer-copyright .row > div.right {
  text-align: right;
  position: absolute;
  right: 0;
}
@media (max-width: 1199px) {
  .content section.content-section.subscribe-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .content section.content-section.subscribe-section .input-wrapper {
    margin-bottom: 40px;
  }
  .content section.content-section.subscribe-section .input-wrapper input {
    text-align: center;
  }
  .content section.content-section.subscribe-section .button-wrapper {
    text-align: center;
  }
  .content footer.footer.content-section {
    padding-top: 150px;
    padding-bottom: 345px;
  }
  .content footer.footer .footer-content.footer-companies .row > div,
  .content footer.footer .footer-content.footer-clocks .row > div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content footer.footer .footer-content.footer-companies .row > div.col-left,
  .content footer.footer .footer-content.footer-clocks .row > div.col-left {
    padding-left: 0;
  }
  .content footer.footer .footer-content.footer-companies .row > div.col-right,
  .content footer.footer .footer-content.footer-clocks .row > div.col-right {
    padding-right: 0;
    margin-bottom: 0;
  }
  .content footer.footer .footer-content.footer-companies {
    padding-bottom: 145px;
    margin-bottom: 80px;
  }
  .content footer.footer .footer-content.footer-companies .row > div {
    margin-bottom: 56px;
  }
  .content footer.footer .footer-content.footer-clocks {
    margin-bottom: 150px;
  }
  .content footer.footer .footer-content.footer-clocks h3 {
    margin-bottom: 0;
  }
  .content footer.footer .footer-content.footer-contact {
    text-align: center;
    padding-bottom: 160px;
    margin-bottom: 72px;
  }
  .content footer.footer .footer-content.footer-contact .row .left h3 {
    margin-bottom: 137px;
  }
  .content
    footer.footer
    .footer-content.footer-contact
    .row
    .right
    .list-unstyled {
    margin-bottom: 67px;
  }
  .content
    footer.footer
    .footer-content.footer-contact
    .row
    .right
    .list-unstyled
    li {
    margin-bottom: 20px;
  }
  .content
    footer.footer
    .footer-content.footer-contact
    .row
    .right
    .list-unstyled
    li
    h3 {
    margin-bottom: 0;
  }
  .content footer.footer .footer-content.footer-contact .social-icons li {
    margin-right: 20px;
  }
  .content footer.footer .footer-content.footer-copyright {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .content footer.footer .footer-content.footer-copyright .row > div ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .content
    footer.footer
    .footer-content.footer-copyright
    .row
    > div
    ul
    li:last-child {
    margin-bottom: 0;
  }
  .content footer.footer .footer-content.footer-copyright .row > div.left {
    position: relative;
  }
  .content footer.footer .footer-content.footer-copyright .row > div.left ul {
    margin-bottom: 0;
  }
  .content
    footer.footer
    .footer-content.footer-copyright
    .row
    > div.left
    ul
    li {
    margin-right: 0;
  }
  .content
    footer.footer
    .footer-content.footer-copyright
    .row
    > div.left
    ul
    li:after {
    content: "";
  }
  .content footer.footer .footer-content.footer-copyright .row > div.right {
    text-align: center;
    position: relative;
  }
  .content footer.footer .footer-content.footer-copyright .row > div.right ul {
    margin-bottom: 63px;
  }
}
@media (max-width: 767px) {
  .content section.content-section.subscribe-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .content section.content-section.subscribe-section .input-wrapper {
    margin-bottom: 30px;
  }
  .content footer.footer.content-section {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .content footer.footer .footer-content.footer-companies {
    padding-bottom: 80px;
    margin-bottom: 35px;
  }
  .content footer.footer .footer-content.footer-companies .row > div {
    margin-bottom: 28px;
  }
  .content footer.footer .footer-content.footer-companies p {
    margin-bottom: 10px;
  }
  .content footer.footer .footer-content.footer-clocks {
    padding-bottom: 35px;
    margin-bottom: 80px;
  }
  .content footer.footer .footer-content.footer-clocks h3 {
    margin-bottom: 0;
  }
  .content footer.footer .footer-content.footer-contact {
    padding-bottom: 80px;
    margin-bottom: 35px;
  }
  .content footer.footer .footer-content.footer-contact p {
    margin-bottom: 10px;
  }
  .content
    footer.footer
    .footer-content.footer-contact
    .row
    .right
    .list-unstyled {
    margin-bottom: 40px;
  }
  .content
    footer.footer
    .footer-content.footer-contact
    .row
    .right
    .list-unstyled
    li {
    margin-bottom: 15px;
  }
  .content footer.footer .footer-content.footer-contact .row .left h3 {
    margin-bottom: 70px;
  }
  .content footer.footer .footer-content.footer-contact .social-icons li {
    margin-right: 10px;
  }
  .content
    footer.footer
    .footer-content.footer-copyright
    .row
    > div.left
    ul
    li {
    margin-bottom: 5px;
  }
  .content footer.footer .footer-content.footer-copyright .row > div.right ul {
    margin-bottom: 30px;
  }
  .content
    footer.footer
    .footer-content.footer-copyright
    .row
    > div.right
    ul
    li {
    margin-bottom: 5px;
  }
}
.content section.content-section.banner-section {
  background-image: url("../../images/statues/estatual.png");
  background-size: 980px;
}
.content section.content-section.boost-section .wrapper-image-statue-1 {
  position: absolute;
  top: -380px;
  right: -20%;
  height: 1190px;
  z-index: 1;
}
.content section.content-section.boost-section .wrapper-image-statue-1 img {
  height: 100%;
}
.content section.content-section.boost-section .wrapper-image-statue-1_shadow {
  right: -35%;
  top: -380px;
  height: 1400px;
}
.content section.content-section.companies-section .wrapper-image-statue-2 {
  position: absolute;
  top: -680px;
  left: -90px;
  height: 1530px;
  z-index: 1;
}
.content section.content-section.companies-section .wrapper-image-statue-2 img {
  height: 100%;
}
.content
  section.content-section.companies-section
  .wrapper-image-statue-2_shadow {
  top: -650px;
  left: -270px;
  height: 1700px;
}
.content section.content-section.products-section {
  padding-bottom: 600px;
}
.content section.content-section.products-section .wrapper-image-statue-3 {
  position: absolute;
  top: -450px;
  right: -500px;
  height: 1450px;
  z-index: 1;
}
.content section.content-section.products-section .wrapper-image-statue-3 img {
  height: 100%;
}
.content
  section.content-section.products-section
  .wrapper-image-statue-3_shadow {
  top: -490px;
  right: -670px;
  height: 1700px;
}
.content section.content-section.boost-section p,
.content section.content-section.companies-section p,
.content section.content-section.products-section p {
  margin-bottom: 30px;
}
body.dynamic-backgrounds .content section.content-section.boost-section {
  padding-top: 500px;
  padding-bottom: 500px;
}
body.dynamic-backgrounds
  .content
  section.content-section.boost-section
  .wrapper-image-statue-1 {
  top: -280px;
}
body.dynamic-backgrounds
  .content
  section.content-section.boost-section
  .wrapper-image-statue-1_shadow {
  top: -280px;
}
body.dynamic-backgrounds .content section.content-section.companies-section {
  padding-top: 500px;
  padding-bottom: 500px;
}
body.dynamic-backgrounds
  .content
  section.content-section.companies-section
  .wrapper-image-statue-2 {
  top: -530px;
}
body.dynamic-backgrounds
  .content
  section.content-section.companies-section
  .wrapper-image-statue-2_shadow {
  top: -500px;
}
body.dynamic-backgrounds .content section.content-section.products-section {
  padding-top: 550px;
  padding-bottom: 700px;
}
body.dynamic-backgrounds
  .content
  section.content-section.products-section
  .wrapper-image-statue-3 {
  top: -500px;
}
body.dynamic-backgrounds
  .content
  section.content-section.products-section
  .wrapper-image-statue-3_shadow {
  top: -540px;
}
@media (min-width: 1800px) {
  .content section.content-section.banner-section {
    background-position: 50% -10px;
    padding-top: 230px;
  }
}
@media (max-width: 1199px) {
  body.dynamic-backgrounds .content section.content-section.banner-section {
    padding-bottom: 300px;
  }
  body.dynamic-backgrounds .content section.content-section.boost-section {
    padding-top: 400px;
    padding-bottom: 200px;
  }
  body.dynamic-backgrounds
    .content
    section.content-section.boost-section
    .wrapper-image-statue-1 {
    height: 1000px;
    top: -180px;
  }
  body.dynamic-backgrounds
    .content
    section.content-section.boost-section
    .wrapper-image-statue-1_shadow {
    height: 1200px;
    top: -230px;
  }
  body.dynamic-backgrounds .content section.content-section.companies-section {
    padding-top: 600px;
    padding-bottom: 200px;
  }
  body.dynamic-backgrounds
    .content
    section.content-section.companies-section
    .wrapper-image-statue-2 {
    top: -410px;
    height: 1330px;
  }
  body.dynamic-backgrounds
    .content
    section.content-section.companies-section
    .wrapper-image-statue-2_shadow {
    top: -380px;
    left: -220px;
    height: 1500px;
  }
  body.dynamic-backgrounds .content section.content-section.products-section {
    padding-top: 650px;
    padding-bottom: 600px;
  }
  body.dynamic-backgrounds
    .content
    section.content-section.products-section
    .wrapper-image-statue-3 {
    top: -350px;
    height: 1250px;
    right: -410px;
  }
  body.dynamic-backgrounds
    .content
    section.content-section.products-section
    .wrapper-image-statue-3_shadow {
    top: -250px;
    height: 1500px;
    right: -600px;
  }
}
@media (max-width: 1300px) and (max-height: 700px) {
  .content section.content-section.banner-section {
    padding-top: 150px;
  }
  .content section.content-section.banner-section .banner-description {
    margin-bottom: 210px;
  }
}
@media (max-width: 1200px) and (max-height: 800px) {
  .content section.content-section.banner-section {
    background-position: 50% 60px;
    padding-top: 170px;
  }
  .content section.content-section.banner-section .banner-description {
    margin-bottom: 210px;
  }
}
@media (max-width: 991px) {
  .content section.content-section.banner-section {
    background-image: url("../../images/statues/estatual.png");
    background-size: 870px;
    background-position: 50% 90px;
    padding-top: 286px;
  }
  .content section.content-section.banner-section h1 {
    margin-bottom: 55px;
  }
  .content section.content-section.banner-section .banner-description {
    margin-bottom: 180px;
  }
  .content section.content-section.banner-section .banner-description br {
    display: none;
  }
  .content section.content-section .statue {
    display: none;
  }
  .content section.content-section.boost-section {
    background-image: url("../../images/statues/statue_1_red.png");
    background-repeat: no-repeat;
    background-size: 530px;
    background-position: 620px 128px;
  }
  .content section.content-section.companies-section {
    background-image: url("../../images/statues/enterprise_poseidon.png");
    background-repeat: no-repeat;
    background-size: 1200px;
    background-position: 415px 180px;
  }
  .content section.content-section.products-section {
    background-image: url("../../images/statues/statue_3_blue.png");
    background-repeat: no-repeat;
    background-size: 830px;
    background-position: 480px 230px;
    padding-bottom: 240px;
  }
  .content section.content-section.boost-section h2,
  .content section.content-section.companies-section h2,
  .content section.content-section.products-section h2 {
    margin-bottom: 60px;
  }
  .content section.content-section.boost-section p,
  .content section.content-section.companies-section p,
  .content section.content-section.products-section p {
    margin-bottom: 68px;
  }
}
@media (max-width: 767px) {
  .content section.content-section.banner-section {
    background-size: 500px;
    background-position: 50% 55px;
    padding-top: 140px;
  }
  .content section.content-section.banner-section h1 {
    margin-bottom: 30px;
  }
  .content section.content-section.banner-section .banner-description {
    margin-bottom: 120px;
  }
  .content section.content-section.boost-section {
    background-size: 400px;
    background-position: 350px 45px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .content section.content-section.companies-section {
    background-size: 750px;
    background-position: 145px 75px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .content section.content-section.products-section {
    background-size: 580px;
    background-position: 220px 102px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .content section.content-section.boost-section h2,
  .content section.content-section.companies-section h2,
  .content section.content-section.products-section h2 {
    margin-bottom: 30px;
    font-size: 44px;
  }
  .content section.content-section.boost-section p,
  .content section.content-section.companies-section p,
  .content section.content-section.products-section p {
    margin-bottom: 38px;
  }
}
@media (max-width: 720px) {
  .content section.content-section.banner-section .banner-description {
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .content section.content-section.banner-section {
    background-position: 50% 55px;
  }
  .content section.content-section.banner-section h1 {
    margin-bottom: 30px;
  }
  .content section.content-section.banner-section .banner-description {
    margin-bottom: 110px;
  }
  .content section.content-section.boost-section {
    background-position: 250px 45px;
  }
  .content section.content-section.companies-section {
    background-size: 750px;
    background-position: 145px 75px;
  }
  .content section.content-section.products-section {
    background-size: 580px;
    background-position: 120px 102px;
  }
}
@media (max-width: 480px) {
  .content section.content-section.banner-section {
    background-position: 50% 55px;
  }
  .content section.content-section.banner-section h1 {
    margin-bottom: 30px;
    font-size: 67px;
  }
  .content section.content-section.banner-section .banner-description {
    margin-bottom: 90px;
  }
  .content section.content-section.boost-section {
    background-position: 160px 45px;
  }
  .content section.content-section.companies-section {
    background-size: 750px;
    background-position: 145px 75px;
  }
  .content section.content-section.products-section {
    background-size: 580px;
    background-position: 120px 102px;
  }
}
@media (max-width: 400px) {
  .content section.content-section.banner-section .banner-description {
    margin-bottom: 70px;
  }
}
.boost-content .content section.banner-section {
  background-image: url("../../images/statues/statue_1_red.png");
  background-size: 1020px;
  background-position: 40% -20px;
  padding-bottom: 200px;
}
.boost-content .content .approach-features .mdi:before {
  font-size: 100px;
}
@media (max-width: 1199px) {
  .boost-content .content section.banner-section {
    background-size: 1050px;
    background-position: 23% 60px;
    padding-bottom: 70px;
  }
  .boost-content .content .approach-features .mdi:before {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .boost-content .content section.banner-section {
    padding-bottom: 35px;
    background-size: 500px;
    background-position: 80px 30px;
  }
  .boost-content .content .approach-features .mdi:before {
    font-size: 100px;
  }
}
@media (max-width: 576px) {
  .boost-content .content section.banner-section {
    background-position: 60px 30px;
  }
}
@media (max-width: 480px) {
  .boost-content .content section.banner-section {
    background-position: -30px 30px;
  }
}
.enterprise-content .content section.banner-section {
  background-image: url("../../images/statues/enterprise_poseidon.png");
  background-size: 1600px;
  background-position: 10% 115px;
  padding-bottom: 200px;
}
@media (min-width: 1400px) {
  .enterprise-content .content section.banner-section {
    background-position: 10% 115px;
  }
}
@media (min-width: 1500px) {
  .enterprise-content .content section.banner-section {
    background-position: 10% 115px;
  }
}
@media (min-width: 1600px) {
  .enterprise-content .content section.banner-section {
    background-position: 120% 115px;
  }
}
@media (min-width: 1700px) {
  .enterprise-content .content section.banner-section {
    background-position: 120% 115px;
  }
}
@media (min-width: 1800px) {
  .enterprise-content .content section.banner-section {
    background-position: 100% 115px;
  }
}
@media (min-width: 2000px) {
  .enterprise-content .content section.banner-section {
    background-position: 70% 115px;
  }
}
@media (min-width: 2100px) {
  .enterprise-content .content section.banner-section {
    background-position: center 115px;
  }
}
@media (max-width: 1199px) {
  .enterprise-content .content section.banner-section {
    background-size: 1500px;
    background-position: -100px 150px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .enterprise-content .content section.banner-section {
    background-size: 1500px;
    background-position: -130px 150px;
  }
}
@media (max-width: 767px) {
  .enterprise-content .content section.banner-section {
    background-size: 1000px;
    background-position: -80px 80px;
    padding-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .enterprise-content .content section.banner-section {
    background-size: 800px;
    background-position: -70px 80px;
  }
}
@media (max-width: 480px) {
  .enterprise-content .content section.banner-section {
    background-size: 690px;
    background-position: -70px 80px;
  }
  .enterprise-content .content section.banner-section .banner-description {
    margin-bottom: 90px;
  }
}
@media (max-width: 400px) {
  .enterprise-content .content section.banner-section {
    background-size: 600px;
    background-position: -70px 80px;
  }
}
.labs-content .content section.banner-section {
  background-image: url("../../images/statues/statue_3_blue.png");
  background-size: 1450px;
  background-position: -105px 35px;
  padding-bottom: 200px;
}
.labs-content .content section.content-section.section-phases-before {
  position: relative;
  padding-bottom: 170px;
}
.labs-content .content section.content-section.section-phases-before:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 300%;
  top: 0;
  -webkit-transform: skewY(-8deg);
  -moz-transform: skewY(-8deg);
  -ms-transform: skewY(-8deg);
  -o-transform: skewY(-8deg);
  transform: skewY(-8deg);
  background: #f1f5f7;
}
.labs-content .content section.content-section.section-phases-after {
  position: relative;
  background: transparent;
  padding-top: 192px;
}
.labs-content .content section.content-section.section-phases-after:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 180%;
  top: 0;
  -webkit-transform: skewY(-8deg);
  -moz-transform: skewY(-8deg);
  -ms-transform: skewY(-8deg);
  -o-transform: skewY(-8deg);
  transform: skewY(-8deg);
  background: linear-gradient(
    to bottom,
    rgba(37, 181, 233, 0.2),
    rgba(37, 181, 233, 0)
  );
}
@media (min-width: 1400px) {
  .labs-content .content section.content-section.banner-section {
    background-positionbackground-position: -105px 35px;
  }
}
@media (min-width: 1500px) {
  .labs-content .content section.banner-section {
    background-position: -55px 35px;
  }
}
@media (min-width: 1600px) {
  .labs-content .content section.banner-section {
    background-position: 0px 35px;
  }
}
@media (min-width: 1700px) {
  .labs-content .content section.banner-section {
    background-position: 40px 35px;
  }
}
@media (min-width: 1800px) {
  .labs-content .content section.banner-section {
    background-position: 80px 35px;
  }
}
@media (min-width: 2000px) {
  .labs-content .content section.banner-section {
    background-position: 120px 35px;
  }
}
@media (min-width: 2100px) {
  .labs-content .content section.banner-section {
    background-position: 200px 35px;
  }
}
@media (max-width: 1199px) {
  .labs-content .content section.content-section.banner-section {
    background-size: 1200px;
    background-position: 175% 150px;
    padding-bottom: 75px;
  }
}
@media (max-width: 991px) {
  .labs-content .content section.content-section.section-phases-before {
    padding-bottom: 120px;
  }
}
@media (max-width: 1100px) {
  .labs-content .content section.content-section.banner-section {
    background-position: 75% 150px;
  }
}
@media (max-width: 850px) {
  .labs-content .content section.content-section.banner-section {
    background-size: 1200px;
    background-position: 55% 150px;
  }
}
@media (max-width: 767px) {
  .labs-content .content section.content-section.banner-section {
    padding-bottom: 35px;
    background-size: 900px;
    background-position: 80% 30px;
  }
}
@media (max-width: 700px) {
  .labs-content .content section.content-section.section-phases-before {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .labs-content .content section.content-section.section-phases-before:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .labs-content .content section.content-section.section-phases-after {
    padding-top: 120px;
  }
  .labs-content .content section.content-section.section-phases-after:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (max-width: 576px) {
  .labs-content .content section.content-section.banner-section {
    background-size: 700px;
    background-position: 70% 55px;
  }
  .labs-content .content section.content-section.section-phases-before {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .labs-content .content section.content-section.section-phases-before:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .labs-content .content section.content-section.section-phases-after {
    padding-top: 120px;
  }
  .labs-content .content section.content-section.section-phases-after:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (max-width: 480px) {
  .labs-content .content section.content-section.banner-section {
    background-size: 600px;
    background-position: 60% 55px;
  }
  .labs-content
    .content
    section.content-section.banner-section
    .banner-description {
    margin-bottom: 90px;
  }
}
.about-content .content section.banner-section {
  z-index: 100;
  background-image: none;
  background-size: 980px;
  background-position: 45% -35px;
  padding-bottom: 200px;
  z-index: 0;
}
.about-content .content section.banner-section .text-parallax-1,
.about-content .content section.banner-section .text-parallax-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about-content .content section.banner-section .text-parallax-0 h1 {
  margin-left: 2px;
}
.about-content .content section.banner-section .text-parallax-1 h1 {
  margin-top: 4px;
  margin-left: 4px;
}
.about-content .content section.banner-section .text-parallax-2 h1 {
  margin-top: 2px;
  margin-left: 2px;
}
.about-content .content section.banner-section .text-title {
  margin-bottom: 140px;
}
.about-content .content section.banner-section .text-subtitle {
  margin-bottom: 140px;
}
.about-content .content .approach-features .mdi:before {
  font-size: 100px;
}
@media (max-width: 991px) {
  .about-content .content section.banner-section .text-title {
    margin-bottom: 120px;
  }
  .about-content .content section.banner-section .text-subtitle {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .about-content .content section.banner-section {
    padding-bottom: 120px;
  }
  .about-content .content section.banner-section .text-title {
    margin-bottom: 80px;
  }
  .about-content .content section.banner-section .text-subtitle {
    margin-bottom: 80px;
  }
  .about-content .content section.content-section.slider-backgrounds-before {
    padding-bottom: 30px;
  }
}
.btn,
a.btn {
  cursor: pointer;
  border-radius: 0;
  font-family: "GT-Walsheim_regular";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: transparent;
  color: #f1f5f7;
  border: 1px solid rgba(241, 245, 247, 0.4);
  line-height: initial;
  padding: 26px 39px;
  -moz-transition: border-color 1s, color 1s, box-shadow 0.9s,
    background-color 1s;
  -o-transition: border-color 1s, color 1s, box-shadow 0.9s, background-color 1s;
  -webkit-transition: border-color 1s, color 1s, box-shadow 0.9s,
    background-color 1s;
  transition: border-color 1s, color 1s, box-shadow 0.9s, background-color 1s;
}
.btn:hover,
.btn:active,
.btn:focus,
a.btn:hover,
a.btn:active,
a.btn:focus {
  color: #f1f5f7;
  border-color: #f1f5f7;
  box-shadow: none;
}
.btn.btn-icon,
a.btn.btn-icon {
  padding: 13px;
}
.btn.btn-icon img.mdi,
a.btn.btn-icon img.mdi {
  width: 22px;
  height: 22px;
}
.btn.btn-icon.btn-icon-lg,
a.btn.btn-icon.btn-icon-lg {
  padding: 21px;
}
.btn.btn-icon.btn-icon-lg img.mdi,
a.btn.btn-icon.btn-icon-lg img.mdi {
  width: 26px;
  height: 26px;
}
.btn.btn-large,
a.btn.btn-large {
  font-size: 20px;
  line-height: 1.4;
  padding: 33px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.btn.btn-large.hover-boost:hover,
a.btn.btn-large.hover-boost:hover {
  background-color: #de942c;
  background-image: url("../../images/statues/statue_1_red.png");
  background-position: 48px -77px;
}
.btn.btn-large.hover-enterprise:hover,
a.btn.btn-large.hover-enterprise:hover {
  color: #082c4c !important;
  background-color: #f1f5f7;
  background-image: url("../../images/statues/enterprise_poseidon.png");
  background-position: 27px -19px;
}
.btn.btn-large.hover-labs:hover,
a.btn.btn-large.hover-labs:hover {
  background-color: #292b2c;
  background-image: url("../../images/statues/statue_3_blue.png");
  background-position: 48px -26px;
}
.btn.btn-primary,
a.btn.btn-primary {
  color: #082c4c;
  border-color: rgba(8, 44, 76, 0.4);
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
a.btn.btn-primary:hover,
a.btn.btn-primary:active,
a.btn.btn-primary:focus {
  background-color: transparent;
  color: #082c4c;
  border-color: #082c4c;
}
.btn.btn-secundary-blue,
a.btn.btn-secundary-blue {
  color: #292b2c;
  border-color: rgba(37, 181, 233, 0.4);
}
.btn.btn-secundary-blue:hover,
.btn.btn-secundary-blue:active,
.btn.btn-secundary-blue:focus,
a.btn.btn-secundary-blue:hover,
a.btn.btn-secundary-blue:active,
a.btn.btn-secundary-blue:focus {
  color: #292b2c;
  border-color: #292b2c;
}
.btn.btn-secundary-red,
a.btn.btn-secundary-red {
  color: #de942c;
  border-color: rgba(240, 56, 86, 0.4);
}
.btn.btn-secundary-red:hover,
.btn.btn-secundary-red:active,
.btn.btn-secundary-red:focus,
a.btn.btn-secundary-red:hover,
a.btn.btn-secundary-red:active,
a.btn.btn-secundary-red:focus {
  color: #de942c;
  border-color: #de942c;
}
.btn.btn-primary-filled,
a.btn.btn-primary-filled {
  color: #f1f5f7;
  border-color: #082c4c;
  background-color: #082c4c;
}
.btn.btn-primary-filled:hover,
.btn.btn-primary-filled:active,
.btn.btn-primary-filled:focus,
a.btn.btn-primary-filled:hover,
a.btn.btn-primary-filled:active,
a.btn.btn-primary-filled:focus {
  color: #f1f5f7;
  border-color: #082c4c;
  background-color: #082c4c;
  -webkit-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  -moz-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  -ms-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  -o-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
}
.btn.btn-secundary-blue-filled,
a.btn.btn-secundary-blue-filled {
  color: #f1f5f7;
  border-color: #5a8ebd;
  background-color: #5a8ebd;
}
.btn.btn-secundary-blue-filled:hover,
.btn.btn-secundary-blue-filled:active,
.btn.btn-secundary-blue-filled:focus,
a.btn.btn-secundary-blue-filled:hover,
a.btn.btn-secundary-blue-filled:active,
a.btn.btn-secundary-blue-filled:focus {
  color: #f1f5f7;
  border-color: #292b2c;
  background-color: #292b2c;
  -webkit-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  -moz-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  -ms-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  -o-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
}
.btn.btn-secundary-red-filled,
a.btn.btn-secundary-red-filled {
  color: #f1f5f7;
  border-color: #de942c;
  background-color: #de942c;
}
.btn.btn-secundary-red-filled:hover,
.btn.btn-secundary-red-filled:active,
.btn.btn-secundary-red-filled:focus,
a.btn.btn-secundary-red-filled:hover,
a.btn.btn-secundary-red-filled:active,
a.btn.btn-secundary-red-filled:focus {
  color: #f1f5f7;
  border-color: #de942c;
  background-color: #de942c;
  -webkit-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  -moz-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  -ms-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  -o-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
}
.btn.btn-grey-filled,
a.btn.btn-grey-filled {
  color: #082c4c;
  border-color: #f1f5f7;
  background-color: #f1f5f7;
}
.btn.btn-grey-filled:hover,
.btn.btn-grey-filled:active,
.btn.btn-grey-filled:focus,
a.btn.btn-grey-filled:hover,
a.btn.btn-grey-filled:active,
a.btn.btn-grey-filled:focus {
  color: #082c4c;
  border-color: #f1f5f7;
  background-color: #f1f5f7;
  -webkit-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  -moz-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  -ms-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  -o-box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
  box-shadow: 0 4px 26px 0 rgba(8, 44, 76, 0.4);
}
@media (max-width: 1199px) {
  .btn,
  a.btn {
    font-size: 14px;
    line-height: 1.32;
    letter-spacing: 2px;
  }
  .btn.btn-icon,
  a.btn.btn-icon {
    padding: 20px;
  }
  .btn.btn-icon img.mdi,
  a.btn.btn-icon img.mdi {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .btn,
  a.btn {
    font-size: 12px;
    line-height: 17px;
    padding: 20.5px 40px;
  }
  .btn.btn-icon,
  a.btn.btn-icon {
    padding: 13px;
  }
  .btn.btn-icon img.mdi,
  a.btn.btn-icon img.mdi {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 355px) {
  .btn.large-width,
  a.btn.large-width {
    padding: 20.5px 20px;
  }
}
input.rocka-input {
  font-family: "GT-Walsheim_regular";
}
input.rocka-input.transparent {
  background-color: transparent;
  font-size: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #f1f5f7;
}
input.rocka-input.transparent::-webkit-input-placeholder {
  color: rgba(241, 245, 247, 0.4);
}
input.rocka-input.transparent:-moz-placeholder {
  color: rgba(241, 245, 247, 0.4);
}
input.rocka-input.transparent::-moz-placeholder {
  color: rgba(241, 245, 247, 0.4);
}
input.rocka-input.transparent:-ms-input-placeholder {
  color: rgba(241, 245, 247, 0.4);
}
input.rocka-input.without_border {
  border: 0px;
  outline: none;
}
textarea.rocka-input {
  font-family: "GT-Walsheim_regular";
  height: 160px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  padding: 34px 40px;
  color: #f1f5f7;
  border: solid 1px rgba(241, 245, 247, 0.4);
}
textarea.rocka-input::-webkit-input-placeholder {
  color: rgba(241, 245, 247, 0.4);
}
textarea.rocka-input:-moz-placeholder {
  color: rgba(241, 245, 247, 0.4);
}
textarea.rocka-input::-moz-placeholder {
  color: rgba(241, 245, 247, 0.4);
}
textarea.rocka-input:-ms-input-placeholder {
  color: rgba(241, 245, 247, 0.4);
}
textarea.rocka-input:focus {
  outline: none;
}
@media (max-width: 1199px) {
  input.rocka-input.transparent {
    font-size: 30px;
    line-height: 34px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 767px) {
  input.rocka-input.transparent {
    font-size: 21px;
    line-height: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  textarea.rocka-input {
    height: 160px;
    font-size: 18px;
    line-height: 24px;
    padding: 34px 40px;
  }
}
.colored-circles {
  margin-bottom: 112px;
}
.colored-circles .colored-circle {
  margin-bottom: 30px;
}
.colored-circle {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  -moz-transition: background-color 3s;
  -o-transition: background-color 3s;
  -webkit-transition: background-color 3s;
  transition: background-color 3s;
}
.animation-alpha-circle {
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.animation-alpha-circle.animation-alpha-0 {
  animation-name: animate-colored-circle-alpha-0;
}
.animation-alpha-circle.animation-alpha-1 {
  animation-name: animate-colored-circle-alpha-1;
}
.animation-alpha-circle.animation-alpha-2 {
  animation-name: animate-colored-circle-alpha-2;
}
.animation-alpha-circle.animation-alpha-4 {
  animation-name: animate-colored-circle-alpha-4;
}
.animation-alpha-circle.animation-alpha-6 {
  animation-name: animate-colored-circle-alpha-6;
}
.animation-alpha-circle.animation-alpha-filled {
  animation-name: animate-colored-circle-alpha-filled;
}
.animation-alpha-circle.duration-3 {
  animation-duration: 3s;
}
.animation-alpha-circle.duration-4 {
  animation-duration: 4s;
}
.animation-alpha-circle.duration-5 {
  animation-duration: 5s;
}
.animation-alpha-circle.duration-6 {
  animation-duration: 6s;
}
.animation-alpha-circle.duration-7 {
  animation-duration: 7s;
}
.animation-alpha-circle.duration-8 {
  animation-duration: 8s;
}
.animation-alpha-circle.duration-9 {
  animation-duration: 9s;
}
.animation-alpha-circle.duration-10 {
  animation-duration: 10s;
}
@keyframes animate-colored-circle-alpha-0 {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #de942c;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes animate-colored-circle-alpha-1 {
  0% {
    background-color: rgba(240, 56, 86, 0.1);
  }
  50% {
    background-color: #de942c;
  }
  100% {
    background-color: rgba(240, 56, 86, 0.1);
  }
}
@keyframes animate-colored-circle-alpha-2 {
  0% {
    background-color: rgba(240, 56, 86, 0.2);
  }
  50% {
    background-color: #de942c;
  }
  100% {
    background-color: rgba(240, 56, 86, 0.2);
  }
}
@keyframes animate-colored-circle-alpha-4 {
  0% {
    background-color: rgba(240, 56, 86, 0.4);
  }
  50% {
    background-color: #de942c;
  }
  100% {
    background-color: rgba(240, 56, 86, 0.4);
  }
}
@keyframes animate-colored-circle-alpha-6 {
  0% {
    background-color: rgba(240, 56, 86, 0.6);
  }
  50% {
    background-color: #de942c;
  }
  100% {
    background-color: rgba(240, 56, 86, 0.6);
  }
}
@keyframes animate-colored-circle-alpha-filled {
  0% {
    background-color: #de942c;
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: #de942c;
  }
}
.colored-hexagons .offset-hexagon {
  margin-left: 145px;
}
.colored-hexagons .offset-negative {
  margin-top: -50px;
}
.colored-hexagon .figure-1 {
  width: 0;
  border-bottom: 75px solid #0ea2ec;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
}
.colored-hexagon .figure-2 {
  width: 100%;
  height: 150px;
  background-color: #0ea2ec;
}
.colored-hexagon .figure-3 {
  width: 0;
  border-top: 75px solid #0ea2ec;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
}
.colored-hexagon.bg_hexagon_white .figure-1 {
  border-bottom-color: #fff;
}
.colored-hexagon.bg_hexagon_white .figure-2 {
  background-color: #fff;
}
.colored-hexagon.bg_hexagon_white .figure-3 {
  border-top-color: #fff;
}
@media (max-width: 1199px) {
  .colored-circles {
    margin-bottom: 100px;
  }
  .colored-hexagon .figure-1 {
    border-bottom: 50px solid #0ea2ec;
    border-left: 105px solid transparent;
    border-right: 105px solid transparent;
  }
  .colored-hexagon .figure-2 {
    height: 100px;
  }
  .colored-hexagon .figure-3 {
    border-top: 50px solid #0ea2ec;
    border-left: 105px solid transparent;
    border-right: 105px solid transparent;
  }
  .colored-hexagons .offset-hexagon {
    margin-left: 120px;
  }
  .colored-hexagons .offset-negative {
    margin-top: -25px;
  }
}
@media (max-width: 991px) {
  .colored-circles {
    margin-left: -8px;
    margin-right: -8px;
  }
  .colored-circles > div {
    padding-left: 8px;
    padding-right: 8px;
  }
  .colored-circles .colored-circle {
    margin-bottom: 18px;
  }
  .colored-hexagon .figure-1 {
    border-bottom: 45px solid #0ea2ec;
    border-left: 81.5px solid transparent;
    border-right: 81.5px solid transparent;
  }
  .colored-hexagon .figure-2 {
    height: 90px;
  }
  .colored-hexagon .figure-3 {
    border-top: 45px solid #0ea2ec;
    border-left: 81.5px solid transparent;
    border-right: 81.5px solid transparent;
  }
  .colored-hexagons {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .colored-hexagons > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .colored-hexagons .offset-hexagon {
    margin-left: 87.5px;
  }
  .colored-hexagons .offset-negative {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .colored-circles {
    margin-left: -8px;
    margin-right: -8px;
  }
  .colored-circles > div {
    padding-left: 8px;
    padding-right: 8px;
  }
  .colored-circles .colored-circle {
    margin-bottom: 18px;
  }
  .colored-hexagon {
    display: none;
  }
}
@media (max-width: 576px) {
  .colored-circles {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 75px;
  }
  .colored-circles > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .colored-circles .colored-circle {
    margin-bottom: 10px;
  }
}
.projects-carousel .project-image {
  position: relative;
  height: 100%;
}
.projects-carousel .project-image .projects-arrows {
  position: absolute;
  bottom: 0;
  right: 14px;
}
.projects-carousel .project-image .projects-arrows .projects-arrow {
  padding: 26px 35px;
  text-decoration: none;
  background-color: rgba(241, 245, 247, 0.2);
  display: inline-block;
}
.projects-carousel .project-image .projects-arrows .projects-arrow:hover {
  text-decoration: none;
  background-color: #f1f5f7;
}
.projects-carousel
  .project-image
  .projects-arrows
  .projects-arrow.active-arrow {
  background-color: #f1f5f7;
}
.projects-carousel .project-image .projects-arrows .projects-arrow.disabled {
  cursor: default;
  background-color: rgba(241, 245, 247, 0.2);
}
.projects-carousel .project-image .projects-arrows .projects-arrow img {
  width: 28px;
  height: 28px;
}
.projects-carousel .project-description {
  padding-top: 350px;
}
.projects-carousel .project-description .small-text {
  margin-bottom: 20px !important;
}
.projects-carousel .project-description .description-text {
  margin-bottom: 0 !important;
}
.projects-carousel .project-description.with-button {
  padding-top: 200px;
}
.projects-carousel .project-description.with-button .description-text {
  margin-bottom: 80px !important;
}
.projects-carousel-team .project-description .description-text {
  margin-bottom: 70px;
}
.projects-carousel-team .project-image {
  position: relative;
  height: 100%;
}
.projects-carousel-team .project-image .team-photo {
  text-align: center;
}
.projects-carousel-team .project-image .team-photo .member-base {
  width: 430px;
}
.projects-carousel-team .project-image .team-photo .member-photo {
  width: 355px;
  position: absolute;
  left: 111px;
  top: 28px;
}
.projects-carousel-team .project-image .projects-arrows {
  text-align: center;
}
.projects-carousel-team .project-image .projects-arrows .projects-arrow {
  padding: 22px 35px;
  font-size: 25px;
  text-decoration: none;
  background-color: rgba(241, 245, 247, 0.2);
  display: inline-block;
}
.projects-carousel-team .project-image .projects-arrows .projects-arrow:hover {
  text-decoration: none;
  background-color: #f1f5f7;
}
.projects-carousel-team
  .project-image
  .projects-arrows
  .projects-arrow.active-arrow {
  background-color: #f1f5f7;
}
.projects-carousel-team
  .project-image
  .projects-arrows
  .projects-arrow.disabled {
  opacity: 0.2;
  cursor: not-allowed;
  background-color: rgba(241, 245, 247, 0.2);
}
.projects-carousel-team .project-image .projects-arrows .projects-arrow img {
  width: 28px;
  height: 28px;
}
.slider-backgrounds {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.slider-backgrounds .tab-pane {
  background-image: url("../../images/assets/boost_people1_v2.png");
  background-size: cover;
  background-position: top center;
  padding-top: 460px;
  position: relative;
}
.slider-backgrounds .tab-pane .container .content-wrapper {
  padding-top: 56px;
  padding-bottom: 75px;
}
.slider-backgrounds .tab-pane .container .content-wrapper p {
  margin-bottom: 0;
}
.slider-backgrounds .tab-pane .container .projects-arrows {
  position: absolute;
  right: 0;
  bottom: 0;
}
.slider-backgrounds .tab-pane .container .projects-arrows .projects-arrow {
  display: inline-block;
  padding: 33px;
}
.slider-backgrounds .tab-pane .container .projects-arrows .projects-arrow img {
  width: 28px;
  height: 28px;
}
.slider-backgrounds
  .tab-pane
  .container
  .projects-arrows
  .projects-arrow.disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media (min-width: 1440px) {
  .slider-backgrounds .tab-pane {
    padding-top: 550px;
  }
}
@media (max-width: 1199px) {
  .projects-carousel .project-description {
    padding-top: 70px;
  }
  .projects-carousel .project-description.with-button {
    padding-top: 70px;
  }
  .projects-carousel .project-description.with-button .description-text {
    margin-bottom: 40px !important;
  }
  .projects-carousel-team .project-description .title-text {
    margin-bottom: 30px !important;
  }
  .projects-carousel-team .project-image .team-photo .member-photo {
    left: 58px;
  }
}
@media (max-width: 991px) {
  .slider-backgrounds .tab-pane {
    padding-top: 350px;
  }
  .slider-backgrounds .tab-pane .container .content-wrapper {
    padding-bottom: 100px;
  }
  .slider-backgrounds .tab-pane .container .projects-arrows .projects-arrow {
    padding: 22px 35px;
  }
  .slider-backgrounds
    .tab-pane
    .container
    .projects-arrows
    .projects-arrow
    img {
    width: 28px;
    height: 28px;
  }
  .projects-carousel-team .project-image .team-photo {
    text-align: center;
  }
  .projects-carousel-team .project-image .team-photo .member-base {
    width: 430px;
  }
  .projects-carousel-team .project-image .team-photo .member-photo {
    width: 355px;
    position: absolute;
    left: 180px;
    top: 28px;
  }
  .projects-carousel-team .project-image .projects-arrows {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 50px;
  }
  .projects-carousel-team .project-image .projects-arrows .projects-arrow {
    padding: 22px 35px;
    font-size: 25px;
    text-decoration: none;
    background-color: rgba(241, 245, 247, 0.2);
    display: inline-block;
  }
  .projects-carousel-team
    .project-image
    .projects-arrows
    .projects-arrow:hover {
    text-decoration: none;
    background-color: #f1f5f7;
  }
  .projects-carousel-team
    .project-image
    .projects-arrows
    .projects-arrow.active-arrow {
    background-color: #f1f5f7;
  }
  .projects-carousel-team
    .project-image
    .projects-arrows
    .projects-arrow.disabled {
    opacity: 0.2;
    cursor: not-allowed;
    background-color: rgba(241, 245, 247, 0.2);
  }
  .projects-carousel-team .project-image .projects-arrows .projects-arrow img {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .projects-carousel .project-description {
    padding-top: 35px;
  }
  .projects-carousel .project-description.with-button {
    padding-top: 35px;
  }
  .projects-carousel .project-image {
    height: 100%;
    overflow: hidden;
  }
  .projects-carousel .project-image .projects-arrows .projects-arrow {
    padding: 18px 29px;
  }
  .projects-carousel .project-image .projects-arrows .projects-arrow img {
    width: 22px;
    height: 22px;
  }
  .slider-backgrounds .tab-pane {
    background: #f1f5f7 !important;
    background-image: none !important;
    padding-top: 0;
  }
  .slider-backgrounds .tab-pane .container > .row > div {
    margin-bottom: 15px;
  }
  .slider-backgrounds .tab-pane .container .content-wrapper {
    padding-bottom: 80px;
  }
  .slider-backgrounds .tab-pane .container .projects-arrows {
    right: 20px;
  }
  .slider-backgrounds .tab-pane .container .projects-arrows .projects-arrow {
    padding: 18px 29px;
  }
  .slider-backgrounds
    .tab-pane
    .container
    .projects-arrows
    .projects-arrow
    img {
    width: 22px;
    height: 22px;
  }
  .projects-carousel-team .project-image .team-photo .member-base {
    width: 430px;
  }
  .projects-carousel-team .project-image .team-photo .member-photo {
    width: 355px;
    position: absolute;
    top: 28px;
    left: -5px;
    right: 0;
    margin: 0 auto;
  }
  .projects-carousel-team .project-image .projects-arrows .projects-arrow {
    padding: 18px 29px;
  }
  .projects-carousel-team .project-image .projects-arrows .projects-arrow img {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 576px) {
  .projects-carousel-team .project-image .team-photo .member-base {
    width: 370px;
  }
  .projects-carousel-team .project-image .team-photo .member-photo {
    width: 300px;
    position: absolute;
    top: 29px;
    left: -7px;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .projects-carousel-team .project-image .team-photo .member-base {
    width: 315px;
  }
  .projects-carousel-team .project-image .team-photo .member-photo {
    width: 255px;
    position: absolute;
    top: 25px;
    left: -7px;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  .projects-carousel-team .project-image .team-photo .member-base {
    width: 278px;
  }
  .projects-carousel-team .project-image .team-photo .member-photo {
    width: 227px;
    position: absolute;
    top: 19px;
    left: -7px;
    right: 0;
    margin: 0 auto;
  }
}
.bg-particles {
  position: relative;
}
.bg-particles > .container {
  position: relative;
  z-index: 1;
}
.bg-particles .particles-js-canvas-el {
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.bg-particles.show-particles .particles-js-canvas-el {
  opacity: 1;
}
@media (max-width: 576px) {
  .bg-particles .particles-js-canvas-el {
    display: none;
  }
}
.clock {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  margin: auto;
  border: 1px solid rgba(241, 245, 247, 0.2);
  position: relative;
  margin-bottom: 25px;
}
.clock:after {
  position: absolute;
  content: "";
  width: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  border-radius: 50%;
  top: calc(50% - 4px);
  left: calc(50% - 2px);
  z-index: 999;
}
.clock div {
  position: absolute;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.clock .minute-hand {
  height: 57%;
  top: 50%;
  left: calc(50% + 1px);
  z-index: 1;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-radius: 0 0 1px 1px;
}
.clock .minute-hand:before {
  content: "";
  position: absolute;
  height: 55%;
  top: -20%;
  left: calc(70% - 1px);
  z-index: 1;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-radius: 0 0 1px 1px;
}
.clock .hour-hand {
  height: 30%;
  top: calc(50%);
  left: calc(50% + 1px);
  z-index: 1;
  border-left: 1px solid #292b2c;
  border-right: 1px solid #292b2c;
  border-radius: 0 0 1px 1px;
}
.clock .ticks span {
  position: absolute;
  display: block;
  height: 4px;
  width: 4px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  left: calc(50% + 1px);
  top: 50%;
  background: transparent;
  border-radius: 50%;
}
.clock .ticks span:nth-child(1) {
  -webkit-transform: rotate(4deg) translateX(70px);
  -ms-transform: rotate(4deg) translateX(70px);
  transform: rotate(4deg) translateX(70px);
}
.clock .ticks span:nth-child(2) {
  -webkit-transform: rotate(10deg) translateX(70px);
  -ms-transform: rotate(10deg) translateX(70px);
  transform: rotate(10deg) translateX(70px);
}
.clock .ticks span:nth-child(3) {
  -webkit-transform: rotate(16deg) translateX(70px);
  -ms-transform: rotate(16deg) translateX(70px);
  transform: rotate(16deg) translateX(70px);
}
.clock .ticks span:nth-child(4) {
  -webkit-transform: rotate(22deg) translateX(70px);
  -ms-transform: rotate(22deg) translateX(70px);
  transform: rotate(22deg) translateX(70px);
}
.clock .ticks span:nth-child(5) {
  -webkit-transform: rotate(28deg) translateX(70px);
  -ms-transform: rotate(28deg) translateX(70px);
  transform: rotate(28deg) translateX(70px);
  background: rgba(241, 245, 247, 0.2);
}
.clock .ticks span:nth-child(6) {
  -webkit-transform: rotate(34deg) translateX(70px);
  -ms-transform: rotate(34deg) translateX(70px);
  transform: rotate(34deg) translateX(70px);
}
.clock .ticks span:nth-child(7) {
  -webkit-transform: rotate(40deg) translateX(70px);
  -ms-transform: rotate(40deg) translateX(70px);
  transform: rotate(40deg) translateX(70px);
}
.clock .ticks span:nth-child(8) {
  -webkit-transform: rotate(46deg) translateX(70px);
  -ms-transform: rotate(46deg) translateX(70px);
  transform: rotate(46deg) translateX(70px);
}
.clock .ticks span:nth-child(9) {
  -webkit-transform: rotate(52deg) translateX(70px);
  -ms-transform: rotate(52deg) translateX(70px);
  transform: rotate(52deg) translateX(70px);
}
.clock .ticks span:nth-child(10) {
  -webkit-transform: rotate(58deg) translateX(70px);
  -ms-transform: rotate(58deg) translateX(70px);
  transform: rotate(58deg) translateX(70px);
  background: rgba(241, 245, 247, 0.2);
}
.clock .ticks span:nth-child(11) {
  -webkit-transform: rotate(64deg) translateX(70px);
  -ms-transform: rotate(64deg) translateX(70px);
  transform: rotate(64deg) translateX(70px);
}
.clock .ticks span:nth-child(12) {
  -webkit-transform: rotate(70deg) translateX(70px);
  -ms-transform: rotate(70deg) translateX(70px);
  transform: rotate(70deg) translateX(70px);
}
.clock .ticks span:nth-child(13) {
  -webkit-transform: rotate(76deg) translateX(70px);
  -ms-transform: rotate(76deg) translateX(70px);
  transform: rotate(76deg) translateX(70px);
}
.clock .ticks span:nth-child(14) {
  -webkit-transform: rotate(82deg) translateX(70px);
  -ms-transform: rotate(82deg) translateX(70px);
  transform: rotate(82deg) translateX(70px);
}
.clock .ticks span:nth-child(15) {
  -webkit-transform: rotate(90deg) translateX(70px);
  -ms-transform: rotate(90deg) translateX(70px);
  transform: rotate(90deg) translateX(70px);
  background: rgba(241, 245, 247, 0.2);
}
.clock .ticks span:nth-child(16) {
  -webkit-transform: rotate(94deg) translateX(70px);
  -ms-transform: rotate(94deg) translateX(70px);
  transform: rotate(94deg) translateX(70px);
}
.clock .ticks span:nth-child(17) {
  -webkit-transform: rotate(100deg) translateX(70px);
  -ms-transform: rotate(100deg) translateX(70px);
  transform: rotate(100deg) translateX(70px);
}
.clock .ticks span:nth-child(18) {
  -webkit-transform: rotate(106deg) translateX(70px);
  -ms-transform: rotate(106deg) translateX(70px);
  transform: rotate(106deg) translateX(70px);
}
.clock .ticks span:nth-child(19) {
  -webkit-transform: rotate(112deg) translateX(70px);
  -ms-transform: rotate(112deg) translateX(70px);
  transform: rotate(112deg) translateX(70px);
}
.clock .ticks span:nth-child(20) {
  -webkit-transform: rotate(118deg) translateX(70px);
  -ms-transform: rotate(118deg) translateX(70px);
  transform: rotate(118deg) translateX(70px);
  background: rgba(241, 245, 247, 0.2);
}
.clock .ticks span:nth-child(21) {
  -webkit-transform: rotate(124deg) translateX(70px);
  -ms-transform: rotate(124deg) translateX(70px);
  transform: rotate(124deg) translateX(70px);
}
.clock .ticks span:nth-child(22) {
  -webkit-transform: rotate(130deg) translateX(70px);
  -ms-transform: rotate(130deg) translateX(70px);
  transform: rotate(130deg) translateX(70px);
}
.clock .ticks span:nth-child(23) {
  -webkit-transform: rotate(136deg) translateX(70px);
  -ms-transform: rotate(136deg) translateX(70px);
  transform: rotate(136deg) translateX(70px);
}
.clock .ticks span:nth-child(24) {
  -webkit-transform: rotate(142deg) translateX(70px);
  -ms-transform: rotate(142deg) translateX(70px);
  transform: rotate(142deg) translateX(70px);
}
.clock .ticks span:nth-child(25) {
  -webkit-transform: rotate(148deg) translateX(70px);
  -ms-transform: rotate(148deg) translateX(70px);
  transform: rotate(148deg) translateX(70px);
  background: rgba(241, 245, 247, 0.2);
}
.clock .ticks span:nth-child(26) {
  -webkit-transform: rotate(154deg) translateX(70px);
  -ms-transform: rotate(154deg) translateX(70px);
  transform: rotate(154deg) translateX(70px);
}
.clock .ticks span:nth-child(27) {
  -webkit-transform: rotate(160deg) translateX(70px);
  -ms-transform: rotate(160deg) translateX(70px);
  transform: rotate(160deg) translateX(70px);
}
.clock .ticks span:nth-child(28) {
  -webkit-transform: rotate(166deg) translateX(70px);
  -ms-transform: rotate(166deg) translateX(70px);
  transform: rotate(166deg) translateX(70px);
}
.clock .ticks span:nth-child(29) {
  -webkit-transform: rotate(172deg) translateX(70px);
  -ms-transform: rotate(172deg) translateX(70px);
  transform: rotate(172deg) translateX(70px);
}
.clock .ticks span:nth-child(30) {
  -webkit-transform: rotate(178deg) translateX(70px);
  -ms-transform: rotate(178deg) translateX(70px);
  transform: rotate(178deg) translateX(70px);
  background: rgba(241, 245, 247, 0.2);
}
.clock .ticks span:nth-child(31) {
  -webkit-transform: rotate(186deg) translateX(70px);
  -ms-transform: rotate(186deg) translateX(70px);
  transform: rotate(186deg) translateX(70px);
}
.clock .ticks span:nth-child(32) {
  -webkit-transform: rotate(192deg) translateX(70px);
  -ms-transform: rotate(192deg) translateX(70px);
  transform: rotate(192deg) translateX(70px);
}
.clock .ticks span:nth-child(33) {
  -webkit-transform: rotate(198deg) translateX(70px);
  -ms-transform: rotate(198deg) translateX(70px);
  transform: rotate(198deg) translateX(70px);
}
.clock .ticks span:nth-child(34) {
  -webkit-transform: rotate(22deg) translateX(70px);
  -ms-transform: rotate(22deg) translateX(70px);
  transform: rotate(22deg) translateX(70px);
}
.clock .ticks span:nth-child(35) {
  -webkit-transform: rotate(205deg) translateX(70px);
  -ms-transform: rotate(205deg) translateX(70px);
  transform: rotate(205deg) translateX(70px);
  background: rgba(241, 245, 247, 0.2);
}
.clock .ticks span:nth-child(36) {
  -webkit-transform: rotate(216deg) translateX(70px);
  -ms-transform: rotate(216deg) translateX(70px);
  transform: rotate(216deg) translateX(70px);
}
.clock .ticks span:nth-child(37) {
  -webkit-transform: rotate(222deg) translateX(70px);
  -ms-transform: rotate(222deg) translateX(70px);
  transform: rotate(222deg) translateX(70px);
}
.clock .ticks span:nth-child(38) {
  -webkit-transform: rotate(228deg) translateX(70px);
  -ms-transform: rotate(228deg) translateX(70px);
  transform: rotate(228deg) translateX(70px);
}
.clock .ticks span:nth-child(39) {
  -webkit-transform: rotate(234deg) translateX(70px);
  -ms-transform: rotate(234deg) translateX(70px);
  transform: rotate(234deg) translateX(70px);
}
.clock .ticks span:nth-child(40) {
  -webkit-transform: rotate(235deg) translateX(70px);
  -ms-transform: rotate(235deg) translateX(70px);
  transform: rotate(235deg) translateX(70px);
  background: rgba(241, 245, 247, 0.2);
}
.clock .ticks span:nth-child(41) {
  -webkit-transform: rotate(246deg) translateX(70px);
  -ms-transform: rotate(246deg) translateX(70px);
  transform: rotate(246deg) translateX(70px);
}
.clock .ticks span:nth-child(42) {
  -webkit-transform: rotate(252deg) translateX(70px);
  -ms-transform: rotate(252deg) translateX(70px);
  transform: rotate(252deg) translateX(70px);
}
.clock .ticks span:nth-child(43) {
  -webkit-transform: rotate(258deg) translateX(70px);
  -ms-transform: rotate(258deg) translateX(70px);
  transform: rotate(258deg) translateX(70px);
}
.clock .ticks span:nth-child(44) {
  -webkit-transform: rotate(264deg) translateX(70px);
  -ms-transform: rotate(264deg) translateX(70px);
  transform: rotate(264deg) translateX(70px);
}
.clock .ticks span:nth-child(45) {
  -webkit-transform: rotate(268deg) translateX(70px);
  -ms-transform: rotate(268deg) translateX(70px);
  transform: rotate(268deg) translateX(70px);
  background: rgba(241, 245, 247, 0.2);
}
.clock .ticks span:nth-child(46) {
  -webkit-transform: rotate(276deg) translateX(70px);
  -ms-transform: rotate(276deg) translateX(70px);
  transform: rotate(276deg) translateX(70px);
}
.clock .ticks span:nth-child(47) {
  -webkit-transform: rotate(282deg) translateX(70px);
  -ms-transform: rotate(282deg) translateX(70px);
  transform: rotate(282deg) translateX(70px);
}
.clock .ticks span:nth-child(48) {
  -webkit-transform: rotate(288deg) translateX(70px);
  -ms-transform: rotate(288deg) translateX(70px);
  transform: rotate(288deg) translateX(70px);
}
.clock .ticks span:nth-child(49) {
  -webkit-transform: rotate(294deg) translateX(70px);
  -ms-transform: rotate(294deg) translateX(70px);
  transform: rotate(294deg) translateX(70px);
}
.clock .ticks span:nth-child(50) {
  -webkit-transform: rotate(298deg) translateX(70px);
  -ms-transform: rotate(298deg) translateX(70px);
  transform: rotate(298deg) translateX(70px);
  background: rgba(241, 245, 247, 0.2);
}
.clock .ticks span:nth-child(51) {
  -webkit-transform: rotate(306deg) translateX(70px);
  -ms-transform: rotate(306deg) translateX(70px);
  transform: rotate(306deg) translateX(70px);
}
.clock .ticks span:nth-child(52) {
  -webkit-transform: rotate(312deg) translateX(70px);
  -ms-transform: rotate(312deg) translateX(70px);
  transform: rotate(312deg) translateX(70px);
}
.clock .ticks span:nth-child(53) {
  -webkit-transform: rotate(318deg) translateX(70px);
  -ms-transform: rotate(318deg) translateX(70px);
  transform: rotate(318deg) translateX(70px);
}
.clock .ticks span:nth-child(54) {
  -webkit-transform: rotate(324deg) translateX(70px);
  -ms-transform: rotate(324deg) translateX(70px);
  transform: rotate(324deg) translateX(70px);
}
.clock .ticks span:nth-child(55) {
  -webkit-transform: rotate(328deg) translateX(70px);
  -ms-transform: rotate(328deg) translateX(70px);
  transform: rotate(328deg) translateX(70px);
  background: rgba(241, 245, 247, 0.2);
}
.clock .ticks span:nth-child(56) {
  -webkit-transform: rotate(336deg) translateX(70px);
  -ms-transform: rotate(336deg) translateX(70px);
  transform: rotate(336deg) translateX(70px);
}
.clock .ticks span:nth-child(57) {
  -webkit-transform: rotate(342deg) translateX(70px);
  -ms-transform: rotate(342deg) translateX(70px);
  transform: rotate(342deg) translateX(70px);
}
.clock .ticks span:nth-child(58) {
  -webkit-transform: rotate(348deg) translateX(70px);
  -ms-transform: rotate(348deg) translateX(70px);
  transform: rotate(348deg) translateX(70px);
}
.clock .ticks span:nth-child(59) {
  -webkit-transform: rotate(354deg) translateX(70px);
  -ms-transform: rotate(354deg) translateX(70px);
  transform: rotate(354deg) translateX(70px);
}
.clock .ticks span:nth-child(60) {
  -webkit-transform: rotate(358deg) translateX(70px);
  -ms-transform: rotate(358deg) translateX(70px);
  transform: rotate(358deg) translateX(70px);
  background: rgba(241, 245, 247, 0.2);
}
@-webkit-keyframes animate-hand-00 {
  from {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  to {
    -webkit-transform: rotate(178deg);
    transform: rotate(178deg);
  }
}
@keyframes animate-hand-00 {
  from {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  to {
    -webkit-transform: rotate(178deg);
    transform: rotate(178deg);
  }
}
@-webkit-keyframes animate-hour-hand-00 {
  from {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  to {
    -webkit-transform: rotate(178deg);
    transform: rotate(178deg);
  }
}
@keyframes animate-hour-hand-00 {
  from {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  to {
    -webkit-transform: rotate(178deg);
    transform: rotate(178deg);
  }
}
.sh-00 {
  -webkit-animation: animate-hand-00 60s linear infinite;
  animation: animate-hand-00 60s linear infinite;
}
.mh-00 {
  -webkit-animation: animate-hand-00 3600s linear infinite;
  animation: animate-hand-00 3600s linear infinite;
}
.hh-00 {
  -webkit-animation: animate-hour-hand-00 86400s linear infinite;
  animation: animate-hour-hand-00 86400s linear infinite;
}
@-webkit-keyframes animate-hand-01 {
  from {
    -webkit-transform: rotate(-174deg);
    transform: rotate(-174deg);
  }
  to {
    -webkit-transform: rotate(186deg);
    transform: rotate(186deg);
  }
}
@keyframes animate-hand-01 {
  from {
    -webkit-transform: rotate(-174deg);
    transform: rotate(-174deg);
  }
  to {
    -webkit-transform: rotate(186deg);
    transform: rotate(186deg);
  }
}
@-webkit-keyframes animate-hour-hand-01 {
  from {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
  }
  to {
    -webkit-transform: rotate(205deg);
    transform: rotate(205deg);
  }
}
@keyframes animate-hour-hand-01 {
  from {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
  }
  to {
    -webkit-transform: rotate(205deg);
    transform: rotate(205deg);
  }
}
.sh-01 {
  -webkit-animation: animate-hand-01 60s linear infinite;
  animation: animate-hand-01 60s linear infinite;
}
.mh-01 {
  -webkit-animation: animate-hand-01 3600s linear infinite;
  animation: animate-hand-01 3600s linear infinite;
}
.hh-01 {
  -webkit-animation: animate-hour-hand-01 86400s linear infinite;
  animation: animate-hour-hand-01 86400s linear infinite;
}
@-webkit-keyframes animate-hand-02 {
  from {
    -webkit-transform: rotate(-168deg);
    transform: rotate(-168deg);
  }
  to {
    -webkit-transform: rotate(192deg);
    transform: rotate(192deg);
  }
}
@keyframes animate-hand-02 {
  from {
    -webkit-transform: rotate(-168deg);
    transform: rotate(-168deg);
  }
  to {
    -webkit-transform: rotate(192deg);
    transform: rotate(192deg);
  }
}
@-webkit-keyframes animate-hour-hand-02 {
  from {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
  to {
    -webkit-transform: rotate(235deg);
    transform: rotate(235deg);
  }
}
@keyframes animate-hour-hand-02 {
  from {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
  to {
    -webkit-transform: rotate(235deg);
    transform: rotate(235deg);
  }
}
.sh-02 {
  -webkit-animation: animate-hand-02 60s linear infinite;
  animation: animate-hand-02 60s linear infinite;
}
.mh-02 {
  -webkit-animation: animate-hand-02 3600s linear infinite;
  animation: animate-hand-02 3600s linear infinite;
}
.hh-02 {
  -webkit-animation: animate-hour-hand-02 86400s linear infinite;
  animation: animate-hour-hand-02 86400s linear infinite;
}
@-webkit-keyframes animate-hand-03 {
  from {
    -webkit-transform: rotate(-162deg);
    transform: rotate(-162deg);
  }
  to {
    -webkit-transform: rotate(198deg);
    transform: rotate(198deg);
  }
}
@keyframes animate-hand-03 {
  from {
    -webkit-transform: rotate(-162deg);
    transform: rotate(-162deg);
  }
  to {
    -webkit-transform: rotate(198deg);
    transform: rotate(198deg);
  }
}
@-webkit-keyframes animate-hour-hand-03 {
  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(268deg);
    transform: rotate(268deg);
  }
}
@keyframes animate-hour-hand-03 {
  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(268deg);
    transform: rotate(268deg);
  }
}
.sh-03 {
  -webkit-animation: animate-hand-03 60s linear infinite;
  animation: animate-hand-03 60s linear infinite;
}
.mh-03 {
  -webkit-animation: animate-hand-03 3600s linear infinite;
  animation: animate-hand-03 3600s linear infinite;
}
.hh-03 {
  -webkit-animation: animate-hour-hand-03 86400s linear infinite;
  animation: animate-hour-hand-03 86400s linear infinite;
}
@-webkit-keyframes animate-hand-04 {
  from {
    -webkit-transform: rotate(-156deg);
    transform: rotate(-156deg);
  }
  to {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
}
@keyframes animate-hand-04 {
  from {
    -webkit-transform: rotate(-156deg);
    transform: rotate(-156deg);
  }
  to {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
}
@-webkit-keyframes animate-hour-hand-04 {
  from {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  to {
    -webkit-transform: rotate(298deg);
    transform: rotate(298deg);
  }
}
@keyframes animate-hour-hand-04 {
  from {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  to {
    -webkit-transform: rotate(298deg);
    transform: rotate(298deg);
  }
}
.sh-04 {
  -webkit-animation: animate-hand-04 60s linear infinite;
  animation: animate-hand-04 60s linear infinite;
}
.mh-04 {
  -webkit-animation: animate-hand-04 3600s linear infinite;
  animation: animate-hand-04 3600s linear infinite;
}
.hh-04 {
  -webkit-animation: animate-hour-hand-04 86400s linear infinite;
  animation: animate-hour-hand-04 86400s linear infinite;
}
@-webkit-keyframes animate-hand-05 {
  from {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
  }
  to {
    -webkit-transform: rotate(205deg);
    transform: rotate(205deg);
  }
}
@keyframes animate-hand-05 {
  from {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
  }
  to {
    -webkit-transform: rotate(205deg);
    transform: rotate(205deg);
  }
}
@-webkit-keyframes animate-hour-hand-05 {
  from {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  to {
    -webkit-transform: rotate(328deg);
    transform: rotate(328deg);
  }
}
@keyframes animate-hour-hand-05 {
  from {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  to {
    -webkit-transform: rotate(328deg);
    transform: rotate(328deg);
  }
}
.sh-05 {
  -webkit-animation: animate-hand-05 60s linear infinite;
  animation: animate-hand-05 60s linear infinite;
}
.mh-05 {
  -webkit-animation: animate-hand-05 3600s linear infinite;
  animation: animate-hand-05 3600s linear infinite;
}
.hh-05 {
  -webkit-animation: animate-hour-hand-05 86400s linear infinite;
  animation: animate-hour-hand-05 86400s linear infinite;
}
@-webkit-keyframes animate-hand-06 {
  from {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
  to {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}
@keyframes animate-hand-06 {
  from {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
  to {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}
@-webkit-keyframes animate-hour-hand-06 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(358deg);
    transform: rotate(358deg);
  }
}
@keyframes animate-hour-hand-06 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(358deg);
    transform: rotate(358deg);
  }
}
.sh-06 {
  -webkit-animation: animate-hand-06 60s linear infinite;
  animation: animate-hand-06 60s linear infinite;
}
.mh-06 {
  -webkit-animation: animate-hand-06 3600s linear infinite;
  animation: animate-hand-06 3600s linear infinite;
}
.hh-06 {
  -webkit-animation: animate-hour-hand-06 86400s linear infinite;
  animation: animate-hour-hand-06 86400s linear infinite;
}
@-webkit-keyframes animate-hand-07 {
  from {
    -webkit-transform: rotate(-138deg);
    transform: rotate(-138deg);
  }
  to {
    -webkit-transform: rotate(222deg);
    transform: rotate(222deg);
  }
}
@keyframes animate-hand-07 {
  from {
    -webkit-transform: rotate(-138deg);
    transform: rotate(-138deg);
  }
  to {
    -webkit-transform: rotate(222deg);
    transform: rotate(222deg);
  }
}
@-webkit-keyframes animate-hour-hand-07 {
  from {
    -webkit-transform: rotate(28deg);
    transform: rotate(28deg);
  }
  to {
    -webkit-transform: rotate(390deg);
    transform: rotate(390deg);
  }
}
@keyframes animate-hour-hand-07 {
  from {
    -webkit-transform: rotate(28deg);
    transform: rotate(28deg);
  }
  to {
    -webkit-transform: rotate(390deg);
    transform: rotate(390deg);
  }
}
.sh-07 {
  -webkit-animation: animate-hand-07 60s linear infinite;
  animation: animate-hand-07 60s linear infinite;
}
.mh-07 {
  -webkit-animation: animate-hand-07 3600s linear infinite;
  animation: animate-hand-07 3600s linear infinite;
}
.hh-07 {
  -webkit-animation: animate-hour-hand-07 86400s linear infinite;
  animation: animate-hour-hand-07 86400s linear infinite;
}
@-webkit-keyframes animate-hand-08 {
  from {
    -webkit-transform: rotate(-132deg);
    transform: rotate(-132deg);
  }
  to {
    -webkit-transform: rotate(228deg);
    transform: rotate(228deg);
  }
}
@keyframes animate-hand-08 {
  from {
    -webkit-transform: rotate(-132deg);
    transform: rotate(-132deg);
  }
  to {
    -webkit-transform: rotate(228deg);
    transform: rotate(228deg);
  }
}
@-webkit-keyframes animate-hour-hand-08 {
  from {
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
  }
  to {
    -webkit-transform: rotate(420deg);
    transform: rotate(420deg);
  }
}
@keyframes animate-hour-hand-08 {
  from {
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
  }
  to {
    -webkit-transform: rotate(420deg);
    transform: rotate(420deg);
  }
}
.sh-08 {
  -webkit-animation: animate-hand-08 60s linear infinite;
  animation: animate-hand-08 60s linear infinite;
}
.mh-08 {
  -webkit-animation: animate-hand-08 3600s linear infinite;
  animation: animate-hand-08 3600s linear infinite;
}
.hh-08 {
  -webkit-animation: animate-hour-hand-08 86400s linear infinite;
  animation: animate-hour-hand-08 86400s linear infinite;
}
@-webkit-keyframes animate-hand-09 {
  from {
    -webkit-transform: rotate(-126deg);
    transform: rotate(-126deg);
  }
  to {
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
  }
}
@keyframes animate-hand-09 {
  from {
    -webkit-transform: rotate(-126deg);
    transform: rotate(-126deg);
  }
  to {
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
  }
}
@-webkit-keyframes animate-hour-hand-09 {
  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes animate-hour-hand-09 {
  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
.sh-09 {
  -webkit-animation: animate-hand-09 60s linear infinite;
  animation: animate-hand-09 60s linear infinite;
}
.mh-09 {
  -webkit-animation: animate-hand-09 3600s linear infinite;
  animation: animate-hand-09 3600s linear infinite;
}
.hh-09 {
  -webkit-animation: animate-hour-hand-09 86400s linear infinite;
  animation: animate-hour-hand-09 86400s linear infinite;
}
@-webkit-keyframes animate-hand-10 {
  from {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
  to {
    -webkit-transform: rotate(235deg);
    transform: rotate(235deg);
  }
}
@keyframes animate-hand-10 {
  from {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
  to {
    -webkit-transform: rotate(235deg);
    transform: rotate(235deg);
  }
}
@-webkit-keyframes animate-hour-hand-10 {
  from {
    -webkit-transform: rotate(118deg);
    transform: rotate(118deg);
  }
  to {
    -webkit-transform: rotate(480deg);
    transform: rotate(480deg);
  }
}
@keyframes animate-hour-hand-10 {
  from {
    -webkit-transform: rotate(118deg);
    transform: rotate(118deg);
  }
  to {
    -webkit-transform: rotate(480deg);
    transform: rotate(480deg);
  }
}
.sh-10 {
  -webkit-animation: animate-hand-10 60s linear infinite;
  animation: animate-hand-10 60s linear infinite;
}
.mh-10 {
  -webkit-animation: animate-hand-10 3600s linear infinite;
  animation: animate-hand-10 3600s linear infinite;
}
.mh-10 + .hh-00 {
  -webkit-animation: animate-hand-01 86400s linear infinite;
  animation: animate-hand-01 86400s linear infinite;
}
.mh-10 + .hh-01 {
  -webkit-animation: animate-hand-06 86400s linear infinite;
  animation: animate-hand-06 86400s linear infinite;
}
.mh-10 + .hh-02 {
  -webkit-animation: animate-hand-11 86400s linear infinite;
  animation: animate-hand-11 86400s linear infinite;
}
.mh-10 + .hh-03 {
  -webkit-animation: animate-hand-16 86400s linear infinite;
  animation: animate-hand-16 86400s linear infinite;
}
.mh-10 + .hh-04 {
  -webkit-animation: animate-hand-21 86400s linear infinite;
  animation: animate-hand-21 86400s linear infinite;
}
.mh-10 + .hh-05 {
  -webkit-animation: animate-hand-26 86400s linear infinite;
  animation: animate-hand-26 86400s linear infinite;
}
.mh-10 + .hh-06 {
  -webkit-animation: animate-hand-31 86400s linear infinite;
  animation: animate-hand-31 86400s linear infinite;
}
.mh-10 + .hh-07 {
  -webkit-animation: animate-hand-36 86400s linear infinite;
  animation: animate-hand-36 86400s linear infinite;
}
.mh-10 + .hh-08 {
  -webkit-animation: animate-hand-41 86400s linear infinite;
  animation: animate-hand-41 86400s linear infinite;
}
.mh-10 + .hh-09 {
  -webkit-animation: animate-hand-46 86400s linear infinite;
  animation: animate-hand-46 86400s linear infinite;
}
.mh-10 + .hh-10 {
  -webkit-animation: animate-hand-51 86400s linear infinite;
  animation: animate-hand-51 86400s linear infinite;
}
.mh-10 + .hh-11 {
  -webkit-animation: animate-hand-56 86400s linear infinite;
  animation: animate-hand-56 86400s linear infinite;
}
.hh-10 {
  -webkit-animation: animate-hour-hand-10 86400s linear infinite;
  animation: animate-hour-hand-10 86400s linear infinite;
}
@-webkit-keyframes animate-hand-11 {
  from {
    -webkit-transform: rotate(-114deg);
    transform: rotate(-114deg);
  }
  to {
    -webkit-transform: rotate(246deg);
    transform: rotate(246deg);
  }
}
@keyframes animate-hand-11 {
  from {
    -webkit-transform: rotate(-114deg);
    transform: rotate(-114deg);
  }
  to {
    -webkit-transform: rotate(246deg);
    transform: rotate(246deg);
  }
}
@-webkit-keyframes animate-hour-hand-11 {
  from {
    -webkit-transform: rotate(148deg);
    transform: rotate(148deg);
  }
  to {
    -webkit-transform: rotate(510deg);
    transform: rotate(510deg);
  }
}
@keyframes animate-hour-hand-11 {
  from {
    -webkit-transform: rotate(148deg);
    transform: rotate(148deg);
  }
  to {
    -webkit-transform: rotate(510deg);
    transform: rotate(510deg);
  }
}
.sh-11 {
  -webkit-animation: animate-hand-11 60s linear infinite;
  animation: animate-hand-11 60s linear infinite;
}
.mh-11 {
  -webkit-animation: animate-hand-11 3600s linear infinite;
  animation: animate-hand-11 3600s linear infinite;
}
.mh-11 + .hh-00 {
  -webkit-animation: animate-hand-01 86400s linear infinite;
  animation: animate-hand-01 86400s linear infinite;
}
.mh-11 + .hh-01 {
  -webkit-animation: animate-hand-06 86400s linear infinite;
  animation: animate-hand-06 86400s linear infinite;
}
.mh-11 + .hh-02 {
  -webkit-animation: animate-hand-11 86400s linear infinite;
  animation: animate-hand-11 86400s linear infinite;
}
.mh-11 + .hh-03 {
  -webkit-animation: animate-hand-16 86400s linear infinite;
  animation: animate-hand-16 86400s linear infinite;
}
.mh-11 + .hh-04 {
  -webkit-animation: animate-hand-21 86400s linear infinite;
  animation: animate-hand-21 86400s linear infinite;
}
.mh-11 + .hh-05 {
  -webkit-animation: animate-hand-26 86400s linear infinite;
  animation: animate-hand-26 86400s linear infinite;
}
.mh-11 + .hh-06 {
  -webkit-animation: animate-hand-31 86400s linear infinite;
  animation: animate-hand-31 86400s linear infinite;
}
.mh-11 + .hh-07 {
  -webkit-animation: animate-hand-36 86400s linear infinite;
  animation: animate-hand-36 86400s linear infinite;
}
.mh-11 + .hh-08 {
  -webkit-animation: animate-hand-41 86400s linear infinite;
  animation: animate-hand-41 86400s linear infinite;
}
.mh-11 + .hh-09 {
  -webkit-animation: animate-hand-46 86400s linear infinite;
  animation: animate-hand-46 86400s linear infinite;
}
.mh-11 + .hh-10 {
  -webkit-animation: animate-hand-51 86400s linear infinite;
  animation: animate-hand-51 86400s linear infinite;
}
.mh-11 + .hh-11 {
  -webkit-animation: animate-hand-56 86400s linear infinite;
  animation: animate-hand-56 86400s linear infinite;
}
.hh-11 {
  -webkit-animation: animate-hour-hand-11 86400s linear infinite;
  animation: animate-hour-hand-11 86400s linear infinite;
}
@-webkit-keyframes animate-hand-12 {
  from {
    -webkit-transform: rotate(-108deg);
    transform: rotate(-108deg);
  }
  to {
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
  }
}
@keyframes animate-hand-12 {
  from {
    -webkit-transform: rotate(-108deg);
    transform: rotate(-108deg);
  }
  to {
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
  }
}
@-webkit-keyframes animate-hour-hand-12 {
  from {
    -webkit-transform: rotate(178deg);
    transform: rotate(178deg);
  }
  to {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}
@keyframes animate-hour-hand-12 {
  from {
    -webkit-transform: rotate(178deg);
    transform: rotate(178deg);
  }
  to {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}
.sh-12 {
  -webkit-animation: animate-hand-12 60s linear infinite;
  animation: animate-hand-12 60s linear infinite;
}
.mh-12 {
  -webkit-animation: animate-hand-12 3600s linear infinite;
  animation: animate-hand-12 3600s linear infinite;
}
.mh-12 + .hh-00 {
  -webkit-animation: animate-hand-01 86400s linear infinite;
  animation: animate-hand-01 86400s linear infinite;
}
.mh-12 + .hh-01 {
  -webkit-animation: animate-hand-06 86400s linear infinite;
  animation: animate-hand-06 86400s linear infinite;
}
.mh-12 + .hh-02 {
  -webkit-animation: animate-hand-11 86400s linear infinite;
  animation: animate-hand-11 86400s linear infinite;
}
.mh-12 + .hh-03 {
  -webkit-animation: animate-hand-16 86400s linear infinite;
  animation: animate-hand-16 86400s linear infinite;
}
.mh-12 + .hh-04 {
  -webkit-animation: animate-hand-21 86400s linear infinite;
  animation: animate-hand-21 86400s linear infinite;
}
.mh-12 + .hh-05 {
  -webkit-animation: animate-hand-26 86400s linear infinite;
  animation: animate-hand-26 86400s linear infinite;
}
.mh-12 + .hh-06 {
  -webkit-animation: animate-hand-31 86400s linear infinite;
  animation: animate-hand-31 86400s linear infinite;
}
.mh-12 + .hh-07 {
  -webkit-animation: animate-hand-36 86400s linear infinite;
  animation: animate-hand-36 86400s linear infinite;
}
.mh-12 + .hh-08 {
  -webkit-animation: animate-hand-41 86400s linear infinite;
  animation: animate-hand-41 86400s linear infinite;
}
.mh-12 + .hh-09 {
  -webkit-animation: animate-hand-46 86400s linear infinite;
  animation: animate-hand-46 86400s linear infinite;
}
.mh-12 + .hh-10 {
  -webkit-animation: animate-hand-51 86400s linear infinite;
  animation: animate-hand-51 86400s linear infinite;
}
.mh-12 + .hh-11 {
  -webkit-animation: animate-hand-56 86400s linear infinite;
  animation: animate-hand-56 86400s linear infinite;
}
.hh-12 {
  -webkit-animation: animate-hour-hand-12 86400s linear infinite;
  animation: animate-hour-hand-12 86400s linear infinite;
}
@-webkit-keyframes animate-hand-13 {
  from {
    -webkit-transform: rotate(-102deg);
    transform: rotate(-102deg);
  }
  to {
    -webkit-transform: rotate(258deg);
    transform: rotate(258deg);
  }
}
@keyframes animate-hand-13 {
  from {
    -webkit-transform: rotate(-102deg);
    transform: rotate(-102deg);
  }
  to {
    -webkit-transform: rotate(258deg);
    transform: rotate(258deg);
  }
}
@-webkit-keyframes animate-hour-hand-13 {
  from {
    -webkit-transform: rotate(205deg);
    transform: rotate(205deg);
  }
  to {
    -webkit-transform: rotate(570deg);
    transform: rotate(570deg);
  }
}
@keyframes animate-hour-hand-13 {
  from {
    -webkit-transform: rotate(205deg);
    transform: rotate(205deg);
  }
  to {
    -webkit-transform: rotate(570deg);
    transform: rotate(570deg);
  }
}
.sh-13 {
  -webkit-animation: animate-hand-13 60s linear infinite;
  animation: animate-hand-13 60s linear infinite;
}
.mh-13 {
  -webkit-animation: animate-hand-13 3600s linear infinite;
  animation: animate-hand-13 3600s linear infinite;
}
.mh-13 + .hh-00 {
  -webkit-animation: animate-hand-01 86400s linear infinite;
  animation: animate-hand-01 86400s linear infinite;
}
.mh-13 + .hh-01 {
  -webkit-animation: animate-hand-06 86400s linear infinite;
  animation: animate-hand-06 86400s linear infinite;
}
.mh-13 + .hh-02 {
  -webkit-animation: animate-hand-11 86400s linear infinite;
  animation: animate-hand-11 86400s linear infinite;
}
.mh-13 + .hh-03 {
  -webkit-animation: animate-hand-16 86400s linear infinite;
  animation: animate-hand-16 86400s linear infinite;
}
.mh-13 + .hh-04 {
  -webkit-animation: animate-hand-21 86400s linear infinite;
  animation: animate-hand-21 86400s linear infinite;
}
.mh-13 + .hh-05 {
  -webkit-animation: animate-hand-26 86400s linear infinite;
  animation: animate-hand-26 86400s linear infinite;
}
.mh-13 + .hh-06 {
  -webkit-animation: animate-hand-31 86400s linear infinite;
  animation: animate-hand-31 86400s linear infinite;
}
.mh-13 + .hh-07 {
  -webkit-animation: animate-hand-36 86400s linear infinite;
  animation: animate-hand-36 86400s linear infinite;
}
.mh-13 + .hh-08 {
  -webkit-animation: animate-hand-41 86400s linear infinite;
  animation: animate-hand-41 86400s linear infinite;
}
.mh-13 + .hh-09 {
  -webkit-animation: animate-hand-46 86400s linear infinite;
  animation: animate-hand-46 86400s linear infinite;
}
.mh-13 + .hh-10 {
  -webkit-animation: animate-hand-51 86400s linear infinite;
  animation: animate-hand-51 86400s linear infinite;
}
.mh-13 + .hh-11 {
  -webkit-animation: animate-hand-56 86400s linear infinite;
  animation: animate-hand-56 86400s linear infinite;
}
.hh-13 {
  -webkit-animation: animate-hour-hand-13 86400s linear infinite;
  animation: animate-hour-hand-13 86400s linear infinite;
}
@-webkit-keyframes animate-hand-14 {
  from {
    -webkit-transform: rotate(-96deg);
    transform: rotate(-96deg);
  }
  to {
    -webkit-transform: rotate(264deg);
    transform: rotate(264deg);
  }
}
@keyframes animate-hand-14 {
  from {
    -webkit-transform: rotate(-96deg);
    transform: rotate(-96deg);
  }
  to {
    -webkit-transform: rotate(264deg);
    transform: rotate(264deg);
  }
}
@-webkit-keyframes animate-hour-hand-14 {
  from {
    -webkit-transform: rotate(235deg);
    transform: rotate(235deg);
  }
  to {
    -webkit-transform: rotate(600deg);
    transform: rotate(600deg);
  }
}
@keyframes animate-hour-hand-14 {
  from {
    -webkit-transform: rotate(235deg);
    transform: rotate(235deg);
  }
  to {
    -webkit-transform: rotate(600deg);
    transform: rotate(600deg);
  }
}
.sh-14 {
  -webkit-animation: animate-hand-14 60s linear infinite;
  animation: animate-hand-14 60s linear infinite;
}
.mh-14 {
  -webkit-animation: animate-hand-14 3600s linear infinite;
  animation: animate-hand-14 3600s linear infinite;
}
.mh-14 + .hh-00 {
  -webkit-animation: animate-hand-01 86400s linear infinite;
  animation: animate-hand-01 86400s linear infinite;
}
.mh-14 + .hh-01 {
  -webkit-animation: animate-hand-06 86400s linear infinite;
  animation: animate-hand-06 86400s linear infinite;
}
.mh-14 + .hh-02 {
  -webkit-animation: animate-hand-11 86400s linear infinite;
  animation: animate-hand-11 86400s linear infinite;
}
.mh-14 + .hh-03 {
  -webkit-animation: animate-hand-16 86400s linear infinite;
  animation: animate-hand-16 86400s linear infinite;
}
.mh-14 + .hh-04 {
  -webkit-animation: animate-hand-21 86400s linear infinite;
  animation: animate-hand-21 86400s linear infinite;
}
.mh-14 + .hh-05 {
  -webkit-animation: animate-hand-26 86400s linear infinite;
  animation: animate-hand-26 86400s linear infinite;
}
.mh-14 + .hh-06 {
  -webkit-animation: animate-hand-31 86400s linear infinite;
  animation: animate-hand-31 86400s linear infinite;
}
.mh-14 + .hh-07 {
  -webkit-animation: animate-hand-36 86400s linear infinite;
  animation: animate-hand-36 86400s linear infinite;
}
.mh-14 + .hh-08 {
  -webkit-animation: animate-hand-41 86400s linear infinite;
  animation: animate-hand-41 86400s linear infinite;
}
.mh-14 + .hh-09 {
  -webkit-animation: animate-hand-46 86400s linear infinite;
  animation: animate-hand-46 86400s linear infinite;
}
.mh-14 + .hh-10 {
  -webkit-animation: animate-hand-51 86400s linear infinite;
  animation: animate-hand-51 86400s linear infinite;
}
.mh-14 + .hh-11 {
  -webkit-animation: animate-hand-56 86400s linear infinite;
  animation: animate-hand-56 86400s linear infinite;
}
.hh-14 {
  -webkit-animation: animate-hour-hand-14 86400s linear infinite;
  animation: animate-hour-hand-14 86400s linear infinite;
}
@-webkit-keyframes animate-hand-15 {
  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(268deg);
    transform: rotate(268deg);
  }
}
@keyframes animate-hand-15 {
  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(268deg);
    transform: rotate(268deg);
  }
}
@-webkit-keyframes animate-hour-hand-15 {
  from {
    -webkit-transform: rotate(268deg);
    transform: rotate(268deg);
  }
  to {
    -webkit-transform: rotate(630deg);
    transform: rotate(630deg);
  }
}
@keyframes animate-hour-hand-15 {
  from {
    -webkit-transform: rotate(268deg);
    transform: rotate(268deg);
  }
  to {
    -webkit-transform: rotate(630deg);
    transform: rotate(630deg);
  }
}
.sh-15 {
  -webkit-animation: animate-hand-15 60s linear infinite;
  animation: animate-hand-15 60s linear infinite;
}
.mh-15 {
  -webkit-animation: animate-hand-15 3600s linear infinite;
  animation: animate-hand-15 3600s linear infinite;
}
.mh-15 + .hh-00 {
  -webkit-animation: animate-hand-01 86400s linear infinite;
  animation: animate-hand-01 86400s linear infinite;
}
.mh-15 + .hh-01 {
  -webkit-animation: animate-hand-06 86400s linear infinite;
  animation: animate-hand-06 86400s linear infinite;
}
.mh-15 + .hh-02 {
  -webkit-animation: animate-hand-11 86400s linear infinite;
  animation: animate-hand-11 86400s linear infinite;
}
.mh-15 + .hh-03 {
  -webkit-animation: animate-hand-16 86400s linear infinite;
  animation: animate-hand-16 86400s linear infinite;
}
.mh-15 + .hh-04 {
  -webkit-animation: animate-hand-21 86400s linear infinite;
  animation: animate-hand-21 86400s linear infinite;
}
.mh-15 + .hh-05 {
  -webkit-animation: animate-hand-26 86400s linear infinite;
  animation: animate-hand-26 86400s linear infinite;
}
.mh-15 + .hh-06 {
  -webkit-animation: animate-hand-31 86400s linear infinite;
  animation: animate-hand-31 86400s linear infinite;
}
.mh-15 + .hh-07 {
  -webkit-animation: animate-hand-36 86400s linear infinite;
  animation: animate-hand-36 86400s linear infinite;
}
.mh-15 + .hh-08 {
  -webkit-animation: animate-hand-41 86400s linear infinite;
  animation: animate-hand-41 86400s linear infinite;
}
.mh-15 + .hh-09 {
  -webkit-animation: animate-hand-46 86400s linear infinite;
  animation: animate-hand-46 86400s linear infinite;
}
.mh-15 + .hh-10 {
  -webkit-animation: animate-hand-51 86400s linear infinite;
  animation: animate-hand-51 86400s linear infinite;
}
.mh-15 + .hh-11 {
  -webkit-animation: animate-hand-56 86400s linear infinite;
  animation: animate-hand-56 86400s linear infinite;
}
.hh-15 {
  -webkit-animation: animate-hour-hand-15 86400s linear infinite;
  animation: animate-hour-hand-15 86400s linear infinite;
}
@-webkit-keyframes animate-hand-16 {
  from {
    -webkit-transform: rotate(-84deg);
    transform: rotate(-84deg);
  }
  to {
    -webkit-transform: rotate(276deg);
    transform: rotate(276deg);
  }
}
@keyframes animate-hand-16 {
  from {
    -webkit-transform: rotate(-84deg);
    transform: rotate(-84deg);
  }
  to {
    -webkit-transform: rotate(276deg);
    transform: rotate(276deg);
  }
}
@-webkit-keyframes animate-hour-hand-16 {
  from {
    -webkit-transform: rotate(298deg);
    transform: rotate(298deg);
  }
  to {
    -webkit-transform: rotate(660deg);
    transform: rotate(660deg);
  }
}
@keyframes animate-hour-hand-16 {
  from {
    -webkit-transform: rotate(298deg);
    transform: rotate(298deg);
  }
  to {
    -webkit-transform: rotate(660deg);
    transform: rotate(660deg);
  }
}
.sh-16 {
  -webkit-animation: animate-hand-16 60s linear infinite;
  animation: animate-hand-16 60s linear infinite;
}
.mh-16 {
  -webkit-animation: animate-hand-16 3600s linear infinite;
  animation: animate-hand-16 3600s linear infinite;
}
.mh-16 + .hh-00 {
  -webkit-animation: animate-hand-01 86400s linear infinite;
  animation: animate-hand-01 86400s linear infinite;
}
.mh-16 + .hh-01 {
  -webkit-animation: animate-hand-06 86400s linear infinite;
  animation: animate-hand-06 86400s linear infinite;
}
.mh-16 + .hh-02 {
  -webkit-animation: animate-hand-11 86400s linear infinite;
  animation: animate-hand-11 86400s linear infinite;
}
.mh-16 + .hh-03 {
  -webkit-animation: animate-hand-16 86400s linear infinite;
  animation: animate-hand-16 86400s linear infinite;
}
.mh-16 + .hh-04 {
  -webkit-animation: animate-hand-21 86400s linear infinite;
  animation: animate-hand-21 86400s linear infinite;
}
.mh-16 + .hh-05 {
  -webkit-animation: animate-hand-26 86400s linear infinite;
  animation: animate-hand-26 86400s linear infinite;
}
.mh-16 + .hh-06 {
  -webkit-animation: animate-hand-31 86400s linear infinite;
  animation: animate-hand-31 86400s linear infinite;
}
.mh-16 + .hh-07 {
  -webkit-animation: animate-hand-36 86400s linear infinite;
  animation: animate-hand-36 86400s linear infinite;
}
.mh-16 + .hh-08 {
  -webkit-animation: animate-hand-41 86400s linear infinite;
  animation: animate-hand-41 86400s linear infinite;
}
.mh-16 + .hh-09 {
  -webkit-animation: animate-hand-46 86400s linear infinite;
  animation: animate-hand-46 86400s linear infinite;
}
.mh-16 + .hh-10 {
  -webkit-animation: animate-hand-51 86400s linear infinite;
  animation: animate-hand-51 86400s linear infinite;
}
.mh-16 + .hh-11 {
  -webkit-animation: animate-hand-56 86400s linear infinite;
  animation: animate-hand-56 86400s linear infinite;
}
.hh-16 {
  -webkit-animation: animate-hour-hand-16 86400s linear infinite;
  animation: animate-hour-hand-16 86400s linear infinite;
}
@-webkit-keyframes animate-hand-17 {
  from {
    -webkit-transform: rotate(-78deg);
    transform: rotate(-78deg);
  }
  to {
    -webkit-transform: rotate(282deg);
    transform: rotate(282deg);
  }
}
@keyframes animate-hand-17 {
  from {
    -webkit-transform: rotate(-78deg);
    transform: rotate(-78deg);
  }
  to {
    -webkit-transform: rotate(282deg);
    transform: rotate(282deg);
  }
}
@-webkit-keyframes animate-hour-hand-17 {
  from {
    -webkit-transform: rotate(328deg);
    transform: rotate(328deg);
  }
  to {
    -webkit-transform: rotate(690deg);
    transform: rotate(690deg);
  }
}
@keyframes animate-hour-hand-17 {
  from {
    -webkit-transform: rotate(328deg);
    transform: rotate(328deg);
  }
  to {
    -webkit-transform: rotate(690deg);
    transform: rotate(690deg);
  }
}
.sh-17 {
  -webkit-animation: animate-hand-17 60s linear infinite;
  animation: animate-hand-17 60s linear infinite;
}
.mh-17 {
  -webkit-animation: animate-hand-17 3600s linear infinite;
  animation: animate-hand-17 3600s linear infinite;
}
.mh-17 + .hh-00 {
  -webkit-animation: animate-hand-01 86400s linear infinite;
  animation: animate-hand-01 86400s linear infinite;
}
.mh-17 + .hh-01 {
  -webkit-animation: animate-hand-06 86400s linear infinite;
  animation: animate-hand-06 86400s linear infinite;
}
.mh-17 + .hh-02 {
  -webkit-animation: animate-hand-11 86400s linear infinite;
  animation: animate-hand-11 86400s linear infinite;
}
.mh-17 + .hh-03 {
  -webkit-animation: animate-hand-16 86400s linear infinite;
  animation: animate-hand-16 86400s linear infinite;
}
.mh-17 + .hh-04 {
  -webkit-animation: animate-hand-21 86400s linear infinite;
  animation: animate-hand-21 86400s linear infinite;
}
.mh-17 + .hh-05 {
  -webkit-animation: animate-hand-26 86400s linear infinite;
  animation: animate-hand-26 86400s linear infinite;
}
.mh-17 + .hh-06 {
  -webkit-animation: animate-hand-31 86400s linear infinite;
  animation: animate-hand-31 86400s linear infinite;
}
.mh-17 + .hh-07 {
  -webkit-animation: animate-hand-36 86400s linear infinite;
  animation: animate-hand-36 86400s linear infinite;
}
.mh-17 + .hh-08 {
  -webkit-animation: animate-hand-41 86400s linear infinite;
  animation: animate-hand-41 86400s linear infinite;
}
.mh-17 + .hh-09 {
  -webkit-animation: animate-hand-46 86400s linear infinite;
  animation: animate-hand-46 86400s linear infinite;
}
.mh-17 + .hh-10 {
  -webkit-animation: animate-hand-51 86400s linear infinite;
  animation: animate-hand-51 86400s linear infinite;
}
.mh-17 + .hh-11 {
  -webkit-animation: animate-hand-56 86400s linear infinite;
  animation: animate-hand-56 86400s linear infinite;
}
.hh-17 {
  -webkit-animation: animate-hour-hand-17 86400s linear infinite;
  animation: animate-hour-hand-17 86400s linear infinite;
}
@-webkit-keyframes animate-hand-18 {
  from {
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
  }
  to {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
  }
}
@keyframes animate-hand-18 {
  from {
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
  }
  to {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
  }
}
@-webkit-keyframes animate-hour-hand-18 {
  from {
    -webkit-transform: rotate(358deg);
    transform: rotate(358deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes animate-hour-hand-18 {
  from {
    -webkit-transform: rotate(358deg);
    transform: rotate(358deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
.sh-18 {
  -webkit-animation: animate-hand-18 60s linear infinite;
  animation: animate-hand-18 60s linear infinite;
}
.mh-18 {
  -webkit-animation: animate-hand-18 3600s linear infinite;
  animation: animate-hand-18 3600s linear infinite;
}
.mh-18 + .hh-00 {
  -webkit-animation: animate-hand-01 86400s linear infinite;
  animation: animate-hand-01 86400s linear infinite;
}
.mh-18 + .hh-01 {
  -webkit-animation: animate-hand-06 86400s linear infinite;
  animation: animate-hand-06 86400s linear infinite;
}
.mh-18 + .hh-02 {
  -webkit-animation: animate-hand-11 86400s linear infinite;
  animation: animate-hand-11 86400s linear infinite;
}
.mh-18 + .hh-03 {
  -webkit-animation: animate-hand-16 86400s linear infinite;
  animation: animate-hand-16 86400s linear infinite;
}
.mh-18 + .hh-04 {
  -webkit-animation: animate-hand-21 86400s linear infinite;
  animation: animate-hand-21 86400s linear infinite;
}
.mh-18 + .hh-05 {
  -webkit-animation: animate-hand-26 86400s linear infinite;
  animation: animate-hand-26 86400s linear infinite;
}
.mh-18 + .hh-06 {
  -webkit-animation: animate-hand-31 86400s linear infinite;
  animation: animate-hand-31 86400s linear infinite;
}
.mh-18 + .hh-07 {
  -webkit-animation: animate-hand-36 86400s linear infinite;
  animation: animate-hand-36 86400s linear infinite;
}
.mh-18 + .hh-08 {
  -webkit-animation: animate-hand-41 86400s linear infinite;
  animation: animate-hand-41 86400s linear infinite;
}
.mh-18 + .hh-09 {
  -webkit-animation: animate-hand-46 86400s linear infinite;
  animation: animate-hand-46 86400s linear infinite;
}
.mh-18 + .hh-10 {
  -webkit-animation: animate-hand-51 86400s linear infinite;
  animation: animate-hand-51 86400s linear infinite;
}
.mh-18 + .hh-11 {
  -webkit-animation: animate-hand-56 86400s linear infinite;
  animation: animate-hand-56 86400s linear infinite;
}
.hh-18 {
  -webkit-animation: animate-hour-hand-18 86400s linear infinite;
  animation: animate-hour-hand-18 86400s linear infinite;
}
@-webkit-keyframes animate-hand-19 {
  from {
    -webkit-transform: rotate(-66deg);
    transform: rotate(-66deg);
  }
  to {
    -webkit-transform: rotate(294deg);
    transform: rotate(294deg);
  }
}
@keyframes animate-hand-19 {
  from {
    -webkit-transform: rotate(-66deg);
    transform: rotate(-66deg);
  }
  to {
    -webkit-transform: rotate(294deg);
    transform: rotate(294deg);
  }
}
@-webkit-keyframes animate-hour-hand-19 {
  from {
    -webkit-transform: rotate(390deg);
    transform: rotate(390deg);
  }
  to {
    -webkit-transform: rotate(750deg);
    transform: rotate(750deg);
  }
}
@keyframes animate-hour-hand-19 {
  from {
    -webkit-transform: rotate(390deg);
    transform: rotate(390deg);
  }
  to {
    -webkit-transform: rotate(750deg);
    transform: rotate(750deg);
  }
}
.sh-19 {
  -webkit-animation: animate-hand-19 60s linear infinite;
  animation: animate-hand-19 60s linear infinite;
}
.mh-19 {
  -webkit-animation: animate-hand-19 3600s linear infinite;
  animation: animate-hand-19 3600s linear infinite;
}
.mh-19 + .hh-00 {
  -webkit-animation: animate-hand-01 86400s linear infinite;
  animation: animate-hand-01 86400s linear infinite;
}
.mh-19 + .hh-01 {
  -webkit-animation: animate-hand-06 86400s linear infinite;
  animation: animate-hand-06 86400s linear infinite;
}
.mh-19 + .hh-02 {
  -webkit-animation: animate-hand-11 86400s linear infinite;
  animation: animate-hand-11 86400s linear infinite;
}
.mh-19 + .hh-03 {
  -webkit-animation: animate-hand-16 86400s linear infinite;
  animation: animate-hand-16 86400s linear infinite;
}
.mh-19 + .hh-04 {
  -webkit-animation: animate-hand-21 86400s linear infinite;
  animation: animate-hand-21 86400s linear infinite;
}
.mh-19 + .hh-05 {
  -webkit-animation: animate-hand-26 86400s linear infinite;
  animation: animate-hand-26 86400s linear infinite;
}
.mh-19 + .hh-06 {
  -webkit-animation: animate-hand-31 86400s linear infinite;
  animation: animate-hand-31 86400s linear infinite;
}
.mh-19 + .hh-07 {
  -webkit-animation: animate-hand-36 86400s linear infinite;
  animation: animate-hand-36 86400s linear infinite;
}
.mh-19 + .hh-08 {
  -webkit-animation: animate-hand-41 86400s linear infinite;
  animation: animate-hand-41 86400s linear infinite;
}
.mh-19 + .hh-09 {
  -webkit-animation: animate-hand-46 86400s linear infinite;
  animation: animate-hand-46 86400s linear infinite;
}
.mh-19 + .hh-10 {
  -webkit-animation: animate-hand-51 86400s linear infinite;
  animation: animate-hand-51 86400s linear infinite;
}
.mh-19 + .hh-11 {
  -webkit-animation: animate-hand-56 86400s linear infinite;
  animation: animate-hand-56 86400s linear infinite;
}
.hh-19 {
  -webkit-animation: animate-hour-hand-19 86400s linear infinite;
  animation: animate-hour-hand-19 86400s linear infinite;
}
@-webkit-keyframes animate-hand-20 {
  from {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  to {
    -webkit-transform: rotate(298deg);
    transform: rotate(298deg);
  }
}
@keyframes animate-hand-20 {
  from {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  to {
    -webkit-transform: rotate(298deg);
    transform: rotate(298deg);
  }
}
@-webkit-keyframes animate-hour-hand-20 {
  from {
    -webkit-transform: rotate(420deg);
    transform: rotate(420deg);
  }
  to {
    -webkit-transform: rotate(780deg);
    transform: rotate(780deg);
  }
}
@keyframes animate-hour-hand-20 {
  from {
    -webkit-transform: rotate(420deg);
    transform: rotate(420deg);
  }
  to {
    -webkit-transform: rotate(780deg);
    transform: rotate(780deg);
  }
}
.sh-20 {
  -webkit-animation: animate-hand-20 60s linear infinite;
  animation: animate-hand-20 60s linear infinite;
}
.mh-20 {
  -webkit-animation: animate-hand-20 3600s linear infinite;
  animation: animate-hand-20 3600s linear infinite;
}
.mh-20 + .hh-00 {
  -webkit-animation: animate-hand-02 86400s linear infinite;
  animation: animate-hand-02 86400s linear infinite;
}
.mh-20 + .hh-01 {
  -webkit-animation: animate-hand-07 86400s linear infinite;
  animation: animate-hand-07 86400s linear infinite;
}
.mh-20 + .hh-02 {
  -webkit-animation: animate-hand-12 86400s linear infinite;
  animation: animate-hand-12 86400s linear infinite;
}
.mh-20 + .hh-03 {
  -webkit-animation: animate-hand-17 86400s linear infinite;
  animation: animate-hand-17 86400s linear infinite;
}
.mh-20 + .hh-04 {
  -webkit-animation: animate-hand-22 86400s linear infinite;
  animation: animate-hand-22 86400s linear infinite;
}
.mh-20 + .hh-05 {
  -webkit-animation: animate-hand-27 86400s linear infinite;
  animation: animate-hand-27 86400s linear infinite;
}
.mh-20 + .hh-06 {
  -webkit-animation: animate-hand-32 86400s linear infinite;
  animation: animate-hand-32 86400s linear infinite;
}
.mh-20 + .hh-07 {
  -webkit-animation: animate-hand-37 86400s linear infinite;
  animation: animate-hand-37 86400s linear infinite;
}
.mh-20 + .hh-08 {
  -webkit-animation: animate-hand-42 86400s linear infinite;
  animation: animate-hand-42 86400s linear infinite;
}
.mh-20 + .hh-09 {
  -webkit-animation: animate-hand-47 86400s linear infinite;
  animation: animate-hand-47 86400s linear infinite;
}
.mh-20 + .hh-10 {
  -webkit-animation: animate-hand-52 86400s linear infinite;
  animation: animate-hand-52 86400s linear infinite;
}
.mh-20 + .hh-11 {
  -webkit-animation: animate-hand-57 86400s linear infinite;
  animation: animate-hand-57 86400s linear infinite;
}
.hh-20 {
  -webkit-animation: animate-hour-hand-20 86400s linear infinite;
  animation: animate-hour-hand-20 86400s linear infinite;
}
@-webkit-keyframes animate-hand-21 {
  from {
    -webkit-transform: rotate(-54deg);
    transform: rotate(-54deg);
  }
  to {
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg);
  }
}
@keyframes animate-hand-21 {
  from {
    -webkit-transform: rotate(-54deg);
    transform: rotate(-54deg);
  }
  to {
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg);
  }
}
@-webkit-keyframes animate-hour-hand-21 {
  from {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
  to {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
}
@keyframes animate-hour-hand-21 {
  from {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
  to {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
}
.sh-21 {
  -webkit-animation: animate-hand-21 60s linear infinite;
  animation: animate-hand-21 60s linear infinite;
}
.mh-21 {
  -webkit-animation: animate-hand-21 3600s linear infinite;
  animation: animate-hand-21 3600s linear infinite;
}
.mh-21 + .hh-00 {
  -webkit-animation: animate-hand-02 86400s linear infinite;
  animation: animate-hand-02 86400s linear infinite;
}
.mh-21 + .hh-01 {
  -webkit-animation: animate-hand-07 86400s linear infinite;
  animation: animate-hand-07 86400s linear infinite;
}
.mh-21 + .hh-02 {
  -webkit-animation: animate-hand-12 86400s linear infinite;
  animation: animate-hand-12 86400s linear infinite;
}
.mh-21 + .hh-03 {
  -webkit-animation: animate-hand-17 86400s linear infinite;
  animation: animate-hand-17 86400s linear infinite;
}
.mh-21 + .hh-04 {
  -webkit-animation: animate-hand-22 86400s linear infinite;
  animation: animate-hand-22 86400s linear infinite;
}
.mh-21 + .hh-05 {
  -webkit-animation: animate-hand-27 86400s linear infinite;
  animation: animate-hand-27 86400s linear infinite;
}
.mh-21 + .hh-06 {
  -webkit-animation: animate-hand-32 86400s linear infinite;
  animation: animate-hand-32 86400s linear infinite;
}
.mh-21 + .hh-07 {
  -webkit-animation: animate-hand-37 86400s linear infinite;
  animation: animate-hand-37 86400s linear infinite;
}
.mh-21 + .hh-08 {
  -webkit-animation: animate-hand-42 86400s linear infinite;
  animation: animate-hand-42 86400s linear infinite;
}
.mh-21 + .hh-09 {
  -webkit-animation: animate-hand-47 86400s linear infinite;
  animation: animate-hand-47 86400s linear infinite;
}
.mh-21 + .hh-10 {
  -webkit-animation: animate-hand-52 86400s linear infinite;
  animation: animate-hand-52 86400s linear infinite;
}
.mh-21 + .hh-11 {
  -webkit-animation: animate-hand-57 86400s linear infinite;
  animation: animate-hand-57 86400s linear infinite;
}
.hh-21 {
  -webkit-animation: animate-hour-hand-21 86400s linear infinite;
  animation: animate-hour-hand-21 86400s linear infinite;
}
@-webkit-keyframes animate-hand-22 {
  from {
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg);
  }
  to {
    -webkit-transform: rotate(312deg);
    transform: rotate(312deg);
  }
}
@keyframes animate-hand-22 {
  from {
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg);
  }
  to {
    -webkit-transform: rotate(312deg);
    transform: rotate(312deg);
  }
}
@-webkit-keyframes animate-hour-hand-22 {
  from {
    -webkit-transform: rotate(480deg);
    transform: rotate(480deg);
  }
  to {
    -webkit-transform: rotate(840deg);
    transform: rotate(840deg);
  }
}
@keyframes animate-hour-hand-22 {
  from {
    -webkit-transform: rotate(480deg);
    transform: rotate(480deg);
  }
  to {
    -webkit-transform: rotate(840deg);
    transform: rotate(840deg);
  }
}
.sh-22 {
  -webkit-animation: animate-hand-22 60s linear infinite;
  animation: animate-hand-22 60s linear infinite;
}
.mh-22 {
  -webkit-animation: animate-hand-22 3600s linear infinite;
  animation: animate-hand-22 3600s linear infinite;
}
.mh-22 + .hh-00 {
  -webkit-animation: animate-hand-02 86400s linear infinite;
  animation: animate-hand-02 86400s linear infinite;
}
.mh-22 + .hh-01 {
  -webkit-animation: animate-hand-07 86400s linear infinite;
  animation: animate-hand-07 86400s linear infinite;
}
.mh-22 + .hh-02 {
  -webkit-animation: animate-hand-12 86400s linear infinite;
  animation: animate-hand-12 86400s linear infinite;
}
.mh-22 + .hh-03 {
  -webkit-animation: animate-hand-17 86400s linear infinite;
  animation: animate-hand-17 86400s linear infinite;
}
.mh-22 + .hh-04 {
  -webkit-animation: animate-hand-22 86400s linear infinite;
  animation: animate-hand-22 86400s linear infinite;
}
.mh-22 + .hh-05 {
  -webkit-animation: animate-hand-27 86400s linear infinite;
  animation: animate-hand-27 86400s linear infinite;
}
.mh-22 + .hh-06 {
  -webkit-animation: animate-hand-32 86400s linear infinite;
  animation: animate-hand-32 86400s linear infinite;
}
.mh-22 + .hh-07 {
  -webkit-animation: animate-hand-37 86400s linear infinite;
  animation: animate-hand-37 86400s linear infinite;
}
.mh-22 + .hh-08 {
  -webkit-animation: animate-hand-42 86400s linear infinite;
  animation: animate-hand-42 86400s linear infinite;
}
.mh-22 + .hh-09 {
  -webkit-animation: animate-hand-47 86400s linear infinite;
  animation: animate-hand-47 86400s linear infinite;
}
.mh-22 + .hh-10 {
  -webkit-animation: animate-hand-52 86400s linear infinite;
  animation: animate-hand-52 86400s linear infinite;
}
.mh-22 + .hh-11 {
  -webkit-animation: animate-hand-57 86400s linear infinite;
  animation: animate-hand-57 86400s linear infinite;
}
.hh-22 {
  -webkit-animation: animate-hour-hand-22 86400s linear infinite;
  animation: animate-hour-hand-22 86400s linear infinite;
}
@-webkit-keyframes animate-hand-23 {
  from {
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
  }
  to {
    -webkit-transform: rotate(318deg);
    transform: rotate(318deg);
  }
}
@keyframes animate-hand-23 {
  from {
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
  }
  to {
    -webkit-transform: rotate(318deg);
    transform: rotate(318deg);
  }
}
@-webkit-keyframes animate-hour-hand-23 {
  from {
    -webkit-transform: rotate(510deg);
    transform: rotate(510deg);
  }
  to {
    -webkit-transform: rotate(870deg);
    transform: rotate(870deg);
  }
}
@keyframes animate-hour-hand-23 {
  from {
    -webkit-transform: rotate(510deg);
    transform: rotate(510deg);
  }
  to {
    -webkit-transform: rotate(870deg);
    transform: rotate(870deg);
  }
}
.sh-23 {
  -webkit-animation: animate-hand-23 60s linear infinite;
  animation: animate-hand-23 60s linear infinite;
}
.mh-23 {
  -webkit-animation: animate-hand-23 3600s linear infinite;
  animation: animate-hand-23 3600s linear infinite;
}
.mh-23 + .hh-00 {
  -webkit-animation: animate-hand-02 86400s linear infinite;
  animation: animate-hand-02 86400s linear infinite;
}
.mh-23 + .hh-01 {
  -webkit-animation: animate-hand-07 86400s linear infinite;
  animation: animate-hand-07 86400s linear infinite;
}
.mh-23 + .hh-02 {
  -webkit-animation: animate-hand-12 86400s linear infinite;
  animation: animate-hand-12 86400s linear infinite;
}
.mh-23 + .hh-03 {
  -webkit-animation: animate-hand-17 86400s linear infinite;
  animation: animate-hand-17 86400s linear infinite;
}
.mh-23 + .hh-04 {
  -webkit-animation: animate-hand-22 86400s linear infinite;
  animation: animate-hand-22 86400s linear infinite;
}
.mh-23 + .hh-05 {
  -webkit-animation: animate-hand-27 86400s linear infinite;
  animation: animate-hand-27 86400s linear infinite;
}
.mh-23 + .hh-06 {
  -webkit-animation: animate-hand-32 86400s linear infinite;
  animation: animate-hand-32 86400s linear infinite;
}
.mh-23 + .hh-07 {
  -webkit-animation: animate-hand-37 86400s linear infinite;
  animation: animate-hand-37 86400s linear infinite;
}
.mh-23 + .hh-08 {
  -webkit-animation: animate-hand-42 86400s linear infinite;
  animation: animate-hand-42 86400s linear infinite;
}
.mh-23 + .hh-09 {
  -webkit-animation: animate-hand-47 86400s linear infinite;
  animation: animate-hand-47 86400s linear infinite;
}
.mh-23 + .hh-10 {
  -webkit-animation: animate-hand-52 86400s linear infinite;
  animation: animate-hand-52 86400s linear infinite;
}
.mh-23 + .hh-11 {
  -webkit-animation: animate-hand-57 86400s linear infinite;
  animation: animate-hand-57 86400s linear infinite;
}
.hh-23 {
  -webkit-animation: animate-hour-hand-23 86400s linear infinite;
  animation: animate-hour-hand-23 86400s linear infinite;
}
@-webkit-keyframes animate-hand-24 {
  from {
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }
  to {
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
  }
}
@keyframes animate-hand-24 {
  from {
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }
  to {
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
  }
}
@-webkit-keyframes animate-hour-hand-24 {
  from {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  to {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
}
@keyframes animate-hour-hand-24 {
  from {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  to {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
}
.sh-24 {
  -webkit-animation: animate-hand-24 60s linear infinite;
  animation: animate-hand-24 60s linear infinite;
}
.mh-24 {
  -webkit-animation: animate-hand-24 3600s linear infinite;
  animation: animate-hand-24 3600s linear infinite;
}
.mh-24 + .hh-00 {
  -webkit-animation: animate-hand-02 86400s linear infinite;
  animation: animate-hand-02 86400s linear infinite;
}
.mh-24 + .hh-01 {
  -webkit-animation: animate-hand-07 86400s linear infinite;
  animation: animate-hand-07 86400s linear infinite;
}
.mh-24 + .hh-02 {
  -webkit-animation: animate-hand-12 86400s linear infinite;
  animation: animate-hand-12 86400s linear infinite;
}
.mh-24 + .hh-03 {
  -webkit-animation: animate-hand-17 86400s linear infinite;
  animation: animate-hand-17 86400s linear infinite;
}
.mh-24 + .hh-04 {
  -webkit-animation: animate-hand-22 86400s linear infinite;
  animation: animate-hand-22 86400s linear infinite;
}
.mh-24 + .hh-05 {
  -webkit-animation: animate-hand-27 86400s linear infinite;
  animation: animate-hand-27 86400s linear infinite;
}
.mh-24 + .hh-06 {
  -webkit-animation: animate-hand-32 86400s linear infinite;
  animation: animate-hand-32 86400s linear infinite;
}
.mh-24 + .hh-07 {
  -webkit-animation: animate-hand-37 86400s linear infinite;
  animation: animate-hand-37 86400s linear infinite;
}
.mh-24 + .hh-08 {
  -webkit-animation: animate-hand-42 86400s linear infinite;
  animation: animate-hand-42 86400s linear infinite;
}
.mh-24 + .hh-09 {
  -webkit-animation: animate-hand-47 86400s linear infinite;
  animation: animate-hand-47 86400s linear infinite;
}
.mh-24 + .hh-10 {
  -webkit-animation: animate-hand-52 86400s linear infinite;
  animation: animate-hand-52 86400s linear infinite;
}
.mh-24 + .hh-11 {
  -webkit-animation: animate-hand-57 86400s linear infinite;
  animation: animate-hand-57 86400s linear infinite;
}
.hh-24 {
  -webkit-animation: animate-hour-hand-24 86400s linear infinite;
  animation: animate-hour-hand-24 86400s linear infinite;
}
@-webkit-keyframes animate-hand-25 {
  from {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  to {
    -webkit-transform: rotate(328deg);
    transform: rotate(328deg);
  }
}
@keyframes animate-hand-25 {
  from {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  to {
    -webkit-transform: rotate(328deg);
    transform: rotate(328deg);
  }
}
@-webkit-keyframes animate-hour-hand-25 {
  from {
    -webkit-transform: rotate(570deg);
    transform: rotate(570deg);
  }
  to {
    -webkit-transform: rotate(930deg);
    transform: rotate(930deg);
  }
}
@keyframes animate-hour-hand-25 {
  from {
    -webkit-transform: rotate(570deg);
    transform: rotate(570deg);
  }
  to {
    -webkit-transform: rotate(930deg);
    transform: rotate(930deg);
  }
}
.sh-25 {
  -webkit-animation: animate-hand-25 60s linear infinite;
  animation: animate-hand-25 60s linear infinite;
}
.mh-25 {
  -webkit-animation: animate-hand-25 3600s linear infinite;
  animation: animate-hand-25 3600s linear infinite;
}
.mh-25 + .hh-00 {
  -webkit-animation: animate-hand-02 86400s linear infinite;
  animation: animate-hand-02 86400s linear infinite;
}
.mh-25 + .hh-01 {
  -webkit-animation: animate-hand-07 86400s linear infinite;
  animation: animate-hand-07 86400s linear infinite;
}
.mh-25 + .hh-02 {
  -webkit-animation: animate-hand-12 86400s linear infinite;
  animation: animate-hand-12 86400s linear infinite;
}
.mh-25 + .hh-03 {
  -webkit-animation: animate-hand-17 86400s linear infinite;
  animation: animate-hand-17 86400s linear infinite;
}
.mh-25 + .hh-04 {
  -webkit-animation: animate-hand-22 86400s linear infinite;
  animation: animate-hand-22 86400s linear infinite;
}
.mh-25 + .hh-05 {
  -webkit-animation: animate-hand-27 86400s linear infinite;
  animation: animate-hand-27 86400s linear infinite;
}
.mh-25 + .hh-06 {
  -webkit-animation: animate-hand-32 86400s linear infinite;
  animation: animate-hand-32 86400s linear infinite;
}
.mh-25 + .hh-07 {
  -webkit-animation: animate-hand-37 86400s linear infinite;
  animation: animate-hand-37 86400s linear infinite;
}
.mh-25 + .hh-08 {
  -webkit-animation: animate-hand-42 86400s linear infinite;
  animation: animate-hand-42 86400s linear infinite;
}
.mh-25 + .hh-09 {
  -webkit-animation: animate-hand-47 86400s linear infinite;
  animation: animate-hand-47 86400s linear infinite;
}
.mh-25 + .hh-10 {
  -webkit-animation: animate-hand-52 86400s linear infinite;
  animation: animate-hand-52 86400s linear infinite;
}
.mh-25 + .hh-11 {
  -webkit-animation: animate-hand-57 86400s linear infinite;
  animation: animate-hand-57 86400s linear infinite;
}
.hh-25 {
  -webkit-animation: animate-hour-hand-25 86400s linear infinite;
  animation: animate-hour-hand-25 86400s linear infinite;
}
@-webkit-keyframes animate-hand-26 {
  from {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  to {
    -webkit-transform: rotate(336deg);
    transform: rotate(336deg);
  }
}
@keyframes animate-hand-26 {
  from {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  to {
    -webkit-transform: rotate(336deg);
    transform: rotate(336deg);
  }
}
@-webkit-keyframes animate-hour-hand-26 {
  from {
    -webkit-transform: rotate(600deg);
    transform: rotate(600deg);
  }
  to {
    -webkit-transform: rotate(960deg);
    transform: rotate(960deg);
  }
}
@keyframes animate-hour-hand-26 {
  from {
    -webkit-transform: rotate(600deg);
    transform: rotate(600deg);
  }
  to {
    -webkit-transform: rotate(960deg);
    transform: rotate(960deg);
  }
}
.sh-26 {
  -webkit-animation: animate-hand-26 60s linear infinite;
  animation: animate-hand-26 60s linear infinite;
}
.mh-26 {
  -webkit-animation: animate-hand-26 3600s linear infinite;
  animation: animate-hand-26 3600s linear infinite;
}
.mh-26 + .hh-00 {
  -webkit-animation: animate-hand-02 86400s linear infinite;
  animation: animate-hand-02 86400s linear infinite;
}
.mh-26 + .hh-01 {
  -webkit-animation: animate-hand-07 86400s linear infinite;
  animation: animate-hand-07 86400s linear infinite;
}
.mh-26 + .hh-02 {
  -webkit-animation: animate-hand-12 86400s linear infinite;
  animation: animate-hand-12 86400s linear infinite;
}
.mh-26 + .hh-03 {
  -webkit-animation: animate-hand-17 86400s linear infinite;
  animation: animate-hand-17 86400s linear infinite;
}
.mh-26 + .hh-04 {
  -webkit-animation: animate-hand-22 86400s linear infinite;
  animation: animate-hand-22 86400s linear infinite;
}
.mh-26 + .hh-05 {
  -webkit-animation: animate-hand-27 86400s linear infinite;
  animation: animate-hand-27 86400s linear infinite;
}
.mh-26 + .hh-06 {
  -webkit-animation: animate-hand-32 86400s linear infinite;
  animation: animate-hand-32 86400s linear infinite;
}
.mh-26 + .hh-07 {
  -webkit-animation: animate-hand-37 86400s linear infinite;
  animation: animate-hand-37 86400s linear infinite;
}
.mh-26 + .hh-08 {
  -webkit-animation: animate-hand-42 86400s linear infinite;
  animation: animate-hand-42 86400s linear infinite;
}
.mh-26 + .hh-09 {
  -webkit-animation: animate-hand-47 86400s linear infinite;
  animation: animate-hand-47 86400s linear infinite;
}
.mh-26 + .hh-10 {
  -webkit-animation: animate-hand-52 86400s linear infinite;
  animation: animate-hand-52 86400s linear infinite;
}
.mh-26 + .hh-11 {
  -webkit-animation: animate-hand-57 86400s linear infinite;
  animation: animate-hand-57 86400s linear infinite;
}
.hh-26 {
  -webkit-animation: animate-hour-hand-26 86400s linear infinite;
  animation: animate-hour-hand-26 86400s linear infinite;
}
@-webkit-keyframes animate-hand-27 {
  from {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  to {
    -webkit-transform: rotate(342deg);
    transform: rotate(342deg);
  }
}
@keyframes animate-hand-27 {
  from {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  to {
    -webkit-transform: rotate(342deg);
    transform: rotate(342deg);
  }
}
@-webkit-keyframes animate-hour-hand-27 {
  from {
    -webkit-transform: rotate(630deg);
    transform: rotate(630deg);
  }
  to {
    -webkit-transform: rotate(990deg);
    transform: rotate(990deg);
  }
}
@keyframes animate-hour-hand-27 {
  from {
    -webkit-transform: rotate(630deg);
    transform: rotate(630deg);
  }
  to {
    -webkit-transform: rotate(990deg);
    transform: rotate(990deg);
  }
}
.sh-27 {
  -webkit-animation: animate-hand-27 60s linear infinite;
  animation: animate-hand-27 60s linear infinite;
}
.mh-27 {
  -webkit-animation: animate-hand-27 3600s linear infinite;
  animation: animate-hand-27 3600s linear infinite;
}
.mh-27 + .hh-00 {
  -webkit-animation: animate-hand-02 86400s linear infinite;
  animation: animate-hand-02 86400s linear infinite;
}
.mh-27 + .hh-01 {
  -webkit-animation: animate-hand-07 86400s linear infinite;
  animation: animate-hand-07 86400s linear infinite;
}
.mh-27 + .hh-02 {
  -webkit-animation: animate-hand-12 86400s linear infinite;
  animation: animate-hand-12 86400s linear infinite;
}
.mh-27 + .hh-03 {
  -webkit-animation: animate-hand-17 86400s linear infinite;
  animation: animate-hand-17 86400s linear infinite;
}
.mh-27 + .hh-04 {
  -webkit-animation: animate-hand-22 86400s linear infinite;
  animation: animate-hand-22 86400s linear infinite;
}
.mh-27 + .hh-05 {
  -webkit-animation: animate-hand-27 86400s linear infinite;
  animation: animate-hand-27 86400s linear infinite;
}
.mh-27 + .hh-06 {
  -webkit-animation: animate-hand-32 86400s linear infinite;
  animation: animate-hand-32 86400s linear infinite;
}
.mh-27 + .hh-07 {
  -webkit-animation: animate-hand-37 86400s linear infinite;
  animation: animate-hand-37 86400s linear infinite;
}
.mh-27 + .hh-08 {
  -webkit-animation: animate-hand-42 86400s linear infinite;
  animation: animate-hand-42 86400s linear infinite;
}
.mh-27 + .hh-09 {
  -webkit-animation: animate-hand-47 86400s linear infinite;
  animation: animate-hand-47 86400s linear infinite;
}
.mh-27 + .hh-10 {
  -webkit-animation: animate-hand-52 86400s linear infinite;
  animation: animate-hand-52 86400s linear infinite;
}
.mh-27 + .hh-11 {
  -webkit-animation: animate-hand-57 86400s linear infinite;
  animation: animate-hand-57 86400s linear infinite;
}
.hh-27 {
  -webkit-animation: animate-hour-hand-27 86400s linear infinite;
  animation: animate-hour-hand-27 86400s linear infinite;
}
@-webkit-keyframes animate-hand-28 {
  from {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  to {
    -webkit-transform: rotate(348deg);
    transform: rotate(348deg);
  }
}
@keyframes animate-hand-28 {
  from {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  to {
    -webkit-transform: rotate(348deg);
    transform: rotate(348deg);
  }
}
@-webkit-keyframes animate-hour-hand-28 {
  from {
    -webkit-transform: rotate(660deg);
    transform: rotate(660deg);
  }
  to {
    -webkit-transform: rotate(1020deg);
    transform: rotate(1020deg);
  }
}
@keyframes animate-hour-hand-28 {
  from {
    -webkit-transform: rotate(660deg);
    transform: rotate(660deg);
  }
  to {
    -webkit-transform: rotate(1020deg);
    transform: rotate(1020deg);
  }
}
.sh-28 {
  -webkit-animation: animate-hand-28 60s linear infinite;
  animation: animate-hand-28 60s linear infinite;
}
.mh-28 {
  -webkit-animation: animate-hand-28 3600s linear infinite;
  animation: animate-hand-28 3600s linear infinite;
}
.mh-28 + .hh-00 {
  -webkit-animation: animate-hand-02 86400s linear infinite;
  animation: animate-hand-02 86400s linear infinite;
}
.mh-28 + .hh-01 {
  -webkit-animation: animate-hand-07 86400s linear infinite;
  animation: animate-hand-07 86400s linear infinite;
}
.mh-28 + .hh-02 {
  -webkit-animation: animate-hand-12 86400s linear infinite;
  animation: animate-hand-12 86400s linear infinite;
}
.mh-28 + .hh-03 {
  -webkit-animation: animate-hand-17 86400s linear infinite;
  animation: animate-hand-17 86400s linear infinite;
}
.mh-28 + .hh-04 {
  -webkit-animation: animate-hand-22 86400s linear infinite;
  animation: animate-hand-22 86400s linear infinite;
}
.mh-28 + .hh-05 {
  -webkit-animation: animate-hand-27 86400s linear infinite;
  animation: animate-hand-27 86400s linear infinite;
}
.mh-28 + .hh-06 {
  -webkit-animation: animate-hand-32 86400s linear infinite;
  animation: animate-hand-32 86400s linear infinite;
}
.mh-28 + .hh-07 {
  -webkit-animation: animate-hand-37 86400s linear infinite;
  animation: animate-hand-37 86400s linear infinite;
}
.mh-28 + .hh-08 {
  -webkit-animation: animate-hand-42 86400s linear infinite;
  animation: animate-hand-42 86400s linear infinite;
}
.mh-28 + .hh-09 {
  -webkit-animation: animate-hand-47 86400s linear infinite;
  animation: animate-hand-47 86400s linear infinite;
}
.mh-28 + .hh-10 {
  -webkit-animation: animate-hand-52 86400s linear infinite;
  animation: animate-hand-52 86400s linear infinite;
}
.mh-28 + .hh-11 {
  -webkit-animation: animate-hand-57 86400s linear infinite;
  animation: animate-hand-57 86400s linear infinite;
}
.hh-28 {
  -webkit-animation: animate-hour-hand-28 86400s linear infinite;
  animation: animate-hour-hand-28 86400s linear infinite;
}
@-webkit-keyframes animate-hand-29 {
  from {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  to {
    -webkit-transform: rotate(354deg);
    transform: rotate(354deg);
  }
}
@keyframes animate-hand-29 {
  from {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  to {
    -webkit-transform: rotate(354deg);
    transform: rotate(354deg);
  }
}
@-webkit-keyframes animate-hour-hand-29 {
  from {
    -webkit-transform: rotate(690deg);
    transform: rotate(690deg);
  }
  to {
    -webkit-transform: rotate(1050deg);
    transform: rotate(1050deg);
  }
}
@keyframes animate-hour-hand-29 {
  from {
    -webkit-transform: rotate(690deg);
    transform: rotate(690deg);
  }
  to {
    -webkit-transform: rotate(1050deg);
    transform: rotate(1050deg);
  }
}
.sh-29 {
  -webkit-animation: animate-hand-29 60s linear infinite;
  animation: animate-hand-29 60s linear infinite;
}
.mh-29 {
  -webkit-animation: animate-hand-29 3600s linear infinite;
  animation: animate-hand-29 3600s linear infinite;
}
.mh-29 + .hh-00 {
  -webkit-animation: animate-hand-02 86400s linear infinite;
  animation: animate-hand-02 86400s linear infinite;
}
.mh-29 + .hh-01 {
  -webkit-animation: animate-hand-07 86400s linear infinite;
  animation: animate-hand-07 86400s linear infinite;
}
.mh-29 + .hh-02 {
  -webkit-animation: animate-hand-12 86400s linear infinite;
  animation: animate-hand-12 86400s linear infinite;
}
.mh-29 + .hh-03 {
  -webkit-animation: animate-hand-17 86400s linear infinite;
  animation: animate-hand-17 86400s linear infinite;
}
.mh-29 + .hh-04 {
  -webkit-animation: animate-hand-22 86400s linear infinite;
  animation: animate-hand-22 86400s linear infinite;
}
.mh-29 + .hh-05 {
  -webkit-animation: animate-hand-27 86400s linear infinite;
  animation: animate-hand-27 86400s linear infinite;
}
.mh-29 + .hh-06 {
  -webkit-animation: animate-hand-32 86400s linear infinite;
  animation: animate-hand-32 86400s linear infinite;
}
.mh-29 + .hh-07 {
  -webkit-animation: animate-hand-37 86400s linear infinite;
  animation: animate-hand-37 86400s linear infinite;
}
.mh-29 + .hh-08 {
  -webkit-animation: animate-hand-42 86400s linear infinite;
  animation: animate-hand-42 86400s linear infinite;
}
.mh-29 + .hh-09 {
  -webkit-animation: animate-hand-47 86400s linear infinite;
  animation: animate-hand-47 86400s linear infinite;
}
.mh-29 + .hh-10 {
  -webkit-animation: animate-hand-52 86400s linear infinite;
  animation: animate-hand-52 86400s linear infinite;
}
.mh-29 + .hh-11 {
  -webkit-animation: animate-hand-57 86400s linear infinite;
  animation: animate-hand-57 86400s linear infinite;
}
.hh-29 {
  -webkit-animation: animate-hour-hand-29 86400s linear infinite;
  animation: animate-hour-hand-29 86400s linear infinite;
}
@-webkit-keyframes animate-hand-30 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(358deg);
    transform: rotate(358deg);
  }
}
@keyframes animate-hand-30 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(358deg);
    transform: rotate(358deg);
  }
}
@-webkit-keyframes animate-hour-hand-30 {
  from {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@keyframes animate-hour-hand-30 {
  from {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
.sh-30 {
  -webkit-animation: animate-hand-30 60s linear infinite;
  animation: animate-hand-30 60s linear infinite;
}
.mh-30 {
  -webkit-animation: animate-hand-30 3600s linear infinite;
  animation: animate-hand-30 3600s linear infinite;
}
.mh-30 + .hh-00 {
  -webkit-animation: animate-hand-03 86400s linear infinite;
  animation: animate-hand-03 86400s linear infinite;
}
.mh-30 + .hh-01 {
  -webkit-animation: animate-hand-08 86400s linear infinite;
  animation: animate-hand-08 86400s linear infinite;
}
.mh-30 + .hh-02 {
  -webkit-animation: animate-hand-13 86400s linear infinite;
  animation: animate-hand-13 86400s linear infinite;
}
.mh-30 + .hh-03 {
  -webkit-animation: animate-hand-18 86400s linear infinite;
  animation: animate-hand-18 86400s linear infinite;
}
.mh-30 + .hh-04 {
  -webkit-animation: animate-hand-23 86400s linear infinite;
  animation: animate-hand-23 86400s linear infinite;
}
.mh-30 + .hh-05 {
  -webkit-animation: animate-hand-28 86400s linear infinite;
  animation: animate-hand-28 86400s linear infinite;
}
.mh-30 + .hh-06 {
  -webkit-animation: animate-hand-33 86400s linear infinite;
  animation: animate-hand-33 86400s linear infinite;
}
.mh-30 + .hh-07 {
  -webkit-animation: animate-hand-38 86400s linear infinite;
  animation: animate-hand-38 86400s linear infinite;
}
.mh-30 + .hh-08 {
  -webkit-animation: animate-hand-43 86400s linear infinite;
  animation: animate-hand-43 86400s linear infinite;
}
.mh-30 + .hh-09 {
  -webkit-animation: animate-hand-48 86400s linear infinite;
  animation: animate-hand-48 86400s linear infinite;
}
.mh-30 + .hh-10 {
  -webkit-animation: animate-hand-53 86400s linear infinite;
  animation: animate-hand-53 86400s linear infinite;
}
.mh-30 + .hh-11 {
  -webkit-animation: animate-hand-58 86400s linear infinite;
  animation: animate-hand-58 86400s linear infinite;
}
.hh-30 {
  -webkit-animation: animate-hour-hand-30 86400s linear infinite;
  animation: animate-hour-hand-30 86400s linear infinite;
}
@-webkit-keyframes animate-hand-31 {
  from {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  to {
    -webkit-transform: rotate(366deg);
    transform: rotate(366deg);
  }
}
@keyframes animate-hand-31 {
  from {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  to {
    -webkit-transform: rotate(366deg);
    transform: rotate(366deg);
  }
}
@-webkit-keyframes animate-hour-hand-31 {
  from {
    -webkit-transform: rotate(750deg);
    transform: rotate(750deg);
  }
  to {
    -webkit-transform: rotate(1110deg);
    transform: rotate(1110deg);
  }
}
@keyframes animate-hour-hand-31 {
  from {
    -webkit-transform: rotate(750deg);
    transform: rotate(750deg);
  }
  to {
    -webkit-transform: rotate(1110deg);
    transform: rotate(1110deg);
  }
}
.sh-31 {
  -webkit-animation: animate-hand-31 60s linear infinite;
  animation: animate-hand-31 60s linear infinite;
}
.mh-31 {
  -webkit-animation: animate-hand-31 3600s linear infinite;
  animation: animate-hand-31 3600s linear infinite;
}
.mh-31 + .hh-00 {
  -webkit-animation: animate-hand-03 86400s linear infinite;
  animation: animate-hand-03 86400s linear infinite;
}
.mh-31 + .hh-01 {
  -webkit-animation: animate-hand-08 86400s linear infinite;
  animation: animate-hand-08 86400s linear infinite;
}
.mh-31 + .hh-02 {
  -webkit-animation: animate-hand-13 86400s linear infinite;
  animation: animate-hand-13 86400s linear infinite;
}
.mh-31 + .hh-03 {
  -webkit-animation: animate-hand-18 86400s linear infinite;
  animation: animate-hand-18 86400s linear infinite;
}
.mh-31 + .hh-04 {
  -webkit-animation: animate-hand-23 86400s linear infinite;
  animation: animate-hand-23 86400s linear infinite;
}
.mh-31 + .hh-05 {
  -webkit-animation: animate-hand-28 86400s linear infinite;
  animation: animate-hand-28 86400s linear infinite;
}
.mh-31 + .hh-06 {
  -webkit-animation: animate-hand-33 86400s linear infinite;
  animation: animate-hand-33 86400s linear infinite;
}
.mh-31 + .hh-07 {
  -webkit-animation: animate-hand-38 86400s linear infinite;
  animation: animate-hand-38 86400s linear infinite;
}
.mh-31 + .hh-08 {
  -webkit-animation: animate-hand-43 86400s linear infinite;
  animation: animate-hand-43 86400s linear infinite;
}
.mh-31 + .hh-09 {
  -webkit-animation: animate-hand-48 86400s linear infinite;
  animation: animate-hand-48 86400s linear infinite;
}
.mh-31 + .hh-10 {
  -webkit-animation: animate-hand-53 86400s linear infinite;
  animation: animate-hand-53 86400s linear infinite;
}
.mh-31 + .hh-11 {
  -webkit-animation: animate-hand-58 86400s linear infinite;
  animation: animate-hand-58 86400s linear infinite;
}
.hh-31 {
  -webkit-animation: animate-hour-hand-31 86400s linear infinite;
  animation: animate-hour-hand-31 86400s linear infinite;
}
@-webkit-keyframes animate-hand-32 {
  from {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  to {
    -webkit-transform: rotate(372deg);
    transform: rotate(372deg);
  }
}
@keyframes animate-hand-32 {
  from {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  to {
    -webkit-transform: rotate(372deg);
    transform: rotate(372deg);
  }
}
@-webkit-keyframes animate-hour-hand-32 {
  from {
    -webkit-transform: rotate(780deg);
    transform: rotate(780deg);
  }
  to {
    -webkit-transform: rotate(1140deg);
    transform: rotate(1140deg);
  }
}
@keyframes animate-hour-hand-32 {
  from {
    -webkit-transform: rotate(780deg);
    transform: rotate(780deg);
  }
  to {
    -webkit-transform: rotate(1140deg);
    transform: rotate(1140deg);
  }
}
.sh-32 {
  -webkit-animation: animate-hand-32 60s linear infinite;
  animation: animate-hand-32 60s linear infinite;
}
.mh-32 {
  -webkit-animation: animate-hand-32 3600s linear infinite;
  animation: animate-hand-32 3600s linear infinite;
}
.mh-32 + .hh-00 {
  -webkit-animation: animate-hand-03 86400s linear infinite;
  animation: animate-hand-03 86400s linear infinite;
}
.mh-32 + .hh-01 {
  -webkit-animation: animate-hand-08 86400s linear infinite;
  animation: animate-hand-08 86400s linear infinite;
}
.mh-32 + .hh-02 {
  -webkit-animation: animate-hand-13 86400s linear infinite;
  animation: animate-hand-13 86400s linear infinite;
}
.mh-32 + .hh-03 {
  -webkit-animation: animate-hand-18 86400s linear infinite;
  animation: animate-hand-18 86400s linear infinite;
}
.mh-32 + .hh-04 {
  -webkit-animation: animate-hand-23 86400s linear infinite;
  animation: animate-hand-23 86400s linear infinite;
}
.mh-32 + .hh-05 {
  -webkit-animation: animate-hand-28 86400s linear infinite;
  animation: animate-hand-28 86400s linear infinite;
}
.mh-32 + .hh-06 {
  -webkit-animation: animate-hand-33 86400s linear infinite;
  animation: animate-hand-33 86400s linear infinite;
}
.mh-32 + .hh-07 {
  -webkit-animation: animate-hand-38 86400s linear infinite;
  animation: animate-hand-38 86400s linear infinite;
}
.mh-32 + .hh-08 {
  -webkit-animation: animate-hand-43 86400s linear infinite;
  animation: animate-hand-43 86400s linear infinite;
}
.mh-32 + .hh-09 {
  -webkit-animation: animate-hand-48 86400s linear infinite;
  animation: animate-hand-48 86400s linear infinite;
}
.mh-32 + .hh-10 {
  -webkit-animation: animate-hand-53 86400s linear infinite;
  animation: animate-hand-53 86400s linear infinite;
}
.mh-32 + .hh-11 {
  -webkit-animation: animate-hand-58 86400s linear infinite;
  animation: animate-hand-58 86400s linear infinite;
}
.hh-32 {
  -webkit-animation: animate-hour-hand-32 86400s linear infinite;
  animation: animate-hour-hand-32 86400s linear infinite;
}
@-webkit-keyframes animate-hand-33 {
  from {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  to {
    -webkit-transform: rotate(378deg);
    transform: rotate(378deg);
  }
}
@keyframes animate-hand-33 {
  from {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  to {
    -webkit-transform: rotate(378deg);
    transform: rotate(378deg);
  }
}
@-webkit-keyframes animate-hour-hand-33 {
  from {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  to {
    -webkit-transform: rotate(1170deg);
    transform: rotate(1170deg);
  }
}
@keyframes animate-hour-hand-33 {
  from {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  to {
    -webkit-transform: rotate(1170deg);
    transform: rotate(1170deg);
  }
}
.sh-33 {
  -webkit-animation: animate-hand-33 60s linear infinite;
  animation: animate-hand-33 60s linear infinite;
}
.mh-33 {
  -webkit-animation: animate-hand-33 3600s linear infinite;
  animation: animate-hand-33 3600s linear infinite;
}
.mh-33 + .hh-00 {
  -webkit-animation: animate-hand-03 86400s linear infinite;
  animation: animate-hand-03 86400s linear infinite;
}
.mh-33 + .hh-01 {
  -webkit-animation: animate-hand-08 86400s linear infinite;
  animation: animate-hand-08 86400s linear infinite;
}
.mh-33 + .hh-02 {
  -webkit-animation: animate-hand-13 86400s linear infinite;
  animation: animate-hand-13 86400s linear infinite;
}
.mh-33 + .hh-03 {
  -webkit-animation: animate-hand-18 86400s linear infinite;
  animation: animate-hand-18 86400s linear infinite;
}
.mh-33 + .hh-04 {
  -webkit-animation: animate-hand-23 86400s linear infinite;
  animation: animate-hand-23 86400s linear infinite;
}
.mh-33 + .hh-05 {
  -webkit-animation: animate-hand-28 86400s linear infinite;
  animation: animate-hand-28 86400s linear infinite;
}
.mh-33 + .hh-06 {
  -webkit-animation: animate-hand-33 86400s linear infinite;
  animation: animate-hand-33 86400s linear infinite;
}
.mh-33 + .hh-07 {
  -webkit-animation: animate-hand-38 86400s linear infinite;
  animation: animate-hand-38 86400s linear infinite;
}
.mh-33 + .hh-08 {
  -webkit-animation: animate-hand-43 86400s linear infinite;
  animation: animate-hand-43 86400s linear infinite;
}
.mh-33 + .hh-09 {
  -webkit-animation: animate-hand-48 86400s linear infinite;
  animation: animate-hand-48 86400s linear infinite;
}
.mh-33 + .hh-10 {
  -webkit-animation: animate-hand-53 86400s linear infinite;
  animation: animate-hand-53 86400s linear infinite;
}
.mh-33 + .hh-11 {
  -webkit-animation: animate-hand-58 86400s linear infinite;
  animation: animate-hand-58 86400s linear infinite;
}
.hh-33 {
  -webkit-animation: animate-hour-hand-33 86400s linear infinite;
  animation: animate-hour-hand-33 86400s linear infinite;
}
@-webkit-keyframes animate-hand-34 {
  from {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  to {
    -webkit-transform: rotate(384deg);
    transform: rotate(384deg);
  }
}
@keyframes animate-hand-34 {
  from {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  to {
    -webkit-transform: rotate(384deg);
    transform: rotate(384deg);
  }
}
@-webkit-keyframes animate-hour-hand-34 {
  from {
    -webkit-transform: rotate(840deg);
    transform: rotate(840deg);
  }
  to {
    -webkit-transform: rotate(1200deg);
    transform: rotate(1200deg);
  }
}
@keyframes animate-hour-hand-34 {
  from {
    -webkit-transform: rotate(840deg);
    transform: rotate(840deg);
  }
  to {
    -webkit-transform: rotate(1200deg);
    transform: rotate(1200deg);
  }
}
.sh-34 {
  -webkit-animation: animate-hand-34 60s linear infinite;
  animation: animate-hand-34 60s linear infinite;
}
.mh-34 {
  -webkit-animation: animate-hand-34 3600s linear infinite;
  animation: animate-hand-34 3600s linear infinite;
}
.mh-34 + .hh-00 {
  -webkit-animation: animate-hand-03 86400s linear infinite;
  animation: animate-hand-03 86400s linear infinite;
}
.mh-34 + .hh-01 {
  -webkit-animation: animate-hand-08 86400s linear infinite;
  animation: animate-hand-08 86400s linear infinite;
}
.mh-34 + .hh-02 {
  -webkit-animation: animate-hand-13 86400s linear infinite;
  animation: animate-hand-13 86400s linear infinite;
}
.mh-34 + .hh-03 {
  -webkit-animation: animate-hand-18 86400s linear infinite;
  animation: animate-hand-18 86400s linear infinite;
}
.mh-34 + .hh-04 {
  -webkit-animation: animate-hand-23 86400s linear infinite;
  animation: animate-hand-23 86400s linear infinite;
}
.mh-34 + .hh-05 {
  -webkit-animation: animate-hand-28 86400s linear infinite;
  animation: animate-hand-28 86400s linear infinite;
}
.mh-34 + .hh-06 {
  -webkit-animation: animate-hand-33 86400s linear infinite;
  animation: animate-hand-33 86400s linear infinite;
}
.mh-34 + .hh-07 {
  -webkit-animation: animate-hand-38 86400s linear infinite;
  animation: animate-hand-38 86400s linear infinite;
}
.mh-34 + .hh-08 {
  -webkit-animation: animate-hand-43 86400s linear infinite;
  animation: animate-hand-43 86400s linear infinite;
}
.mh-34 + .hh-09 {
  -webkit-animation: animate-hand-48 86400s linear infinite;
  animation: animate-hand-48 86400s linear infinite;
}
.mh-34 + .hh-10 {
  -webkit-animation: animate-hand-53 86400s linear infinite;
  animation: animate-hand-53 86400s linear infinite;
}
.mh-34 + .hh-11 {
  -webkit-animation: animate-hand-58 86400s linear infinite;
  animation: animate-hand-58 86400s linear infinite;
}
.hh-34 {
  -webkit-animation: animate-hour-hand-34 86400s linear infinite;
  animation: animate-hour-hand-34 86400s linear infinite;
}
@-webkit-keyframes animate-hand-35 {
  from {
    -webkit-transform: rotate(28deg);
    transform: rotate(28deg);
  }
  to {
    -webkit-transform: rotate(390deg);
    transform: rotate(390deg);
  }
}
@keyframes animate-hand-35 {
  from {
    -webkit-transform: rotate(28deg);
    transform: rotate(28deg);
  }
  to {
    -webkit-transform: rotate(390deg);
    transform: rotate(390deg);
  }
}
@-webkit-keyframes animate-hour-hand-35 {
  from {
    -webkit-transform: rotate(870deg);
    transform: rotate(870deg);
  }
  to {
    -webkit-transform: rotate(1230deg);
    transform: rotate(1230deg);
  }
}
@keyframes animate-hour-hand-35 {
  from {
    -webkit-transform: rotate(870deg);
    transform: rotate(870deg);
  }
  to {
    -webkit-transform: rotate(1230deg);
    transform: rotate(1230deg);
  }
}
.sh-35 {
  -webkit-animation: animate-hand-35 60s linear infinite;
  animation: animate-hand-35 60s linear infinite;
}
.mh-35 {
  -webkit-animation: animate-hand-35 3600s linear infinite;
  animation: animate-hand-35 3600s linear infinite;
}
.mh-35 + .hh-00 {
  -webkit-animation: animate-hand-03 86400s linear infinite;
  animation: animate-hand-03 86400s linear infinite;
}
.mh-35 + .hh-01 {
  -webkit-animation: animate-hand-08 86400s linear infinite;
  animation: animate-hand-08 86400s linear infinite;
}
.mh-35 + .hh-02 {
  -webkit-animation: animate-hand-13 86400s linear infinite;
  animation: animate-hand-13 86400s linear infinite;
}
.mh-35 + .hh-03 {
  -webkit-animation: animate-hand-18 86400s linear infinite;
  animation: animate-hand-18 86400s linear infinite;
}
.mh-35 + .hh-04 {
  -webkit-animation: animate-hand-23 86400s linear infinite;
  animation: animate-hand-23 86400s linear infinite;
}
.mh-35 + .hh-05 {
  -webkit-animation: animate-hand-28 86400s linear infinite;
  animation: animate-hand-28 86400s linear infinite;
}
.mh-35 + .hh-06 {
  -webkit-animation: animate-hand-33 86400s linear infinite;
  animation: animate-hand-33 86400s linear infinite;
}
.mh-35 + .hh-07 {
  -webkit-animation: animate-hand-38 86400s linear infinite;
  animation: animate-hand-38 86400s linear infinite;
}
.mh-35 + .hh-08 {
  -webkit-animation: animate-hand-43 86400s linear infinite;
  animation: animate-hand-43 86400s linear infinite;
}
.mh-35 + .hh-09 {
  -webkit-animation: animate-hand-48 86400s linear infinite;
  animation: animate-hand-48 86400s linear infinite;
}
.mh-35 + .hh-10 {
  -webkit-animation: animate-hand-53 86400s linear infinite;
  animation: animate-hand-53 86400s linear infinite;
}
.mh-35 + .hh-11 {
  -webkit-animation: animate-hand-58 86400s linear infinite;
  animation: animate-hand-58 86400s linear infinite;
}
.hh-35 {
  -webkit-animation: animate-hour-hand-35 86400s linear infinite;
  animation: animate-hour-hand-35 86400s linear infinite;
}
@-webkit-keyframes animate-hand-36 {
  from {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg);
  }
  to {
    -webkit-transform: rotate(396deg);
    transform: rotate(396deg);
  }
}
@keyframes animate-hand-36 {
  from {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg);
  }
  to {
    -webkit-transform: rotate(396deg);
    transform: rotate(396deg);
  }
}
@-webkit-keyframes animate-hour-hand-36 {
  from {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
  to {
    -webkit-transform: rotate(1260deg);
    transform: rotate(1260deg);
  }
}
@keyframes animate-hour-hand-36 {
  from {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
  to {
    -webkit-transform: rotate(1260deg);
    transform: rotate(1260deg);
  }
}
.sh-36 {
  -webkit-animation: animate-hand-36 60s linear infinite;
  animation: animate-hand-36 60s linear infinite;
}
.mh-36 {
  -webkit-animation: animate-hand-36 3600s linear infinite;
  animation: animate-hand-36 3600s linear infinite;
}
.mh-36 + .hh-00 {
  -webkit-animation: animate-hand-03 86400s linear infinite;
  animation: animate-hand-03 86400s linear infinite;
}
.mh-36 + .hh-01 {
  -webkit-animation: animate-hand-08 86400s linear infinite;
  animation: animate-hand-08 86400s linear infinite;
}
.mh-36 + .hh-02 {
  -webkit-animation: animate-hand-13 86400s linear infinite;
  animation: animate-hand-13 86400s linear infinite;
}
.mh-36 + .hh-03 {
  -webkit-animation: animate-hand-18 86400s linear infinite;
  animation: animate-hand-18 86400s linear infinite;
}
.mh-36 + .hh-04 {
  -webkit-animation: animate-hand-23 86400s linear infinite;
  animation: animate-hand-23 86400s linear infinite;
}
.mh-36 + .hh-05 {
  -webkit-animation: animate-hand-28 86400s linear infinite;
  animation: animate-hand-28 86400s linear infinite;
}
.mh-36 + .hh-06 {
  -webkit-animation: animate-hand-33 86400s linear infinite;
  animation: animate-hand-33 86400s linear infinite;
}
.mh-36 + .hh-07 {
  -webkit-animation: animate-hand-38 86400s linear infinite;
  animation: animate-hand-38 86400s linear infinite;
}
.mh-36 + .hh-08 {
  -webkit-animation: animate-hand-43 86400s linear infinite;
  animation: animate-hand-43 86400s linear infinite;
}
.mh-36 + .hh-09 {
  -webkit-animation: animate-hand-48 86400s linear infinite;
  animation: animate-hand-48 86400s linear infinite;
}
.mh-36 + .hh-10 {
  -webkit-animation: animate-hand-53 86400s linear infinite;
  animation: animate-hand-53 86400s linear infinite;
}
.mh-36 + .hh-11 {
  -webkit-animation: animate-hand-58 86400s linear infinite;
  animation: animate-hand-58 86400s linear infinite;
}
.hh-36 {
  -webkit-animation: animate-hour-hand-36 86400s linear infinite;
  animation: animate-hour-hand-36 86400s linear infinite;
}
@-webkit-keyframes animate-hand-37 {
  from {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  to {
    -webkit-transform: rotate(402deg);
    transform: rotate(402deg);
  }
}
@keyframes animate-hand-37 {
  from {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  to {
    -webkit-transform: rotate(402deg);
    transform: rotate(402deg);
  }
}
@-webkit-keyframes animate-hour-hand-37 {
  from {
    -webkit-transform: rotate(930deg);
    transform: rotate(930deg);
  }
  to {
    -webkit-transform: rotate(1290deg);
    transform: rotate(1290deg);
  }
}
@keyframes animate-hour-hand-37 {
  from {
    -webkit-transform: rotate(930deg);
    transform: rotate(930deg);
  }
  to {
    -webkit-transform: rotate(1290deg);
    transform: rotate(1290deg);
  }
}
.sh-37 {
  -webkit-animation: animate-hand-37 60s linear infinite;
  animation: animate-hand-37 60s linear infinite;
}
.mh-37 {
  -webkit-animation: animate-hand-37 3600s linear infinite;
  animation: animate-hand-37 3600s linear infinite;
}
.mh-37 + .hh-00 {
  -webkit-animation: animate-hand-03 86400s linear infinite;
  animation: animate-hand-03 86400s linear infinite;
}
.mh-37 + .hh-01 {
  -webkit-animation: animate-hand-08 86400s linear infinite;
  animation: animate-hand-08 86400s linear infinite;
}
.mh-37 + .hh-02 {
  -webkit-animation: animate-hand-13 86400s linear infinite;
  animation: animate-hand-13 86400s linear infinite;
}
.mh-37 + .hh-03 {
  -webkit-animation: animate-hand-18 86400s linear infinite;
  animation: animate-hand-18 86400s linear infinite;
}
.mh-37 + .hh-04 {
  -webkit-animation: animate-hand-23 86400s linear infinite;
  animation: animate-hand-23 86400s linear infinite;
}
.mh-37 + .hh-05 {
  -webkit-animation: animate-hand-28 86400s linear infinite;
  animation: animate-hand-28 86400s linear infinite;
}
.mh-37 + .hh-06 {
  -webkit-animation: animate-hand-33 86400s linear infinite;
  animation: animate-hand-33 86400s linear infinite;
}
.mh-37 + .hh-07 {
  -webkit-animation: animate-hand-38 86400s linear infinite;
  animation: animate-hand-38 86400s linear infinite;
}
.mh-37 + .hh-08 {
  -webkit-animation: animate-hand-43 86400s linear infinite;
  animation: animate-hand-43 86400s linear infinite;
}
.mh-37 + .hh-09 {
  -webkit-animation: animate-hand-48 86400s linear infinite;
  animation: animate-hand-48 86400s linear infinite;
}
.mh-37 + .hh-10 {
  -webkit-animation: animate-hand-53 86400s linear infinite;
  animation: animate-hand-53 86400s linear infinite;
}
.mh-37 + .hh-11 {
  -webkit-animation: animate-hand-58 86400s linear infinite;
  animation: animate-hand-58 86400s linear infinite;
}
.hh-37 {
  -webkit-animation: animate-hour-hand-37 86400s linear infinite;
  animation: animate-hour-hand-37 86400s linear infinite;
}
@-webkit-keyframes animate-hand-38 {
  from {
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
  }
  to {
    -webkit-transform: rotate(408deg);
    transform: rotate(408deg);
  }
}
@keyframes animate-hand-38 {
  from {
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
  }
  to {
    -webkit-transform: rotate(408deg);
    transform: rotate(408deg);
  }
}
@-webkit-keyframes animate-hour-hand-38 {
  from {
    -webkit-transform: rotate(960deg);
    transform: rotate(960deg);
  }
  to {
    -webkit-transform: rotate(1320deg);
    transform: rotate(1320deg);
  }
}
@keyframes animate-hour-hand-38 {
  from {
    -webkit-transform: rotate(960deg);
    transform: rotate(960deg);
  }
  to {
    -webkit-transform: rotate(1320deg);
    transform: rotate(1320deg);
  }
}
.sh-38 {
  -webkit-animation: animate-hand-38 60s linear infinite;
  animation: animate-hand-38 60s linear infinite;
}
.mh-38 {
  -webkit-animation: animate-hand-38 3600s linear infinite;
  animation: animate-hand-38 3600s linear infinite;
}
.mh-38 + .hh-00 {
  -webkit-animation: animate-hand-03 86400s linear infinite;
  animation: animate-hand-03 86400s linear infinite;
}
.mh-38 + .hh-01 {
  -webkit-animation: animate-hand-08 86400s linear infinite;
  animation: animate-hand-08 86400s linear infinite;
}
.mh-38 + .hh-02 {
  -webkit-animation: animate-hand-13 86400s linear infinite;
  animation: animate-hand-13 86400s linear infinite;
}
.mh-38 + .hh-03 {
  -webkit-animation: animate-hand-18 86400s linear infinite;
  animation: animate-hand-18 86400s linear infinite;
}
.mh-38 + .hh-04 {
  -webkit-animation: animate-hand-23 86400s linear infinite;
  animation: animate-hand-23 86400s linear infinite;
}
.mh-38 + .hh-05 {
  -webkit-animation: animate-hand-28 86400s linear infinite;
  animation: animate-hand-28 86400s linear infinite;
}
.mh-38 + .hh-06 {
  -webkit-animation: animate-hand-33 86400s linear infinite;
  animation: animate-hand-33 86400s linear infinite;
}
.mh-38 + .hh-07 {
  -webkit-animation: animate-hand-38 86400s linear infinite;
  animation: animate-hand-38 86400s linear infinite;
}
.mh-38 + .hh-08 {
  -webkit-animation: animate-hand-43 86400s linear infinite;
  animation: animate-hand-43 86400s linear infinite;
}
.mh-38 + .hh-09 {
  -webkit-animation: animate-hand-48 86400s linear infinite;
  animation: animate-hand-48 86400s linear infinite;
}
.mh-38 + .hh-10 {
  -webkit-animation: animate-hand-53 86400s linear infinite;
  animation: animate-hand-53 86400s linear infinite;
}
.mh-38 + .hh-11 {
  -webkit-animation: animate-hand-58 86400s linear infinite;
  animation: animate-hand-58 86400s linear infinite;
}
.hh-38 {
  -webkit-animation: animate-hour-hand-38 86400s linear infinite;
  animation: animate-hour-hand-38 86400s linear infinite;
}
@-webkit-keyframes animate-hand-39 {
  from {
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);
  }
  to {
    -webkit-transform: rotate(414deg);
    transform: rotate(414deg);
  }
}
@keyframes animate-hand-39 {
  from {
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);
  }
  to {
    -webkit-transform: rotate(414deg);
    transform: rotate(414deg);
  }
}
@-webkit-keyframes animate-hour-hand-39 {
  from {
    -webkit-transform: rotate(990deg);
    transform: rotate(990deg);
  }
  to {
    -webkit-transform: rotate(1350deg);
    transform: rotate(1350deg);
  }
}
@keyframes animate-hour-hand-39 {
  from {
    -webkit-transform: rotate(990deg);
    transform: rotate(990deg);
  }
  to {
    -webkit-transform: rotate(1350deg);
    transform: rotate(1350deg);
  }
}
.sh-39 {
  -webkit-animation: animate-hand-39 60s linear infinite;
  animation: animate-hand-39 60s linear infinite;
}
.mh-39 {
  -webkit-animation: animate-hand-39 3600s linear infinite;
  animation: animate-hand-39 3600s linear infinite;
}
.mh-39 + .hh-00 {
  -webkit-animation: animate-hand-03 86400s linear infinite;
  animation: animate-hand-03 86400s linear infinite;
}
.mh-39 + .hh-01 {
  -webkit-animation: animate-hand-08 86400s linear infinite;
  animation: animate-hand-08 86400s linear infinite;
}
.mh-39 + .hh-02 {
  -webkit-animation: animate-hand-13 86400s linear infinite;
  animation: animate-hand-13 86400s linear infinite;
}
.mh-39 + .hh-03 {
  -webkit-animation: animate-hand-18 86400s linear infinite;
  animation: animate-hand-18 86400s linear infinite;
}
.mh-39 + .hh-04 {
  -webkit-animation: animate-hand-23 86400s linear infinite;
  animation: animate-hand-23 86400s linear infinite;
}
.mh-39 + .hh-05 {
  -webkit-animation: animate-hand-28 86400s linear infinite;
  animation: animate-hand-28 86400s linear infinite;
}
.mh-39 + .hh-06 {
  -webkit-animation: animate-hand-33 86400s linear infinite;
  animation: animate-hand-33 86400s linear infinite;
}
.mh-39 + .hh-07 {
  -webkit-animation: animate-hand-38 86400s linear infinite;
  animation: animate-hand-38 86400s linear infinite;
}
.mh-39 + .hh-08 {
  -webkit-animation: animate-hand-43 86400s linear infinite;
  animation: animate-hand-43 86400s linear infinite;
}
.mh-39 + .hh-09 {
  -webkit-animation: animate-hand-48 86400s linear infinite;
  animation: animate-hand-48 86400s linear infinite;
}
.mh-39 + .hh-10 {
  -webkit-animation: animate-hand-53 86400s linear infinite;
  animation: animate-hand-53 86400s linear infinite;
}
.mh-39 + .hh-11 {
  -webkit-animation: animate-hand-58 86400s linear infinite;
  animation: animate-hand-58 86400s linear infinite;
}
.hh-39 {
  -webkit-animation: animate-hour-hand-39 86400s linear infinite;
  animation: animate-hour-hand-39 86400s linear infinite;
}
@-webkit-keyframes animate-hand-40 {
  from {
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
  }
  to {
    -webkit-transform: rotate(420deg);
    transform: rotate(420deg);
  }
}
@keyframes animate-hand-40 {
  from {
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
  }
  to {
    -webkit-transform: rotate(420deg);
    transform: rotate(420deg);
  }
}
@-webkit-keyframes animate-hour-hand-40 {
  from {
    -webkit-transform: rotate(1020deg);
    transform: rotate(1020deg);
  }
  to {
    -webkit-transform: rotate(1380deg);
    transform: rotate(1380deg);
  }
}
@keyframes animate-hour-hand-40 {
  from {
    -webkit-transform: rotate(1020deg);
    transform: rotate(1020deg);
  }
  to {
    -webkit-transform: rotate(1380deg);
    transform: rotate(1380deg);
  }
}
.sh-40 {
  -webkit-animation: animate-hand-40 60s linear infinite;
  animation: animate-hand-40 60s linear infinite;
}
.mh-40 {
  -webkit-animation: animate-hand-40 3600s linear infinite;
  animation: animate-hand-40 3600s linear infinite;
}
.mh-40 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-40 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-40 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-40 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-40 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-40 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-40 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-40 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-40 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-40 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-40 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-40 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-40 {
  -webkit-animation: animate-hour-hand-40 86400s linear infinite;
  animation: animate-hour-hand-40 86400s linear infinite;
}
@-webkit-keyframes animate-hand-41 {
  from {
    -webkit-transform: rotate(64deg);
    transform: rotate(64deg);
  }
  to {
    -webkit-transform: rotate(426deg);
    transform: rotate(426deg);
  }
}
@keyframes animate-hand-41 {
  from {
    -webkit-transform: rotate(64deg);
    transform: rotate(64deg);
  }
  to {
    -webkit-transform: rotate(426deg);
    transform: rotate(426deg);
  }
}
@-webkit-keyframes animate-hour-hand-41 {
  from {
    -webkit-transform: rotate(1050deg);
    transform: rotate(1050deg);
  }
  to {
    -webkit-transform: rotate(1410deg);
    transform: rotate(1410deg);
  }
}
@keyframes animate-hour-hand-41 {
  from {
    -webkit-transform: rotate(1050deg);
    transform: rotate(1050deg);
  }
  to {
    -webkit-transform: rotate(1410deg);
    transform: rotate(1410deg);
  }
}
.sh-41 {
  -webkit-animation: animate-hand-41 60s linear infinite;
  animation: animate-hand-41 60s linear infinite;
}
.mh-41 {
  -webkit-animation: animate-hand-41 3600s linear infinite;
  animation: animate-hand-41 3600s linear infinite;
}
.mh-41 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-41 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-41 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-41 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-41 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-41 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-41 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-41 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-41 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-41 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-41 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-41 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-41 {
  -webkit-animation: animate-hour-hand-41 86400s linear infinite;
  animation: animate-hour-hand-41 86400s linear infinite;
}
@-webkit-keyframes animate-hand-42 {
  from {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
  to {
    -webkit-transform: rotate(432deg);
    transform: rotate(432deg);
  }
}
@keyframes animate-hand-42 {
  from {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
  to {
    -webkit-transform: rotate(432deg);
    transform: rotate(432deg);
  }
}
@-webkit-keyframes animate-hour-hand-42 {
  from {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
  to {
    -webkit-transform: rotate(1440deg);
    transform: rotate(1440deg);
  }
}
@keyframes animate-hour-hand-42 {
  from {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
  to {
    -webkit-transform: rotate(1440deg);
    transform: rotate(1440deg);
  }
}
.sh-42 {
  -webkit-animation: animate-hand-42 60s linear infinite;
  animation: animate-hand-42 60s linear infinite;
}
.mh-42 {
  -webkit-animation: animate-hand-42 3600s linear infinite;
  animation: animate-hand-42 3600s linear infinite;
}
.mh-42 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-42 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-42 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-42 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-42 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-42 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-42 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-42 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-42 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-42 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-42 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-42 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-42 {
  -webkit-animation: animate-hour-hand-42 86400s linear infinite;
  animation: animate-hour-hand-42 86400s linear infinite;
}
@-webkit-keyframes animate-hand-403 {
  from {
    -webkit-transform: rotate(76deg);
    transform: rotate(76deg);
  }
  to {
    -webkit-transform: rotate(438deg);
    transform: rotate(438deg);
  }
}
@keyframes animate-hand-403 {
  from {
    -webkit-transform: rotate(76deg);
    transform: rotate(76deg);
  }
  to {
    -webkit-transform: rotate(438deg);
    transform: rotate(438deg);
  }
}
@-webkit-keyframes animate-hour-hand-403 {
  from {
    -webkit-transform: rotate(1110deg);
    transform: rotate(1110deg);
  }
  to {
    -webkit-transform: rotate(1470deg);
    transform: rotate(1470deg);
  }
}
@keyframes animate-hour-hand-403 {
  from {
    -webkit-transform: rotate(1110deg);
    transform: rotate(1110deg);
  }
  to {
    -webkit-transform: rotate(1470deg);
    transform: rotate(1470deg);
  }
}
.sh-403 {
  -webkit-animation: animate-hand-43 60s linear infinite;
  animation: animate-hand-43 60s linear infinite;
}
.mh-403 {
  -webkit-animation: animate-hand-43 3600s linear infinite;
  animation: animate-hand-43 3600s linear infinite;
}
.mh-403 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-403 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-403 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-403 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-403 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-403 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-403 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-403 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-403 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-403 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-403 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-403 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-403 {
  -webkit-animation: animate-hour-hand-43 86400s linear infinite;
  animation: animate-hour-hand-43 86400s linear infinite;
}
@-webkit-keyframes animate-hand-44 {
  from {
    -webkit-transform: rotate(82deg);
    transform: rotate(82deg);
  }
  to {
    -webkit-transform: rotate(444deg);
    transform: rotate(444deg);
  }
}
@keyframes animate-hand-44 {
  from {
    -webkit-transform: rotate(82deg);
    transform: rotate(82deg);
  }
  to {
    -webkit-transform: rotate(444deg);
    transform: rotate(444deg);
  }
}
@-webkit-keyframes animate-hour-hand-44 {
  from {
    -webkit-transform: rotate(1140deg);
    transform: rotate(1140deg);
  }
  to {
    -webkit-transform: rotate(1500deg);
    transform: rotate(1500deg);
  }
}
@keyframes animate-hour-hand-44 {
  from {
    -webkit-transform: rotate(1140deg);
    transform: rotate(1140deg);
  }
  to {
    -webkit-transform: rotate(1500deg);
    transform: rotate(1500deg);
  }
}
.sh-44 {
  -webkit-animation: animate-hand-44 60s linear infinite;
  animation: animate-hand-44 60s linear infinite;
}
.mh-44 {
  -webkit-animation: animate-hand-44 3600s linear infinite;
  animation: animate-hand-44 3600s linear infinite;
}
.mh-44 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-44 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-44 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-44 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-44 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-44 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-44 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-44 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-44 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-44 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-44 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-44 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-44 {
  -webkit-animation: animate-hour-hand-44 86400s linear infinite;
  animation: animate-hour-hand-44 86400s linear infinite;
}
@-webkit-keyframes animate-hand-45 {
  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes animate-hand-45 {
  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@-webkit-keyframes animate-hour-hand-45 {
  from {
    -webkit-transform: rotate(1170deg);
    transform: rotate(1170deg);
  }
  to {
    -webkit-transform: rotate(1530deg);
    transform: rotate(1530deg);
  }
}
@keyframes animate-hour-hand-45 {
  from {
    -webkit-transform: rotate(1170deg);
    transform: rotate(1170deg);
  }
  to {
    -webkit-transform: rotate(1530deg);
    transform: rotate(1530deg);
  }
}
.sh-45 {
  -webkit-animation: animate-hand-45 60s linear infinite;
  animation: animate-hand-45 60s linear infinite;
}
.mh-45 {
  -webkit-animation: animate-hand-45 3600s linear infinite;
  animation: animate-hand-45 3600s linear infinite;
}
.mh-45 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-45 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-45 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-45 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-45 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-45 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-45 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-45 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-45 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-45 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-45 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-45 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-45 {
  -webkit-animation: animate-hour-hand-45 86400s linear infinite;
  animation: animate-hour-hand-45 86400s linear infinite;
}
@-webkit-keyframes animate-hand-46 {
  from {
    -webkit-transform: rotate(94deg);
    transform: rotate(94deg);
  }
  to {
    -webkit-transform: rotate(456deg);
    transform: rotate(456deg);
  }
}
@keyframes animate-hand-46 {
  from {
    -webkit-transform: rotate(94deg);
    transform: rotate(94deg);
  }
  to {
    -webkit-transform: rotate(456deg);
    transform: rotate(456deg);
  }
}
@-webkit-keyframes animate-hour-hand-46 {
  from {
    -webkit-transform: rotate(1200deg);
    transform: rotate(1200deg);
  }
  to {
    -webkit-transform: rotate(1560deg);
    transform: rotate(1560deg);
  }
}
@keyframes animate-hour-hand-46 {
  from {
    -webkit-transform: rotate(1200deg);
    transform: rotate(1200deg);
  }
  to {
    -webkit-transform: rotate(1560deg);
    transform: rotate(1560deg);
  }
}
.sh-46 {
  -webkit-animation: animate-hand-46 60s linear infinite;
  animation: animate-hand-46 60s linear infinite;
}
.mh-46 {
  -webkit-animation: animate-hand-46 3600s linear infinite;
  animation: animate-hand-46 3600s linear infinite;
}
.mh-46 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-46 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-46 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-46 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-46 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-46 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-46 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-46 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-46 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-46 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-46 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-46 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-46 {
  -webkit-animation: animate-hour-hand-46 86400s linear infinite;
  animation: animate-hour-hand-46 86400s linear infinite;
}
@-webkit-keyframes animate-hand-47 {
  from {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
  }
  to {
    -webkit-transform: rotate(462deg);
    transform: rotate(462deg);
  }
}
@keyframes animate-hand-47 {
  from {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
  }
  to {
    -webkit-transform: rotate(462deg);
    transform: rotate(462deg);
  }
}
@-webkit-keyframes animate-hour-hand-47 {
  from {
    -webkit-transform: rotate(1230deg);
    transform: rotate(1230deg);
  }
  to {
    -webkit-transform: rotate(1590deg);
    transform: rotate(1590deg);
  }
}
@keyframes animate-hour-hand-47 {
  from {
    -webkit-transform: rotate(1230deg);
    transform: rotate(1230deg);
  }
  to {
    -webkit-transform: rotate(1590deg);
    transform: rotate(1590deg);
  }
}
.sh-47 {
  -webkit-animation: animate-hand-47 60s linear infinite;
  animation: animate-hand-47 60s linear infinite;
}
.mh-47 {
  -webkit-animation: animate-hand-47 3600s linear infinite;
  animation: animate-hand-47 3600s linear infinite;
}
.mh-47 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-47 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-47 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-47 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-47 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-47 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-47 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-47 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-47 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-47 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-47 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-47 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-47 {
  -webkit-animation: animate-hour-hand-47 86400s linear infinite;
  animation: animate-hour-hand-47 86400s linear infinite;
}
@-webkit-keyframes animate-hand-48 {
  from {
    -webkit-transform: rotate(106deg);
    transform: rotate(106deg);
  }
  to {
    -webkit-transform: rotate(468deg);
    transform: rotate(468deg);
  }
}
@keyframes animate-hand-48 {
  from {
    -webkit-transform: rotate(106deg);
    transform: rotate(106deg);
  }
  to {
    -webkit-transform: rotate(468deg);
    transform: rotate(468deg);
  }
}
@-webkit-keyframes animate-hour-hand-48 {
  from {
    -webkit-transform: rotate(1260deg);
    transform: rotate(1260deg);
  }
  to {
    -webkit-transform: rotate(1620deg);
    transform: rotate(1620deg);
  }
}
@keyframes animate-hour-hand-48 {
  from {
    -webkit-transform: rotate(1260deg);
    transform: rotate(1260deg);
  }
  to {
    -webkit-transform: rotate(1620deg);
    transform: rotate(1620deg);
  }
}
.sh-48 {
  -webkit-animation: animate-hand-48 60s linear infinite;
  animation: animate-hand-48 60s linear infinite;
}
.mh-48 {
  -webkit-animation: animate-hand-48 3600s linear infinite;
  animation: animate-hand-48 3600s linear infinite;
}
.mh-48 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-48 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-48 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-48 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-48 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-48 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-48 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-48 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-48 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-48 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-48 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-48 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-48 {
  -webkit-animation: animate-hour-hand-48 86400s linear infinite;
  animation: animate-hour-hand-48 86400s linear infinite;
}
@-webkit-keyframes animate-hand-49 {
  from {
    -webkit-transform: rotate(112deg);
    transform: rotate(112deg);
  }
  to {
    -webkit-transform: rotate(474deg);
    transform: rotate(474deg);
  }
}
@keyframes animate-hand-49 {
  from {
    -webkit-transform: rotate(112deg);
    transform: rotate(112deg);
  }
  to {
    -webkit-transform: rotate(474deg);
    transform: rotate(474deg);
  }
}
@-webkit-keyframes animate-hour-hand-49 {
  from {
    -webkit-transform: rotate(1290deg);
    transform: rotate(1290deg);
  }
  to {
    -webkit-transform: rotate(1650deg);
    transform: rotate(1650deg);
  }
}
@keyframes animate-hour-hand-49 {
  from {
    -webkit-transform: rotate(1290deg);
    transform: rotate(1290deg);
  }
  to {
    -webkit-transform: rotate(1650deg);
    transform: rotate(1650deg);
  }
}
.sh-49 {
  -webkit-animation: animate-hand-49 60s linear infinite;
  animation: animate-hand-49 60s linear infinite;
}
.mh-49 {
  -webkit-animation: animate-hand-49 3600s linear infinite;
  animation: animate-hand-49 3600s linear infinite;
}
.mh-49 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-49 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-49 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-49 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-49 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-49 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-49 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-49 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-49 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-49 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-49 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-49 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-49 {
  -webkit-animation: animate-hour-hand-49 86400s linear infinite;
  animation: animate-hour-hand-49 86400s linear infinite;
}
@-webkit-keyframes animate-hand-50 {
  from {
    -webkit-transform: rotate(118deg);
    transform: rotate(118deg);
  }
  to {
    -webkit-transform: rotate(480deg);
    transform: rotate(480deg);
  }
}
@keyframes animate-hand-50 {
  from {
    -webkit-transform: rotate(118deg);
    transform: rotate(118deg);
  }
  to {
    -webkit-transform: rotate(480deg);
    transform: rotate(480deg);
  }
}
@-webkit-keyframes animate-hour-hand-50 {
  from {
    -webkit-transform: rotate(1320deg);
    transform: rotate(1320deg);
  }
  to {
    -webkit-transform: rotate(1680deg);
    transform: rotate(1680deg);
  }
}
@keyframes animate-hour-hand-50 {
  from {
    -webkit-transform: rotate(1320deg);
    transform: rotate(1320deg);
  }
  to {
    -webkit-transform: rotate(1680deg);
    transform: rotate(1680deg);
  }
}
.sh-50 {
  -webkit-animation: animate-hand-50 60s linear infinite;
  animation: animate-hand-50 60s linear infinite;
}
.mh-50 {
  -webkit-animation: animate-hand-50 3600s linear infinite;
  animation: animate-hand-50 3600s linear infinite;
}
.mh-50 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-50 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-50 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-50 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-50 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-50 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-50 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-50 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-50 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-50 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-50 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-50 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-50 {
  -webkit-animation: animate-hour-hand-50 86400s linear infinite;
  animation: animate-hour-hand-50 86400s linear infinite;
}
@-webkit-keyframes animate-hand-51 {
  from {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
  to {
    -webkit-transform: rotate(486deg);
    transform: rotate(486deg);
  }
}
@keyframes animate-hand-51 {
  from {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
  to {
    -webkit-transform: rotate(486deg);
    transform: rotate(486deg);
  }
}
@-webkit-keyframes animate-hour-hand-51 {
  from {
    -webkit-transform: rotate(1350deg);
    transform: rotate(1350deg);
  }
  to {
    -webkit-transform: rotate(1710deg);
    transform: rotate(1710deg);
  }
}
@keyframes animate-hour-hand-51 {
  from {
    -webkit-transform: rotate(1350deg);
    transform: rotate(1350deg);
  }
  to {
    -webkit-transform: rotate(1710deg);
    transform: rotate(1710deg);
  }
}
.sh-51 {
  -webkit-animation: animate-hand-51 60s linear infinite;
  animation: animate-hand-51 60s linear infinite;
}
.mh-51 {
  -webkit-animation: animate-hand-51 3600s linear infinite;
  animation: animate-hand-51 3600s linear infinite;
}
.mh-51 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-51 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-51 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-51 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-51 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-51 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-51 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-51 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-51 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-51 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-51 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-51 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-51 {
  -webkit-animation: animate-hour-hand-51 86400s linear infinite;
  animation: animate-hour-hand-51 86400s linear infinite;
}
@-webkit-keyframes animate-hand-52 {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  to {
    -webkit-transform: rotate(492deg);
    transform: rotate(492deg);
  }
}
@keyframes animate-hand-52 {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  to {
    -webkit-transform: rotate(492deg);
    transform: rotate(492deg);
  }
}
@-webkit-keyframes animate-hour-hand-52 {
  from {
    -webkit-transform: rotate(1380deg);
    transform: rotate(1380deg);
  }
  to {
    -webkit-transform: rotate(1740deg);
    transform: rotate(1740deg);
  }
}
@keyframes animate-hour-hand-52 {
  from {
    -webkit-transform: rotate(1380deg);
    transform: rotate(1380deg);
  }
  to {
    -webkit-transform: rotate(1740deg);
    transform: rotate(1740deg);
  }
}
.sh-52 {
  -webkit-animation: animate-hand-52 60s linear infinite;
  animation: animate-hand-52 60s linear infinite;
}
.mh-52 {
  -webkit-animation: animate-hand-52 3600s linear infinite;
  animation: animate-hand-52 3600s linear infinite;
}
.mh-52 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-52 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-52 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-52 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-52 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-52 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-52 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-52 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-52 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-52 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-52 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-52 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-52 {
  -webkit-animation: animate-hour-hand-52 86400s linear infinite;
  animation: animate-hour-hand-52 86400s linear infinite;
}
@-webkit-keyframes animate-hand-53 {
  from {
    -webkit-transform: rotate(136deg);
    transform: rotate(136deg);
  }
  to {
    -webkit-transform: rotate(498deg);
    transform: rotate(498deg);
  }
}
@keyframes animate-hand-53 {
  from {
    -webkit-transform: rotate(136deg);
    transform: rotate(136deg);
  }
  to {
    -webkit-transform: rotate(498deg);
    transform: rotate(498deg);
  }
}
@-webkit-keyframes animate-hour-hand-53 {
  from {
    -webkit-transform: rotate(1410deg);
    transform: rotate(1410deg);
  }
  to {
    -webkit-transform: rotate(1770deg);
    transform: rotate(1770deg);
  }
}
@keyframes animate-hour-hand-53 {
  from {
    -webkit-transform: rotate(1410deg);
    transform: rotate(1410deg);
  }
  to {
    -webkit-transform: rotate(1770deg);
    transform: rotate(1770deg);
  }
}
.sh-53 {
  -webkit-animation: animate-hand-53 60s linear infinite;
  animation: animate-hand-53 60s linear infinite;
}
.mh-53 {
  -webkit-animation: animate-hand-53 3600s linear infinite;
  animation: animate-hand-53 3600s linear infinite;
}
.mh-53 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-53 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-53 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-53 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-53 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-53 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-53 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-53 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-53 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-53 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-53 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-53 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-53 {
  -webkit-animation: animate-hour-hand-53 86400s linear infinite;
  animation: animate-hour-hand-53 86400s linear infinite;
}
@-webkit-keyframes animate-hand-54 {
  from {
    -webkit-transform: rotate(142deg);
    transform: rotate(142deg);
  }
  to {
    -webkit-transform: rotate(504deg);
    transform: rotate(504deg);
  }
}
@keyframes animate-hand-54 {
  from {
    -webkit-transform: rotate(142deg);
    transform: rotate(142deg);
  }
  to {
    -webkit-transform: rotate(504deg);
    transform: rotate(504deg);
  }
}
@-webkit-keyframes animate-hour-hand-54 {
  from {
    -webkit-transform: rotate(1440deg);
    transform: rotate(1440deg);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@keyframes animate-hour-hand-54 {
  from {
    -webkit-transform: rotate(1440deg);
    transform: rotate(1440deg);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
.sh-54 {
  -webkit-animation: animate-hand-54 60s linear infinite;
  animation: animate-hand-54 60s linear infinite;
}
.mh-54 {
  -webkit-animation: animate-hand-54 3600s linear infinite;
  animation: animate-hand-54 3600s linear infinite;
}
.mh-54 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-54 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-54 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-54 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-54 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-54 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-54 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-54 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-54 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-54 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-54 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-54 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-54 {
  -webkit-animation: animate-hour-hand-54 86400s linear infinite;
  animation: animate-hour-hand-54 86400s linear infinite;
}
@-webkit-keyframes animate-hand-55 {
  from {
    -webkit-transform: rotate(148deg);
    transform: rotate(148deg);
  }
  to {
    -webkit-transform: rotate(510deg);
    transform: rotate(510deg);
  }
}
@keyframes animate-hand-55 {
  from {
    -webkit-transform: rotate(148deg);
    transform: rotate(148deg);
  }
  to {
    -webkit-transform: rotate(510deg);
    transform: rotate(510deg);
  }
}
@-webkit-keyframes animate-hour-hand-55 {
  from {
    -webkit-transform: rotate(1470deg);
    transform: rotate(1470deg);
  }
  to {
    -webkit-transform: rotate(1830deg);
    transform: rotate(1830deg);
  }
}
@keyframes animate-hour-hand-55 {
  from {
    -webkit-transform: rotate(1470deg);
    transform: rotate(1470deg);
  }
  to {
    -webkit-transform: rotate(1830deg);
    transform: rotate(1830deg);
  }
}
.sh-55 {
  -webkit-animation: animate-hand-55 60s linear infinite;
  animation: animate-hand-55 60s linear infinite;
}
.mh-55 {
  -webkit-animation: animate-hand-55 3600s linear infinite;
  animation: animate-hand-55 3600s linear infinite;
}
.mh-55 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-55 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-55 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-55 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-55 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-55 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-55 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-55 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-55 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-55 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-55 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-55 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-55 {
  -webkit-animation: animate-hour-hand-55 86400s linear infinite;
  animation: animate-hour-hand-55 86400s linear infinite;
}
@-webkit-keyframes animate-hand-56 {
  from {
    -webkit-transform: rotate(154deg);
    transform: rotate(154deg);
  }
  to {
    -webkit-transform: rotate(516deg);
    transform: rotate(516deg);
  }
}
@keyframes animate-hand-56 {
  from {
    -webkit-transform: rotate(154deg);
    transform: rotate(154deg);
  }
  to {
    -webkit-transform: rotate(516deg);
    transform: rotate(516deg);
  }
}
@-webkit-keyframes animate-hour-hand-56 {
  from {
    -webkit-transform: rotate(1500deg);
    transform: rotate(1500deg);
  }
  to {
    -webkit-transform: rotate(1860deg);
    transform: rotate(1860deg);
  }
}
@keyframes animate-hour-hand-56 {
  from {
    -webkit-transform: rotate(1500deg);
    transform: rotate(1500deg);
  }
  to {
    -webkit-transform: rotate(1860deg);
    transform: rotate(1860deg);
  }
}
.sh-56 {
  -webkit-animation: animate-hand-56 60s linear infinite;
  animation: animate-hand-56 60s linear infinite;
}
.mh-56 {
  -webkit-animation: animate-hand-56 3600s linear infinite;
  animation: animate-hand-56 3600s linear infinite;
}
.mh-56 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-56 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-56 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-56 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-56 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-56 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-56 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-56 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-56 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-56 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-56 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-56 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-56 {
  -webkit-animation: animate-hour-hand-56 86400s linear infinite;
  animation: animate-hour-hand-56 86400s linear infinite;
}
@-webkit-keyframes animate-hand-57 {
  from {
    -webkit-transform: rotate(160deg);
    transform: rotate(160deg);
  }
  to {
    -webkit-transform: rotate(522deg);
    transform: rotate(522deg);
  }
}
@keyframes animate-hand-57 {
  from {
    -webkit-transform: rotate(160deg);
    transform: rotate(160deg);
  }
  to {
    -webkit-transform: rotate(522deg);
    transform: rotate(522deg);
  }
}
@-webkit-keyframes animate-hour-hand-57 {
  from {
    -webkit-transform: rotate(1530deg);
    transform: rotate(1530deg);
  }
  to {
    -webkit-transform: rotate(1890deg);
    transform: rotate(1890deg);
  }
}
@keyframes animate-hour-hand-57 {
  from {
    -webkit-transform: rotate(1530deg);
    transform: rotate(1530deg);
  }
  to {
    -webkit-transform: rotate(1890deg);
    transform: rotate(1890deg);
  }
}
.sh-57 {
  -webkit-animation: animate-hand-57 60s linear infinite;
  animation: animate-hand-57 60s linear infinite;
}
.mh-57 {
  -webkit-animation: animate-hand-57 3600s linear infinite;
  animation: animate-hand-57 3600s linear infinite;
}
.mh-57 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-57 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-57 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-57 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-57 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-57 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-57 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-57 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-57 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-57 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-57 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-57 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-57 {
  -webkit-animation: animate-hour-hand-57 86400s linear infinite;
  animation: animate-hour-hand-57 86400s linear infinite;
}
@-webkit-keyframes animate-hand-58 {
  from {
    -webkit-transform: rotate(166deg);
    transform: rotate(166deg);
  }
  to {
    -webkit-transform: rotate(528deg);
    transform: rotate(528deg);
  }
}
@keyframes animate-hand-58 {
  from {
    -webkit-transform: rotate(166deg);
    transform: rotate(166deg);
  }
  to {
    -webkit-transform: rotate(528deg);
    transform: rotate(528deg);
  }
}
@-webkit-keyframes animate-hour-hand-58 {
  from {
    -webkit-transform: rotate(1560deg);
    transform: rotate(1560deg);
  }
  to {
    -webkit-transform: rotate(1920deg);
    transform: rotate(1920deg);
  }
}
@keyframes animate-hour-hand-58 {
  from {
    -webkit-transform: rotate(1560deg);
    transform: rotate(1560deg);
  }
  to {
    -webkit-transform: rotate(1920deg);
    transform: rotate(1920deg);
  }
}
.sh-58 {
  -webkit-animation: animate-hand-58 60s linear infinite;
  animation: animate-hand-58 60s linear infinite;
}
.mh-58 {
  -webkit-animation: animate-hand-58 3600s linear infinite;
  animation: animate-hand-58 3600s linear infinite;
}
.mh-58 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-58 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-58 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-58 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-58 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-58 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-58 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-58 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-58 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-58 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-58 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-58 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-58 {
  -webkit-animation: animate-hour-hand-58 86400s linear infinite;
  animation: animate-hour-hand-58 86400s linear infinite;
}
@-webkit-keyframes animate-hand-59 {
  from {
    -webkit-transform: rotate(172deg);
    transform: rotate(172deg);
  }
  to {
    -webkit-transform: rotate(534deg);
    transform: rotate(534deg);
  }
}
@keyframes animate-hand-59 {
  from {
    -webkit-transform: rotate(172deg);
    transform: rotate(172deg);
  }
  to {
    -webkit-transform: rotate(534deg);
    transform: rotate(534deg);
  }
}
@-webkit-keyframes animate-hour-hand-59 {
  from {
    -webkit-transform: rotate(1590deg);
    transform: rotate(1590deg);
  }
  to {
    -webkit-transform: rotate(1950deg);
    transform: rotate(1950deg);
  }
}
@keyframes animate-hour-hand-59 {
  from {
    -webkit-transform: rotate(1590deg);
    transform: rotate(1590deg);
  }
  to {
    -webkit-transform: rotate(1950deg);
    transform: rotate(1950deg);
  }
}
.sh-59 {
  -webkit-animation: animate-hand-59 60s linear infinite;
  animation: animate-hand-59 60s linear infinite;
}
.mh-59 {
  -webkit-animation: animate-hand-59 3600s linear infinite;
  animation: animate-hand-59 3600s linear infinite;
}
.mh-59 + .hh-00 {
  -webkit-animation: animate-hand-04 86400s linear infinite;
  animation: animate-hand-04 86400s linear infinite;
}
.mh-59 + .hh-01 {
  -webkit-animation: animate-hand-09 86400s linear infinite;
  animation: animate-hand-09 86400s linear infinite;
}
.mh-59 + .hh-02 {
  -webkit-animation: animate-hand-14 86400s linear infinite;
  animation: animate-hand-14 86400s linear infinite;
}
.mh-59 + .hh-03 {
  -webkit-animation: animate-hand-19 86400s linear infinite;
  animation: animate-hand-19 86400s linear infinite;
}
.mh-59 + .hh-04 {
  -webkit-animation: animate-hand-24 86400s linear infinite;
  animation: animate-hand-24 86400s linear infinite;
}
.mh-59 + .hh-05 {
  -webkit-animation: animate-hand-29 86400s linear infinite;
  animation: animate-hand-29 86400s linear infinite;
}
.mh-59 + .hh-06 {
  -webkit-animation: animate-hand-34 86400s linear infinite;
  animation: animate-hand-34 86400s linear infinite;
}
.mh-59 + .hh-07 {
  -webkit-animation: animate-hand-39 86400s linear infinite;
  animation: animate-hand-39 86400s linear infinite;
}
.mh-59 + .hh-08 {
  -webkit-animation: animate-hand-44 86400s linear infinite;
  animation: animate-hand-44 86400s linear infinite;
}
.mh-59 + .hh-09 {
  -webkit-animation: animate-hand-49 86400s linear infinite;
  animation: animate-hand-49 86400s linear infinite;
}
.mh-59 + .hh-10 {
  -webkit-animation: animate-hand-54 86400s linear infinite;
  animation: animate-hand-54 86400s linear infinite;
}
.mh-59 + .hh-11 {
  -webkit-animation: animate-hand-59 86400s linear infinite;
  animation: animate-hand-59 86400s linear infinite;
}
.hh-59 {
  -webkit-animation: animate-hour-hand-59 86400s linear infinite;
  animation: animate-hour-hand-59 86400s linear infinite;
}
@media (max-width: 767px) {
  .clock {
    width: 82px;
    height: 82px;
    margin-bottom: 25px;
  }
  .clock:after {
    width: 4px;
    padding-bottom: 4px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
  }
  .clock .minute-hand {
    left: calc(50% - 1px);
    border-left: 0 solid white;
    border-right: 1px solid white;
  }
  .clock .minute-hand:before {
    content: "";
    position: absolute;
    height: 55%;
    top: -20%;
    left: calc(70%);
    border-left: 1px solid white;
    border-right: 0 solid white;
  }
  .clock .hour-hand {
    height: 30%;
    top: 50%;
    left: calc(50%);
    border-left: 1px solid #292b2c;
    border-right: 0 solid #292b2c;
  }
  .clock .ticks span {
    height: 2px;
    width: 2px;
  }
  .clock .ticks span:nth-child(1) {
    -webkit-transform: rotate(4deg) translateX(33px);
    -ms-transform: rotate(4deg) translateX(33px);
    transform: rotate(4deg) translateX(33px);
  }
  .clock .ticks span:nth-child(2) {
    -webkit-transform: rotate(10deg) translateX(33px);
    -ms-transform: rotate(10deg) translateX(33px);
    transform: rotate(10deg) translateX(33px);
  }
  .clock .ticks span:nth-child(3) {
    -webkit-transform: rotate(16deg) translateX(33px);
    -ms-transform: rotate(16deg) translateX(33px);
    transform: rotate(16deg) translateX(33px);
  }
  .clock .ticks span:nth-child(4) {
    -webkit-transform: rotate(22deg) translateX(33px);
    -ms-transform: rotate(22deg) translateX(33px);
    transform: rotate(22deg) translateX(33px);
  }
  .clock .ticks span:nth-child(5) {
    -webkit-transform: rotate(28deg) translateX(33px);
    -ms-transform: rotate(28deg) translateX(33px);
    transform: rotate(28deg) translateX(33px);
    background: rgba(241, 245, 247, 0.2);
  }
  .clock .ticks span:nth-child(6) {
    -webkit-transform: rotate(34deg) translateX(33px);
    -ms-transform: rotate(34deg) translateX(33px);
    transform: rotate(34deg) translateX(33px);
  }
  .clock .ticks span:nth-child(7) {
    -webkit-transform: rotate(40deg) translateX(33px);
    -ms-transform: rotate(40deg) translateX(33px);
    transform: rotate(40deg) translateX(33px);
  }
  .clock .ticks span:nth-child(8) {
    -webkit-transform: rotate(46deg) translateX(33px);
    -ms-transform: rotate(46deg) translateX(33px);
    transform: rotate(46deg) translateX(33px);
  }
  .clock .ticks span:nth-child(9) {
    -webkit-transform: rotate(52deg) translateX(33px);
    -ms-transform: rotate(52deg) translateX(33px);
    transform: rotate(52deg) translateX(33px);
  }
  .clock .ticks span:nth-child(10) {
    -webkit-transform: rotate(58deg) translateX(33px);
    -ms-transform: rotate(58deg) translateX(33px);
    transform: rotate(58deg) translateX(33px);
    background: rgba(241, 245, 247, 0.2);
  }
  .clock .ticks span:nth-child(11) {
    -webkit-transform: rotate(64deg) translateX(33px);
    -ms-transform: rotate(64deg) translateX(33px);
    transform: rotate(64deg) translateX(33px);
  }
  .clock .ticks span:nth-child(12) {
    -webkit-transform: rotate(70deg) translateX(33px);
    -ms-transform: rotate(70deg) translateX(33px);
    transform: rotate(70deg) translateX(33px);
  }
  .clock .ticks span:nth-child(13) {
    -webkit-transform: rotate(76deg) translateX(33px);
    -ms-transform: rotate(76deg) translateX(33px);
    transform: rotate(76deg) translateX(33px);
  }
  .clock .ticks span:nth-child(14) {
    -webkit-transform: rotate(82deg) translateX(33px);
    -ms-transform: rotate(82deg) translateX(33px);
    transform: rotate(82deg) translateX(33px);
  }
  .clock .ticks span:nth-child(15) {
    -webkit-transform: rotate(90deg) translateX(33px);
    -ms-transform: rotate(90deg) translateX(33px);
    transform: rotate(90deg) translateX(33px);
    background: rgba(241, 245, 247, 0.2);
  }
  .clock .ticks span:nth-child(16) {
    -webkit-transform: rotate(94deg) translateX(33px);
    -ms-transform: rotate(94deg) translateX(33px);
    transform: rotate(94deg) translateX(33px);
  }
  .clock .ticks span:nth-child(17) {
    -webkit-transform: rotate(100deg) translateX(33px);
    -ms-transform: rotate(100deg) translateX(33px);
    transform: rotate(100deg) translateX(33px);
  }
  .clock .ticks span:nth-child(18) {
    -webkit-transform: rotate(106deg) translateX(33px);
    -ms-transform: rotate(106deg) translateX(33px);
    transform: rotate(106deg) translateX(33px);
  }
  .clock .ticks span:nth-child(19) {
    -webkit-transform: rotate(112deg) translateX(33px);
    -ms-transform: rotate(112deg) translateX(33px);
    transform: rotate(112deg) translateX(33px);
  }
  .clock .ticks span:nth-child(20) {
    -webkit-transform: rotate(118deg) translateX(33px);
    -ms-transform: rotate(118deg) translateX(33px);
    transform: rotate(118deg) translateX(33px);
    background: rgba(241, 245, 247, 0.2);
  }
  .clock .ticks span:nth-child(21) {
    -webkit-transform: rotate(124deg) translateX(33px);
    -ms-transform: rotate(124deg) translateX(33px);
    transform: rotate(124deg) translateX(33px);
  }
  .clock .ticks span:nth-child(22) {
    -webkit-transform: rotate(130deg) translateX(33px);
    -ms-transform: rotate(130deg) translateX(33px);
    transform: rotate(130deg) translateX(33px);
  }
  .clock .ticks span:nth-child(23) {
    -webkit-transform: rotate(136deg) translateX(33px);
    -ms-transform: rotate(136deg) translateX(33px);
    transform: rotate(136deg) translateX(33px);
  }
  .clock .ticks span:nth-child(24) {
    -webkit-transform: rotate(142deg) translateX(33px);
    -ms-transform: rotate(142deg) translateX(33px);
    transform: rotate(142deg) translateX(33px);
  }
  .clock .ticks span:nth-child(25) {
    -webkit-transform: rotate(148deg) translateX(33px);
    -ms-transform: rotate(148deg) translateX(33px);
    transform: rotate(148deg) translateX(33px);
    background: rgba(241, 245, 247, 0.2);
  }
  .clock .ticks span:nth-child(26) {
    -webkit-transform: rotate(154deg) translateX(33px);
    -ms-transform: rotate(154deg) translateX(33px);
    transform: rotate(154deg) translateX(33px);
  }
  .clock .ticks span:nth-child(27) {
    -webkit-transform: rotate(160deg) translateX(33px);
    -ms-transform: rotate(160deg) translateX(33px);
    transform: rotate(160deg) translateX(33px);
  }
  .clock .ticks span:nth-child(28) {
    -webkit-transform: rotate(166deg) translateX(33px);
    -ms-transform: rotate(166deg) translateX(33px);
    transform: rotate(166deg) translateX(33px);
  }
  .clock .ticks span:nth-child(29) {
    -webkit-transform: rotate(172deg) translateX(33px);
    -ms-transform: rotate(172deg) translateX(33px);
    transform: rotate(172deg) translateX(33px);
  }
  .clock .ticks span:nth-child(30) {
    -webkit-transform: rotate(178deg) translateX(33px);
    -ms-transform: rotate(178deg) translateX(33px);
    transform: rotate(178deg) translateX(33px);
    background: rgba(241, 245, 247, 0.2);
  }
  .clock .ticks span:nth-child(31) {
    -webkit-transform: rotate(186deg) translateX(33px);
    -ms-transform: rotate(186deg) translateX(33px);
    transform: rotate(186deg) translateX(33px);
  }
  .clock .ticks span:nth-child(32) {
    -webkit-transform: rotate(192deg) translateX(33px);
    -ms-transform: rotate(192deg) translateX(33px);
    transform: rotate(192deg) translateX(33px);
  }
  .clock .ticks span:nth-child(33) {
    -webkit-transform: rotate(198deg) translateX(33px);
    -ms-transform: rotate(198deg) translateX(33px);
    transform: rotate(198deg) translateX(33px);
  }
  .clock .ticks span:nth-child(34) {
    -webkit-transform: rotate(22deg) translateX(33px);
    -ms-transform: rotate(22deg) translateX(33px);
    transform: rotate(22deg) translateX(33px);
  }
  .clock .ticks span:nth-child(35) {
    -webkit-transform: rotate(205deg) translateX(33px);
    -ms-transform: rotate(205deg) translateX(33px);
    transform: rotate(205deg) translateX(33px);
    background: rgba(241, 245, 247, 0.2);
  }
  .clock .ticks span:nth-child(36) {
    -webkit-transform: rotate(216deg) translateX(33px);
    -ms-transform: rotate(216deg) translateX(33px);
    transform: rotate(216deg) translateX(33px);
  }
  .clock .ticks span:nth-child(37) {
    -webkit-transform: rotate(222deg) translateX(33px);
    -ms-transform: rotate(222deg) translateX(33px);
    transform: rotate(222deg) translateX(33px);
  }
  .clock .ticks span:nth-child(38) {
    -webkit-transform: rotate(228deg) translateX(33px);
    -ms-transform: rotate(228deg) translateX(33px);
    transform: rotate(228deg) translateX(33px);
  }
  .clock .ticks span:nth-child(39) {
    -webkit-transform: rotate(234deg) translateX(33px);
    -ms-transform: rotate(234deg) translateX(33px);
    transform: rotate(234deg) translateX(33px);
  }
  .clock .ticks span:nth-child(40) {
    -webkit-transform: rotate(235deg) translateX(33px);
    -ms-transform: rotate(235deg) translateX(33px);
    transform: rotate(235deg) translateX(33px);
    background: rgba(241, 245, 247, 0.2);
  }
  .clock .ticks span:nth-child(41) {
    -webkit-transform: rotate(246deg) translateX(33px);
    -ms-transform: rotate(246deg) translateX(33px);
    transform: rotate(246deg) translateX(33px);
  }
  .clock .ticks span:nth-child(42) {
    -webkit-transform: rotate(252deg) translateX(33px);
    -ms-transform: rotate(252deg) translateX(33px);
    transform: rotate(252deg) translateX(33px);
  }
  .clock .ticks span:nth-child(43) {
    -webkit-transform: rotate(258deg) translateX(33px);
    -ms-transform: rotate(258deg) translateX(33px);
    transform: rotate(258deg) translateX(33px);
  }
  .clock .ticks span:nth-child(44) {
    -webkit-transform: rotate(264deg) translateX(33px);
    -ms-transform: rotate(264deg) translateX(33px);
    transform: rotate(264deg) translateX(33px);
  }
  .clock .ticks span:nth-child(45) {
    -webkit-transform: rotate(268deg) translateX(33px);
    -ms-transform: rotate(268deg) translateX(33px);
    transform: rotate(268deg) translateX(33px);
    background: rgba(241, 245, 247, 0.2);
  }
  .clock .ticks span:nth-child(46) {
    -webkit-transform: rotate(276deg) translateX(33px);
    -ms-transform: rotate(276deg) translateX(33px);
    transform: rotate(276deg) translateX(33px);
  }
  .clock .ticks span:nth-child(47) {
    -webkit-transform: rotate(282deg) translateX(33px);
    -ms-transform: rotate(282deg) translateX(33px);
    transform: rotate(282deg) translateX(33px);
  }
  .clock .ticks span:nth-child(48) {
    -webkit-transform: rotate(288deg) translateX(33px);
    -ms-transform: rotate(288deg) translateX(33px);
    transform: rotate(288deg) translateX(33px);
  }
  .clock .ticks span:nth-child(49) {
    -webkit-transform: rotate(294deg) translateX(33px);
    -ms-transform: rotate(294deg) translateX(33px);
    transform: rotate(294deg) translateX(33px);
  }
  .clock .ticks span:nth-child(50) {
    -webkit-transform: rotate(298deg) translateX(33px);
    -ms-transform: rotate(298deg) translateX(33px);
    transform: rotate(298deg) translateX(33px);
    background: rgba(241, 245, 247, 0.2);
  }
  .clock .ticks span:nth-child(51) {
    -webkit-transform: rotate(306deg) translateX(33px);
    -ms-transform: rotate(306deg) translateX(33px);
    transform: rotate(306deg) translateX(33px);
  }
  .clock .ticks span:nth-child(52) {
    -webkit-transform: rotate(312deg) translateX(33px);
    -ms-transform: rotate(312deg) translateX(33px);
    transform: rotate(312deg) translateX(33px);
  }
  .clock .ticks span:nth-child(53) {
    -webkit-transform: rotate(318deg) translateX(33px);
    -ms-transform: rotate(318deg) translateX(33px);
    transform: rotate(318deg) translateX(33px);
  }
  .clock .ticks span:nth-child(54) {
    -webkit-transform: rotate(324deg) translateX(33px);
    -ms-transform: rotate(324deg) translateX(33px);
    transform: rotate(324deg) translateX(33px);
  }
  .clock .ticks span:nth-child(55) {
    -webkit-transform: rotate(328deg) translateX(33px);
    -ms-transform: rotate(328deg) translateX(33px);
    transform: rotate(328deg) translateX(33px);
    background: rgba(241, 245, 247, 0.2);
  }
  .clock .ticks span:nth-child(56) {
    -webkit-transform: rotate(336deg) translateX(33px);
    -ms-transform: rotate(336deg) translateX(33px);
    transform: rotate(336deg) translateX(33px);
  }
  .clock .ticks span:nth-child(57) {
    -webkit-transform: rotate(342deg) translateX(33px);
    -ms-transform: rotate(342deg) translateX(33px);
    transform: rotate(342deg) translateX(33px);
  }
  .clock .ticks span:nth-child(58) {
    -webkit-transform: rotate(348deg) translateX(33px);
    -ms-transform: rotate(348deg) translateX(33px);
    transform: rotate(348deg) translateX(33px);
  }
  .clock .ticks span:nth-child(59) {
    -webkit-transform: rotate(354deg) translateX(33px);
    -ms-transform: rotate(354deg) translateX(33px);
    transform: rotate(354deg) translateX(33px);
  }
  .clock .ticks span:nth-child(60) {
    -webkit-transform: rotate(358deg) translateX(33px);
    -ms-transform: rotate(358deg) translateX(33px);
    transform: rotate(358deg) translateX(33px);
    background: rgba(241, 245, 247, 0.2);
  }
}
.font-primary {
  font-family: "Knockout 90 A", "Knockout 90 B", "GT-Walsheim_bold";
  font-size: 76px;
  line-height: 1.27;
}
.font-primary.size-180 {
  font-size: 180px;
  line-height: 0.78;
}
.font-primary.size-100 {
  font-size: 100px;
  line-height: 0.76;
}
.font-primary.size-60 {
  font-size: 76px;
  line-height: 1.27;
}
.porcentual-divider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.porcentual-divider-wrapper p {
  opacity: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.porcentual-divider-wrapper .left {
  width: 70%;
}
.porcentual-divider-wrapper .right {
  width: 30%;
}
.porcentual-divider-wrapper .divider-description p {
  margin-bottom: 15px;
}
.porcentual-divider-wrapper .porcentual-divider {
  position: relative;
}
.porcentual-divider-wrapper .porcentual-divider p {
  position: relative;
  font-family: "Knockout 90 A", "Knockout 90 B", "GT-Walsheim_bold";
  font-size: 60px;
  margin-bottom: 0;
  line-height: 80px;
  color: #f1f5f7;
  z-index: 1;
}
.porcentual-divider-wrapper .porcentual-divider .porcentual-divider-background {
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.porcentual-divider-wrapper.animate-divider
  .porcentual-divider
  .porcentual-divider-background {
  animation-name: animate-divider-width;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.porcentual-divider-wrapper.animate-divider
  .porcentual-divider
  .porcentual-divider-background.right {
  animation-delay: 1.5s;
}
.porcentual-divider-wrapper.animate-divider p {
  animation-name: animate-divider-text;
  animation-duration: 1.5s;
  animation-delay: 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
@keyframes animate-divider-width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes animate-divider-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .porcentual-divider-wrapper p {
    opacity: 1;
    animation: none !important;
    animation-name: none !important;
  }
  .porcentual-divider-wrapper .left {
    width: 60%;
  }
  .porcentual-divider-wrapper .right {
    width: 40%;
  }
  .porcentual-divider-wrapper .porcentual-divider p {
    font-size: 40px;
    line-height: 70px;
  }
  .porcentual-divider-wrapper
    .porcentual-divider
    .porcentual-divider-background {
    width: 100%;
    animation: none !important;
    animation-name: none !important;
  }
}
.slick-rocka-slider {
  position: relative;
  cursor: -webkit-grabbing;
}
.slick-rocka-slider p {
  margin-bottom: 0 !important;
}
.slick-rocka-slider .slick-arrow {
  opacity: 0;
}
.slick-rocka-slider .slick-content-rocka {
  width: 460px;
  margin-right: 120px;
}
.slick-rocka-slider .slick-content-rocka:focus {
  outline: none !important;
}
.slick-rocka-slider .slick-content-rocka.content-large {
  width: 740px;
}
.slick-rocka-slider .slick-list {
  overflow: visible;
}
.slick-rocka-slider .content-with-icon .mdi {
  width: 164px;
  height: 164px;
  margin-bottom: 38px;
}
.slick-rocka-slider .next-area {
  position: absolute;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  cursor: e-resize;
}
.slick-rocka-slider .prev-area {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  cursor: w-resize;
}
@media (max-width: 1199px) {
  .slick-rocka-slider .slick-content-rocka {
    width: 500px;
  }
  .slick-rocka-slider .slick-content-rocka.content-large {
    width: 650px;
  }
}
@media (max-width: 991px) {
  .slick-rocka-slider .slick-content-rocka.content-large {
    width: 570px;
  }
}
@media (max-width: 767px) {
  .slick-rocka-slider .slick-content-rocka {
    width: 330px;
    margin-right: 100px;
  }
  .slick-rocka-slider .slick-content-rocka h2 {
    margin-bottom: 40px !important;
  }
  .slick-rocka-slider .slick-content-rocka.content-large {
    width: 400px;
    margin-right: 80px;
  }
  .slick-rocka-slider .slick-content-rocka.content-large p br {
    margin-bottom: 50px;
  }
  .slick-rocka-slider .slick-content-rocka p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .slick-rocka-slider .content-with-icon .mdi {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
  }
  .slick-rocka-slider .next-area {
    display: none;
  }
  .slick-rocka-slider .prev-area {
    display: none;
  }
}
@media (max-width: 670px) {
  .slick-rocka-slider .slick-content-rocka.content-large {
    width: 380px;
  }
}
@media (max-width: 576px) {
  .slick-rocka-slider .slick-content-rocka {
    width: 240px;
    margin-right: 68px;
  }
  .slick-rocka-slider .slick-content-rocka.content-large {
    width: 280px;
  }
}
@media (max-width: 480px) {
  .slick-rocka-slider .content-with-icon .mdi {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
  }
  .slick-rocka-slider .slick-content-rocka {
    width: 220px;
    margin-right: 68px;
  }
  .slick-rocka-slider .slick-content-rocka.content-large {
    width: 280px;
    margin-right: 60px;
  }
}
@media (max-width: 375px) {
  .slick-rocka-slider .slick-content-rocka {
    margin-right: 60px;
  }
  .slick-rocka-slider .slick-content-rocka.content-large {
    width: 335px;
  }
}
@media (max-width: 360px) {
  .slick-rocka-slider .slick-content-rocka {
    margin-right: 60px;
  }
  .slick-rocka-slider .slick-content-rocka.content-large {
    width: 280px;
  }
}
.modal-contact {
  padding: 0 !important;
}
.modal-contact .modal-dialog {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.modal-contact .modal-dialog .bg_primary,
.modal-contact .modal-dialog .bg_secundary_red,
.modal-contact .modal-dialog .bg_secundary_blue,
.modal-contact .modal-dialog .bg_deep_secundary_blue,
.modal-contact .modal-dialog .bg_deep_secundary_red {
  color: #f1f5f7;
}
.modal-contact .modal-dialog .bg_primary a,
.modal-contact .modal-dialog .bg_secundary_red a,
.modal-contact .modal-dialog .bg_secundary_blue a,
.modal-contact .modal-dialog .bg_deep_secundary_blue a,
.modal-contact .modal-dialog .bg_deep_secundary_red a {
  color: rgba(241, 245, 247, 0.4);
}
.modal-contact .modal-dialog .bg_primary a:hover,
.modal-contact .modal-dialog .bg_secundary_red a:hover,
.modal-contact .modal-dialog .bg_secundary_blue a:hover,
.modal-contact .modal-dialog .bg_deep_secundary_blue a:hover,
.modal-contact .modal-dialog .bg_deep_secundary_red a:hover {
  color: #f1f5f7;
}
.modal-contact .modal-dialog .bg_primary a.btn,
.modal-contact .modal-dialog .bg_secundary_red a.btn,
.modal-contact .modal-dialog .bg_secundary_blue a.btn,
.modal-contact .modal-dialog .bg_deep_secundary_blue a.btn,
.modal-contact .modal-dialog .bg_deep_secundary_red a.btn {
  color: #f1f5f7;
}
.modal-contact .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}
.modal-contact .modal-dialog .modal-content .container-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .contact-selector-container {
  display: none;
}
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .contact-selector-container.show {
  display: block;
}
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .small-description {
  margin-bottom: 35px;
}
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .title-modal,
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .content-modal {
  margin-bottom: 75px;
}
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .back-button {
  z-index: 10;
}
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .back-button
  a {
  padding: 20px;
}
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .back-button
  a
  small {
  line-height: 70px;
}
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .form-wrapper {
  position: relative;
  margin-bottom: 75px;
}
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .form-wrapper
  .rocka-input {
  border-bottom: 1px solid rgba(241, 245, 247, 0.4);
  width: 100%;
  line-height: 1.17;
  padding-top: 20px;
  padding-bottom: 20px;
}
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .form-wrapper
  .feedback {
  position: absolute;
  right: 0;
  top: 30px;
  opacity: 0;
  -webkit-transform: opacity 1s;
  -moz-transform: opacity 1s;
  -ms-transform: opacity 1s;
  -o-transform: opacity 1s;
  transform: opacity 1s;
}
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .form-wrapper
  .feedback
  p {
  margin-bottom: 0;
  color: #de942c;
}
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .form-wrapper
  .feedback.feedback-textarea {
  top: 6px;
  right: 10px;
}
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .form-wrapper.form-feedback
  .feedback {
  opacity: 1;
}
.modal-contact
  .modal-dialog
  .modal-content
  .container-wrapper
  .container
  .navigation-buttons
  .right {
  text-align: right;
}
.modal-contact .modal-dialog .modal-content .close-button {
  z-index: 10;
  position: absolute;
  top: 62px;
  right: 20px;
}
.modal-contact .modal-dialog .modal-content .close-button a {
  padding: 20px;
  opacity: 1;
  color: #f1f5f7;
}
.modal-contact .modal-dialog .modal-content .close-button a img {
  margin-top: -3px;
}
.modal-contact .modal-dialog .modal-content .back-modal {
  position: absolute;
  top: 0px;
  left: 0px;
}
.modal-contact .modal-dialog .modal-content .back-modal a {
  opacity: 1;
  color: #f1f5f7;
  padding: 20px;
}
.modal-responsive {
  padding: 0 !important;
  overflow-y: hidden;
}
.modal-responsive .modal-dialog {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.modal-responsive .modal-dialog .bg_primary,
.modal-responsive .modal-dialog .bg_secundary_red,
.modal-responsive .modal-dialog .bg_secundary_blue,
.modal-responsive .modal-dialog .bg_deep_secundary_blue,
.modal-responsive .modal-dialog .bg_deep_secundary_red {
  color: #f1f5f7;
}
.modal-responsive .modal-dialog .bg_primary a,
.modal-responsive .modal-dialog .bg_secundary_red a,
.modal-responsive .modal-dialog .bg_secundary_blue a,
.modal-responsive .modal-dialog .bg_deep_secundary_blue a,
.modal-responsive .modal-dialog .bg_deep_secundary_red a {
  color: #f1f5f7;
}
.modal-responsive .modal-dialog .bg_primary a:hover,
.modal-responsive .modal-dialog .bg_secundary_red a:hover,
.modal-responsive .modal-dialog .bg_secundary_blue a:hover,
.modal-responsive .modal-dialog .bg_deep_secundary_blue a:hover,
.modal-responsive .modal-dialog .bg_deep_secundary_red a:hover {
  color: rgba(241, 245, 247, 0.8);
}
.modal-responsive .modal-dialog .bg_primary a.btn,
.modal-responsive .modal-dialog .bg_secundary_red a.btn,
.modal-responsive .modal-dialog .bg_secundary_blue a.btn,
.modal-responsive .modal-dialog .bg_deep_secundary_blue a.btn,
.modal-responsive .modal-dialog .bg_deep_secundary_red a.btn {
  color: #f1f5f7;
}
.modal-responsive .modal-dialog .bg_grey {
  color: #082c4c;
}
.modal-responsive .modal-dialog .bg_grey a {
  color: #082c4c;
}
.modal-responsive .modal-dialog .bg_grey a:hover {
  color: rgba(8, 44, 76, 0.8);
}
.modal-responsive .modal-dialog .bg_grey a.btn {
  color: #082c4c;
}
.modal-responsive .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}
.modal-responsive .modal-dialog .modal-content .container-wrapper {
  width: 100%;
}
.modal-responsive
  .modal-dialog
  .modal-content
  .container-wrapper
  .rocka-section {
  position: relative;
  height: 28.5vh;
  background-repeat: no-repeat;
  background-size: 100%;
}
.modal-responsive
  .modal-dialog
  .modal-content
  .container-wrapper
  .rocka-section.rocka-boost-bg {
  background-color: #de942c;
  background-position: 48px -125px;
  background-size: 95%;
}
.modal-responsive
  .modal-dialog
  .modal-content
  .container-wrapper
  .rocka-section.rocka-enterprise-bg {
  background-color: #f1f5f7;
  background-position: 27px -19px;
}
.modal-responsive
  .modal-dialog
  .modal-content
  .container-wrapper
  .rocka-section.rocka-labs-bg {
  background-color: #292b2c;
  background-position: 48px -70px;
}
.modal-responsive
  .modal-dialog
  .modal-content
  .container-wrapper
  .rocka-section
  .container {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.modal-responsive
  .modal-dialog
  .modal-content
  .container-wrapper
  .rocka-section
  .container
  p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
}
.modal-responsive
  .modal-dialog
  .modal-content
  .container-wrapper
  .rocka-section
  .container
  h2 {
  margin-bottom: 0;
}
.modal-responsive
  .modal-dialog
  .modal-content
  .container-wrapper
  .rocka-options {
  position: relative;
  height: 14.5vh;
  background-repeat: no-repeat;
  background-size: 100%;
}
.modal-responsive
  .modal-dialog
  .modal-content
  .container-wrapper
  .rocka-options
  .container {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.modal-responsive
  .modal-dialog
  .modal-content
  .container-wrapper
  .rocka-options
  .container
  .row {
  margin-left: -5px;
  margin-right: -5px;
}
.modal-responsive
  .modal-dialog
  .modal-content
  .container-wrapper
  .rocka-options
  .container
  .row
  > div {
  padding-left: 5px;
  padding-right: 5px;
}
.modal-responsive
  .modal-dialog
  .modal-content
  .container-wrapper
  .rocka-options
  .container
  p {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 0;
  position: relative;
}
.modal-responsive
  .modal-dialog
  .modal-content
  .container-wrapper
  .rocka-options
  .container
  p.first-options {
  padding-left: 22px;
}
.modal-responsive
  .modal-dialog
  .modal-content
  .container-wrapper
  .rocka-options
  .container
  p.first-options
  img {
  position: absolute;
  left: 0;
  font-size: 18px;
  width: 16px;
  height: 16px;
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .modal-contact h1 {
    font-size: 180px;
    line-height: 0.78;
  }
  .modal-contact h2 {
    font-size: 100px;
    line-height: 0.76;
  }
  .modal-contact h3 {
    font-size: 60px;
    line-height: 0.9;
  }
  .modal-contact p {
    font-size: 20px;
    line-height: 1.4;
  }
  .modal-contact p.text-large {
    font-size: 36px;
    line-height: 1.17;
  }
  .modal-contact small {
    font-size: 14px;
  }
  .modal-contact .modal-dialog .modal-content .container-wrapper {
    text-align: center;
  }
  .modal-contact .modal-dialog .modal-content .container-wrapper input {
    text-align: center;
  }
  .modal-contact .modal-dialog .modal-content .container-wrapper .next-button {
    font-size: 14px;
    padding: 26px 39px;
    line-height: initial;
  }
  .modal-contact .modal-dialog .modal-content .close-button {
    top: 20px;
    right: 0px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-boost-bg {
    background-size: 600px;
    background-position: 300px -110px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-enterprise-bg {
    background-size: 800px;
    background-position: 160px -30px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-labs-bg {
    background-size: 800px;
    background-position: 280px -60px;
  }
}
@media (max-width: 991px) {
  .modal-contact h2 {
    font-size: 60px;
    line-height: 0.8;
  }
  .modal-contact p {
    font-size: 18px;
    line-height: 1.42;
  }
  .modal-contact .modal-dialog .modal-content .container-wrapper {
    text-align: center;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .small-description {
    margin-bottom: 30px;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .title-modal,
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .content-modal {
    margin-bottom: 40px;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .form-wrapper {
    margin-bottom: 60px;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .form-wrapper
    .feedback {
    top: 95px;
    width: 100%;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .navigation-buttons
    .left {
    display: none;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .navigation-buttons
    .right {
    text-align: center;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .companies-buttons
    .btn {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-options
    .container
    p {
    font-size: 14px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-boost-bg {
    background-position: 170px -110px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-enterprise-bg {
    background-position: 80px -30px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-labs-bg {
    background-position: 200px -60px;
  }
}
@media (max-width: 767px) {
  .modal-contact small {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 2px;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .small-description {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 2px;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .small-description
    p {
    margin-bottom: 0;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .form-wrapper {
    margin-bottom: 50px;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .form-wrapper.form-textarea {
    margin-bottom: 20px;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .form-wrapper
    textarea.rocka-input {
    padding-left: 15px;
    padding-right: 20px;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .companies-buttons
    .btn.btn.btn-large {
    padding: 15px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-boost-bg {
    background-size: 450px;
    background-position: 140px -75px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-enterprise-bg {
    background-size: 760px;
    background-position: 0px 0;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-labs-bg {
    background-size: 610px;
    background-position: 120px -30px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section
    .container
    p {
    font-size: 18px;
    line-height: 24px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-options
    .container
    p {
    font-size: 12px;
    line-height: 17px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-options
    .container
    p.first-options {
    padding-left: 22px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-options
    .container
    p.first-options
    i {
    font-size: 18px;
    margin-top: -1px;
  }
}
@media (max-width: 576px) {
  .modal-contact h2 {
    font-size: 50px;
    line-height: 0.8;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .small-description {
    margin-top: 40px;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .thanks-tab
    .title-modal,
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .thanks-tab
    .content-modal {
    margin-bottom: 50px;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .form-wrapper
    .feedback {
    top: 75px;
  }
  .modal-contact
    .modal-dialog
    .modal-content
    .container-wrapper
    .container
    .form-wrapper
    .feedback
    p {
    font-size: 14px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-boost-bg {
    background-position: 80px -75px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-enterprise-bg {
    background-position: -40px 0;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-labs-bg {
    background-position: 50px -30px;
  }
}
@media (max-width: 480px) {
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-boost-bg {
    background-position: 10px -75px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-enterprise-bg {
    background-position: -95px 0;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-labs-bg {
    background-position: 10px -30px;
  }
}
@media (max-width: 340px) {
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-boost-bg {
    background-size: 370px;
    background-position: 0px -60px;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-enterprise-bg {
    background-size: 640px;
    background-position: -80px 0;
  }
  .modal-responsive
    .modal-dialog
    .modal-content
    .container-wrapper
    .rocka-section.rocka-labs-bg {
    background-size: 540px;
    background-position: 10px -30px;
  }
}
.rocka-custom-select {
  margin-left: 5px;
}
.rocka-custom-select .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.rocka-custom-select .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.rocka-custom-select .select-styled {
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 2px;
  border-bottom: 1px solid #f1f5f7;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.rocka-custom-select .select-options {
  text-align: left;
  color: #082c4c;
  display: none;
  position: absolute;
  top: calc(100% - 32px);
  right: 0;
  left: -19px;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 240px;
}
.rocka-custom-select .select-options li {
  margin: 0;
  padding: 13px 19px;
  background: #f1f5f7;
  border-top: 1px solid #f1f5f7;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 2px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.rocka-custom-select .select-options li:first-child {
  border-top: 0;
}
.rocka-custom-select .select-options li:hover {
  color: #f1f5f7;
  background: #292b2c;
}
.rocka-custom-select .select-options li[rel="hide"] {
  display: none;
}
.header .navbar-responsive {
  display: none;
  position: absolute;
  margin-top: 25px;
}
.header .navbar-responsive .hamburguer {
  float: left;
  display: block;
  margin-top: 6px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
.header .navbar-responsive .hamburguer span {
  display: block;
  width: 10px;
  height: 1px;
  margin-bottom: 3px;
  position: relative;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  background: #f1f5f7;
  z-index: 1;
  transform-origin: 4px 0px;
  margin-left: auto;
  margin-right: auto;
}
.header .navbar-responsive .hamburguer span:first-child {
  transform-origin: 0% 0%;
}
.header .navbar-responsive .hamburguer span:nth-last-child(2) {
  transform-origin: 0% 100%;
  width: 14px;
}
.header .navbar-responsive .hamburguer span:nth-last-child(3) {
  width: 18px;
}
.header .navbar-responsive .text-hamburguer {
  float: left;
  color: #f1f5f7;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-left: 12px;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media (max-width: 991px) {
  .header .navbar-responsive {
    display: block;
  }
}
@media (max-width: 767px) {
  .header .navbar-responsive {
    margin-top: 18px;
  }
  .header .navbar-responsive .hamburguer {
    margin-top: 4px;
  }
  .header .navbar-responsive .hamburguer span {
    width: 8px;
    height: 1px;
    margin-bottom: 2px;
  }
  .header .navbar-responsive .hamburguer span:nth-last-child(2) {
    width: 10px;
  }
  .header .navbar-responsive .hamburguer span:nth-last-child(3) {
    width: 12px;
  }
  .header .navbar-responsive .text-hamburguer {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 2px;
    margin-left: 6px;
  }
}
.content section.content-section.section-float-image-pd-bt,
.content footer.content-section.section-float-image-pd-bt {
  padding-bottom: 512px;
}
.content section.content-section.section-float-image-pd-tp,
.content footer.content-section.section-float-image-pd-tp {
  padding-top: 170px;
}
.content .team-float-image {
  position: relative;
  z-index: 1;
}
.content .team-float-image img {
  width: 75.902777%;
  position: absolute;
  right: 0;
  top: -50%;
  transform: translateY(-50%);
}
@media (min-width: 1500px) {
  .content section.content-section.section-float-image-pd-tp {
    padding-top: 180px;
  }
  .content section.content-section.section-float-image-pd-bt {
    padding-bottom: 522px;
  }
  .content .team-float-image img {
    width: 74%;
  }
}
@media (min-width: 1600px) {
  .content section.content-section.section-float-image-pd-tp {
    padding-top: 190px;
  }
  .content section.content-section.section-float-image-pd-bt {
    padding-bottom: 532px;
  }
  .content .team-float-image img {
    width: 73%;
  }
}
@media (min-width: 1700px) {
  .content section.content-section.section-float-image-pd-tp {
    padding-top: 200px;
  }
  .content section.content-section.section-float-image-pd-bt {
    padding-bottom: 542px;
  }
  .content .team-float-image img {
    width: 72%;
  }
}
@media (min-width: 1800px) {
  .content section.content-section.section-float-image-pd-tp {
    padding-top: 210px;
  }
  .content section.content-section.section-float-image-pd-bt {
    padding-bottom: 552px;
  }
  .content .team-float-image img {
    width: 70%;
  }
}
@media (min-width: 1900px) {
  .content section.content-section.section-float-image-pd-tp {
    padding-top: 220px;
  }
  .content section.content-section.section-float-image-pd-bt {
    padding-bottom: 562px;
  }
  .content .team-float-image img {
    width: 68%;
  }
}
@media (min-width: 2000px) {
  .content section.content-section.section-float-image-pd-tp {
    padding-top: 230px;
  }
  .content section.content-section.section-float-image-pd-bt {
    padding-bottom: 572px;
  }
  .content .team-float-image img {
    width: 67%;
  }
}
@media (min-width: 2100px) {
  .content section.content-section.section-float-image-pd-tp {
    padding-top: 240px;
  }
  .content section.content-section.section-float-image-pd-bt {
    padding-bottom: 582px;
  }
  .content .team-float-image img {
    width: 66%;
  }
}
@media (min-width: 2200px) {
  .content section.content-section.section-float-image-pd-tp {
    padding-top: 250px;
  }
  .content section.content-section.section-float-image-pd-bt {
    padding-bottom: 592px;
  }
  .content .team-float-image img {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .content section.content-section.section-float-image-pd-bt {
    padding-bottom: 450px;
  }
  .content section.content-section.section-float-image-pd-tp {
    padding-top: 470px;
  }
  .content .team-float-image img {
    width: 95%;
    position: absolute;
    right: auto;
    left: auto;
    top: -50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .content section.content-section.section-float-image-pd-bt {
    padding-bottom: 400px;
  }
  .content section.content-section.section-float-image-pd-tp {
    padding-top: 400px;
  }
}
@media (max-width: 767px) {
  .content section.content-section.section-float-image-pd-bt {
    padding-bottom: 320px;
  }
  .content section.content-section.section-float-image-pd-tp {
    padding-top: 330px;
  }
  .content .team-float-image img {
    width: calc(95% + 76px);
    position: absolute;
    right: auto;
    left: -76px;
    top: -50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 576px) {
  .content section.content-section.section-float-image-pd-bt {
    padding-bottom: 250px;
  }
  .content section.content-section.section-float-image-pd-tp {
    padding-top: 250px;
  }
}
@media (max-width: 480px) {
  .content section.content-section.section-float-image-pd-bt {
    padding-bottom: 230px;
  }
  .content section.content-section.section-float-image-pd-tp {
    padding-top: 195px;
  }
}
.phases-wrapper {
  height: 327px;
}
.phases-wrapper .phases {
  text-align: center;
}
.phases-wrapper .phases .phase {
  position: relative;
  width: 20%;
  display: inline-table;
}
.phases-wrapper .phases .phase .offset-y-1 div {
  position: absolute;
  top: 114px;
}
.phases-wrapper .phases .phase .offset-y-2 div {
  position: absolute;
  top: 84px;
}
.phases-wrapper .phases .phase .offset-y-3 div {
  position: absolute;
  top: 55px;
}
.phases-wrapper .phases .phase .offset-y-4 div {
  position: absolute;
  top: 19px;
}
.phases-wrapper .phases .phase .offset-y-5 div {
  position: absolute;
  top: -10px;
}
.phases-wrapper .phases .phase p {
  margin-bottom: 5px;
}
.phases-wrapper .phases .phase h3 {
  position: relative;
  margin-bottom: 0;
}
.phases-wrapper .phases .phase h3:before {
  content: "";
  position: absolute;
  top: 70px;
  height: 151px;
  left: 50%;
  border: 2px solid #292b2c;
}
.phases-wrapper .phases .phase h3:after {
  content: "";
  position: absolute;
  top: 220px;
  left: calc(50% - 8px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f1f5f7;
  border: 4px solid #292b2c;
}
@media (max-width: 1199px) {
  .phases-wrapper .phases .phase {
    width: 20%;
  }
  .phases-wrapper .phases .phase .offset-y-1 div {
    top: 111px;
  }
  .phases-wrapper .phases .phase .offset-y-2 div {
    top: 87px;
  }
  .phases-wrapper .phases .phase .offset-y-3 div {
    top: 64px;
  }
  .phases-wrapper .phases .phase .offset-y-4 div {
    top: 35px;
  }
  .phases-wrapper .phases .phase .offset-y-5 div {
    top: 10px;
  }
  .phases-wrapper .phases .phase h3 {
    font-size: 50px;
  }
  .phases-wrapper .phases .phase h3:before {
    top: 60px;
  }
  .phases-wrapper .phases .phase h3:after {
    top: 210px;
  }
}
@media (max-width: 991px) {
  .phases-wrapper {
    height: 270px;
  }
  .phases-wrapper .phases .phase {
    width: 20%;
  }
  .phases-wrapper .phases .phase .offset-y-1 div {
    top: 80px;
  }
  .phases-wrapper .phases .phase .offset-y-2 div {
    top: 62px;
  }
  .phases-wrapper .phases .phase .offset-y-3 div {
    top: 45px;
  }
  .phases-wrapper .phases .phase .offset-y-4 div {
    top: 24px;
  }
  .phases-wrapper .phases .phase .offset-y-5 div {
    top: 5px;
  }
  .phases-wrapper .phases .phase h3 {
    font-size: 40px;
  }
  .phases-wrapper .phases .phase h3:after {
    top: 170px;
  }
  .phases-wrapper .phases .phase h3:before {
    top: 50px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .phases-wrapper .phases .phase .offset-y-1 div {
    top: 85px;
  }
  .phases-wrapper .phases .phase .offset-y-2 div {
    top: 67px;
  }
  .phases-wrapper .phases .phase .offset-y-3 div {
    top: 50px;
  }
  .phases-wrapper .phases .phase .offset-y-4 div {
    top: 29px;
  }
  .phases-wrapper .phases .phase .offset-y-5 div {
    top: 10px;
  }
  .phases-wrapper .phases .phase h3 {
    font-size: 40px;
  }
  .phases-wrapper .phases .phase h3:after {
    top: 170px;
  }
  .phases-wrapper .phases .phase h3:before {
    top: 50px;
    height: 120px;
  }
}
@media (max-width: 700px) {
  .phases-wrapper {
    height: auto;
  }
  .phases-wrapper .phases .phase {
    width: 100%;
  }
  .phases-wrapper .phases .phase > div > div {
    margin-top: 0 !important;
    margin-bottom: 150px;
    position: relative !important;
    top: 0 !important;
  }
  .phases-wrapper .phases .phase h3 {
    font-size: 60px;
    line-height: 0.8;
  }
  .phases-wrapper .phases .phase h3:after {
    top: 150px;
  }
  .phases-wrapper .phases .phase h3:before {
    top: 70px;
    height: 80px;
  }
  .phases-wrapper .phases .phase:last-child > div > div {
    margin-bottom: 120px;
  }
  .phases-wrapper .phases .phase:last-child h3:after {
    top: 0;
    height: 0;
    border: 0;
  }
  .phases-wrapper .phases .phase:last-child h3:before {
    top: 0;
    height: 0;
    border: 0;
  }
}
@media (max-width: 576px) {
  .phases-wrapper .phases .phase {
    width: 100%;
  }
  .phases-wrapper .phases .phase > div > div {
    margin-top: 0 !important;
    margin-bottom: 135px;
  }
  .phases-wrapper .phases .phase h3 {
    font-size: 50px;
    line-height: 0.8;
  }
  .phases-wrapper .phases .phase h3:after {
    top: 135px;
  }
  .phases-wrapper .phases .phase h3:before {
    top: 55px;
    height: 80px;
  }
  .phases-wrapper .phases .phase:last-child > div > div {
    margin-bottom: 120px;
  }
  .phases-wrapper .phases .phase:last-child h3:after {
    top: 0;
    height: 0;
    border: 0;
  }
  .phases-wrapper .phases .phase:last-child h3:before {
    top: 0;
    height: 0;
    border: 0;
  }
}
#cssda-badge {
  z-index: 100;
  position: fixed;
  right: 10px;
  bottom: 15px;
  width: 73px;
  height: 73px;
  border-radius: 73px;
  background: #ededed;
  -webkit-transition: all 0.25s cubic-bezier(0.615, 0.19, 0.305, 0.91);
  -moz-transition: all 0.25s cubic-bezier(0.615, 0.19, 0.305, 0.91);
  transition: all 0.25s cubic-bezier(0.615, 0.19, 0.305, 0.91);
  cursor: pointer;
  opacity: 0;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
#cssda-badge.active {
  opacity: 1;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
#cssda-badge:hover {
  -webkit-animation: bounce 0.75s linear both;
  -moz-animation: bounce 0.75s linear both;
  animation: bounce 0.75s linear both;
  background: #673ab7;
}
#cssda-badge svg {
  position: absolute;
  width: 73px;
  height: 73px;
  fill: #000000;
}
#cssda-badge:hover svg {
  fill: #ededed;
}
.cssda-badge-content {
  position: absolute;
  width: 73px;
  height: 73px;
  -webkit-transition: all 0.12s cubic-bezier(0.615, 0.19, 0.305, 0.91);
  -moz-transition: all 0.12s cubic-bezier(0.615, 0.19, 0.305, 0.91);
  transition: all 0.12s cubic-bezier(0.615, 0.19, 0.305, 0.91);
}
#cssda-badge:hover .cssda-badge-content {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
#cssda-badge:hover #cssda-badge-logo {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767px) {
  #cssda-badge {
    width: 40px;
    height: 40px;
    bottom: 10px;
  }
  #cssda-badge svg {
    width: 40px;
    height: 40px;
  }
  #cssda-badge-logo {
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    transform: scale(1.35);
  }
  #cssda-badge:hover #cssda-badge-logo {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }
  #cssda-badge-title {
    display: none;
  }
  #cssda-badge-award {
    display: none;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(
      1.032,
      0,
      0,
      0,
      0,
      1.041,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(
      1.045,
      0,
      0,
      0,
      0,
      1.06,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(
      1.066,
      0,
      0,
      0,
      0,
      1.089,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(
      1.088,
      0,
      0,
      0,
      0,
      1.117,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(
      1.094,
      0,
      0,
      0,
      0,
      1.123,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(
      1.112,
      0,
      0,
      0,
      0,
      1.133,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(
      1.114,
      0,
      0,
      0,
      0,
      1.133,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(
      1.121,
      0,
      0,
      0,
      0,
      1.124,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(
      1.121,
      0,
      0,
      0,
      0,
      1.119,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(
      1.12,
      0,
      0,
      0,
      0,
      1.107,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(
      1.115,
      0,
      0,
      0,
      0,
      1.096,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(
      1.113,
      0,
      0,
      0,
      0,
      1.094,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(
      1.106,
      0,
      0,
      0,
      0,
      1.09,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(
      1.105,
      0,
      0,
      0,
      0,
      1.09,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(
      1.098,
      0,
      0,
      0,
      0,
      1.096,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(
      1.097,
      0,
      0,
      0,
      0,
      1.098,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(
      1.096,
      0,
      0,
      0,
      0,
      1.102,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(
      1.097,
      0,
      0,
      0,
      0,
      1.103,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(
      1.099,
      0,
      0,
      0,
      0,
      1.101,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86%,
  63.26% {
    -webkit-transform: matrix3d(
      1.101,
      0,
      0,
      0,
      0,
      1.099,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100%,
  75.28%,
  85.49%,
  90.69% {
    -webkit-transform: matrix3d(
      1.1,
      0,
      0,
      0,
      0,
      1.1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(
      1.032,
      0,
      0,
      0,
      0,
      1.041,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(
      1.045,
      0,
      0,
      0,
      0,
      1.06,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(
      1.066,
      0,
      0,
      0,
      0,
      1.089,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(
      1.088,
      0,
      0,
      0,
      0,
      1.117,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(
      1.094,
      0,
      0,
      0,
      0,
      1.123,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(
      1.112,
      0,
      0,
      0,
      0,
      1.133,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(
      1.114,
      0,
      0,
      0,
      0,
      1.133,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(
      1.121,
      0,
      0,
      0,
      0,
      1.124,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(
      1.121,
      0,
      0,
      0,
      0,
      1.119,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(
      1.12,
      0,
      0,
      0,
      0,
      1.107,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(
      1.115,
      0,
      0,
      0,
      0,
      1.096,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(
      1.113,
      0,
      0,
      0,
      0,
      1.094,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(
      1.106,
      0,
      0,
      0,
      0,
      1.09,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(
      1.105,
      0,
      0,
      0,
      0,
      1.09,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(
      1.098,
      0,
      0,
      0,
      0,
      1.096,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(
      1.097,
      0,
      0,
      0,
      0,
      1.098,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(
      1.096,
      0,
      0,
      0,
      0,
      1.102,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(
      1.097,
      0,
      0,
      0,
      0,
      1.103,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(
      1.099,
      0,
      0,
      0,
      0,
      1.101,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86%,
  63.26% {
    -webkit-transform: matrix3d(
      1.101,
      0,
      0,
      0,
      0,
      1.099,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100%,
  75.28%,
  85.49%,
  90.69% {
    -webkit-transform: matrix3d(
      1.1,
      0,
      0,
      0,
      0,
      1.1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
#awwwards {
  position: fixed;
  bottom: 90px;
  width: 85px;
  height: 127px;
  text-indent: -666em;
  overflow: hidden;
  z-index: 999;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
#awwwards.active {
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  opacity: 1;
}
#awwwards.top {
  top: 20px;
}
#awwwards.left {
  left: 0;
}
#awwwards.right {
  right: 0;
}
#awwwards a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 85px;
  height: 127px;
  background-repeat: no-repeat;
  background-size: 85px 127px;
}
#awwwards.honorable.black.left a {
  background-image: url(../../images/ribbons/awwwards_honorable_black_left.png);
}
#awwwards.honorable.black.right a {
  background-image: url(../../images/ribbons/awwwards_honorable_black_right.png);
}
#awwwards.honorable.silver.left a {
  background-image: url(../../images/ribbons/awwwards_honorable_silver_left.png);
}
#awwwards.honorable.silver.right a {
  background-image: url(../../images/ribbons/awwwards_honorable_silver_right.png);
}
#awwwards.honorable.white.left a {
  background-image: url(../../images/ribbons/awwwards_honorable_white_left.png);
}
#awwwards.honorable.white.right a {
  background-image: url(../../images/ribbons/awwwards_honorable_white_right.png);
}
#awwwards.honorable.green.left a {
  background-image: url(../../images/ribbons/awwwards_honorable_green_left.png);
}
#awwwards.honorable.green.right a {
  background-image: url(../../images/ribbons/awwwards_honorable_green_right.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-moz-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3 / 2),
  only screen and (min-device-pixel-ratio: 1.5) {
  #awwwards.honorable.black.left a {
    background-image: url(../../images/ribbons/awwwards_honorable_black_left%402x.png);
  }
  #awwwards.honorable.black.right a {
    background-image: url(../../images/ribbons/awwwards_honorable_black_right%402x.png);
  }
  #awwwards.honorable.silver.left a {
    background-image: url(../../images/ribbons/awwwards_honorable_silver_left%402x.png);
  }
  #awwwards.honorable.silver.right a {
    background-image: url(../../images/ribbons/awwwards_honorable_silver_right%402x.png);
  }
  #awwwards.honorable.white.left a {
    background-image: url(../../images/ribbons/awwwards_honorable_white_left%402x.png);
  }
  #awwwards.honorable.white.right a {
    background-image: url(../../images/ribbons/awwwards_honorable_white_right%402x.png);
  }
  #awwwards.honorable.green.left a {
    background-image: url(../../images/ribbons/awwwards_honorable_green_left%402x.png);
  }
  #awwwards.honorable.green.right a {
    background-image: url(../../images/ribbons/awwwards_honorable_green_right%402x.png);
  }
}
@media (max-width: 767px) {
  #awwwards {
    bottom: 50px;
    width: 50px;
    height: 75px;
  }
  #awwwards a {
    width: 50px;
    height: 75px;
    background-size: 50px 75px;
  }
}
img.mdi {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
}
img.mdi.mdi-18px {
  width: 18px;
  height: 18px;
}
img.mdi.mdi-24px {
  width: 24px;
  height: 24px;
}
img.mdi.mdi-36px {
  width: 36px;
  height: 36px;
}
img.mdi.mdi-48px {
  width: 48px;
  height: 48px;
}
