/**
* @version          Octo 1.x
* @package          Octo Template Framework
* @url              https://www.octopoos.com
* @editor           Octopoos - www.octopoos.com
* @author           Alexandre Lapoux  - v_1.0.0
* @copyright        Copyright (C) 2019 Octopoos. All Rights Reserved.
* @license          GNU General Public License version 2 or later; see _LICENSE.php
**/

/* --------
-- INNIO --
-----------
*/
html {
  --color-primary:#0097AA;
  --color-jenbacher: #51B046;
  --color-waukesha: #EF773C;
}

/* -----------------------------------------------------------------------------
------------------------------- Generic ----------------------------------------
----------------------------------------------------------------------------- */
:root {
    --style-color: #4a4850;
    --style-color-hover: #4a4850;
    --style-color-active: #fff;
    --style-color-desabled: #adadad;
    --style-background: #f0f0f0;
    --style-background-hover: #e2e2e2;
    --style-background-active: #000;
    --style-background-desabled: #ccc;    
    --style-border: #0003;
    --style-border-hover: #0003;
}
html{overflow-y: scroll;height: 100%;}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
.o-push {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.o-pull {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bar-admin + .uk-sticky-placeholder {
	display: block !important;
	flex-shrink: 0;
}

*{margin:0;padding:0;}
*:focus{outline:none;}
audio,canvas,iframe,img,svg,video{vertical-align:middle;}
audio,canvas,img,video{max-width:100%;height:auto;box-sizing:border-box;}
img{display:block;}
iframe{max-width:100%;display:block;}
.inline-block{display:inline-block;}
.hidden{display:none!important;}
body,input,textarea,select,button{color:#000;background-color:#fff;}
body,input,textarea,select,button{font-size:15px;line-height:20px;}
.bar-header{z-index:1024;}
.js-editor-tinymce .toggle-editor{display:none;}
.cck-ellipsis{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;display:block;}
.o-overflow-hidden{overflow:hidden;}
a,a:link,a:visited{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;}
span[class^="octo-"],span[class*=" octo-"]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;}
.o-align-view{padding-bottom:48px;}
.o-align-view [class^="o-btn-"]:last-of-type,.o-align-view [class*=" o-btn-"]:last-of-type{position:absolute;bottom:0;left:0; width: auto;}
@media (max-width:532px){
.o-align-view [class^="o-btn-"]:last-of-type,.o-align-view [class*=" o-btn-"]:last-of-type{left:auto;-ms-grid-column-align:center;justify-self:center;}
}


/* -----------------------------------------------------------------------------
------------------------------- ADMIN RED ----------------------------------------
----------------------------------------------------------------------------- */
.o-edit-danger,a.o-edit-danger{background:#fff;border:1px solid #e22d15}

p.o-h2 > .o-edit-danger,
h2 > .o-edit-danger,
h2 > a.o-edit-danger {
  position: relative;
  display:none;
  margin-left: 8px;
  top: -5px;
}
p.o-h2:hover > .o-edit-danger,
h2:hover > .o-edit-danger,
h2:hover > a.o-edit-danger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.o-btn-danger,.o-btn-danger:link,.o-btn-danger:visited{border-color:#e22d15}
.o-btn-danger:focus,.o-btn-danger:hover,.o-btn-danger:active{background:#e22d15;color:#fff}
.o-edit-danger,a.o-edit-danger,
.o-edit-danger > *,a.o-edit-danger > *,
.o-icon-danger > [class^="icon-"]{color:#e22d15}
.o-edit-danger:hover,a.o-edit-danger:hover,
.o-edit-danger:hover > *,a.o-edit-danger:hover > *,
.o-icon-danger > [class^="icon-"]:hover{color:#ff513a}
[class^="o-tabs"] .nav.nav-tabs.cck-tabs > li.cck-tab-required:hover a:after,[class^="o-tabs"] .nav.nav-tabs.cck-tabs > li.cck-tab-required.active a:after{border:1px solid #e22d15;color:#fff}
.o-tabs > .nav.nav-tabs.cck-tabs > li.cck-tab-required:hover a:after,.o-tabs > .nav.nav-tabs.cck-tabs > li.cck-tab-required.active a:after{background:-webkit-gradient(linear,left top, left bottom,from(#e22d15),to(#ff513a));background:-webkit-linear-gradient(top,#e22d15 0%,#ff513a 100%);background:-o-linear-gradient(top,#e22d15 0%,#ff513a 100%);background:linear-gradient(to bottom,#e22d15 0%,#ff513a 100%)}
.o-tabs-left > .nav.nav-tabs.cck-tabs > li.cck-tab-required:hover a:after,.o-tabs-left > .nav.nav-tabs.cck-tabs > li.cck-tab-required.active a:after{background:-webkit-gradient(linear,left top, right top,from(#e22d15),to(#ff513a));background:-webkit-linear-gradient(left,#e22d15 0%,#ff513a 100%);background:-o-linear-gradient(left,#e22d15 0%,#ff513a 100%);background:linear-gradient(to right,#e22d15 0%,#ff513a 100%)}
@media (max-width:767px){
    .o-btn-danger,.o-btn-danger:link,.o-btn-danger:visited{border-color:#e22d15}
}


/* -----------------------------------------------------------------------------
------------------------------- return-to-top ----------------------------------
----------------------------------------------------------------------------- */
a#return-to-top,a#return-to-top svg{display:none;}
/* Container 1280 + padding 16*2 + 48+24 */
@media (min-width:1385px){
    a#return-to-top{position:absolute;right:-48px;top:8px;}
    .o-colauto-2\@project{-ms-grid-columns:(auto)[2];grid-template-columns:repeat(2,auto);}
}


/* -----------------------------------------------------------------------------
------------------------------- iconographie -----------------------------------
----------------------------------------------------------------------------- */
[class^="o-form-"] > .o-toolbar [class^="o-btn-"],[class^="o-form-"] > .o-toolbar [class*="o-btn-"],[class*=" o-form-"] > .o-toolbar [class^="o-btn-"],[class*=" o-form-"] > .o-toolbar [class*="o-btn-"],.o-form > .o-toolbar [class^="o-btn-"],.o-form > .o-toolbar [class*="o-btn-"],.manager .o-btngroup > [class^="o-btn-"],.manager .o-btngroup > [class*="o-btn-"]{min-height:27px;}
[class^="icon-"],[class*=" icon-"]{font-size:16px;line-height:0;}
[class^="icon-"],[class*=" icon-"]{display:block;line-height:0;}
a[class^="o-edit"],a[class*="o-edit"]{position:absolute;text-decoration:none;text-align:center;display:none;z-index:300;width:24px;height:24px;line-height:24px;border-radius:50%;font-weight:normal;font-size:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
a[class^="o-edit"],a[class*="o-edit"],a.o-edit-right{right:0;top:0;}
.o-box a[class^="o-edit"],[class^="o-box-"] a[class^="o-edit"],[class*=" o-box-"] a[class^="o-edit"],.o-box a[class*="o-edit"],[class^="o-box-"] a[class*="o-edit"],[class*=" o-box-"] a[class*="o-edit"],.o-box a.o-edit-right,[class^="o-box-"] a.o-edit-right,[class*=" o-box-"] a.o-edit-right,.o-card a[class^="o-edit"],[class^="o-card-"] a[class^="o-edit"],[class*="o-card-"] a[class^="o-edit"],.o-card a[class*="o-edit"],[class^="o-card-"] a[class*="o-edit"],[class*="o-card-"] a[class*="o-edit"],.o-card a.o-edit-right,[class^="o-card-"] a.o-edit-right,[class*="o-card-"] a.o-edit-right{right:8px;top:8px;}
:hover > a[class^="o-edit"],:hover > a[class*="o-edit"],:hover > a.o-edit-right,.modal-first:hover a[class^="o-edit"]{display:-webkit-box;display:-ms-flexbox;display:flex;}
a.o-edit-left{left:8px;top:8px;}
.o-more-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}
.o-help-icon{cursor:help;}


/* -----------------------------------------------------------------------------
------------------------------- o-btn ------------------------------------------
----------------------------------------------------------------------------- */
.o-btn,o-btn-0,[class^="o-btn-"],[class*="o-btn-"]{position:relative;background-clip:padding-box;text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;-webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;}
.o-btn,.o-btn-0,[class^="o-btn-"],[class*="o-btn-"],.o-btn:link,.o-btn-0:link,[class^="o-btn-"]:link,[class*="o-btn-"]:link,.o-btn:visited,.o-btn-0:visited,[class^="o-btn-"]:visited,[class*="o-btn-"]:visited{border-color:var(--style-border);color:var(--style-color);border-width:1px;border-style:solid;background:var(--style-background-hover);border-radius:0;font-size:15px;line-height:16px;padding:0 16px;min-height:40px;font-weight:normal;text-decoration:none;}
.o-btn:focus,.o-btn-0:focus,[class^="o-btn-"]:focus,[class*="o-btn-"]:focus,.o-btn:hover,.o-btn-0:hover,[class^="o-btn-"]:hover,[class*="o-btn-"]:hover,.o-btn:active,.o-btn-0:active,[class^="o-btn-"]:active,[class*="o-btn-"]:active{color:var(--style-color);background:var(--style-background);}


/* -----------------------------------------------------------------------------
------------------------------- o-btn-link -------------------------------------
----------------------------------------------------------------------------- */
.o-btn-link,.o-btn-link:link,.o-btn-link:visited{border:none;padding:0;text-transform:none;background:none;border-radius:0;min-width:auto;min-height:auto;font-weight:normal;letter-spacing:normal;color:#0000EE;cursor:pointer;}
.o-btn-link:focus,.o-btn-link:hover,.o-btn-link:active{border:none;padding:0;text-transform:none;background:none;border-radius:0;min-width:auto;min-height:auto;font-weight:normal;letter-spacing:normal;color:#0000EE;text-decoration:underline;}


/* -----------------------------------------------------------------------------
------------------------------- o-btngroup ------------------------------------------
----------------------------------------------------------------------------- */
.o-btngroup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.o-btngroup > button:nth-of-type(1){border-radius:16px 0 0 16px;border-right:none;}
.o-btngroup > button:nth-of-type(2){border-radius:0 16px 16px 0;}
.o-btngroup > button:nth-child(1):last-child{border-radius:16px;border-right:1px solid #2875f6;}
.o-btngroup > #manager_button_advanced_search,.o-btngroup > #manager_button_reset{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}


/* -----------------------------------------------------------------------------
------------------------------- Table ------------------------------------------
----------------------------------------------------------------------------- */
.table{width:100%;}
.table{border-color:var(--style-border);border-width:1px;border-style:solid;}
.table th{border-bottom-color:var(--style-border);border-bottom-width:1px;border-bottom-style:solid;text-align:left;}
.table td{border-bottom-color:var(--style-border);border-bottom-width:1px;border-bottom-style:solid;}
.table th,.table td{padding:16px 8px;}
.table tr:hover td{background:var(--style-background);}
.table th.center,.table td.center{text-align:center;}
.table th.left,.table td.left{text-align:left;}
.table th.right,.table td.right{text-align:right;}
.table.middle td{vertical-align:middle;}
.table.top td{vertical-align:top;}
.table td.middle{vertical-align:middle;}
.table td.top{vertical-align:top;}
.table.fixed{table-layout:fixed;}
.table td.nowrap{white-space:nowrap;}
.scroll-x > div{overflow-x:auto;overflow-y:hidden;}
.scroll-y > div{overflow-x:hidden;overflow-y:auto;}
.table.responsive{border-collapse:collapse;padding:0;width:100%;}
.table.responsive tr{padding:0;}
.table.responsive td .btn-group .btn .caret{margin-bottom:0;}
.table [class^="octo-"]:before,.table [class*=" octo-"]:before{font-size:32px;}
@media (max-width:767px){
    .table.responsive{border:none;}
    .table.responsive thead,.table.responsive tfoot{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
    .table.responsive tr{padding:0;margin:16px 0;display:block;float:left;box-sizing:border-box;width:100%;}
    .table.responsive td,.table.responsive td.left,.table.responsive td.center,.table.responsive td .cck-clrfix{display:block;float:left;width:100%;box-sizing:border-box;}
    .table.responsive td.o-btngroup{}
    .table.responsive td.o-btngroup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
    .table.responsive td.o-btngroup > a{min-width:auto;}
    .table.responsive td.o-btngroup > a:nth-of-type(1){border-radius:16px 0 0 16px;border-right:none;}
    .table.responsive td.o-btngroup > a:nth-of-type(2){border-radius:0;}
    .table.responsive td.o-btngroup > a:nth-of-type(3){border-radius:0 16px 16px 0;}
    .table.responsive td.o-btngroup > a:nth-child(1):last-child{border-radius:16px;}
    .table.responsive td:first-child{border-top:1px solid #ccc;}
    .table.responsive td{border-left:1px solid #ccc;border-right:1px solid #ccc;}
    .table.responsive td[data-label]{text-align:right;}
    .table.responsive td[data-label]:before{content:attr(data-label);float:left;}
    .table.responsive td .btn{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;}
    .table.responsive td .btn-group{width:100%;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-line-pack:normal;align-content:normal;-ms-flex-align:normal;-webkit-box-align:normal;align-items:normal;-ms-flex-item-align:normal;align-self:normal;-ms-flex-preferred-size:auto;flex-basis:auto;}
    .table.responsive td .btn-group .btn{width:100%;}
}


/* -----------------------------------------------------------------------------
------------------------------- Pagination -------------------------------------
----------------------------------------------------------------------------- */
.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:48px;}
.pagination .counter{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-item-align:;-ms-grid-row-align:;align-self:;text-align:center;}
.pagination nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;right:0;top:8px;}
.pagination nav .pagination-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;list-style:none;margin-left:-16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.pagination nav .pagination-list > li{padding-left:16px;}
.pagination [class^="icon-"],.pagination [class*=" icon-"]{display:block;line-height:20px;}
.pagination [class^="icon-"]:before,.pagination [class*=" icon-"]:before{speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.pagination .icon-first:before{content:"first";}
.pagination .icon-previous:before{content:"previous";}
.pagination .icon-next:before{content:"next";}
.pagination .icon-last:before{content:"last";}


/* -----------------------------------------------------------------------------
------------------------------- Modal ------------------------------------------
----------------------------------------------------------------------------- */
#modal-cck{margin-left:calc((100% - 1312px) /2);margin-right:calc((100% - 1312px) /2);width:1312px;max-width:1312px;left:0;right:0;top:5%;bottom:5%;display:-ms-grid;display:grid;list-style:none;position:fixed;grid-auto-flow:dense;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto 1fr;grid-template-rows:auto 1fr; z-index: 982;}
.modal-backdrop {z-index: 980;}
#modal-cck .modal-header{min-height:auto;padding:16px;border-bottom-color:var(--style-border);border-bottom-width:1px;border-bottom-style:solid;}
#modal-cck .modal-content{width:100%;overflow:auto;box-sizing:border-box;}
#modal-cck .modal-content .modal-body{position:relative;max-height:none;padding:0;overflow-y:unset;}
#modal-cck.modal > .close{height:18px;display:block;right:5px;width:18px;position:absolute;z-index:100;}
#modal-cck .modal-header{min-height:31px;}
#modal-cck .modal-navigation{position:relative;margin:0 auto;height:100%;width:100%;}
#modal-cck .modal-navigation > a{position:absolute;top:50%;font-size:40px;line-height:40px;height:40px;margin-top:-20px;display:block;}
#modal-cck .modal-navigation > a,#modal-cck .modal-navigation > a:link,#modal-cck .modal-navigation > a:visited{color:#fff;text-decoration:none;}
#modal-cck .modal-navigation > a:hover{color:#f7931e;text-decoration:none;}
#modal-cck .modal-navigation > a.prev{left:-60px;}
#modal-cck .modal-navigation > a.next{right:-60px;}
#modal-cck .modal-navigation > a.hidden{display:none;}
#modal-cck.modal-image{height:auto;width:auto;margin:0;-ms-transform:translate(-50%,0);-webkit-transform:translate(-50%,0);transform:translate(-50%,0);}
#modal-cck.modal-backend .modal-content{margin:16px 0;padding:0 16px;}
#modal-cck.modal-backend .modal-header{display:-ms-grid;display:grid;list-style:none;grid-auto-flow:dense;-ms-grid-columns:auto auto;grid-template-columns:auto auto;-ms-grid-rows:1fr;grid-template-rows:1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
#modal-cck.modal-backend .modal-header .close{order:1;margin:0;text-shadow:none;color:--style-color;opacity:1;}
#modal-cck.modal-backend .modal-header .close:hover,#modal-cck.modal-backend .modal-header .close:focus{color:--style-color-hover;text-decoration:none;cursor:pointer;opacity:0.5;}
#modal-cck.modal-backend .modal-header .close > span{font-size:48px;}
#modal-cck.modal-frontend{margin-left:calc((100% - 700px) /2);margin-right:calc((100% - 700px) /2);width:700px;max-width:700px;left:0;right:0;top:20%;bottom:20%;display:-ms-grid;display:grid;list-style:none;position:fixed;grid-auto-flow:dense;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:1fr;grid-template-rows:1fr;border-radius:0;background:none;box-shadow:none;border:none;}
#modal-cck.modal-frontend > .close{display:none;}
#modal-cck.modal-frontend .modal-content{margin:0;padding:0;}
#modal-cck.modal-frontend .modal-content{overflow:hidden;height:100%;position:relative;}
#modal-cck.modal-frontend .modal-content .modal-body,
#modal-cck.modal-frontend .modal-content .modal-body > *,
#modal-cck.modal-frontend .modal-content .modal-body > article,
#modal-cck.modal-frontend .modal-content .modal-body > article > [id^="industry-"],
#modal-cck.modal-frontend .modal-content .modal-body > article > [id*=" industry--"],
#modal-cck.modal-frontend .modal-content .modal-body > article > [id^="industry-"] > .o-content,
#modal-cck.modal-frontend .modal-content .modal-body > article > [id*=" industry--"] > .o-content,
#modal-cck.modal-frontend .modal-content .modal-body > * > .o-content {
  height: 100%;
}

#modal-cck.modal-frontend.large{margin-left:calc((100% - 1000px) /2);margin-right:calc((100% - 1000px) /2);width:1000px;max-width:1000px;}

#modal-cck.modal-frontend .modal-first{display:-ms-grid;display:grid;list-style:none;position:relative;grid-auto-flow:dense;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto 1fr auto;grid-template-rows:auto 1fr auto;height:auto;max-height:100%;}
#modal-cck.modal-frontend .modal-first > div:nth-child(2){overflow-y:auto;}
@media (max-width:1032px){
    #modal-cck,
    #modal-cck.modal-frontend.large{margin:0 16px;width:auto;}
}
@media (max-width:768px){
    #modal-cck.modal-frontend,
    #modal-cck.modal-frontend.large{margin:0 16px;width:auto;}
}
@media screen and (max-width:768px){
    #modal-cck.modal-frontend .modal-first {
  display: -ms-grid;
  display: grid;
  list-style: none;
  position: relative;
  grid-auto-flow: dense;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  max-height: 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
    #modal-cck.modal-frontend .modal-first > div:nth-child(2){max-height:100%;overflow-y:auto;overflow-x:none;-webkit-overflow-scrolling:touch;transform:none;max-width:none;pointer-events:all;}
}



/* -----------------------------------------------------------------------------
------------------------------- o-hr -------------------------------------------
----------------------------------------------------------------------------- */
[class^="o-hr-"]:before,[class*=" o-hr-"]:before{content:"";border-top:1px solid #e2e2e2;}

/*
.o-hr-before{position:relative}
.o-hr-before::before{content:"";position:relative; height:1px; width:100%; background:#000; display:block;}
.o-rgap-48 .o-hr-before::before{margin-top:48px;margin-bottom:calc(48px * 2);}
.o-rgap-47 .o-hr-before::before{margin-top:47px;margin-bottom:calc(47px * 2);}
.o-rgap-46 .o-hr-before::before{margin-top:46px;margin-bottom:calc(46px * 2);}
.o-rgap-45 .o-hr-before::before{margin-top:45px;margin-bottom:calc(45px * 2);}
.o-rgap-44 .o-hr-before::before{margin-top:44px;margin-bottom:calc(44px * 2);}
.o-rgap-43 .o-hr-before::before{margin-top:43px;margin-bottom:calc(43px * 2);}
.o-rgap-42 .o-hr-before::before{margin-top:42px;margin-bottom:calc(42px * 2);}
.o-rgap-41 .o-hr-before::before{margin-top:41px;margin-bottom:calc(41px * 2);}
.o-rgap-40 .o-hr-before::before{margin-top:40px;margin-bottom:calc(40px * 2);}
.o-rgap-39 .o-hr-before::before{margin-top:39px;margin-bottom:calc(39px * 2);}
.o-rgap-38 .o-hr-before::before{margin-top:38px;margin-bottom:calc(38px * 2);}
.o-rgap-37 .o-hr-before::before{margin-top:37px;margin-bottom:calc(37px * 2);}
.o-rgap-36 .o-hr-before::before{margin-top:36px;margin-bottom:calc(36px * 2);}
.o-rgap-35 .o-hr-before::before{margin-top:35px;margin-bottom:calc(35px * 2);}
.o-rgap-34 .o-hr-before::before{margin-top:34px;margin-bottom:calc(34px * 2);}
.o-rgap-33 .o-hr-before::before{margin-top:33px;margin-bottom:calc(33px * 2);}
.o-rgap-32 .o-hr-before::before{margin-top:32px;margin-bottom:calc(32px * 2);}
.o-rgap-31 .o-hr-before::before{margin-top:31px;margin-bottom:calc(31px * 2);}
.o-rgap-30 .o-hr-before::before{margin-top:30px;margin-bottom:calc(30px * 2);}
.o-rgap-29 .o-hr-before::before{margin-top:29px;margin-bottom:calc(29px * 2);}
.o-rgap-28 .o-hr-before::before{margin-top:28px;margin-bottom:calc(28px * 2);}
.o-rgap-27 .o-hr-before::before{margin-top:27px;margin-bottom:calc(27px * 2);}
.o-rgap-26 .o-hr-before::before{margin-top:26px;margin-bottom:calc(26px * 2);}
.o-rgap-25 .o-hr-before::before{margin-top:25px;margin-bottom:calc(25px * 2);}
.o-rgap-24 .o-hr-before::before{margin-top:24px;margin-bottom:calc(24px * 2);}
.o-rgap-23 .o-hr-before::before{margin-top:23px;margin-bottom:calc(23px * 2);}
.o-rgap-22 .o-hr-before::before{margin-top:22px;margin-bottom:calc(22px * 2);}
.o-rgap-21 .o-hr-before::before{margin-top:21px;margin-bottom:calc(21px * 2);}
.o-rgap-20 .o-hr-before::before{margin-top:20px;margin-bottom:calc(20px * 2);}
.o-rgap-19 .o-hr-before::before{margin-top:19px;margin-bottom:calc(19px * 2);}
.o-rgap-18 .o-hr-before::before{margin-top:18px;margin-bottom:calc(18px * 2);}
.o-rgap-17 .o-hr-before::before{margin-top:17px;margin-bottom:calc(17px * 2);}
.o-rgap-16 .o-hr-before::before{margin-top:16px;margin-bottom:calc(16px * 2);}
.o-rgap-15 .o-hr-before::before{margin-top:15px;margin-bottom:calc(15px * 2);}
.o-rgap-14 .o-hr-before::before{margin-top:14px;margin-bottom:calc(14px * 2);}
.o-rgap-13 .o-hr-before::before{margin-top:13px;margin-bottom:calc(13px * 2);}
.o-rgap-12 .o-hr-before::before{margin-top:12px;margin-bottom:calc(12px * 2);}
.o-rgap-11 .o-hr-before::before{margin-top:11px;margin-bottom:calc(11px * 2);}
.o-rgap-10 .o-hr-before::before{margin-top:10px;margin-bottom:calc(10px * 2);}
.o-rgap-9 .o-hr-before::before{margin-top:9px;margin-bottom:calc(9px * 2);}
.o-rgap-8 .o-hr-before::before{margin-top:8px;margin-bottom:calc(8px * 2);}


.o-hr-after{position:relative}
.o-hr-after::after{content:"";position:relative; height:1px; width:100%; background:#e2e2e2; display:block;}
.o-rgap-48 .o-hr-before::after{margin-top:calc(48px * 2);margin-bottom:48px;}
.o-rgap-47 .o-hr-before::after{margin-top:calc(47px * 2);margin-bottom:47px;}
.o-rgap-46 .o-hr-before::after{margin-top:calc(46px * 2);margin-bottom:46px;}
.o-rgap-45 .o-hr-before::after{margin-top:calc(45px * 2);margin-bottom:45px;}
.o-rgap-44 .o-hr-before::after{margin-top:calc(44px * 2);margin-bottom:44px;}
.o-rgap-43 .o-hr-before::after{margin-top:calc(43px * 2);margin-bottom:43px;}
.o-rgap-42 .o-hr-before::after{margin-top:calc(42px * 2);margin-bottom:42px;}
.o-rgap-41 .o-hr-before::after{margin-top:calc(41px * 2);margin-bottom:41px;}
.o-rgap-40 .o-hr-before::after{margin-top:calc(40px * 2);margin-bottom:40px;}
.o-rgap-39 .o-hr-before::after{margin-top:calc(39px * 2);margin-bottom:39px;}
.o-rgap-38 .o-hr-before::after{margin-top:calc(38px * 2);margin-bottom:38px;}
.o-rgap-37 .o-hr-before::after{margin-top:calc(37px * 2);margin-bottom:37px;}
.o-rgap-36 .o-hr-before::after{margin-top:calc(36px * 2);margin-bottom:36px;}
.o-rgap-35 .o-hr-before::after{margin-top:calc(35px * 2);margin-bottom:35px;}
.o-rgap-34 .o-hr-before::after{margin-top:calc(34px * 2);margin-bottom:34px;}
.o-rgap-33 .o-hr-before::after{margin-top:calc(33px * 2);margin-bottom:33px;}
.o-rgap-32 .o-hr-before::after{margin-top:calc(32px * 2);margin-bottom:32px;}
.o-rgap-31 .o-hr-before::after{margin-top:calc(31px * 2);margin-bottom:31px;}
.o-rgap-30 .o-hr-before::after{margin-top:calc(30px * 2);margin-bottom:30px;}
.o-rgap-29 .o-hr-before::after{margin-top:calc(29px * 2);margin-bottom:29px;}
.o-rgap-28 .o-hr-before::after{margin-top:calc(28px * 2);margin-bottom:28px;}
.o-rgap-27 .o-hr-before::after{margin-top:calc(27px * 2);margin-bottom:27px;}
.o-rgap-26 .o-hr-before::after{margin-top:calc(26px * 2);margin-bottom:26px;}
.o-rgap-25 .o-hr-before::after{margin-top:calc(25px * 2);margin-bottom:25px;}
.o-rgap-24 .o-hr-before::after{margin-top:calc(24px * 2);margin-bottom:24px;}
.o-rgap-23 .o-hr-before::after{margin-top:calc(23px * 2);margin-bottom:23px;}
.o-rgap-22 .o-hr-before::after{margin-top:calc(22px * 2);margin-bottom:22px;}
.o-rgap-21 .o-hr-before::after{margin-top:calc(21px * 2);margin-bottom:21px;}
.o-rgap-20 .o-hr-before::after{margin-top:calc(20px * 2);margin-bottom:20px;}
.o-rgap-19 .o-hr-before::after{margin-top:calc(19px * 2);margin-bottom:19px;}
.o-rgap-18 .o-hr-before::after{margin-top:calc(18px * 2);margin-bottom:18px;}
.o-rgap-17 .o-hr-before::after{margin-top:calc(17px * 2);margin-bottom:17px;}
.o-rgap-16 .o-hr-before::after{margin-top:calc(16px * 2);margin-bottom:16px;}
.o-rgap-15 .o-hr-before::after{margin-top:calc(15px * 2);margin-bottom:15px;}
.o-rgap-14 .o-hr-before::after{margin-top:calc(14px * 2);margin-bottom:14px;}
.o-rgap-13 .o-hr-before::after{margin-top:calc(13px * 2);margin-bottom:13px;}
.o-rgap-12 .o-hr-before::after{margin-top:calc(12px * 2);margin-bottom:12px;}
.o-rgap-11 .o-hr-before::after{margin-top:calc(11px * 2);margin-bottom:11px;}
.o-rgap-10 .o-hr-before::after{margin-top:calc(10px * 2);margin-bottom:10px;}
.o-rgap-9 .o-hr-before::after{margin-top:calc(9px * 2);margin-bottom:9px;}
.o-rgap-8 .o-hr-before::after{margin-top:calc(8px * 2);margin-bottom:8px;}*/


/* -----------------------------------------------------------------------------
------------------------------- o-text -----------------------------------------
----------------------------------------------------------------------------- */
.o-text-l,.o-text-l\@n,.o-text-left,.o-text-left\@n{text-align:left}.o-text-r,.o-text-r\@n,.o-text-right,.o-text-right\@n{text-align:right}.o-text-c,.o-text-c\@n,.o-text-center,.o-text-center\@n{text-align:center}
@media (max-width:1199px){
    .o-text-l\@lg,.o-text-left\@lg{text-align:left}.o-text-r\@lg,.o-text-right\@lg{text-align:right}.o-text-c\@lg,.o-text-center\@lg{text-align:center}
}
@media (max-width:991px){
    .o-text-l\@md,.o-text-left\@md{text-align:left}.o-text-r\@md,.o-text-right\@md{text-align:right}.o-text-c\@md,.o-text-center\@md{text-align:center}
}
@media (max-width:767px){
    .o-text-l\@sm,.o-text-left\@sm{text-align:left}.o-text-r\@sm,.o-text-right\@sm{text-align:right}.o-text-c\@sm,.o-text-center\@sm{text-align:center}
}
@media (max-width:532px){
    .o-text-l\@xs,.o-text-left\@xs{text-align:left}.o-text-r\@xs,.o-text-right\@xs{text-align:right}.o-text-c\@xs,.o-text-center\@xs{text-align:center}
}


/* -----------------------------------------------------------------------------
------------------------------- file -------------------------------------------
----------------------------------------------------------------------------- */
span[class^="file-"]{display:inline-block;width:60px;height:60px;background-position:center;background-repeat:no-repeat;background-size:cover}.file-mp4{background-image:url("/images/file-types/file-mp4.svg")}.file-move{background-image:url("/images/file-types/file-move.svg")}.file-gif{background-image:url("/images/file-types/file-gif.svg")}.file-doc,.file-docx{background-image:url("/images/file-types/file-doc.svg")}.file-avi{background-image:url("/images/file-types/file-avi.svg")}.file-generic{background-image:url("/images/file-types/file-generic.svg")}.file-jpg,.file-jpeg{background-image:url("/images/file-types/file-jpg.svg")}.file-pdf{background-image:url("/images/file-types/file-pdf.svg")}.file-png{background-image:url("/images/file-types/file-png.svg")}.file-xls,.file-xlsx{background-image:url("/images/file-types/file-xls.svg")}.file-pps,.file-ppsx{background-image:url("/images/file-types/file-pps.svg")}.file-zip{background-image:url("/images/file-types/file-zip.svg")}.hasPopover .file-mp4:hover{background-image:url("/images/file-types/file-mp4-2.svg")}.hasPopover .file-move:hover{background-image:url("/images/file-types/file-move-2.svg")}.hasPopover .file-gif:hover{background-image:url("/images/file-types/file-gif-2.svg")}.hasPopover .file-doc:hover,.hasPopover .file-docx:hover{background-image:url("/images/file-types/file-doc-2.svg")}.hasPopover .file-avi:hover{background-image:url("/images/file-types/file-avi-2.svg")}.hasPopover .file-generic:hover{background-image:url("/images/file-types/file-generic-2.svg")}.hasPopover .file-jpg:hover,.hasPopover .file-jpeg:hover{background-image:url("/images/file-types/file-jpg-2.svg")}.hasPopover .file-pdf:hover{background-image:url("/images/file-types/file-pdf-2.svg")}.hasPopover .file-png:hover{background-image:url("/images/file-types/file-png-2.svg")}.hasPopover .file-xls:hover,.hasPopover .file-xlsx:hover{background-image:url("/images/file-types/file-xls-2.svg")}.hasPopover .file-pps:hover,.hasPopover .file-ppsx:hover{background-image:url("/images/file-types/file-pps-2.svg")}.hasPopover .file-zip:hover{background-image:url("/images/file-types/file-zip-2.svg")}


/* -----------------------------------------------------------------------------
------------------------------- o-octo-64 --------------------------------------
----------------------------------------------------------------------------- */
.o-octo-64[class^="octo-"]:before,.o-octo-64[class*=" octo-"]:before,.o-octo-64 [class^="octo-"]:before,.o-octo-64 [class*=" octo-"]:before{font-size:64px}.o-octo-63[class^="octo-"]:before,.o-octo-63[class*=" octo-"]:before,.o-octo-63 [class^="octo-"]:before,.o-octo-63 [class*=" octo-"]:before{font-size:63px}.o-octo-62[class^="octo-"]:before,.o-octo-62[class*=" octo-"]:before,.o-octo-62 [class^="octo-"]:before,.o-octo-62 [class*=" octo-"]:before{font-size:62px}.o-octo-61[class^="octo-"]:before,.o-octo-61[class*=" octo-"]:before,.o-octo-61 [class^="octo-"]:before,.o-octo-61 [class*=" octo-"]:before{font-size:61px}.o-octo-60[class^="octo-"]:before,.o-octo-60[class*=" octo-"]:before,.o-octo-60 [class^="octo-"]:before,.o-octo-60 [class*=" octo-"]:before{font-size:60px}.o-octo-59[class^="octo-"]:before,.o-octo-59[class*=" octo-"]:before,.o-octo-59 [class^="octo-"]:before,.o-octo-59 [class*=" octo-"]:before{font-size:59px}.o-octo-58[class^="octo-"]:before,.o-octo-58[class*=" octo-"]:before,.o-octo-58 [class^="octo-"]:before,.o-octo-58 [class*=" octo-"]:before{font-size:58px}.o-octo-57[class^="octo-"]:before,.o-octo-57[class*=" octo-"]:before,.o-octo-57 [class^="octo-"]:before,.o-octo-57 [class*=" octo-"]:before{font-size:57px}.o-octo-56[class^="octo-"]:before,.o-octo-56[class*=" octo-"]:before,.o-octo-56 [class^="octo-"]:before,.o-octo-56 [class*=" octo-"]:before{font-size:56px}.o-octo-55[class^="octo-"]:before,.o-octo-55[class*=" octo-"]:before,.o-octo-55 [class^="octo-"]:before,.o-octo-55 [class*=" octo-"]:before{font-size:55px}.o-octo-54[class^="octo-"]:before,.o-octo-54[class*=" octo-"]:before,.o-octo-54 [class^="octo-"]:before,.o-octo-54 [class*=" octo-"]:before{font-size:54px}.o-octo-53[class^="octo-"]:before,.o-octo-53[class*=" octo-"]:before,.o-octo-53 [class^="octo-"]:before,.o-octo-53 [class*=" octo-"]:before{font-size:53px}.o-octo-52[class^="octo-"]:before,.o-octo-52[class*=" octo-"]:before,.o-octo-52 [class^="octo-"]:before,.o-octo-52 [class*=" octo-"]:before{font-size:52px}.o-octo-51[class^="octo-"]:before,.o-octo-51[class*=" octo-"]:before,.o-octo-51 [class^="octo-"]:before,.o-octo-51 [class*=" octo-"]:before{font-size:51px}.o-octo-50[class^="octo-"]:before,.o-octo-50[class*=" octo-"]:before,.o-octo-50 [class^="octo-"]:before,.o-octo-50 [class*=" octo-"]:before{font-size:50px}.o-octo-49[class^="octo-"]:before,.o-octo-49[class*=" octo-"]:before,.o-octo-49 [class^="octo-"]:before,.o-octo-49 [class*=" octo-"]:before{font-size:49px}.o-octo-48[class^="octo-"]:before,.o-octo-48[class*=" octo-"]:before,.o-octo-48 [class^="octo-"]:before,.o-octo-48 [class*=" octo-"]:before{font-size:48px}.o-octo-47[class^="octo-"]:before,.o-octo-47[class*=" octo-"]:before,.o-octo-47 [class^="octo-"]:before,.o-octo-47 [class*=" octo-"]:before{font-size:47px}.o-octo-46[class^="octo-"]:before,.o-octo-46[class*=" octo-"]:before,.o-octo-46 [class^="octo-"]:before,.o-octo-46 [class*=" octo-"]:before{font-size:46px}.o-octo-45[class^="octo-"]:before,.o-octo-45[class*=" octo-"]:before,.o-octo-45 [class^="octo-"]:before,.o-octo-45 [class*=" octo-"]:before{font-size:45px}.o-octo-44[class^="octo-"]:before,.o-octo-44[class*=" octo-"]:before,.o-octo-44 [class^="octo-"]:before,.o-octo-44 [class*=" octo-"]:before{font-size:44px}.o-octo-43[class^="octo-"]:before,.o-octo-43[class*=" octo-"]:before,.o-octo-43 [class^="octo-"]:before,.o-octo-43 [class*=" octo-"]:before{font-size:43px}.o-octo-42[class^="octo-"]:before,.o-octo-42[class*=" octo-"]:before,.o-octo-42 [class^="octo-"]:before,.o-octo-42 [class*=" octo-"]:before{font-size:42px}.o-octo-41[class^="octo-"]:before,.o-octo-41[class*=" octo-"]:before,.o-octo-41 [class^="octo-"]:before,.o-octo-41 [class*=" octo-"]:before{font-size:41px}.o-octo-40[class^="octo-"]:before,.o-octo-40[class*=" octo-"]:before,.o-octo-40 [class^="octo-"]:before,.o-octo-40 [class*=" octo-"]:before{font-size:40px}.o-octo-39[class^="octo-"]:before,.o-octo-39[class*=" octo-"]:before,.o-octo-39 [class^="octo-"]:before,.o-octo-39 [class*=" octo-"]:before{font-size:39px}.o-octo-38[class^="octo-"]:before,.o-octo-38[class*=" octo-"]:before,.o-octo-38 [class^="octo-"]:before,.o-octo-38 [class*=" octo-"]:before{font-size:38px}.o-octo-37[class^="octo-"]:before,.o-octo-37[class*=" octo-"]:before,.o-octo-37 [class^="octo-"]:before,.o-octo-37 [class*=" octo-"]:before{font-size:37px}.o-octo-36[class^="octo-"]:before,.o-octo-36[class*=" octo-"]:before,.o-octo-36 [class^="octo-"]:before,.o-octo-36 [class*=" octo-"]:before{font-size:36px}.o-octo-35[class^="octo-"]:before,.o-octo-35[class*=" octo-"]:before,.o-octo-35 [class^="octo-"]:before,.o-octo-35 [class*=" octo-"]:before{font-size:35px}.o-octo-34[class^="octo-"]:before,.o-octo-34[class*=" octo-"]:before,.o-octo-34 [class^="octo-"]:before,.o-octo-34 [class*=" octo-"]:before{font-size:34px}.o-octo-33[class^="octo-"]:before,.o-octo-33[class*=" octo-"]:before,.o-octo-33 [class^="octo-"]:before,.o-octo-33 [class*=" octo-"]:before{font-size:33px}.o-octo-32[class^="octo-"]:before,.o-octo-32[class*=" octo-"]:before,.o-octo-32 [class^="octo-"]:before,.o-octo-32 [class*=" octo-"]:before{font-size:32px}.o-octo-31[class^="octo-"]:before,.o-octo-31[class*=" octo-"]:before,.o-octo-31 [class^="octo-"]:before,.o-octo-31 [class*=" octo-"]:before{font-size:31px}.o-octo-30[class^="octo-"]:before,.o-octo-30[class*=" octo-"]:before,.o-octo-30 [class^="octo-"]:before,.o-octo-30 [class*=" octo-"]:before{font-size:30px}.o-octo-29[class^="octo-"]:before,.o-octo-29[class*=" octo-"]:before,.o-octo-29 [class^="octo-"]:before,.o-octo-29 [class*=" octo-"]:before{font-size:29px}.o-octo-28[class^="octo-"]:before,.o-octo-28[class*=" octo-"]:before,.o-octo-28 [class^="octo-"]:before,.o-octo-28 [class*=" octo-"]:before{font-size:28px}.o-octo-27[class^="octo-"]:before,.o-octo-27[class*=" octo-"]:before,.o-octo-27 [class^="octo-"]:before,.o-octo-27 [class*=" octo-"]:before{font-size:27px}.o-octo-26[class^="octo-"]:before,.o-octo-26[class*=" octo-"]:before,.o-octo-26 [class^="octo-"]:before,.o-octo-26 [class*=" octo-"]:before{font-size:26px}.o-octo-25[class^="octo-"]:before,.o-octo-25[class*=" octo-"]:before,.o-octo-25 [class^="octo-"]:before,.o-octo-25 [class*=" octo-"]:before{font-size:25px}.o-octo-24[class^="octo-"]:before,.o-octo-24[class*=" octo-"]:before,.o-octo-24 [class^="octo-"]:before,.o-octo-24 [class*=" octo-"]:before{font-size:24px}.o-octo-23[class^="octo-"]:before,.o-octo-23[class*=" octo-"]:before,.o-octo-23 [class^="octo-"]:before,.o-octo-23 [class*=" octo-"]:before{font-size:23px}.o-octo-22[class^="octo-"]:before,.o-octo-22[class*=" octo-"]:before,.o-octo-22 [class^="octo-"]:before,.o-octo-22 [class*=" octo-"]:before{font-size:22px}.o-octo-21[class^="octo-"]:before,.o-octo-21[class*=" octo-"]:before,.o-octo-21 [class^="octo-"]:before,.o-octo-21 [class*=" octo-"]:before{font-size:21px}.o-octo-20[class^="octo-"]:before,.o-octo-20[class*=" octo-"]:before,.o-octo-20 [class^="octo-"]:before,.o-octo-20 [class*=" octo-"]:before{font-size:20px}.o-octo-19[class^="octo-"]:before,.o-octo-19[class*=" octo-"]:before,.o-octo-19 [class^="octo-"]:before,.o-octo-19 [class*=" octo-"]:before{font-size:19px}.o-octo-18[class^="octo-"]:before,.o-octo-18[class*=" octo-"]:before,.o-octo-18 [class^="octo-"]:before,.o-octo-18 [class*=" octo-"]:before{font-size:18px}.o-octo-17[class^="octo-"]:before,.o-octo-17[class*=" octo-"]:before,.o-octo-17 [class^="octo-"]:before,.o-octo-17 [class*=" octo-"]:before{font-size:17px}.o-octo-16[class^="octo-"]:before,.o-octo-16[class*=" octo-"]:before,.o-octo-16 [class^="octo-"]:before,.o-octo-16 [class*=" octo-"]:before{font-size:16px}.o-octo-15[class^="octo-"]:before,.o-octo-15[class*=" octo-"]:before,.o-octo-15 [class^="octo-"]:before,.o-octo-15 [class*=" octo-"]:before{font-size:15px}.o-octo-14[class^="octo-"]:before,.o-octo-14[class*=" octo-"]:before,.o-octo-14 [class^="octo-"]:before,.o-octo-14 [class*=" octo-"]:before{font-size:14px}.o-octo-13[class^="octo-"]:before,.o-octo-13[class*=" octo-"]:before,.o-octo-13 [class^="octo-"]:before,.o-octo-13 [class*=" octo-"]:before{font-size:13px}.o-octo-12[class^="octo-"]:before,.o-octo-12[class*=" octo-"]:before,.o-octo-12 [class^="octo-"]:before,.o-octo-12 [class*=" octo-"]:before{font-size:12px}.o-octo-11[class^="octo-"]:before,.o-octo-11[class*=" octo-"]:before,.o-octo-11 [class^="octo-"]:before,.o-octo-11 [class*=" octo-"]:before{font-size:11px}.o-octo-10[class^="octo-"]:before,.o-octo-10[class*=" octo-"]:before,.o-octo-10 [class^="octo-"]:before,.o-octo-10 [class*=" octo-"]:before{font-size:10px}.o-octo-9[class^="octo-"]:before,.o-octo-9[class*=" octo-"]:before,.o-octo-9 [class^="octo-"]:before,.o-octo-9 [class*=" octo-"]:before{font-size:9px}.o-octo-8[class^="octo-"]:before,.o-octo-8[class*=" octo-"]:before,.o-octo-8 [class^="octo-"]:before,.o-octo-8 [class*=" octo-"]:before{font-size:8px}.o-octo-7[class^="octo-"]:before,.o-octo-7[class*=" octo-"]:before,.o-octo-7 [class^="octo-"]:before,.o-octo-7 [class*=" octo-"]:before{font-size:7px}.o-octo-6[class^="octo-"]:before,.o-octo-6[class*=" octo-"]:before,.o-octo-6 [class^="octo-"]:before,.o-octo-6 [class*=" octo-"]:before{font-size:6px}.o-octo-5[class^="octo-"]:before,.o-octo-5[class*=" octo-"]:before,.o-octo-5 [class^="octo-"]:before,.o-octo-5 [class*=" octo-"]:before{font-size:5px}.o-octo-4[class^="octo-"]:before,.o-octo-4[class*=" octo-"]:before,.o-octo-4 [class^="octo-"]:before,.o-octo-4 [class*=" octo-"]:before{font-size:4px}.o-octo-3[class^="octo-"]:before,.o-octo-3[class*=" octo-"]:before,.o-octo-3 [class^="octo-"]:before,.o-octo-3 [class*=" octo-"]:before{font-size:3px}.o-octo-2[class^="octo-"]:before,.o-octo-2[class*=" octo-"]:before,.o-octo-2 [class^="octo-"]:before,.o-octo-2 [class*=" octo-"]:before{font-size:2px}.o-octo-1[class^="octo-"]:before,.o-octo-1[class*=" octo-"]:before,.o-octo-1 [class^="octo-"]:before,.o-octo-1 [class*=" octo-"]:before{font-size:1px}
@media (min-width:1200px){
    .o-octo-64\@n[class^="octo-"]:before,.o-octo-64\@n[class*=" octo-"]:before,.o-octo-64\@n [class^="octo-"]:before,.o-octo-64\@n [class*=" octo-"]:before{font-size:64px}.o-octo-63\@n[class^="octo-"]:before,.o-octo-63\@n[class*=" octo-"]:before,.o-octo-63\@n [class^="octo-"]:before,.o-octo-63\@n [class*=" octo-"]:before{font-size:63px}.o-octo-62\@n[class^="octo-"]:before,.o-octo-62\@n[class*=" octo-"]:before,.o-octo-62\@n [class^="octo-"]:before,.o-octo-62\@n [class*=" octo-"]:before{font-size:62px}.o-octo-61\@n[class^="octo-"]:before,.o-octo-61\@n[class*=" octo-"]:before,.o-octo-61\@n [class^="octo-"]:before,.o-octo-61\@n [class*=" octo-"]:before{font-size:61px}.o-octo-60\@n[class^="octo-"]:before,.o-octo-60\@n[class*=" octo-"]:before,.o-octo-60\@n [class^="octo-"]:before,.o-octo-60\@n [class*=" octo-"]:before{font-size:60px}.o-octo-59\@n[class^="octo-"]:before,.o-octo-59\@n[class*=" octo-"]:before,.o-octo-59\@n [class^="octo-"]:before,.o-octo-59\@n [class*=" octo-"]:before{font-size:59px}.o-octo-58\@n[class^="octo-"]:before,.o-octo-58\@n[class*=" octo-"]:before,.o-octo-58\@n [class^="octo-"]:before,.o-octo-58\@n [class*=" octo-"]:before{font-size:58px}.o-octo-57\@n[class^="octo-"]:before,.o-octo-57\@n[class*=" octo-"]:before,.o-octo-57\@n [class^="octo-"]:before,.o-octo-57\@n [class*=" octo-"]:before{font-size:57px}.o-octo-56\@n[class^="octo-"]:before,.o-octo-56\@n[class*=" octo-"]:before,.o-octo-56\@n [class^="octo-"]:before,.o-octo-56\@n [class*=" octo-"]:before{font-size:56px}.o-octo-55\@n[class^="octo-"]:before,.o-octo-55\@n[class*=" octo-"]:before,.o-octo-55\@n [class^="octo-"]:before,.o-octo-55\@n [class*=" octo-"]:before{font-size:55px}.o-octo-54\@n[class^="octo-"]:before,.o-octo-54\@n[class*=" octo-"]:before,.o-octo-54\@n [class^="octo-"]:before,.o-octo-54\@n [class*=" octo-"]:before{font-size:54px}.o-octo-53\@n[class^="octo-"]:before,.o-octo-53\@n[class*=" octo-"]:before,.o-octo-53\@n [class^="octo-"]:before,.o-octo-53\@n [class*=" octo-"]:before{font-size:53px}.o-octo-52\@n[class^="octo-"]:before,.o-octo-52\@n[class*=" octo-"]:before,.o-octo-52\@n [class^="octo-"]:before,.o-octo-52\@n [class*=" octo-"]:before{font-size:52px}.o-octo-51\@n[class^="octo-"]:before,.o-octo-51\@n[class*=" octo-"]:before,.o-octo-51\@n [class^="octo-"]:before,.o-octo-51\@n [class*=" octo-"]:before{font-size:51px}.o-octo-50\@n[class^="octo-"]:before,.o-octo-50\@n[class*=" octo-"]:before,.o-octo-50\@n [class^="octo-"]:before,.o-octo-50\@n [class*=" octo-"]:before{font-size:50px}.o-octo-49\@n[class^="octo-"]:before,.o-octo-49\@n[class*=" octo-"]:before,.o-octo-49\@n [class^="octo-"]:before,.o-octo-49\@n [class*=" octo-"]:before{font-size:49px}.o-octo-48\@n[class^="octo-"]:before,.o-octo-48\@n[class*=" octo-"]:before,.o-octo-48\@n [class^="octo-"]:before,.o-octo-48\@n [class*=" octo-"]:before{font-size:48px}.o-octo-47\@n[class^="octo-"]:before,.o-octo-47\@n[class*=" octo-"]:before,.o-octo-47\@n [class^="octo-"]:before,.o-octo-47\@n [class*=" octo-"]:before{font-size:47px}.o-octo-46\@n[class^="octo-"]:before,.o-octo-46\@n[class*=" octo-"]:before,.o-octo-46\@n [class^="octo-"]:before,.o-octo-46\@n [class*=" octo-"]:before{font-size:46px}.o-octo-45\@n[class^="octo-"]:before,.o-octo-45\@n[class*=" octo-"]:before,.o-octo-45\@n [class^="octo-"]:before,.o-octo-45\@n [class*=" octo-"]:before{font-size:45px}.o-octo-44\@n[class^="octo-"]:before,.o-octo-44\@n[class*=" octo-"]:before,.o-octo-44\@n [class^="octo-"]:before,.o-octo-44\@n [class*=" octo-"]:before{font-size:44px}.o-octo-43\@n[class^="octo-"]:before,.o-octo-43\@n[class*=" octo-"]:before,.o-octo-43\@n [class^="octo-"]:before,.o-octo-43\@n [class*=" octo-"]:before{font-size:43px}.o-octo-42\@n[class^="octo-"]:before,.o-octo-42\@n[class*=" octo-"]:before,.o-octo-42\@n [class^="octo-"]:before,.o-octo-42\@n [class*=" octo-"]:before{font-size:42px}.o-octo-41\@n[class^="octo-"]:before,.o-octo-41\@n[class*=" octo-"]:before,.o-octo-41\@n [class^="octo-"]:before,.o-octo-41\@n [class*=" octo-"]:before{font-size:41px}.o-octo-40\@n[class^="octo-"]:before,.o-octo-40\@n[class*=" octo-"]:before,.o-octo-40\@n [class^="octo-"]:before,.o-octo-40\@n [class*=" octo-"]:before{font-size:40px}.o-octo-39\@n[class^="octo-"]:before,.o-octo-39\@n[class*=" octo-"]:before,.o-octo-39\@n [class^="octo-"]:before,.o-octo-39\@n [class*=" octo-"]:before{font-size:39px}.o-octo-38\@n[class^="octo-"]:before,.o-octo-38\@n[class*=" octo-"]:before,.o-octo-38\@n [class^="octo-"]:before,.o-octo-38\@n [class*=" octo-"]:before{font-size:38px}.o-octo-37\@n[class^="octo-"]:before,.o-octo-37\@n[class*=" octo-"]:before,.o-octo-37\@n [class^="octo-"]:before,.o-octo-37\@n [class*=" octo-"]:before{font-size:37px}.o-octo-36\@n[class^="octo-"]:before,.o-octo-36\@n[class*=" octo-"]:before,.o-octo-36\@n [class^="octo-"]:before,.o-octo-36\@n [class*=" octo-"]:before{font-size:36px}.o-octo-35\@n[class^="octo-"]:before,.o-octo-35\@n[class*=" octo-"]:before,.o-octo-35\@n [class^="octo-"]:before,.o-octo-35\@n [class*=" octo-"]:before{font-size:35px}.o-octo-34\@n[class^="octo-"]:before,.o-octo-34\@n[class*=" octo-"]:before,.o-octo-34\@n [class^="octo-"]:before,.o-octo-34\@n [class*=" octo-"]:before{font-size:34px}.o-octo-33\@n[class^="octo-"]:before,.o-octo-33\@n[class*=" octo-"]:before,.o-octo-33\@n [class^="octo-"]:before,.o-octo-33\@n [class*=" octo-"]:before{font-size:33px}.o-octo-32\@n[class^="octo-"]:before,.o-octo-32\@n[class*=" octo-"]:before,.o-octo-32\@n [class^="octo-"]:before,.o-octo-32\@n [class*=" octo-"]:before{font-size:32px}.o-octo-31\@n[class^="octo-"]:before,.o-octo-31\@n[class*=" octo-"]:before,.o-octo-31\@n [class^="octo-"]:before,.o-octo-31\@n [class*=" octo-"]:before{font-size:31px}.o-octo-30\@n[class^="octo-"]:before,.o-octo-30\@n[class*=" octo-"]:before,.o-octo-30\@n [class^="octo-"]:before,.o-octo-30\@n [class*=" octo-"]:before{font-size:30px}.o-octo-29\@n[class^="octo-"]:before,.o-octo-29\@n[class*=" octo-"]:before,.o-octo-29\@n [class^="octo-"]:before,.o-octo-29\@n [class*=" octo-"]:before{font-size:29px}.o-octo-28\@n[class^="octo-"]:before,.o-octo-28\@n[class*=" octo-"]:before,.o-octo-28\@n [class^="octo-"]:before,.o-octo-28\@n [class*=" octo-"]:before{font-size:28px}.o-octo-27\@n[class^="octo-"]:before,.o-octo-27\@n[class*=" octo-"]:before,.o-octo-27\@n [class^="octo-"]:before,.o-octo-27\@n [class*=" octo-"]:before{font-size:27px}.o-octo-26\@n[class^="octo-"]:before,.o-octo-26\@n[class*=" octo-"]:before,.o-octo-26\@n [class^="octo-"]:before,.o-octo-26\@n [class*=" octo-"]:before{font-size:26px}.o-octo-25\@n[class^="octo-"]:before,.o-octo-25\@n[class*=" octo-"]:before,.o-octo-25\@n [class^="octo-"]:before,.o-octo-25\@n [class*=" octo-"]:before{font-size:25px}.o-octo-24\@n[class^="octo-"]:before,.o-octo-24\@n[class*=" octo-"]:before,.o-octo-24\@n [class^="octo-"]:before,.o-octo-24\@n [class*=" octo-"]:before{font-size:24px}.o-octo-23\@n[class^="octo-"]:before,.o-octo-23\@n[class*=" octo-"]:before,.o-octo-23\@n [class^="octo-"]:before,.o-octo-23\@n [class*=" octo-"]:before{font-size:23px}.o-octo-22\@n[class^="octo-"]:before,.o-octo-22\@n[class*=" octo-"]:before,.o-octo-22\@n [class^="octo-"]:before,.o-octo-22\@n [class*=" octo-"]:before{font-size:22px}.o-octo-21\@n[class^="octo-"]:before,.o-octo-21\@n[class*=" octo-"]:before,.o-octo-21\@n [class^="octo-"]:before,.o-octo-21\@n [class*=" octo-"]:before{font-size:21px}.o-octo-20\@n[class^="octo-"]:before,.o-octo-20\@n[class*=" octo-"]:before,.o-octo-20\@n [class^="octo-"]:before,.o-octo-20\@n [class*=" octo-"]:before{font-size:20px}.o-octo-19\@n[class^="octo-"]:before,.o-octo-19\@n[class*=" octo-"]:before,.o-octo-19\@n [class^="octo-"]:before,.o-octo-19\@n [class*=" octo-"]:before{font-size:19px}.o-octo-18\@n[class^="octo-"]:before,.o-octo-18\@n[class*=" octo-"]:before,.o-octo-18\@n [class^="octo-"]:before,.o-octo-18\@n [class*=" octo-"]:before{font-size:18px}.o-octo-17\@n[class^="octo-"]:before,.o-octo-17\@n[class*=" octo-"]:before,.o-octo-17\@n [class^="octo-"]:before,.o-octo-17\@n [class*=" octo-"]:before{font-size:17px}.o-octo-16\@n[class^="octo-"]:before,.o-octo-16\@n[class*=" octo-"]:before,.o-octo-16\@n [class^="octo-"]:before,.o-octo-16\@n [class*=" octo-"]:before{font-size:16px}.o-octo-15\@n[class^="octo-"]:before,.o-octo-15\@n[class*=" octo-"]:before,.o-octo-15\@n [class^="octo-"]:before,.o-octo-15\@n [class*=" octo-"]:before{font-size:15px}.o-octo-14\@n[class^="octo-"]:before,.o-octo-14\@n[class*=" octo-"]:before,.o-octo-14\@n [class^="octo-"]:before,.o-octo-14\@n [class*=" octo-"]:before{font-size:14px}.o-octo-13\@n[class^="octo-"]:before,.o-octo-13\@n[class*=" octo-"]:before,.o-octo-13\@n [class^="octo-"]:before,.o-octo-13\@n [class*=" octo-"]:before{font-size:13px}.o-octo-12\@n[class^="octo-"]:before,.o-octo-12\@n[class*=" octo-"]:before,.o-octo-12\@n [class^="octo-"]:before,.o-octo-12\@n [class*=" octo-"]:before{font-size:12px}.o-octo-11\@n[class^="octo-"]:before,.o-octo-11\@n[class*=" octo-"]:before,.o-octo-11\@n [class^="octo-"]:before,.o-octo-11\@n [class*=" octo-"]:before{font-size:11px}.o-octo-10\@n[class^="octo-"]:before,.o-octo-10\@n[class*=" octo-"]:before,.o-octo-10\@n [class^="octo-"]:before,.o-octo-10\@n [class*=" octo-"]:before{font-size:10px}.o-octo-9\@n[class^="octo-"]:before,.o-octo-9\@n[class*=" octo-"]:before,.o-octo-9\@n [class^="octo-"]:before,.o-octo-9\@n [class*=" octo-"]:before{font-size:9px}.o-octo-8\@n[class^="octo-"]:before,.o-octo-8\@n[class*=" octo-"]:before,.o-octo-8\@n [class^="octo-"]:before,.o-octo-8\@n [class*=" octo-"]:before{font-size:8px}.o-octo-7\@n[class^="octo-"]:before,.o-octo-7\@n[class*=" octo-"]:before,.o-octo-7\@n [class^="octo-"]:before,.o-octo-7\@n [class*=" octo-"]:before{font-size:7px}.o-octo-6\@n[class^="octo-"]:before,.o-octo-6\@n[class*=" octo-"]:before,.o-octo-6\@n [class^="octo-"]:before,.o-octo-6\@n [class*=" octo-"]:before{font-size:6px}.o-octo-5\@n[class^="octo-"]:before,.o-octo-5\@n[class*=" octo-"]:before,.o-octo-5\@n [class^="octo-"]:before,.o-octo-5\@n [class*=" octo-"]:before{font-size:5px}.o-octo-4\@n[class^="octo-"]:before,.o-octo-4\@n[class*=" octo-"]:before,.o-octo-4\@n [class^="octo-"]:before,.o-octo-4\@n [class*=" octo-"]:before{font-size:4px}.o-octo-3\@n[class^="octo-"]:before,.o-octo-3\@n[class*=" octo-"]:before,.o-octo-3\@n [class^="octo-"]:before,.o-octo-3\@n [class*=" octo-"]:before{font-size:3px}.o-octo-2\@n[class^="octo-"]:before,.o-octo-2\@n[class*=" octo-"]:before,.o-octo-2\@n [class^="octo-"]:before,.o-octo-2\@n [class*=" octo-"]:before{font-size:2px}.o-octo-1\@n[class^="octo-"]:before,.o-octo-1\@n[class*=" octo-"]:before,.o-octo-1\@n [class^="octo-"]:before,.o-octo-1\@n [class*=" octo-"]:before{font-size:1px}
}
@media (max-width:1199px){
    .o-octo-64\@lg[class^="octo-"]:before,.o-octo-64\@lg[class*=" octo-"]:before,.o-octo-64\@lg [class^="octo-"]:before,.o-octo-64\@lg [class*=" octo-"]:before{font-size:64px}.o-octo-63\@lg[class^="octo-"]:before,.o-octo-63\@lg[class*=" octo-"]:before,.o-octo-63\@lg [class^="octo-"]:before,.o-octo-63\@lg [class*=" octo-"]:before{font-size:63px}.o-octo-62\@lg[class^="octo-"]:before,.o-octo-62\@lg[class*=" octo-"]:before,.o-octo-62\@lg [class^="octo-"]:before,.o-octo-62\@lg [class*=" octo-"]:before{font-size:62px}.o-octo-61\@lg[class^="octo-"]:before,.o-octo-61\@lg[class*=" octo-"]:before,.o-octo-61\@lg [class^="octo-"]:before,.o-octo-61\@lg [class*=" octo-"]:before{font-size:61px}.o-octo-60\@lg[class^="octo-"]:before,.o-octo-60\@lg[class*=" octo-"]:before,.o-octo-60\@lg [class^="octo-"]:before,.o-octo-60\@lg [class*=" octo-"]:before{font-size:60px}.o-octo-59\@lg[class^="octo-"]:before,.o-octo-59\@lg[class*=" octo-"]:before,.o-octo-59\@lg [class^="octo-"]:before,.o-octo-59\@lg [class*=" octo-"]:before{font-size:59px}.o-octo-58\@lg[class^="octo-"]:before,.o-octo-58\@lg[class*=" octo-"]:before,.o-octo-58\@lg [class^="octo-"]:before,.o-octo-58\@lg [class*=" octo-"]:before{font-size:58px}.o-octo-57\@lg[class^="octo-"]:before,.o-octo-57\@lg[class*=" octo-"]:before,.o-octo-57\@lg [class^="octo-"]:before,.o-octo-57\@lg [class*=" octo-"]:before{font-size:57px}.o-octo-56\@lg[class^="octo-"]:before,.o-octo-56\@lg[class*=" octo-"]:before,.o-octo-56\@lg [class^="octo-"]:before,.o-octo-56\@lg [class*=" octo-"]:before{font-size:56px}.o-octo-55\@lg[class^="octo-"]:before,.o-octo-55\@lg[class*=" octo-"]:before,.o-octo-55\@lg [class^="octo-"]:before,.o-octo-55\@lg [class*=" octo-"]:before{font-size:55px}.o-octo-54\@lg[class^="octo-"]:before,.o-octo-54\@lg[class*=" octo-"]:before,.o-octo-54\@lg [class^="octo-"]:before,.o-octo-54\@lg [class*=" octo-"]:before{font-size:54px}.o-octo-53\@lg[class^="octo-"]:before,.o-octo-53\@lg[class*=" octo-"]:before,.o-octo-53\@lg [class^="octo-"]:before,.o-octo-53\@lg [class*=" octo-"]:before{font-size:53px}.o-octo-52\@lg[class^="octo-"]:before,.o-octo-52\@lg[class*=" octo-"]:before,.o-octo-52\@lg [class^="octo-"]:before,.o-octo-52\@lg [class*=" octo-"]:before{font-size:52px}.o-octo-51\@lg[class^="octo-"]:before,.o-octo-51\@lg[class*=" octo-"]:before,.o-octo-51\@lg [class^="octo-"]:before,.o-octo-51\@lg [class*=" octo-"]:before{font-size:51px}.o-octo-50\@lg[class^="octo-"]:before,.o-octo-50\@lg[class*=" octo-"]:before,.o-octo-50\@lg [class^="octo-"]:before,.o-octo-50\@lg [class*=" octo-"]:before{font-size:50px}.o-octo-49\@lg[class^="octo-"]:before,.o-octo-49\@lg[class*=" octo-"]:before,.o-octo-49\@lg [class^="octo-"]:before,.o-octo-49\@lg [class*=" octo-"]:before{font-size:49px}.o-octo-48\@lg[class^="octo-"]:before,.o-octo-48\@lg[class*=" octo-"]:before,.o-octo-48\@lg [class^="octo-"]:before,.o-octo-48\@lg [class*=" octo-"]:before{font-size:48px}.o-octo-47\@lg[class^="octo-"]:before,.o-octo-47\@lg[class*=" octo-"]:before,.o-octo-47\@lg [class^="octo-"]:before,.o-octo-47\@lg [class*=" octo-"]:before{font-size:47px}.o-octo-46\@lg[class^="octo-"]:before,.o-octo-46\@lg[class*=" octo-"]:before,.o-octo-46\@lg [class^="octo-"]:before,.o-octo-46\@lg [class*=" octo-"]:before{font-size:46px}.o-octo-45\@lg[class^="octo-"]:before,.o-octo-45\@lg[class*=" octo-"]:before,.o-octo-45\@lg [class^="octo-"]:before,.o-octo-45\@lg [class*=" octo-"]:before{font-size:45px}.o-octo-44\@lg[class^="octo-"]:before,.o-octo-44\@lg[class*=" octo-"]:before,.o-octo-44\@lg [class^="octo-"]:before,.o-octo-44\@lg [class*=" octo-"]:before{font-size:44px}.o-octo-43\@lg[class^="octo-"]:before,.o-octo-43\@lg[class*=" octo-"]:before,.o-octo-43\@lg [class^="octo-"]:before,.o-octo-43\@lg [class*=" octo-"]:before{font-size:43px}.o-octo-42\@lg[class^="octo-"]:before,.o-octo-42\@lg[class*=" octo-"]:before,.o-octo-42\@lg [class^="octo-"]:before,.o-octo-42\@lg [class*=" octo-"]:before{font-size:42px}.o-octo-41\@lg[class^="octo-"]:before,.o-octo-41\@lg[class*=" octo-"]:before,.o-octo-41\@lg [class^="octo-"]:before,.o-octo-41\@lg [class*=" octo-"]:before{font-size:41px}.o-octo-40\@lg[class^="octo-"]:before,.o-octo-40\@lg[class*=" octo-"]:before,.o-octo-40\@lg [class^="octo-"]:before,.o-octo-40\@lg [class*=" octo-"]:before{font-size:40px}.o-octo-39\@lg[class^="octo-"]:before,.o-octo-39\@lg[class*=" octo-"]:before,.o-octo-39\@lg [class^="octo-"]:before,.o-octo-39\@lg [class*=" octo-"]:before{font-size:39px}.o-octo-38\@lg[class^="octo-"]:before,.o-octo-38\@lg[class*=" octo-"]:before,.o-octo-38\@lg [class^="octo-"]:before,.o-octo-38\@lg [class*=" octo-"]:before{font-size:38px}.o-octo-37\@lg[class^="octo-"]:before,.o-octo-37\@lg[class*=" octo-"]:before,.o-octo-37\@lg [class^="octo-"]:before,.o-octo-37\@lg [class*=" octo-"]:before{font-size:37px}.o-octo-36\@lg[class^="octo-"]:before,.o-octo-36\@lg[class*=" octo-"]:before,.o-octo-36\@lg [class^="octo-"]:before,.o-octo-36\@lg [class*=" octo-"]:before{font-size:36px}.o-octo-35\@lg[class^="octo-"]:before,.o-octo-35\@lg[class*=" octo-"]:before,.o-octo-35\@lg [class^="octo-"]:before,.o-octo-35\@lg [class*=" octo-"]:before{font-size:35px}.o-octo-34\@lg[class^="octo-"]:before,.o-octo-34\@lg[class*=" octo-"]:before,.o-octo-34\@lg [class^="octo-"]:before,.o-octo-34\@lg [class*=" octo-"]:before{font-size:34px}.o-octo-33\@lg[class^="octo-"]:before,.o-octo-33\@lg[class*=" octo-"]:before,.o-octo-33\@lg [class^="octo-"]:before,.o-octo-33\@lg [class*=" octo-"]:before{font-size:33px}.o-octo-32\@lg[class^="octo-"]:before,.o-octo-32\@lg[class*=" octo-"]:before,.o-octo-32\@lg [class^="octo-"]:before,.o-octo-32\@lg [class*=" octo-"]:before{font-size:32px}.o-octo-31\@lg[class^="octo-"]:before,.o-octo-31\@lg[class*=" octo-"]:before,.o-octo-31\@lg [class^="octo-"]:before,.o-octo-31\@lg [class*=" octo-"]:before{font-size:31px}.o-octo-30\@lg[class^="octo-"]:before,.o-octo-30\@lg[class*=" octo-"]:before,.o-octo-30\@lg [class^="octo-"]:before,.o-octo-30\@lg [class*=" octo-"]:before{font-size:30px}.o-octo-29\@lg[class^="octo-"]:before,.o-octo-29\@lg[class*=" octo-"]:before,.o-octo-29\@lg [class^="octo-"]:before,.o-octo-29\@lg [class*=" octo-"]:before{font-size:29px}.o-octo-28\@lg[class^="octo-"]:before,.o-octo-28\@lg[class*=" octo-"]:before,.o-octo-28\@lg [class^="octo-"]:before,.o-octo-28\@lg [class*=" octo-"]:before{font-size:28px}.o-octo-27\@lg[class^="octo-"]:before,.o-octo-27\@lg[class*=" octo-"]:before,.o-octo-27\@lg [class^="octo-"]:before,.o-octo-27\@lg [class*=" octo-"]:before{font-size:27px}.o-octo-26\@lg[class^="octo-"]:before,.o-octo-26\@lg[class*=" octo-"]:before,.o-octo-26\@lg [class^="octo-"]:before,.o-octo-26\@lg [class*=" octo-"]:before{font-size:26px}.o-octo-25\@lg[class^="octo-"]:before,.o-octo-25\@lg[class*=" octo-"]:before,.o-octo-25\@lg [class^="octo-"]:before,.o-octo-25\@lg [class*=" octo-"]:before{font-size:25px}.o-octo-24\@lg[class^="octo-"]:before,.o-octo-24\@lg[class*=" octo-"]:before,.o-octo-24\@lg [class^="octo-"]:before,.o-octo-24\@lg [class*=" octo-"]:before{font-size:24px}.o-octo-23\@lg[class^="octo-"]:before,.o-octo-23\@lg[class*=" octo-"]:before,.o-octo-23\@lg [class^="octo-"]:before,.o-octo-23\@lg [class*=" octo-"]:before{font-size:23px}.o-octo-22\@lg[class^="octo-"]:before,.o-octo-22\@lg[class*=" octo-"]:before,.o-octo-22\@lg [class^="octo-"]:before,.o-octo-22\@lg [class*=" octo-"]:before{font-size:22px}.o-octo-21\@lg[class^="octo-"]:before,.o-octo-21\@lg[class*=" octo-"]:before,.o-octo-21\@lg [class^="octo-"]:before,.o-octo-21\@lg [class*=" octo-"]:before{font-size:21px}.o-octo-20\@lg[class^="octo-"]:before,.o-octo-20\@lg[class*=" octo-"]:before,.o-octo-20\@lg [class^="octo-"]:before,.o-octo-20\@lg [class*=" octo-"]:before{font-size:20px}.o-octo-19\@lg[class^="octo-"]:before,.o-octo-19\@lg[class*=" octo-"]:before,.o-octo-19\@lg [class^="octo-"]:before,.o-octo-19\@lg [class*=" octo-"]:before{font-size:19px}.o-octo-18\@lg[class^="octo-"]:before,.o-octo-18\@lg[class*=" octo-"]:before,.o-octo-18\@lg [class^="octo-"]:before,.o-octo-18\@lg [class*=" octo-"]:before{font-size:18px}.o-octo-17\@lg[class^="octo-"]:before,.o-octo-17\@lg[class*=" octo-"]:before,.o-octo-17\@lg [class^="octo-"]:before,.o-octo-17\@lg [class*=" octo-"]:before{font-size:17px}.o-octo-16\@lg[class^="octo-"]:before,.o-octo-16\@lg[class*=" octo-"]:before,.o-octo-16\@lg [class^="octo-"]:before,.o-octo-16\@lg [class*=" octo-"]:before{font-size:16px}.o-octo-15\@lg[class^="octo-"]:before,.o-octo-15\@lg[class*=" octo-"]:before,.o-octo-15\@lg [class^="octo-"]:before,.o-octo-15\@lg [class*=" octo-"]:before{font-size:15px}.o-octo-14\@lg[class^="octo-"]:before,.o-octo-14\@lg[class*=" octo-"]:before,.o-octo-14\@lg [class^="octo-"]:before,.o-octo-14\@lg [class*=" octo-"]:before{font-size:14px}.o-octo-13\@lg[class^="octo-"]:before,.o-octo-13\@lg[class*=" octo-"]:before,.o-octo-13\@lg [class^="octo-"]:before,.o-octo-13\@lg [class*=" octo-"]:before{font-size:13px}.o-octo-12\@lg[class^="octo-"]:before,.o-octo-12\@lg[class*=" octo-"]:before,.o-octo-12\@lg [class^="octo-"]:before,.o-octo-12\@lg [class*=" octo-"]:before{font-size:12px}.o-octo-11\@lg[class^="octo-"]:before,.o-octo-11\@lg[class*=" octo-"]:before,.o-octo-11\@lg [class^="octo-"]:before,.o-octo-11\@lg [class*=" octo-"]:before{font-size:11px}.o-octo-10\@lg[class^="octo-"]:before,.o-octo-10\@lg[class*=" octo-"]:before,.o-octo-10\@lg [class^="octo-"]:before,.o-octo-10\@lg [class*=" octo-"]:before{font-size:10px}.o-octo-9\@lg[class^="octo-"]:before,.o-octo-9\@lg[class*=" octo-"]:before,.o-octo-9\@lg [class^="octo-"]:before,.o-octo-9\@lg [class*=" octo-"]:before{font-size:9px}.o-octo-8\@lg[class^="octo-"]:before,.o-octo-8\@lg[class*=" octo-"]:before,.o-octo-8\@lg [class^="octo-"]:before,.o-octo-8\@lg [class*=" octo-"]:before{font-size:8px}.o-octo-7\@lg[class^="octo-"]:before,.o-octo-7\@lg[class*=" octo-"]:before,.o-octo-7\@lg [class^="octo-"]:before,.o-octo-7\@lg [class*=" octo-"]:before{font-size:7px}.o-octo-6\@lg[class^="octo-"]:before,.o-octo-6\@lg[class*=" octo-"]:before,.o-octo-6\@lg [class^="octo-"]:before,.o-octo-6\@lg [class*=" octo-"]:before{font-size:6px}.o-octo-5\@lg[class^="octo-"]:before,.o-octo-5\@lg[class*=" octo-"]:before,.o-octo-5\@lg [class^="octo-"]:before,.o-octo-5\@lg [class*=" octo-"]:before{font-size:5px}.o-octo-4\@lg[class^="octo-"]:before,.o-octo-4\@lg[class*=" octo-"]:before,.o-octo-4\@lg [class^="octo-"]:before,.o-octo-4\@lg [class*=" octo-"]:before{font-size:4px}.o-octo-3\@lg[class^="octo-"]:before,.o-octo-3\@lg[class*=" octo-"]:before,.o-octo-3\@lg [class^="octo-"]:before,.o-octo-3\@lg [class*=" octo-"]:before{font-size:3px}.o-octo-2\@lg[class^="octo-"]:before,.o-octo-2\@lg[class*=" octo-"]:before,.o-octo-2\@lg [class^="octo-"]:before,.o-octo-2\@lg [class*=" octo-"]:before{font-size:2px}.o-octo-1\@lg[class^="octo-"]:before,.o-octo-1\@lg[class*=" octo-"]:before,.o-octo-1\@lg [class^="octo-"]:before,.o-octo-1\@lg [class*=" octo-"]:before{font-size:1px}
}
@media (max-width:991px){
    .o-octo-64\@md[class^="octo-"]:before,.o-octo-64\@md[class*=" octo-"]:before,.o-octo-64\@md [class^="octo-"]:before,.o-octo-64\@md [class*=" octo-"]:before{font-size:64px}.o-octo-63\@md[class^="octo-"]:before,.o-octo-63\@md[class*=" octo-"]:before,.o-octo-63\@md [class^="octo-"]:before,.o-octo-63\@md [class*=" octo-"]:before{font-size:63px}.o-octo-62\@md[class^="octo-"]:before,.o-octo-62\@md[class*=" octo-"]:before,.o-octo-62\@md [class^="octo-"]:before,.o-octo-62\@md [class*=" octo-"]:before{font-size:62px}.o-octo-61\@md[class^="octo-"]:before,.o-octo-61\@md[class*=" octo-"]:before,.o-octo-61\@md [class^="octo-"]:before,.o-octo-61\@md [class*=" octo-"]:before{font-size:61px}.o-octo-60\@md[class^="octo-"]:before,.o-octo-60\@md[class*=" octo-"]:before,.o-octo-60\@md [class^="octo-"]:before,.o-octo-60\@md [class*=" octo-"]:before{font-size:60px}.o-octo-59\@md[class^="octo-"]:before,.o-octo-59\@md[class*=" octo-"]:before,.o-octo-59\@md [class^="octo-"]:before,.o-octo-59\@md [class*=" octo-"]:before{font-size:59px}.o-octo-58\@md[class^="octo-"]:before,.o-octo-58\@md[class*=" octo-"]:before,.o-octo-58\@md [class^="octo-"]:before,.o-octo-58\@md [class*=" octo-"]:before{font-size:58px}.o-octo-57\@md[class^="octo-"]:before,.o-octo-57\@md[class*=" octo-"]:before,.o-octo-57\@md [class^="octo-"]:before,.o-octo-57\@md [class*=" octo-"]:before{font-size:57px}.o-octo-56\@md[class^="octo-"]:before,.o-octo-56\@md[class*=" octo-"]:before,.o-octo-56\@md [class^="octo-"]:before,.o-octo-56\@md [class*=" octo-"]:before{font-size:56px}.o-octo-55\@md[class^="octo-"]:before,.o-octo-55\@md[class*=" octo-"]:before,.o-octo-55\@md [class^="octo-"]:before,.o-octo-55\@md [class*=" octo-"]:before{font-size:55px}.o-octo-54\@md[class^="octo-"]:before,.o-octo-54\@md[class*=" octo-"]:before,.o-octo-54\@md [class^="octo-"]:before,.o-octo-54\@md [class*=" octo-"]:before{font-size:54px}.o-octo-53\@md[class^="octo-"]:before,.o-octo-53\@md[class*=" octo-"]:before,.o-octo-53\@md [class^="octo-"]:before,.o-octo-53\@md [class*=" octo-"]:before{font-size:53px}.o-octo-52\@md[class^="octo-"]:before,.o-octo-52\@md[class*=" octo-"]:before,.o-octo-52\@md [class^="octo-"]:before,.o-octo-52\@md [class*=" octo-"]:before{font-size:52px}.o-octo-51\@md[class^="octo-"]:before,.o-octo-51\@md[class*=" octo-"]:before,.o-octo-51\@md [class^="octo-"]:before,.o-octo-51\@md [class*=" octo-"]:before{font-size:51px}.o-octo-50\@md[class^="octo-"]:before,.o-octo-50\@md[class*=" octo-"]:before,.o-octo-50\@md [class^="octo-"]:before,.o-octo-50\@md [class*=" octo-"]:before{font-size:50px}.o-octo-49\@md[class^="octo-"]:before,.o-octo-49\@md[class*=" octo-"]:before,.o-octo-49\@md [class^="octo-"]:before,.o-octo-49\@md [class*=" octo-"]:before{font-size:49px}.o-octo-48\@md[class^="octo-"]:before,.o-octo-48\@md[class*=" octo-"]:before,.o-octo-48\@md [class^="octo-"]:before,.o-octo-48\@md [class*=" octo-"]:before{font-size:48px}.o-octo-47\@md[class^="octo-"]:before,.o-octo-47\@md[class*=" octo-"]:before,.o-octo-47\@md [class^="octo-"]:before,.o-octo-47\@md [class*=" octo-"]:before{font-size:47px}.o-octo-46\@md[class^="octo-"]:before,.o-octo-46\@md[class*=" octo-"]:before,.o-octo-46\@md [class^="octo-"]:before,.o-octo-46\@md [class*=" octo-"]:before{font-size:46px}.o-octo-45\@md[class^="octo-"]:before,.o-octo-45\@md[class*=" octo-"]:before,.o-octo-45\@md [class^="octo-"]:before,.o-octo-45\@md [class*=" octo-"]:before{font-size:45px}.o-octo-44\@md[class^="octo-"]:before,.o-octo-44\@md[class*=" octo-"]:before,.o-octo-44\@md [class^="octo-"]:before,.o-octo-44\@md [class*=" octo-"]:before{font-size:44px}.o-octo-43\@md[class^="octo-"]:before,.o-octo-43\@md[class*=" octo-"]:before,.o-octo-43\@md [class^="octo-"]:before,.o-octo-43\@md [class*=" octo-"]:before{font-size:43px}.o-octo-42\@md[class^="octo-"]:before,.o-octo-42\@md[class*=" octo-"]:before,.o-octo-42\@md [class^="octo-"]:before,.o-octo-42\@md [class*=" octo-"]:before{font-size:42px}.o-octo-41\@md[class^="octo-"]:before,.o-octo-41\@md[class*=" octo-"]:before,.o-octo-41\@md [class^="octo-"]:before,.o-octo-41\@md [class*=" octo-"]:before{font-size:41px}.o-octo-40\@md[class^="octo-"]:before,.o-octo-40\@md[class*=" octo-"]:before,.o-octo-40\@md [class^="octo-"]:before,.o-octo-40\@md [class*=" octo-"]:before{font-size:40px}.o-octo-39\@md[class^="octo-"]:before,.o-octo-39\@md[class*=" octo-"]:before,.o-octo-39\@md [class^="octo-"]:before,.o-octo-39\@md [class*=" octo-"]:before{font-size:39px}.o-octo-38\@md[class^="octo-"]:before,.o-octo-38\@md[class*=" octo-"]:before,.o-octo-38\@md [class^="octo-"]:before,.o-octo-38\@md [class*=" octo-"]:before{font-size:38px}.o-octo-37\@md[class^="octo-"]:before,.o-octo-37\@md[class*=" octo-"]:before,.o-octo-37\@md [class^="octo-"]:before,.o-octo-37\@md [class*=" octo-"]:before{font-size:37px}.o-octo-36\@md[class^="octo-"]:before,.o-octo-36\@md[class*=" octo-"]:before,.o-octo-36\@md [class^="octo-"]:before,.o-octo-36\@md [class*=" octo-"]:before{font-size:36px}.o-octo-35\@md[class^="octo-"]:before,.o-octo-35\@md[class*=" octo-"]:before,.o-octo-35\@md [class^="octo-"]:before,.o-octo-35\@md [class*=" octo-"]:before{font-size:35px}.o-octo-34\@md[class^="octo-"]:before,.o-octo-34\@md[class*=" octo-"]:before,.o-octo-34\@md [class^="octo-"]:before,.o-octo-34\@md [class*=" octo-"]:before{font-size:34px}.o-octo-33\@md[class^="octo-"]:before,.o-octo-33\@md[class*=" octo-"]:before,.o-octo-33\@md [class^="octo-"]:before,.o-octo-33\@md [class*=" octo-"]:before{font-size:33px}.o-octo-32\@md[class^="octo-"]:before,.o-octo-32\@md[class*=" octo-"]:before,.o-octo-32\@md [class^="octo-"]:before,.o-octo-32\@md [class*=" octo-"]:before{font-size:32px}.o-octo-31\@md[class^="octo-"]:before,.o-octo-31\@md[class*=" octo-"]:before,.o-octo-31\@md [class^="octo-"]:before,.o-octo-31\@md [class*=" octo-"]:before{font-size:31px}.o-octo-30\@md[class^="octo-"]:before,.o-octo-30\@md[class*=" octo-"]:before,.o-octo-30\@md [class^="octo-"]:before,.o-octo-30\@md [class*=" octo-"]:before{font-size:30px}.o-octo-29\@md[class^="octo-"]:before,.o-octo-29\@md[class*=" octo-"]:before,.o-octo-29\@md [class^="octo-"]:before,.o-octo-29\@md [class*=" octo-"]:before{font-size:29px}.o-octo-28\@md[class^="octo-"]:before,.o-octo-28\@md[class*=" octo-"]:before,.o-octo-28\@md [class^="octo-"]:before,.o-octo-28\@md [class*=" octo-"]:before{font-size:28px}.o-octo-27\@md[class^="octo-"]:before,.o-octo-27\@md[class*=" octo-"]:before,.o-octo-27\@md [class^="octo-"]:before,.o-octo-27\@md [class*=" octo-"]:before{font-size:27px}.o-octo-26\@md[class^="octo-"]:before,.o-octo-26\@md[class*=" octo-"]:before,.o-octo-26\@md [class^="octo-"]:before,.o-octo-26\@md [class*=" octo-"]:before{font-size:26px}.o-octo-25\@md[class^="octo-"]:before,.o-octo-25\@md[class*=" octo-"]:before,.o-octo-25\@md [class^="octo-"]:before,.o-octo-25\@md [class*=" octo-"]:before{font-size:25px}.o-octo-24\@md[class^="octo-"]:before,.o-octo-24\@md[class*=" octo-"]:before,.o-octo-24\@md [class^="octo-"]:before,.o-octo-24\@md [class*=" octo-"]:before{font-size:24px}.o-octo-23\@md[class^="octo-"]:before,.o-octo-23\@md[class*=" octo-"]:before,.o-octo-23\@md [class^="octo-"]:before,.o-octo-23\@md [class*=" octo-"]:before{font-size:23px}.o-octo-22\@md[class^="octo-"]:before,.o-octo-22\@md[class*=" octo-"]:before,.o-octo-22\@md [class^="octo-"]:before,.o-octo-22\@md [class*=" octo-"]:before{font-size:22px}.o-octo-21\@md[class^="octo-"]:before,.o-octo-21\@md[class*=" octo-"]:before,.o-octo-21\@md [class^="octo-"]:before,.o-octo-21\@md [class*=" octo-"]:before{font-size:21px}.o-octo-20\@md[class^="octo-"]:before,.o-octo-20\@md[class*=" octo-"]:before,.o-octo-20\@md [class^="octo-"]:before,.o-octo-20\@md [class*=" octo-"]:before{font-size:20px}.o-octo-19\@md[class^="octo-"]:before,.o-octo-19\@md[class*=" octo-"]:before,.o-octo-19\@md [class^="octo-"]:before,.o-octo-19\@md [class*=" octo-"]:before{font-size:19px}.o-octo-18\@md[class^="octo-"]:before,.o-octo-18\@md[class*=" octo-"]:before,.o-octo-18\@md [class^="octo-"]:before,.o-octo-18\@md [class*=" octo-"]:before{font-size:18px}.o-octo-17\@md[class^="octo-"]:before,.o-octo-17\@md[class*=" octo-"]:before,.o-octo-17\@md [class^="octo-"]:before,.o-octo-17\@md [class*=" octo-"]:before{font-size:17px}.o-octo-16\@md[class^="octo-"]:before,.o-octo-16\@md[class*=" octo-"]:before,.o-octo-16\@md [class^="octo-"]:before,.o-octo-16\@md [class*=" octo-"]:before{font-size:16px}.o-octo-15\@md[class^="octo-"]:before,.o-octo-15\@md[class*=" octo-"]:before,.o-octo-15\@md [class^="octo-"]:before,.o-octo-15\@md [class*=" octo-"]:before{font-size:15px}.o-octo-14\@md[class^="octo-"]:before,.o-octo-14\@md[class*=" octo-"]:before,.o-octo-14\@md [class^="octo-"]:before,.o-octo-14\@md [class*=" octo-"]:before{font-size:14px}.o-octo-13\@md[class^="octo-"]:before,.o-octo-13\@md[class*=" octo-"]:before,.o-octo-13\@md [class^="octo-"]:before,.o-octo-13\@md [class*=" octo-"]:before{font-size:13px}.o-octo-12\@md[class^="octo-"]:before,.o-octo-12\@md[class*=" octo-"]:before,.o-octo-12\@md [class^="octo-"]:before,.o-octo-12\@md [class*=" octo-"]:before{font-size:12px}.o-octo-11\@md[class^="octo-"]:before,.o-octo-11\@md[class*=" octo-"]:before,.o-octo-11\@md [class^="octo-"]:before,.o-octo-11\@md [class*=" octo-"]:before{font-size:11px}.o-octo-10\@md[class^="octo-"]:before,.o-octo-10\@md[class*=" octo-"]:before,.o-octo-10\@md [class^="octo-"]:before,.o-octo-10\@md [class*=" octo-"]:before{font-size:10px}.o-octo-9\@md[class^="octo-"]:before,.o-octo-9\@md[class*=" octo-"]:before,.o-octo-9\@md [class^="octo-"]:before,.o-octo-9\@md [class*=" octo-"]:before{font-size:9px}.o-octo-8\@md[class^="octo-"]:before,.o-octo-8\@md[class*=" octo-"]:before,.o-octo-8\@md [class^="octo-"]:before,.o-octo-8\@md [class*=" octo-"]:before{font-size:8px}.o-octo-7\@md[class^="octo-"]:before,.o-octo-7\@md[class*=" octo-"]:before,.o-octo-7\@md [class^="octo-"]:before,.o-octo-7\@md [class*=" octo-"]:before{font-size:7px}.o-octo-6\@md[class^="octo-"]:before,.o-octo-6\@md[class*=" octo-"]:before,.o-octo-6\@md [class^="octo-"]:before,.o-octo-6\@md [class*=" octo-"]:before{font-size:6px}.o-octo-5\@md[class^="octo-"]:before,.o-octo-5\@md[class*=" octo-"]:before,.o-octo-5\@md [class^="octo-"]:before,.o-octo-5\@md [class*=" octo-"]:before{font-size:5px}.o-octo-4\@md[class^="octo-"]:before,.o-octo-4\@md[class*=" octo-"]:before,.o-octo-4\@md [class^="octo-"]:before,.o-octo-4\@md [class*=" octo-"]:before{font-size:4px}.o-octo-3\@md[class^="octo-"]:before,.o-octo-3\@md[class*=" octo-"]:before,.o-octo-3\@md [class^="octo-"]:before,.o-octo-3\@md [class*=" octo-"]:before{font-size:3px}.o-octo-2\@md[class^="octo-"]:before,.o-octo-2\@md[class*=" octo-"]:before,.o-octo-2\@md [class^="octo-"]:before,.o-octo-2\@md [class*=" octo-"]:before{font-size:2px}.o-octo-1\@md[class^="octo-"]:before,.o-octo-1\@md[class*=" octo-"]:before,.o-octo-1\@md [class^="octo-"]:before,.o-octo-1\@md [class*=" octo-"]:before{font-size:1px}
}
@media (max-width:767px){
    .o-octo-64\@sm[class^="octo-"]:before,.o-octo-64\@sm[class*=" octo-"]:before,.o-octo-64\@sm [class^="octo-"]:before,.o-octo-64\@sm [class*=" octo-"]:before{font-size:64px}.o-octo-63\@sm[class^="octo-"]:before,.o-octo-63\@sm[class*=" octo-"]:before,.o-octo-63\@sm [class^="octo-"]:before,.o-octo-63\@sm [class*=" octo-"]:before{font-size:63px}.o-octo-62\@sm[class^="octo-"]:before,.o-octo-62\@sm[class*=" octo-"]:before,.o-octo-62\@sm [class^="octo-"]:before,.o-octo-62\@sm [class*=" octo-"]:before{font-size:62px}.o-octo-61\@sm[class^="octo-"]:before,.o-octo-61\@sm[class*=" octo-"]:before,.o-octo-61\@sm [class^="octo-"]:before,.o-octo-61\@sm [class*=" octo-"]:before{font-size:61px}.o-octo-60\@sm[class^="octo-"]:before,.o-octo-60\@sm[class*=" octo-"]:before,.o-octo-60\@sm [class^="octo-"]:before,.o-octo-60\@sm [class*=" octo-"]:before{font-size:60px}.o-octo-59\@sm[class^="octo-"]:before,.o-octo-59\@sm[class*=" octo-"]:before,.o-octo-59\@sm [class^="octo-"]:before,.o-octo-59\@sm [class*=" octo-"]:before{font-size:59px}.o-octo-58\@sm[class^="octo-"]:before,.o-octo-58\@sm[class*=" octo-"]:before,.o-octo-58\@sm [class^="octo-"]:before,.o-octo-58\@sm [class*=" octo-"]:before{font-size:58px}.o-octo-57\@sm[class^="octo-"]:before,.o-octo-57\@sm[class*=" octo-"]:before,.o-octo-57\@sm [class^="octo-"]:before,.o-octo-57\@sm [class*=" octo-"]:before{font-size:57px}.o-octo-56\@sm[class^="octo-"]:before,.o-octo-56\@sm[class*=" octo-"]:before,.o-octo-56\@sm [class^="octo-"]:before,.o-octo-56\@sm [class*=" octo-"]:before{font-size:56px}.o-octo-55\@sm[class^="octo-"]:before,.o-octo-55\@sm[class*=" octo-"]:before,.o-octo-55\@sm [class^="octo-"]:before,.o-octo-55\@sm [class*=" octo-"]:before{font-size:55px}.o-octo-54\@sm[class^="octo-"]:before,.o-octo-54\@sm[class*=" octo-"]:before,.o-octo-54\@sm [class^="octo-"]:before,.o-octo-54\@sm [class*=" octo-"]:before{font-size:54px}.o-octo-53\@sm[class^="octo-"]:before,.o-octo-53\@sm[class*=" octo-"]:before,.o-octo-53\@sm [class^="octo-"]:before,.o-octo-53\@sm [class*=" octo-"]:before{font-size:53px}.o-octo-52\@sm[class^="octo-"]:before,.o-octo-52\@sm[class*=" octo-"]:before,.o-octo-52\@sm [class^="octo-"]:before,.o-octo-52\@sm [class*=" octo-"]:before{font-size:52px}.o-octo-51\@sm[class^="octo-"]:before,.o-octo-51\@sm[class*=" octo-"]:before,.o-octo-51\@sm [class^="octo-"]:before,.o-octo-51\@sm [class*=" octo-"]:before{font-size:51px}.o-octo-50\@sm[class^="octo-"]:before,.o-octo-50\@sm[class*=" octo-"]:before,.o-octo-50\@sm [class^="octo-"]:before,.o-octo-50\@sm [class*=" octo-"]:before{font-size:50px}.o-octo-49\@sm[class^="octo-"]:before,.o-octo-49\@sm[class*=" octo-"]:before,.o-octo-49\@sm [class^="octo-"]:before,.o-octo-49\@sm [class*=" octo-"]:before{font-size:49px}.o-octo-48\@sm[class^="octo-"]:before,.o-octo-48\@sm[class*=" octo-"]:before,.o-octo-48\@sm [class^="octo-"]:before,.o-octo-48\@sm [class*=" octo-"]:before{font-size:48px}.o-octo-47\@sm[class^="octo-"]:before,.o-octo-47\@sm[class*=" octo-"]:before,.o-octo-47\@sm [class^="octo-"]:before,.o-octo-47\@sm [class*=" octo-"]:before{font-size:47px}.o-octo-46\@sm[class^="octo-"]:before,.o-octo-46\@sm[class*=" octo-"]:before,.o-octo-46\@sm [class^="octo-"]:before,.o-octo-46\@sm [class*=" octo-"]:before{font-size:46px}.o-octo-45\@sm[class^="octo-"]:before,.o-octo-45\@sm[class*=" octo-"]:before,.o-octo-45\@sm [class^="octo-"]:before,.o-octo-45\@sm [class*=" octo-"]:before{font-size:45px}.o-octo-44\@sm[class^="octo-"]:before,.o-octo-44\@sm[class*=" octo-"]:before,.o-octo-44\@sm [class^="octo-"]:before,.o-octo-44\@sm [class*=" octo-"]:before{font-size:44px}.o-octo-43\@sm[class^="octo-"]:before,.o-octo-43\@sm[class*=" octo-"]:before,.o-octo-43\@sm [class^="octo-"]:before,.o-octo-43\@sm [class*=" octo-"]:before{font-size:43px}.o-octo-42\@sm[class^="octo-"]:before,.o-octo-42\@sm[class*=" octo-"]:before,.o-octo-42\@sm [class^="octo-"]:before,.o-octo-42\@sm [class*=" octo-"]:before{font-size:42px}.o-octo-41\@sm[class^="octo-"]:before,.o-octo-41\@sm[class*=" octo-"]:before,.o-octo-41\@sm [class^="octo-"]:before,.o-octo-41\@sm [class*=" octo-"]:before{font-size:41px}.o-octo-40\@sm[class^="octo-"]:before,.o-octo-40\@sm[class*=" octo-"]:before,.o-octo-40\@sm [class^="octo-"]:before,.o-octo-40\@sm [class*=" octo-"]:before{font-size:40px}.o-octo-39\@sm[class^="octo-"]:before,.o-octo-39\@sm[class*=" octo-"]:before,.o-octo-39\@sm [class^="octo-"]:before,.o-octo-39\@sm [class*=" octo-"]:before{font-size:39px}.o-octo-38\@sm[class^="octo-"]:before,.o-octo-38\@sm[class*=" octo-"]:before,.o-octo-38\@sm [class^="octo-"]:before,.o-octo-38\@sm [class*=" octo-"]:before{font-size:38px}.o-octo-37\@sm[class^="octo-"]:before,.o-octo-37\@sm[class*=" octo-"]:before,.o-octo-37\@sm [class^="octo-"]:before,.o-octo-37\@sm [class*=" octo-"]:before{font-size:37px}.o-octo-36\@sm[class^="octo-"]:before,.o-octo-36\@sm[class*=" octo-"]:before,.o-octo-36\@sm [class^="octo-"]:before,.o-octo-36\@sm [class*=" octo-"]:before{font-size:36px}.o-octo-35\@sm[class^="octo-"]:before,.o-octo-35\@sm[class*=" octo-"]:before,.o-octo-35\@sm [class^="octo-"]:before,.o-octo-35\@sm [class*=" octo-"]:before{font-size:35px}.o-octo-34\@sm[class^="octo-"]:before,.o-octo-34\@sm[class*=" octo-"]:before,.o-octo-34\@sm [class^="octo-"]:before,.o-octo-34\@sm [class*=" octo-"]:before{font-size:34px}.o-octo-33\@sm[class^="octo-"]:before,.o-octo-33\@sm[class*=" octo-"]:before,.o-octo-33\@sm [class^="octo-"]:before,.o-octo-33\@sm [class*=" octo-"]:before{font-size:33px}.o-octo-32\@sm[class^="octo-"]:before,.o-octo-32\@sm[class*=" octo-"]:before,.o-octo-32\@sm [class^="octo-"]:before,.o-octo-32\@sm [class*=" octo-"]:before{font-size:32px}.o-octo-31\@sm[class^="octo-"]:before,.o-octo-31\@sm[class*=" octo-"]:before,.o-octo-31\@sm [class^="octo-"]:before,.o-octo-31\@sm [class*=" octo-"]:before{font-size:31px}.o-octo-30\@sm[class^="octo-"]:before,.o-octo-30\@sm[class*=" octo-"]:before,.o-octo-30\@sm [class^="octo-"]:before,.o-octo-30\@sm [class*=" octo-"]:before{font-size:30px}.o-octo-29\@sm[class^="octo-"]:before,.o-octo-29\@sm[class*=" octo-"]:before,.o-octo-29\@sm [class^="octo-"]:before,.o-octo-29\@sm [class*=" octo-"]:before{font-size:29px}.o-octo-28\@sm[class^="octo-"]:before,.o-octo-28\@sm[class*=" octo-"]:before,.o-octo-28\@sm [class^="octo-"]:before,.o-octo-28\@sm [class*=" octo-"]:before{font-size:28px}.o-octo-27\@sm[class^="octo-"]:before,.o-octo-27\@sm[class*=" octo-"]:before,.o-octo-27\@sm [class^="octo-"]:before,.o-octo-27\@sm [class*=" octo-"]:before{font-size:27px}.o-octo-26\@sm[class^="octo-"]:before,.o-octo-26\@sm[class*=" octo-"]:before,.o-octo-26\@sm [class^="octo-"]:before,.o-octo-26\@sm [class*=" octo-"]:before{font-size:26px}.o-octo-25\@sm[class^="octo-"]:before,.o-octo-25\@sm[class*=" octo-"]:before,.o-octo-25\@sm [class^="octo-"]:before,.o-octo-25\@sm [class*=" octo-"]:before{font-size:25px}.o-octo-24\@sm[class^="octo-"]:before,.o-octo-24\@sm[class*=" octo-"]:before,.o-octo-24\@sm [class^="octo-"]:before,.o-octo-24\@sm [class*=" octo-"]:before{font-size:24px}.o-octo-23\@sm[class^="octo-"]:before,.o-octo-23\@sm[class*=" octo-"]:before,.o-octo-23\@sm [class^="octo-"]:before,.o-octo-23\@sm [class*=" octo-"]:before{font-size:23px}.o-octo-22\@sm[class^="octo-"]:before,.o-octo-22\@sm[class*=" octo-"]:before,.o-octo-22\@sm [class^="octo-"]:before,.o-octo-22\@sm [class*=" octo-"]:before{font-size:22px}.o-octo-21\@sm[class^="octo-"]:before,.o-octo-21\@sm[class*=" octo-"]:before,.o-octo-21\@sm [class^="octo-"]:before,.o-octo-21\@sm [class*=" octo-"]:before{font-size:21px}.o-octo-20\@sm[class^="octo-"]:before,.o-octo-20\@sm[class*=" octo-"]:before,.o-octo-20\@sm [class^="octo-"]:before,.o-octo-20\@sm [class*=" octo-"]:before{font-size:20px}.o-octo-19\@sm[class^="octo-"]:before,.o-octo-19\@sm[class*=" octo-"]:before,.o-octo-19\@sm [class^="octo-"]:before,.o-octo-19\@sm [class*=" octo-"]:before{font-size:19px}.o-octo-18\@sm[class^="octo-"]:before,.o-octo-18\@sm[class*=" octo-"]:before,.o-octo-18\@sm [class^="octo-"]:before,.o-octo-18\@sm [class*=" octo-"]:before{font-size:18px}.o-octo-17\@sm[class^="octo-"]:before,.o-octo-17\@sm[class*=" octo-"]:before,.o-octo-17\@sm [class^="octo-"]:before,.o-octo-17\@sm [class*=" octo-"]:before{font-size:17px}.o-octo-16\@sm[class^="octo-"]:before,.o-octo-16\@sm[class*=" octo-"]:before,.o-octo-16\@sm [class^="octo-"]:before,.o-octo-16\@sm [class*=" octo-"]:before{font-size:16px}.o-octo-15\@sm[class^="octo-"]:before,.o-octo-15\@sm[class*=" octo-"]:before,.o-octo-15\@sm [class^="octo-"]:before,.o-octo-15\@sm [class*=" octo-"]:before{font-size:15px}.o-octo-14\@sm[class^="octo-"]:before,.o-octo-14\@sm[class*=" octo-"]:before,.o-octo-14\@sm [class^="octo-"]:before,.o-octo-14\@sm [class*=" octo-"]:before{font-size:14px}.o-octo-13\@sm[class^="octo-"]:before,.o-octo-13\@sm[class*=" octo-"]:before,.o-octo-13\@sm [class^="octo-"]:before,.o-octo-13\@sm [class*=" octo-"]:before{font-size:13px}.o-octo-12\@sm[class^="octo-"]:before,.o-octo-12\@sm[class*=" octo-"]:before,.o-octo-12\@sm [class^="octo-"]:before,.o-octo-12\@sm [class*=" octo-"]:before{font-size:12px}.o-octo-11\@sm[class^="octo-"]:before,.o-octo-11\@sm[class*=" octo-"]:before,.o-octo-11\@sm [class^="octo-"]:before,.o-octo-11\@sm [class*=" octo-"]:before{font-size:11px}.o-octo-10\@sm[class^="octo-"]:before,.o-octo-10\@sm[class*=" octo-"]:before,.o-octo-10\@sm [class^="octo-"]:before,.o-octo-10\@sm [class*=" octo-"]:before{font-size:10px}.o-octo-9\@sm[class^="octo-"]:before,.o-octo-9\@sm[class*=" octo-"]:before,.o-octo-9\@sm [class^="octo-"]:before,.o-octo-9\@sm [class*=" octo-"]:before{font-size:9px}.o-octo-8\@sm[class^="octo-"]:before,.o-octo-8\@sm[class*=" octo-"]:before,.o-octo-8\@sm [class^="octo-"]:before,.o-octo-8\@sm [class*=" octo-"]:before{font-size:8px}.o-octo-7\@sm[class^="octo-"]:before,.o-octo-7\@sm[class*=" octo-"]:before,.o-octo-7\@sm [class^="octo-"]:before,.o-octo-7\@sm [class*=" octo-"]:before{font-size:7px}.o-octo-6\@sm[class^="octo-"]:before,.o-octo-6\@sm[class*=" octo-"]:before,.o-octo-6\@sm [class^="octo-"]:before,.o-octo-6\@sm [class*=" octo-"]:before{font-size:6px}.o-octo-5\@sm[class^="octo-"]:before,.o-octo-5\@sm[class*=" octo-"]:before,.o-octo-5\@sm [class^="octo-"]:before,.o-octo-5\@sm [class*=" octo-"]:before{font-size:5px}.o-octo-4\@sm[class^="octo-"]:before,.o-octo-4\@sm[class*=" octo-"]:before,.o-octo-4\@sm [class^="octo-"]:before,.o-octo-4\@sm [class*=" octo-"]:before{font-size:4px}.o-octo-3\@sm[class^="octo-"]:before,.o-octo-3\@sm[class*=" octo-"]:before,.o-octo-3\@sm [class^="octo-"]:before,.o-octo-3\@sm [class*=" octo-"]:before{font-size:3px}.o-octo-2\@sm[class^="octo-"]:before,.o-octo-2\@sm[class*=" octo-"]:before,.o-octo-2\@sm [class^="octo-"]:before,.o-octo-2\@sm [class*=" octo-"]:before{font-size:2px}.o-octo-1\@sm[class^="octo-"]:before,.o-octo-1\@sm[class*=" octo-"]:before,.o-octo-1\@sm [class^="octo-"]:before,.o-octo-1\@sm [class*=" octo-"]:before{font-size:1px}
}
@media (max-width:532px){
    .o-octo-64\@xs[class^="octo-"]:before,.o-octo-64\@xs[class*=" octo-"]:before,.o-octo-64\@xs [class^="octo-"]:before,.o-octo-64\@xs [class*=" octo-"]:before{font-size:64px}.o-octo-63\@xs[class^="octo-"]:before,.o-octo-63\@xs[class*=" octo-"]:before,.o-octo-63\@xs [class^="octo-"]:before,.o-octo-63\@xs [class*=" octo-"]:before{font-size:63px}.o-octo-62\@xs[class^="octo-"]:before,.o-octo-62\@xs[class*=" octo-"]:before,.o-octo-62\@xs [class^="octo-"]:before,.o-octo-62\@xs [class*=" octo-"]:before{font-size:62px}.o-octo-61\@xs[class^="octo-"]:before,.o-octo-61\@xs[class*=" octo-"]:before,.o-octo-61\@xs [class^="octo-"]:before,.o-octo-61\@xs [class*=" octo-"]:before{font-size:61px}.o-octo-60\@xs[class^="octo-"]:before,.o-octo-60\@xs[class*=" octo-"]:before,.o-octo-60\@xs [class^="octo-"]:before,.o-octo-60\@xs [class*=" octo-"]:before{font-size:60px}.o-octo-59\@xs[class^="octo-"]:before,.o-octo-59\@xs[class*=" octo-"]:before,.o-octo-59\@xs [class^="octo-"]:before,.o-octo-59\@xs [class*=" octo-"]:before{font-size:59px}.o-octo-58\@xs[class^="octo-"]:before,.o-octo-58\@xs[class*=" octo-"]:before,.o-octo-58\@xs [class^="octo-"]:before,.o-octo-58\@xs [class*=" octo-"]:before{font-size:58px}.o-octo-57\@xs[class^="octo-"]:before,.o-octo-57\@xs[class*=" octo-"]:before,.o-octo-57\@xs [class^="octo-"]:before,.o-octo-57\@xs [class*=" octo-"]:before{font-size:57px}.o-octo-56\@xs[class^="octo-"]:before,.o-octo-56\@xs[class*=" octo-"]:before,.o-octo-56\@xs [class^="octo-"]:before,.o-octo-56\@xs [class*=" octo-"]:before{font-size:56px}.o-octo-55\@xs[class^="octo-"]:before,.o-octo-55\@xs[class*=" octo-"]:before,.o-octo-55\@xs [class^="octo-"]:before,.o-octo-55\@xs [class*=" octo-"]:before{font-size:55px}.o-octo-54\@xs[class^="octo-"]:before,.o-octo-54\@xs[class*=" octo-"]:before,.o-octo-54\@xs [class^="octo-"]:before,.o-octo-54\@xs [class*=" octo-"]:before{font-size:54px}.o-octo-53\@xs[class^="octo-"]:before,.o-octo-53\@xs[class*=" octo-"]:before,.o-octo-53\@xs [class^="octo-"]:before,.o-octo-53\@xs [class*=" octo-"]:before{font-size:53px}.o-octo-52\@xs[class^="octo-"]:before,.o-octo-52\@xs[class*=" octo-"]:before,.o-octo-52\@xs [class^="octo-"]:before,.o-octo-52\@xs [class*=" octo-"]:before{font-size:52px}.o-octo-51\@xs[class^="octo-"]:before,.o-octo-51\@xs[class*=" octo-"]:before,.o-octo-51\@xs [class^="octo-"]:before,.o-octo-51\@xs [class*=" octo-"]:before{font-size:51px}.o-octo-50\@xs[class^="octo-"]:before,.o-octo-50\@xs[class*=" octo-"]:before,.o-octo-50\@xs [class^="octo-"]:before,.o-octo-50\@xs [class*=" octo-"]:before{font-size:50px}.o-octo-49\@xs[class^="octo-"]:before,.o-octo-49\@xs[class*=" octo-"]:before,.o-octo-49\@xs [class^="octo-"]:before,.o-octo-49\@xs [class*=" octo-"]:before{font-size:49px}.o-octo-48\@xs[class^="octo-"]:before,.o-octo-48\@xs[class*=" octo-"]:before,.o-octo-48\@xs [class^="octo-"]:before,.o-octo-48\@xs [class*=" octo-"]:before{font-size:48px}.o-octo-47\@xs[class^="octo-"]:before,.o-octo-47\@xs[class*=" octo-"]:before,.o-octo-47\@xs [class^="octo-"]:before,.o-octo-47\@xs [class*=" octo-"]:before{font-size:47px}.o-octo-46\@xs[class^="octo-"]:before,.o-octo-46\@xs[class*=" octo-"]:before,.o-octo-46\@xs [class^="octo-"]:before,.o-octo-46\@xs [class*=" octo-"]:before{font-size:46px}.o-octo-45\@xs[class^="octo-"]:before,.o-octo-45\@xs[class*=" octo-"]:before,.o-octo-45\@xs [class^="octo-"]:before,.o-octo-45\@xs [class*=" octo-"]:before{font-size:45px}.o-octo-44\@xs[class^="octo-"]:before,.o-octo-44\@xs[class*=" octo-"]:before,.o-octo-44\@xs [class^="octo-"]:before,.o-octo-44\@xs [class*=" octo-"]:before{font-size:44px}.o-octo-43\@xs[class^="octo-"]:before,.o-octo-43\@xs[class*=" octo-"]:before,.o-octo-43\@xs [class^="octo-"]:before,.o-octo-43\@xs [class*=" octo-"]:before{font-size:43px}.o-octo-42\@xs[class^="octo-"]:before,.o-octo-42\@xs[class*=" octo-"]:before,.o-octo-42\@xs [class^="octo-"]:before,.o-octo-42\@xs [class*=" octo-"]:before{font-size:42px}.o-octo-41\@xs[class^="octo-"]:before,.o-octo-41\@xs[class*=" octo-"]:before,.o-octo-41\@xs [class^="octo-"]:before,.o-octo-41\@xs [class*=" octo-"]:before{font-size:41px}.o-octo-40\@xs[class^="octo-"]:before,.o-octo-40\@xs[class*=" octo-"]:before,.o-octo-40\@xs [class^="octo-"]:before,.o-octo-40\@xs [class*=" octo-"]:before{font-size:40px}.o-octo-39\@xs[class^="octo-"]:before,.o-octo-39\@xs[class*=" octo-"]:before,.o-octo-39\@xs [class^="octo-"]:before,.o-octo-39\@xs [class*=" octo-"]:before{font-size:39px}.o-octo-38\@xs[class^="octo-"]:before,.o-octo-38\@xs[class*=" octo-"]:before,.o-octo-38\@xs [class^="octo-"]:before,.o-octo-38\@xs [class*=" octo-"]:before{font-size:38px}.o-octo-37\@xs[class^="octo-"]:before,.o-octo-37\@xs[class*=" octo-"]:before,.o-octo-37\@xs [class^="octo-"]:before,.o-octo-37\@xs [class*=" octo-"]:before{font-size:37px}.o-octo-36\@xs[class^="octo-"]:before,.o-octo-36\@xs[class*=" octo-"]:before,.o-octo-36\@xs [class^="octo-"]:before,.o-octo-36\@xs [class*=" octo-"]:before{font-size:36px}.o-octo-35\@xs[class^="octo-"]:before,.o-octo-35\@xs[class*=" octo-"]:before,.o-octo-35\@xs [class^="octo-"]:before,.o-octo-35\@xs [class*=" octo-"]:before{font-size:35px}.o-octo-34\@xs[class^="octo-"]:before,.o-octo-34\@xs[class*=" octo-"]:before,.o-octo-34\@xs [class^="octo-"]:before,.o-octo-34\@xs [class*=" octo-"]:before{font-size:34px}.o-octo-33\@xs[class^="octo-"]:before,.o-octo-33\@xs[class*=" octo-"]:before,.o-octo-33\@xs [class^="octo-"]:before,.o-octo-33\@xs [class*=" octo-"]:before{font-size:33px}.o-octo-32\@xs[class^="octo-"]:before,.o-octo-32\@xs[class*=" octo-"]:before,.o-octo-32\@xs [class^="octo-"]:before,.o-octo-32\@xs [class*=" octo-"]:before{font-size:32px}.o-octo-31\@xs[class^="octo-"]:before,.o-octo-31\@xs[class*=" octo-"]:before,.o-octo-31\@xs [class^="octo-"]:before,.o-octo-31\@xs [class*=" octo-"]:before{font-size:31px}.o-octo-30\@xs[class^="octo-"]:before,.o-octo-30\@xs[class*=" octo-"]:before,.o-octo-30\@xs [class^="octo-"]:before,.o-octo-30\@xs [class*=" octo-"]:before{font-size:30px}.o-octo-29\@xs[class^="octo-"]:before,.o-octo-29\@xs[class*=" octo-"]:before,.o-octo-29\@xs [class^="octo-"]:before,.o-octo-29\@xs [class*=" octo-"]:before{font-size:29px}.o-octo-28\@xs[class^="octo-"]:before,.o-octo-28\@xs[class*=" octo-"]:before,.o-octo-28\@xs [class^="octo-"]:before,.o-octo-28\@xs [class*=" octo-"]:before{font-size:28px}.o-octo-27\@xs[class^="octo-"]:before,.o-octo-27\@xs[class*=" octo-"]:before,.o-octo-27\@xs [class^="octo-"]:before,.o-octo-27\@xs [class*=" octo-"]:before{font-size:27px}.o-octo-26\@xs[class^="octo-"]:before,.o-octo-26\@xs[class*=" octo-"]:before,.o-octo-26\@xs [class^="octo-"]:before,.o-octo-26\@xs [class*=" octo-"]:before{font-size:26px}.o-octo-25\@xs[class^="octo-"]:before,.o-octo-25\@xs[class*=" octo-"]:before,.o-octo-25\@xs [class^="octo-"]:before,.o-octo-25\@xs [class*=" octo-"]:before{font-size:25px}.o-octo-24\@xs[class^="octo-"]:before,.o-octo-24\@xs[class*=" octo-"]:before,.o-octo-24\@xs [class^="octo-"]:before,.o-octo-24\@xs [class*=" octo-"]:before{font-size:24px}.o-octo-23\@xs[class^="octo-"]:before,.o-octo-23\@xs[class*=" octo-"]:before,.o-octo-23\@xs [class^="octo-"]:before,.o-octo-23\@xs [class*=" octo-"]:before{font-size:23px}.o-octo-22\@xs[class^="octo-"]:before,.o-octo-22\@xs[class*=" octo-"]:before,.o-octo-22\@xs [class^="octo-"]:before,.o-octo-22\@xs [class*=" octo-"]:before{font-size:22px}.o-octo-21\@xs[class^="octo-"]:before,.o-octo-21\@xs[class*=" octo-"]:before,.o-octo-21\@xs [class^="octo-"]:before,.o-octo-21\@xs [class*=" octo-"]:before{font-size:21px}.o-octo-20\@xs[class^="octo-"]:before,.o-octo-20\@xs[class*=" octo-"]:before,.o-octo-20\@xs [class^="octo-"]:before,.o-octo-20\@xs [class*=" octo-"]:before{font-size:20px}.o-octo-19\@xs[class^="octo-"]:before,.o-octo-19\@xs[class*=" octo-"]:before,.o-octo-19\@xs [class^="octo-"]:before,.o-octo-19\@xs [class*=" octo-"]:before{font-size:19px}.o-octo-18\@xs[class^="octo-"]:before,.o-octo-18\@xs[class*=" octo-"]:before,.o-octo-18\@xs [class^="octo-"]:before,.o-octo-18\@xs [class*=" octo-"]:before{font-size:18px}.o-octo-17\@xs[class^="octo-"]:before,.o-octo-17\@xs[class*=" octo-"]:before,.o-octo-17\@xs [class^="octo-"]:before,.o-octo-17\@xs [class*=" octo-"]:before{font-size:17px}.o-octo-16\@xs[class^="octo-"]:before,.o-octo-16\@xs[class*=" octo-"]:before,.o-octo-16\@xs [class^="octo-"]:before,.o-octo-16\@xs [class*=" octo-"]:before{font-size:16px}.o-octo-15\@xs[class^="octo-"]:before,.o-octo-15\@xs[class*=" octo-"]:before,.o-octo-15\@xs [class^="octo-"]:before,.o-octo-15\@xs [class*=" octo-"]:before{font-size:15px}.o-octo-14\@xs[class^="octo-"]:before,.o-octo-14\@xs[class*=" octo-"]:before,.o-octo-14\@xs [class^="octo-"]:before,.o-octo-14\@xs [class*=" octo-"]:before{font-size:14px}.o-octo-13\@xs[class^="octo-"]:before,.o-octo-13\@xs[class*=" octo-"]:before,.o-octo-13\@xs [class^="octo-"]:before,.o-octo-13\@xs [class*=" octo-"]:before{font-size:13px}.o-octo-12\@xs[class^="octo-"]:before,.o-octo-12\@xs[class*=" octo-"]:before,.o-octo-12\@xs [class^="octo-"]:before,.o-octo-12\@xs [class*=" octo-"]:before{font-size:12px}.o-octo-11\@xs[class^="octo-"]:before,.o-octo-11\@xs[class*=" octo-"]:before,.o-octo-11\@xs [class^="octo-"]:before,.o-octo-11\@xs [class*=" octo-"]:before{font-size:11px}.o-octo-10\@xs[class^="octo-"]:before,.o-octo-10\@xs[class*=" octo-"]:before,.o-octo-10\@xs [class^="octo-"]:before,.o-octo-10\@xs [class*=" octo-"]:before{font-size:10px}.o-octo-9\@xs[class^="octo-"]:before,.o-octo-9\@xs[class*=" octo-"]:before,.o-octo-9\@xs [class^="octo-"]:before,.o-octo-9\@xs [class*=" octo-"]:before{font-size:9px}.o-octo-8\@xs[class^="octo-"]:before,.o-octo-8\@xs[class*=" octo-"]:before,.o-octo-8\@xs [class^="octo-"]:before,.o-octo-8\@xs [class*=" octo-"]:before{font-size:8px}.o-octo-7\@xs[class^="octo-"]:before,.o-octo-7\@xs[class*=" octo-"]:before,.o-octo-7\@xs [class^="octo-"]:before,.o-octo-7\@xs [class*=" octo-"]:before{font-size:7px}.o-octo-6\@xs[class^="octo-"]:before,.o-octo-6\@xs[class*=" octo-"]:before,.o-octo-6\@xs [class^="octo-"]:before,.o-octo-6\@xs [class*=" octo-"]:before{font-size:6px}.o-octo-5\@xs[class^="octo-"]:before,.o-octo-5\@xs[class*=" octo-"]:before,.o-octo-5\@xs [class^="octo-"]:before,.o-octo-5\@xs [class*=" octo-"]:before{font-size:5px}.o-octo-4\@xs[class^="octo-"]:before,.o-octo-4\@xs[class*=" octo-"]:before,.o-octo-4\@xs [class^="octo-"]:before,.o-octo-4\@xs [class*=" octo-"]:before{font-size:4px}.o-octo-3\@xs[class^="octo-"]:before,.o-octo-3\@xs[class*=" octo-"]:before,.o-octo-3\@xs [class^="octo-"]:before,.o-octo-3\@xs [class*=" octo-"]:before{font-size:3px}.o-octo-2\@xs[class^="octo-"]:before,.o-octo-2\@xs[class*=" octo-"]:before,.o-octo-2\@xs [class^="octo-"]:before,.o-octo-2\@xs [class*=" octo-"]:before{font-size:2px}.o-octo-1\@xs[class^="octo-"]:before,.o-octo-1\@xs[class*=" octo-"]:before,.o-octo-1\@xs [class^="octo-"]:before,.o-octo-1\@xs [class*=" octo-"]:before{font-size:1px}
}

