.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 1em; }
  .loadingmask-message .loadingmask-message-content {
    -webkit-animation: loading-animation 1.2s infinite ease-out;
       -moz-animation: loading-animation 1.2s infinite ease-out;
         -o-animation: loading-animation 1.2s infinite ease-out;
            animation: loading-animation 1.2s infinite ease-out;
    background: transparent;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border-width: 0;
    clear: both;
    color: transparent;
    height: 1em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 1em; }

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px dotted #BFBFBF; }

/* ---------- Status ---------- */
.entry-status {
  border-left: 4px solid transparent; }

span.alert {
  display: inline-block; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000; }
  .quick-access-nav a {
    background: #333;
    background: rgba(51, 51, 51, 0.9);
    border: 1px solid #FFF;
    left: 0;
    outline: none;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: center; }
    .quick-access-nav a:focus {
      color: #FFF;
      top: 1000px; }

@media only screen and (max-width: 991px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; }
  .ie9 .responsive-table-horizontal thead {
    float: none; } }

.important {
  font-weight: bold; }

.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important; }

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important; }

.unselectable, .unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  border-color: #A6A6A6;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; }

.lfr-asset-category-container .no-matches {
  color: #999; }

.lfr-asset-category-search-container {
  background-color: #D3DADD;
  border-bottom-color: #AEB8BC; }

.lfr-asset-category-list a.selected {
  background-color: #EEE; }

.lfr-categories-selector-search-results-path {
  color: #575757;
  font-size: 0.9em;
  text-align: right;
  width: 25%; }

.lfr-asset-column-actions-content {
  background-color: #D7F1FF; }

.lfr-asset-column-actions .lfr-asset-column-actions-content {
  border-color: #88C5D9; }

.lfr-asset-column-details .lfr-asset-categories {
  color: #7D7D7D; }
  .lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
    color: #555; }

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right-color: #999;
  color: #999; }

.lfr-asset-column-details .lfr-asset-tags {
  color: #7D7D7D; }
  .lfr-asset-column-details .lfr-asset-tags .tag {
    color: #555; }

.lfr-asset-panels .lfr-panel.lfr-extended, .lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #CCC; }

.lfr-form-row {
  border-bottom-color: #CCC; }

.lfr-form-row:hover {
  background-color: #DFFCCB;
  border-color: #B2FF3A; }

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%; }

.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
  background-color: #FFF; }

.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  width: 100%;
  word-break: break-word; }
  @media only screen and (min-width: 768px) {
    .definition-of-terms dt {
      width: auto; } }

.lfr-code {
  background: #FFF;
  border-color: #777;
  font-family: monospace; }
  .lfr-code tr td.line-numbers {
    background: #FAFAFA; }
    .lfr-code tr td.line-numbers:before {
      color: #AAA;
      text-shadow: 1px 1px #FFF; }

.popup-alert-notice .countdown-timer {
  font-size: 1.1em;
  font-weight: bold; }

.lfr-token {
  background-color: #B3DAEF;
  border-color: #5FA8FF;
  color: #444;
  text-decoration: none; }
  .lfr-token:hover {
    background-color: #D1E5EF; }

.lfr-token-primary {
  font-weight: bold; }
  .lfr-token-primary, .lfr-token-primary:hover {
    background-color: #B3DAEF; }

.lfr-token-close:hover {
  text-decoration: none; }

.lfr-button {
  background: no-repeat 0 50%; }

.lfr-table > tbody > tr > th, .lfr-table > thead > tr > th, .lfr-table > tfoot > tr > th {
  font-weight: bold; }

.lfr-checkbox-preselected, .lfr-configurator-visibility {
  opacity: 0.5; }

.lfr-header-row {
  border-bottom-color: #7B7B7B; }
  .lfr-header-row .lfr-search-combobox {
    border-color: #5F5F5F; }

.openid-login input[type="text"] {
  background: url(../images/common/openid.gif) no-repeat;
  background-color: #FFF;
  background-position: 0 50%;
  color: #000; }

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
  font-size: 1em; }

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  color: #333;
  font-weight: normal; }

.lfr-panel.lfr-extended, .lfr-panel-container, .lfr-floating-container {
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }

.lfr-panel-container, .lfr-floating-container {
  background: #FFF; }

.lfr-panel-titlebar .lfr-panel-title {
  font-size: 1.2em;
  font-weight: bold; }

.lfr-panel-titlebar .lfr-panel-button {
  background: url(../images/application/panel_header_toggler_close.png) no-repeat 0 0; }
  .lfr-panel-titlebar .lfr-panel-button:hover {
    background-position: 0 100%; }

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url(../images/arrows/05_down.png) no-repeat 2px 50%; }

.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url(../images/arrows/05_right.png); }
  .lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
    background-image: url(../images/application/panel_header_toggler_open.png); }

.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background: #D6D6D6 url(../images/application/panel_header.png) repeat-x 0 0;
  border-bottom-color: #CDCDCD; }

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top-color: #CECECE; }

.js .lfr-floating-trigger {
  background-image: url(../images/arrows/05_down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none; }

.lfr-panel-page .panel-page-content {
  border-left-color: #CCC; }

.lfr-panel-page .lfr-add-content h2 {
  border-color: #CCC; }
  .lfr-panel-page .lfr-add-content h2 span {
    background: #EFEFEF; }

.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
  border-bottom-color: #CCC; }
  .lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
    background: none; }

.lfr-panel-content .paginator-container {
  background: #CFD2D5;
  border-bottom-color: #DCDEE0;
  border-top-color: #DCDEE0; }

.lfr-panel-content .paginator-page-container .paginator-page-link {
  background: none;
  border-color: #CFD2D5; }
  .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page {
    background: #99A7B3 url(../images/application/current_page_hover_bg.png) repeat-x 0 0;
    border-color: #6B7785 #7C8994 #919FA9;
    color: #FFF;
    font-weight: bold; }
    .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page:hover {
      background: #5094D7 url(../images/application/current_page_bg.png) repeat-x 0 0;
      border-color: #31659C #396EA8 #4C8CCB; }

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em; }

.lfr-preview-file-content {
  border-bottom-color: #6D6D6E; }

.lfr-preview-file-image-current-column, .lfr-preview-file-video-current-column {
  background: url(../images/common/checkerboard.png); }

.lfr-preview-file-toolbar {
  background: #333;
  opacity: 0.5; }
  .lfr-preview-file-toolbar .icon-arrow-1-l {
    background: url(../images/document_library/preview_left.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-arrow-1-r {
    background: url(../images/document_library/preview_right.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-zoomin {
    background: url(../images/document_library/preview_zoom.png) no-repeat 0 50%; }

.lfr-preview-file-image-current-column:hover .lfr-preview-file-toolbar {
  opacity: 1; }

.lfr-preview-file-info {
  background: #333;
  color: #FFF;
  opacity: 0.5; }
  .lfr-preview-file-info:hover {
    opacity: 1; }

.lfr-preview-file-index {
  font-weight: bold; }

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%; }

.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border-color: #AEB8BC; }

.lfr-preview-file-image-selected img, .lfr-preview-file-image:hover img {
  border-color: #00A2EA; }

.lfr-preview-file-loading-indicator {
  background: #333;
  color: #FFF; }

.lfr-preview-file-image-overlay-content {
  background: url(../images/common/checkerboard.png);
  border-color: #555; }

.firefox .lfr-preview-video-content div.video-node {
  height: 100%; }

textarea.lfr-editor-textarea {
  font-family: monospace; }

.lfr-rich-editor.ace_editor {
  border-color: #A1A2A4; }

.lfr-plain-editor textarea, .lfr-rich-editor.ace_editor {
  font-family: 'Monaco', 'Menlo', 'Droid Sans Mono', 'Courier New', monospace;
  font-size: 12px; }

.lfr-spa-loading-bar {
  background: #2FA4F5; }

.lfr-tag-selector-popup label {
  border-bottom-color: #EEE; }

.lfr-tag-selector-popup .no-matches {
  color: #999; }

.lfr-toolbar {
  background-color: #E5E4E8; }
  .lfr-toolbar .lfr-button:focus {
    border-color: #000; }
  .lfr-toolbar .lfr-button:hover {
    border-color: #CCC #777 #777; }
  .lfr-toolbar .lfr-separator {
    border-left-color: #FFF;
    border-right-color: #CCC;
    font-size: 12px; }

.lfr-toolbar .lfr-button, .lfr-emoticon-container .lfr-button {
  border-color: #E5E4E8; }

.lfr-emoticon-container {
  background: #E5E4E8;
  border-color: #CCC; }

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1; }

.lfr-translation-manager .lfr-translation-manager-translation {
  text-decoration: none; }
  .lfr-translation-manager .lfr-translation-manager-translation:hover {
    background-color: #D1E5EF; }
  .lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
    background-color: #598BEC;
    border-color: #224FA8;
    color: #FFF; }

.lfr-tree a {
  text-decoration: none; }

.tree-drag-helper {
  z-index: 1035; }

.lfr-upload-container .upload-target {
  border-color: #DDD; }
  .lfr-upload-container .upload-target h4 span {
    text-transform: lowercase; }
  .lfr-upload-container .upload-target .drop-file-text {
    font-weight: normal; }

.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; }

.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat; }

.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat; }

.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em; }

.lfr-upload-container .cancel-button {
  color: #869CAD; }

.lfr-upload-container .delete-button {
  color: #869CAD; }

.lfr-upload-container .file-added .success-message {
  font-weight: normal; }

.lfr-upload-container .upload-error {
  opacity: 1; }

.lfr-upload-container .multiple-files .upload-error {
  background: #FDD url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  font-weight: normal; }

.lfr-upload-container .upload-complete .error-message, .lfr-upload-container .upload-complete .success-message {
  font-weight: bold; }

.lfr-upload-container .file-uploading {
  background-color: #FFC; }

.lfr-upload-container .progress-bar {
  background: #FFF;
  margin-top: 25px;
  text-align: left;
  width: 100%; }

.lfr-upload-container .progress {
  background: #8DB2E3; }

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #DDEDDE;
  border-color: #7D7;
  border-style: dashed; }

.app-view-entry:hover .entry-thumbnail {
  border-color: #7ABFDD; }

.app-view-entry.selected .entry-thumbnail {
  border-color: #057CB0; }

.app-view-entry.selected .entry-metadata dt, .app-view-entry.selected .entry-metadata dd, .app-view-entry.selected .entry-metadata .entry-categories, .app-view-entry.selected .entry-metadata .entry-tags, .app-view-entry.selected .entry-metadata .entry-description {
  color: #F0F0F0; }

.app-view-entry .entry-title {
  font-weight: bold; }

.app-view-entry .entry-link {
  text-decoration: none; }

.app-view-entry .entry-metadata dt, .app-view-entry .entry-metadata dd, .app-view-entry .entry-metadata .entry-categories, .app-view-entry .entry-metadata .entry-tags, .app-view-entry .entry-metadata .entry-description {
  color: #333;
  word-wrap: break-word; }

.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold; }
  .app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
    font-weight: normal; }

.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00A2EA; }

.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #FFF; }

.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333; }

.app-view-entry.active-area, .app-view-entry.active-area.hover, .app-view-entry.active-area td {
  background-color: #5AD300; }

.app-view-entry:hover, .app-view-entry.hover {
  background-color: #D3E8F1; }

.app-view-entry a.entry-link:hover {
  text-decoration: none; }
  .app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
    text-decoration: underline; }

.app-view-entry-taglib.entry-display-style.display-icon .entry-title {
  font-weight: normal; }

.app-view-search-entry-taglib .entry-discussion a, .app-view-search-entry-taglib .entry-attachment a {
  text-decoration: none; }

.app-view-search-entry-taglib .entry-discussion:hover, .app-view-search-entry-taglib .entry-attachment:hover {
  background-color: #D3E8F1; }

.app-view-search-entry-taglib .entry-folder {
  color: #999; }

.app-view-search-entry-taglib .entry-link .entry-thumbnail-image {
  color: #000;
  text-decoration: none; }

.app-view-search-entry-taglib.alt {
  background-color: #EDF0F3; }

.app-view-search-entry-taglib.search {
  background-color: #FFF; }
  .app-view-search-entry-taglib.search.alt {
    background-color: #E2E5E8; }

.app-view-taglib .display-style .icon {
  background-image: url(../images/application/layouts.png);
  background-repeat: no-repeat; }

.app-view-taglib .icon-display-descriptive {
  background-position: -32px 0; }

.app-view-taglib .icon-display-icon {
  background-position: -16px 0; }

.app-view-taglib .icon-display-list {
  background-position: 0 0; }

.app-view-taglib .state-active .icon-display-descriptive {
  background-position: -32px 100%; }

.app-view-taglib .state-active .icon-display-icon {
  background-position: -16px 100%; }

@media only screen and (max-width: 767px) {
  .navbar .nav-display-style-buttons .display-style-buttons > .dropdown > .dropdown-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; } }

.navbar .nav-display-style-buttons .display-style-buttons-container .dropdown-toggle .caret {
  border-bottom-color: #333;
  border-top-color: #333; }

.taglib-asset-links {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }
  .taglib-asset-links h2 {
    color: #999;
    font-size: 1em; }

.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal; }

.taglib-asset-metadata .metadata-author {
  font-weight: bold; }

.taglib-asset-metadata .metadata-entry {
  color: #999; }

.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009AE5;
  font-size: 14px;
  line-height: 14px; }

.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8C8C8C;
  font-size: 13px; }

.taglib-calendar table {
  border-color: #999; }

.taglib-calendar tr th, .taglib-calendar tr td {
  border-bottom-color: #999; }

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-color: #999; }

.taglib-calendar a:hover, .taglib-calendar a:focus {
  background-color: #CCC; }

.taglib-calendar .calendar-inactive {
  color: #999; }

.taglib-calendar .has-events a span {
  background: url(../images/calendar/event_indicator.png) no-repeat 50% 95%; }

.taglib-calendar .has-events.calendar-current-day a span {
  background-image: url(../images/calendar/event_indicator_current.png); }

.taglib-categorization-filter.entry-title {
  color: #333;
  font-size: 1em;
  line-height: inherit; }

.taglib-categorization-filter .asset-entry {
  background-color: #DEE7F8;
  border-color: #CAD8F3; }
  .taglib-categorization-filter .asset-entry:hover a {
    text-decoration: none; }
    .taglib-categorization-filter .asset-entry:hover a .icon-remove {
      background-color: #CAD8F3; }

.taglib-diff-addedline, #taglib-diff-results ins {
  background: #E6FFE6; }

.taglib-diff-context {
  background: #EEE; }

.taglib-diff-deletedline, #taglib-diff-results del {
  background: #FFE6E6; }

.taglib-diff-html div.diff-removed-image {
  background: #FDC6C6 url(../images/diff/minus.png); }

.taglib-diff-html div.diff-added-image {
  background: #CFC url(../images/diff/plus.png) no-repeat; }

.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  opacity: 0.55; }

.taglib-diff-html span.diff-html-added {
  background-color: #CFC;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border-color: #CFC; }

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x; }
  .taglib-diff-html span.diff-html-changed img {
    border-color: #009; }

.taglib-diff-html span.diff-html-removed {
  background-color: #FDC6C6;
  font-size: 1em;
  text-decoration: line-through; }
  .taglib-diff-html span.diff-html-removed img {
    border-color: #FDC6C6; }

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom-color: #009AE5; }
  .diff-version-comparator .taglib-diff-html .diff-html-changed img {
    border-color: #009AE5; }

.diff-version-comparator .diff-target-selector {
  border-left-color: #E5E5E5; }

.diff-version-comparator .diff-version-filter {
  background-color: #F9F9F9; }

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #DBDDE1; }

@media only screen and (min-width: 768px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word; } }

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none; }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
    text-decoration: underline; }

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  -webkit-background-size: 50px 50px;
     -moz-background-size: 50px;
       -o-background-size: 50px;
          background-size: 50px; }

.taglib-discussion .lfr-discussion-actions li a, .taglib-discussion .lfr-discussion-actions li a span {
  text-decoration: none; }

.taglib-discussion .lfr-discussion-actions li a:hover span, .taglib-discussion .lfr-discussion-actions li a:focus span {
  text-decoration: underline; }

.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form {
  background: #DDD;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }
  .taglib-discussion .lfr-discussion-form-container .lfr-discussion-form .taglib-user-display .user-profile-image .avatar {
    -webkit-background-size: 40px 40px;
       -moz-background-size: 40px;
         -o-background-size: 40px;
            background-size: 40px; }

.lfr-discussion-reply.popover .lfr-discussion-reply-user-name {
  font-weight: bold; }

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5); }

.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #E8E6E8;
  color: #A5A6AC; }

.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00C2FF;
  color: #FFF; }

.drop-here-info .drop-text {
  color: #FFF; }

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100; }

.lfr-ddm-field-group {
  margin-bottom: 20px; }

.lfr-ddm-field-group-inline {
  display: inline-block;
  vertical-align: bottom; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
    background: transparent;
    opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
      background: transparent; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
      color: #000;
      opacity: 0.7; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
      background: #333;
      font-size: 18px;
      opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
      color: #333; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
    background: transparent;
    outline: 0; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
      text-decoration: none; }
      .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
        opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
      background: #CCC;
      color: #FFF;
      font-size: 14px;
      font-weight: bold;
      opacity: 0.6;
      text-decoration: none; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
      color: #000;
      font-size: 12px; }

.taglib-header {
  border-bottom-color: #C8C9CA;
  color: #555; }
  .taglib-header .header-back-to a {
    font-weight: bold;
    text-decoration: none; }

a.taglib-icon, a.taglib-icon:focus, a.taglib-icon:hover {
  text-decoration: none; }

a.taglib-icon:focus .taglib-text, a.taglib-icon:hover .taglib-text {
  text-decoration: underline; }

a.taglib-icon.btn:focus .taglib-text, a.taglib-icon.btn:hover .taglib-text {
  text-decoration: none; }

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px; }

.taglib-icon-label {
  margin-left: 12px; }

.taglib-image-selector .change-image-controls {
  background: #FFF; }

.taglib-image-selector .glyphicon-ok {
  background: #FFF;
  opacity: 0;
  z-index: -1; }

.taglib-image-selector .progress-wrapper .progressbar {
  background: #B0B4BB;
  opacity: 0.7; }

.taglib-image-selector.check-active .glyphicon-ok {
  opacity: 1;
  z-index: 0; }

.taglib-image-selector.drop-active {
  outline-width: 0; }
  .taglib-image-selector.drop-active .browse-image-controls {
    opacity: 0; }
  .taglib-image-selector.drop-active .glyphicon-ok {
    opacity: 0; }
  .taglib-image-selector.drop-active .image-wrapper {
    opacity: 0.15; }
  .taglib-image-selector.drop-active .error-wrapper {
    opacity: 0; }

.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15; }

.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0; }

.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0; }

.taglib-image-selector.progress-active .glyphicon-ok {
  opacity: 0; }

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5; }

.input-localized.input-localized-focused .palette-item-inner .lfr-input-localized-flag {
  opacity: 1; }

.input-localized .palette-item-inner {
  border-color: #666; }

.input-localized .palette-item, .input-localized .palette-item-inner, .input-localized .palette-item-hover, .input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background: #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background: #FF0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27C1F2; }

.taglib-move-boxes .choice-selector label {
  background: #EBF1F9;
  border-bottom-color: #8DB2F3; }

.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent; }
  .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
    background-color: #FAFAFA; }
  .taglib-move-boxes .sortable-container .move-option .handle {
    color: #999; }

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none; }

.lfr-tree-display-page .tree-label {
  cursor: default; }
  .lfr-tree-display-page .tree-label a {
    color: black; }
  .lfr-tree-display-page .tree-label .layout-page-invalid {
    color: #AAA;
    font-style: italic; }
    .lfr-tree-display-page .tree-label .layout-page-invalid:hover {
      cursor: default;
      text-decoration: none; }

.lfr-tree-radio.lfr-tree-root-node-hidden .lfr-root-node + .tree-container {
  margin-left: 0; }

.lfr-map {
  border-color: #CCC; }
  .lfr-map .search-controls {
    font-size: 15px; }

.navbar .navbar-search {
  background-color: #F3F3F3; }
  @media only screen and (min-width: 768px) {
    .navbar .navbar-search {
      background-color: transparent; } }

.taglib-portlet-preview.show-borders {
  border-color: #828F95; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #D3DADD;
    font-size: 1.4em;
    font-weight: bold; }

.lfr-search-container-wrapper a {
  color: #212529; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #F7F8F9;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    color: #212529; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item:nth-last-child(2) {
    -webkit-border-bottom-right-radius: 0.25rem;
       -moz-border-radius-bottomright: 0.25rem;
            border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
       -moz-border-radius-bottomleft: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
  .lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h5, .lfr-search-container-wrapper .list-group .list-group-item h6, .lfr-search-container-wrapper .list-group .list-group-item .h5, .lfr-search-container-wrapper .list-group .list-group-item .h6 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item .checkbox {
    margin-top: 0; }
  .lfr-search-container-wrapper .list-group + .taglib-search-iterator-page-iterator-bottom {
    margin-top: 20px; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child, .lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  -webkit-border-bottom-left-radius: 0.25rem;
     -moz-border-radius-bottomleft: 0.25rem;
          border-bottom-left-radius: 0.25rem; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child, .lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  -webkit-border-bottom-right-radius: 0.25rem;
     -moz-border-radius-bottomright: 0.25rem;
          border-bottom-right-radius: 0.25rem; }

.lfr-asset-type-column, .lfr-author-column, .lfr-city-column, .lfr-country-column, .lfr-email-address-column, .lfr-job-title-column, .lfr-region-column, .lfr-removed-by-column, .lfr-replier-column, .lfr-scope-column, .lfr-screen-name-column, .lfr-type-column, .lfr-user-column, .lfr-users-column {
  word-break: break-all \9;
  word-wrap: break-word; }
  @media only screen and (min-width: 768px) {
    .lfr-asset-type-column, .lfr-author-column, .lfr-city-column, .lfr-country-column, .lfr-email-address-column, .lfr-job-title-column, .lfr-region-column, .lfr-removed-by-column, .lfr-replier-column, .lfr-scope-column, .lfr-screen-name-column, .lfr-type-column, .lfr-user-column, .lfr-users-column {
      max-width: 125px;
      min-width: 100px; } }

.lfr-completion-date-column, .lfr-create-date-column, .lfr-date-column, .lfr-display-date-column, .lfr-expiration-date-column, .lfr-last-post-date-column, .lfr-modified-date-column, .lfr-removed-date-column, .lfr-reply-date-column, .lfr-revision-column, .lfr-size-column {
  white-space: nowrap; }

.lfr-description-column, .lfr-role-column {
  max-width: 375px;
  min-width: 375px; }

.lfr-email-address-column, .lfr-name-column, .lfr-parent-organization-column, .lfr-screen-name-column, .lfr-title-column, .lfr-url-column, .lfr-wiki-column {
  max-width: 200px;
  min-width: 200px; }

.lfr-email-column, .lfr-mobile-column, .lfr-website-column {
  min-width: 100px; }
  @media only screen and (min-width: 768px) {
    .lfr-email-column, .lfr-mobile-column, .lfr-website-column {
      min-width: 115px; } }
  .lfr-email-column .checkbox-container .form-group, .lfr-mobile-column .checkbox-container .form-group, .lfr-website-column .checkbox-container .form-group {
    margin-bottom: 0; }

.user-info .user-details .date-info {
  color: #8C8C8C; }

.user-info .user-details .user-name {
  color: #009AE5; }

.taglib-search-toggle .toggle-advanced {
  color: inherit; }
  .taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
    text-decoration: none; }

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #FCFCFC;
  border-color: #DDD; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .btn.close {
    margin-right: 5px; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
    position: relative; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
      margin-bottom: 0; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
      color: #999;
      font-size: 13px; }

.taglib-social-activities .day-separator {
  border-bottom-color: #CCC; }

.taglib-social-bookmarks a.social-bookmark-link {
  background-repeat: no-repeat; }

.taglib-user-display a .user-name {
  text-decoration: underline; }

.taglib-user-display .avatar {
  background: no-repeat center;
  -webkit-background-size: 60px 60px;
     -moz-background-size: 60px;
       -o-background-size: 60px;
          background-size: 60px; }
  .taglib-user-display .avatar.author:after {
    background: rgba(50, 168, 230, 0.5); }

.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold; }

.js .taglib-webdav.visible {
  background: #F0F5F7; }

.js .taglib-webdav table {
  border-color: #828F95; }

.taglib-workflow-status .workflow-id, .taglib-workflow-status .workflow-version, .taglib-workflow-status .workflow-status {
  color: #999; }

/* ---------- Cards ---------- */
/* ---------- Cards horizontal ---------- */
/* ---------- Dialogs ---------- */
/* ---------- Splitter ---------- */
/* ---------- Toggle card ---------- */
/* ---------- File icons colors ---------- */
/* ---------- File icons text colors ---------- */
/* ---------- User icons background colors ---------- */
/* ---------- User icons border color ---------- */
/* ---------- User icons colors ---------- */
.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%; }

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0; }

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word; }

.card-tab-group .card-tab:nth-child(n+2) {
  border-left: 4px solid #65B6F0;
  padding-left: 20px; }
  .card-tab-group .card-tab:nth-child(n+2) .card-tab {
    border-left: 4px solid #93ccf5;
    padding-left: 20px; }
    .card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab {
      border-left-color: #c2e2f9; }
      .card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab .card-tab {
        border-left-width: 0;
        padding-left: 0; }

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px; }

.hsv-palette .hsv-view-container .hsv-value {
  width: 56px; }

.yui3-color-picker-popover .palette-container {
  border-collapse: separate; }

.dialog-iframe-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog {
      bottom: auto !important;
      height: 100%;
      left: 50% !important;
      max-height: 375px;
      max-width: 650px;
      right: auto !important;
      top: 50% !important;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    bottom: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 767.98px) {
      .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        border-width: 0; } }
  @media (max-width: 767.98px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog .modal-body {
      padding: 1rem; } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
    width: 100%; }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
    margin: 0; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.dialog-iframe-popup .sheet > .lfr-nav {
  margin-top: -24px; }

.dialog-iframe-popup .contacts-portlet .portlet-configuration-container .form {
  position: static; }

.dialog-iframe-popup .lfr-form-content {
  padding: 15px; }

.dialog-iframe-popup .portlet-body,
.dialog-iframe-popup .portlet-boundary,
.dialog-iframe-popup .portlet-column,
.dialog-iframe-popup .portlet-layout {
  height: 100%; }

.dialog-iframe-popup .portlet-column {
  position: static; }

.dialog-iframe-popup .dialog-body > .container-fluid-1280, .dialog-iframe-popup .dialog-body .container-view,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree .container-view,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content .container-view,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content .container-view,
.dialog-iframe-popup .process-list > .container-fluid-1280,
.dialog-iframe-popup .process-list .container-view,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body .container-view {
  padding-top: 20px; }
  .dialog-iframe-popup .dialog-body > .container-fluid-1280 > .nav-tabs-default, .dialog-iframe-popup .dialog-body > .container-fluid-1280 .nav-tabs-underline, .dialog-iframe-popup .dialog-body .container-view > .nav-tabs-default, .dialog-iframe-popup .dialog-body .container-view .nav-tabs-underline,
  .dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .export-dialog-tree .container-view > .nav-tabs-default,
  .dialog-iframe-popup .export-dialog-tree .container-view .nav-tabs-underline,
  .dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .lfr-dynamic-uploader .container-view > .nav-tabs-default,
  .dialog-iframe-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
  .dialog-iframe-popup .lfr-form-content > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .lfr-form-content > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .lfr-form-content .container-view > .nav-tabs-default,
  .dialog-iframe-popup .lfr-form-content .container-view .nav-tabs-underline,
  .dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .portlet-configuration-body-content .container-view > .nav-tabs-default,
  .dialog-iframe-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
  .dialog-iframe-popup .process-list > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .process-list > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .process-list .container-view > .nav-tabs-default,
  .dialog-iframe-popup .process-list .container-view .nav-tabs-underline,
  .dialog-iframe-popup .roles-selector-body > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .roles-selector-body > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .roles-selector-body .container-view > .nav-tabs-default,
  .dialog-iframe-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px; }

.dialog-iframe-popup .dialog-body > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .process-list > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body > .lfr-nav + .container-fluid-1280 {
  padding-top: 0; }

.dialog-iframe-popup .login-container {
  padding: 1rem; }

.dialog-iframe-popup .management-bar-default,
.dialog-iframe-popup .navbar-default {
  border-left-width: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
.dialog-iframe-popup .portlet-export-import-container {
  height: -webkit-calc(100% - 48px);
  height: -moz-calc(100% - 48px);
  height: calc(100% - 48px);
  position: relative; }
  @media only screen and (min-width: 768px) {
    .dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
    .dialog-iframe-popup .portlet-export-import-container {
      height: -webkit-calc(100% - 48px);
      height: -moz-calc(100% - 48px);
      height: calc(100% - 48px); } }

.dialog-iframe-popup .navigation-bar > .container-fluid {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0; }

.dialog-iframe-popup .panel-group .panel {
  border-left-width: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-right-width: 0; }

.dialog-iframe-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0; }

.dialog-iframe-popup .panel-heading {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media only screen and (min-width: 768px) {
    .dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.dialog-iframe-popup .lfr-dynamic-uploader,
.dialog-iframe-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 768px) {
    .dialog-iframe-popup .lfr-dynamic-uploader,
    .dialog-iframe-popup .process-list {
      top: 48px; } }

.dialog-iframe-popup .portlet-export-import-publish-processes {
  top: 0; }

@media only screen and (min-width: 992px) {
  .dialog-with-footer #main-content, .dialog-with-footer #wrapper {
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px); } }

.dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
  background-color: #FFF;
  border-top: 1px solid #e9ecef;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
      position: fixed; } }
  .dialog-with-footer .button-holder.dialog-footer .btn, .dialog-with-footer .sheet-footer.dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }

@media only screen and (min-width: 992px) {
  .dialog-with-footer .dialog-body,
  .dialog-with-footer .lfr-dynamic-uploader,
  .dialog-with-footer .lfr-form-content,
  .dialog-with-footer .portlet-configuration-body-content,
  .dialog-with-footer .roles-selector-body {
    padding-bottom: 60px; } }

.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0; }
  .dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
    display: none; }

.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: none;
    overflow: auto; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive, .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive-lg {
    overflow: visible; }

.dialog-with-footer .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

.sortable-layout-proxy {
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

.lfr-editable {
  outline: 1px dashed #68BB30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68BB30 url(../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
      display: inline-block;
      vertical-align: bottom; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
      margin-top: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
      display: inline-block;
      float: none;
      margin-top: 0;
      width: auto; }

.alloy-editor-container .alloy-editor {
  outline: 0; }
  .alloy-editor-container .alloy-editor.alloy-editor-placeholder {
    color: #2B4259; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
      background: transparent;
      border-left-color: #DBDDE1;
      color: #B0B4BB; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
      color: #CCC; }

.alloy-editor-container .alloy-editor-icon {
  color: #869CAD; }

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #CC6677; }

.cke_dialog .cke_dialog_ui_input_text {
  height: auto; }

.cke_editable_inline a {
  cursor: pointer; }

.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }

.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

/* ---------- CKEditor image resizer ---------- */
.cke_widget_image .cke_image_resizer {
  background-clip: content-box;
  bottom: -15px;
  height: 40px;
  outline-color: transparent;
  padding: 20px 10px 10px 20px;
  right: -15px;
  width: 40px; }

.html-editor.portlet {
  background: #FFF;
  color: #000;
  line-height: 1;
  padding: 1em;
  text-align: start; }

.html-editor.portlet-message-boards {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #EEF0F2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

.lfr-source-editor {
  border-color: #CCC; }
  .lfr-source-editor .lfr-source-editor-toolbar li > .btn {
    background-color: #FFF;
    border: transparent;
    color: #717383;
    outline: 0; }
  .lfr-source-editor .lfr-source-editor-code {
    background-color: #FFF;
    color: #2B4259; }
    .lfr-source-editor .lfr-source-editor-code .ace_gutter {
      background-color: #EDEDEF;
      color: #868896;
      overflow: hidden; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
        font-family: fontawesome-alloy;
        text-align: center;
        vertical-align: middle; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
          background-image: none; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
          content: "\f0d7"; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: "\f0dA"; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
        color: #FFF; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #717383; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
        border-right: solid 1px #CCC; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
        background-image: none; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #EDEDEF; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
      color: #34ADAB; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
      color: #1D5EC7; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
      color: #FF6C58; }
      .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
        color: #F00; }
  .lfr-source-editor.ace_dark .lfr-source-editor-code {
    background-color: #47474F;
    color: #FFF; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
      background: #54555E;
      color: #FFF; }
      .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #009AED; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #11394E; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
      color: #FFF; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
      color: #4D91FF; }

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border-color: #CCC; }

.mce-content-body {
  text-align: start; }

.file-icon-color-0 {
  background-color: #6B6C7E;
  color: #FFF; }

.file-icon-color-1 {
  background-color: #A7A9BC;
  color: #FFF; }

.file-icon-color-2 {
  background-color: #50D2A0;
  color: #FFF; }

.file-icon-color-3 {
  background-color: #AF78FF;
  color: #FFF; }

.file-icon-color-4 {
  background-color: #FFB46E;
  color: #FFF; }

.file-icon-color-5 {
  background-color: #FF5F5F;
  color: #FFF; }

.file-icon-color-6 {
  background-color: #4B9BFF;
  color: #FFF; }

.file-icon-color-7 {
  background-color: #272833;
  color: #FFF; }

.lfr-item-viewer .image-viewer-base {
  outline: none; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover; }

.lfr-item-viewer .search-info {
  background-color: #D3E8F1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .progress-container {
  background-color: #FFF; }

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.image-viewer-caption {
  color: #777; }

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777; }

@media only screen and (min-width: 768px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0; } }

.image-viewer-sidenav dd {
  color: #8B8B8B;
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .image-viewer-sidenav dd {
      color: #777; } }

.image-viewer-sidenav .h5 {
  color: #869CAD;
  margin-bottom: 3px; }
  @media only screen and (min-width: 768px) {
    .image-viewer-sidenav .h5 {
      color: #FFF; } }

.image-viewer-sidenav .nav-tabs-default > li {
  padding-left: 20px; }
  .image-viewer-sidenav .nav-tabs-default > li:first-child {
    padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li:first-child > a {
  padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li > a {
  border-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0; }

.image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
  border-color: transparent;
  color: #777; }
  @media only screen and (min-width: 768px) {
    .image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
      color: #FFF; } }

.image-viewer-sidenav .nav-tabs-default > .active > a:after {
  background-color: #65B6F0;
  bottom: -10px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0; }

.image-viewer-sidenav-body {
  padding-top: 0; }

.lfr-item-viewer .lfr-item-viewer-close {
  color: #FFF;
  opacity: 1; }
  .lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
    color: #FFF; }
  .lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
    color: #777; }

.lfr-item-viewer-icon-info {
  color: #FFF; }

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #E5F5FC;
  color: #009AE5; }

.nav.list-group > .active {
  border-width: 1px 0 0 0; }
  .nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
    background-color: #60BFEF;
    border: 1px solid #60BFEF;
    color: #FFF; }

.nav.list-group .list-group-item {
  padding: 0; }
  .nav.list-group .list-group-item.nav-header {
    background-color: #F3F3F3;
    padding-left: 10px;
    padding-right: 10px; }

.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #CCC9C9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    background-color: #00A2EA;
    color: #FFF; }

.basecelleditor [class~="form-validator-message"] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

.has-control-menu .lfr-asset-anchor {
  height: 74px;
  margin-top: -74px; }

.lfr-asset-anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1; }

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
  word-break: break-all; }

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type="radio"]:checked + .card-horizontal {
    -webkit-box-shadow: inset 0 0 0 2px #65B6F0;
       -moz-box-shadow: inset 0 0 0 2px #65B6F0;
            box-shadow: inset 0 0 0 2px #65B6F0; }

.dialog-iframe-popup #main-content, .dialog-iframe-popup #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }

.modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed; }

.modal-body {
  overflow: auto; }
  .modal-body.dialog-iframe-bd {
    overflow: hidden; }

@media only screen and (min-width: 768px) {
  .modal-dialog {
    max-width: none; } }

.modal-dialog.modal-dialog-sm {
  max-width: 500px; }

.modal-hidden {
  display: none; }

.modal-open .modal {
  overflow: hidden; }

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0; }
  .portal-popup .columns-max > .portlet-layout.row > .portlet-column {
    padding-left: 0;
    padding-right: 0; }

.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #5EAF3D; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    margin: 0 15px; }

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8); }

.customizable .customizable-layout-column-content {
  background-color: #5EAF3D; }

.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8); }

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative; }

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15; }
  .layout-customizable-controls label {
    color: #FFF; }

.paginator-link {
  background: #EEE no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083BD url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

.info-panel .panel-group {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.panel-hd {
  background: #C0C2C5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0; }

.sheet-footer {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .sheet-footer .btn {
    margin-right: 0.5rem; }
    .sheet-footer .btn:last-child {
      margin-right: 0; }

@media only screen and (min-width: 768px) {
  .sheet .display-style-icon .lfr-asset-item {
    width: 25%; } }

.splitter {
  background-color: #f8f9fa;
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
     -moz-border-radius: 0.25rem 0.25rem 0 0;
          border-radius: 0.25rem 0.25rem 0 0;
  padding: 10px 15px;
  position: relative;
  z-index: 1; }
  .splitter.splitter-spaced {
    -webkit-border-radius: 0.25rem;
       -moz-border-radius: 0.25rem;
            border-radius: 0.25rem;
    margin-bottom: 20px; }

.table > tbody > tr.splitter {
  height: auto; }
  .table > tbody > tr.splitter > td {
    padding: 0; }

.lfr-nav.nav-tabs {
  margin-bottom: 20px; }

.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline-block;
    margin: 0 1em 0 0;
    max-width: 100%; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

.tagselector-content {
  border-width: 0;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    border-bottom: 2px solid #869CAD;
    margin-bottom: 10px;
    padding: 0; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

.lfr-portal-tooltip {
  display: inline-block; }
  .lfr-portal-tooltip, .lfr-portal-tooltip a {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }

.tooltip {
  max-width: 200px; }

.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }

.tree-node [class^="icon-"] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #F4F3F3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

.user-icon-color-0 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #008576; }

.user-icon-color-1 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #287D3C; }

.user-icon-color-2 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #2E5AAC; }

.user-icon-color-3 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #DA1414; }

.user-icon-color-4 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #007DAB; }

.user-icon-color-5 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #272833; }

.user-icon-color-6 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #6B6C7E; }

.user-icon-color-7 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #B95000; }

.user-icon-color-8 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #BE3370; }

.user-icon-color-9 {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  color: #9C33BE; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 0;
  padding-top: 2em;
  position: relative; }

.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    opacity: 1; }

.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }

.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px; }

.controls-hidden .modify-pages .drag-handle {
  display: none; }

@media only screen and (min-width: 992px) {
  .touch .modify-pages .drag-handle {
    display: none; } }

.nav li .toolbar {
  margin-top: 5px; }

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: '';
  height: 0.125rem;
  position: absolute;
  width: 100%; }

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .navigation-pane .body-row ul li a .icon {
    float: left;
    margin-right: 5px; }

.navigation-pane .lfr-component {
  margin-left: 0; }

.navigation-pane .navigation-entry {
  position: relative; }
  .navigation-pane .navigation-entry.folder.error {
    display: block;
    padding: 6px 8px; }
  .navigation-pane .navigation-entry .browse-folder, .navigation-pane .navigation-entry .nav-item-label {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle; }
  .navigation-pane .navigation-entry .nav-item-icon {
    vertical-align: middle; }
  .navigation-pane .navigation-entry .overlay.entry-action {
    bottom: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .navigation-pane .navigation-entry .overlay.entry-action .btn {
      border-width: 0;
      margin: 0;
      padding: 11px 14px; }
      @media only screen and (min-width: 992px) {
        .navigation-pane .navigation-entry .overlay.entry-action .btn {
          padding: 11px; } }

.nav-menu ul {
  padding-left: 10px; }

.nav-menu li a.ancestor {
  font-weight: bold; }

.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png); }

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px; }

.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0; }

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0; }
  .split-button-dropdowns > li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px; }

.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #C4C4C4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83B0CA;
    background-image: url(../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #B7DEF4;
    background-image: url(../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(../images/common/configuration.png); }

.save-trigger img {
  background-image: url(../images/common/check.png); }

/* ---------- Portlet topper ---------- */
/* ---------- Portlet decorator ---------- */
/* ---------- Portlet header ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }
  .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-layout .portlet-header {
  margin-bottom: 1rem; }

.portlet-draggable .portlet-topper {
  cursor: move; }

@media only screen and (min-width: 768px) {
  .portlet .visible-interaction {
    display: none; } }

.portlet:hover .visible-interaction, .portlet.open .visible-interaction {
  display: block; }

@media only screen and (max-width: 767px) {
  .controls-hidden .portlet .visible-interaction {
    display: none; } }

.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Standard styles defined in the JSR 168 specification ---------- */
/* ---------- Fonts ---------- */
/* ---------- Sections ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Forms ---------- */
/* ---------- Icons ---------- */
/* ---------- Menus ---------- */
@media only screen and (min-width: 768px) {
  .portlet.open > .portlet-topper, .portlet:hover > .portlet-topper, .portlet.focus > .portlet-topper {
    opacity: 1;
    -webkit-transform: translateY(-97%);
    -moz-transform: translateY(-97%);
    -ms-transform: translateY(-97%);
    -o-transform: translateY(-97%);
    transform: translateY(-97%); } }

@media only screen and (min-width: 768px) {
  .portlet.open > .portlet-content-editable, .portlet:hover > .portlet-content-editable, .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0; } }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  .portlet > .portlet-topper {
    display: none; }
    @media only screen and (min-width: 768px) {
      .portlet > .portlet-topper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
        transition: opacity 0.25s, -webkit-transform 0.25s;
        -o-transition: opacity 0.25s, -o-transform 0.25s;
        -moz-transition: opacity 0.25s, transform 0.25s, -moz-transform 0.25s;
        transition: opacity 0.25s, transform 0.25s;
        transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s;
        top: 0; } }

.portlet-content-editable {
  border-color: transparent;
  -webkit-border-radius: 0 0;
     -moz-border-radius: 0 0;
          border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 10px; }

/* ---------- Portlet topper ---------- */
.portlet-actions {
  float: right; }

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600; }

.portlet-options {
  display: inline-block; }

.portlet-title-default {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2; }

.portlet-title-menu {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

.portlet-topper {
  background-color: #F7F7F7;
  border-color: transparent;
  -webkit-border-radius: 0 0;
     -moz-border-radius: 0 0;
          border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  .portlet-topper-toolbar > a, .portlet-topper-toolbar > span > a, .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  .portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

/* ---------- Portlet controls in mobile ---------- */
@media only screen and (max-width: 767px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0; } }

@media only screen and (max-width: 767px) {
  .controls-visible .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.controls-visible .portlet-topper-toolbar {
  display: block; }

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6; }

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1; }

.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

.main-content-body {
  margin-top: 20px; }

.restricted, .restricted td {
  background: #FDD;
  border-width: 0; }

.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  word-wrap: break-word; }

.portlet-barebone .portlet-content {
  padding: 0; }

/* ---------- Dynamic data list display/Journal portlet ---------- */
.portlet-dynamic-data-lists-display .lfr-ddm-field-group, .portlet-dynamic-data-lists .lfr-ddm-field-group, .portlet-journal .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px 28px; }

/* ---------- Breadcrumb taglib ---------- */
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }

.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }

.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }

.taglib-calendar table td {
  border-width: 0; }

.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- Navbar form search ---------- */
.navbar form {
  margin: 0; }

.widget-toolbar .btn + .btn, .widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem; }

.widget-mode-detail {
  padding-top: 1rem; }
  .widget-mode-detail .title {
    font-size: 36px; }
  .widget-mode-detail .sub-title {
    font-size: 26px;
    margin-bottom: 32px; }
  .widget-mode-detail .widget-metadata {
    margin-bottom: 2rem; }
  .widget-mode-detail .widget-mode-detail-text {
    margin-top: 48px; }
    .widget-mode-detail .widget-mode-detail-text img {
      max-width: 100%; }
    .widget-mode-detail .widget-mode-detail-text p {
      font-size: 18px;
      line-height: 1.8; }

.widget-mode-card .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-calc(100% - 24px);
  height: -moz-calc(100% - 24px);
  height: calc(100% - 24px);
  margin-bottom: 24px; }

.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0; }

.widget-mode-card .card-title {
  position: relative; }

@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px; } }

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px; }

.widget-mode-simple .widget-metadata {
  margin-bottom: 24px; }

.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem; }

.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px; }

.menu-content, .underlay-content {
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-ddm-container .file-entry-upload-progress {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px; }

.lfr-preview-file-image img {
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
     -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
          box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
     -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
     -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  -webkit-box-shadow: 0 1px 3px #CCC;
     -moz-box-shadow: 0 1px 3px #CCC;
          box-shadow: 0 1px 3px #CCC; }

.portlet-document-library-upload-mask .overlaymask-content {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }

.overlaymask-content {
  background-color: #FFF; }

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px; }

.lfr-search-combobox-item {
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  -webkit-border-radius: 4px 1px 1px 4px;
     -moz-border-radius: 4px 1px 1px 4px;
          border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .button-input {
  -webkit-border-radius: 1px 4px 4px 1px;
     -moz-border-radius: 1px 4px 4px 1px;
          border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }

.portlet-language .portlet-body .current-language, .portlet-language .portlet-body .taglib-icon, .portlet-language .portlet-body .taglib-language-list-text {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote > div, .taglib-ratings.stars .rating-focused > div, .tags-search-combobox .field-input-text {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .lfr-ddm-repeatable-placeholder, .portlet-dynamic-data-lists .lfr-ddm-container .lfr-ddm-repeatable-placeholder {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px; }

.taglib-categorization-filter .asset-entry {
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px; }

.menu-content {
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
    -webkit-box-shadow: 0 0 5px 0 #333;
       -moz-box-shadow: 0 0 5px 0 #333;
            box-shadow: 0 0 5px 0 #333;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
         transition-duration: 0.25s;
    -webkit-transition-property: box-shadow;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    -moz-transition-property: box-shadow, -moz-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow, -moz-box-shadow;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
         transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%; }

.underlay-content {
  -webkit-border-bottom-left-radius: 8px;
     -moz-border-radius-bottomleft: 8px;
          border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
     -moz-border-radius-bottomright: 8px;
          border-bottom-right-radius: 8px; }

.input-localized .lfr-input-localized-state {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #DDD;
     -moz-box-shadow: 0 0 3px #DDD;
          box-shadow: 0 0 3px #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    -webkit-box-shadow: 0 0 3px #FF0047;
       -moz-box-shadow: 0 0 3px #FF0047;
            box-shadow: 0 0 3px #FF0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #27C1F2;
     -moz-box-shadow: 0 0 3px #27C1F2;
          box-shadow: 0 0 3px #27C1F2; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }

.lfr-token {
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px; }

.staging-tabview-list {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  -webkit-box-shadow: 1px 1px 2px #999;
     -moz-box-shadow: 1px 1px 2px #999;
          box-shadow: 1px 1px 2px #999; }

.lfr-action-label {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-transition: width, 0.5s, ease-out;
  -o-transition: width, 0.5s, ease-out;
  -moz-transition: width, 0.5s, ease-out;
  transition: width, 0.5s, ease-out; }

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC; }
  to {
    background-color: transparent; } }

@-moz-keyframes highlight-animation {
  from {
    background-color: #FFC; }
  to {
    background-color: transparent; } }

@-o-keyframes highlight-animation {
  from {
    background-color: #FFC; }
  to {
    background-color: transparent; } }

@keyframes highlight-animation {
  from {
    background-color: #FFC; }
  to {
    background-color: transparent; } }

.highlight-animation {
  -moz-animation: highlight-animation 0.7s;
  -webkit-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

.lfr-spa-loading .lfr-spa-loading-bar {
  -moz-animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  -o-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.lfr-spa-loading-bar {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@-moz-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@-o-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text, .mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px; }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease; }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
  animation: none; }

.upload-drop-active .portlet-document-library .document-container {
  -webkit-box-shadow: inset 0 0 5px #B8C1D1;
     -moz-box-shadow: inset 0 0 5px #B8C1D1;
          box-shadow: inset 0 0 5px #B8C1D1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -moz-animation: lfr-drop-active 1s ease 0.2s infinite;
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  -o-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.quick-access-nav a {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
     -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
          box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  -webkit-box-shadow: initial;
     -moz-box-shadow: initial;
          box-shadow: initial; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: -webkit-linear-gradient(#FFF, #E4E4E4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E4E4E4));
  background-image: -moz-linear-gradient(#FFF, #E4E4E4);
  background-image: -o-linear-gradient(#FFF, #E4E4E4);
  background-image: linear-gradient(#FFF, #E4E4E4);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: -webkit-linear-gradient(#F2F2F2, #CCC);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#CCC));
  background-image: -moz-linear-gradient(#F2F2F2, #CCC);
  background-image: -o-linear-gradient(#F2F2F2, #CCC);
  background-image: linear-gradient(#F2F2F2, #CCC); }

/* ---------- Switches ---------- */
input.switch:focus ~ .switch-bar:before {
  -webkit-box-shadow: 0 0 3px #00F;
     -moz-box-shadow: 0 0 3px #00F;
          box-shadow: 0 0 3px #00F; }

input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }

/* ---------- Image selector ---------- */
.taglib-image-selector .glyphicon-ok {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px; }

.taglib-image-selector .progress-wrapper .progressbar {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

/* ---------- Drop here info ---------- */
.drop-here-info {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .drop-here-info .drop-icons {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .drop-here-info .drop-icons span {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px; }
    .drop-here-info .drop-icons span:nth-of-type(1) {
      -webkit-transform: rotate(25deg);
      -moz-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      -o-transform: rotate(25deg);
      transform: rotate(25deg);
      -webkit-box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
         -moz-box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
              box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08); }
    .drop-here-info .drop-icons span:nth-of-type(2) {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
         -moz-box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
              box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15); }
    .drop-here-info .drop-icons span:nth-of-type(3) {
      -webkit-transform: rotate(-25deg);
      -moz-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
      -o-transform: rotate(-25deg);
      transform: rotate(-25deg);
      -webkit-box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
         -moz-box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
              box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08); }

.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg); }

/* COMMON */
/* GRID MIXIN */
/* COLOR CONVERTER */
@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FutuNm.ttf) format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FutuHv.ttf) format("truetype");
  font-weight: 600; }

@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FutuLt.ttf) format("truetype");
  font-weight: 100; }

@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FutuMd.ttf) format("truetype");
  font-weight: 500; }

@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FutuBk.ttf) format("truetype");
  font-weight: 300; }

@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FutuBd.ttf);
  font-weight: 700; }

@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FuturaBd2.ttf) format("truetype");
  font-weight: 800; }

@font-face {
  font-family: 'Futura';
  src: url(./../fonts/futura/FuturaBkObl.ttf) format("truetype");
  font-weight: 200; }

.relative_pos {
  position: relative; }

.full-width {
  width: 100%; }
  @media screen and (min-width: 48em) {
    .full-width--md {
      width: 100%; } }
  @media screen and (max-width: 48em) {
    .full-width--xs {
      width: 100%; } }

.full-height {
  height: 100%; }
  @media screen and (min-width: 48em) {
    .full-height--md {
      height: 100%; } }
  @media screen and (max-width: 48em) {
    .full-height--xs {
      height: 100%; } }

.overflow-hidden {
  overflow: hidden; }

.pointer {
  cursor: pointer; }

.round-corners {
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px; }

.flexed, .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 48em) {
    .flexed--md, .flex--md {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 48em) {
    .flexed--xs, .flex--xs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 48em) {
    .align-center--md {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 48em) {
    .align-center--xs {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 48em) {
    .justify-center--sm {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (max-width: 48em) {
    .justify-end--sm {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.justify-self-start {
  justify-self: start; }
  @media screen and (max-width: 48em) {
    .justify-self-start--sm {
      justify-self: start; } }

.justify-self-center {
  justify-self: center; }
  @media screen and (max-width: 48em) {
    .justify-self-center--sm {
      justify-self: center; } }

.justify-self-end {
  justify-self: end; }
  @media screen and (max-width: 48em) {
    .justify-self-end--sm {
      justify-self: end; } }

.wrapped {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

@media screen and (max-width: 48em) {
  .not-mobile {
    display: none !important; } }

.bg-black {
  background-color: #000; }

.bg-blue {
  background-color: #0092ff; }

.bg-grey {
  background-color: #ededed; }

.bg-cover-top {
  background-position: top; }

.bg-cover-bottom {
  background-position: bottom; }

.bg-gradient-black {
  background-image: -webkit-radial-gradient(circle, #373636, #2b2b2b, #000);
  background-image: -moz-radial-gradient(circle, #373636, #2b2b2b, #000);
  background-image: -o-radial-gradient(circle, #373636, #2b2b2b, #000);
  background-image: radial-gradient(circle, #373636, #2b2b2b, #000); }
  @media screen and (max-width: 48em) {
    .bg-gradient-black {
      background-image: -webkit-radial-gradient(circle, #131313, #0e0c0c, #000);
      background-image: -moz-radial-gradient(circle, #131313, #0e0c0c, #000);
      background-image: -o-radial-gradient(circle, #131313, #0e0c0c, #000);
      background-image: radial-gradient(circle, #131313, #0e0c0c, #000);
      padding-top: 40px; } }

.txt-black {
  color: #000 !important; }

.txt-white {
  color: #fff !important; }

.txt-green {
  color: #00ff00 !important; }

.txt-red {
  color: #ff0000 !important; }

.txt-dodgerblue {
  color: #1091ff !important; }

.txt-silver {
  color: #8c8c8c !important; }

.txt-bold {
  font-weight: bold !important; }

.txt-undeline_hover:hover {
  text-decoration: underline !important; }

.mt_0 {
  margin-top: 0px; }

.mr_0 {
  margin-right: 0px; }

.mb_0 {
  margin-bottom: 0px; }

.ml_0 {
  margin-left: 0px; }

.mt_mobile_0 {
  margin-top: 0px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_0 {
      margin-top: 0; } }

.mb_mobile_0 {
  margin-bottom: 0px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_0 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_5 {
  margin-top: 5px; }

.mr_5 {
  margin-right: 5px; }

.mb_5 {
  margin-bottom: 5px; }

.ml_5 {
  margin-left: 5px; }

.mt_mobile_5 {
  margin-top: 5px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_5 {
      margin-top: 0; } }

.mb_mobile_5 {
  margin-bottom: 5px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_5 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_10 {
  margin-top: 10px; }

.mr_10 {
  margin-right: 10px; }

.mb_10 {
  margin-bottom: 10px; }

.ml_10 {
  margin-left: 10px; }

.mt_mobile_10 {
  margin-top: 10px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_10 {
      margin-top: 0; } }

.mb_mobile_10 {
  margin-bottom: 10px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_10 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_15 {
  margin-top: 15px; }

.mr_15 {
  margin-right: 15px; }

.mb_15 {
  margin-bottom: 15px; }

.ml_15 {
  margin-left: 15px; }

.mt_mobile_15 {
  margin-top: 15px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_15 {
      margin-top: 0; } }

.mb_mobile_15 {
  margin-bottom: 15px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_15 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_20 {
  margin-top: 20px; }

.mr_20 {
  margin-right: 20px; }

.mb_20 {
  margin-bottom: 20px; }

.ml_20 {
  margin-left: 20px; }

.mt_mobile_20 {
  margin-top: 20px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_20 {
      margin-top: 0; } }

.mb_mobile_20 {
  margin-bottom: 20px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_20 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_25 {
  margin-top: 25px; }

.mr_25 {
  margin-right: 25px; }

.mb_25 {
  margin-bottom: 25px; }

.ml_25 {
  margin-left: 25px; }

.mt_mobile_25 {
  margin-top: 25px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_25 {
      margin-top: 0; } }

.mb_mobile_25 {
  margin-bottom: 25px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_25 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_30 {
  margin-top: 30px; }

.mr_30 {
  margin-right: 30px; }

.mb_30 {
  margin-bottom: 30px; }

.ml_30 {
  margin-left: 30px; }

.mt_mobile_30 {
  margin-top: 30px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_30 {
      margin-top: 0; } }

.mb_mobile_30 {
  margin-bottom: 30px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_30 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_35 {
  margin-top: 35px; }

.mr_35 {
  margin-right: 35px; }

.mb_35 {
  margin-bottom: 35px; }

.ml_35 {
  margin-left: 35px; }

.mt_mobile_35 {
  margin-top: 35px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_35 {
      margin-top: 0; } }

.mb_mobile_35 {
  margin-bottom: 35px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_35 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_40 {
  margin-top: 40px; }

.mr_40 {
  margin-right: 40px; }

.mb_40 {
  margin-bottom: 40px; }

.ml_40 {
  margin-left: 40px; }

.mt_mobile_40 {
  margin-top: 40px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_40 {
      margin-top: 0; } }

.mb_mobile_40 {
  margin-bottom: 40px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_40 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_45 {
  margin-top: 45px; }

.mr_45 {
  margin-right: 45px; }

.mb_45 {
  margin-bottom: 45px; }

.ml_45 {
  margin-left: 45px; }

.mt_mobile_45 {
  margin-top: 45px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_45 {
      margin-top: 0; } }

.mb_mobile_45 {
  margin-bottom: 45px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_45 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_50 {
  margin-top: 50px; }

.mr_50 {
  margin-right: 50px; }

.mb_50 {
  margin-bottom: 50px; }

.ml_50 {
  margin-left: 50px; }

.mt_mobile_50 {
  margin-top: 50px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_50 {
      margin-top: 0; } }

.mb_mobile_50 {
  margin-bottom: 50px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_50 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_55 {
  margin-top: 55px; }

.mr_55 {
  margin-right: 55px; }

.mb_55 {
  margin-bottom: 55px; }

.ml_55 {
  margin-left: 55px; }

.mt_mobile_55 {
  margin-top: 55px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_55 {
      margin-top: 0; } }

.mb_mobile_55 {
  margin-bottom: 55px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_55 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_60 {
  margin-top: 60px; }

.mr_60 {
  margin-right: 60px; }

.mb_60 {
  margin-bottom: 60px; }

.ml_60 {
  margin-left: 60px; }

.mt_mobile_60 {
  margin-top: 60px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_60 {
      margin-top: 0; } }

.mb_mobile_60 {
  margin-bottom: 60px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_60 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_65 {
  margin-top: 65px; }

.mr_65 {
  margin-right: 65px; }

.mb_65 {
  margin-bottom: 65px; }

.ml_65 {
  margin-left: 65px; }

.mt_mobile_65 {
  margin-top: 65px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_65 {
      margin-top: 0; } }

.mb_mobile_65 {
  margin-bottom: 65px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_65 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_70 {
  margin-top: 70px; }

.mr_70 {
  margin-right: 70px; }

.mb_70 {
  margin-bottom: 70px; }

.ml_70 {
  margin-left: 70px; }

.mt_mobile_70 {
  margin-top: 70px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_70 {
      margin-top: 0; } }

.mb_mobile_70 {
  margin-bottom: 70px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_70 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_75 {
  margin-top: 75px; }

.mr_75 {
  margin-right: 75px; }

.mb_75 {
  margin-bottom: 75px; }

.ml_75 {
  margin-left: 75px; }

.mt_mobile_75 {
  margin-top: 75px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_75 {
      margin-top: 0; } }

.mb_mobile_75 {
  margin-bottom: 75px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_75 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_80 {
  margin-top: 80px; }

.mr_80 {
  margin-right: 80px; }

.mb_80 {
  margin-bottom: 80px; }

.ml_80 {
  margin-left: 80px; }

.mt_mobile_80 {
  margin-top: 80px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_80 {
      margin-top: 0; } }

.mb_mobile_80 {
  margin-bottom: 80px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_80 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_85 {
  margin-top: 85px; }

.mr_85 {
  margin-right: 85px; }

.mb_85 {
  margin-bottom: 85px; }

.ml_85 {
  margin-left: 85px; }

.mt_mobile_85 {
  margin-top: 85px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_85 {
      margin-top: 0; } }

.mb_mobile_85 {
  margin-bottom: 85px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_85 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_90 {
  margin-top: 90px; }

.mr_90 {
  margin-right: 90px; }

.mb_90 {
  margin-bottom: 90px; }

.ml_90 {
  margin-left: 90px; }

.mt_mobile_90 {
  margin-top: 90px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_90 {
      margin-top: 0; } }

.mb_mobile_90 {
  margin-bottom: 90px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_90 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_95 {
  margin-top: 95px; }

.mr_95 {
  margin-right: 95px; }

.mb_95 {
  margin-bottom: 95px; }

.ml_95 {
  margin-left: 95px; }

.mt_mobile_95 {
  margin-top: 95px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_95 {
      margin-top: 0; } }

.mb_mobile_95 {
  margin-bottom: 95px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_95 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_100 {
  margin-top: 100px; }

.mr_100 {
  margin-right: 100px; }

.mb_100 {
  margin-bottom: 100px; }

.ml_100 {
  margin-left: 100px; }

.mt_mobile_100 {
  margin-top: 100px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_100 {
      margin-top: 0; } }

.mb_mobile_100 {
  margin-bottom: 100px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_100 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_125 {
  margin-top: 125px; }

.mr_125 {
  margin-right: 125px; }

.mb_125 {
  margin-bottom: 125px; }

.ml_125 {
  margin-left: 125px; }

.mt_mobile_125 {
  margin-top: 125px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_125 {
      margin-top: 0; } }

.mb_mobile_125 {
  margin-bottom: 125px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_125 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

.mt_150 {
  margin-top: 150px; }

.mr_150 {
  margin-right: 150px; }

.mb_150 {
  margin-bottom: 150px; }

.ml_150 {
  margin-left: 150px; }

.mt_mobile_150 {
  margin-top: 150px; }
  @media screen and (max-width: 48em) {
    .mt_mobile_150 {
      margin-top: 0; } }

.mb_mobile_150 {
  margin-bottom: 150px; }
  @media screen and (max-width: 48em) {
    .mb_mobile_150 {
      margin-bottom: 0; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

@media screen and (max-width: 64em) {
  .p_0_t {
    padding: 0px; } }

@media screen and (max-width: 64em) {
  .pt_0_t {
    padding-top: 0px; } }

@media screen and (max-width: 64em) {
  .pr_0_t {
    padding-right: 0px; } }

@media screen and (max-width: 64em) {
  .pb_0_t {
    padding-bottom: 0px; } }

@media screen and (max-width: 64em) {
  .pl_0_t {
    padding-left: 0px; } }

@media screen and (max-width: 64em) {
  .p_5_t {
    padding: 5px; } }

@media screen and (max-width: 64em) {
  .pt_5_t {
    padding-top: 5px; } }

@media screen and (max-width: 64em) {
  .pr_5_t {
    padding-right: 5px; } }

@media screen and (max-width: 64em) {
  .pb_5_t {
    padding-bottom: 5px; } }

@media screen and (max-width: 64em) {
  .pl_5_t {
    padding-left: 5px; } }

@media screen and (max-width: 64em) {
  .p_10_t {
    padding: 10px; } }

@media screen and (max-width: 64em) {
  .pt_10_t {
    padding-top: 10px; } }

@media screen and (max-width: 64em) {
  .pr_10_t {
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .pb_10_t {
    padding-bottom: 10px; } }

@media screen and (max-width: 64em) {
  .pl_10_t {
    padding-left: 10px; } }

@media screen and (max-width: 64em) {
  .p_15_t {
    padding: 15px; } }

@media screen and (max-width: 64em) {
  .pt_15_t {
    padding-top: 15px; } }

@media screen and (max-width: 64em) {
  .pr_15_t {
    padding-right: 15px; } }

@media screen and (max-width: 64em) {
  .pb_15_t {
    padding-bottom: 15px; } }

@media screen and (max-width: 64em) {
  .pl_15_t {
    padding-left: 15px; } }

@media screen and (max-width: 64em) {
  .p_20_t {
    padding: 20px; } }

@media screen and (max-width: 64em) {
  .pt_20_t {
    padding-top: 20px; } }

@media screen and (max-width: 64em) {
  .pr_20_t {
    padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .pb_20_t {
    padding-bottom: 20px; } }

@media screen and (max-width: 64em) {
  .pl_20_t {
    padding-left: 20px; } }

@media screen and (max-width: 64em) {
  .p_25_t {
    padding: 25px; } }

@media screen and (max-width: 64em) {
  .pt_25_t {
    padding-top: 25px; } }

@media screen and (max-width: 64em) {
  .pr_25_t {
    padding-right: 25px; } }

@media screen and (max-width: 64em) {
  .pb_25_t {
    padding-bottom: 25px; } }

@media screen and (max-width: 64em) {
  .pl_25_t {
    padding-left: 25px; } }

@media screen and (max-width: 64em) {
  .p_30_t {
    padding: 30px; } }

@media screen and (max-width: 64em) {
  .pt_30_t {
    padding-top: 30px; } }

@media screen and (max-width: 64em) {
  .pr_30_t {
    padding-right: 30px; } }

@media screen and (max-width: 64em) {
  .pb_30_t {
    padding-bottom: 30px; } }

@media screen and (max-width: 64em) {
  .pl_30_t {
    padding-left: 30px; } }

@media screen and (max-width: 64em) {
  .p_35_t {
    padding: 35px; } }

@media screen and (max-width: 64em) {
  .pt_35_t {
    padding-top: 35px; } }

@media screen and (max-width: 64em) {
  .pr_35_t {
    padding-right: 35px; } }

@media screen and (max-width: 64em) {
  .pb_35_t {
    padding-bottom: 35px; } }

@media screen and (max-width: 64em) {
  .pl_35_t {
    padding-left: 35px; } }

@media screen and (max-width: 64em) {
  .p_40_t {
    padding: 40px; } }

@media screen and (max-width: 64em) {
  .pt_40_t {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .pr_40_t {
    padding-right: 40px; } }

@media screen and (max-width: 64em) {
  .pb_40_t {
    padding-bottom: 40px; } }

@media screen and (max-width: 64em) {
  .pl_40_t {
    padding-left: 40px; } }

@media screen and (max-width: 64em) {
  .p_45_t {
    padding: 45px; } }

@media screen and (max-width: 64em) {
  .pt_45_t {
    padding-top: 45px; } }

@media screen and (max-width: 64em) {
  .pr_45_t {
    padding-right: 45px; } }

@media screen and (max-width: 64em) {
  .pb_45_t {
    padding-bottom: 45px; } }

@media screen and (max-width: 64em) {
  .pl_45_t {
    padding-left: 45px; } }

@media screen and (max-width: 64em) {
  .p_50_t {
    padding: 50px; } }

@media screen and (max-width: 64em) {
  .pt_50_t {
    padding-top: 50px; } }

@media screen and (max-width: 64em) {
  .pr_50_t {
    padding-right: 50px; } }

@media screen and (max-width: 64em) {
  .pb_50_t {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .pl_50_t {
    padding-left: 50px; } }

@media screen and (max-width: 64em) {
  .p_55_t {
    padding: 55px; } }

@media screen and (max-width: 64em) {
  .pt_55_t {
    padding-top: 55px; } }

@media screen and (max-width: 64em) {
  .pr_55_t {
    padding-right: 55px; } }

@media screen and (max-width: 64em) {
  .pb_55_t {
    padding-bottom: 55px; } }

@media screen and (max-width: 64em) {
  .pl_55_t {
    padding-left: 55px; } }

@media screen and (max-width: 64em) {
  .p_60_t {
    padding: 60px; } }

@media screen and (max-width: 64em) {
  .pt_60_t {
    padding-top: 60px; } }

@media screen and (max-width: 64em) {
  .pr_60_t {
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .pb_60_t {
    padding-bottom: 60px; } }

@media screen and (max-width: 64em) {
  .pl_60_t {
    padding-left: 60px; } }

@media screen and (max-width: 64em) {
  .p_65_t {
    padding: 65px; } }

@media screen and (max-width: 64em) {
  .pt_65_t {
    padding-top: 65px; } }

@media screen and (max-width: 64em) {
  .pr_65_t {
    padding-right: 65px; } }

@media screen and (max-width: 64em) {
  .pb_65_t {
    padding-bottom: 65px; } }

@media screen and (max-width: 64em) {
  .pl_65_t {
    padding-left: 65px; } }

@media screen and (max-width: 64em) {
  .p_70_t {
    padding: 70px; } }

@media screen and (max-width: 64em) {
  .pt_70_t {
    padding-top: 70px; } }

@media screen and (max-width: 64em) {
  .pr_70_t {
    padding-right: 70px; } }

@media screen and (max-width: 64em) {
  .pb_70_t {
    padding-bottom: 70px; } }

@media screen and (max-width: 64em) {
  .pl_70_t {
    padding-left: 70px; } }

@media screen and (max-width: 64em) {
  .p_75_t {
    padding: 75px; } }

@media screen and (max-width: 64em) {
  .pt_75_t {
    padding-top: 75px; } }

@media screen and (max-width: 64em) {
  .pr_75_t {
    padding-right: 75px; } }

@media screen and (max-width: 64em) {
  .pb_75_t {
    padding-bottom: 75px; } }

@media screen and (max-width: 64em) {
  .pl_75_t {
    padding-left: 75px; } }

@media screen and (max-width: 64em) {
  .p_80_t {
    padding: 80px; } }

@media screen and (max-width: 64em) {
  .pt_80_t {
    padding-top: 80px; } }

@media screen and (max-width: 64em) {
  .pr_80_t {
    padding-right: 80px; } }

@media screen and (max-width: 64em) {
  .pb_80_t {
    padding-bottom: 80px; } }

@media screen and (max-width: 64em) {
  .pl_80_t {
    padding-left: 80px; } }

@media screen and (max-width: 64em) {
  .p_85_t {
    padding: 85px; } }

@media screen and (max-width: 64em) {
  .pt_85_t {
    padding-top: 85px; } }

@media screen and (max-width: 64em) {
  .pr_85_t {
    padding-right: 85px; } }

@media screen and (max-width: 64em) {
  .pb_85_t {
    padding-bottom: 85px; } }

@media screen and (max-width: 64em) {
  .pl_85_t {
    padding-left: 85px; } }

@media screen and (max-width: 64em) {
  .p_90_t {
    padding: 90px; } }

@media screen and (max-width: 64em) {
  .pt_90_t {
    padding-top: 90px; } }

@media screen and (max-width: 64em) {
  .pr_90_t {
    padding-right: 90px; } }

@media screen and (max-width: 64em) {
  .pb_90_t {
    padding-bottom: 90px; } }

@media screen and (max-width: 64em) {
  .pl_90_t {
    padding-left: 90px; } }

@media screen and (max-width: 64em) {
  .p_95_t {
    padding: 95px; } }

@media screen and (max-width: 64em) {
  .pt_95_t {
    padding-top: 95px; } }

@media screen and (max-width: 64em) {
  .pr_95_t {
    padding-right: 95px; } }

@media screen and (max-width: 64em) {
  .pb_95_t {
    padding-bottom: 95px; } }

@media screen and (max-width: 64em) {
  .pl_95_t {
    padding-left: 95px; } }

@media screen and (max-width: 64em) {
  .p_100_t {
    padding: 100px; } }

@media screen and (max-width: 64em) {
  .pt_100_t {
    padding-top: 100px; } }

@media screen and (max-width: 64em) {
  .pr_100_t {
    padding-right: 100px; } }

@media screen and (max-width: 64em) {
  .pb_100_t {
    padding-bottom: 100px; } }

@media screen and (max-width: 64em) {
  .pl_100_t {
    padding-left: 100px; } }

@media screen and (max-width: 64em) {
  .p_125_t {
    padding: 125px; } }

@media screen and (max-width: 64em) {
  .pt_125_t {
    padding-top: 125px; } }

@media screen and (max-width: 64em) {
  .pr_125_t {
    padding-right: 125px; } }

@media screen and (max-width: 64em) {
  .pb_125_t {
    padding-bottom: 125px; } }

@media screen and (max-width: 64em) {
  .pl_125_t {
    padding-left: 125px; } }

@media screen and (max-width: 64em) {
  .p_150_t {
    padding: 150px; } }

@media screen and (max-width: 64em) {
  .pt_150_t {
    padding-top: 150px; } }

@media screen and (max-width: 64em) {
  .pr_150_t {
    padding-right: 150px; } }

@media screen and (max-width: 64em) {
  .pb_150_t {
    padding-bottom: 150px; } }

@media screen and (max-width: 64em) {
  .pl_150_t {
    padding-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 61.875em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 61.875em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 61.875em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 61.875em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 61.875em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 61.875em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 61.875em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 61.875em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 61.875em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 61.875em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 61.875em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 61.875em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 61.875em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 61.875em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 61.875em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 61.875em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 61.875em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 61.875em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 61.875em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 61.875em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 61.875em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 61.875em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 61.875em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .pl_150_m {
    padding-left: 150px; } }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1;
  margin: 0; }

a {
  display: inline-block;
  text-decoration: none !important;
  color: #000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  a:hover, a:focus {
    outline: 0;
    text-decoration: none !important;
    color: #0092ff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }

ul {
  padding-left: 0px; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important; }

.bold-text {
  font-weight: 700; }

.link-text {
  font-family: "Futura", sans-serif;
  color: #0092ff;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  -webkit-transition: font-weight 0.3s;
  -o-transition: font-weight 0.3s;
  -moz-transition: font-weight 0.3s;
  transition: font-weight 0.3s; }
  @media screen and (max-width: 48em) {
    .link-text {
      font-size: 16px; } }
  .link-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0092ff;
    width: 100%;
    height: 1px; }
  .link-text:hover {
    font-weight: 600; }

*:focus {
  outline: none; }

.fw_700 {
  font-weight: 700 !important; }

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

[class^="icom-"], [class*=" icom-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icom-checkbox:before {
  content: "\e900"; }

.icom-arrow_down:before {
  content: "\e901"; }

.icom-arrow_right:before {
  content: "\e902"; }

.icom-cross:before {
  content: "\e903"; }

.icom-cross_bg:before {
  content: "\e904"; }

.icom-download:before {
  content: "\e905"; }

.icom-filter:before {
  content: "\e906"; }

.icom-grid:before {
  content: "\e907"; }

.icom-menu_mobile:before {
  content: "\e908"; }

.icom-search:before {
  content: "\e909"; }

.icom-mail:before {
  content: "\e90a"; }

.icom-pdf:before {
  content: "\e90b"; }

.icom-plus_bg:before {
  content: "\e90c"; }

.icom-plus:before {
  content: "\e90d"; }

.icom-star_bg:before {
  content: "\e90e"; }

.icom-star:before {
  content: "\e90f"; }

.icom-toggle:before {
  content: "\e910"; }

.icom-trash:before {
  content: "\e911"; }

.icom-world:before {
  content: "\e912"; }

@-webkit-keyframes mymoveblue {
  0% {
    r: 8;
    opacity: 1; }
  50% {
    r: 20;
    opacity: 0; }
  100% {
    r: 20;
    opacity: 0; } }

@-moz-keyframes mymoveblue {
  0% {
    r: 8;
    opacity: 1; }
  50% {
    r: 20;
    opacity: 0; }
  100% {
    r: 20;
    opacity: 0; } }

@-o-keyframes mymoveblue {
  0% {
    r: 8;
    opacity: 1; }
  50% {
    r: 20;
    opacity: 0; }
  100% {
    r: 20;
    opacity: 0; } }

@keyframes mymoveblue {
  0% {
    r: 8;
    opacity: 1; }
  50% {
    r: 20;
    opacity: 0; }
  100% {
    r: 20;
    opacity: 0; } }

@-webkit-keyframes mymovegray {
  0% {
    r: 5;
    opacity: 1; }
  50% {
    r: 20;
    opacity: 0; }
  100% {
    r: 20;
    opacity: 0; } }

@-moz-keyframes mymovegray {
  0% {
    r: 5;
    opacity: 1; }
  50% {
    r: 20;
    opacity: 0; }
  100% {
    r: 20;
    opacity: 0; } }

@-o-keyframes mymovegray {
  0% {
    r: 5;
    opacity: 1; }
  50% {
    r: 20;
    opacity: 0; }
  100% {
    r: 20;
    opacity: 0; } }

@keyframes mymovegray {
  0% {
    r: 5;
    opacity: 1; }
  50% {
    r: 20;
    opacity: 0; }
  100% {
    r: 20;
    opacity: 0; } }

body.dark-schema #content {
  background: #000; }

body.gray-schema #content {
  background: #f2f2f2; }

.portlet {
  margin-bottom: 0px; }
  .portlet-column {
    margin: 0;
    padding: 0; }
    .portlet-column.col-md-6 {
      padding-right: 15px;
      padding-left: 15px; }
  .portlet-layout .portlet-header {
    margin: 0; }
  .portlet-content.portlet-content-editable {
    border-width: 0; }

#wrapper {
  padding: 0;
  overflow: hidden; }

.azimut-container {
  max-width: 1086px;
  padding: 0 15px;
  margin: 0 auto;
  /*  @include breakpoint($tablet, false) {
    padding: 0 20px;
  }

  @include breakpoint($mobile, false) {
    padding: 0 20px;
  }*/ }
  .azimut-container.sm {
    max-width: 770px; }

figure {
  margin: 0; }

.nav-tabs > li > a.active,
.nav-tabs > .active > a {
  background-color: transparent; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  -moz-transform-origin: 66% 66%;
    -o-transform-origin: 66% 66%;
       transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
       transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
       transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
     -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
       transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  -moz-transform: scale(0.75) translateY(-21px);
    -o-transform: scale(0.75) translateY(-21px);
       transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -moz-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -o-transition: background-color .2s linear, height .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s ease-in-out;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  -moz-transition: background-color .2s linear, width .2s ease-in-out;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

/*! =======================================================
                      VERSION  10.6.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.slider.slider-horizontal {
  width: 210px;
  height: 20px; }

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0; }

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0; }

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px; }

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0; }

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px; }

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center; }

.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0; }

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px; }

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0; }

.slider.slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
     -moz-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%); }

.slider.slider-vertical {
  height: 210px;
  width: 20px; }

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0; }

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0; }

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0; }

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px; }

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0; }

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap; }

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px; }

.slider.slider-vertical .tooltip {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%; }

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0; }

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0; }

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px; }

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#bebebe));
  background-image: -moz-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
  background-repeat: repeat-x; }

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e9e9e9));
  background-image: -moz-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  background-repeat: repeat-x;
  cursor: not-allowed; }

.slider input {
  display: none; }

.slider .tooltip {
  pointer-events: none; }

.slider .tooltip.top {
  margin-top: -36px; }

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none; }

.slider .hide {
  display: none; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
       box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
       box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac1ef), to(#82b3de));
  background-image: -moz-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x; }

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: -moz-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
       box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent; }

.slider-handle:hover {
  cursor: pointer; }

.slider-handle.round {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%; }

.slider-handle.triangle {
  background: transparent none; }

.slider-handle.custom {
  background: transparent none; }

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204; }

.slider-tick {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
       box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: none;
          filter: none;
  opacity: 0.8;
  border: 0px solid transparent; }

.slider-tick.round {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%; }

.slider-tick.triangle {
  background: transparent none; }

.slider-tick.custom {
  background: transparent none; }

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204; }

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac1ef), to(#82b3de));
  background-image: -moz-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
  opacity: 1; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
     -moz-animation-name: fadeOut;
       -o-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: -o-transform .1s ease;
  -moz-transition: transform .1s ease, -moz-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease, -moz-transform .1s ease, -o-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
     -moz-transform: scale(1.3, 1.3);
       -o-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* COMPONENTS */
.header-top {
  background: #0092ff; }

.header-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 45px; }

.container-logo {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .container-logo:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  @media screen and (max-width: 48em) {
    .container-logo {
      height: 100%; } }

.header-top-left-link {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  .header-top-left-link:hover {
    color: #fff; }

.header-top-left-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .header-top-left-icon i:before {
    font-size: 25px;
    padding-right: 15px; }

.header-top-left-text {
  font-size: 12px;
  font-family: "Futura", sans-serif;
  font-weight: 500; }

.logo-figure {
  width: auto;
  max-width: 155px;
  display: inline-block;
  margin: 0; }
  @media screen and (max-width: 48em) {
    .logo-figure {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 15px; } }
  .logo-figure img {
    height: auto;
    width: 100%;
    display: block; }

.header-wrapper-sticky {
  height: 75px;
  position: relative; }
  @media screen and (max-width: 48em) {
    .header-wrapper-sticky {
      height: 55px; } }
  .header-wrapper-sticky.search-open {
    z-index: 999;
    position: relative; }
    .header-wrapper-sticky.search-open .header-bottom-left {
      opacity: 0;
      visibility: hidden; }
    .header-wrapper-sticky.search-open .header-bottom-right .watchlist-wrapper {
      opacity: 0;
      visibility: hidden; }

.header-bottom {
  height: 75px;
  background: #171717;
  position: relative; }
  .header-bottom.disabled-header {
    background: transparent; }
  .header-bottom.stick {
    position: fixed;
    top: 0;
    z-index: 6;
    width: 100%; }
    .has-control-menu .header-bottom.stick {
      -webkit-transform: translateY(56px);
         -moz-transform: translateY(56px);
          -ms-transform: translateY(56px);
           -o-transform: translateY(56px);
              transform: translateY(56px); }
    @media screen and (max-width: 48em) {
      .has-control-menu .header-bottom.stick {
        -webkit-transform: translateY(49px);
           -moz-transform: translateY(49px);
            -ms-transform: translateY(49px);
             -o-transform: translateY(49px);
                transform: translateY(49px); } }
  @media screen and (max-width: 48em) {
    .header-bottom {
      height: 55px;
      top: 0;
      z-index: 1;
      width: 100%;
      position: fixed; }
      .has-control-menu .header-bottom {
        -webkit-transform: translateY(49px);
           -moz-transform: translateY(49px);
            -ms-transform: translateY(49px);
             -o-transform: translateY(49px);
                transform: translateY(49px); } }

.header-bottom-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 1; }
  @media screen and (max-width: 48em) {
    .header-bottom-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; } }

.bottom-height-header {
  height: 100%; }
  @media screen and (max-width: 48em) {
    .bottom-height-header {
      padding: 0; } }

.header-bottom-mid {
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-bottom-mid .portlet {
    position: static; }
  @media screen and (max-width: 48em) {
    .header-bottom-mid {
      display: none; } }
  .header-bottom-mid .search-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    height: 100%;
    width: 100%; }
    .header-bottom-mid .search-wrapper:after {
      content: "";
      width: 2px;
      height: 30px;
      background: #626262;
      margin-left: 10px; }
      @media screen and (max-width: 48em) {
        .header-bottom-mid .search-wrapper:after {
          display: none; } }

.header-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header-bottom-right {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 1; }
  .header-bottom-right .watchlist-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-bottom-right .watchlist-wrapper .star-desktop {
      position: relative;
      color: #fff; }
      @media screen and (max-width: 48em) {
        .header-bottom-right .watchlist-wrapper .star-desktop {
          display: none; } }
      .header-bottom-right .watchlist-wrapper .star-desktop:after {
        content: "\e90e";
        position: absolute;
        font-size: 35px;
        top: 0;
        left: 0;
        color: #0092ff;
        opacity: 0;
        visibility: hidden; }
      .header-bottom-right .watchlist-wrapper .star-desktop.active:after {
        opacity: 1;
        visibility: visible; }
    .header-bottom-right .watchlist-wrapper .star-mobile {
      display: none;
      color: #fff; }
      @media screen and (max-width: 48em) {
        .header-bottom-right .watchlist-wrapper .star-mobile {
          display: block;
          padding-top: 0px;
          position: relative; } }
      .header-bottom-right .watchlist-wrapper .star-mobile.active {
        color: #0092ff; }
    .header-bottom-right .watchlist-wrapper i {
      cursor: pointer;
      padding-right: 15px; }
      @media screen and (max-width: 48em) {
        .header-bottom-right .watchlist-wrapper i {
          padding-right: 0; } }
      .header-bottom-right .watchlist-wrapper i:before {
        font-size: 35px; }
        @media screen and (max-width: 48em) {
          .header-bottom-right .watchlist-wrapper i:before {
            font-size: 40px; } }
    .header-bottom-right .watchlist-wrapper .watchlist-text {
      padding-right: 15px;
      color: #fff;
      font-size: 12px;
      font-family: "Futura", sans-serif;
      font-weight: 500; }
      @media screen and (max-width: 61.875em) {
        .header-bottom-right .watchlist-wrapper .watchlist-text {
          padding-right: 10px;
          font-size: 11px; } }
      @media screen and (max-width: 48em) {
        .header-bottom-right .watchlist-wrapper .watchlist-text {
          display: none; } }
    .header-bottom-right .watchlist-wrapper .watchlist-counter {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 30px;
      height: 30px;
      background: #fff;
      top: 0;
      -webkit-border-radius: 50px;
         -moz-border-radius: 50px;
              border-radius: 50px;
      left: 0; }
      @media screen and (max-width: 61.875em) {
        .header-bottom-right .watchlist-wrapper .watchlist-counter {
          width: 20px;
          height: 20px; } }
      @media screen and (max-width: 48em) {
        .header-bottom-right .watchlist-wrapper .watchlist-counter {
          display: none; } }
      .header-bottom-right .watchlist-wrapper .watchlist-counter .counter {
        color: #000;
        font-family: futura;
        font-weight: 700;
        font-size: 13px; }
  .header-bottom-right .mobile-counter {
    position: absolute;
    line-height: 0px;
    top: 49.9%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
       -moz-transform: translate3d(-50%, -50%, 0px);
            transform: translate3d(-50%, -50%, 0px);
    color: #fff;
    font-family: "Futura", sans-serif;
    font-weight: 700;
    padding-top: 4px;
    font-size: 13px; }
  .header-bottom-right .container-search-mobile {
    display: none;
    padding-right: 15px;
    padding-left: 15px; }
    @media screen and (max-width: 48em) {
      .header-bottom-right .container-search-mobile {
        display: block; } }

.main-menu {
  width: 100%; }
  @media screen and (max-width: 48em) {
    .main-menu {
      display: none; } }
  .main-menu ul.layouts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style-type: none;
    text-decoration: none;
    margin: 0; }
    .main-menu ul.layouts li.lfr-nav-item {
      padding-left: 40px;
      color: #fff; }
      @media screen and (max-width: 61.875em) {
        .main-menu ul.layouts li.lfr-nav-item {
          padding-left: 20px; } }
      .main-menu ul.layouts li.lfr-nav-item:first-child {
        padding-left: 0; }
      .main-menu ul.layouts li.lfr-nav-item a {
        color: #fff;
        font-family: "Futura", sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s; }
        @media screen and (max-width: 61.875em) {
          .main-menu ul.layouts li.lfr-nav-item a {
            font-size: 11px; } }
        .main-menu ul.layouts li.lfr-nav-item a:hover {
          color: #0092ff;
          -webkit-transition: color 0.3s;
          -o-transition: color 0.3s;
          -moz-transition: color 0.3s;
          transition: color 0.3s; }
        .main-menu ul.layouts li.lfr-nav-item a.active {
          color: #0092ff;
          font-weight: 700; }

@media screen and (max-width: 48em) {
  .header-desktop {
    background-color: #090909;
    position: fixed;
    top: 55px;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    -webkit-transform: translate3d(-100%, 0px, 0px);
       -moz-transform: translate3d(-100%, 0px, 0px);
            transform: translate3d(-100%, 0px, 0px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }
    .header-desktop .header-main--container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      position: relative;
      height: 100%; }
      .header-desktop .header-main--container .header-top {
        width: 100%;
        z-index: 100; }
      .header-desktop .header-main--container .header-top-wrapper {
        height: auto; }
        .header-desktop .header-main--container .header-top-wrapper .header-top-left {
          display: none; }
        .header-desktop .header-main--container .header-top-wrapper .header-top-right {
          width: 100%; }
      .header-desktop .header-main--container .header-wrapper-sticky {
        height: 100%;
        overflow: scroll; }
        .header-desktop .header-main--container .header-wrapper-sticky .header-bottom {
          position: relative !important;
          height: 100%;
          top: 0;
          -webkit-transform: translate(0);
             -moz-transform: translate(0);
              -ms-transform: translate(0);
               -o-transform: translate(0);
                  transform: translate(0); }
          .header-desktop .header-main--container .header-wrapper-sticky .header-bottom .header-bottom-wrapper {
            display: block; }
            .header-desktop .header-main--container .header-wrapper-sticky .header-bottom .header-bottom-wrapper .header-bottom-left, .header-desktop .header-main--container .header-wrapper-sticky .header-bottom .header-bottom-wrapper .header-bottom-right {
              display: none; }
            .header-desktop .header-main--container .header-wrapper-sticky .header-bottom .header-bottom-wrapper .header-bottom-mid {
              display: block;
              height: 100%; }
    .header-desktop .search-wrapper {
      display: none; } }

.header-mobile {
  display: none; }
  @media screen and (max-width: 48em) {
    .header-mobile {
      display: block; }
      .header-mobile.fixed-header {
        position: absolute;
        z-index: 1;
        top: unset; } }

.container-menu--desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  padding-right: 90px;
  height: 75px; }
  @media screen and (max-width: 48em) {
    .container-menu--desktop {
      display: none;
      height: auto; } }

.container-menu--mobile {
  display: none; }
  @media screen and (max-width: 48em) {
    .container-menu--mobile {
      display: block; } }

.hamburger-container {
  height: 100%;
  display: none;
  background: black;
  width: 55px;
  /* Icon 3 */ }
  @media screen and (max-width: 48em) {
    .hamburger-container {
      display: -webkit-box !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: -webkit-flex !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .hamburger-container #hamburger {
    width: 26px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
  .hamburger-container #hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .hamburger-container #hamburger span:nth-child(1) {
    top: 0px; }
  .hamburger-container #hamburger span:nth-child(2),
  .hamburger-container #hamburger span:nth-child(3) {
    top: 10px; }
  .hamburger-container #hamburger span:nth-child(4) {
    top: 20px; }
  .hamburger-container #hamburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .hamburger-container #hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .hamburger-container #hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .hamburger-container #hamburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .hamburger-container .menu-status {
    display: none; }
  .hamburger-container .hamburger-status {
    font-size: 11px;
    font-family: "Futura", sans-serif;
    font-weight: 600;
    text-align: center;
    color: #808080; }
  .hamburger-container .toggle {
    display: none; }

@media screen and (max-width: 48em) {
  #menu-mobile {
    display: block;
    background: #171717;
    position: fixed;
    top: 55px;
    bottom: 0;
    width: 100%;
    height: -webkit-calc( 100% - 55px);
    height: -moz-calc( 100% - 55px);
    height: calc( 100% - 55px);
    z-index: 1000;
    -webkit-transform: translate3d(-100%, 0px, 0px);
       -moz-transform: translate3d(-100%, 0px, 0px);
            transform: translate3d(-100%, 0px, 0px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }
    .has-control-menu #menu-mobile {
      height: -webkit-calc( 100% -  49px - 55px);
      height: -moz-calc( 100% -  49px - 55px);
      height: calc( 100% -  49px - 55px); } }

#menu-mobile .content-wrapper-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#menu-mobile .content-mobile-navigation-wrapper, #menu-mobile mobile-select-wrapper {
  overflow: scroll; }

#menu-mobile .mobile-select-wrapper label, #menu-mobile .mobile-select-wrapper span {
  color: #fff; }

#menu-mobile .mobile-select-wrapper label {
  font-weight: 400; }

.has-control-menu #menu-mobile {
  top: -webkit-calc(63px + 40px);
  top: -moz-calc(63px + 40px);
  top: calc(63px + 40px); }

#menu-mobile.fixed-header {
  position: absolute;
  z-index: 1;
  top: unset; }

#menu-mobile.menu-open {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  -webkit-transform: translate3d(0px, 0px, 0px);
     -moz-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px); }

#menu-mobile .content-mobile-navigation-wrapper {
  padding-top: 30px;
  padding-left: 20px; }

#menu-mobile .main-menu-mobile {
  height: 100%;
  z-index: 999;
  position: relative; }
  #menu-mobile .main-menu-mobile .list-menu ul {
    text-align: left; }
  #menu-mobile .main-menu-mobile .list-menu .layouts {
    margin: 0;
    list-style: none; }
    @media screen and (max-width: 61.875em) {
      #menu-mobile .main-menu-mobile .list-menu .layouts {
        text-align: left; } }
    #menu-mobile .main-menu-mobile .list-menu .layouts li {
      padding-left: 40px; }
      @media screen and (max-width: 61.875em) {
        #menu-mobile .main-menu-mobile .list-menu .layouts li {
          padding-left: 0px;
          padding-bottom: 30px; }
          #menu-mobile .main-menu-mobile .list-menu .layouts li:last-child {
            padding-bottom: 0px; } }
      #menu-mobile .main-menu-mobile .list-menu .layouts li a {
        font-size: 16px;
        text-transform: uppercase;
        font-family: "Futura", sans-serif;
        font-weight: 300;
        color: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        #menu-mobile .main-menu-mobile .list-menu .layouts li a:hover {
          color: #2969d4; }
        #menu-mobile .main-menu-mobile .list-menu .layouts li a.selected {
          font-weight: 600;
          color: #0092ff; }

.mobile-select {
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  overflow-y: visible; }
  @media screen and (max-width: 48em) {
    .mobile-select {
      display: block;
      padding-bottom: 30px; } }
  .mobile-select .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mobile-select .box label {
      font-size: 16px;
      padding-top: 25px;
      color: #606060;
      font-family: "Futura", sans-serif;
      font-weight: 700; }
  .mobile-select .nice-select {
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background: #fff;
    line-height: 34px;
    height: 35px; }
    .mobile-select .nice-select:after {
      width: 10px;
      height: 10px;
      right: 20px;
      margin-top: -6px;
      border-right: 3px solid #8e8e8e;
      border-bottom: 3px solid #8e8e8e; }
    .mobile-select .nice-select .current {
      font-family: "Futura", sans-serif;
      font-weight: 100;
      color: #0092ff;
      font-size: 16px; }
    .mobile-select .nice-select .list {
      max-height: 150px;
      overflow-y: auto;
      width: 100%;
      display: none; }
      .mobile-select .nice-select .list ul li[data-display-bold] {
        font-weight: bold; }
    .mobile-select .nice-select.open .list {
      display: block; }

footer {
  background: #f6f6f6; }

.footer-container .footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 27px;
  padding-bottom: 27px; }
  .footer-container .footer-top .footer-top__left {
    max-width: 825px;
    width: 100%; }
  .footer-container .footer-top .footer-top__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .footer-container .footer-top .footer-menu .list-menu .layouts {
    list-style: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 480px; }
    @media screen and (max-width: 48em) {
      .footer-container .footer-top .footer-menu .list-menu .layouts {
        max-width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media screen and (max-width: 48em) {
      .footer-container .footer-top .footer-menu .list-menu .layouts li.lfr-nav-item {
        width: 100%;
        text-align: center;
        padding-bottom: 27px; } }
    @media screen and (max-width: 48em) {
      .footer-container .footer-top .footer-menu .list-menu .layouts li.lfr-nav-item:last-child {
        padding-bottom: 0px; } }
    .footer-container .footer-top .footer-menu .list-menu .layouts a.lfr-nav-item {
      font-family: "Futura", sans-serif;
      color: #1292ff;
      font-weight: 500;
      font-size: 16px;
      position: relative;
      -webkit-transition: font-weight 0.3s;
      -o-transition: font-weight 0.3s;
      -moz-transition: font-weight 0.3s;
      transition: font-weight 0.3s; }
      @media screen and (max-width: 48em) {
        .footer-container .footer-top .footer-menu .list-menu .layouts a.lfr-nav-item {
          font-size: 16px; } }
      .footer-container .footer-top .footer-menu .list-menu .layouts a.lfr-nav-item:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background: #0092ff;
        width: 100%;
        height: 1px; }
      .footer-container .footer-top .footer-menu .list-menu .layouts a.lfr-nav-item:hover {
        font-weight: 600; }

.footer-container .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 27px;
  padding-bottom: 27px; }
  @media screen and (max-width: 48em) {
    .footer-container .footer-bottom {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .footer-container .footer-bottom .footer-text-left-wrapper {
    font-size: 16px;
    font-family: "Futura", sans-serif;
    font-weight: 500;
    line-height: 28px;
    color: #8c8c8c; }
    @media screen and (max-width: 48em) {
      .footer-container .footer-bottom .footer-text-left-wrapper {
        text-align: center;
        padding-bottom: 25px; } }
  .footer-container .footer-bottom .footer-left {
    max-width: 825px;
    width: 100%; }
    .footer-container .footer-bottom .footer-left.full-width {
      max-width: unset; }
    @media screen and (min-width: 48em) {
      .footer-container .footer-bottom .footer-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .footer-container .footer-bottom .footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 48em) {
      .footer-container .footer-bottom .footer-right {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .footer-container .footer-bottom .linkedin-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 5px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background: #0092ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 48em) {
      .footer-container .footer-bottom .linkedin-wrapper {
        padding-left: 35px; } }
    .footer-container .footer-bottom .linkedin-wrapper .footer-linkedin-wrapper {
      position: relative;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      width: 35px;
      height: 35px;
      background: white;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    @media screen and (max-width: 48em) {
      .footer-container .footer-bottom .linkedin-wrapper .footer-linkedin-text-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
           -moz-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; } }
    .footer-container .footer-bottom .linkedin-wrapper .footer-linkedin-text {
      font-size: 12px;
      color: #fff;
      font-family: "Futura", sans-serif;
      font-weight: 700;
      white-space: nowrap;
      padding-right: 10px; }
    .footer-container .footer-bottom .linkedin-wrapper .linkedin-icon {
      z-index: 1;
      color: #0092ff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0px);
         -moz-transform: translate3d(-50%, -50%, 0px);
              transform: translate3d(-50%, -50%, 0px); }

footer .logo-footer-figure {
  width: auto;
  max-width: 195px; }
  @media screen and (min-width: 48em) {
    footer .logo-footer-figure {
      margin-right: 20px; } }
  @media screen and (max-width: 48em) {
    footer .logo-footer-figure {
      margin: 0 auto 15px; } }

.az-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .az-hero-wrapper--self-declaration .az-hero {
    min-height: 600px;
    background-position: top; }
    @media screen and (max-width: 48em) {
      .az-hero-wrapper--self-declaration .az-hero {
        min-height: 400px;
        -webkit-background-size: auto auto;
           -moz-background-size: auto;
             -o-background-size: auto;
                background-size: auto; } }
    .az-hero-wrapper--self-declaration .az-hero .az-hero__title {
      font-size: 31px;
      line-height: 41px;
      font-weight: 300;
      padding-top: 80px; }
      @media screen and (max-width: 48em) {
        .az-hero-wrapper--self-declaration .az-hero .az-hero__title {
          font-size: 23px;
          line-height: 31px;
          padding-top: 40px; } }
      .az-hero-wrapper--self-declaration .az-hero .az-hero__title strong {
        font-weight: 700; }
    .az-hero-wrapper--self-declaration .az-hero .az-hero__container-btn {
      padding-top: 80px; }
      @media screen and (max-width: 48em) {
        .az-hero-wrapper--self-declaration .az-hero .az-hero__container-btn {
          padding-top: 40px; } }

.az-hero {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  min-height: 364px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media screen and (max-width: 48em) {
    .az-hero {
      min-height: 300px; } }
  .bg-cover-top .az-hero {
    background-position: top; }
  .bg-cover-bottom .az-hero {
    background-position: bottom; }
  .variant1 .az-hero .az-hero__title {
    font-size: 42px;
    padding-bottom: 40px; }
    .variant1 .az-hero .az-hero__title .text-book {
      font-weight: 300; }
  .variant1 .az-hero .az-hero__desc {
    font-size: 42px;
    padding-bottom: 0px; }
    .variant1 .az-hero .az-hero__desc .text-book {
      font-weight: 300; }
  .variant2 .az-hero {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .variant-watch-list .az-hero {
    min-height: 226px; }
    @media screen and (max-width: 48em) {
      .variant-watch-list .az-hero {
        min-height: 305px; } }
    .variant-watch-list .az-hero .az-hero__title {
      padding-top: 0;
      padding-bottom: 0; }
    .variant-watch-list .az-hero .az-hero__desc {
      font-size: 42px;
      padding-bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 48em) {
        .variant-watch-list .az-hero .az-hero__desc {
          font-size: 40px; } }
      .variant-watch-list .az-hero .az-hero__desc i {
        padding-right: 25px; }
        @media screen and (max-width: 48em) {
          .variant-watch-list .az-hero .az-hero__desc i {
            padding-right: 0px; } }
      @media screen and (max-width: 48em) {
        .variant-watch-list .az-hero .az-hero__desc {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }

.az-hero__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .az-hero__body .az-hero__title {
    text-transform: uppercase;
    font-size: 54px;
    line-height: 1;
    font-family: "Futura", sans-serif;
    font-weight: 700;
    color: #fff; }
    .az-hero__body .az-hero__title strong {
      font-weight: 600; }
    @media screen and (max-width: 48em) {
      .az-hero__body .az-hero__title {
        font-size: 40px; } }
  .az-hero__body .az-hero__desc {
    padding-top: 20px;
    font-size: 18px;
    font-family: "Futura", sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase; }
    @media screen and (max-width: 48em) {
      .az-hero__body .az-hero__desc {
        font-size: 12px; } }
  .az-hero__body.reverse .az-hero__desc {
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .az-hero__body.reverse .az-hero__title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 55px; }
  .az-hero__body.reverse .az-hero__container-btn {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

.az-hero__bg {
  text-align: center; }

.az-hero__container-btn {
  margin: 0 auto; }
  @media screen and (max-width: 48em) {
    .az-hero__container-btn {
      padding-bottom: 25px; } }
  @media screen and (max-width: 48em) {
    .az-hero__container-btn {
      max-width: unset; } }
  .az-hero__container-btn .hero-button {
    font-family: "Futura", sans-serif;
    font-weight: 600;
    font-size: 16px; }

.az-btn {
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  border: solid 3px transparent;
  text-transform: uppercase;
  -webkit-transition: background 0.3s, color 0.3s !important;
  -o-transition: background 0.3s, color 0.3s !important;
  -moz-transition: background 0.3s, color 0.3s !important;
  transition: background 0.3s, color 0.3s !important;
  padding: 0 15px;
  line-height: 1.2;
  cursor: pointer;
  /* Non esiste sulle linee guida */
  /* Non esiste sulle linee guida */ }
  @media screen and (max-width: 61.875em) {
    .az-btn {
      font-size: 12px;
      min-height: 35px;
      border: solid 2px transparent; } }
  @media screen and (max-width: 48em) {
    .az-btn {
      font-size: 16px;
      min-height: 50px;
      border: solid 2px transparent; } }
  .az-btn.white {
    background: #fff;
    color: #0092ff;
    border-color: #fff; }
    .az-btn.white:hover {
      background: #0092ff;
      color: #fff; }
  .az-btn.white-stroke {
    background: transparent;
    color: #fff;
    border-color: #fff; }
    .az-btn.white-stroke:hover {
      background: #fff;
      color: #0092ff; }
  .az-btn.dark {
    background: transparent;
    color: #fff;
    border-color: #0092ff;
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    -moz-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s; }
    .az-btn.dark:hover {
      background: #0092ff;
      color: #fff; }
  .az-btn.blue {
    background: #0092ff;
    color: #fff !important;
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    -moz-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    /* &.white-bg{
        &:hover {
          background: $w;
          color: $genericBlue;
        }
      }*/ }
    .az-btn.blue:hover {
      background: #fff;
      color: #0092ff !important; }
    .az-btn.blue.disabled {
      background: #4a4b4c;
      color: #7e7e7e !important;
      cursor: not-allowed; }
  .az-btn.blue-stroke {
    background: transparent;
    color: #0092ff;
    border-color: #0092ff; }
    .az-btn.blue-stroke:hover {
      background: #0092ff;
      color: #fff; }

.back-button-container {
  position: relative; }
  @media screen and (max-width: 48em) {
    .back-button-container {
      display: none; } }
  .back-button-container .azimut-container {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 50%;
    top: 15px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
  .back-button-container .back-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 32px;
    width: 160px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    font-family: "Futura", sans-serif;
    font-weight: 500;
    font-size: 10px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .back-button-container .back-button:hover {
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      transition: background-color 0.3s; }
    .back-button-container .back-button span {
      font-weight: 600; }

.video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 48em) {
    .video-container {
      padding-top: 10px; } }
  .video-container .video-card-single-wrapper {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    padding-bottom: 25px; }
    .video-container .video-card-single-wrapper:nth-child(odd) {
      padding-right: 12px; }
    .video-container .video-card-single-wrapper:nth-child(even) {
      padding-left: 12px; }
    @media screen and (max-width: 48em) {
      .video-container .video-card-single-wrapper {
        width: 100%;
        padding-bottom: 40px; }
        .video-container .video-card-single-wrapper:nth-child(odd) {
          padding-right: unset; }
        .video-container .video-card-single-wrapper:nth-child(even) {
          padding-left: unset; } }
    .video-container .video-card-single-wrapper .video-content-layer-wrapper .video-content-layer {
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: fixed;
      width: 100vw;
      height: 100vh;
      z-index: 99;
      background: rgba(14, 14, 15, 0.9);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .video-container .video-card-single-wrapper .video-content-layer-wrapper .video-content-layer .video-wrapper {
        width: 100%;
        max-width: 680px;
        position: relative; }
        @media screen and (max-width: 48em) {
          .video-container .video-card-single-wrapper .video-content-layer-wrapper .video-content-layer .video-wrapper {
            padding: 15px; } }
        .video-container .video-card-single-wrapper .video-content-layer-wrapper .video-content-layer .video-wrapper .close-video-button {
          position: absolute;
          top: 15px;
          z-index: 1;
          right: 15px;
          width: 30px;
          height: 30px;
          border: 3px solid #fff;
          -webkit-border-radius: 50px;
             -moz-border-radius: 50px;
                  border-radius: 50px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer; }
          @media screen and (max-width: 48em) {
            .video-container .video-card-single-wrapper .video-content-layer-wrapper .video-content-layer .video-wrapper .close-video-button {
              top: 20px;
              z-index: 1;
              right: 20px;
              width: 30px;
              height: 30px; } }
          .video-container .video-card-single-wrapper .video-content-layer-wrapper .video-content-layer .video-wrapper .close-video-button i {
            padding-bottom: 1px;
            color: #0092ff;
            font-size: 18px; }
    .video-container .video-card-single-wrapper .video-content-layer-wrapper.video-play .video-content-layer {
      opacity: 1;
      visibility: visible;
      background: rgba(14, 14, 15, 0.9);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
  .video-container .video-card-wrapper .video-card {
    cursor: pointer; }
    .video-container .video-card-wrapper .video-card .video-card--image {
      -webkit-border-radius: 10px;
         -moz-border-radius: 10px;
              border-radius: 10px;
      padding-bottom: 70%;
      background-position: center center;
      position: relative;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
         -moz-background-size: cover;
           -o-background-size: cover;
              background-size: cover;
      position: relative;
      cursor: pointer; }
      @media screen and (max-width: 48em) {
        .video-container .video-card-wrapper .video-card .video-card--image {
          padding-bottom: 100%; } }
      .video-container .video-card-wrapper .video-card .video-card--image .video-description {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #fff;
        font-family: "Futura", sans-serif;
        font-weight: 100;
        font-size: 18px;
        text-transform: uppercase;
        display: none; }
        @media screen and (max-width: 48em) {
          .video-container .video-card-wrapper .video-card .video-card--image .video-description {
            display: block; } }
      .video-container .video-card-wrapper .video-card .video-card--image .icon-play-container {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .video-container .video-card-wrapper .video-card .video-card--image .icon-play-container .circle-wrapper {
          width: 70px;
          height: 70px;
          border: 3px solid #0092ff;
          -webkit-border-radius: 50px;
             -moz-border-radius: 50px;
                  border-radius: 50px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          .video-container .video-card-wrapper .video-card .video-card--image .icon-play-container .circle-wrapper i {
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-left: 25px solid #fff;
            border-bottom: 15px solid transparent;
            margin-left: 5px; }
      .video-container .video-card-wrapper .video-card .video-card--image.hover-bg {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .video-container .video-card-wrapper .video-card .video-card--image.hover-bg::after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          visibility: hidden;
          top: 0;
          -webkit-border-radius: 10px;
             -moz-border-radius: 10px;
                  border-radius: 10px;
          background-color: rgba(0, 0, 0, 0);
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
        .video-container .video-card-wrapper .video-card .video-card--image.hover-bg:hover .circle-wrapper {
          z-index: 1;
          background: #0092ff; }
        .video-container .video-card-wrapper .video-card .video-card--image.hover-bg:hover::after {
          visibility: visible;
          background-color: rgba(0, 0, 0, 0.6);
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }

.vjs-poster {
  padding: 4px;
  margin-top: -4px; }

.brightcove_video {
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px; }

.vjs-control.bar {
  height: 40px; }

.generic-card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 48em) {
    .generic-card-container {
      margin-bottom: 0; } }
  .generic-card-container .card-container-wrapper {
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    position: relative;
    margin-bottom: 30px; }
    @media screen and (max-width: 48em) {
      .generic-card-container .card-container-wrapper {
        width: 100%;
        padding-bottom: 40px;
        margin-bottom: 0px; } }
    .generic-card-container .card-container-wrapper:nth-child(4n+1) {
      padding-left: 0px;
      padding-right: 14px; }
      @media screen and (max-width: 48em) {
        .generic-card-container .card-container-wrapper:nth-child(4n+1) {
          padding-left: 0px;
          padding-right: 0px; } }
    .generic-card-container .card-container-wrapper:nth-child(4n+2) {
      padding-left: 10px;
      padding-right: 12px; }
      .generic-card-container .card-container-wrapper:nth-child(4n+2) .card-image {
        padding-bottom: 60%; }
      @media screen and (max-width: 48em) {
        .generic-card-container .card-container-wrapper:nth-child(4n+2) {
          padding-left: 0px;
          padding-right: 0px; } }
    .generic-card-container .card-container-wrapper:nth-child(4n+3) {
      padding-left: 12px;
      padding-right: 10px; }
      .generic-card-container .card-container-wrapper:nth-child(4n+3) .card-image {
        padding-bottom: 60%; }
      @media screen and (max-width: 48em) {
        .generic-card-container .card-container-wrapper:nth-child(4n+3) {
          padding-left: 0px;
          padding-right: 0px; } }
    .generic-card-container .card-container-wrapper:nth-child(4n+4) {
      padding-left: 14px;
      padding-right: 0px; }
      @media screen and (max-width: 48em) {
        .generic-card-container .card-container-wrapper:nth-child(4n+4) {
          padding-left: 0px;
          padding-right: 0px; } }
    .generic-card-container .card-container-wrapper .clearfix.journal-content-article {
      height: 100%; }
      .generic-card-container .card-container-wrapper .clearfix.journal-content-article .card-container.no_image {
        height: 100%; }
    .generic-card-container .card-container-wrapper .card-type.no-category {
      padding-bottom: 30px; }
    .generic-card-container .card-container-wrapper .card-detail-wrapper.blue-bedge {
      position: relative;
      padding-top: 48px; }
    .generic-card-container .card-container-wrapper .card-type.blue-bedge {
      position: absolute;
      left: -2px;
      top: 10px;
      padding-top: 8px;
      padding-bottom: 7px;
      padding-left: 18px;
      padding-right: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #0092ff;
      -webkit-border-top-right-radius: 3px;
         -moz-border-radius-topright: 3px;
              border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
         -moz-border-radius-bottomright: 3px;
              border-bottom-right-radius: 3px; }
      .generic-card-container .card-container-wrapper .card-type.blue-bedge i {
        color: #fff; }
      .generic-card-container .card-container-wrapper .card-type.blue-bedge .card-type-text {
        padding-left: 10px;
        color: #fff;
        font-size: 12px;
        font-weight: 500; }

.card-container {
  position: relative;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), color-stop(35%, #202020), to(#1e1e1e));
  background: -webkit-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
  background: -moz-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
  background: -o-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
  background: linear-gradient(180deg, #1c1c1c 0%, #202020 35%, #1e1e1e 100%); }

.card-image {
  padding-bottom: 58%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-border-top-left-radius: 10px;
     -moz-border-radius-topleft: 10px;
          border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
     -moz-border-radius-topright: 10px;
          border-top-right-radius: 10px; }

.card-detail-wrapper {
  padding: 18px;
  -webkit-border-bottom-left-radius: 10px;
     -moz-border-radius-bottomleft: 10px;
          border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
     -moz-border-radius-bottomright: 10px;
          border-bottom-right-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.card-type {
  padding-bottom: 20px; }
  .card-type .card-type-text {
    font-family: "Futura", sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #00d2ff; }
    @media screen and (max-width: 48em) {
      .card-type .card-type-text {
        font-size: 12px; } }

.card-title {
  padding-bottom: 15px; }
  .card-title .card-title-text {
    color: #fff;
    font-weight: 100;
    font-family: "Futura", sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase; }
    @media screen and (max-width: 48em) {
      .card-title .card-title-text {
        font-size: 18px; } }

.card-description {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 25px; }
  .card-description .card-description-text {
    /* overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical; */
    font-size: 12px;
    opacity: 0.6;
    color: #fff;
    font-weight: 100;
    font-family: "Futura", sans-serif;
    line-height: 18px; }
    @media screen and (max-width: 48em) {
      .card-description .card-description-text {
        font-size: 14px;
        line-height: 21px; } }

.card-date .card-date-text {
  font-size: 12px;
  font-weight: 300;
  font-family: "Futura", sans-serif;
  color: #fff; }
  @media screen and (max-width: 48em) {
    .card-date .card-date-text {
      font-size: 14px; } }

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 21px; }
  .card-container.no_image .footer-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 18px 18px 18px; }
  .footer-wrapper .video-container .video-card-single-wrapper {
    padding-bottom: 0; }

.link-to-detail {
  position: absolute;
  display: block;
  text-align: right;
  padding-right: 30px;
  right: 0px;
  bottom: 18px;
  font-size: 14px;
  font-family: "Futura", sans-serif;
  color: #0092ff;
  font-weight: 500; }
  @media screen and (max-width: 48em) {
    .link-to-detail {
      font-size: 16px;
      bottom: 50px;
      padding-right: 18px; } }
  .link-to-detail.pos-relative {
    position: relative;
    right: 0;
    bottom: 0;
    padding-right: 0px; }
    @media screen and (max-width: 48em) {
      .link-to-detail.pos-relative {
        bottom: -5px; } }

.widget-wrapper {
  margin-right: -25px;
  margin-left: -25px; }
  .widget-wrapper .article-image {
    padding-bottom: 26%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center; }
  .widget-wrapper .top-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 30px; }
  .widget-wrapper .article-detail--tipo {
    padding-right: 25px; }
    .widget-wrapper .article-detail--tipo .article-tipo--text {
      text-transform: uppercase;
      font-family: "Futura", sans-serif;
      color: #00d2ff;
      font-size: 16px;
      font-weight: 700; }
  .widget-wrapper .article-data--text {
    font-size: 16px;
    font-weight: 300;
    color: #454545;
    font-family: "Futura", sans-serif; }
  .widget-wrapper .article-detail--title {
    padding-bottom: 45px; }
    .widget-wrapper .article-detail--title .article-title--text {
      font-size: 42px;
      font-weight: 600;
      color: #000;
      text-transform: uppercase;
      font-family: "Futura", sans-serif; }
  .widget-wrapper .article-content {
    padding-bottom: 80px; }
    .widget-wrapper .article-content .article-content-text {
      font-size: 16px;
      color: #7b7b7b;
      font-weight: 300;
      font-family: "Futura", sans-serif;
      line-height: 26px; }
  .widget-wrapper .portlet-topper {
    display: none; }
  .widget-wrapper .portlet-header {
    display: none; }
  .widget-wrapper .portlet-content {
    padding: 0px; }

.related-news-container {
  background-color: #000;
  padding-top: 90px; }

.sticky-tab-wrapper {
  height: 78px;
  position: relative; }
  @media screen and (max-width: 48em) {
    .sticky-tab-wrapper {
      height: 68px; } }

.tab-selector-full {
  background: #272727; }
  .dark-bg .tab-selector-full {
    background: #171717; }
  .sticky-tabs .sticky-tab .tab-selector-full.sticky {
    position: fixed;
    width: 100%;
    top: 75px;
    z-index: 5; }
    @media screen and (max-width: 48em) {
      .sticky-tabs .sticky-tab .tab-selector-full.sticky {
        top: 55px; }
        .has-control-menu .sticky-tabs .sticky-tab .tab-selector-full.sticky {
          -webkit-transform: translateY(29px);
             -moz-transform: translateY(29px);
              -ms-transform: translateY(29px);
               -o-transform: translateY(29px);
                  transform: translateY(29px); } }
    .has-control-menu .sticky-tabs .sticky-tab .tab-selector-full.sticky {
      -webkit-transform: translateY(49px);
         -moz-transform: translateY(49px);
          -ms-transform: translateY(49px);
           -o-transform: translateY(49px);
              transform: translateY(49px); }

.tab-selector-container {
  position: relative; }
  @media screen and (max-width: 48em) {
    .tab-selector-container {
      padding-left: 0px;
      padding-right: 0px; } }

.container-arrow {
  position: absolute;
  top: 20px;
  font-size: 25px;
  color: #fff;
  cursor: pointer; }
  .container-arrow.scroll-left {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .container-arrow.scroll-left i:hover {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      color: #fff; }
  .container-arrow.scroll-right {
    right: 0; }
    .container-arrow.scroll-right i:hover {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      color: #fff; }
  .container-arrow.disabled {
    color: #898989; }
    .container-arrow.disabled:hover {
      color: #898989; }
  @media screen and (max-width: 48em) {
    .container-arrow {
      display: none; } }

.tab-selector-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tab-selector-wrapper .list-wrapper {
    overflow: hidden;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    position: relative; }
  .tab-selector-wrapper .nav-tabs {
    border: none;
    position: relative; }
    .tab-selector-wrapper .nav-tabs li {
      list-style-type: none;
      padding: 30px 50px;
      position: relative;
      white-space: nowrap; }
      @media screen and (max-width: 48em) {
        .tab-selector-wrapper .nav-tabs li {
          padding: 25px 35px; } }
      .tab-selector-wrapper .nav-tabs li a {
        padding: 0;
        background: unset;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-family: "Futura", sans-serif;
        font-weight: 300;
        cursor: pointer; }
        .tab-selector-wrapper .nav-tabs li a:before {
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
          padding-bottom: 50%;
          height: 100%;
          content: ""; }
        .tab-selector-wrapper .nav-tabs li a:after {
          content: "";
          width: 100%;
          height: 2px;
          position: absolute;
          bottom: 0;
          right: 0;
          -webkit-transform: scaleX(0);
             -moz-transform: scaleX(0);
              -ms-transform: scaleX(0);
               -o-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          -o-transition: -o-transform .3s;
          -moz-transition: transform .3s, -moz-transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
          left: 0;
          background: #0092ff; }
        .tab-selector-wrapper .nav-tabs li a:hover {
          color: #898989; }
        .tab-selector-wrapper .nav-tabs li a.active {
          background: unset;
          color: #fff;
          font-weight: 600; }
          .tab-selector-wrapper .nav-tabs li a.active::after {
            content: "";
            width: 100%;
            height: 5px;
            position: absolute;
            bottom: 0;
            right: 0;
            -webkit-transform: scaleX(1);
               -moz-transform: scaleX(1);
                -ms-transform: scaleX(1);
                 -o-transform: scaleX(1);
                    transform: scaleX(1);
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            -o-transition: -o-transform .3s;
            -moz-transition: transform .3s, -moz-transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
            left: 0;
            background: #0092ff; }
    .tab-selector-wrapper .nav-tabs .ps__rail-x {
      display: none; }

.tab-description-full {
  background: -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), color-stop(35%, #202020), to(#1e1e1e));
  background: -webkit-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
  background: -moz-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
  background: -o-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
  background: linear-gradient(180deg, #1c1c1c 0%, #202020 35%, #1e1e1e 100%); }
  .dark-bg .tab-description-full {
    background: transparent; }
  .tab-description-full .title-tab-wrapper {
    padding-bottom: 30px; }
    .tab-description-full .title-tab-wrapper .title-tab-text {
      font-size: 21px;
      font-weight: 300;
      font-family: "Futura", sans-serif;
      color: #0092ff;
      text-transform: uppercase;
      word-break: break-word; }
      .tab-description-full .title-tab-wrapper .title-tab-text b {
        font-weight: 700;
        color: #fff; }
  .tab-description-full .footer-tab-wrapper {
    text-align: center;
    padding-bottom: 30px; }
    .tab-description-full .footer-tab-wrapper .footer-link-text {
      font-family: "Futura", sans-serif;
      color: #0092ff !important;
      font-weight: 500;
      font-size: 14px;
      cursor: pointer;
      position: relative;
      -webkit-transition: font-weight 0.3s;
      -o-transition: font-weight 0.3s;
      -moz-transition: font-weight 0.3s;
      transition: font-weight 0.3s; }
      @media screen and (max-width: 48em) {
        .tab-description-full .footer-tab-wrapper .footer-link-text {
          font-size: 16px; } }
      .tab-description-full .footer-tab-wrapper .footer-link-text:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background: #0092ff;
        width: 100%;
        height: 1px; }
      .tab-description-full .footer-tab-wrapper .footer-link-text:hover {
        font-weight: 600; }
  .tab-description-full .tab-description-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 40px 0;
    width: 100%; }
    .tab-description-full .tab-description-container.no-padding {
      padding: 0px; }
    .tab-description-full .tab-description-container .tab-content {
      width: -webkit-calc(100% / 2);
      width: -moz-calc(100% / 2);
      width: calc(100% / 2);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 48em) {
        .tab-description-full .tab-description-container .tab-content {
          width: 100%; } }
      .tab-description-full .tab-description-container .tab-content.column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .tab-description-full .tab-description-container .tab-content.left {
        padding-right: 40px;
        position: relative; }
        @media screen and (max-width: 48em) {
          .tab-description-full .tab-description-container .tab-content.left {
            padding-right: 0px; } }
        .tab-description-full .tab-description-container .tab-content.left.bordered:after {
          position: absolute;
          content: "";
          top: 50%;
          right: 0;
          -webkit-transform: translate3d(50%, -50%, 10px);
             -moz-transform: translate3d(50%, -50%, 10px);
                  transform: translate3d(50%, -50%, 10px);
          width: 2px;
          height: 100%;
          background: #8c8c8c; }
          @media screen and (max-width: 48em) {
            .tab-description-full .tab-description-container .tab-content.left.bordered:after {
              display: none; } }
        .tab-description-full .tab-description-container .tab-content.left.small {
          width: 40%; }
          @media screen and (max-width: 48em) {
            .tab-description-full .tab-description-container .tab-content.left.small {
              width: 100%; } }
        .tab-description-full .tab-description-container .tab-content.left .tab-description {
          width: 100%; }
      .tab-description-full .tab-description-container .tab-content.right {
        padding-left: 40px; }
        @media screen and (max-width: 48em) {
          .tab-description-full .tab-description-container .tab-content.right {
            padding-left: 0px; } }
        .tab-description-full .tab-description-container .tab-content.right.big {
          width: 60%; }
          @media screen and (max-width: 48em) {
            .tab-description-full .tab-description-container .tab-content.right.big {
              width: 100%; } }

.tab-name--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 35px;
  height: 100%; }
  @media screen and (max-width: 48em) {
    .tab-name--wrapper {
      padding-top: 30px;
      padding-bottom: 20px;
      position: relative; } }
  .tab-name--wrapper .tab-info--tooltip {
    color: #fff;
    font-size: 13px;
    cursor: pointer; }

.tab-name--text {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  font-family: "Futura", sans-serif;
  color: #0092ff;
  padding-right: 15px; }
  .tab-name--text b {
    color: #fff;
    font-weight: 700; }

.tab-name--tooltip-wrapper {
  position: relative; }
  .tab-name--tooltip-wrapper .circle-wrapper {
    width: 20px;
    height: 20px;
    background: #0092ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%; }
  @media screen and (max-width: 48em) {
    .tab-name--tooltip-wrapper {
      position: static; } }
  .tab-name--tooltip-wrapper .tab-name--tooltip {
    position: absolute;
    left: 100%;
    width: 250px;
    padding: 20px;
    background: #0092ff;
    z-index: 100;
    top: 50%;
    -webkit-transform: translate3d(25px, -50%, 0);
       -moz-transform: translate3d(25px, -50%, 0);
            transform: translate3d(25px, -50%, 0);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
       -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    @media screen and (max-width: 48em) {
      .tab-name--tooltip-wrapper .tab-name--tooltip {
        left: 0px;
        top: 100%;
        width: 100%;
        -webkit-transform: unset;
           -moz-transform: unset;
            -ms-transform: unset;
             -o-transform: unset;
                transform: unset; } }
    .tab-name--tooltip-wrapper .tab-name--tooltip:after {
      content: "";
      position: absolute;
      -webkit-transform: translate3d(-120%, -50%, 0px) rotate(270deg);
         -moz-transform: translate3d(-120%, -50%, 0px) rotate(270deg);
              transform: translate3d(-120%, -50%, 0px) rotate(270deg);
      top: 50%;
      -webkit-transform-origin: center;
         -moz-transform-origin: center;
          -ms-transform-origin: center;
           -o-transform-origin: center;
              transform-origin: center;
      border-right: 15px solid transparent;
      border-left: 15px solid transparent;
      border-bottom: 15px solid #0092ff; }
      @media screen and (max-width: 48em) {
        .tab-name--tooltip-wrapper .tab-name--tooltip:after {
          -webkit-transform: translate3d(129px, -50%, 0px);
             -moz-transform: translate3d(129px, -50%, 0px);
                  transform: translate3d(129px, -50%, 0px);
          top: 0;
          left: 0; } }
    .tab-name--tooltip-wrapper .tab-name--tooltip .tab-name-tooltip-name {
      padding-bottom: 20px; }
    .tab-name--tooltip-wrapper .tab-name--tooltip .tooltip-title {
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 300;
      font-family: "Futura", sans-serif;
      color: #fff; }
      .tab-name--tooltip-wrapper .tab-name--tooltip .tooltip-title b {
        font-weight: 700; }
    .tab-name--tooltip-wrapper .tab-name--tooltip .tooltip-description {
      font-size: 14px;
      color: #fff;
      font-weight: 300;
      font-family: "Futura", sans-serif;
      line-height: 18px; }

.tab-sub-name--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 35px;
  width: 100%; }
  @media screen and (max-width: 48em) {
    .tab-sub-name--wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-top: 10px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 48em) {
    .tab-sub-name--wrapper .tab-name--text {
      width: 100%;
      padding-right: 0px;
      padding-bottom: 20px; } }

.tab-select--wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-left: 10px; }
  @media screen and (max-width: 48em) {
    .tab-select--wrapper {
      padding-left: 0px; } }
  .tab-select--wrapper .nice-select {
    width: 100%;
    -webkit-border-radius: 27px;
       -moz-border-radius: 27px;
            border-radius: 27px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), color-stop(35%, #202020), to(#1e1e1e));
    background: -webkit-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
    background: -moz-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
    background: -o-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
    background: linear-gradient(180deg, #1c1c1c 0%, #202020 35%, #1e1e1e 100%); }
    .tab-select--wrapper .nice-select:after {
      height: 10px;
      width: 10px;
      margin-top: -5px;
      right: 15px;
      border-bottom: 3px solid #fff;
      border-right: 3px solid #fff; }
  .tab-select--wrapper .current {
    font-size: 14px;
    color: #0092ff;
    line-height: 21px;
    font-family: "Futura", sans-serif;
    font-weight: 300;
    text-align: justify; }
  .tab-select--wrapper .sub-select {
    max-width: 250px; }
    @media screen and (max-width: 48em) {
      .tab-select--wrapper .sub-select {
        width: 100%;
        max-width: 100%; } }
    .tab-select--wrapper .sub-select .list {
      background: -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), color-stop(35%, #202020), to(#1e1e1e));
      background: -webkit-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
      background: -moz-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
      background: -o-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
      background: linear-gradient(180deg, #1c1c1c 0%, #202020 35%, #1e1e1e 100%); }
      .tab-select--wrapper .sub-select .list .option {
        color: #fff; }
        .tab-select--wrapper .sub-select .list .option.selected {
          color: #0092ff; }
        .tab-select--wrapper .sub-select .list .option:hover {
          background: #1e1e28; }

.description-tab-wrapper {
  padding-bottom: 35px; }
  .description-tab-wrapper p {
    font-size: 16px;
    color: #c7c7c7;
    line-height: 21px;
    font-family: "Futura", sans-serif;
    font-weight: 300;
    text-align: justify;
    overflow-wrap: break-word; }

.description-list-wrapper .description-list {
  list-style: none; }

.description-list-wrapper .description-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #8c8c8c; }
  .description-list-wrapper .description-list-item .link-item {
    font-size: 14px;
    color: #c7c7c7;
    line-height: 21px;
    font-family: "Futura", sans-serif;
    font-weight: 300;
    cursor: pointer; }
    .description-list-wrapper .description-list-item .link-item:hover {
      color: #c7c7c7; }
  .description-list-wrapper .description-list-item:last-child {
    border-bottom: unset; }
  .description-list-wrapper .description-list-item:first-child {
    padding-top: 0px;
    border-bottom: 1px solid #8c8c8c; }
  .description-list-wrapper .description-list-item i {
    color: #0092ff; }

.dark-schema .block-title-container {
  background: rgba(39, 39, 39, 0.95); }

.blue-title .block-title-container .title-text {
  font-size: 21px;
  font-weight: 700;
  color: #0092ff; }

.block-title-wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  .dark-schema .block-title-wrapper {
    padding-bottom: 10px; }
  @media screen and (max-width: 48em) {
    .block-title-wrapper {
      padding-top: 30px;
      padding-bottom: 0px; } }
  @media screen and (max-width: 48em) {
    .block-title-wrapper .title-container {
      padding-bottom: 0; } }
  @media screen and (max-width: 48em) {
    .block-title-wrapper .link-container {
      text-align: center;
      margin: 10px auto; } }
  .block-title-wrapper .link-text {
    position: absolute;
    top: 40px;
    right: 0; }
    @media screen and (max-width: 48em) {
      .block-title-wrapper .link-text {
        position: relative;
        top: 0;
        right: 0; } }
  .block-title-wrapper.wallet {
    padding-bottom: 30px; }

.title-container {
  text-align: center; }
  @media screen and (max-width: 48em) {
    .title-container {
      padding-bottom: 15px; } }
  .title-container .title-text {
    font-size: 24px;
    font-family: "Futura", sans-serif;
    font-weight: 300;
    color: #000;
    text-transform: uppercase; }
    .title-container .title-text b {
      font-weight: 700; }
    .dark-schema .title-container .title-text {
      color: #fff; }
  .title-container .link-container {
    position: absolute;
    right: 0;
    top: 40px; }
    @media screen and (max-width: 48em) {
      .title-container .link-container {
        text-align: center;
        position: static; } }

@media screen and (max-width: 48em) {
  .accordion-container {
    padding-top: 25px; } }

.accordion-container.black .accordion-header {
  background: -webkit-linear-gradient(324deg, #101010 0%, #252525 35%, #000000 100%);
  background: -moz-linear-gradient(324deg, #101010 0%, #252525 35%, #000000 100%);
  background: -o-linear-gradient(324deg, #101010 0%, #252525 35%, #000000 100%);
  background: linear-gradient(126deg, #101010 0%, #252525 35%, #000000 100%); }

.accordion-container.black .accordion-title {
  color: #0092ff; }

.accordion-container .accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0092ff;
  padding: 10px 25px;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  @media screen and (max-width: 48em) {
    .accordion-container .accordion-header {
      padding: 20px; } }
  .accordion-container .accordion-header.disabled {
    background: #60b7f9;
    background: rgba(0, 146, 255, 0.6); }

.accordion-container .accordion-header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }
  .accordion-container .accordion-header__right i {
    font-size: 30px;
    color: white; }

.accordion-container .accordion-title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Futura", sans-serif;
  color: #fff;
  text-transform: uppercase; }

.accordion-container .accordion-body {
  -webkit-border-bottom-right-radius: 15px;
     -moz-border-radius-bottomright: 15px;
          border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
     -moz-border-radius-bottomleft: 15px;
          border-bottom-left-radius: 15px;
  background: #fff; }

.accordion-container.opened .accordion-header__right {
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }

.accordion-container.opened .accordion-header {
  -webkit-border-bottom-right-radius: 0px;
     -moz-border-radius-bottomright: 0px;
          border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
     -moz-border-radius-bottomleft: 0px;
          border-bottom-left-radius: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

/******* PORTFOLIO *******/
.item-manager-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.item-portfolio-wrapper, .item-manager-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 25px 30px; }
  @media screen and (max-width: 48em) {
    .item-portfolio-wrapper, .item-manager-wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .item-portfolio-wrapper .item-image, .item-manager-wrapper .item-image {
    background-repeat: none;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: top center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    padding-bottom: 100%;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 48em) {
      .item-portfolio-wrapper .item-image, .item-manager-wrapper .item-image {
        width: 65%;
        padding-bottom: 65%; } }
    @media screen and (max-width: 31.25em) {
      .item-portfolio-wrapper .item-image, .item-manager-wrapper .item-image {
        width: 75%;
        padding-bottom: 75%; } }
  .item-portfolio-wrapper .item-wrapper, .item-manager-wrapper .item-wrapper {
    width: -webkit-calc(100% / 4 - 30px);
    width: -moz-calc(100% / 4 - 30px);
    width: calc(100% / 4 - 30px); }
    @media screen and (max-width: 48em) {
      .item-portfolio-wrapper .item-wrapper, .item-manager-wrapper .item-wrapper {
        width: 100%; } }
  .item-portfolio-wrapper .item-title, .item-manager-wrapper .item-title {
    font-size: 19px;
    color: #0092ff;
    font-family: "Futura", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0; }
    @media screen and (min-width: 48em) {
      .item-portfolio-wrapper .item-title, .item-manager-wrapper .item-title {
        min-height: 78px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 48em) {
      .item-portfolio-wrapper .item-title, .item-manager-wrapper .item-title {
        font-size: 26px; } }
  .item-portfolio-wrapper .item-list, .item-manager-wrapper .item-list {
    list-style: none; }
    .item-portfolio-wrapper .item-list .item-list-item, .item-manager-wrapper .item-list .item-list-item {
      font-size: 13px;
      font-weight: 500;
      font-family: "Futura", sans-serif;
      color: #7e7e7e; }
      @media screen and (max-width: 48em) {
        .item-portfolio-wrapper .item-list .item-list-item, .item-manager-wrapper .item-list .item-list-item {
          font-size: 19px;
          text-align: center; } }
      .item-portfolio-wrapper .item-list .item-list-item.role, .item-manager-wrapper .item-list .item-list-item.role {
        font-size: 15px; }
        @media screen and (max-width: 48em) {
          .item-portfolio-wrapper .item-list .item-list-item.role, .item-manager-wrapper .item-list .item-list-item.role {
            font-size: 20px;
            text-align: center; } }

.footer-wrapper-accordion {
  padding: 0 25px;
  padding-bottom: 30px; }
  .footer-wrapper-accordion .accordion-button {
    margin: 0 auto;
    max-width: 180px; }
    @media screen and (max-width: 48em) {
      .footer-wrapper-accordion .accordion-button {
        width: 100%; }
        .footer-wrapper-accordion .accordion-button a {
          font-size: 16px; } }

/******* LIST *******/
.list-accordion-wrapper {
  padding: 0 15px; }
  .list-accordion-wrapper .item-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0px;
    border-bottom: 1px solid #e5e5e5; }
    .list-accordion-wrapper .item-list-wrapper:last-child {
      border: none; }
    .list-accordion-wrapper .item-list-wrapper .blue {
      color: #0092ff; }
  .list-accordion-wrapper .param-list {
    font-size: 16px;
    font-family: "Futura", sans-serif;
    font-weight: 300;
    color: #5c5c5c; }
    .list-accordion-wrapper .param-list.note {
      font-size: 12px; }
  .list-accordion-wrapper .value-list {
    font-size: 16px;
    font-family: "Futura", sans-serif;
    font-weight: 600;
    color: #000; }
    .list-accordion-wrapper .value-list.blue {
      color: #0092ff; }

.anchor-wrapper-sticky {
  position: relative;
  height: 100%;
  z-index: 10;
  z-index: 2; }
  @media screen and (max-width: 48em) {
    .anchor-wrapper-sticky {
      height: 124px; } }

.anchor-tab-container {
  max-width: 250px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), color-stop(35%, #202020), to(#1e1e1e));
  background: -webkit-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
  background: -moz-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
  background: -o-linear-gradient(top, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
  background: linear-gradient(180deg, #1c1c1c 0%, #202020 35%, #1e1e1e 100%);
  -webkit-border-top-right-radius: 15px;
     -moz-border-radius-topright: 15px;
          border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
     -moz-border-radius-topleft: 15px;
          border-top-left-radius: 15px;
  -webkit-border-bottom-right-radius: 20px;
     -moz-border-radius-bottomright: 20px;
          border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
     -moz-border-radius-bottomleft: 20px;
          border-bottom-left-radius: 20px; }
  @media screen and (max-width: 48em) {
    .anchor-tab-container {
      max-width: unset;
      -webkit-border-radius: 0px;
         -moz-border-radius: 0px;
              border-radius: 0px; } }
  .anchor-tab-container.sticky {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 112px; }
    @media screen and (max-width: 48em) {
      .anchor-tab-container.sticky {
        top: 54px; } }
  .has-control-menu .anchor-tab-container {
    top: 160px; }
    @media screen and (max-width: 48em) {
      .has-control-menu .anchor-tab-container {
        top: 103px; } }

.anchor-tab {
  padding: 0px; }
  @media screen and (max-width: 48em) {
    .anchor-tab {
      padding-left: 0px;
      padding-right: 0px; } }

.content-wrapper {
  padding: 20px 20px 0px 20px; }
  @media screen and (max-width: 48em) {
    .content-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px; } }

.anchor-tab-title {
  padding-bottom: 18px; }
  @media screen and (max-width: 48em) {
    .anchor-tab-title {
      padding-bottom: 0px;
      padding-right: 20px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
  .anchor-tab-title .anchor-title {
    font-size: 16px;
    font-weight: 500;
    color: #9f9f9f;
    font-family: "Futura", sans-serif;
    text-align: left; }
    @media screen and (max-width: 48em) {
      .anchor-tab-title .anchor-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
           -moz-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        font-size: 12px;
        padding-bottom: 0; } }

.anchor-list {
  list-style-type: none;
  position: relative; }
  @media screen and (max-width: 48em) {
    .anchor-list {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      white-space: nowrap;
      margin: 0; } }

.anchor-tab-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative; }
  @media screen and (max-width: 48em) {
    .anchor-tab-body {
      overflow: scroll !important; } }
  .anchor-tab-body .ps__rail-x {
    pointer-events: none; }

.anchor-list-item {
  padding-bottom: 11px; }
  .anchor-list-item:last-child {
    padding-bottom: 10px; }
  @media screen and (max-width: 48em) {
    .anchor-list-item {
      padding-right: 20px;
      padding-bottom: 0; }
      .anchor-list-item:last-child {
        padding-right: 0;
        padding-bottom: 0; } }
  .anchor-list-item .anchor-list-item-ref {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff !important;
    font-family: "Futura", sans-serif;
    font-weight: 500;
    text-align: left;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    @media screen and (max-width: 61.875em) {
      .anchor-list-item .anchor-list-item-ref {
        line-height: unset; } }
  .anchor-list-item.active .anchor-list-item-ref, .anchor-list-item:hover .anchor-list-item-ref {
    color: #0092ff !important; }

.anchor-tab-footer {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #0092ff;
  padding: 16px;
  -webkit-border-bottom-right-radius: 15px;
     -moz-border-radius-bottomright: 15px;
          border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
     -moz-border-radius-bottomleft: 15px;
          border-bottom-left-radius: 15px; }
  @media screen and (max-width: 48em) {
    .anchor-tab-footer {
      padding: 8px;
      max-width: 230px;
      margin: 0 auto;
      -webkit-border-radius: 50px;
         -moz-border-radius: 50px;
              border-radius: 50px; } }
  .anchor-tab-footer .link-anchor-footer {
    font-size: 14px;
    color: #fff;
    font-family: "Futura", sans-serif;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .anchor-tab-footer .link-anchor-footer::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      background: #fff;
      width: 100%;
      height: 1px; }
    @media screen and (max-width: 48em) {
      .anchor-tab-footer .link-anchor-footer {
        font-size: 16px; }
        .anchor-tab-footer .link-anchor-footer:after {
          display: none; } }
  .anchor-tab-footer i {
    color: #fff;
    font-size: 24px; }
  @media screen and (max-width: 48em) {
    .anchor-tab-footer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .anchor-tab-footer i {
        padding-right: 28px; } }

@media screen and (max-width: 48em) {
  .anchor-bottom-wrapper {
    padding-bottom: 20px; } }

.document-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 66.875em) {
    .document-header {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (max-width: 48em) {
    .document-header .document-header-left {
      width: 100%; } }
  @media screen and (max-width: 61.875em) {
    .document-header .document-header-left {
      padding-bottom: 25px; } }
  @media screen and (max-width: 48em) {
    .document-header .document-title {
      width: 100%; } }
  .document-header .document-title .document-title-text {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-family: "Futura", sans-serif; }
    @media screen and (max-width: 48em) {
      .document-header .document-title .document-title-text {
        font-size: 25px;
        text-align: left; } }
  .document-header .button-text {
    color: #fff;
    font-weight: 500;
    font-family: "Futura", sans-serif;
    font-size: 12px; }
    @media screen and (max-width: 48em) {
      .document-header .button-text {
        padding-top: 20px;
        width: 100%;
        font-size: 18px; } }
    .document-header .button-text:nth-child(odd) {
      padding-right: 10px; }
      @media screen and (max-width: 48em) {
        .document-header .button-text:nth-child(odd) {
          padding-right: unset; } }
    .document-header .button-text:nth-child(even) {
      padding-left: 10px; }
      @media screen and (max-width: 48em) {
        .document-header .button-text:nth-child(even) {
          padding-left: unset; } }
    .document-header .button-text .button-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 25px;
      background: #dcdcdc;
      -webkit-border-radius: 18px;
         -moz-border-radius: 18px;
              border-radius: 18px;
      -webkit-transition: background 0.3s;
      -o-transition: background 0.3s;
      -moz-transition: background 0.3s;
      transition: background 0.3s; }
      @media screen and (max-width: 66.875em) {
        .document-header .button-text .button-wrapper {
          min-width: 170px; } }
      @media screen and (max-width: 48em) {
        .document-header .button-text .button-wrapper {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-border-radius: 50px;
             -moz-border-radius: 50px;
                  border-radius: 50px; } }
      .document-header .button-text .button-wrapper.active {
        background: #0092ff;
        -webkit-transition: background 0.3s;
        -o-transition: background 0.3s;
        -moz-transition: background 0.3s;
        transition: background 0.3s;
        cursor: pointer; }
      .document-header .button-text .button-wrapper i {
        padding-left: 10px;
        font-size: 30px; }
        @media screen and (max-width: 48em) {
          .document-header .button-text .button-wrapper i {
            padding-left: 20px;
            font-size: 40px; } }

.buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 48em) {
    .buttons-container {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.document-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative; }
  .document-container .loading-spinner-wrapper i::before {
    -webkit-animation: loading 2s infinite linear;
       -moz-animation: loading 2s infinite linear;
         -o-animation: loading 2s infinite linear;
            animation: loading 2s infinite linear;
    font-size: 60px; }

.document-item {
  width: 33.3333333333333%;
  padding-bottom: 10px; }
  .document-item.checked .document-item-wrapper, .document-item:hover .document-item-wrapper {
    border: 3px solid #0092ff;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    -moz-transition: border 0.3s;
    transition: border 0.3s; }
    .document-item.checked .document-item-wrapper .document-right .type-wrapper .type-text-document,
    .document-item.checked .document-item-wrapper .document-right .dimension-wrapper .dimension-text-document, .document-item:hover .document-item-wrapper .document-right .type-wrapper .type-text-document,
    .document-item:hover .document-item-wrapper .document-right .dimension-wrapper .dimension-text-document {
      font-weight: 500;
      color: #1091ff; }
  .document-item:nth-child(3n+1):not(.az-block-spinner) {
    padding-left: 10px; }
    @media screen and (max-width: 66.875em) {
      .document-item:nth-child(3n+1):not(.az-block-spinner) {
        padding-left: 0px; } }
  .document-item:nth-child(3n+2):not(.az-block-spinner) {
    padding-right: 10px; }
    @media screen and (max-width: 66.875em) {
      .document-item:nth-child(3n+2):not(.az-block-spinner) {
        padding-right: 0px; } }
  .document-item:nth-child(3n+3):not(.az-block-spinner) {
    padding-right: 5px;
    padding-left: 5px; }
    @media screen and (max-width: 66.875em) {
      .document-item:nth-child(3n+3):not(.az-block-spinner) {
        padding-right: 0px;
        padding-left: 0px; } }
  @media screen and (max-width: 66.875em) {
    .document-item {
      width: -webkit-calc(100% /2);
      width: -moz-calc(100% /2);
      width: calc(100% /2); }
      .document-item:nth-child(even):not(.az-block-spinner) {
        padding-right: 5px; } }
    @media screen and (max-width: 66.875em) and (max-width: 48em) {
      .document-item:nth-child(even):not(.az-block-spinner) {
        padding-right: 0px; } }
  @media screen and (max-width: 66.875em) {
      .document-item:nth-child(odd):not(.az-block-spinner) {
        padding-left: 5px; } }
    @media screen and (max-width: 66.875em) and (max-width: 48em) {
      .document-item:nth-child(odd):not(.az-block-spinner) {
        padding-left: 0px; } }
  @media screen and (max-width: 48em) {
    .document-item {
      width: 100%; } }

.document-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#202020), color-stop(35%, #272727), to(#141414));
  background: -webkit-linear-gradient(bottom, #202020 0%, #272727 35%, #141414 100%);
  background: -moz-linear-gradient(bottom, #202020 0%, #272727 35%, #141414 100%);
  background: -o-linear-gradient(bottom, #202020 0%, #272727 35%, #141414 100%);
  background: linear-gradient(0deg, #202020 0%, #272727 35%, #141414 100%);
  border: 3px solid transparent;
  padding: 8px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  -moz-transition: border 0.3s;
  transition: border 0.3s; }
  @media screen and (max-width: 48em) {
    .document-item-wrapper {
      padding: 12px; } }

.document-mid {
  padding-left: 10px;
  /*flex: 1 0 auto;*/
  width: 100%; }
  .document-mid:first-child {
    padding-left: 0; }
  .document-mid .title-wrapper {
    padding-bottom: 5px; }
    .document-mid .title-wrapper .title-text-document {
      color: #fff;
      font-size: 11px;
      font-weight: 100;
      font-family: "Futura", sans-serif; }
      @media screen and (max-width: 48em) {
        .document-mid .title-wrapper .title-text-document {
          font-size: 13px; } }
  .document-mid .subtitle-wrapper .subtitle-text-document {
    color: #fff;
    font-size: 11px;
    font-weight: 100;
    font-family: "Futura", sans-serif; }
    @media screen and (max-width: 48em) {
      .document-mid .subtitle-wrapper .subtitle-text-document {
        font-size: 13px; } }

.document-right {
  text-align: right; }
  .document-right .type-wrapper {
    padding-bottom: 5px; }
    .document-right .type-wrapper .type-text-document {
      color: #c1c1c1;
      font-size: 10px;
      font-family: "Futura", sans-serif;
      font-weight: 500; }
      @media screen and (max-width: 48em) {
        .document-right .type-wrapper .type-text-document {
          font-size: 12px; } }
  .document-right .dimension-wrapper .dimension-text-document {
    color: #c1c1c1;
    font-size: 10px;
    font-family: "Futura", sans-serif;
    font-weight: 500; }
    @media screen and (max-width: 48em) {
      .document-right .dimension-wrapper .dimension-text-document {
        font-size: 12px; } }

.who-container-hero {
  max-width: 865px;
  margin: 0 auto; }
  .who-container-hero simple-block-wrapper {
    padding-top: 75px; }
    .who-container-hero simple-block-wrapper .description-text {
      font-size: 16px; }
    .who-container-hero simple-block-wrapper .description-text.bold {
      font-weight: 600; }
    @media screen and (max-width: 48em) {
      .who-container-hero simple-block-wrapper .title-wrapper {
        padding-top: 25px; }
      .who-container-hero simple-block-wrapper .title-text {
        font-size: 22px; }
      .who-container-hero simple-block-wrapper .description-text {
        font-size: 16px; } }

@media screen and (max-width: 48em) {
  .who-container-hero .simple-block-wrapper .description-text {
    font-size: 14px;
    font-weight: 100;
    line-height: 22px; } }

@media screen and (max-width: 48em) {
  .who-container-hero .simple-block-wrapper .description-text.bold {
    font-weight: 500; } }

@media screen and (max-width: 48em) {
  .who-container-hero, .who-card-container {
    padding: 0 25px; } }

.who-card-container {
  max-width: 1132px;
  margin: 0 auto;
  padding-top: 25px; }
  .discretionary .who-card-container {
    padding: 0 15px; }
  @media screen and (max-width: 48em) {
    .who-card-container {
      padding-top: 40px; } }
  .who-card-container .who-card-wrapper {
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    padding: 0 35px 20px 0;
    margin-bottom: 45px; }
    .discretionary .who-card-container .who-card-wrapper {
      margin-bottom: 30px; }
      @media screen and (max-width: 61.875em) {
        .discretionary .who-card-container .who-card-wrapper {
          width: -webkit-calc(100% / 2);
          width: -moz-calc(100% / 2);
          width: calc(100% / 2); } }
      @media screen and (max-width: 48em) {
        .discretionary .who-card-container .who-card-wrapper {
          width: 100%;
          padding-right: 0; }
          .discretionary .who-card-container .who-card-wrapper:last-child {
            margin-bottom: 0px; } }
    @media screen and (max-width: 48em) {
      .who-card-container .who-card-wrapper {
        width: 100%;
        padding-right: 0; } }
  .who-card-container .who-card-item {
    position: relative;
    padding-left: 15px;
    min-height: 135px; }
    .discretionary .who-card-container .who-card-item {
      padding-left: 30px; }
    .discretionary .who-card-container .who-card-item {
      min-height: 108px; }
      .discretionary .who-card-container .who-card-item:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 108px;
        background: #0092ff; }
    @media screen and (max-width: 48em) {
      .who-card-container .who-card-item {
        min-height: auto; } }
  .who-card-container .who-card-title-wrapper {
    padding-bottom: 25px; }
    .who-card-container .who-card-title-wrapper .who-card-title-text {
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Futura", sans-serif;
      font-size: 16px; }
      @media screen and (max-width: 48em) {
        .who-card-container .who-card-title-wrapper .who-card-title-text {
          font-size: 16px; } }
  .who-card-container .who-card-description-text {
    font-size: 14px;
    font-family: "Futura", sans-serif;
    font-weight: 300;
    line-height: 1.15; }
    .discretionary .who-card-container .who-card-description-text {
      font-size: 20px;
      line-height: 32px; }
      @media screen and (max-width: 48em) {
        .discretionary .who-card-container .who-card-description-text {
          font-size: 14px; } }
    @media screen and (max-width: 48em) {
      .who-card-container .who-card-description-text {
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 15px; } }

.model-innovation {
  padding: 60px 15px 0 40px; }
  .model-innovation .title-text {
    color: #0092ff;
    width: 100%;
    padding: 70px 0 35px 0;
    font-family: "Futura", sans-serif;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -2px; }
    @media screen and (max-width: 48em) {
      .model-innovation .title-text {
        font-size: 22px;
        padding-top: 50px;
        padding-bottom: 25px; } }
  .model-innovation .description-wrapper p {
    line-height: 1.6;
    font-family: "Futura", sans-serif;
    font-weight: 300;
    font-size: 16px; }
    @media screen and (max-width: 48em) {
      .model-innovation .description-wrapper p {
        font-size: 14px; } }
  .model-innovation .footer-wrapper {
    padding-top: 25px; }
    .model-innovation .footer-wrapper .footer-text {
      line-height: 1.6;
      font-family: "Futura", sans-serif;
      font-weight: 600;
      font-size: 16px; }
      @media screen and (max-width: 48em) {
        .model-innovation .footer-wrapper .footer-text {
          font-size: 14px; } }

.about-us-column {
  padding-right: 30px; }
  .about-us-column .about-us-container {
    color: #fff;
    padding: 45px 30px;
    border: 2px solid #a4a7a8;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px; }
    @media screen and (max-width: 48em) {
      .about-us-column .about-us-container {
        padding: 0;
        border: none; } }
    .about-us-column .about-us-container .about-us-title {
      padding: 0 0 20px 0;
      color: #0092ff;
      font-weight: 700;
      font-size: 38px; }
      @media screen and (max-width: 48em) {
        .about-us-column .about-us-container .about-us-title {
          font-size: 22px; } }
    .about-us-column .about-us-container .about-us-description {
      line-height: 1.6;
      margin-bottom: 50px; }
    .about-us-column .about-us-container .about-us-item-wrapper {
      position: relative;
      padding: 15px 0 10px 15px; }
      .about-us-column .about-us-container .about-us-item-wrapper:first-child {
        padding-top: 0; }
      .about-us-column .about-us-container .about-us-item-wrapper:last-child {
        padding-bottom: 0; }
      .about-us-column .about-us-container .about-us-item-wrapper:before, .about-us-column .about-us-container .about-us-item-wrapper:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 1px;
        height: 50%;
        background: #fff;
        margin: 0 9px; }
      .about-us-column .about-us-container .about-us-item-wrapper:before {
        top: 0; }
      .about-us-column .about-us-container .about-us-item-wrapper:after {
        bottom: 0; }
      .about-us-column .about-us-container .about-us-item-wrapper:first-child:before, .about-us-column .about-us-container .about-us-item-wrapper:last-child:after {
        content: none; }
  .about-us-column .about-us-item {
    padding-left: 65px; }
    @media screen and (max-width: 48em) {
      .about-us-column .about-us-item {
        padding-left: 45px; } }
    .about-us-column .about-us-item:before, .about-us-column .about-us-item:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%; }
    .about-us-column .about-us-item:before {
      width: 20px;
      height: 20px;
      background: #000;
      left: 0;
      border: 2px solid #fff;
      z-index: 10; }
    .about-us-column .about-us-item:after {
      width: 10px;
      height: 10px;
      background: #1091ff;
      left: 5px;
      z-index: 11; }
    .about-us-column .about-us-item--image {
      margin-right: 25px; }
    .about-us-column .about-us-item--right {
      max-width: 200px; }
    .about-us-column .about-us-item--title {
      margin-bottom: 5px; }
    .about-us-column .about-us-item--description {
      font-size: 12px;
      line-height: 1.5; }

.about-us-column, .model-innovation {
  padding-top: 60px;
  padding-bottom: 70px; }
  @media screen and (max-width: 48em) {
    .about-us-column, .model-innovation {
      padding-top: 30px;
      padding-bottom: 50px;
      padding-left: 0;
      padding-right: 0; } }

.fund-cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 48em) {
    .fund-cards-wrapper {
      padding: 20px 15px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .content-wrapper-widget .fund-cards-wrapper {
    padding-top: 0; }
  .fund-cards-wrapper.checkbox .star-desktop-fund-card {
    display: none; }
  .content-wrapper-widget .fund-cards-wrapper.checkbox {
    margin-top: 0; }
  .fund-cards-wrapper .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0 !important; }
    .fund-cards-wrapper .owl-stage .owl-item .about-us-item {
      height: 100%;
      width: 100%; }
  .fund-cards-wrapper .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0; }
  .fund-cards-wrapper .owl-nav {
    visibility: hidden; }
  .fund-cards-wrapper .owl-dot {
    width: 15px;
    height: 15px;
    margin: 10px;
    padding: 0;
    border: 0;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
    .fund-cards-wrapper .owl-dot.active {
      background: #2969d4;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s; }

.fund-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 48em) {
    .fund-card-header {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (max-width: 48em) {
    .fund-card-header .fund-card-header-left-more {
      width: 100%;
      padding-top: 25px;
      padding-bottom: 30px; } }
  .fund-card-header .fund-card-header-left-text {
    color: #fff;
    font-family: "Futura", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }
  .fund-card-header .fund-card-header-right-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 48em) {
      .fund-card-header .fund-card-header-right-more {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .fund-card-header .fund-card-header-right-more .container-checkbox label {
      padding-left: 35px; }
  .fund-card-header .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 35px; }
    @media screen and (max-width: 48em) {
      .fund-card-header .box {
        padding-right: 0px;
        padding-bottom: 25px;
        width: 100%; } }
    .fund-card-header .box .nice-select {
      -webkit-border-radius: 50px;
         -moz-border-radius: 50px;
              border-radius: 50px;
      background: #1b1b1b;
      min-width: 170px;
      height: 25px;
      line-height: 24px;
      border-color: #434343; }
      .fund-card-header .box .nice-select:after {
        height: 8px;
        width: 8px;
        color: #fff; }
      .fund-card-header .box .nice-select .current {
        color: #0092ff;
        font-family: "Futura", sans-serif;
        font-size: 16px;
        font-weight: 600; }
    .fund-card-header .box label {
      padding-right: 20px;
      color: #fff;
      font-family: "Futura", sans-serif;
      text-transform: uppercase;
      margin: 0;
      font-size: 16px;
      font-weight: 300; }
      .fund-card-header .box label .bold {
        font-weight: 700; }
  .fund-card-header .form-group label {
    color: #fff;
    font-weight: 300;
    font-family: "Futura", sans-serif;
    font-size: 16px;
    font-family: "Futura", sans-serif;
    padding-right: 15px;
    margin: 0; }
  .fund-card-header .checkbox-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .fund-card-header .numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

.fund-card-wrapper {
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
  width: calc(100% / 4);
  padding-bottom: 20px; }
  .fund-card-wrapper:nth-child(4n+1) {
    padding-left: 0px;
    padding-right: 10px; }
    @media screen and (max-width: 48em) {
      .fund-card-wrapper:nth-child(4n+1) {
        padding-left: 0px;
        padding-right: 0px; } }
  .fund-card-wrapper:nth-child(4n+2) {
    padding-left: 10px;
    padding-right: 10px; }
    .fund-card-wrapper:nth-child(4n+2) .card-image {
      padding-bottom: 60%; }
    @media screen and (max-width: 48em) {
      .fund-card-wrapper:nth-child(4n+2) {
        padding-left: 0px;
        padding-right: 0px; } }
  .fund-card-wrapper:nth-child(4n+3) {
    padding-left: 10px;
    padding-right: 10px; }
    .fund-card-wrapper:nth-child(4n+3) .card-image {
      padding-bottom: 60%; }
    @media screen and (max-width: 48em) {
      .fund-card-wrapper:nth-child(4n+3) {
        padding-left: 0px;
        padding-right: 0px; } }
  .fund-card-wrapper:nth-child(4n+4) {
    padding-left: 10px;
    padding-right: 0px; }
    @media screen and (max-width: 48em) {
      .fund-card-wrapper:nth-child(4n+4) {
        padding-left: 0px;
        padding-right: 0px; } }
  @media screen and (max-width: 48em) {
    .fund-card-wrapper {
      width: 100%; } }

.fund-card {
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  -moz-transition: border 0.3s;
  transition: border 0.3s;
  border: 3px solid transparent;
  height: 100%;
  padding: 15px;
  background: -webkit-linear-gradient(304deg, #272727 0%, #222222 35%, #282626 100%);
  background: -moz-linear-gradient(304deg, #272727 0%, #222222 35%, #282626 100%);
  background: -o-linear-gradient(304deg, #272727 0%, #222222 35%, #282626 100%);
  background: linear-gradient(506deg, #272727 0%, #222222 35%, #282626 100%); }
  .fund-card.selected {
    border: 3px solid #0092ff;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    -moz-transition: border 0.3s;
    transition: border 0.3s; }
  .fund-card .form-group {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px; }
    .fund-card .form-group .checkmark {
      background: #5a5a5a;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .fund-card .form-group.active .checkmark {
      background: #fff; }
    .fund-card .form-group.selected:hover .checkmark {
      background-color: #0092ff; }
  @media screen and (max-width: 48em) {
    .fund-card {
      padding: 20px; } }
  .fund-card .container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .fund-card .top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .fund-card .top-bar .top-bar-left {
      max-width: 160px; }
      @media screen and (max-width: 48em) {
        .fund-card .top-bar .top-bar-left {
          max-width: unset; } }
    .fund-card .top-bar .top-bar-left-title {
      font-size: 14px;
      line-height: 22px;
      font-weight: 600;
      font-family: "Futura", sans-serif;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (min-width: 48em) {
        .fund-card .top-bar .top-bar-left-title {
          min-height: 66px; } }
      @media screen and (max-width: 48em) {
        .fund-card .top-bar .top-bar-left-title {
          font-size: 16px; } }
  .fund-card .top-bar-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .fund-card .top-bar-right .top-bar-right-params {
      font-size: 12px;
      font-family: "Futura", sans-serif;
      font-weight: 500;
      color: #9f9f9f;
      text-transform: uppercase;
      padding-right: 5px; }
  .fund-card .top-bar-under {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .fund-card .top-bar-under .top-bar-under-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-param, .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-value, .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-currency {
        font-family: "Futura", sans-serif; }
      .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-param, .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-value {
        line-height: 33px; }
      .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-value, .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-currency {
        font-size: 14px;
        font-weight: 600;
        color: #fff; }
      .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-param {
        font-size: 13px;
        font-weight: 500;
        color: #9f9f9f;
        padding-right: 5px; }
      .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-currency {
        width: 100%;
        text-align: right; }
  .fund-card .list-description-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px; }
    .fund-card .list-description-item-wrapper .list-item-param {
      font-size: 13px;
      font-family: "Futura", sans-serif;
      font-weight: 500;
      color: #9f9f9f;
      padding-right: 5px; }
    .fund-card .list-description-item-wrapper .list-item-value {
      font-size: 13px;
      font-family: "Futura", sans-serif;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase; }
      .fund-card .list-description-item-wrapper .list-item-value .number-to-currency {
        text-transform: none; }
  .fund-card .footer-fund-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px; }
    .fund-card .footer-fund-card .star-desktop-fund-card {
      position: relative;
      padding-right: 20px; }
      .fund-card .footer-fund-card .star-desktop-fund-card:after {
        content: "\e90e";
        position: absolute;
        font-size: 35px;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden; }
      .fund-card .footer-fund-card .star-desktop-fund-card.active:after {
        opacity: 1;
        visibility: visible; }
    .fund-card .footer-fund-card .fund-detail-button {
      width: 100%;
      font-size: 13px; }
      .fund-card .footer-fund-card .fund-detail-button a {
        text-transform: initial;
        font-size: 13px;
        font-weight: 500;
        max-height: 40px;
        font-family: "Futura", sans-serif; }
        .fund-card .footer-fund-card .fund-detail-button a:hover {
          background: #0092ff;
          color: #fff;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
    .fund-card .footer-fund-card i {
      font-size: 35px;
      color: #fff;
      cursor: pointer; }
  .fund-card .numbers {
    font-size: 14px;
    font-weight: 300; }
    .fund-card .numbers .flexed.align-center {
      position: relative; }
      .fund-card .numbers .flexed.align-center .number-circle-wrapper {
        color: white;
        position: absolute;
        top: 50%;
        z-index: 1;
        -webkit-transform: translate3d(50%, -50%, 0px);
           -moz-transform: translate3d(50%, -50%, 0px);
                transform: translate3d(50%, -50%, 0px);
        right: 50%;
        font-size: 12px;
        font-family: "Futura", sans-serif;
        font-weight: 600; }
    .fund-card .numbers .circle {
      display: block;
      position: relative;
      width: 26px;
      height: 26px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      overflow: hidden; }
      .fund-card .numbers .circle.green:before {
        background: #0aba1d; }
      .fund-card .numbers .circle.green:after {
        background: #0aba1d; }
      .fund-card .numbers .circle.green-yellow:before {
        background: #ffd200; }
      .fund-card .numbers .circle.green-yellow:after {
        background: #0aba1d; }
      .fund-card .numbers .circle.yellow:before {
        background: #ffd200; }
      .fund-card .numbers .circle.yellow:after {
        background: #ffd200; }
      .fund-card .numbers .circle.yellow-red:before {
        background: #ff0000; }
      .fund-card .numbers .circle.yellow-red:after {
        background: #ffd200; }
      .fund-card .numbers .circle.red:before {
        background: #ff0000; }
      .fund-card .numbers .circle.red:after {
        background: #ff0000; }
      .fund-card .numbers .circle:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 50%;
        right: 0; }
      .fund-card .numbers .circle:after {
        left: 0;
        content: '';
        position: absolute;
        height: 100%;
        width: 50%; }
    .fund-card .numbers .circle_inner {
      width: 21px;
      height: 21px;
      position: absolute;
      left: 50%;
      top: 50%;
      background: #262a2c;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
         -moz-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      z-index: 1; }

.fund-box-container {
  margin: 0 0 30px 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden; }
  .margin-top .fund-box-container:first-child {
    margin: 30px 0; }

.fund-top-bar {
  height: 50px;
  padding: 0 15px; }
  .fund-top-bar--title h4 {
    font-family: "Futura", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff; }
    @media screen and (max-width: 48em) {
      .fund-top-bar--title h4 {
        font-size: 16px; } }
    .fund-top-bar--title h4 span {
      font-family: "Futura", sans-serif;
      font-weight: 600;
      font-size: 18px; }
      @media screen and (max-width: 48em) {
        .fund-top-bar--title h4 span {
          font-size: 16px; } }
  .fund-top-bar--button {
    max-height: 35px;
    padding: 0 40px; }
    @media screen and (max-width: 48em) {
      .fund-top-bar--button {
        display: none; } }
    .fund-top-bar--button--label {
      text-transform: none;
      font-family: "Futura", sans-serif;
      font-weight: 500;
      font-size: 13px; }

.fund-box-30-70 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .fund-box-30-70 .fund-card-small {
    width: 25%; }
    @media screen and (max-width: 48em) {
      .fund-box-30-70 .fund-card-small {
        width: 100%; } }
    .fund-box-30-70 .fund-card-small .fund-card {
      -webkit-border-top-left-radius: 0;
         -moz-border-radius-topleft: 0;
              border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
         -moz-border-radius-topright: 0;
              border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
         -moz-border-radius-bottomright: 0;
              border-bottom-right-radius: 0;
      padding: 20px; }
      @media screen and (max-width: 48em) {
        .fund-box-30-70 .fund-card-small .fund-card {
          -webkit-border-bottom-left-radius: 0;
             -moz-border-radius-bottomleft: 0;
                  border-bottom-left-radius: 0;
          padding: 15px; } }
  .fund-box-30-70 .fund-quotes {
    width: 75%;
    padding: 50px 30px;
    background-color: #101112; }
    @media screen and (max-width: 48em) {
      .fund-box-30-70 .fund-quotes {
        width: 100%;
        padding: 15px; } }
    .fund-box-30-70 .fund-quotes--list {
      list-style-type: none;
      color: #fff;
      margin: 0; }
    .fund-box-30-70 .fund-quotes--item .fund-quote {
      font-family: "Futura", sans-serif;
      font-weight: 600;
      font-size: 16px; }
      .fund-box-30-70 .fund-quotes--item .fund-quote span {
        font-weight: 100;
        color: #9b9b9b; }
      .fund-box-30-70 .fund-quotes--item .fund-quote--author {
        text-align: right; }
        @media screen and (max-width: 48em) {
          .fund-box-30-70 .fund-quotes--item .fund-quote--author {
            padding-top: 10px; } }
    .fund-box-30-70 .fund-quotes--item .text-quote {
      color: #9f9f9f;
      font-family: "Futura", sans-serif;
      font-weight: 300;
      font-size: 16px; }
    .fund-box-30-70 .fund-quotes--item:first-child {
      padding-bottom: 50px; }
      @media screen and (max-width: 48em) {
        .fund-box-30-70 .fund-quotes--item:first-child {
          padding-bottom: 20px; } }

.fund-mobile-footer-bar {
  display: none; }
  @media screen and (max-width: 48em) {
    .fund-mobile-footer-bar {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 48em) {
    .fund-mobile-footer-bar .fund-top-bar--button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 48em) {
    .fund-mobile-footer-bar .fund-top-bar--button.az-btn {
      min-height: 30px; } }

.sedi-maps {
  background: #000;
  padding-top: 35px;
  padding-bottom: 35px; }
  .sedi-maps .map-container-svg {
    min-height: 664px; }
    @media screen and (max-width: 48em) {
      .sedi-maps .map-container-svg {
        min-height: 260px; } }
  .sedi-maps__top .title-text {
    color: #fff;
    padding-bottom: 30px; }
  .sedi-maps__top .link-container {
    text-align: center; }
    @media screen and (max-width: 48em) {
      .sedi-maps__top .link-container {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); } }
  @media screen and (max-width: 48em) {
    .sedi-maps #legenda {
      display: none; } }
  .sedi-maps .city_container {
    padding: 35px 0;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /*circle{
      pointer-events: none;
    }*/ }
    .sedi-maps .city_container #label {
      font-family: "Futura", sans-serif;
      font-weight: 300; }
    .sedi-maps .city_container:hover {
      opacity: 1; }
      .sedi-maps .city_container:hover #blue {
        opacity: 1;
        -webkit-animation: mymoveblue 2s infinite linear;
           -moz-animation: mymoveblue 2s infinite linear;
             -o-animation: mymoveblue 2s infinite linear;
                animation: mymoveblue 2s infinite linear; }
      .sedi-maps .city_container:hover #grey {
        opacity: 1;
        -webkit-animation: mymovegray 2s infinite linear;
           -moz-animation: mymovegray 2s infinite linear;
             -o-animation: mymovegray 2s infinite linear;
                animation: mymovegray 2s infinite linear;
        -webkit-animation-delay: 0.4s;
           -moz-animation-delay: 0.4s;
             -o-animation-delay: 0.4s;
                animation-delay: 0.4s; }
  .sedi-maps .sedi-maps__top {
    padding-bottom: 40px; }

.filter-tab-wrapper {
  background: #000; }
  .filter-tab-wrapper.wallet {
    background: #fff; }
    .filter-tab-wrapper.wallet .filter-top-wrapper {
      padding: 20px; }
    .filter-tab-wrapper.wallet .filter-open-text {
      color: #424648; }
    @media screen and (max-width: 48em) {
      .filter-tab-wrapper.wallet {
        display: none; } }

.filter-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0; }
  @media screen and (max-width: 48em) {
    .filter-top-wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.filter-open-text {
  padding-right: 10px;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-family: "Futura", sans-serif;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  @media screen and (max-width: 48em) {
    .filter-open-text {
      font-size: 18px; } }

.filter-open-button-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media screen and (max-width: 48em) {
    .filter-open-button-left {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .filter-open-button-left i {
    color: #fff;
    font-size: 25px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    @media screen and (max-width: 48em) {
      .filter-open-button-left i {
        font-size: 35px; } }
  .filter-open-button-left .arrow-filter {
    cursor: pointer;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, -webkit-transform 0.3s;
    -o-transition: color 0.3s, -o-transform 0.3s;
    -moz-transition: color 0.3s, transform 0.3s, -moz-transform 0.3s;
    transition: color 0.3s, transform 0.3s;
    transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }
  .filter-open-button-left.active i {
    color: #0092ff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  .filter-open-button-left.active .filter-open-text {
    color: #0092ff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  .filter-open-button-left.opened i {
    color: #0092ff;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, -webkit-transform 0.3s;
    -o-transition: color 0.3s, -o-transform 0.3s;
    -moz-transition: color 0.3s, transform 0.3s, -moz-transform 0.3s;
    transition: color 0.3s, transform 0.3s;
    transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }
  .filter-open-button-left.opened .filter-open-text {
    color: #fff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  .filter-open-button-left.opened .arrow-filter {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
         -o-transform: scale(-1);
            transform: scale(-1); }
  .filter-open-button-left.applied i {
    color: #0092ff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  .filter-open-button-left.applied .arrow-filter {
    color: #fff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  .filter-open-button-left.applied .filter-open-text {
    color: #0092ff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }

.filter-open-button-center {
  width: 100%;
  padding: 0 20px 0 35px; }
  @media screen and (max-width: 48em) {
    .filter-open-button-center {
      padding: 0 0 20px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.filter-open-button-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media screen and (max-width: 48em) {
    .filter-open-button-right {
      display: none; } }
  .filter-open-button-right i {
    padding-right: 10px;
    color: #979797;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    .filter-open-button-right i.md {
      font-size: 30px; }
  .filter-open-button-right .filter-open-text {
    color: #fff; }
  .filter-open-button-right .grid-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .filter-open-button-right .grid-selector.selected .icon-description-text {
      color: #0092ff;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
    .filter-open-button-right .grid-selector.selected i {
      color: #0092ff;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
  .filter-open-button-right .list-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .filter-open-button-right .list-selector.selected .icon-description-text {
      color: #0092ff;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
    .filter-open-button-right .list-selector.selected i {
      color: #0092ff;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
  .filter-open-button-right .icon-description-text {
    font-size: 12px;
    font-weight: 600;
    font-family: "Futura", sans-serif;
    color: #979797;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  .filter-open-button-right .switch-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px; }
    .filter-open-button-right .switch-wrapper .switch {
      margin: 0; }

.full-container-filters {
  background: #272727; }
  .full-container-filters .filters-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 48em) {
      .full-container-filters .filters-wrapper {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media screen and (max-width: 48em) {
      .full-container-filters .filters-wrapper .flex-mobile-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .full-container-filters .filters-wrapper .grid--srri-wrapper {
      display: grid;
      grid-template-columns: 100px 100px;
      grid-template-rows: 40px 40px 40px 40px;
      grid-auto-flow: column; }
      @media screen and (max-width: 48em) {
        .full-container-filters .filters-wrapper .grid--srri-wrapper {
          grid-template-columns: 33% 33% 33%;
          grid-template-rows: 50px 50px 50px; } }
      @media screen and (max-width: 48em) {
        .full-container-filters .filters-wrapper .grid--srri-wrapper .checkbox-wrapper {
          width: 100%; } }
    @media screen and (max-width: 48em) {
      .full-container-filters .filters-wrapper .equity-filter-wrapper {
        width: 100%; } }
    @media screen and (max-width: 48em) {
      .full-container-filters .filters-wrapper .currency-filter-wrapper, .full-container-filters .filters-wrapper .income-filter-wrapper {
        width: 100%; } }
    @media screen and (max-width: 48em) {
      .full-container-filters .filters-wrapper .currency-filter-wrapper .flex-mobile-wrapper, .full-container-filters .filters-wrapper .income-filter-wrapper .flex-mobile-wrapper {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media screen and (max-width: 48em) {
      .full-container-filters .filters-wrapper .currency-filter-wrapper .checkbox-wrapper, .full-container-filters .filters-wrapper .income-filter-wrapper .checkbox-wrapper {
        width: -webkit-calc( 100% / 3);
        width: -moz-calc( 100% / 3);
        width: calc( 100% / 3);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
           -moz-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
        .full-container-filters .filters-wrapper .currency-filter-wrapper .checkbox-wrapper:nth-child(3n+3), .full-container-filters .filters-wrapper .income-filter-wrapper .checkbox-wrapper:nth-child(3n+3) {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
        .full-container-filters .filters-wrapper .currency-filter-wrapper .checkbox-wrapper:nth-child(3n+2), .full-container-filters .filters-wrapper .income-filter-wrapper .checkbox-wrapper:nth-child(3n+2) {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .full-container-filters .filters-wrapper .esg-filter-wrapper .esg-checkbox .checkbox-wrapper {
      padding-bottom: 5px; }
  .full-container-filters .filter-title {
    padding: 25px 0; }
    .full-container-filters .filter-title .filter-title-text {
      color: #0092ff;
      text-transform: uppercase;
      font-family: "Futura", sans-serif;
      font-weight: 700;
      font-size: 12px; }
  .full-container-filters .filter-subtitle {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    font-family: "Futura", sans-serif;
    padding-bottom: 15px; }
    .full-container-filters .filter-subtitle.grey {
      color: #cccccc; }
  .full-container-filters .numbers {
    font-size: 14px;
    font-weight: 300;
    padding-left: 15px;
    cursor: pointer; }
    .full-container-filters .numbers .flexed.align-center {
      position: relative; }
      .full-container-filters .numbers .flexed.align-center .number-circle-wrapper {
        color: white;
        position: absolute;
        top: 50%;
        z-index: 1;
        -webkit-transform: translate3d(50%, -50%, 0px);
           -moz-transform: translate3d(50%, -50%, 0px);
                transform: translate3d(50%, -50%, 0px);
        right: 50%;
        font-size: 12px;
        font-family: "Futura", sans-serif;
        font-weight: 600; }
    .full-container-filters .numbers .circle {
      display: block;
      position: relative;
      width: 28px;
      height: 28px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      overflow: hidden; }
      .full-container-filters .numbers .circle.green:before {
        background: #0aba1d; }
      .full-container-filters .numbers .circle.green:after {
        background: #0aba1d; }
      .full-container-filters .numbers .circle.green-yellow:before {
        background: #ffd200; }
      .full-container-filters .numbers .circle.green-yellow:after {
        background: #0aba1d; }
      .full-container-filters .numbers .circle.yellow:before {
        background: #ffd200; }
      .full-container-filters .numbers .circle.yellow:after {
        background: #ffd200; }
      .full-container-filters .numbers .circle.yellow-red:before {
        background: #ff0000; }
      .full-container-filters .numbers .circle.yellow-red:after {
        background: #ffd200; }
      .full-container-filters .numbers .circle.red:before {
        background: #ff0000; }
      .full-container-filters .numbers .circle.red:after {
        background: #ff0000; }
      .full-container-filters .numbers .circle:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 50%;
        right: 0; }
      .full-container-filters .numbers .circle:after {
        left: 0;
        content: '';
        position: absolute;
        height: 100%;
        width: 50%; }
    .full-container-filters .numbers .circle_inner {
      width: 21px;
      height: 21px;
      position: absolute;
      left: 50%;
      top: 50%;
      background: #262a2c;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
         -moz-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      z-index: 1; }
  .full-container-filters .srri-filter-wrapper {
    /*  .checkbox-wrapper{
          @include breakpoint($mobile,false){
              &:nth-child(3n+3){
                  display: flex;
                  justify-content: flex-end;
              }
              &:nth-child(3n+2){
                  display: flex;
                  justify-content: center;
              }
          }
  }*/ }
    @media screen and (max-width: 48em) {
      .full-container-filters .srri-filter-wrapper {
        width: 100%; } }
  .full-container-filters .range-filter-wrapper .vue-slider-tooltip {
    background: #272727;
    border: none; }
  .full-container-filters .range-filter-wrapper .vue-slider-tooltip::before {
    display: none; }
  .full-container-filters .range-filter-wrapper .vue-slider-component {
    padding: 0;
    min-width: 250px; }
  .full-container-filters .range-filter-wrapper .vue-slider-tooltip {
    color: #fff;
    font-family: "Futura", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 0; }
  .full-container-filters .range-filter-wrapper .vue-slider-process {
    background: #0092ff; }
  @media screen and (max-width: 48em) {
    .full-container-filters .range-filter-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; } }
  .full-container-filters .range-filter-wrapper .round {
    background: #fff;
    background-image: unset; }
  .full-container-filters .range-filter-wrapper .slider-selection {
    background: #0092ff;
    background-image: unset; }
  .full-container-filters .range-filter-wrapper .slider-horizontal {
    min-width: 250px;
    height: 25px; }
    @media screen and (max-width: 48em) {
      .full-container-filters .range-filter-wrapper .slider-horizontal {
        width: 100%; } }
  .full-container-filters .range-filter-wrapper .slider-track {
    height: 4px; }
  .full-container-filters .range-filter-wrapper .tooltip-min, .full-container-filters .range-filter-wrapper .tooltip-max, .full-container-filters .range-filter-wrapper .tooltip-main {
    padding-right: 8px;
    opacity: 1 !important;
    z-index: 1 !important; }
    .full-container-filters .range-filter-wrapper .tooltip-min .tooltip-arrow, .full-container-filters .range-filter-wrapper .tooltip-max .tooltip-arrow, .full-container-filters .range-filter-wrapper .tooltip-main .tooltip-arrow {
      display: none; }
    .full-container-filters .range-filter-wrapper .tooltip-min .tooltip-inner, .full-container-filters .range-filter-wrapper .tooltip-max .tooltip-inner, .full-container-filters .range-filter-wrapper .tooltip-main .tooltip-inner {
      background-color: transparent;
      color: #fff;
      font-family: "Futura", sans-serif;
      font-size: 12px;
      font-weight: 600;
      padding: 0; }
  .full-container-filters .range-filter-wrapper .slider-handle {
    height: 10px;
    width: 10px;
    top: 4.5px; }
  @media screen and (max-width: 48em) {
    .full-container-filters .range-filter-wrapper .esg-rating-filter-wrapper {
      width: 100%; } }
  .full-container-filters .range-filter-wrapper .fund-size-filter-wrapper {
    padding-bottom: 60px; }
    @media screen and (max-width: 48em) {
      .full-container-filters .range-filter-wrapper .fund-size-filter-wrapper {
        width: 100%; } }
    .full-container-filters .range-filter-wrapper .fund-size-filter-wrapper.price .vue-slider-tooltip {
      position: relative; }
  .full-container-filters .filter-footer {
    padding-top: 10px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 48em) {
      .full-container-filters .filter-footer {
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 50px; } }
    .full-container-filters .filter-footer .filter-clear-wrapper {
      padding-right: 30px; }
      @media screen and (max-width: 48em) {
        .full-container-filters .filter-footer .filter-clear-wrapper {
          width: 100%;
          text-align: center;
          padding-right: 0; } }
    .full-container-filters .filter-footer .footer-link-text {
      position: relative;
      color: #0092ff;
      font-size: 12px;
      font-weight: 500;
      font-family: "Futura", sans-serif;
      cursor: pointer; }
      .full-container-filters .filter-footer .footer-link-text .footer-link-reset {
        display: inline; }
    .full-container-filters .filter-footer .filter-bottom-wrapper {
      cursor: pointer;
      min-width: 140px; }
      @media screen and (max-width: 48em) {
        .full-container-filters .filter-footer .filter-bottom-wrapper {
          padding-bottom: 25px;
          width: 100%; } }
      .full-container-filters .filter-footer .filter-bottom-wrapper .az-btn {
        font-size: 12px;
        font-weight: 500;
        font-family: "Futura", sans-serif;
        min-height: 40px; }
        @media screen and (max-width: 48em) {
          .full-container-filters .filter-footer .filter-bottom-wrapper .az-btn {
            font-size: 14px; } }

.fund-cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 48em) {
    .fund-cards-wrapper {
      padding: 20px 15px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .content-wrapper-widget .fund-cards-wrapper {
    padding-top: 0; }
  .fund-cards-wrapper.checkbox .star-desktop-fund-card {
    display: none; }
  .content-wrapper-widget .fund-cards-wrapper.checkbox {
    margin-top: 0; }
  .fund-cards-wrapper .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0 !important; }
    .fund-cards-wrapper .owl-stage .owl-item .about-us-item {
      height: 100%;
      width: 100%; }
  .fund-cards-wrapper .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0; }
  .fund-cards-wrapper .owl-nav {
    visibility: hidden; }
  .fund-cards-wrapper .owl-dot {
    width: 15px;
    height: 15px;
    margin: 10px;
    padding: 0;
    border: 0;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
    .fund-cards-wrapper .owl-dot.active {
      background: #2969d4;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s; }

.fund-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 48em) {
    .fund-card-header {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (max-width: 48em) {
    .fund-card-header .fund-card-header-left-more {
      width: 100%;
      padding-top: 25px;
      padding-bottom: 30px; } }
  .fund-card-header .fund-card-header-left-text {
    color: #fff;
    font-family: "Futura", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }
  .fund-card-header .fund-card-header-right-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 48em) {
      .fund-card-header .fund-card-header-right-more {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .fund-card-header .fund-card-header-right-more .container-checkbox label {
      padding-left: 35px; }
  .fund-card-header .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 35px; }
    @media screen and (max-width: 48em) {
      .fund-card-header .box {
        padding-right: 0px;
        padding-bottom: 25px;
        width: 100%; } }
    .fund-card-header .box .nice-select {
      -webkit-border-radius: 50px;
         -moz-border-radius: 50px;
              border-radius: 50px;
      background: #1b1b1b;
      min-width: 170px;
      height: 25px;
      line-height: 24px;
      border-color: #434343; }
      .fund-card-header .box .nice-select:after {
        height: 8px;
        width: 8px;
        color: #fff; }
      .fund-card-header .box .nice-select .current {
        color: #0092ff;
        font-family: "Futura", sans-serif;
        font-size: 16px;
        font-weight: 600; }
    .fund-card-header .box label {
      padding-right: 20px;
      color: #fff;
      font-family: "Futura", sans-serif;
      text-transform: uppercase;
      margin: 0;
      font-size: 16px;
      font-weight: 300; }
      .fund-card-header .box label .bold {
        font-weight: 700; }
  .fund-card-header .form-group label {
    color: #fff;
    font-weight: 300;
    font-family: "Futura", sans-serif;
    font-size: 16px;
    font-family: "Futura", sans-serif;
    padding-right: 15px;
    margin: 0; }
  .fund-card-header .checkbox-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .fund-card-header .numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

.fund-card-wrapper {
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
  width: calc(100% / 4);
  padding-bottom: 20px; }
  .fund-card-wrapper:nth-child(4n+1) {
    padding-left: 0px;
    padding-right: 10px; }
    @media screen and (max-width: 48em) {
      .fund-card-wrapper:nth-child(4n+1) {
        padding-left: 0px;
        padding-right: 0px; } }
  .fund-card-wrapper:nth-child(4n+2) {
    padding-left: 10px;
    padding-right: 10px; }
    .fund-card-wrapper:nth-child(4n+2) .card-image {
      padding-bottom: 60%; }
    @media screen and (max-width: 48em) {
      .fund-card-wrapper:nth-child(4n+2) {
        padding-left: 0px;
        padding-right: 0px; } }
  .fund-card-wrapper:nth-child(4n+3) {
    padding-left: 10px;
    padding-right: 10px; }
    .fund-card-wrapper:nth-child(4n+3) .card-image {
      padding-bottom: 60%; }
    @media screen and (max-width: 48em) {
      .fund-card-wrapper:nth-child(4n+3) {
        padding-left: 0px;
        padding-right: 0px; } }
  .fund-card-wrapper:nth-child(4n+4) {
    padding-left: 10px;
    padding-right: 0px; }
    @media screen and (max-width: 48em) {
      .fund-card-wrapper:nth-child(4n+4) {
        padding-left: 0px;
        padding-right: 0px; } }
  @media screen and (max-width: 48em) {
    .fund-card-wrapper {
      width: 100%; } }

.fund-card {
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  -moz-transition: border 0.3s;
  transition: border 0.3s;
  border: 3px solid transparent;
  height: 100%;
  padding: 15px;
  background: -webkit-linear-gradient(304deg, #272727 0%, #222222 35%, #282626 100%);
  background: -moz-linear-gradient(304deg, #272727 0%, #222222 35%, #282626 100%);
  background: -o-linear-gradient(304deg, #272727 0%, #222222 35%, #282626 100%);
  background: linear-gradient(506deg, #272727 0%, #222222 35%, #282626 100%); }
  .fund-card.selected {
    border: 3px solid #0092ff;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    -moz-transition: border 0.3s;
    transition: border 0.3s; }
  .fund-card .form-group {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px; }
    .fund-card .form-group .checkmark {
      background: #5a5a5a;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .fund-card .form-group.active .checkmark {
      background: #fff; }
    .fund-card .form-group.selected:hover .checkmark {
      background-color: #0092ff; }
  @media screen and (max-width: 48em) {
    .fund-card {
      padding: 20px; } }
  .fund-card .container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .fund-card .top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .fund-card .top-bar .top-bar-left {
      max-width: 160px; }
      @media screen and (max-width: 48em) {
        .fund-card .top-bar .top-bar-left {
          max-width: unset; } }
    .fund-card .top-bar .top-bar-left-title {
      font-size: 14px;
      line-height: 22px;
      font-weight: 600;
      font-family: "Futura", sans-serif;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (min-width: 48em) {
        .fund-card .top-bar .top-bar-left-title {
          min-height: 66px; } }
      @media screen and (max-width: 48em) {
        .fund-card .top-bar .top-bar-left-title {
          font-size: 16px; } }
  .fund-card .top-bar-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .fund-card .top-bar-right .top-bar-right-params {
      font-size: 12px;
      font-family: "Futura", sans-serif;
      font-weight: 500;
      color: #9f9f9f;
      text-transform: uppercase;
      padding-right: 5px; }
  .fund-card .top-bar-under {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .fund-card .top-bar-under .top-bar-under-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-param, .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-value, .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-currency {
        font-family: "Futura", sans-serif; }
      .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-param, .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-value {
        line-height: 33px; }
      .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-value, .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-currency {
        font-size: 14px;
        font-weight: 600;
        color: #fff; }
      .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-param {
        font-size: 13px;
        font-weight: 500;
        color: #9f9f9f;
        padding-right: 5px; }
      .fund-card .top-bar-under .top-bar-under-wrapper .top-bar-under-currency {
        width: 100%;
        text-align: right; }
  .fund-card .list-description-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px; }
    .fund-card .list-description-item-wrapper .list-item-param {
      font-size: 13px;
      font-family: "Futura", sans-serif;
      font-weight: 500;
      color: #9f9f9f;
      padding-right: 5px; }
    .fund-card .list-description-item-wrapper .list-item-value {
      font-size: 13px;
      font-family: "Futura", sans-serif;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase; }
      .fund-card .list-description-item-wrapper .list-item-value .number-to-currency {
        text-transform: none; }
  .fund-card .footer-fund-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px; }
    .fund-card .footer-fund-card .star-desktop-fund-card {
      position: relative;
      padding-right: 20px; }
      .fund-card .footer-fund-card .star-desktop-fund-card:after {
        content: "\e90e";
        position: absolute;
        font-size: 35px;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden; }
      .fund-card .footer-fund-card .star-desktop-fund-card.active:after {
        opacity: 1;
        visibility: visible; }
    .fund-card .footer-fund-card .fund-detail-button {
      width: 100%;
      font-size: 13px; }
      .fund-card .footer-fund-card .fund-detail-button a {
        text-transform: initial;
        font-size: 13px;
        font-weight: 500;
        max-height: 40px;
        font-family: "Futura", sans-serif; }
        .fund-card .footer-fund-card .fund-detail-button a:hover {
          background: #0092ff;
          color: #fff;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
    .fund-card .footer-fund-card i {
      font-size: 35px;
      color: #fff;
      cursor: pointer; }
  .fund-card .numbers {
    font-size: 14px;
    font-weight: 300; }
    .fund-card .numbers .flexed.align-center {
      position: relative; }
      .fund-card .numbers .flexed.align-center .number-circle-wrapper {
        color: white;
        position: absolute;
        top: 50%;
        z-index: 1;
        -webkit-transform: translate3d(50%, -50%, 0px);
           -moz-transform: translate3d(50%, -50%, 0px);
                transform: translate3d(50%, -50%, 0px);
        right: 50%;
        font-size: 12px;
        font-family: "Futura", sans-serif;
        font-weight: 600; }
    .fund-card .numbers .circle {
      display: block;
      position: relative;
      width: 26px;
      height: 26px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      overflow: hidden; }
      .fund-card .numbers .circle.green:before {
        background: #0aba1d; }
      .fund-card .numbers .circle.green:after {
        background: #0aba1d; }
      .fund-card .numbers .circle.green-yellow:before {
        background: #ffd200; }
      .fund-card .numbers .circle.green-yellow:after {
        background: #0aba1d; }
      .fund-card .numbers .circle.yellow:before {
        background: #ffd200; }
      .fund-card .numbers .circle.yellow:after {
        background: #ffd200; }
      .fund-card .numbers .circle.yellow-red:before {
        background: #ff0000; }
      .fund-card .numbers .circle.yellow-red:after {
        background: #ffd200; }
      .fund-card .numbers .circle.red:before {
        background: #ff0000; }
      .fund-card .numbers .circle.red:after {
        background: #ff0000; }
      .fund-card .numbers .circle:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 50%;
        right: 0; }
      .fund-card .numbers .circle:after {
        left: 0;
        content: '';
        position: absolute;
        height: 100%;
        width: 50%; }
    .fund-card .numbers .circle_inner {
      width: 21px;
      height: 21px;
      position: absolute;
      left: 50%;
      top: 50%;
      background: #262a2c;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
         -moz-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      z-index: 1; }

.switch-wrapper {
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */ }
  .switch-wrapper .switch {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 20px; }
  .switch-wrapper .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s; }
  .switch-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 2.5px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s; }
  .switch-wrapper input:checked + .slider {
    background-color: #2196F3; }
  .switch-wrapper input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
       -moz-box-shadow: 0 0 1px #2196F3;
            box-shadow: 0 0 1px #2196F3; }
  .switch-wrapper input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -moz-transform: translateX(15px);
      -o-transform: translateX(15px);
         transform: translateX(15px); }
  .switch-wrapper .slider.round {
    -webkit-border-radius: 34px;
       -moz-border-radius: 34px;
            border-radius: 34px; }
  .switch-wrapper .slider.round:before {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%; }

.table-azimut {
  padding-bottom: 30px;
  padding-top: 15px; }
  .content-wrapper-widget .table-azimut {
    padding-top: 0; }
  .table-azimut .fund-table-header {
    padding: 35px 0 20px; }
    .table-azimut .fund-table-header .fund-table-header__title {
      color: #000;
      display: block;
      font-family: "Futura", sans-serif;
      font-size: 24px;
      font-weight: 500; }
  .table-azimut .table-azimut--top {
    padding-bottom: 15px;
    padding-top: 40px; }
    .table-azimut .table-azimut--top .table-azimut--title {
      font-size: 18px;
      font-family: "Futura", sans-serif;
      font-weight: 600;
      line-height: 1; }
  .table-azimut .table-azimut--bottom {
    background: #272727;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px; }
    .table-azimut .table-azimut--bottom .table-azimut--bottom-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto;
      width: -webkit-calc(100% - 80px);
      width: -moz-calc(100% - 80px);
      width: calc(100% - 80px);
      border-bottom: 1px solid black;
      position: relative; }
      @media screen and (max-width: 48em) {
        .table-azimut .table-azimut--bottom .table-azimut--bottom-header {
          width: 100%; } }
      .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        position: relative; }
        @media screen and (max-width: 48em) {
          .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper {
            display: none; } }
        .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper.ps--active-x {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin: 0 65px; }
          .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper.ps--active-x ~ .container-arrow {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex; }
        .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper .table-header--list {
          list-style: none;
          display: block;
          position: relative;
          padding: 0 40px;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          -moz-box-flex: 0;
               flex: 0 0 auto; }
          .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper .table-header--list .table-header-title {
            font-family: "Futura", sans-serif;
            text-align: center;
            font-weight: 300;
            color: #000;
            font-size: 14px;
            height: 80px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper .table-header--list .table-header-title::after {
              content: "";
              width: 100%;
              height: 2px;
              position: absolute;
              bottom: 0;
              right: 0;
              -webkit-transform: scaleX(0);
                 -moz-transform: scaleX(0);
                  -ms-transform: scaleX(0);
                   -o-transform: scaleX(0);
                      transform: scaleX(0);
              -webkit-transition: -webkit-transform 0.3s;
              transition: -webkit-transform 0.3s;
              -o-transition: -o-transform 0.3s;
              -moz-transition: transform 0.3s, -moz-transform 0.3s;
              transition: transform 0.3s;
              transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
              left: 0;
              background: green; }
          .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper .table-header--list.active .table-header-title {
            color: green; }
            .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper .table-header--list.active .table-header-title::after {
              -webkit-transform: scaleX(1);
                 -moz-transform: scaleX(1);
                  -ms-transform: scaleX(1);
                   -o-transform: scaleX(1);
                      transform: scaleX(1);
              -webkit-transition: -webkit-transform 0.3s;
              transition: -webkit-transform 0.3s;
              -o-transition: -o-transform 0.3s;
              -moz-transition: transform 0.3s, -moz-transform 0.3s;
              transition: transform 0.3s;
              transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }
      .table-azimut .table-azimut--bottom .table-azimut--bottom-header .container-arrow {
        display: none;
        position: absolute;
        top: 0;
        width: 65px;
        height: 100%;
        background: #fff;
        z-index: 1;
        cursor: pointer;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .table-azimut .table-azimut--bottom .table-azimut--bottom-header .container-arrow i {
          -webkit-border-radius: 50%;
             -moz-border-radius: 50%;
                  border-radius: 50%;
          background: green;
          width: 30px;
          height: 30px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 13px; }
          .table-azimut .table-azimut--bottom .table-azimut--bottom-header .container-arrow i:before {
            color: #fff; }
        .table-azimut .table-azimut--bottom .table-azimut--bottom-header .container-arrow.scroll-left {
          left: 0; }
          .table-azimut .table-azimut--bottom .table-azimut--bottom-header .container-arrow.scroll-left:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 50px;
            width: 1px;
            background-color: #000; }
          .table-azimut .table-azimut--bottom .table-azimut--bottom-header .container-arrow.scroll-left .icom-arrow_right {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg); }
        .table-azimut .table-azimut--bottom .table-azimut--bottom-header .container-arrow.scroll-right {
          right: 0; }
          .table-azimut .table-azimut--bottom .table-azimut--bottom-header .container-arrow.scroll-right:after {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 50px;
            width: 1px;
            background-color: #000; }
      .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper-mobile {
        display: none;
        margin: 0;
        padding: 0 10px;
        width: 100%; }
        .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper-mobile .fondi-select-mobile {
          position: relative;
          border: none;
          width: 100%;
          height: 100%;
          padding: 0; }
          .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper-mobile .fondi-select-mobile .current {
            color: green;
            font-family: "Futura", sans-serif;
            font-size: 14px;
            font-weight: 600; }
            .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper-mobile .fondi-select-mobile .current:after {
              content: "\f107";
              font-family: 'fontawesome-alloy';
              padding: 0 10px;
              color: green;
              -webkit-transform: scale(1);
                 -moz-transform: scale(1);
                  -ms-transform: scale(1);
                   -o-transform: scale(1);
                      transform: scale(1);
              display: inline-block;
              -webkit-transition: -webkit-transform 0.3s;
              transition: -webkit-transform 0.3s;
              -o-transition: -o-transform 0.3s;
              -moz-transition: transform 0.3s, -moz-transform 0.3s;
              transition: transform 0.3s;
              transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
              position: absolute;
              right: 0; }
          .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper-mobile .fondi-select-mobile.open .current:after {
            -webkit-transform: scale(-1);
               -moz-transform: scale(-1);
                -ms-transform: scale(-1);
                 -o-transform: scale(-1);
                    transform: scale(-1); }
          .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper-mobile .fondi-select-mobile .list {
            width: 100%; }
        @media screen and (max-width: 48em) {
          .table-azimut .table-azimut--bottom .table-azimut--bottom-header .table-header-wrapper-mobile {
            display: block; } }
  .table-azimut .table-flex-container {
    display: block;
    width: 100%;
    padding: 0 30px; }
    @media screen and (max-width: 66.875em) {
      .table-azimut .table-flex-container {
        overflow-x: scroll; } }
    @media screen and (max-width: 48em) {
      .table-azimut .table-flex-container {
        padding: 0; } }
    .table-azimut .table-flex-container .row-custom {
      margin-left: 0px;
      margin-right: 0px; }
  .table-azimut .flex-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    background: transparent; }
    .table-azimut .flex-table.table-header .flex-row-custom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      font-size: 12px;
      font-family: "Futura", sans-serif;
      font-weight: 500;
      position: relative; }
      .table-azimut .flex-table.table-header .flex-row-custom:after {
        content: "";
        background: #727373;
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        display: block;
        left: 0; }
  .table-azimut .fund-row-item:after {
    content: "";
    background: #727373;
    position: absolute;
    width: 100%;
    display: block;
    height: 1px;
    bottom: 0;
    left: 0; }
  .table-azimut .fund-row-item:last-child:after {
    visibility: hidden; }
  .table-azimut .arrow-fund-slide-toggle {
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0); }
    .table-azimut .arrow-fund-slide-toggle.opened {
      color: #0092ff;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -moz-transition: transform 0.3s, -moz-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
    .table-azimut .arrow-fund-slide-toggle:hover {
      color: #0092ff; }
  .table-azimut .flex-row-custom {
    text-align: center;
    padding: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .table-azimut .flex-row-custom.star-row, .table-azimut .flex-row-custom.toggler-row {
      padding: 0;
      min-width: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .table-azimut .flex-row-custom.checkbox-row {
      min-width: 40px;
      width: 100%; }
    .table-azimut .flex-row-custom.image-row {
      min-width: 47px;
      width: 100%; }
    .table-azimut .flex-row-custom.srri-row {
      min-width: 40px;
      width: 100%; }
    .table-azimut .flex-row-custom.image-esg-row {
      min-width: 56px; }
      .table-azimut .flex-row-custom.image-esg-row .container-esg-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .table-azimut .flex-row-custom.image-esg-row .container-esg-img figure {
          max-width: 10px; }
        .table-azimut .flex-row-custom.image-esg-row .container-esg-img img {
          width: 100%;
          height: auto; }
    .table-azimut .flex-row-custom.fund-row {
      min-width: 150px;
      width: 100%; }
    .table-azimut .flex-row-custom.currency-row {
      min-width: 55px;
      width: 100%; }
    .table-azimut .flex-row-custom.incomeType-row {
      min-width: 55px;
      width: 100%; }
    .table-azimut .flex-row-custom.isin-row {
      min-width: 120px;
      width: 100%; }
    .table-azimut .flex-row-custom.ticker-row {
      min-width: 120px;
      width: 100%; }
    .table-azimut .flex-row-custom.wkn-row {
      min-width: 84px;
      width: 100%; }
    .table-azimut .flex-row-custom.dom-row {
      min-width: 51px;
      width: 100%; }
    .table-azimut .flex-row-custom.freq-row {
      min-width: 100px;
      width: 100%; }
    .table-azimut .flex-row-custom.size-row {
      min-width: 91px;
      width: 100%; }
    .table-azimut .flex-row-custom.button-row {
      min-width: 134px;
      width: 100%;
      padding-right: 0;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .table-azimut .flex-row-custom.button-row .az-btn {
        font-weight: 500; }
      @media screen and (max-width: 48em) {
        .table-azimut .flex-row-custom.button-row .numbers {
          width: 100%; } }
      .table-azimut .flex-row-custom.button-row .az-btn.dark:hover {
        background: #0092ff;
        color: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
    .table-azimut .flex-row-custom.star-wrapper, .table-azimut .flex-row-custom.toggler-wrapper, .table-azimut .flex-row-custom.checkbox-wrapper {
      padding: 0; }
    .table-azimut .flex-row-custom.chebox-wrapper {
      padding: 0; }
    .table-azimut .flex-row-custom.fund-name-row {
      max-width: 150px; }
      @media screen and (max-width: 48em) {
        .table-azimut .flex-row-custom.fund-name-row {
          max-width: unset; } }
    .table-azimut .flex-row-custom .description {
      display: none; }
    .table-azimut .flex-row-custom .numbers {
      font-size: 12px;
      font-family: "Futura", sans-serif;
      font-weight: 600;
      color: #fff; }
      @media screen and (max-width: 48em) {
        .table-azimut .flex-row-custom .numbers {
          text-align: right; } }
      .table-azimut .flex-row-custom .numbers .az-btn {
        font-size: 12px;
        max-height: 38px;
        text-transform: none;
        min-width: 100px; }
      .table-azimut .flex-row-custom .numbers.fundname {
        font-size: 15px; }
      .table-azimut .flex-row-custom .numbers.red {
        color: red; }
      .table-azimut .flex-row-custom .numbers.green {
        color: green; }
      .table-azimut .flex-row-custom .numbers .star-table {
        font-size: 35px;
        position: relative;
        cursor: pointer; }
        .table-azimut .flex-row-custom .numbers .star-table:after {
          content: "\e90e";
          position: absolute;
          font-size: 35px;
          top: 0;
          left: 0;
          opacity: 0;
          visibility: hidden; }
        .table-azimut .flex-row-custom .numbers .star-table.active:after {
          opacity: 1;
          visibility: visible; }
        @media screen and (max-width: 48em) {
          .table-azimut .flex-row-custom .numbers .star-table {
            font-size: 60px; } }
    .table-azimut .flex-row-custom .flex-row-link {
      cursor: pointer;
      color: #9f9f9f;
      font-family: "Futura", sans-serif;
      font-weight: 700;
      font-size: 11px;
      position: relative; }
      .table-azimut .flex-row-custom .flex-row-link:after {
        content: "";
        background: #9f9f9f;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
            -ms-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
        -webkit-transform-origin: center;
           -moz-transform-origin: center;
            -ms-transform-origin: center;
             -o-transform-origin: center;
                transform-origin: center;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -moz-transition: transform 0.3s, -moz-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }
      .table-azimut .flex-row-custom .flex-row-link:hover:after {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1); }
  .table-azimut .rowspan {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-flow: row wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .table-azimut .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-flow: column wrap;
    width: 75%;
    padding: 0; }
    .table-azimut .column .flex-row-custom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
           flex-flow: row wrap;
      width: 100%;
      padding: 0;
      border: 0;
      border-bottom: solid 1px #d9d9d9; }
      .table-azimut .column .flex-row-custom:hover {
        background: #F5F5F5;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        -moz-transition: 500ms;
        transition: 500ms; }
  .table-azimut .flex-cell {
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    text-align: center;
    padding: 8px;
    border-right: solid 1px #d9d9d9; }
  @media screen and (max-width: 48em) {
    .table-azimut .flex-table {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
           flex-flow: row wrap; }
      .table-azimut .flex-table.table-header {
        display: none; }
      .table-azimut .flex-table .flex-row-custom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0px 10px 40px 10px;
        border-bottom: 0; } }
    @media screen and (max-width: 48em) and (max-width: 48em) {
      .table-azimut .flex-table .flex-row-custom {
        padding: 0px 10px 15px 10px; } }
  @media screen and (max-width: 48em) {
        .table-azimut .flex-table .flex-row-custom:nth-last-child(2) {
          padding-bottom: 15px; }
        .table-azimut .flex-table .flex-row-custom .description {
          display: block;
          font-family: "Futura", sans-serif;
          font-weight: 300;
          font-size: 13px;
          color: #fff; }
        .table-azimut .flex-table .flex-row-custom .numbers {
          font-family: "Futura", sans-serif;
          font-weight: 600;
          font-size: 12px;
          color: #fff; }
    .table-azimut .flex-row-custom {
      width: 100%; }
      .table-azimut .flex-row-custom.link {
        display: none; }
    .table-azimut .column, .table-azimut .flex-cell {
      width: 100%; } }
  .table-azimut .fund-row-expanded {
    padding: 8px;
    /* border-top: 1px solid #727373; */
    line-height: 1; }
    .table-azimut .fund-row-expanded .fund-row-expanded-item--title, .table-azimut .fund-row-expanded .fund-row-expanded-item--content {
      font-size: 14px;
      font-family: "Futura", sans-serif;
      color: #fff;
      line-height: 1.2; }
    .table-azimut .fund-row-expanded .fund-row-expanded-item--title {
      font-size: 12px;
      font-weight: 300; }
    .table-azimut .fund-row-expanded .fund-row-expanded-item--content {
      font-size: 14px;
      font-weight: 600; }

.container-view-more {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 48em) {
    .container-view-more {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .container-view-more .view-more {
    background: transparent;
    border: none;
    color: green;
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 600; }
    .container-view-more .view-more:after {
      content: "\f107";
      font-family: 'fontawesome-alloy';
      padding: 0 10px;
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      display: inline-block;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: -o-transform .3s;
      -moz-transition: transform .3s, -moz-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s; }

.numbers {
  font-size: 14px;
  font-weight: 300; }
  .numbers .flexed.align-center {
    position: relative; }
    .numbers .flexed.align-center .number-circle-wrapper {
      color: white;
      position: absolute;
      top: 50%;
      z-index: 1;
      -webkit-transform: translate3d(50%, -50%, 0px);
         -moz-transform: translate3d(50%, -50%, 0px);
              transform: translate3d(50%, -50%, 0px);
      right: 50%;
      font-size: 12px;
      font-family: "Futura", sans-serif;
      font-weight: 600; }
  .numbers .circle {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden; }
    .numbers .circle.green:before {
      background: #0aba1d; }
    .numbers .circle.green:after {
      background: #0aba1d; }
    .numbers .circle.green-yellow:before {
      background: #ffd200; }
    .numbers .circle.green-yellow:after {
      background: #0aba1d; }
    .numbers .circle.yellow:before {
      background: #ffd200; }
    .numbers .circle.yellow:after {
      background: #ffd200; }
    .numbers .circle.yellow-red:before {
      background: #ff0000; }
    .numbers .circle.yellow-red:after {
      background: #ffd200; }
    .numbers .circle.red:before {
      background: #ff0000; }
    .numbers .circle.red:after {
      background: #ff0000; }
    .numbers .circle.red-purple:before {
      background: #b636db; }
    .numbers .circle.red-purple:after {
      background: #ff0000; }
    .numbers .circle.purple:before {
      background: #b636db; }
    .numbers .circle.purple:after {
      background: #b636db; }
    .numbers .circle:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 50%;
      right: 0; }
    .numbers .circle:after {
      left: 0;
      content: '';
      position: absolute;
      height: 100%;
      width: 50%; }
  .numbers .circle_inner {
    width: 21px;
    height: 21px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #262a2c;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
       -moz-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    z-index: 1; }

.container-checkbox {
  /*margin-top: 10px;
    display: flex;
    position: relative;
    margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0; }
  .container-checkbox label {
    padding-left: 0; }
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .container-checkbox .checkmark {
    cursor: pointer;
    position: relative;
    display: block;
    /* top: 50%;
        left: 10px;
        transform: translate3d(-50%, -50%, 0);*/
    height: 20px;
    width: 20px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #eee; }
    .container-checkbox .checkmark:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      border: 2px solid transparent;
      -webkit-transition: border 0.3s;
      -o-transition: border 0.3s;
      -moz-transition: border 0.3s;
      transition: border 0.3s; }
    .container-checkbox .checkmark:after {
      content: '';
      position: absolute;
      display: none;
      /*  left: 7px;
            top: 3px;*/
      top: 50%;
      left: 50%;
      width: 7px;
      height: 13px;
      border: solid #fff;
      border-width: 0 3px 3px 0;
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
         -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
              transform: translate3d(-50%, -50%, 0) rotate(45deg); }
    .container-checkbox .checkmark.checked {
      background-color: #0092ff; }
      .container-checkbox .checkmark.checked:after {
        display: block; }
  .container-checkbox .label-val {
    padding-left: 10px;
    cursor: pointer;
    min-width: 42px; }
    .container-checkbox .label-val.container-img-label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .container-checkbox .label-val.container-img-label figure {
        padding: 0 3px; }
  .container-checkbox:hover .checkmark:before {
    border: 1px solid #0092ff; }

.theme-checkbox input:checked ~ .checkmark {
  background-color: #0092ff; }
  .theme-checkbox input:checked ~ .checkmark::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }

.filter-tab-wrapper .checkbox-wrapper {
  /*display:flex;*/
  padding-bottom: 20px; }
  @media screen and (max-width: 48em) {
    .filter-tab-wrapper .checkbox-wrapper {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; } }
  .filter-tab-wrapper .checkbox-wrapper .form-group.container-checkbox {
    margin: 0; }
  .filter-tab-wrapper .checkbox-wrapper label {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Futura", sans-serif;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 48em) {
      .filter-tab-wrapper .checkbox-wrapper label {
        margin: 0; } }

.filter-tab-wrapper .checkmark {
  /*width:15px;
        height:15px;*/
  /*align-items:flex-end;*/ }
  .filter-tab-wrapper .checkmark:after {
    /*  left: 5px;
            top: 2px;
            width: 6px;
            height: 10px;*/ }

.portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ {
  position: relative; }
  @media screen and (max-width: 48em) {
    .portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ {
      display: none; } }
  .portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .portlet-body {
    max-width: 1086px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative; }
    .portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ .portlet-body nav {
      position: absolute;
      top: 0; }
  .portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ ul.breadcrumb {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
    width: 160px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    height: 30px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    font-size: 10px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ ul.breadcrumb:hover {
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      transition: background-color 0.3s; }
    .portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ ul.breadcrumb li {
      font-family: "Futura", sans-serif;
      font-weight: 500;
      font-size: 10px;
      color: #fff; }
      .portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ ul.breadcrumb li:before {
        content: ">";
        padding-left: 3px;
        padding-right: 3px;
        color: #fff; }
      .portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ ul.breadcrumb li:first-child:before {
        content: ""; }
      .portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ ul.breadcrumb li:last-child {
        font-weight: 600; }
      .portlet-boundary_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_ ul.breadcrumb li a {
        color: #fff; }

.azimut-headquarter {
  padding-bottom: 20px; }
  .azimut-headquarter-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
    background: #030304;
    background: -webkit-gradient(linear, left top, left bottom, from(#030304), color-stop(50%, #0b0d0e), to(#121619));
    background: -webkit-linear-gradient(top, #030304 0%, #0b0d0e 50%, #121619 100%);
    background: -moz-linear-gradient(top, #030304 0%, #0b0d0e 50%, #121619 100%);
    background: -o-linear-gradient(top, #030304 0%, #0b0d0e 50%, #121619 100%);
    background: linear-gradient(180deg, #030304 0%, #0b0d0e 50%, #121619 100%);
    color: #fff; }
    @media screen and (max-width: 48em) {
      .azimut-headquarter-content {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        border: solid 1px #181818; } }
  .azimut-headquarter--map {
    width: 75%;
    min-height: 250px; }
    @media screen and (max-width: 48em) {
      .azimut-headquarter--map {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .azimut-headquarter--map-image {
      background-position: center;
      -webkit-background-size: cover;
         -moz-background-size: cover;
           -o-background-size: cover;
              background-size: cover;
      height: 100%; }
  .azimut-headquarter--info {
    width: 25%;
    min-width: 256px; }
    @media screen and (max-width: 48em) {
      .azimut-headquarter--info {
        width: 100%; } }
  .azimut-headquarter .azimut-office {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .azimut-headquarter .azimut-office--city {
      font-family: "Futura", sans-serif;
      font-weight: 600;
      font-size: 18px;
      padding: 15px 60px 15px;
      border-bottom: solid 1px; }
    .azimut-headquarter .azimut-office--name {
      padding-top: 15px;
      padding-bottom: 80px;
      font-family: "Futura", sans-serif;
      font-weight: 100;
      font-size: 16px; }
  .azimut-headquarter .azimut-headquarter--name {
    padding-bottom: 30px; }
  .azimut-headquarter .key-value-info {
    padding-top: 10px;
    font-family: "Futura", sans-serif;
    font-weight: 300;
    font-size: 12px; }
    .azimut-headquarter .key-value-info:first-child {
      padding-top: 0; }
    .azimut-headquarter .key-value-info span {
      font-weight: 600; }
  .azimut-headquarter--directions {
    padding-top: 30px;
    margin-bottom: 25px; }
  .azimut-headquarter--directions.key-value-info {
    position: relative;
    margin-top: 30px;
    color: #0091fd;
    padding-bottom: 10px; }
    .azimut-headquarter--directions.key-value-info:hover:after {
      -webkit-transform: translateX(-50%) scale(1);
         -moz-transform: translateX(-50%) scale(1);
          -ms-transform: translateX(-50%) scale(1);
           -o-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
    .azimut-headquarter--directions.key-value-info:after {
      content: "";
      height: 1px;
      background: #0091fd;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 100%;
      -webkit-transform: translateX(-50%) scale(0);
         -moz-transform: translateX(-50%) scale(0);
          -ms-transform: translateX(-50%) scale(0);
           -o-transform: translateX(-50%) scale(0);
              transform: translateX(-50%) scale(0);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -moz-transition: transform 0.3s, -moz-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }

.azimut-site-area {
  background-color: #0b0b0b; }
  .azimut-site-area--list {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    list-style-type: none; }
    @media screen and (max-width: 48em) {
      .azimut-site-area--list {
        display: none; } }
    .azimut-site-area--list:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 1026px;
      height: 1px;
      background: #727272;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); }
  .azimut-site-area--item {
    width: 25%;
    text-align: center;
    position: relative; }
    .azimut-site-area--item a {
      color: #fff;
      text-transform: uppercase;
      font-family: "Futura", sans-serif;
      font-weight: 300;
      font-size: 12px;
      padding: 30px 0;
      display: block;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
      .azimut-site-area--item a:hover {
        color: #898989; }
    .azimut-site-area--item.active a {
      color: #fff;
      font-weight: 600; }
    .azimut-site-area--item.active:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 5px;
      width: 100%;
      background: #008ef7;
      z-index: 1; }

.azimut-site-area-mobile {
  display: none; }
  @media screen and (max-width: 48em) {
    .azimut-site-area-mobile {
      display: block;
      padding-bottom: 110px;
      position: relative;
      z-index: 1; } }
  .azimut-site-area-mobile .nice-select {
    margin-top: 25px;
    position: absolute;
    left: 50%;
    top: 0;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    border: solid 2px #fff;
    background: #2e2e2e;
    color: #008ef7; }
    .azimut-site-area-mobile .nice-select:after {
      height: 10px;
      width: 10px;
      margin-top: -4px;
      right: 20px; }
    .azimut-site-area-mobile .nice-select .list {
      -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
              border-radius: 30px;
      background-color: #9b9b9b;
      left: 0;
      border: solid 2px #2e2e2e; }
    .azimut-site-area-mobile .nice-select .current {
      font-family: "Futura", sans-serif;
      font-weight: 600;
      font-size: 16px; }

.sedi-nel-mondo {
  background-color: #0b0b0b;
  padding-top: 45px; }
  @media screen and (max-width: 48em) {
    .sedi-nel-mondo {
      padding-top: 0;
      padding-bottom: 40px; } }
  .sedi-nel-mondo .azimut-office__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .sedi-nel-mondo .azimut-office__list .azimut-office__item {
      width: 25%;
      padding: 10px; }
      @media screen and (max-width: 48em) {
        .sedi-nel-mondo .azimut-office__list .azimut-office__item {
          width: 100%;
          padding: 10px 0; } }
    .sedi-nel-mondo .azimut-office__list .owl-stage {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 0 !important; }
      .sedi-nel-mondo .azimut-office__list .owl-stage .owl-item .news-card-list--item {
        height: 100%;
        width: 100%; }
    .sedi-nel-mondo .azimut-office__list .owl-dots {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      width: 100%;
      bottom: -30px;
      left: 0; }
    .sedi-nel-mondo .azimut-office__list .owl-nav {
      display: none; }
    .sedi-nel-mondo .azimut-office__list .owl-dot {
      width: 15px;
      height: 15px;
      margin: 10px;
      padding: 0;
      border: 0;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background: #fff;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s; }
      .sedi-nel-mondo .azimut-office__list .owl-dot.active {
        background: #2969d4;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s; }
  .sedi-nel-mondo .azimut-office {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color: #272b2d;
    /* For browsers that do not support gradients */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#181919), to(#272b2d));
    background-image: -webkit-linear-gradient(#181919, #272b2d);
    background-image: -moz-linear-gradient(#181919, #272b2d);
    background-image: -o-linear-gradient(#181919, #272b2d);
    background-image: linear-gradient(#181919, #272b2d);
    /* Standard syntax (must be last) */
    color: #fff;
    padding: 0 20px;
    border: 1px solid transparent;
    -webkit-transform: all 0.3s;
       -moz-transform: all 0.3s;
        -ms-transform: all 0.3s;
         -o-transform: all 0.3s;
            transform: all 0.3s; }
    .sedi-nel-mondo .azimut-office.active {
      border: 1px solid #2969d4; }
    .sedi-nel-mondo .azimut-office--country {
      font-family: "Futura", sans-serif;
      font-weight: 300;
      font-size: 14px;
      padding: 20px 0px 0;
      width: 100%;
      text-transform: uppercase;
      color: #bababa;
      text-align: center; }
    .sedi-nel-mondo .azimut-office--city {
      font-family: "Futura", sans-serif;
      font-weight: 600;
      font-size: 18px;
      border-bottom: solid 1px;
      text-align: center;
      padding: 15px 0px;
      width: 100%; }
    .sedi-nel-mondo .azimut-office--name {
      padding-top: 20px;
      font-family: "Futura", sans-serif;
      font-weight: 100;
      font-size: 16px;
      padding-bottom: 30px;
      text-align: center;
      text-transform: uppercase; }
    .sedi-nel-mondo .azimut-office--address {
      line-height: 1.5; }
    .sedi-nel-mondo .azimut-office .azimut-office--country, .sedi-nel-mondo .azimut-office .azimut-office--city, .sedi-nel-mondo .azimut-office .azimut-office--name, .sedi-nel-mondo .azimut-office .key-value-info {
      width: 100%; }
    .sedi-nel-mondo .azimut-office .key-value-info {
      padding-top: 10px;
      font-family: "Futura", sans-serif;
      font-weight: 300;
      font-size: 12px;
      text-align: center;
      color: #d8d6d6; }
      .sedi-nel-mondo .azimut-office .key-value-info:first-child {
        padding-top: 0; }
      .sedi-nel-mondo .azimut-office .key-value-info:last-child {
        padding-bottom: 30px;
        width: auto; }
      .sedi-nel-mondo .azimut-office .key-value-info span {
        font-weight: 600;
        color: #fff; }
    .sedi-nel-mondo .azimut-office--directions.link-text {
      margin-top: 30px;
      margin-bottom: 15px;
      padding-bottom: 10px; }
      .sedi-nel-mondo .azimut-office--directions.link-text:after {
        bottom: 10px; }
    .sedi-nel-mondo .azimut-office--directions.key-value-info {
      position: relative;
      margin-top: 30px;
      color: #0091fd;
      padding-bottom: 10px; }
      .sedi-nel-mondo .azimut-office--directions.key-value-info:hover:after {
        -webkit-transform: translateX(-50%) scale(1);
           -moz-transform: translateX(-50%) scale(1);
            -ms-transform: translateX(-50%) scale(1);
             -o-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1); }
      .sedi-nel-mondo .azimut-office--directions.key-value-info:after {
        content: "";
        height: 1px;
        background: #0091fd;
        position: absolute;
        left: 50%;
        top: 25px;
        width: 100%;
        -webkit-transform: translateX(-50%) scale(0);
           -moz-transform: translateX(-50%) scale(0);
            -ms-transform: translateX(-50%) scale(0);
             -o-transform: translateX(-50%) scale(0);
                transform: translateX(-50%) scale(0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -moz-transition: transform 0.3s, -moz-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }

.block-image-container {
  background: #f2f2f2; }
  .block-image-container .block-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 70px; }
    @media screen and (max-width: 48em) {
      .block-image-container .block-wrapper {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 40px; } }
  .block-image-container .right-block-wrapper {
    width: 50%; }
    @media screen and (max-width: 48em) {
      .block-image-container .right-block-wrapper {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .block-image-container .image-block {
    width: 50%;
    padding-right: 70px; }
    @media screen and (max-width: 48em) {
      .block-image-container .image-block {
        padding-right: 0px;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        text-align: center; } }
    @media screen and (max-width: 48em) {
      .block-image-container .image-block img {
        height: 330px; } }
  .block-image-container .title-text {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Futura", sans-serif;
    color: #0092ff; }
    @media screen and (max-width: 48em) {
      .block-image-container .title-text {
        font-size: 21px;
        text-align: center; } }
  .block-image-container .description-wrapper {
    padding-bottom: 50px; }
    @media screen and (max-width: 48em) {
      .block-image-container .description-wrapper {
        padding-bottom: 40px; } }
    .block-image-container .description-wrapper p {
      font-size: 16px;
      line-height: 26px;
      color: #383838;
      font-weight: 300; }
      @media screen and (max-width: 48em) {
        .block-image-container .description-wrapper p {
          line-height: 24px; } }
  .block-image-container .footer-text {
    font-size: 16px;
    line-height: 26px;
    color: #383838;
    font-weight: 600; }
    @media screen and (max-width: 48em) {
      .block-image-container .footer-text {
        line-height: 24px; } }
  @media screen and (max-width: 48em) {
    .block-image-container .footer-wrapper {
      padding-bottom: 90px; } }
  .block-image-container .title-wrapper {
    padding-bottom: 40px; }
    @media screen and (max-width: 48em) {
      .block-image-container .title-wrapper {
        padding-bottom: 25px; } }

.simple-text-block .simple-block-wrapper {
  padding-top: 55px;
  padding-bottom: 25px; }
  @media screen and (max-width: 48em) {
    .simple-text-block .simple-block-wrapper {
      padding: 30px 0; } }

.simple-text-block .title-wrapper {
  padding-bottom: 35px;
  text-align: left; }
  @media screen and (max-width: 48em) {
    .simple-text-block .title-wrapper {
      padding-bottom: 25px;
      text-align: center; } }
  .simple-text-block .title-wrapper .title-text {
    font-weight: 600;
    font-family: "Futura", sans-serif;
    color: #0092ff;
    font-size: 40px; }
    @media screen and (max-width: 48em) {
      .simple-text-block .title-wrapper .title-text {
        font-size: 21px; } }

.simple-text-block .description-wrapper {
  padding-bottom: 35px; }

.simple-text-block .description-text {
  font-size: 18px;
  font-family: "Futura", sans-serif;
  font-weight: 300;
  line-height: 26px; }
  .simple-text-block .description-text.w {
    color: #fff; }
  @media screen and (max-width: 48em) {
    .simple-text-block .description-text {
      line-height: 24px;
      font-size: 16px; } }
  .simple-text-block .description-text.bold {
    font-weight: 500; }

.minibar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left bottom, left top, from(#202020), color-stop(35%, #272727), to(#141414));
  background: -webkit-linear-gradient(bottom, #202020 0%, #272727 35%, #141414 100%);
  background: -moz-linear-gradient(bottom, #202020 0%, #272727 35%, #141414 100%);
  background: -o-linear-gradient(bottom, #202020 0%, #272727 35%, #141414 100%);
  background: linear-gradient(0deg, #202020 0%, #272727 35%, #141414 100%);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  padding: 10px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 69.375em) {
    .minibar-container {
      padding: 5px 20px; } }
  @media screen and (max-width: 48em) {
    .minibar-container {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .minibar-container .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    @media screen and (max-width: 69.375em) {
      .minibar-container .content-wrapper {
        padding: 5px; } }
    .minibar-container .content-wrapper.img {
      padding: 0 0 0 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .minibar-container .content-wrapper.img .icon-fund {
        height: 30px;
        padding-right: 17px; }
        @media screen and (max-width: 69.375em) {
          .minibar-container .content-wrapper.img .icon-fund {
            height: 27px; } }
      .minibar-container .content-wrapper.img .esg-null {
        font-size: 15px;
        color: #fff;
        font-family: "Futura", sans-serif;
        font-weight: 600;
        line-height: 1;
        padding: 8px 8px 8px 0px; }
    .minibar-container .content-wrapper .param {
      font-size: 12px;
      color: #9f9f9f;
      font-weight: 600;
      padding-right: 5px;
      font-family: "Futura", sans-serif; }
      @media screen and (max-width: 48em) {
        .minibar-container .content-wrapper .param {
          font-size: 14px; } }
      .minibar-container .content-wrapper .param.white {
        font-size: 11px;
        color: #fff;
        font-weight: 500; }
        @media screen and (max-width: 48em) {
          .minibar-container .content-wrapper .param.white {
            font-size: 14px; } }
    .minibar-container .content-wrapper .value {
      font-size: 15px;
      color: #fff;
      font-family: "Futura", sans-serif;
      font-weight: 600; }
      @media screen and (max-width: 69.375em) {
        .minibar-container .content-wrapper .value {
          font-size: 14px; } }
      .minibar-container .content-wrapper .value.big {
        font-size: 21px; }
        @media screen and (max-width: 69.375em) {
          .minibar-container .content-wrapper .value.big {
            font-size: 14px; } }
        @media screen and (max-width: 48em) {
          .minibar-container .content-wrapper .value.big {
            font-size: 14px; } }
      .minibar-container .content-wrapper .value.variation {
        padding-left: 15px; }
        @media screen and (max-width: 69.375em) {
          .minibar-container .content-wrapper .value.variation {
            font-size: 14px; } }
  .minibar-container .top-bar-mid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 48em) {
      .minibar-container .top-bar-mid {
        width: 100%;
        padding-bottom: 12px; } }
  .minibar-container .minibar-right {
    /*padding-left: 30px;*/
    /*@include breakpoint($desktop-md,false){
            padding-left:unset;
        }*/ }
    @media screen and (max-width: 48em) {
      .minibar-container .minibar-right {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        border-bottom: 1px solid #707070;
        padding-bottom: 10px;
        padding-top: 5px;
        padding-left: unset; } }
    .minibar-container .minibar-right .numbers {
      padding-top: 10px; }
      @media screen and (max-width: 48em) {
        .minibar-container .minibar-right .numbers {
          padding-top: unset; } }
    @media screen and (max-width: 48em) {
      .minibar-container .minibar-right .content-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .minibar-container .minibar-right .content-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (max-width: 48em) {
        .minibar-container .minibar-right .content-wrapper {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
  .minibar-container .minibar-left {
    width: 40%; }
    @media screen and (max-width: 69.375em) {
      .minibar-container .minibar-left {
        padding-right: unset; } }
    @media screen and (max-width: 48em) {
      .minibar-container .minibar-left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        border-right: unset;
        border-bottom: 1px solid #707070;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-right: unset; } }
  .minibar-container .divider {
    width: 1px;
    background: gray;
    display: block; }
  .minibar-container .minibar-mid {
    width: 45%; }
    @media screen and (max-width: 69.375em) {
      .minibar-container .minibar-mid {
        padding: 0px; } }
    @media screen and (max-width: 48em) {
      .minibar-container .minibar-mid {
        padding-top: 10px;
        padding-left: unset;
        padding-right: unset;
        border-right: unset;
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }

.watchlist-bar-wrapper-sticky {
  height: 70px; }
  @media screen and (max-width: 48em) {
    .watchlist-bar-wrapper-sticky {
      height: auto; } }

.watchlist-bar-full {
  padding: 10px 0;
  background: #000000; }
  .watchlist-bar-full.sticky {
    position: fixed;
    width: 100%;
    z-index: 4;
    top: 75px; }
    @media screen and (max-width: 48em) {
      .watchlist-bar-full.sticky {
        position: relative;
        width: 100%;
        top: unset; } }
    .has-control-menu .watchlist-bar-full.sticky {
      -webkit-transform: translateY(56px);
         -moz-transform: translateY(56px);
          -ms-transform: translateY(56px);
           -o-transform: translateY(56px);
              transform: translateY(56px); }
      @media screen and (max-width: 48em) {
        .has-control-menu .watchlist-bar-full.sticky {
          -webkit-transform: unset;
             -moz-transform: unset;
              -ms-transform: unset;
               -o-transform: unset;
                  transform: unset; } }
  .watchlist-bar-full .watchlist-bar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 48em) {
      .watchlist-bar-full .watchlist-bar-container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media screen and (max-width: 48em) {
    .watchlist-bar-full .watchlist-bar-left {
      width: 100%;
      text-align: center;
      padding-top: 32px; } }
  @media screen and (max-width: 48em) {
    .watchlist-bar-full .watchlist-bar-right-wrapper {
      position: relative;
      width: 100%;
      height: 152px; } }
  .watchlist-bar-full .watchlist-bar-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 48em) {
      .watchlist-bar-full .watchlist-bar-right {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        padding-top: 25px; }
        .watchlist-bar-full .watchlist-bar-right.sticky {
          position: fixed;
          top: 55px;
          left: 0;
          width: 100%;
          background: black;
          z-index: 1; }
          .has-control-menu .watchlist-bar-full .watchlist-bar-right.sticky {
            -webkit-transform: translateY(49px);
               -moz-transform: translateY(49px);
                -ms-transform: translateY(49px);
                 -o-transform: translateY(49px);
                    transform: translateY(49px); }
          .watchlist-bar-full .watchlist-bar-right.sticky .button-text {
            padding-left: 20px;
            padding-right: 20px; } }
  .watchlist-bar-full .watchlist-bar-counter {
    color: #fff;
    font-size: 16px;
    font-family: "Futura", sans-serif;
    text-transform: uppercase;
    font-weight: 500; }
    @media screen and (max-width: 48em) {
      .watchlist-bar-full .watchlist-bar-counter {
        font-size: 20px; } }
    @media screen and (max-width: 25em) {
      .watchlist-bar-full .watchlist-bar-counter {
        font-size: 16px;
        white-space: nowrap; } }
  .watchlist-bar-full .watchlist-remove-wrapper {
    padding-right: 30px; }
    @media screen and (max-width: 48em) {
      .watchlist-bar-full .watchlist-remove-wrapper {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-bottom: 27px;
        padding-right: 0px; } }
  .watchlist-bar-full .watch-list-share-wrapper {
    padding-left: 30px; }
    @media screen and (max-width: 48em) {
      .watchlist-bar-full .watch-list-share-wrapper {
        width: 100%;
        padding-left: 0;
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-bottom: 30px; } }
    .watchlist-bar-full .watch-list-share-wrapper .button-wrapper:not(.active) {
      cursor: not-allowed; }
  .watchlist-bar-full .watch-list-remove-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 172px;
    cursor: pointer;
    position: relative; }
    .watchlist-bar-full .watch-list-remove-link .link-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .watchlist-bar-full .watch-list-remove-link .link-wrapper:hover .remove-text {
        font-weight: 700; }
    @media screen and (max-width: 48em) {
      .watchlist-bar-full .watch-list-remove-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .watchlist-bar-full .watch-list-remove-link i {
      color: #fff;
      font-size: 30px;
      padding-right: 20px; }
      @media screen and (max-width: 48em) {
        .watchlist-bar-full .watch-list-remove-link i {
          padding-right: 15px; } }
    .watchlist-bar-full .watch-list-remove-link .remove-text {
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      font-family: "Futura", sans-serif;
      text-decoration: underline; }
      @media screen and (max-width: 48em) {
        .watchlist-bar-full .watch-list-remove-link .remove-text {
          font-size: 16px; } }
  @media screen and (max-width: 48em) {
    .watchlist-bar-full .button-text {
      width: 100%; } }
  .watchlist-bar-full .button-wrapper {
    cursor: pointer;
    background: #404040;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 25px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 500;
    font-family: "Futura", sans-serif; }
    @media screen and (max-width: 48em) {
      .watchlist-bar-full .button-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 16px; } }
    .watchlist-bar-full .button-wrapper i {
      color: #6a6a6a;
      padding-right: 20px;
      font-size: 30px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 48em) {
        .watchlist-bar-full .button-wrapper i {
          padding-right: 15px; } }
    .watchlist-bar-full .button-wrapper.active {
      background: #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      color: #0092ff; }
      .watchlist-bar-full .button-wrapper.active i {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #0092ff; }
      .watchlist-bar-full .button-wrapper.active:hover {
        background: #0092ff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff; }
        .watchlist-bar-full .button-wrapper.active:hover i {
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          color: #fff; }
  .watchlist-bar-full .bold {
    font-weight: 700; }

.alert-watchlist-container {
  text-align: center;
  padding: 50px; }
  .alert-watchlist-container .alert-watchlist-text {
    font-size: 21px;
    font-weight: 700;
    color: #0092ff;
    font-family: "Futura", sans-serif; }

.lfr-pagination-buttons li strong.journal-article-page-number {
  background: #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: solid 4px #fff;
  padding: 4px 8px;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  margin-right: 30px; }
  @media screen and (max-width: 25em) {
    .lfr-pagination-buttons li strong.journal-article-page-number {
      margin-right: 10px; } }

.lfr-pagination-buttons li a {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: solid 2px #aaacad;
  color: #aaacad;
  padding: 4px 10px;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  font-size: 12px;
  background: transparent;
  margin-right: 30px; }
  @media screen and (max-width: 25em) {
    .lfr-pagination-buttons li a {
      margin-right: 10px; } }

.lfr-pagination-buttons li:first-child a, .lfr-pagination-buttons li:last-child a {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  border: solid 3px #0092ff;
  color: #fff;
  padding: 4px 20px;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .lfr-pagination-buttons li:first-child a:hover, .lfr-pagination-buttons li:last-child a:hover {
    background-color: #0092ff;
    color: #fff; }

.lfr-pagination-buttons li:last-child a {
  margin-right: 0; }

#pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  padding-bottom: 30px; }
  #pagination .numbers-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25px;
    height: 25px;
    margin: 0 11px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #000;
    border: 2px solid #b8b8b8;
    -webkit-transition: border 0.3s, background 0.3s;
    -o-transition: border 0.3s, background 0.3s;
    -moz-transition: border 0.3s, background 0.3s;
    transition: border 0.3s, background 0.3s; }
    #pagination .numbers-pagination.active {
      border: 2px solid transparent;
      background: #fff;
      color: #000;
      -webkit-transition: border 0.3s, background 0.3s;
      -o-transition: border 0.3s, background 0.3s;
      -moz-transition: border 0.3s, background 0.3s;
      transition: border 0.3s, background 0.3s; }
      #pagination .numbers-pagination.active .numbers-pagination-text {
        color: #000;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
        font-weight: 700; }
    #pagination .numbers-pagination:hover {
      background: #fff; }
  #pagination .numbers-pagination-text {
    color: #b8b8b8;
    font-family: "Futura", sans-serif;
    font-weight: 500;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  #pagination .arrows-circle-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    max-height: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #0092ff;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    #pagination .arrows-circle-wrapper:hover {
      background: #0092ff; }
    #pagination .arrows-circle-wrapper i {
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s;
      color: #fff; }
    #pagination .arrows-circle-wrapper.not-active i {
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s;
      color: #585757; }
    #pagination .arrows-circle-wrapper.not-active:hover {
      background: transparent; }
    #pagination .arrows-circle-wrapper .arrows-pagination {
      font-size: 23px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 0px;
      font-weight: bold; }
    #pagination .arrows-circle-wrapper.first {
      margin-right: 19px; }
      #pagination .arrows-circle-wrapper.first .arrows-pagination {
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
    #pagination .arrows-circle-wrapper.last {
      margin-left: 19px; }

.filter-params-full {
  background: #fff;
  padding: 20px 0 10px;
  background: rgba(39, 39, 39, 0.95);
  /* .esg-rating-wrapper {
    @include breakpoint($mobile, false) {
      order: 7;
      width: 100%;
    }
  }*/ }
  .filter-params-full .filter-params-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 48em) {
      .filter-params-full .filter-params-wrapper {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .filter-params-full .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 48em) {
      .filter-params-full .flex {
        padding-bottom: 25px; } }
  @media screen and (max-width: 48em) {
    .filter-params-full .choosen-filter-wrapper {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-bottom: 25px; } }
  .filter-params-full .choosen-filter-text {
    font-family: "Futura", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase; }
    @media screen and (max-width: 48em) {
      .filter-params-full .choosen-filter-text {
        font-size: 14px; } }
  .filter-params-full .param {
    font-family: "Futura", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #cccccc; }
    @media screen and (max-width: 48em) {
      .filter-params-full .param {
        font-size: 14px; } }
  .filter-params-full .value-wrapper {
    padding-left: 10px; }
    .filter-params-full .value-wrapper.circles {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .filter-params-full .value-wrapper.circles:nth-child(n+5) {
        padding-top: 10px; }
  .filter-params-full .value-risk {
    padding-right: 15px; }
    .filter-params-full .value-risk:last-child {
      padding-right: 0; }
  .filter-params-full .value-text {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-family: "Futura", sans-serif; }
    @media screen and (max-width: 48em) {
      .filter-params-full .value-text {
        font-size: 14px; } }
  .filter-params-full .edit-wrapper {
    position: relative;
    top: -5px; }
    @media screen and (max-width: 48em) {
      .filter-params-full .edit-wrapper {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-bottom: 25px; } }
  @media screen and (max-width: 48em) {
    .filter-params-full .risk-wrapper {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
         -moz-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 100%; } }
  .filter-params-full .risk-wrapper .risk-circle-wrapper {
    display: grid;
    grid-template-columns: 40px 40px 40px 40px;
    grid-template-rows: auto auto;
    top: -6px;
    position: relative; }
    @media screen and (max-width: 48em) {
      .filter-params-full .risk-wrapper .risk-circle-wrapper {
        grid-template-columns: 40px 40px 40px 40px 40px; } }
  @media screen and (max-width: 48em) {
    .filter-params-full .equity-wrapper {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
         -moz-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      width: 100%; } }
  @media screen and (max-width: 48em) {
    .filter-params-full .currency-wrapper {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
         -moz-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
      width: 100%; } }
  @media screen and (max-width: 48em) {
    .filter-params-full .fund-size-wrapper {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
         -moz-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6;
      width: 100%; } }
  @media screen and (max-width: 48em) {
    .filter-params-full .esg-wrapper {
      -webkit-box-ordinal-group: 8;
      -webkit-order: 7;
         -moz-box-ordinal-group: 8;
          -ms-flex-order: 7;
              order: 7;
      width: 100%; } }
  .filter-params-full .esg-wrapper .esg-value {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 125px;
    position: relative;
    top: -7px; }
    .filter-params-full .esg-wrapper .esg-value .container-img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 12px; }
      .filter-params-full .esg-wrapper .esg-value .container-img figure {
        max-width: 15px; }
        .filter-params-full .esg-wrapper .esg-value .container-img figure img {
          width: 100%;
          height: auto; }
  .filter-params-full .edit-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .filter-params-full .edit-container i {
      font-size: 20px;
      color: #0092ff; }
    .filter-params-full .edit-container .edit-text {
      color: #0092ff;
      text-decoration: underline;
      font-size: 14px;
      font-weight: 500;
      font-family: "Futura", sans-serif;
      padding-left: 5px; }
      .filter-params-full .edit-container .edit-text:hover {
        font-weight: 600; }
      @media screen and (max-width: 48em) {
        .filter-params-full .edit-container .edit-text {
          font-size: 16px; } }

.simple-text-block-detail .title-wrapper-detail {
  padding-bottom: 30px; }
  @media screen and (max-width: 48em) {
    .simple-text-block-detail .title-wrapper-detail {
      padding-top: 10px; } }

.simple-text-block-detail .title-text-detail {
  font-size: 28px;
  color: #0092ff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Futura", sans-serif; }
  @media screen and (max-width: 48em) {
    .simple-text-block-detail .title-text-detail {
      font-size: 26px;
      text-align: center; } }

.simple-text-block-detail .description-text-detail {
  font-size: 14px;
  color: #5c5c5c;
  line-height: 21px;
  font-weight: 300;
  font-family: "Futura", sans-serif; }
  @media screen and (max-width: 48em) {
    .simple-text-block-detail .description-text-detail {
      font-size: 16px;
      line-height: 26px; } }

.share-funds-container {
  background: #f2f2f2;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px; }
  @media screen and (max-width: 48em) {
    .share-funds-container {
      background: #fff;
      padding-left: 30px;
      padding-right: 30px; } }
  .share-funds-container .share-funds-title-wrapper {
    text-align: center;
    padding-bottom: 25px; }
  .share-funds-container .share-funds-subtitle-wrapper {
    text-align: center;
    padding-bottom: 46px; }
  .share-funds-container .share-funds-title {
    font-weight: 700;
    font-family: "Futura", sans-serif;
    font-size: 38px;
    color: #0092ff;
    text-transform: uppercase; }
  .share-funds-container .share-funds-subtitle {
    font-size: 18px;
    font-weight: 500;
    font-family: "Futura", sans-serif;
    color: #555555;
    text-transform: uppercase; }
    .share-funds-container .share-funds-subtitle .selected-funds {
      font-weight: 700; }
  .share-funds-container .documents-container .ps__rail-y {
    width: 8px;
    opacity: 0.9;
    display: block;
    height: 100%;
    background-color: #dddddd80 !important; }
    .share-funds-container .documents-container .ps__rail-y .ps__thumb-y {
      background-color: #0092ff;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); }
    .share-funds-container .documents-container .ps__rail-y:hover, .share-funds-container .documents-container .ps__rail-y:focus {
      opacity: 1;
      width: 8px; }
      .share-funds-container .documents-container .ps__rail-y:hover .ps__thumb-y, .share-funds-container .documents-container .ps__rail-y:focus .ps__thumb-y {
        width: 8px; }
  .share-funds-container .documents-container.document-modal-list {
    height: 180px;
    position: relative; }
    .share-funds-container .documents-container.document-modal-list .document-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .share-funds-container .documents-container.document-modal-list .document-item {
      padding-left: 0px;
      padding-right: 0px; }
  .share-funds-container .document-title-wrapper {
    text-align: center;
    padding-bottom: 25px;
    text-align: center; }
    .share-funds-container .document-title-wrapper .share-funds-document-title-wrapper-text {
      font-size: 16px;
      font-weight: 300;
      font-family: "Futura", sans-serif;
      color: #000; }
  .share-funds-container .document-item {
    width: -webkit-calc(100% / 2 - 12px);
    width: -moz-calc(100% / 2 - 12px);
    width: calc(100% / 2 - 12px);
    padding-bottom: 20px; }
    @media screen and (max-width: 48em) {
      .share-funds-container .document-item {
        width: 100%; } }
  .share-funds-container .share-funds-email-container {
    padding-bottom: 25px; }
    .share-funds-container .share-funds-email-container .share-funds-email-title-wrapper-text {
      font-size: 16px;
      font-weight: 300;
      font-family: "Futura", sans-serif;
      color: #000; }
  .share-funds-container .email-title-wrapper {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 15px; }
  .share-funds-container .input-wrapper {
    position: relative; }
    .share-funds-container .input-wrapper input {
      width: 100%;
      height: 50px;
      -webkit-border-radius: 50px;
         -moz-border-radius: 50px;
              border-radius: 50px;
      font-size: 16px;
      font-weight: 300;
      font-family: "Futura", sans-serif;
      color: #909090;
      padding-left: 30px;
      border: 1px solid #a0a0a0; }
      .share-funds-container .input-wrapper input.notValid {
        border-color: #b90e0e; }
      .share-funds-container .input-wrapper input:focus {
        outline: none; }
  .share-funds-container .add-container {
    position: absolute;
    top: 3px;
    right: 3px; }
    .share-funds-container .add-container .add-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-width: 102px;
      background: #0092ff;
      -webkit-border-radius: 50px;
         -moz-border-radius: 50px;
              border-radius: 50px; }
      .share-funds-container .add-container .add-wrapper:hover .add-email-text {
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        opacity: 0.6; }
      .share-funds-container .add-container .add-wrapper:hover i {
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        opacity: 0.6; }
    .share-funds-container .add-container .add-email-wrapper {
      padding-left: 20px; }
      .share-funds-container .add-container .add-email-wrapper .add-email-text {
        color: #fff;
        opacity: 1;
        font-size: 16px;
        padding-right: 15px;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        font-weight: 300;
        font-family: "Futura", sans-serif; }
    .share-funds-container .add-container .left-icon-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding-right: 5px; }
      .share-funds-container .add-container .left-icon-wrapper i {
        font-size: 44px;
        color: #fff;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        opacity: 1; }
  .share-funds-container .email-added-wrapper {
    min-height: 60px; }
  .share-funds-container .email-added-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 120px;
    position: relative; }
    .share-funds-container .email-added-container .item-added-wrapper {
      width: -webkit-calc(100% / 2 - 12px);
      width: -moz-calc(100% / 2 - 12px);
      width: calc(100% / 2 - 12px);
      padding-bottom: 25px; }
      @media screen and (max-width: 48em) {
        .share-funds-container .email-added-container .item-added-wrapper {
          width: 100%; } }
    .share-funds-container .email-added-container .item-added {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 20px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border: 1px solid #a0a0a0;
      -webkit-border-radius: 50px;
         -moz-border-radius: 50px;
              border-radius: 50px; }
    .share-funds-container .email-added-container .email-added-text {
      font-size: 15px;
      font-weight: 300;
      font-family: "Futura", sans-serif;
      color: #000;
      word-break: break-word; }
    .share-funds-container .email-added-container .delete-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .share-funds-container .email-added-container .delete-icon-wrapper {
      padding-right: 2px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .share-funds-container .email-added-container .delete-icon-wrapper i {
        font-size: 36px;
        color: #aaaaaa;
        opacity: 1;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .share-funds-container .email-added-container .delete-icon-wrapper i:hover {
          color: #000;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          opacity: 0.6; }
  .share-funds-container .share__container-btn .az-btn {
    text-transform: none;
    max-width: 200px;
    margin: 0 auto;
    /* &:hover {
                color: $genericBlue;
            }*/ }

.azimut-legal-notice {
  padding: 50px 30px; }
  .azimut-legal-notice--title {
    color: #fff;
    font-family: "Futura", sans-serif;
    font-weight: 600;
    font-size: 30px; }
  .azimut-legal-notice--text {
    padding-top: 20px;
    line-height: 1.6;
    color: #fff;
    font-family: "Futura", sans-serif;
    font-weight: 300;
    font-size: 16px; }
  .azimut-legal-notice--button {
    max-width: 150px;
    margin: 0 auto; }
  .azimut-legal-notice--checkbox {
    padding: 20px 0; }
    .azimut-legal-notice--checkbox .container-checkbox {
      margin-top: 20px;
      margin-bottom: 30px;
      color: #fff;
      font-family: "Futura", sans-serif;
      font-weight: 300;
      font-size: 15px; }
      .azimut-legal-notice--checkbox .container-checkbox:last-child {
        margin-bottom: 0; }
      .azimut-legal-notice--checkbox .container-checkbox label {
        padding-left: 35px; }

.tooltip-remove-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 1;
  cursor: auto; }
  .tooltip-remove-wrapper .box {
    width: 400px;
    height: 200px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color: #fff;
    color: #000;
    padding: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
       -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
    position: relative; }
    @media screen and (max-width: 48em) {
      .tooltip-remove-wrapper .box {
        -webkit-border-radius: 0px;
           -moz-border-radius: 0px;
                border-radius: 0px; } }
  .tooltip-remove-wrapper .box.arrow-top {
    margin-top: 28px; }
  .tooltip-remove-wrapper .box.arrow-top:after {
    content: " ";
    position: absolute;
    right: 50%;
    -webkit-transform: translate3d(50%, 0%, 0px);
       -moz-transform: translate3d(50%, 0%, 0px);
            transform: translate3d(50%, 0%, 0px);
    top: -30px;
    border-top: none;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 30px solid white; }
    @media screen and (max-width: 48em) {
      .tooltip-remove-wrapper .box.arrow-top:after {
        top: -28px; } }
  .tooltip-remove-wrapper .tooltip-remove-top {
    padding-bottom: 20px; }
  .tooltip-remove-wrapper .tooltip-remove-bottom-confirm-wrapper {
    padding-top: 20px; }
  .tooltip-remove-wrapper .tooltip-remove-confirm-text {
    color: #de0606;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    font-family: "Futura", sans-serif;
    text-decoration: underline; }
  .tooltip-remove-wrapper .tooltip-remove-text {
    font-size: 15px;
    color: #5e5e5e;
    font-family: "Futura", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 24px; }
    .tooltip-remove-wrapper .tooltip-remove-text .bold {
      font-weight: 700; }
  .tooltip-remove-wrapper .watchlist-delete-button {
    color: #fff;
    max-width: 170px;
    margin: 0 auto; }
    .tooltip-remove-wrapper .watchlist-delete-button a {
      cursor: pointer; }
    .tooltip-remove-wrapper .watchlist-delete-button a:hover {
      color: #0092ff; }

.modal-vue {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

.modal-vue .overlay {
  position: relative;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.modal-vue .modal-azfund {
  max-width: 774px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  max-height: 90vh;
  z-index: 9999; }
  @media screen and (max-width: 48em) {
    .modal-vue .modal-azfund {
      max-width: 1086px; } }

.modal-azfund .close {
  position: absolute;
  top: 10px;
  right: 10px; }

.validation-error {
  font-size: 16px;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  color: #d50f18;
  padding-left: 7px; }

[v-cloak] {
  display: none; }

.no-fund-container {
  text-align: center;
  padding: 50px; }
  .no-fund-container .no-fund-text {
    font-size: 21px;
    font-weight: 700;
    color: #0092ff;
    font-family: "Futura", sans-serif; }

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@-moz-keyframes loading {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg);
         transform: rotate(359deg); } }

@-o-keyframes loading {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
       -moz-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg); } }

.az-block-spinner.documents {
  background: #00000038; }

@media screen and (min-width: 48em) {
  .language-selector {
    margin-right: 8px; }
    .language-selector:after {
      content: "";
      width: 2px;
      height: 30px;
      background: white;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); } }

@media screen and (max-width: 48em) {
  .language-selector .portlet-language {
    display: none; } }

.language-selector .portlet-language .language-entry-short-text {
  color: #fff;
  padding: 0 12px;
  cursor: default; }

.language-selector .portlet-language a.language-entry-short-text {
  color: #b9b9b9;
  cursor: pointer; }

#language-selector-mobile {
  padding-top: 30px;
  padding-bottom: 20px; }
  #language-selector-mobile .language-entry-short-text {
    color: #0092ff; }
  #language-selector-mobile a.language-entry-short-text {
    color: #b9b9b9; }
  .content-mobile-navigation-wrapper #language-selector-mobile {
    display: block; }
    .content-mobile-navigation-wrapper #language-selector-mobile .language-entry-short-text:first-child {
      padding-left: 0px; }

.portlet-language .language-entry-short-text, #language-selector-mobile .language-entry-short-text {
  position: relative;
  font-size: 18px;
  font-family: "Futura", sans-serif;
  font-weight: 500; }
  .portlet-language .language-entry-short-text::after, #language-selector-mobile .language-entry-short-text::after {
    content: '';
    position: absolute;
    right: -4px;
    width: 5px;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #b9b9b9; }
  .portlet-language .language-entry-short-text:last-child::after, #language-selector-mobile .language-entry-short-text:last-child::after {
    display: none; }

.portlet-language span.language-entry-short-text, #language-selector-mobile span.language-entry-short-text {
  font-weight: bold; }

.portlet-barebone.portlet-privacy-interceptor {
  margin-left: -20px;
  margin-right: -20px; }

.waiting-content-wrapper {
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(0px, 100%, 0px);
     -moz-transform: translate3d(0px, 100%, 0px);
          transform: translate3d(0px, 100%, 0px);
  height: 100%;
  padding-top: 20vh;
  background-color: rgba(0, 0, 0, 0.5); }
  .waiting-content-wrapper.active {
    -webkit-transform: translate3d(0px, 0px, 0px);
       -moz-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s; }
  .waiting-content-wrapper .waiting-content-transition {
    background: #171717;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
    /*        display: flex;
        justify-content: center;
        align-items: center;*/ }
  .waiting-content-wrapper .waiting-content-body-wrapper {
    height: 100%; }
  .waiting-content-wrapper .waiting-title {
    padding-top: 60px;
    padding-bottom: 30px; }
    @media screen and (max-width: 48em) {
      .waiting-content-wrapper .waiting-title {
        padding-top: 30px;
        padding-bottom: 20px; } }
    .waiting-content-wrapper .waiting-title .waiting-title-text {
      font-size: 32px;
      color: #fff;
      font-family: "Futura", sans-serif;
      font-weight: 600;
      text-transform: uppercase; }
      @media screen and (max-width: 48em) {
        .waiting-content-wrapper .waiting-title .waiting-title-text {
          font-size: 25px; } }
  .waiting-content-wrapper .waiting-description-text {
    font-size: 18px;
    color: #fff;
    font-family: "Futura", sans-serif;
    font-weight: 300;
    line-height: 26px; }
    @media screen and (max-width: 48em) {
      .waiting-content-wrapper .waiting-description-text {
        font-size: 14px;
        line-height: 23px; } }
  .waiting-content-wrapper .waiting-content-checkbox {
    padding-top: 50px; }
    @media screen and (max-width: 48em) {
      .waiting-content-wrapper .waiting-content-checkbox {
        padding-top: 25px; } }
    .waiting-content-wrapper .waiting-content-checkbox label {
      color: #fff;
      font-size: 18px;
      font-family: "Futura", sans-serif;
      font-weight: 500;
      padding-left: 35px; }
      @media screen and (max-width: 48em) {
        .waiting-content-wrapper .waiting-content-checkbox label {
          font-size: 13px; } }
  .waiting-content-wrapper .waiting-content-button {
    padding-top: 60px;
    padding-bottom: 40px; }
    @media screen and (max-width: 48em) {
      .waiting-content-wrapper .waiting-content-button {
        padding-top: 35px;
        padding-bottom: 25px; } }
    .waiting-content-wrapper .waiting-content-button .az-btn {
      max-width: 195px;
      margin: 0 auto; }

/**** HEADER ****/
.titles-wrapper {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px; }
  .titles-wrapper .top-title {
    padding-bottom: 25px;
    font-family: "Futura", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #0092ff; }
  .titles-wrapper .mid-title {
    font-size: 42px;
    font-family: "Futura", sans-serif;
    font-weight: 700;
    color: #fff; }
    @media screen and (max-width: 48em) {
      .titles-wrapper .mid-title {
        font-size: 28px; } }
    @media screen and (max-width: 48em) {
      .titles-wrapper .mid-title_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .titles-wrapper .mid-title_figure {
      margin: 10px 0 0 15px; }
      @media screen and (max-width: 48em) {
        .titles-wrapper .mid-title_figure {
          margin: 15px 0 0 0; } }

.bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px; }
  @media screen and (max-width: 48em) {
    .bottom-wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      text-align: center;
      padding-bottom: 0px; } }
  .bottom-wrapper .value {
    font-size: 24px;
    font-weight: 500;
    font-family: "Futura", sans-serif;
    color: #fff;
    border-right: 2px solid #0092ff;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
    .waiting-content .bottom-wrapper .value {
      display: none; }
    @media screen and (max-width: 48em) {
      .bottom-wrapper .value {
        font-size: 18px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        padding-bottom: 30px;
        border-right: 0px; } }
    .bottom-wrapper .value:first-child {
      padding-right: 15px; }
      @media screen and (max-width: 48em) {
        .bottom-wrapper .value:first-child {
          padding-right: 0px; } }
      .bottom-wrapper .value:first-child:after {
        display: none; }
    .bottom-wrapper .value:last-child {
      border-right: 0px;
      padding-right: 0px; }
    .bottom-wrapper .value .parameters {
      font-weight: 300;
      color: #9f9f9f; }
    @media screen and (max-width: 48em) {
      .bottom-wrapper .value:after {
        content: "";
        position: absolute;
        background: #0092ff;
        width: 30px;
        height: 2.5px;
        top: -13px;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0px);
           -moz-transform: translate3d(-50%, -50%, 0px);
                transform: translate3d(-50%, -50%, 0px); } }

/**** CONTENT ****/
.container-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 48em) {
    .container-detail {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-top: 0; } }
  .container-detail .anchor {
    width: 250px; }
    @media screen and (max-width: 48em) {
      .container-detail .anchor {
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px; } }
    .container-detail .anchor .anchor-sticky.sticky {
      position: fixed;
      top: 90px;
      z-index: 2; }
      .has-control-menu .container-detail .anchor .anchor-sticky.sticky {
        top: 140px; }
      @media screen and (max-width: 48em) {
        .container-detail .anchor .anchor-sticky.sticky {
          top: 55px;
          width: 100%; }
          .has-control-menu .container-detail .anchor .anchor-sticky.sticky {
            top: 100px; } }
  .container-detail .content-detail {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-left: 30px;
    padding-right: 0px; }
    @media screen and (max-width: 48em) {
      .container-detail .content-detail {
        width: 100%;
        padding-top: 25px;
        padding-left: 0; } }
    @media screen and (max-width: 48em) {
      .container-detail .content-detail .main-container {
        margin-top: 0; } }
    .container-detail .content-detail .disclaimer-note {
      font-family: "Futura", sans-serif;
      font-size: 12px;
      font-weight: 300;
      color: #5c5c5c; }
      .container-detail .content-detail .disclaimer-note a {
        color: #5c5c5c; }
        .container-detail .content-detail .disclaimer-note a:hover, .container-detail .content-detail .disclaimer-note a:focus {
          color: #0092ff; }

.search-icon {
  width: 70px;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #363a45;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  position: relative; }
  @media screen and (max-width: 48em) {
    .search-icon {
      width: 50px; } }
  .search-icon .search-group-icon {
    position: relative;
    height: 25px; }
  .search-icon .search-line {
    width: 8px;
    height: 2px;
    background: #fff;
    display: inline-block;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 19px;
    left: -webkit-calc(50% + 9px - 6px);
    left: -moz-calc(50% + 9px - 6px);
    left: calc(50% + 9px - 6px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /*@include breakpoint($mobile, false) {
      width: 16px;
      height: 2px;
      top: 28px;
      left: 14px;
    }*/ }
  .search-icon .search-circle {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -webkit-calc(50% - 6px);
    left: -moz-calc(50% - 6px);
    left: calc(50% - 6px);
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent;
    /* @include breakpoint($mobile, false) {
      width: 20px;
      height: 20px;
      left: 0;
    }*/ }
  .search-icon .search-label {
    text-align: center;
    font-size: 10px; }
    @media screen and (max-width: 48em) {
      .search-icon .search-label {
        font-size: 8px; } }
  .search-icon.active {
    -webkit-border-top-left-radius: 0px;
       -moz-border-radius-topleft: 0px;
            border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
       -moz-border-radius-bottomleft: 0px;
            border-bottom-left-radius: 0px; }
    .search-icon.active .search-line {
      width: 15px;
      left: -webkit-calc(50% - 7px);
      left: -moz-calc(50% - 7px);
      left: calc(50% - 7px);
      top: 14px;
      background: #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      /* @include breakpoint($mobile, false) {
        width: 20px;
        left: 6px;
        top: 20px;
      }*/ }
    .search-icon.active .search-circle {
      width: 0;
      height: 0;
      border-width: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .search-icon.active .second-line {
      -webkit-transform: rotate(135deg);
         -moz-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
           -o-transform: rotate(135deg);
              transform: rotate(135deg); }
  .search-icon.search-icon__mobile.active {
    background-color: transparent;
    -webkit-border-top-right-radius: 0px;
       -moz-border-radius-topright: 0px;
            border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
       -moz-border-radius-bottomright: 0px;
            border-bottom-right-radius: 0px; }

.searchbar {
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  padding-left: 50px;
  margin-right: -6px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  max-width: 630px;
  -webkit-transform-origin: right;
     -moz-transform-origin: right;
      -ms-transform-origin: right;
       -o-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  height: 100%; }
  @media screen and (max-width: 48em) {
    .searchbar {
      padding-left: 0px;
      margin-right: 0px; } }
  .filter-open-button-center .searchbar {
    position: relative;
    right: 0;
    width: 100%;
    max-width: 100%; }
  .active .searchbar {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1); }
  .searchbar #search,
  .searchbar #filter-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    .searchbar #search .header-select,
    .searchbar #filter-search .header-select {
      background-color: #363a45;
      border: none;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      -webkit-border-top-left-radius: 10px;
         -moz-border-radius-topleft: 10px;
              border-top-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
         -moz-border-radius-bottomleft: 10px;
              border-bottom-left-radius: 10px;
      min-width: 130px;
      font-family: "Futura", sans-serif;
      font-weight: 500;
      color: #fff;
      height: 44px; }
      .searchbar #search .header-select:after,
      .searchbar #filter-search .header-select:after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg) scale(1);
           -moz-transform: rotate(45deg) scale(1);
            -ms-transform: rotate(45deg) scale(1);
             -o-transform: rotate(45deg) scale(1);
                transform: rotate(45deg) scale(1);
        width: 7px;
        height: 7px; }
      .searchbar #search .header-select.open,
      .searchbar #filter-search .header-select.open {
        -webkit-border-bottom-left-radius: 0px;
           -moz-border-radius-bottomleft: 0px;
                border-bottom-left-radius: 0px; }
        .searchbar #search .header-select.open:after,
        .searchbar #filter-search .header-select.open:after {
          -webkit-transform: rotate(45deg) scale(-1);
             -moz-transform: rotate(45deg) scale(-1);
              -ms-transform: rotate(45deg) scale(-1);
               -o-transform: rotate(45deg) scale(-1);
                  transform: rotate(45deg) scale(-1); }
      .searchbar #search .header-select .list,
      .searchbar #filter-search .header-select .list {
        margin: 0;
        width: 100%;
        background-color: #363a45;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        -webkit-border-bottom-left-radius: 10px;
           -moz-border-radius-bottomleft: 10px;
                border-bottom-left-radius: 10px;
        font-family: "Futura", sans-serif;
        font-weight: 500;
        color: #fff; }
        .searchbar #search .header-select .list .option:hover,
        .searchbar #filter-search .header-select .list .option:hover {
          background-color: #1e1e28; }
        .searchbar #search .header-select .list .option.selected.focus,
        .searchbar #filter-search .header-select .list .option.selected.focus {
          background-color: #1e1e28; }
    .searchbar #search .container-search-submit,
    .searchbar #filter-search .container-search-submit {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #333333;
      padding-right: 12px; }
      .filter-open-button-center .searchbar #search .container-search-submit, .filter-open-button-center
      .searchbar #filter-search .container-search-submit {
        -webkit-border-top-right-radius: 10px;
           -moz-border-radius-topright: 10px;
                border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
           -moz-border-radius-bottomright: 10px;
                border-bottom-right-radius: 10px;
        padding-right: 10px; }
    .searchbar #search .search-input,
    .searchbar #filter-search .search-input {
      background-color: transparent;
      height: 100%;
      padding: 0 25px;
      font-family: "Futura", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #c9c9c9;
      border: none;
      width: 100%; }
      @media screen and (max-width: 48em) {
        .filter-open-button-center .searchbar #search .search-input, .filter-open-button-center
        .searchbar #filter-search .search-input {
          padding: 0 10px; } }
    .searchbar #search .search-btn,
    .searchbar #filter-search .search-btn {
      font-size: 12px;
      height: 28px;
      min-height: 28px;
      cursor: pointer; }
      @media screen and (max-width: 48em) {
        .filter-open-button-center .searchbar #search .search-btn, .filter-open-button-center
        .searchbar #filter-search .search-btn {
          min-height: 30px;
          font-size: 8px; } }

.search-layer--mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: top;
     -moz-transform-origin: top;
      -ms-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top; }
  .search-layer--mobile.open {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1); }
  .search-layer--mobile .searchbar--mobile {
    height: 100%; }
    .search-layer--mobile .searchbar--mobile .search-form--mobile {
      height: 100%; }
      .search-layer--mobile .searchbar--mobile .search-form--mobile .search-container--mobile {
        height: 100%;
        padding-top: 120px;
        padding-left: 20px;
        padding-right: 20px; }
        .search-layer--mobile .searchbar--mobile .search-form--mobile .search-container--mobile .search-container--inputs {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .search-layer--mobile .searchbar--mobile .search-form--mobile .search-container--mobile .search-container--inputs .header-select--mobile {
            background-color: #363a45;
            border: none;
            -webkit-border-radius: 0;
               -moz-border-radius: 0;
                    border-radius: 0;
            -webkit-border-top-left-radius: 10px;
               -moz-border-radius-topleft: 10px;
                    border-top-left-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
               -moz-border-radius-bottomleft: 10px;
                    border-bottom-left-radius: 10px;
            min-width: 130px;
            font-family: "Futura", sans-serif;
            font-weight: 500;
            color: #fff;
            height: 44px;
            padding-left: 15px; }
            .search-layer--mobile .searchbar--mobile .search-form--mobile .search-container--mobile .search-container--inputs .header-select--mobile:after {
              border-bottom: 2px solid #fff;
              border-right: 2px solid #fff;
              -webkit-transform: rotate(45deg) scale(1);
                 -moz-transform: rotate(45deg) scale(1);
                  -ms-transform: rotate(45deg) scale(1);
                   -o-transform: rotate(45deg) scale(1);
                      transform: rotate(45deg) scale(1);
              width: 7px;
              height: 7px; }
            .search-layer--mobile .searchbar--mobile .search-form--mobile .search-container--mobile .search-container--inputs .header-select--mobile.open {
              -webkit-border-bottom-left-radius: 0px;
                 -moz-border-radius-bottomleft: 0px;
                      border-bottom-left-radius: 0px; }
              .search-layer--mobile .searchbar--mobile .search-form--mobile .search-container--mobile .search-container--inputs .header-select--mobile.open:after {
                -webkit-transform: rotate(45deg) scale(-1);
                   -moz-transform: rotate(45deg) scale(-1);
                    -ms-transform: rotate(45deg) scale(-1);
                     -o-transform: rotate(45deg) scale(-1);
                        transform: rotate(45deg) scale(-1); }
            .search-layer--mobile .searchbar--mobile .search-form--mobile .search-container--mobile .search-container--inputs .header-select--mobile .list {
              margin: 0;
              width: 100%;
              background-color: #363a45;
              -webkit-border-radius: 0;
                 -moz-border-radius: 0;
                      border-radius: 0;
              -webkit-border-bottom-left-radius: 10px;
                 -moz-border-radius-bottomleft: 10px;
                      border-bottom-left-radius: 10px;
              font-family: "Futura", sans-serif;
              font-weight: 500;
              color: #fff; }
              .search-layer--mobile .searchbar--mobile .search-form--mobile .search-container--mobile .search-container--inputs .header-select--mobile .list .option:hover {
                background-color: #1e1e28; }
              .search-layer--mobile .searchbar--mobile .search-form--mobile .search-container--mobile .search-container--inputs .header-select--mobile .list .option.selected.focus {
                background-color: #1e1e28; }
          .search-layer--mobile .searchbar--mobile .search-form--mobile .search-container--mobile .search-container--inputs .search-input--mobile {
            background-color: #333333;
            padding: 0 20px;
            font-family: "Futura", sans-serif;
            font-weight: 400;
            font-size: 12px;
            color: #c9c9c9;
            border: none;
            width: 100%;
            height: 44px;
            -webkit-border-top-right-radius: 10px;
               -moz-border-radius-topright: 10px;
                    border-top-right-radius: 10px;
            -webkit-border-bottom-right-radius: 10px;
               -moz-border-radius-bottomright: 10px;
                    border-bottom-right-radius: 10px; }
    .search-layer--mobile .searchbar--mobile .search-btn--mobile {
      margin: 35px auto 0;
      font-size: 17px;
      text-transform: capitalize;
      font-weight: 500;
      cursor: pointer; }

.notice-wrapper .notice-top, .notice-wrapper .policies-top, .policies-wrapper .notice-top, .policies-wrapper .policies-top {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #000; }
  .notice-wrapper .notice-top__text, .notice-wrapper .policies-top__text, .policies-wrapper .notice-top__text, .policies-wrapper .policies-top__text {
    padding-bottom: 15px; }
    .notice-wrapper .notice-top__text-description, .notice-wrapper .policies-top__text-description, .policies-wrapper .notice-top__text-description, .policies-wrapper .policies-top__text-description {
      font-family: "Futura", sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      color: #fff;
      text-transform: uppercase; }
  .notice-wrapper .notice-top__filter, .notice-wrapper .policies-top__filter, .policies-wrapper .notice-top__filter, .policies-wrapper .policies-top__filter {
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 48em) {
      .notice-wrapper .notice-top__filter, .notice-wrapper .policies-top__filter, .policies-wrapper .notice-top__filter, .policies-wrapper .policies-top__filter {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .notice-wrapper .notice-top__filter-left, .notice-wrapper .policies-top__filter-left, .policies-wrapper .notice-top__filter-left, .policies-wrapper .policies-top__filter-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 48em) {
        .notice-wrapper .notice-top__filter-left, .notice-wrapper .policies-top__filter-left, .policies-wrapper .notice-top__filter-left, .policies-wrapper .policies-top__filter-left {
          padding-bottom: 25px;
          width: 100%; } }
      .notice-wrapper .notice-top__filter-left .label-filter, .notice-wrapper .policies-top__filter-left .label-filter, .policies-wrapper .notice-top__filter-left .label-filter, .policies-wrapper .policies-top__filter-left .label-filter {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        font-family: "Futura", sans-serif;
        text-transform: uppercase;
        padding-right: 25px; }
        .notice-wrapper .notice-top__filter-left .label-filter b, .notice-wrapper .policies-top__filter-left .label-filter b, .policies-wrapper .notice-top__filter-left .label-filter b, .policies-wrapper .policies-top__filter-left .label-filter b {
          font-weight: 700; }
      .notice-wrapper .notice-top__filter-left .year-select, .notice-wrapper .policies-top__filter-left .year-select, .policies-wrapper .notice-top__filter-left .year-select, .policies-wrapper .policies-top__filter-left .year-select {
        min-width: 170px;
        width: 100%;
        height: 26px;
        -webkit-border-radius: 13px;
           -moz-border-radius: 13px;
                border-radius: 13px;
        border: 1px solid #434343;
        background-color: #1b1b1b;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 1; }
        .notice-wrapper .notice-top__filter-left .year-select.disabled .current, .notice-wrapper .policies-top__filter-left .year-select.disabled .current, .policies-wrapper .notice-top__filter-left .year-select.disabled .current, .policies-wrapper .policies-top__filter-left .year-select.disabled .current {
          color: #434343; }
        .notice-wrapper .notice-top__filter-left .year-select.disabled:after, .notice-wrapper .policies-top__filter-left .year-select.disabled:after, .policies-wrapper .notice-top__filter-left .year-select.disabled:after, .policies-wrapper .policies-top__filter-left .year-select.disabled:after {
          border-bottom: 2px solid #434343;
          border-right: 2px solid #434343; }
        .notice-wrapper .notice-top__filter-left .year-select .current, .notice-wrapper .policies-top__filter-left .year-select .current, .policies-wrapper .notice-top__filter-left .year-select .current, .policies-wrapper .policies-top__filter-left .year-select .current {
          font-size: 15px;
          font-family: "Futura", sans-serif;
          font-weight: 600;
          color: #fff;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
        .notice-wrapper .notice-top__filter-left .year-select:after, .notice-wrapper .policies-top__filter-left .year-select:after, .policies-wrapper .notice-top__filter-left .year-select:after, .policies-wrapper .policies-top__filter-left .year-select:after {
          border-bottom: 2px solid #fff;
          border-right: 2px solid #fff;
          -webkit-transform: rotate(45deg) scale(1);
             -moz-transform: rotate(45deg) scale(1);
              -ms-transform: rotate(45deg) scale(1);
               -o-transform: rotate(45deg) scale(1);
                  transform: rotate(45deg) scale(1);
          height: 7px;
          width: 7px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
        .notice-wrapper .notice-top__filter-left .year-select.open, .notice-wrapper .policies-top__filter-left .year-select.open, .policies-wrapper .notice-top__filter-left .year-select.open, .policies-wrapper .policies-top__filter-left .year-select.open {
          -webkit-border-bottom-left-radius: 0px;
             -moz-border-radius-bottomleft: 0px;
                  border-bottom-left-radius: 0px;
          -webkit-border-bottom-right-radius: 0px;
             -moz-border-radius-bottomright: 0px;
                  border-bottom-right-radius: 0px; }
        .notice-wrapper .notice-top__filter-left .year-select.open:after, .notice-wrapper .policies-top__filter-left .year-select.open:after, .policies-wrapper .notice-top__filter-left .year-select.open:after, .policies-wrapper .policies-top__filter-left .year-select.open:after {
          -webkit-transform: rotate(45deg) scale(-1);
             -moz-transform: rotate(45deg) scale(-1);
              -ms-transform: rotate(45deg) scale(-1);
               -o-transform: rotate(45deg) scale(-1);
                  transform: rotate(45deg) scale(-1); }
        .notice-wrapper .notice-top__filter-left .year-select .list, .notice-wrapper .policies-top__filter-left .year-select .list, .policies-wrapper .notice-top__filter-left .year-select .list, .policies-wrapper .policies-top__filter-left .year-select .list {
          margin: 0;
          -webkit-border-top-left-radius: 0px;
             -moz-border-radius-topleft: 0px;
                  border-top-left-radius: 0px;
          -webkit-border-top-right-radius: 0px;
             -moz-border-radius-topright: 0px;
                  border-top-right-radius: 0px;
          background-color: #1b1b1b;
          border: 1px solid #434343;
          width: -webkit-calc(100% + 2px);
          width: -moz-calc(100% + 2px);
          width: calc(100% + 2px);
          left: -1px; }
          .notice-wrapper .notice-top__filter-left .year-select .list .option, .notice-wrapper .policies-top__filter-left .year-select .list .option, .policies-wrapper .notice-top__filter-left .year-select .list .option, .policies-wrapper .policies-top__filter-left .year-select .list .option {
            font-size: 15px;
            font-family: "Futura", sans-serif;
            color: #fff; }
            .notice-wrapper .notice-top__filter-left .year-select .list .option.selected.focus, .notice-wrapper .policies-top__filter-left .year-select .list .option.selected.focus, .policies-wrapper .notice-top__filter-left .year-select .list .option.selected.focus, .policies-wrapper .policies-top__filter-left .year-select .list .option.selected.focus {
              background-color: #27272f;
              font-weight: 600; }
            .notice-wrapper .notice-top__filter-left .year-select .list .option:hover, .notice-wrapper .policies-top__filter-left .year-select .list .option:hover, .policies-wrapper .notice-top__filter-left .year-select .list .option:hover, .policies-wrapper .policies-top__filter-left .year-select .list .option:hover {
              background-color: #27272f; }
    .notice-wrapper .notice-top__filter-right, .notice-wrapper .policies-top__filter-right, .policies-wrapper .notice-top__filter-right, .policies-wrapper .policies-top__filter-right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 48em) {
        .notice-wrapper .notice-top__filter-right, .notice-wrapper .policies-top__filter-right, .policies-wrapper .notice-top__filter-right, .policies-wrapper .policies-top__filter-right {
          width: 100%; } }
      .notice-wrapper .notice-top__filter-right .link-container, .notice-wrapper .policies-top__filter-right .link-container, .policies-wrapper .notice-top__filter-right .link-container, .policies-wrapper .policies-top__filter-right .link-container {
        font-size: 13px;
        padding-right: 35px; }
      .notice-wrapper .notice-top__filter-right .buttons-container .button-wrapper, .notice-wrapper .policies-top__filter-right .buttons-container .button-wrapper, .policies-wrapper .notice-top__filter-right .buttons-container .button-wrapper, .policies-wrapper .policies-top__filter-right .buttons-container .button-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .notice-wrapper .notice-top__filter-right .buttons-container .button-wrapper .icom-download, .notice-wrapper .policies-top__filter-right .buttons-container .button-wrapper .icom-download, .policies-wrapper .notice-top__filter-right .buttons-container .button-wrapper .icom-download, .policies-wrapper .policies-top__filter-right .buttons-container .button-wrapper .icom-download {
          font-size: 20px;
          padding-left: 6px; }

.notice-section .year-section .block-title-wrapper, .policies-section .year-section .block-title-wrapper {
  padding-top: 40px;
  padding-bottom: 40px; }
  .notice-section .year-section .block-title-wrapper .title-text, .policies-section .year-section .block-title-wrapper .title-text {
    color: #0092ff;
    font-size: 28px;
    font-family: "Futura", sans-serif;
    font-weight: 700; }

.notice-section .policies-docs, .policies-section .policies-docs {
  margin-top: 25px; }

.notice-section .notice-docs, .notice-section .policies-docs, .policies-section .notice-docs, .policies-section .policies-docs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .notice-section .notice-docs .document-item, .notice-section .policies-docs .document-item, .policies-section .notice-docs .document-item, .policies-section .policies-docs .document-item {
    width: 50%;
    padding-bottom: 25px; }
    @media screen and (max-width: 48em) {
      .notice-section .notice-docs .document-item, .notice-section .policies-docs .document-item, .policies-section .notice-docs .document-item, .policies-section .policies-docs .document-item {
        width: 100%; } }
    .notice-section .notice-docs .document-item:nth-child(odd), .notice-section .policies-docs .document-item:nth-child(odd), .policies-section .notice-docs .document-item:nth-child(odd), .policies-section .policies-docs .document-item:nth-child(odd) {
      padding-left: 0px;
      padding-right: 15px; }
      @media screen and (max-width: 48em) {
        .notice-section .notice-docs .document-item:nth-child(odd), .notice-section .policies-docs .document-item:nth-child(odd), .policies-section .notice-docs .document-item:nth-child(odd), .policies-section .policies-docs .document-item:nth-child(odd) {
          padding-right: 0; } }
    .notice-section .notice-docs .document-item:nth-child(even), .notice-section .policies-docs .document-item:nth-child(even), .policies-section .notice-docs .document-item:nth-child(even), .policies-section .policies-docs .document-item:nth-child(even) {
      padding-left: 15px;
      padding-right: 0px; }
      @media screen and (max-width: 48em) {
        .notice-section .notice-docs .document-item:nth-child(even), .notice-section .policies-docs .document-item:nth-child(even), .policies-section .notice-docs .document-item:nth-child(even), .policies-section .policies-docs .document-item:nth-child(even) {
          padding-left: 0; } }
    .notice-section .notice-docs .document-item .document-item-wrapper, .notice-section .policies-docs .document-item .document-item-wrapper, .policies-section .notice-docs .document-item .document-item-wrapper, .policies-section .policies-docs .document-item .document-item-wrapper {
      padding-left: 35px;
      padding-right: 35px;
      min-height: 90px;
      height: 100%; }
      .notice-section .notice-docs .document-item .document-item-wrapper .document-mid, .notice-section .policies-docs .document-item .document-item-wrapper .document-mid, .policies-section .notice-docs .document-item .document-item-wrapper .document-mid, .policies-section .policies-docs .document-item .document-item-wrapper .document-mid {
        padding-left: 10%; }
        .notice-section .notice-docs .document-item .document-item-wrapper .document-mid .title-text-document, .notice-section .policies-docs .document-item .document-item-wrapper .document-mid .title-text-document, .policies-section .notice-docs .document-item .document-item-wrapper .document-mid .title-text-document, .policies-section .policies-docs .document-item .document-item-wrapper .document-mid .title-text-document {
          font-size: 16px;
          font-family: "Futura", sans-serif;
          font-weight: 700;
          color: #1091ff; }
        .notice-section .notice-docs .document-item .document-item-wrapper .document-mid .subtitle-text-document, .notice-section .policies-docs .document-item .document-item-wrapper .document-mid .subtitle-text-document, .policies-section .notice-docs .document-item .document-item-wrapper .document-mid .subtitle-text-document, .policies-section .policies-docs .document-item .document-item-wrapper .document-mid .subtitle-text-document {
          font-size: 16px;
          font-family: "Futura", sans-serif;
          font-weight: 300;
          color: #fefefe; }
      .notice-section .notice-docs .document-item .document-item-wrapper .document-right .type-text-document, .notice-section .notice-docs .document-item .document-item-wrapper .document-right .dimension-text-document, .notice-section .policies-docs .document-item .document-item-wrapper .document-right .type-text-document, .notice-section .policies-docs .document-item .document-item-wrapper .document-right .dimension-text-document, .policies-section .notice-docs .document-item .document-item-wrapper .document-right .type-text-document, .policies-section .notice-docs .document-item .document-item-wrapper .document-right .dimension-text-document, .policies-section .policies-docs .document-item .document-item-wrapper .document-right .type-text-document, .policies-section .policies-docs .document-item .document-item-wrapper .document-right .dimension-text-document {
        font-size: 17px;
        font-family: "Futura", sans-serif;
        font-weight: 500;
        color: #9d9d9d;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
    .notice-section .notice-docs .document-item.checked .document-item-wrapper .document-right .type-text-document, .notice-section .notice-docs .document-item.checked .document-item-wrapper .document-right .dimension-text-document, .notice-section .notice-docs .document-item:hover .document-item-wrapper .document-right .type-text-document, .notice-section .notice-docs .document-item:hover .document-item-wrapper .document-right .dimension-text-document, .notice-section .policies-docs .document-item.checked .document-item-wrapper .document-right .type-text-document, .notice-section .policies-docs .document-item.checked .document-item-wrapper .document-right .dimension-text-document, .notice-section .policies-docs .document-item:hover .document-item-wrapper .document-right .type-text-document, .notice-section .policies-docs .document-item:hover .document-item-wrapper .document-right .dimension-text-document, .policies-section .notice-docs .document-item.checked .document-item-wrapper .document-right .type-text-document, .policies-section .notice-docs .document-item.checked .document-item-wrapper .document-right .dimension-text-document, .policies-section .notice-docs .document-item:hover .document-item-wrapper .document-right .type-text-document, .policies-section .notice-docs .document-item:hover .document-item-wrapper .document-right .dimension-text-document, .policies-section .policies-docs .document-item.checked .document-item-wrapper .document-right .type-text-document, .policies-section .policies-docs .document-item.checked .document-item-wrapper .document-right .dimension-text-document, .policies-section .policies-docs .document-item:hover .document-item-wrapper .document-right .type-text-document, .policies-section .policies-docs .document-item:hover .document-item-wrapper .document-right .dimension-text-document {
      font-weight: 500;
      color: #1091ff; }

.back {
  padding-bottom: 15px; }
  @media screen and (max-width: 48em) {
    .back {
      display: none; } }
  .back .back-action {
    cursor: pointer;
    font-family: "Futura", sans-serif;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .back .back-action .icom-arrow_down {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg);
      position: relative;
      display: inline-block;
      font-size: 25px; }
    .back .back-action .back-label {
      padding-left: 5px; }

.container-radio {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .container-radio input:checked ~ .checkmark:after {
      display: block; }
  .container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .container-radio .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      top: 2px;
      left: 2px;
      width: 6px;
      height: 6px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background: #0092ff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
  .container-radio:hover input ~ .checkmark {
    background-color: #ccc; }

.primary-nav--wrapper .primary-nav--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .primary-nav--wrapper .primary-nav--items .primary-nav--item {
    margin-left: 40px; }
    @media screen and (max-width: 61.875em) {
      .primary-nav--wrapper .primary-nav--items .primary-nav--item {
        margin-left: 19px; } }
    .primary-nav--wrapper .primary-nav--items .primary-nav--item.level_1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .primary-nav--wrapper .primary-nav--items .primary-nav--item.level_2.hovered .list_item_2, .primary-nav--wrapper .primary-nav--items .primary-nav--item.level_2:hover .list_item_2 {
      color: #0092ff;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
    .primary-nav--wrapper .primary-nav--items .primary-nav--item.level_3:hover .list_item_3 {
      color: #0092ff;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
    .primary-nav--wrapper .primary-nav--items .primary-nav--item.has_children i {
      content: "\f078";
      font-family: FontAwesome;
      color: #fff;
      padding-left: 5px;
      cursor: pointer;
      font-size: 14px; }
      .primary-nav--wrapper .primary-nav--items .primary-nav--item.has_children i:before {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -moz-transition: transform 0.3s, -moz-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }
      .primary-nav--wrapper .primary-nav--items .primary-nav--item.has_children i.open {
        color: #0092ff; }
        .primary-nav--wrapper .primary-nav--items .primary-nav--item.has_children i.open:before {
          -webkit-transform: scale(-1);
             -moz-transform: scale(-1);
              -ms-transform: scale(-1);
               -o-transform: scale(-1);
                  transform: scale(-1);
          -webkit-transition: -webkit-transform 0.3s;
          transition: -webkit-transform 0.3s;
          -o-transition: -o-transform 0.3s;
          -moz-transition: transform 0.3s, -moz-transform 0.3s;
          transition: transform 0.3s;
          transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }
    .primary-nav--wrapper .primary-nav--items .primary-nav--item:first-child {
      padding-left: 0px; }
    .primary-nav--wrapper .primary-nav--items .primary-nav--item .list_item_1 {
      color: #fff;
      font-family: "Futura", sans-serif;
      font-weight: 500;
      font-size: 11px;
      text-transform: uppercase;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
    .primary-nav--wrapper .primary-nav--items .primary-nav--item .list_item_2 {
      color: #fff;
      font-family: "Futura", sans-serif;
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
    .primary-nav--wrapper .primary-nav--items .primary-nav--item .list_item_3 {
      color: #fff;
      font-family: "Futura", sans-serif;
      font-weight: 300;
      font-size: 12px;
      text-transform: uppercase;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }

.primary-nav--wrapper .primary-nav--sub {
  z-index: 999;
  display: none; }
  .primary-nav--wrapper .primary-nav--sub.visible {
    display: block; }

.primary-nav--wrapper .column-wrapper {
  position: absolute;
  left: 0;
  top: -webkit-calc(100% - 1px);
  top: -moz-calc(100% - 1px);
  top: calc(100% - 1px);
  z-index: 12;
  width: 100%;
  background: #1b1b1b;
  min-height: 300px; }

.primary-nav--wrapper .column-container {
  min-height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0; }
  .primary-nav--wrapper .column-container.azimut-container {
    max-width: 768px; }

.primary-nav--wrapper .submenu-first-col {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .primary-nav--wrapper .submenu-first-col:after {
    background: rgba(103, 96, 96, 0.95);
    height: 100%;
    width: 2px;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
       -moz-transform: translate3d(-50%, -50%, 0px);
            transform: translate3d(-50%, -50%, 0px); }
  .primary-nav--wrapper .submenu-first-col .primary-nav--items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: inline-block; }
    .primary-nav--wrapper .submenu-first-col .primary-nav--items .primary-nav--item {
      padding-left: 0px;
      padding-bottom: 10px; }
      .primary-nav--wrapper .submenu-first-col .primary-nav--items .primary-nav--item:last-child {
        padding-bottom: 0px; }

.primary-nav--wrapper .submenu-second-col {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .primary-nav--wrapper .submenu-second-col .primary-nav--items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
    width: 100%;
    padding-left: 60px; }
    .primary-nav--wrapper .submenu-second-col .primary-nav--items.visible {
      display: inline-block; }
    .primary-nav--wrapper .submenu-second-col .primary-nav--items .primary-nav--item {
      padding-left: 0px;
      padding-bottom: 10px; }
      .primary-nav--wrapper .submenu-second-col .primary-nav--items .primary-nav--item:last-child {
        padding-bottom: 0px; }

@media screen and (max-width: 48em) {
  .navigation-mobile .navigation-items {
    list-style: none; }
    .navigation-mobile .navigation-items.level-2 {
      display: none;
      margin-left: -20px;
      padding-left: 20px;
      background: #272727;
      margin-top: 0px;
      -webkit-transition: margin-top 0.3s;
      -o-transition: margin-top 0.3s;
      -moz-transition: margin-top 0.3s;
      transition: margin-top 0.3s; }
    .navigation-mobile .navigation-items.level-3 {
      display: none; }
  .navigation-mobile .navigation-item {
    padding-left: 0; }
    .navigation-mobile .navigation-item a {
      font-weight: 700; }
    .navigation-mobile .navigation-item.has_children i {
      color: #fff;
      padding: 0 20px;
      font-size: 16px;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
    .navigation-mobile .navigation-item.has_children .level-1 {
      color: #fff;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
    .navigation-mobile .navigation-item.has_children.open .level-1 {
      color: #0092ff;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
    .navigation-mobile .navigation-item.has_children.open .level-2 {
      padding-bottom: 30px;
      margin-top: 15px;
      -webkit-transition: margin-top 0.3s;
      -o-transition: margin-top 0.3s;
      -moz-transition: margin-top 0.3s;
      transition: margin-top 0.3s; }
    .navigation-mobile .navigation-item.has_children.open .level_2:first-child {
      padding-top: 15px; }
    .navigation-mobile .navigation-item.has_children.open i {
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
    .navigation-mobile .navigation-item.level_1 {
      padding-bottom: 30px; }
      .navigation-mobile .navigation-item.level_1:last-child {
        padding-bottom: 0px; }
      .navigation-mobile .navigation-item.level_1 .open-categories:before {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -moz-transition: transform 0.3s, -moz-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }
      .navigation-mobile .navigation-item.level_1.open .open-categories {
        color: #0092ff; }
        .navigation-mobile .navigation-item.level_1.open .open-categories:before {
          -webkit-transform: scale(-1);
             -moz-transform: scale(-1);
              -ms-transform: scale(-1);
               -o-transform: scale(-1);
                  transform: scale(-1);
          -webkit-transition: -webkit-transform 0.3s;
          transition: -webkit-transform 0.3s;
          -o-transition: -o-transform 0.3s;
          -moz-transition: transform 0.3s, -moz-transform 0.3s;
          transition: transform 0.3s;
          transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }
    .navigation-mobile .navigation-item.level_2 {
      padding-top: 30px; }
      .navigation-mobile .navigation-item.level_2:first-child {
        padding-top: 15px; }
      .navigation-mobile .navigation-item.level_2 open-categories {
        color: #fff;
        padding: 0 20px;
        font-size: 16px; }
      .navigation-mobile .navigation-item.level_2.open .open-sub-categories:before {
        content: "\F068"; }
      .navigation-mobile .navigation-item.level_2.open .open-sub-categories {
        color: #0092ff; }
    .navigation-mobile .navigation-item.level_3 {
      padding-top: 30px; }
      .navigation-mobile .navigation-item.level_3 .list_item_3 {
        font-size: 14px;
        color: #9e9d9d; }
    .navigation-mobile .navigation-item a {
      font-size: 16px;
      text-transform: uppercase;
      font-family: "Futura", sans-serif;
      font-weight: 300;
      color: #fff;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s; } }

.team-container {
  background: #0B0B0B;
  padding-top: 130px;
  padding-bottom: 150px; }
  @media screen and (max-width: 61.875em) {
    .team-container {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 48em) {
    .team-container {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .team-container .item-manager-wrapper {
    padding: 0px;
    margin: 0 -15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .team-container .who-card-container {
    padding-top: 70px; }
    @media screen and (max-width: 61.875em) {
      .team-container .who-card-container {
        padding-top: 40px;
        padding-left: 100px;
        padding-right: 100px; } }
    @media screen and (max-width: 47.9375em) {
      .team-container .who-card-container {
        padding-left: 15px;
        padding-right: 15px; } }
  .team-container .item-manager-wrapper .item-title {
    min-height: 60px; }
  .team-container .item-manager-wrapper .item-image {
    width: 70%;
    padding-bottom: 70%; }
    @media screen and (max-width: 61.875em) {
      .team-container .item-manager-wrapper .item-image {
        width: 80%;
        padding-bottom: 80%; } }
    @media screen and (max-width: 47.9375em) {
      .team-container .item-manager-wrapper .item-image {
        width: 45%;
        padding-bottom: 45%; } }
  .team-container .item-manager-wrapper .item-wrapper {
    padding: 0 40px;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding-bottom: 30px;
    margin-bottom: 0px; }
    @media screen and (max-width: 61.875em) {
      .team-container .item-manager-wrapper .item-wrapper {
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
        padding: 0 30px;
        padding-bottom: 60px; } }
    @media screen and (max-width: 47.9375em) {
      .team-container .item-manager-wrapper .item-wrapper {
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
        padding-bottom: 60px; } }
    @media screen and (max-width: 25em) {
      .team-container .item-manager-wrapper .item-wrapper {
        padding: 0 0 60px 0;
        width: 100%; } }
  .team-container .item-manager-wrapper .item-list .item-list-item.role {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center; }

/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map */