.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-5dbc1a8e-1c92-4a02-a4df-bca15b4b0668 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-5dbc1a8e-1c92-4a02-a4df-bca15b4b0668 {
  display: none;
}
#s-5dbc1a8e-1c92-4a02-a4df-bca15b4b0668, #wrap-s-5dbc1a8e-1c92-4a02-a4df-bca15b4b0668 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5dbc1a8e-1c92-4a02-a4df-bca15b4b0668 {
  display: none;
}
#s-5dbc1a8e-1c92-4a02-a4df-bca15b4b0668, #wrap-s-5dbc1a8e-1c92-4a02-a4df-bca15b4b0668 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5dbc1a8e-1c92-4a02-a4df-bca15b4b0668 {
  display: none;
}
#s-5dbc1a8e-1c92-4a02-a4df-bca15b4b0668, #wrap-s-5dbc1a8e-1c92-4a02-a4df-bca15b4b0668 { display: none !important; }}
#s-5dbc1a8e-1c92-4a02-a4df-bca15b4b0668 {
  background-image: url(https://i.shgcdn.com/6606053e-3415-40a7-9bdd-63c5e366d3f5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5dbc1a8e-1c92-4a02-a4df-bca15b4b0668 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5dbc1a8e-1c92-4a02-a4df-bca15b4b0668.shg-box.shg-c {
  justify-content: flex-start;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Lato";
  text-transform: none;
  font-weight: 900;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-d808c33d-e23e-4ab9-8d53-a8338cca85f1 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-d808c33d-e23e-4ab9-8d53-a8338cca85f1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1em;
  
  
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: #000000;
  font-family: "Lato";
  font-weight: 900;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Lato";
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: #000000;
  font-family: "Lato";
  font-weight: 900;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Lato";
  font-weight: 400;
}

#s-7b0d4f3c-1712-42f1-8171-23bbdaefb3ff {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 116, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 116, 0, 1);
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-79da9193-bfff-44ef-8b59-b2de2467cd03 {
  margin-left: 5%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-79da9193-bfff-44ef-8b59-b2de2467cd03"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-79da9193-bfff-44ef-8b59-b2de2467cd03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-79da9193-bfff-44ef-8b59-b2de2467cd03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-79da9193-bfff-44ef-8b59-b2de2467cd03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-15d789f1-2488-4761-877d-432f160850a8 {
  margin-top: 4px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-15d789f1-2488-4761-877d-432f160850a8 .shogun-icon-wrapper {
  text-align: center;
}


#s-15d789f1-2488-4761-877d-432f160850a8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 135, 24, 1);
}

#s-649cad13-c1d2-4f45-a4c0-a302af3c3a32 {
  margin-top: 1px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-649cad13-c1d2-4f45-a4c0-a302af3c3a32 .shogun-icon-wrapper {
  text-align: center;
}


#s-649cad13-c1d2-4f45-a4c0-a302af3c3a32 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 135, 24, 1);
}

#s-831ea1b7-ec77-4a63-bc09-b0ddab4f6705 {
  margin-top: 2px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-831ea1b7-ec77-4a63-bc09-b0ddab4f6705 .shogun-icon-wrapper {
  text-align: center;
}


#s-831ea1b7-ec77-4a63-bc09-b0ddab4f6705 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 135, 24, 1);
}

#s-e0213cb2-8280-4fd0-b611-c89400af67c6 {
  margin-top: 1px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-e0213cb2-8280-4fd0-b611-c89400af67c6 .shogun-icon-wrapper {
  text-align: center;
}


#s-e0213cb2-8280-4fd0-b611-c89400af67c6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 135, 24, 1);
}

#s-56bb8d5d-7259-488e-991c-d932a737e617 {
  margin-top: 2px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-56bb8d5d-7259-488e-991c-d932a737e617 .shogun-icon-wrapper {
  text-align: center;
}


#s-56bb8d5d-7259-488e-991c-d932a737e617 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 135, 24, 1);
}

#s-f81772fc-c9d4-40d5-b6cf-ec0edffcda48 {
  margin-top: 1px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-f81772fc-c9d4-40d5-b6cf-ec0edffcda48 .shogun-icon-wrapper {
  text-align: center;
}


#s-f81772fc-c9d4-40d5-b6cf-ec0edffcda48 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 135, 24, 1);
}

#s-ed86b3c8-457f-41ef-aeb1-49b18c102d4e {
  margin-top: 0px;
margin-left: -80%;
margin-right: 5%;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: 400;
  font-family: "Lato";
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-fb76b73d-2640-4f40-95a8-5616ac5b0c93 {
  box-shadow:0px 3px 3px 0px rgba(0, 37, 69, 0.25);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTQ3NjU0ODYtNmMzNy00NzU3LWJhNTQtNDNlYzQ1ZjMxOThmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NDc2NTQ4Ni02YzM3LTQ3NTctYmE1NC00M2VjNDVmMzE5OGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: auto;
padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-radius: 10px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-fb76b73d-2640-4f40-95a8-5616ac5b0c93:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmMxYWE4MjctZjAwMy00ZDRkLWJhMzUtYTM1NGZkNDU0NGFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzFhYTgyNy1mMDAzLTRkNGQtYmEzNS1hMzU0ZmQ0NTQ0YWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}] !important;}#s-fb76b73d-2640-4f40-95a8-5616ac5b0c93:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb76b73d-2640-4f40-95a8-5616ac5b0c93-root {
    text-align: left;
  }


#s-fb76b73d-2640-4f40-95a8-5616ac5b0c93.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb76b73d-2640-4f40-95a8-5616ac5b0c93-root {
    text-align: left;
  }


#s-fb76b73d-2640-4f40-95a8-5616ac5b0c93.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb76b73d-2640-4f40-95a8-5616ac5b0c93-root {
    text-align: left;
  }


#s-fb76b73d-2640-4f40-95a8-5616ac5b0c93.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb76b73d-2640-4f40-95a8-5616ac5b0c93-root {
    text-align: left;
  }


#s-fb76b73d-2640-4f40-95a8-5616ac5b0c93.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb76b73d-2640-4f40-95a8-5616ac5b0c93-root {
    text-align: left;
  }


#s-fb76b73d-2640-4f40-95a8-5616ac5b0c93.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-7376ed05-78de-42b6-a8d9-60782141bca9 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 0px;
min-height: 720px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7376ed05-78de-42b6-a8d9-60782141bca9 {
  display: none;
}
#s-7376ed05-78de-42b6-a8d9-60782141bca9, #wrap-s-7376ed05-78de-42b6-a8d9-60782141bca9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7376ed05-78de-42b6-a8d9-60782141bca9 {
  display: none;
}
#s-7376ed05-78de-42b6-a8d9-60782141bca9, #wrap-s-7376ed05-78de-42b6-a8d9-60782141bca9 { display: none !important; }}@media (max-width: 767px){#s-7376ed05-78de-42b6-a8d9-60782141bca9 {
  display: none;
}
#s-7376ed05-78de-42b6-a8d9-60782141bca9, #wrap-s-7376ed05-78de-42b6-a8d9-60782141bca9 { display: none !important; }}
#s-7376ed05-78de-42b6-a8d9-60782141bca9 {
  background-image: url(https://i.shgcdn.com/8903cf3e-6b71-4844-a3cb-0c069d716fbc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7376ed05-78de-42b6-a8d9-60782141bca9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7376ed05-78de-42b6-a8d9-60782141bca9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-836a41ed-42d3-4872-993c-f388da893469 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-836a41ed-42d3-4872-993c-f388da893469 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 72px;
  line-height: 1em;
  
  text-align: left;
}



#s-58be8d40-6ba3-4ad4-91af-2c984326ce98 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 59%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 1);
}

#s-08f0465e-5e7e-42b1-bf8b-8c0730764d08 {
  margin-left: 10%;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-08f0465e-5e7e-42b1-bf8b-8c0730764d08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08f0465e-5e7e-42b1-bf8b-8c0730764d08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08f0465e-5e7e-42b1-bf8b-8c0730764d08"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-08f0465e-5e7e-42b1-bf8b-8c0730764d08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08f0465e-5e7e-42b1-bf8b-8c0730764d08"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-08f0465e-5e7e-42b1-bf8b-8c0730764d08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08f0465e-5e7e-42b1-bf8b-8c0730764d08"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-6b3b73af-1528-4eae-a1e0-43734e841180 {
  margin-top: 3px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-6b3b73af-1528-4eae-a1e0-43734e841180 .shogun-icon-wrapper {
  text-align: center;
}


#s-6b3b73af-1528-4eae-a1e0-43734e841180 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 135, 24, 1);
}

#s-47ba78d0-ee02-4020-8a94-32a8b62a1622 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-47ba78d0-ee02-4020-8a94-32a8b62a1622 .shogun-icon-wrapper {
  text-align: center;
}


#s-47ba78d0-ee02-4020-8a94-32a8b62a1622 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 135, 24, 1);
}

#s-76ce3d6d-a7ca-4d86-8dee-50b4fdca3fc1 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-76ce3d6d-a7ca-4d86-8dee-50b4fdca3fc1 .shogun-icon-wrapper {
  text-align: center;
}


#s-76ce3d6d-a7ca-4d86-8dee-50b4fdca3fc1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 135, 24, 1);
}

#s-69774746-ad26-4738-8918-db8c09fc7d68 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-69774746-ad26-4738-8918-db8c09fc7d68 .shogun-icon-wrapper {
  text-align: center;
}


#s-69774746-ad26-4738-8918-db8c09fc7d68 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 135, 24, 1);
}

#s-d8544616-0925-40b5-8c16-86911a8321b2 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-d8544616-0925-40b5-8c16-86911a8321b2 .shogun-icon-wrapper {
  text-align: center;
}


#s-d8544616-0925-40b5-8c16-86911a8321b2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 135, 24, 1);
}

#s-ae378550-449d-4625-be8b-395f7c20d9ba {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-ae378550-449d-4625-be8b-395f7c20d9ba .shogun-icon-wrapper {
  text-align: center;
}


#s-ae378550-449d-4625-be8b-395f7c20d9ba .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 135, 24, 1);
}

#s-3ea7eea4-aa73-40c4-a91b-8b7674c505fb {
  margin-left: -5%;
margin-right: auto;
}

#s-c8a02519-7151-456a-b8a9-15fd301f069f {
  box-shadow:0px 3px 3px 0px rgba(0, 37, 69, 0.27);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjExYmZlZjYtM2FhMS00NTFkLThhNGItNDIyOThjYWQ1MTAxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMTFiZmVmNi0zYWExLTQ1MWQtOGE0Yi00MjI5OGNhZDUxMDEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
text-align: left;
text-decoration: none;
background-position: custom custom;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-c8a02519-7151-456a-b8a9-15fd301f069f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDIyZjJjZjAtNzJkYy00ZWU5LWFmYWEtOGEyOWRhMGYyZjljIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MjJmMmNmMC03MmRjLTRlZTktYWZhYS04YTI5ZGEwZjJmOWMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-c8a02519-7151-456a-b8a9-15fd301f069f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c8a02519-7151-456a-b8a9-15fd301f069f-root {
    text-align: left;
  }


#s-c8a02519-7151-456a-b8a9-15fd301f069f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8a02519-7151-456a-b8a9-15fd301f069f-root {
    text-align: left;
  }


#s-c8a02519-7151-456a-b8a9-15fd301f069f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8a02519-7151-456a-b8a9-15fd301f069f-root {
    text-align: left;
  }


#s-c8a02519-7151-456a-b8a9-15fd301f069f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8a02519-7151-456a-b8a9-15fd301f069f-root {
    text-align: left;
  }


#s-c8a02519-7151-456a-b8a9-15fd301f069f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8a02519-7151-456a-b8a9-15fd301f069f-root {
    text-align: left;
  }


#s-c8a02519-7151-456a-b8a9-15fd301f069f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-3d44eea3-05af-4f46-bdae-b2dd5b85676d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-3d44eea3-05af-4f46-bdae-b2dd5b85676d {
  display: none;
}
#s-3d44eea3-05af-4f46-bdae-b2dd5b85676d, #wrap-s-3d44eea3-05af-4f46-bdae-b2dd5b85676d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d44eea3-05af-4f46-bdae-b2dd5b85676d {
  display: none;
}
#s-3d44eea3-05af-4f46-bdae-b2dd5b85676d, #wrap-s-3d44eea3-05af-4f46-bdae-b2dd5b85676d { display: none !important; }}@media (max-width: 767px){#s-3d44eea3-05af-4f46-bdae-b2dd5b85676d {
  display: none;
}
#s-3d44eea3-05af-4f46-bdae-b2dd5b85676d, #wrap-s-3d44eea3-05af-4f46-bdae-b2dd5b85676d { display: none !important; }}
#s-3d44eea3-05af-4f46-bdae-b2dd5b85676d {
  background-image: url(https://i.shgcdn.com/248a488d-aea9-410f-b694-434de2b0bfaf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3d44eea3-05af-4f46-bdae-b2dd5b85676d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d44eea3-05af-4f46-bdae-b2dd5b85676d.shg-box.shg-c {
  justify-content: center;
}

#s-fd95d5ad-f74e-49bc-abd6-d76a63973602 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fd95d5ad-f74e-49bc-abd6-d76a63973602 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 72px;
  line-height: 1em;
  
  text-align: left;
}



#s-d43a25b7-afa6-4486-86b1-1996a8a8dae5 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 50%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 1);
}

#s-306a0f46-bb56-42da-9040-80497ebc1413 {
  margin-left: 5%;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-306a0f46-bb56-42da-9040-80497ebc1413"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-306a0f46-bb56-42da-9040-80497ebc1413"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-306a0f46-bb56-42da-9040-80497ebc1413"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-306a0f46-bb56-42da-9040-80497ebc1413"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-306a0f46-bb56-42da-9040-80497ebc1413"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-306a0f46-bb56-42da-9040-80497ebc1413"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-306a0f46-bb56-42da-9040-80497ebc1413"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-025e5a4d-c1f8-4e96-8f5a-ab9294125c0a {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
padding-top: 1px;
max-width: 30px;
}

#s-025e5a4d-c1f8-4e96-8f5a-ab9294125c0a .shogun-icon-wrapper {
  text-align: center;
}


#s-025e5a4d-c1f8-4e96-8f5a-ab9294125c0a .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 135, 24, 1);
}

#s-713965d2-bea8-4712-820b-537bc378941e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1px;
max-width: 30px;
}

#s-713965d2-bea8-4712-820b-537bc378941e .shogun-icon-wrapper {
  text-align: center;
}


#s-713965d2-bea8-4712-820b-537bc378941e .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 135, 24, 1);
}

#s-c17b2f67-19af-471c-afaa-7220cb5b98a8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1px;
max-width: 30px;
}

#s-c17b2f67-19af-471c-afaa-7220cb5b98a8 .shogun-icon-wrapper {
  text-align: center;
}


#s-c17b2f67-19af-471c-afaa-7220cb5b98a8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 135, 24, 1);
}

#s-c5ac08d3-6371-40b6-9cbf-1e98f475ff43 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1px;
max-width: 30px;
}

#s-c5ac08d3-6371-40b6-9cbf-1e98f475ff43 .shogun-icon-wrapper {
  text-align: center;
}


#s-c5ac08d3-6371-40b6-9cbf-1e98f475ff43 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 135, 24, 1);
}

#s-dc7f2025-1bf3-4db2-8bb9-3e18164e91b7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1px;
max-width: 30px;
}

#s-dc7f2025-1bf3-4db2-8bb9-3e18164e91b7 .shogun-icon-wrapper {
  text-align: center;
}


#s-dc7f2025-1bf3-4db2-8bb9-3e18164e91b7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 135, 24, 1);
}

#s-7a3a5899-c269-46db-a415-d2cc0f85c889 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1px;
max-width: 30px;
}

#s-7a3a5899-c269-46db-a415-d2cc0f85c889 .shogun-icon-wrapper {
  text-align: center;
}


#s-7a3a5899-c269-46db-a415-d2cc0f85c889 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(255, 135, 24, 1);
}

#s-30477021-d6a0-4e7c-b66e-4250dfa1198e {
  margin-left: -2%;
margin-right: 7%;
}

#s-e56fde28-0786-48bb-9865-a99c2599d196 {
  box-shadow:0px 3px 3px 0px rgba(0, 37, 69, 0.25);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmZkNjM2YjktZmEyMy00ZTFiLWExMWMtYTg0NjMyZDcwNWExIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzYzg3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZmQ2MzZiOS1mYTIzLTRlMWItYTExYy1hODQ2MzJkNzA1YTEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 10px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#003c87"}];
}
#s-e56fde28-0786-48bb-9865-a99c2599d196:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTE3NTk3YWItM2VlYy00YjVjLThlODItMzBhM2Q0NWM4YmE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MTc1OTdhYi0zZWVjLTRiNWMtOGU4Mi0zMGEzZDQ1YzhiYTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-e56fde28-0786-48bb-9865-a99c2599d196:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e56fde28-0786-48bb-9865-a99c2599d196-root {
    text-align: left;
  }


#s-e56fde28-0786-48bb-9865-a99c2599d196.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e56fde28-0786-48bb-9865-a99c2599d196-root {
    text-align: left;
  }


#s-e56fde28-0786-48bb-9865-a99c2599d196.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e56fde28-0786-48bb-9865-a99c2599d196-root {
    text-align: left;
  }


#s-e56fde28-0786-48bb-9865-a99c2599d196.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e56fde28-0786-48bb-9865-a99c2599d196-root {
    text-align: left;
  }


#s-e56fde28-0786-48bb-9865-a99c2599d196.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e56fde28-0786-48bb-9865-a99c2599d196-root {
    text-align: left;
  }


#s-e56fde28-0786-48bb-9865-a99c2599d196.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-3782adae-2cab-45a6-98f6-fbaf3c9a387d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-3782adae-2cab-45a6-98f6-fbaf3c9a387d {
  display: none;
}
#s-3782adae-2cab-45a6-98f6-fbaf3c9a387d, #wrap-s-3782adae-2cab-45a6-98f6-fbaf3c9a387d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3782adae-2cab-45a6-98f6-fbaf3c9a387d {
  display: none;
}
#s-3782adae-2cab-45a6-98f6-fbaf3c9a387d, #wrap-s-3782adae-2cab-45a6-98f6-fbaf3c9a387d { display: none !important; }}@media (max-width: 767px){#s-3782adae-2cab-45a6-98f6-fbaf3c9a387d {
  display: none;
}
#s-3782adae-2cab-45a6-98f6-fbaf3c9a387d, #wrap-s-3782adae-2cab-45a6-98f6-fbaf3c9a387d { display: none !important; }}
#s-3782adae-2cab-45a6-98f6-fbaf3c9a387d {
  background-image: url(https://i.shgcdn.com/2e85ce7b-4056-42cc-b53e-0f65c96bfb42/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3782adae-2cab-45a6-98f6-fbaf3c9a387d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3782adae-2cab-45a6-98f6-fbaf3c9a387d.shg-box.shg-c {
  justify-content: center;
}

#s-fd3a4eb1-c069-4b2f-ba08-fad10ce2a5cf {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fd3a4eb1-c069-4b2f-ba08-fad10ce2a5cf .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}



#s-58bc7248-4f1b-4f35-b5f3-e831ecd88787 {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 45%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 1);
}

#s-b0c39bc5-3371-4b8d-b36e-d590a6f0e9f1 {
  margin-left: 5%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-b0c39bc5-3371-4b8d-b36e-d590a6f0e9f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b0c39bc5-3371-4b8d-b36e-d590a6f0e9f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b0c39bc5-3371-4b8d-b36e-d590a6f0e9f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b0c39bc5-3371-4b8d-b36e-d590a6f0e9f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b0c39bc5-3371-4b8d-b36e-d590a6f0e9f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0c39bc5-3371-4b8d-b36e-d590a6f0e9f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b0c39bc5-3371-4b8d-b36e-d590a6f0e9f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-a675cec7-c4f3-4580-b1fd-0cf243b4caac {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
max-width: 30px;
}

#s-a675cec7-c4f3-4580-b1fd-0cf243b4caac .shogun-icon-wrapper {
  text-align: center;
}


#s-a675cec7-c4f3-4580-b1fd-0cf243b4caac .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 135, 24, 1);
}

#s-02cd2d49-c54c-46c1-a4f0-557e71e8573c {
  margin-top: 1px;
margin-left: auto;
margin-right: auto;
max-width: 30px;
}

#s-02cd2d49-c54c-46c1-a4f0-557e71e8573c .shogun-icon-wrapper {
  text-align: center;
}


#s-02cd2d49-c54c-46c1-a4f0-557e71e8573c .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 135, 24, 1);
}

#s-9ab96ef7-5654-4b85-9d26-64884b1c87c6 {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
max-width: 30px;
}

#s-9ab96ef7-5654-4b85-9d26-64884b1c87c6 .shogun-icon-wrapper {
  text-align: center;
}


#s-9ab96ef7-5654-4b85-9d26-64884b1c87c6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 135, 24, 1);
}

#s-8acfa386-f3b5-4618-8bb6-17fa9d970a64 {
  margin-top: 1px;
margin-left: auto;
margin-right: auto;
max-width: 30px;
}

#s-8acfa386-f3b5-4618-8bb6-17fa9d970a64 .shogun-icon-wrapper {
  text-align: center;
}


#s-8acfa386-f3b5-4618-8bb6-17fa9d970a64 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 135, 24, 1);
}

#s-aec88cff-9602-4eca-8e91-82b24e333abf {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
max-width: 30px;
}

#s-aec88cff-9602-4eca-8e91-82b24e333abf .shogun-icon-wrapper {
  text-align: center;
}


#s-aec88cff-9602-4eca-8e91-82b24e333abf .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 135, 24, 1);
}

#s-1532c639-d6a8-4e28-bd8c-3a45d24e9f1d {
  margin-top: 1px;
margin-left: auto;
margin-right: auto;
max-width: 30px;
}

#s-1532c639-d6a8-4e28-bd8c-3a45d24e9f1d .shogun-icon-wrapper {
  text-align: center;
}


#s-1532c639-d6a8-4e28-bd8c-3a45d24e9f1d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 135, 24, 1);
}

#s-48b7e436-2073-4dd2-b062-c1d1eae3864a {
  margin-left: 0%;
margin-right: 5%;
}

#s-be8b506d-1302-404a-8225-ee6684ffbdba {
  box-shadow:0px 3px 3px 0px rgba(0, 37, 69, 0.16);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTBjMzRjN2ItMWQ5My00YWMyLThhNjgtMzY2MjZjMTU1NjdjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlMGMzNGM3Yi0xZDkzLTRhYzItOGE2OC0zNjYyNmMxNTU2N2MpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: auto;
padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-be8b506d-1302-404a-8225-ee6684ffbdba:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTg0ZmFiMzItOTMxZi00MjJmLTkxNjMtYzhjMGJmMjQ0YThjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlODRmYWIzMi05MzFmLTQyMmYtOTE2My1jOGMwYmYyNDRhOGMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}] !important;}#s-be8b506d-1302-404a-8225-ee6684ffbdba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-be8b506d-1302-404a-8225-ee6684ffbdba-root {
    text-align: left;
  }


#s-be8b506d-1302-404a-8225-ee6684ffbdba.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-be8b506d-1302-404a-8225-ee6684ffbdba-root {
    text-align: left;
  }


#s-be8b506d-1302-404a-8225-ee6684ffbdba.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be8b506d-1302-404a-8225-ee6684ffbdba-root {
    text-align: left;
  }


#s-be8b506d-1302-404a-8225-ee6684ffbdba.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be8b506d-1302-404a-8225-ee6684ffbdba-root {
    text-align: left;
  }


#s-be8b506d-1302-404a-8225-ee6684ffbdba.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-be8b506d-1302-404a-8225-ee6684ffbdba-root {
    text-align: left;
  }


#s-be8b506d-1302-404a-8225-ee6684ffbdba.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-b3b53bf9-6977-4fdc-b2f8-2833777d45d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b3b53bf9-6977-4fdc-b2f8-2833777d45d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3b53bf9-6977-4fdc-b2f8-2833777d45d6.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-138a8090-c73d-4e5a-b312-703f89461ba3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-138a8090-c73d-4e5a-b312-703f89461ba3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-138a8090-c73d-4e5a-b312-703f89461ba3 .shg-sld-nav-button.shg-sld-left,
#s-138a8090-c73d-4e5a-b312-703f89461ba3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-51af558a-eaa7-4f7c-bf0f-f4d5751144e4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-51af558a-eaa7-4f7c-bf0f-f4d5751144e4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-51af558a-eaa7-4f7c-bf0f-f4d5751144e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-51af558a-eaa7-4f7c-bf0f-f4d5751144e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-51af558a-eaa7-4f7c-bf0f-f4d5751144e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-3ed2754b-01e9-42d7-b637-1453438a3cfc {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.16);
}








#s-3ed2754b-01e9-42d7-b637-1453438a3cfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ed2754b-01e9-42d7-b637-1453438a3cfc.shg-box.shg-c {
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-897fc08c-0d53-4460-9d41-98bed913180e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
border-color: #000;
border-style: none;
text-align: center;
}



.shg-image-margin-container-s-897fc08c-0d53-4460-9d41-98bed913180e {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 10px;
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  
  
}

#s-897fc08c-0d53-4460-9d41-98bed913180e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image {
    
    
    
    
  }


.s-897fc08c-0d53-4460-9d41-98bed913180e .shogun-image-content {
  
    align-items: center;
  
}

.s-897fc08c-0d53-4460-9d41-98bed913180e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-897fc08c-0d53-4460-9d41-98bed913180e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-897fc08c-0d53-4460-9d41-98bed913180e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image {
    
    
    
    
  }


.s-897fc08c-0d53-4460-9d41-98bed913180e .shogun-image-content {
  
    align-items: center;
  
}

.s-897fc08c-0d53-4460-9d41-98bed913180e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-897fc08c-0d53-4460-9d41-98bed913180e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-897fc08c-0d53-4460-9d41-98bed913180e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image {
    
    
    
    
  }


.s-897fc08c-0d53-4460-9d41-98bed913180e .shogun-image-content {
  
    align-items: center;
  
}

.s-897fc08c-0d53-4460-9d41-98bed913180e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-897fc08c-0d53-4460-9d41-98bed913180e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-897fc08c-0d53-4460-9d41-98bed913180e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image {
    
    
    
    
  }


.s-897fc08c-0d53-4460-9d41-98bed913180e .shogun-image-content {
  
    align-items: center;
  
}

.s-897fc08c-0d53-4460-9d41-98bed913180e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-897fc08c-0d53-4460-9d41-98bed913180e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-897fc08c-0d53-4460-9d41-98bed913180e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image {
    
    
    
    
  }


.s-897fc08c-0d53-4460-9d41-98bed913180e .shogun-image-content {
  
    align-items: center;
  
}

.s-897fc08c-0d53-4460-9d41-98bed913180e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897fc08c-0d53-4460-9d41-98bed913180e.shogun-image {
  box-sizing: border-box;
}




}
#s-20638f90-4760-4a85-8f4b-ec1b6c305afc {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-20638f90-4760-4a85-8f4b-ec1b6c305afc .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7570ac91-53df-403a-b675-f569f365fa8c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.16);
}








#s-7570ac91-53df-403a-b675-f569f365fa8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7570ac91-53df-403a-b675-f569f365fa8c.shg-box.shg-c {
  justify-content: center;
}

#s-1b0c2dec-384c-4570-961c-1f39477a1a03 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
border-color: #000;
border-style: none;
text-align: center;
}



.shg-image-margin-container-s-1b0c2dec-384c-4570-961c-1f39477a1a03 {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 10px;
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  
  
}

#s-1b0c2dec-384c-4570-961c-1f39477a1a03 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image {
    
    
    
    
  }


.s-1b0c2dec-384c-4570-961c-1f39477a1a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1b0c2dec-384c-4570-961c-1f39477a1a03 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1b0c2dec-384c-4570-961c-1f39477a1a03 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image {
    
    
    
    
  }


.s-1b0c2dec-384c-4570-961c-1f39477a1a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-1b0c2dec-384c-4570-961c-1f39477a1a03 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1b0c2dec-384c-4570-961c-1f39477a1a03 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image {
    
    
    
    
  }


.s-1b0c2dec-384c-4570-961c-1f39477a1a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-1b0c2dec-384c-4570-961c-1f39477a1a03 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1b0c2dec-384c-4570-961c-1f39477a1a03 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image {
    
    
    
    
  }


.s-1b0c2dec-384c-4570-961c-1f39477a1a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-1b0c2dec-384c-4570-961c-1f39477a1a03 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1b0c2dec-384c-4570-961c-1f39477a1a03 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image {
    
    
    
    
  }


.s-1b0c2dec-384c-4570-961c-1f39477a1a03 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b0c2dec-384c-4570-961c-1f39477a1a03.shogun-image {
  box-sizing: border-box;
}




}
#s-5aa13413-2255-4764-8535-1e00ccdad4f5 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5aa13413-2255-4764-8535-1e00ccdad4f5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-fedc2f26-f25b-4908-acf2-a7d3b0c893ca {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.16);
}








#s-fedc2f26-f25b-4908-acf2-a7d3b0c893ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fedc2f26-f25b-4908-acf2-a7d3b0c893ca.shg-box.shg-c {
  justify-content: center;
}

#s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
border-color: #000;
border-style: none;
text-align: center;
}



.shg-image-margin-container-s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 10px;
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  
  
}

#s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image {
    
    
    
    
  }


.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb .shogun-image-content {
  
    align-items: center;
  
}

.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image {
    
    
    
    
  }


.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb .shogun-image-content {
  
    align-items: center;
  
}

.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image {
    
    
    
    
  }


.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb .shogun-image-content {
  
    align-items: center;
  
}

.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image {
    
    
    
    
  }


.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb .shogun-image-content {
  
    align-items: center;
  
}

.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image {
    
    
    
    
  }


.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb .shogun-image-content {
  
    align-items: center;
  
}

.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-282c4904-6c9a-4aaf-b7d1-ab7602e62deb.shogun-image {
  box-sizing: border-box;
}




}
#s-0b2e07c4-c1aa-47ff-a412-ea3ea19e33a6 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0b2e07c4-c1aa-47ff-a412-ea3ea19e33a6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f279a213-52d3-4df8-b396-90165176fe85 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f279a213-52d3-4df8-b396-90165176fe85 {
  display: none;
}
#s-f279a213-52d3-4df8-b396-90165176fe85, #wrap-s-f279a213-52d3-4df8-b396-90165176fe85 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f279a213-52d3-4df8-b396-90165176fe85 {
  display: none;
}
#s-f279a213-52d3-4df8-b396-90165176fe85, #wrap-s-f279a213-52d3-4df8-b396-90165176fe85 { display: none !important; }}







#s-f279a213-52d3-4df8-b396-90165176fe85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f279a213-52d3-4df8-b396-90165176fe85.shg-box.shg-c {
  justify-content: center;
}

#s-a31e02f1-afd8-47d7-a45b-ef805c649578 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a31e02f1-afd8-47d7-a45b-ef805c649578"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a31e02f1-afd8-47d7-a45b-ef805c649578"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a31e02f1-afd8-47d7-a45b-ef805c649578"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a31e02f1-afd8-47d7-a45b-ef805c649578"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a31e02f1-afd8-47d7-a45b-ef805c649578"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a31e02f1-afd8-47d7-a45b-ef805c649578"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a31e02f1-afd8-47d7-a45b-ef805c649578"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}



.shg-image-margin-container-s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 .shogun-image-content {
  
    align-items: center;
  
}

.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 .shogun-image-content {
  
    align-items: center;
  
}

.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 .shogun-image-content {
  
    align-items: center;
  
}

.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 .shogun-image-content {
  
    align-items: center;
  
}

.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765 .shogun-image-content {
  
    align-items: center;
  
}

.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62cd6db2-622b-4228-b0a3-9cd52c1d6765.shogun-image {
  box-sizing: border-box;
}




}
#s-f034aef0-2f4a-4ebd-be08-69af055e255e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
min-height: 50px;
}








#s-f034aef0-2f4a-4ebd-be08-69af055e255e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f034aef0-2f4a-4ebd-be08-69af055e255e.shg-box.shg-c {
  justify-content: center;
}

#s-db3ad50f-b62a-40e1-abb7-ece1d396e315 {
  margin-top: 2px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-db3ad50f-b62a-40e1-abb7-ece1d396e315 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}



#s-ece161ed-8d9f-4044-8cfd-aa6cee4a9583 {
  margin-left: 5%;
margin-right: 5%;
}

#s-ef5e9e02-d342-431a-ad2d-2717a03f3351 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.16);
}
@media (min-width: 1200px){#s-ef5e9e02-d342-431a-ad2d-2717a03f3351 {
  display: none;
}
#s-ef5e9e02-d342-431a-ad2d-2717a03f3351, #wrap-s-ef5e9e02-d342-431a-ad2d-2717a03f3351 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef5e9e02-d342-431a-ad2d-2717a03f3351 {
  display: none;
}
#s-ef5e9e02-d342-431a-ad2d-2717a03f3351, #wrap-s-ef5e9e02-d342-431a-ad2d-2717a03f3351 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef5e9e02-d342-431a-ad2d-2717a03f3351 {
  display: none;
}
#s-ef5e9e02-d342-431a-ad2d-2717a03f3351, #wrap-s-ef5e9e02-d342-431a-ad2d-2717a03f3351 { display: none !important; }}







#s-ef5e9e02-d342-431a-ad2d-2717a03f3351 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef5e9e02-d342-431a-ad2d-2717a03f3351.shg-box.shg-c {
  justify-content: center;
}

#s-e8bf21a8-b071-47cd-919b-617229c97556 {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-e8bf21a8-b071-47cd-919b-617229c97556 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-bad50668-b372-4793-ac21-71576e94d95b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 20px;
}

#s-bad50668-b372-4793-ac21-71576e94d95b .shg-sld-dot {
  background-color: rgba(255, 116, 0, 1);
}

#s-bad50668-b372-4793-ac21-71576e94d95b .shg-sld-nav-button.shg-sld-left,
#s-bad50668-b372-4793-ac21-71576e94d95b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 116, 0, 1);
}

#s-dfca9233-e792-47d9-bb38-dbab9710053b {
  margin-left: auto;
margin-right: auto;
border-radius: 15px;
max-width: 4167px;
text-align: center;
}



.shg-image-margin-container-s-dfca9233-e792-47d9-bb38-dbab9710053b {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dfca9233-e792-47d9-bb38-dbab9710053b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image {
    
    
    
    max-height: 4167px;
  }


.s-dfca9233-e792-47d9-bb38-dbab9710053b .shogun-image-content {
  
    align-items: center;
  
}

.s-dfca9233-e792-47d9-bb38-dbab9710053b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-dfca9233-e792-47d9-bb38-dbab9710053b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dfca9233-e792-47d9-bb38-dbab9710053b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image {
    
    
    
    max-height: 4167px;
  }


.s-dfca9233-e792-47d9-bb38-dbab9710053b .shogun-image-content {
  
    align-items: center;
  
}

.s-dfca9233-e792-47d9-bb38-dbab9710053b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-dfca9233-e792-47d9-bb38-dbab9710053b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dfca9233-e792-47d9-bb38-dbab9710053b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image {
    
    
    
    max-height: 4167px;
  }


.s-dfca9233-e792-47d9-bb38-dbab9710053b .shogun-image-content {
  
    align-items: center;
  
}

.s-dfca9233-e792-47d9-bb38-dbab9710053b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-dfca9233-e792-47d9-bb38-dbab9710053b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dfca9233-e792-47d9-bb38-dbab9710053b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image {
    
    
    
    max-height: 4167px;
  }


.s-dfca9233-e792-47d9-bb38-dbab9710053b .shogun-image-content {
  
    align-items: center;
  
}

.s-dfca9233-e792-47d9-bb38-dbab9710053b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-dfca9233-e792-47d9-bb38-dbab9710053b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dfca9233-e792-47d9-bb38-dbab9710053b {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image {
    
    
    
    max-height: 4167px;
  }


.s-dfca9233-e792-47d9-bb38-dbab9710053b .shogun-image-content {
  
    align-items: center;
  
}

.s-dfca9233-e792-47d9-bb38-dbab9710053b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfca9233-e792-47d9-bb38-dbab9710053b.shogun-image {
  box-sizing: border-box;
}




}
#s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 {
  margin-left: 0%;
margin-right: 0%;
border-radius: 15px;
max-width: 4168px;
text-align: center;
}



.shg-image-margin-container-s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 {
  margin-left: 0%;
  margin-right: 0%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image {
    
    
    
    max-height: 4168px;
  }


.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image {
    
    
    
    max-height: 4168px;
  }


.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image {
    
    
    
    max-height: 4168px;
  }


.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image {
    
    
    
    max-height: 4168px;
  }


.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image {
    
    
    
    max-height: 4168px;
  }


.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f39fc7d-c542-4a3e-b9ef-1643425291c5.shogun-image {
  box-sizing: border-box;
}




}
#s-37a2eb7b-0973-4d74-a96e-c76518fadcfc {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-37a2eb7b-0973-4d74-a96e-c76518fadcfc {
  display: none;
}
#s-37a2eb7b-0973-4d74-a96e-c76518fadcfc, #wrap-s-37a2eb7b-0973-4d74-a96e-c76518fadcfc { display: none !important; }}@media (max-width: 767px){#s-37a2eb7b-0973-4d74-a96e-c76518fadcfc {
  display: none;
}
#s-37a2eb7b-0973-4d74-a96e-c76518fadcfc, #wrap-s-37a2eb7b-0973-4d74-a96e-c76518fadcfc { display: none !important; }}







#s-37a2eb7b-0973-4d74-a96e-c76518fadcfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37a2eb7b-0973-4d74-a96e-c76518fadcfc.shg-box.shg-c {
  justify-content: center;
}

#s-211e9b36-8cbf-4508-bdaf-b40c5f61e50d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-211e9b36-8cbf-4508-bdaf-b40c5f61e50d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-211e9b36-8cbf-4508-bdaf-b40c5f61e50d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-211e9b36-8cbf-4508-bdaf-b40c5f61e50d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-211e9b36-8cbf-4508-bdaf-b40c5f61e50d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-211e9b36-8cbf-4508-bdaf-b40c5f61e50d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-211e9b36-8cbf-4508-bdaf-b40c5f61e50d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-211e9b36-8cbf-4508-bdaf-b40c5f61e50d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-db514525-6e07-4e87-bbc3-547c9c9cf366 {
  margin-left: 30%;
margin-right: auto;
max-width: 420px;
text-align: center;
}



.shg-image-margin-container-s-db514525-6e07-4e87-bbc3-547c9c9cf366 {
  margin-left: 30%;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db514525-6e07-4e87-bbc3-547c9c9cf366 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-db514525-6e07-4e87-bbc3-547c9c9cf366 .shogun-image-content {
  
    align-items: center;
  
}

.s-db514525-6e07-4e87-bbc3-547c9c9cf366.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db514525-6e07-4e87-bbc3-547c9c9cf366.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db514525-6e07-4e87-bbc3-547c9c9cf366.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-db514525-6e07-4e87-bbc3-547c9c9cf366 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db514525-6e07-4e87-bbc3-547c9c9cf366 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-db514525-6e07-4e87-bbc3-547c9c9cf366 .shogun-image-content {
  
    align-items: center;
  
}

.s-db514525-6e07-4e87-bbc3-547c9c9cf366.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db514525-6e07-4e87-bbc3-547c9c9cf366.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db514525-6e07-4e87-bbc3-547c9c9cf366.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-db514525-6e07-4e87-bbc3-547c9c9cf366 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db514525-6e07-4e87-bbc3-547c9c9cf366 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-db514525-6e07-4e87-bbc3-547c9c9cf366 .shogun-image-content {
  
    align-items: center;
  
}

.s-db514525-6e07-4e87-bbc3-547c9c9cf366.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db514525-6e07-4e87-bbc3-547c9c9cf366.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db514525-6e07-4e87-bbc3-547c9c9cf366.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-db514525-6e07-4e87-bbc3-547c9c9cf366 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db514525-6e07-4e87-bbc3-547c9c9cf366 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-db514525-6e07-4e87-bbc3-547c9c9cf366 .shogun-image-content {
  
    align-items: center;
  
}

.s-db514525-6e07-4e87-bbc3-547c9c9cf366.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db514525-6e07-4e87-bbc3-547c9c9cf366.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db514525-6e07-4e87-bbc3-547c9c9cf366.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-db514525-6e07-4e87-bbc3-547c9c9cf366 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db514525-6e07-4e87-bbc3-547c9c9cf366 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-db514525-6e07-4e87-bbc3-547c9c9cf366 .shogun-image-content {
  
    align-items: center;
  
}

.s-db514525-6e07-4e87-bbc3-547c9c9cf366.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db514525-6e07-4e87-bbc3-547c9c9cf366.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db514525-6e07-4e87-bbc3-547c9c9cf366.shogun-image {
  box-sizing: border-box;
}




}
#s-edc98dac-df38-4b52-b56f-edd10124b121 {
  margin-top: 40px;
margin-left: auto;
margin-right: 25%;
min-height: 50px;
}








#s-edc98dac-df38-4b52-b56f-edd10124b121 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edc98dac-df38-4b52-b56f-edd10124b121.shg-box.shg-c {
  justify-content: center;
}

#s-42aba92b-771f-4b75-850a-7ac6a596b6eb {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-42aba92b-771f-4b75-850a-7ac6a596b6eb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-5a2f4de6-82d9-4261-9f1b-7fd1fa29be4f {
  margin-left: 5%;
margin-right: 5%;
}

#s-23228900-132a-4235-8d0a-e7fe75d8e7fa {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.14);
}
@media (max-width: 767px){#s-23228900-132a-4235-8d0a-e7fe75d8e7fa {
  display: none;
}
#s-23228900-132a-4235-8d0a-e7fe75d8e7fa, #wrap-s-23228900-132a-4235-8d0a-e7fe75d8e7fa { display: none !important; }}







#s-23228900-132a-4235-8d0a-e7fe75d8e7fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23228900-132a-4235-8d0a-e7fe75d8e7fa.shg-box.shg-c {
  justify-content: center;
}

#s-b0d9f72d-ec6b-4ea8-acca-b63efb4e21be {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: center;
}

#s-b0d9f72d-ec6b-4ea8-acca-b63efb4e21be .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-5963391d-23bb-4391-aaea-eeda4ec632c6 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 10px;
}

#s-5963391d-23bb-4391-aaea-eeda4ec632c6 .shg-sld-dot {
  background-color: rgba(255, 116, 0, 1);
}

#s-5963391d-23bb-4391-aaea-eeda4ec632c6 .shg-sld-nav-button.shg-sld-left,
#s-5963391d-23bb-4391-aaea-eeda4ec632c6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 116, 0, 1);
}

#s-807319ac-d4a2-4943-bec5-d88a5dcc267d {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
max-width: 1500px;
text-align: center;
}



.shg-image-margin-container-s-807319ac-d4a2-4943-bec5-d88a5dcc267d {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  padding-left: 5%;
  padding-right: 5%;
  
  
}

#s-807319ac-d4a2-4943-bec5-d88a5dcc267d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-807319ac-d4a2-4943-bec5-d88a5dcc267d .shogun-image-content {
  
    align-items: center;
  
}

.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-807319ac-d4a2-4943-bec5-d88a5dcc267d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-807319ac-d4a2-4943-bec5-d88a5dcc267d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-807319ac-d4a2-4943-bec5-d88a5dcc267d .shogun-image-content {
  
    align-items: center;
  
}

.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-807319ac-d4a2-4943-bec5-d88a5dcc267d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-807319ac-d4a2-4943-bec5-d88a5dcc267d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-807319ac-d4a2-4943-bec5-d88a5dcc267d .shogun-image-content {
  
    align-items: center;
  
}

.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-807319ac-d4a2-4943-bec5-d88a5dcc267d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-807319ac-d4a2-4943-bec5-d88a5dcc267d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-807319ac-d4a2-4943-bec5-d88a5dcc267d .shogun-image-content {
  
    align-items: center;
  
}

.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-807319ac-d4a2-4943-bec5-d88a5dcc267d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-807319ac-d4a2-4943-bec5-d88a5dcc267d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-807319ac-d4a2-4943-bec5-d88a5dcc267d .shogun-image-content {
  
    align-items: center;
  
}

.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807319ac-d4a2-4943-bec5-d88a5dcc267d.shogun-image {
  box-sizing: border-box;
}




}
#s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
max-width: 1500px;
text-align: center;
}



.shg-image-margin-container-s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  padding-left: 5%;
  padding-right: 5%;
  
  
}

#s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5250a53b-cbd1-4b62-94d1-b544805bb0d7.shogun-image {
  box-sizing: border-box;
}




}
#s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
max-width: 1500px;
text-align: center;
}



.shg-image-margin-container-s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  padding-left: 5%;
  padding-right: 5%;
  
  
}

#s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab5da6e6-cd6a-42d8-9383-7565b74fa99d.shogun-image {
  box-sizing: border-box;
}




}
#s-2316bf06-1dc9-4375-8531-ec47615b7304 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.14);
}








#s-2316bf06-1dc9-4375-8531-ec47615b7304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2316bf06-1dc9-4375-8531-ec47615b7304.shg-box.shg-c {
  justify-content: center;
}

#s-1dc27918-e629-4e36-9a51-1b642506b34d {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-1dc27918-e629-4e36-9a51-1b642506b34d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1dc27918-e629-4e36-9a51-1b642506b34d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dc27918-e629-4e36-9a51-1b642506b34d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dc27918-e629-4e36-9a51-1b642506b34d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-8590615b-3b03-4605-ba9d-1074e436126d {
  margin-left: auto;
margin-right: auto;
border-radius: 15px;
max-width: 3126px;
text-align: center;
}



.shg-image-margin-container-s-8590615b-3b03-4605-ba9d-1074e436126d {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  padding-top: 5px;
  padding-bottom: 5px;
}

#s-8590615b-3b03-4605-ba9d-1074e436126d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-8590615b-3b03-4605-ba9d-1074e436126d .shogun-image-content {
  
    align-items: center;
  
}

.s-8590615b-3b03-4605-ba9d-1074e436126d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8590615b-3b03-4605-ba9d-1074e436126d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8590615b-3b03-4605-ba9d-1074e436126d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-8590615b-3b03-4605-ba9d-1074e436126d .shogun-image-content {
  
    align-items: center;
  
}

.s-8590615b-3b03-4605-ba9d-1074e436126d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8590615b-3b03-4605-ba9d-1074e436126d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8590615b-3b03-4605-ba9d-1074e436126d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-8590615b-3b03-4605-ba9d-1074e436126d .shogun-image-content {
  
    align-items: center;
  
}

.s-8590615b-3b03-4605-ba9d-1074e436126d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8590615b-3b03-4605-ba9d-1074e436126d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8590615b-3b03-4605-ba9d-1074e436126d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-8590615b-3b03-4605-ba9d-1074e436126d .shogun-image-content {
  
    align-items: center;
  
}

.s-8590615b-3b03-4605-ba9d-1074e436126d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-8590615b-3b03-4605-ba9d-1074e436126d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8590615b-3b03-4605-ba9d-1074e436126d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-8590615b-3b03-4605-ba9d-1074e436126d .shogun-image-content {
  
    align-items: center;
  
}

.s-8590615b-3b03-4605-ba9d-1074e436126d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8590615b-3b03-4605-ba9d-1074e436126d.shogun-image {
  box-sizing: border-box;
}




}
#s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf {
  margin-left: auto;
margin-right: auto;
border-radius: 15px;
max-width: 3126px;
text-align: center;
}



.shg-image-margin-container-s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  padding-top: 5px;
  padding-bottom: 5px;
}

#s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf .shogun-image-content {
  
    align-items: center;
  
}

.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf .shogun-image-content {
  
    align-items: center;
  
}

.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf .shogun-image-content {
  
    align-items: center;
  
}

.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf .shogun-image-content {
  
    align-items: center;
  
}

.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf .shogun-image-content {
  
    align-items: center;
  
}

.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c76e2d5-f02e-40a1-b6e9-c88bd7b16ecf.shogun-image {
  box-sizing: border-box;
}




}
#s-558b5ded-38d4-4838-af50-72553db9c87f {
  margin-left: auto;
margin-right: auto;
border-radius: 15px;
max-width: 3126px;
text-align: center;
}



.shg-image-margin-container-s-558b5ded-38d4-4838-af50-72553db9c87f {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  padding-top: 5px;
  padding-bottom: 5px;
}

#s-558b5ded-38d4-4838-af50-72553db9c87f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-558b5ded-38d4-4838-af50-72553db9c87f .shogun-image-content {
  
    align-items: center;
  
}

.s-558b5ded-38d4-4838-af50-72553db9c87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-558b5ded-38d4-4838-af50-72553db9c87f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-558b5ded-38d4-4838-af50-72553db9c87f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-558b5ded-38d4-4838-af50-72553db9c87f .shogun-image-content {
  
    align-items: center;
  
}

.s-558b5ded-38d4-4838-af50-72553db9c87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-558b5ded-38d4-4838-af50-72553db9c87f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-558b5ded-38d4-4838-af50-72553db9c87f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-558b5ded-38d4-4838-af50-72553db9c87f .shogun-image-content {
  
    align-items: center;
  
}

.s-558b5ded-38d4-4838-af50-72553db9c87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-558b5ded-38d4-4838-af50-72553db9c87f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-558b5ded-38d4-4838-af50-72553db9c87f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-558b5ded-38d4-4838-af50-72553db9c87f .shogun-image-content {
  
    align-items: center;
  
}

.s-558b5ded-38d4-4838-af50-72553db9c87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-558b5ded-38d4-4838-af50-72553db9c87f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-558b5ded-38d4-4838-af50-72553db9c87f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-558b5ded-38d4-4838-af50-72553db9c87f .shogun-image-content {
  
    align-items: center;
  
}

.s-558b5ded-38d4-4838-af50-72553db9c87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-558b5ded-38d4-4838-af50-72553db9c87f.shogun-image {
  box-sizing: border-box;
}




}
#s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 {
  margin-left: auto;
margin-right: auto;
border-radius: 15px;
max-width: 3126px;
text-align: center;
}



.shg-image-margin-container-s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  padding-top: 5px;
  padding-bottom: 5px;
}

#s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image {
    
    
    
    max-height: 3126px;
  }


.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b93c08e-d3cf-43ff-9472-8b3a9b18a3e8.shogun-image {
  box-sizing: border-box;
}




}
#s-d7d60dce-647f-460a-bdd1-72ff13c2285a {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-d7d60dce-647f-460a-bdd1-72ff13c2285a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7d60dce-647f-460a-bdd1-72ff13c2285a.shg-box.shg-c {
  justify-content: center;
}

#s-4b788022-3e8f-4807-a7d3-5cc7c8b0e72c {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
text-align: center;
}

#s-4b788022-3e8f-4807-a7d3-5cc7c8b0e72c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-b1b81a5d-38b3-45ba-81e2-fc359ff67350 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-b1b81a5d-38b3-45ba-81e2-fc359ff67350"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b1b81a5d-38b3-45ba-81e2-fc359ff67350"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1b81a5d-38b3-45ba-81e2-fc359ff67350"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1b81a5d-38b3-45ba-81e2-fc359ff67350"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-8e32a1a9-83db-4732-bc01-d26b50e59df1 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
opacity: 0.6;
}



.shg-image-margin-container-s-8e32a1a9-83db-4732-bc01-d26b50e59df1 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8e32a1a9-83db-4732-bc01-d26b50e59df1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8e32a1a9-83db-4732-bc01-d26b50e59df1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8e32a1a9-83db-4732-bc01-d26b50e59df1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8e32a1a9-83db-4732-bc01-d26b50e59df1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8e32a1a9-83db-4732-bc01-d26b50e59df1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8e32a1a9-83db-4732-bc01-d26b50e59df1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8e32a1a9-83db-4732-bc01-d26b50e59df1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8e32a1a9-83db-4732-bc01-d26b50e59df1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8e32a1a9-83db-4732-bc01-d26b50e59df1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8e32a1a9-83db-4732-bc01-d26b50e59df1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8e32a1a9-83db-4732-bc01-d26b50e59df1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-8e32a1a9-83db-4732-bc01-d26b50e59df1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8e32a1a9-83db-4732-bc01-d26b50e59df1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8e32a1a9-83db-4732-bc01-d26b50e59df1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e32a1a9-83db-4732-bc01-d26b50e59df1.shogun-image {
  box-sizing: border-box;
}




}
#s-4a5d923b-7221-445d-b52e-fa0143a499df {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 364/301;
text-align: center;
opacity: 0.6;
}



.shg-image-margin-container-s-4a5d923b-7221-445d-b52e-fa0143a499df {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4a5d923b-7221-445d-b52e-fa0143a499df {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4a5d923b-7221-445d-b52e-fa0143a499df .shogun-image-content {
  
    align-items: center;
  
}

.s-4a5d923b-7221-445d-b52e-fa0143a499df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4a5d923b-7221-445d-b52e-fa0143a499df {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4a5d923b-7221-445d-b52e-fa0143a499df {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4a5d923b-7221-445d-b52e-fa0143a499df .shogun-image-content {
  
    align-items: center;
  
}

.s-4a5d923b-7221-445d-b52e-fa0143a499df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4a5d923b-7221-445d-b52e-fa0143a499df {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4a5d923b-7221-445d-b52e-fa0143a499df {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4a5d923b-7221-445d-b52e-fa0143a499df .shogun-image-content {
  
    align-items: center;
  
}

.s-4a5d923b-7221-445d-b52e-fa0143a499df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4a5d923b-7221-445d-b52e-fa0143a499df {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4a5d923b-7221-445d-b52e-fa0143a499df {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4a5d923b-7221-445d-b52e-fa0143a499df .shogun-image-content {
  
    align-items: center;
  
}

.s-4a5d923b-7221-445d-b52e-fa0143a499df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-4a5d923b-7221-445d-b52e-fa0143a499df {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4a5d923b-7221-445d-b52e-fa0143a499df {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4a5d923b-7221-445d-b52e-fa0143a499df .shogun-image-content {
  
    align-items: center;
  
}

.s-4a5d923b-7221-445d-b52e-fa0143a499df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5d923b-7221-445d-b52e-fa0143a499df.shogun-image {
  box-sizing: border-box;
}




}
#s-214b3e01-f44b-481e-a551-0cbc22dddbfb {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
opacity: 0.6;
}



.shg-image-margin-container-s-214b3e01-f44b-481e-a551-0cbc22dddbfb {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-214b3e01-f44b-481e-a551-0cbc22dddbfb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-214b3e01-f44b-481e-a551-0cbc22dddbfb .shogun-image-content {
  
    align-items: center;
  
}

.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-214b3e01-f44b-481e-a551-0cbc22dddbfb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-214b3e01-f44b-481e-a551-0cbc22dddbfb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-214b3e01-f44b-481e-a551-0cbc22dddbfb .shogun-image-content {
  
    align-items: center;
  
}

.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-214b3e01-f44b-481e-a551-0cbc22dddbfb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-214b3e01-f44b-481e-a551-0cbc22dddbfb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-214b3e01-f44b-481e-a551-0cbc22dddbfb .shogun-image-content {
  
    align-items: center;
  
}

.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-214b3e01-f44b-481e-a551-0cbc22dddbfb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-214b3e01-f44b-481e-a551-0cbc22dddbfb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-214b3e01-f44b-481e-a551-0cbc22dddbfb .shogun-image-content {
  
    align-items: center;
  
}

.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-214b3e01-f44b-481e-a551-0cbc22dddbfb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-214b3e01-f44b-481e-a551-0cbc22dddbfb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-214b3e01-f44b-481e-a551-0cbc22dddbfb .shogun-image-content {
  
    align-items: center;
  
}

.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-214b3e01-f44b-481e-a551-0cbc22dddbfb.shogun-image {
  box-sizing: border-box;
}




}
#s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
opacity: 0.6;
}



.shg-image-margin-container-s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f34c95-aa7d-4430-914a-2c918f8a1d01.shogun-image {
  box-sizing: border-box;
}




}
#s-6531b339-1fb5-408e-aa02-3bfbed73aedb {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-6531b339-1fb5-408e-aa02-3bfbed73aedb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6531b339-1fb5-408e-aa02-3bfbed73aedb.shg-box.shg-c {
  justify-content: center;
}

#s-a0e9f2da-9675-4cfb-a704-857f8765f724 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a0e9f2da-9675-4cfb-a704-857f8765f724 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-8d709b3f-ca98-4d53-98da-dfc293adec7d {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-8d709b3f-ca98-4d53-98da-dfc293adec7d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8d709b3f-ca98-4d53-98da-dfc293adec7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8d709b3f-ca98-4d53-98da-dfc293adec7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d709b3f-ca98-4d53-98da-dfc293adec7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-94efca23-8749-47fa-9e0e-18a9eb4aa23f {
  margin-left: 0%;
margin-right: 0%;
}

#s-94efca23-8749-47fa-9e0e-18a9eb4aa23f .shogun-icon-wrapper {
  text-align: right;
}


#s-94efca23-8749-47fa-9e0e-18a9eb4aa23f .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 116, 0, 1);
}

#s-967a215e-c096-4947-ad8b-04919db8f912 {
  margin-left: 0%;
margin-right: 0%;
}

#s-967a215e-c096-4947-ad8b-04919db8f912 .shogun-icon-wrapper {
  text-align: left;
}


#s-967a215e-c096-4947-ad8b-04919db8f912 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 116, 0, 1);
}

#s-8a38e00b-d186-41bc-83d3-859d04f95f4a {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-de2601ce-a5cb-4276-91c9-e20a6d714d08 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-de2601ce-a5cb-4276-91c9-e20a6d714d08 {
  display: none;
}
#s-de2601ce-a5cb-4276-91c9-e20a6d714d08, #wrap-s-de2601ce-a5cb-4276-91c9-e20a6d714d08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de2601ce-a5cb-4276-91c9-e20a6d714d08 {
  display: none;
}
#s-de2601ce-a5cb-4276-91c9-e20a6d714d08, #wrap-s-de2601ce-a5cb-4276-91c9-e20a6d714d08 { display: none !important; }}@media (max-width: 767px){#s-de2601ce-a5cb-4276-91c9-e20a6d714d08 {
  display: none;
}
#s-de2601ce-a5cb-4276-91c9-e20a6d714d08, #wrap-s-de2601ce-a5cb-4276-91c9-e20a6d714d08 { display: none !important; }}
#s-3227a63d-8009-44eb-8131-cf6406a17492 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3227a63d-8009-44eb-8131-cf6406a17492 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 0px;
max-width: 400px;
display: none;
text-align: center;
}
#s-3227a63d-8009-44eb-8131-cf6406a17492, #wrap-s-3227a63d-8009-44eb-8131-cf6406a17492 { display: none !important; }}@media (max-width: 767px){#s-3227a63d-8009-44eb-8131-cf6406a17492 {
  display: none;
}
#s-3227a63d-8009-44eb-8131-cf6406a17492, #wrap-s-3227a63d-8009-44eb-8131-cf6406a17492 { display: none !important; }}
#s-16476d93-3a47-40c1-9aa0-af54dd1b40b1 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-16476d93-3a47-40c1-9aa0-af54dd1b40b1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-16476d93-3a47-40c1-9aa0-af54dd1b40b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-16476d93-3a47-40c1-9aa0-af54dd1b40b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-16476d93-3a47-40c1-9aa0-af54dd1b40b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
  margin-left: auto;
margin-right: auto;
border-radius: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
  display: none;
}
#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18, #wrap-s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
  display: none;
}
#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18, #wrap-s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
  display: none;
}
#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18, #wrap-s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 { display: none !important; }}


.shg-image-margin-container-s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
      position: relative;
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
      position: relative;
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
      position: relative;
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
      position: relative;
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container {
      position: relative;
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbccaf4-45a1-46ce-8ec3-396ef6ec5e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-9b179274-2259-476e-8c3b-b2f896d5d745 {
  margin-left: auto;
margin-right: auto;
border-radius: 10px;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-9b179274-2259-476e-8c3b-b2f896d5d745 {
  display: none;
}
#s-9b179274-2259-476e-8c3b-b2f896d5d745, #wrap-s-9b179274-2259-476e-8c3b-b2f896d5d745 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b179274-2259-476e-8c3b-b2f896d5d745 {
  display: none;
}
#s-9b179274-2259-476e-8c3b-b2f896d5d745, #wrap-s-9b179274-2259-476e-8c3b-b2f896d5d745 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b179274-2259-476e-8c3b-b2f896d5d745 {
  display: none;
}
#s-9b179274-2259-476e-8c3b-b2f896d5d745, #wrap-s-9b179274-2259-476e-8c3b-b2f896d5d745 { display: none !important; }}


.shg-image-margin-container-s-9b179274-2259-476e-8c3b-b2f896d5d745 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b179274-2259-476e-8c3b-b2f896d5d745 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b179274-2259-476e-8c3b-b2f896d5d745 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-9b179274-2259-476e-8c3b-b2f896d5d745 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b179274-2259-476e-8c3b-b2f896d5d745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b179274-2259-476e-8c3b-b2f896d5d745 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
      position: relative;
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9b179274-2259-476e-8c3b-b2f896d5d745 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b179274-2259-476e-8c3b-b2f896d5d745 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b179274-2259-476e-8c3b-b2f896d5d745 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-9b179274-2259-476e-8c3b-b2f896d5d745 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b179274-2259-476e-8c3b-b2f896d5d745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b179274-2259-476e-8c3b-b2f896d5d745 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
      position: relative;
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9b179274-2259-476e-8c3b-b2f896d5d745 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b179274-2259-476e-8c3b-b2f896d5d745 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b179274-2259-476e-8c3b-b2f896d5d745 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-9b179274-2259-476e-8c3b-b2f896d5d745 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b179274-2259-476e-8c3b-b2f896d5d745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b179274-2259-476e-8c3b-b2f896d5d745 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
      position: relative;
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9b179274-2259-476e-8c3b-b2f896d5d745 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b179274-2259-476e-8c3b-b2f896d5d745 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b179274-2259-476e-8c3b-b2f896d5d745 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-9b179274-2259-476e-8c3b-b2f896d5d745 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b179274-2259-476e-8c3b-b2f896d5d745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b179274-2259-476e-8c3b-b2f896d5d745 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
      position: relative;
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-9b179274-2259-476e-8c3b-b2f896d5d745 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b179274-2259-476e-8c3b-b2f896d5d745 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b179274-2259-476e-8c3b-b2f896d5d745 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b179274-2259-476e-8c3b-b2f896d5d745 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-9b179274-2259-476e-8c3b-b2f896d5d745 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b179274-2259-476e-8c3b-b2f896d5d745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b179274-2259-476e-8c3b-b2f896d5d745 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container {
      position: relative;
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b179274-2259-476e-8c3b-b2f896d5d745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
  margin-left: auto;
margin-right: auto;
border-radius: 10px;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
  display: none;
}
#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb, #wrap-s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
  display: none;
}
#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb, #wrap-s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
  display: none;
}
#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb, #wrap-s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb { display: none !important; }}


.shg-image-margin-container-s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
      position: relative;
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
      position: relative;
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
      position: relative;
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
      position: relative;
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container {
      position: relative;
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0d817c2-f8ed-4a52-9f20-522bd7be13eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-6ce6ac5c-6772-4c72-9572-298f34652f98 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.16);
}








#s-6ce6ac5c-6772-4c72-9572-298f34652f98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ce6ac5c-6772-4c72-9572-298f34652f98.shg-box.shg-c {
  justify-content: center;
}

#s-37ca9b2d-5f4f-4515-a730-ac96e579a39c {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-37ca9b2d-5f4f-4515-a730-ac96e579a39c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-d0817cd8-81df-492f-9832-bd69c6c555ea {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-8c7dc38d-3d68-47ef-bacd-c78fb978d071 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-8c7dc38d-3d68-47ef-bacd-c78fb978d071 {
  display: none;
}
#s-8c7dc38d-3d68-47ef-bacd-c78fb978d071, #wrap-s-8c7dc38d-3d68-47ef-bacd-c78fb978d071 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c7dc38d-3d68-47ef-bacd-c78fb978d071 {
  display: none;
}
#s-8c7dc38d-3d68-47ef-bacd-c78fb978d071, #wrap-s-8c7dc38d-3d68-47ef-bacd-c78fb978d071 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c7dc38d-3d68-47ef-bacd-c78fb978d071 {
  display: none;
}
#s-8c7dc38d-3d68-47ef-bacd-c78fb978d071, #wrap-s-8c7dc38d-3d68-47ef-bacd-c78fb978d071 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8c7dc38d-3d68-47ef-bacd-c78fb978d071"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c7dc38d-3d68-47ef-bacd-c78fb978d071"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8c7dc38d-3d68-47ef-bacd-c78fb978d071"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c7dc38d-3d68-47ef-bacd-c78fb978d071"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-441e895c-5c91-4bef-85a3-1f898fea906d {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-441e895c-5c91-4bef-85a3-1f898fea906d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-441e895c-5c91-4bef-85a3-1f898fea906d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-333947a4-98cc-4c68-b154-899c8088d93e {
  border-style: solid;
margin-top: -50px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-333947a4-98cc-4c68-b154-899c8088d93e {
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  
  /* Add padding handling */
  
  
  
  
}

#s-333947a4-98cc-4c68-b154-899c8088d93e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-333947a4-98cc-4c68-b154-899c8088d93e .shogun-image-content {
  
    align-items: center;
  
}

.s-333947a4-98cc-4c68-b154-899c8088d93e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-333947a4-98cc-4c68-b154-899c8088d93e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-333947a4-98cc-4c68-b154-899c8088d93e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-333947a4-98cc-4c68-b154-899c8088d93e .shogun-image-content {
  
    align-items: center;
  
}

.s-333947a4-98cc-4c68-b154-899c8088d93e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-333947a4-98cc-4c68-b154-899c8088d93e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-333947a4-98cc-4c68-b154-899c8088d93e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-333947a4-98cc-4c68-b154-899c8088d93e .shogun-image-content {
  
    align-items: center;
  
}

.s-333947a4-98cc-4c68-b154-899c8088d93e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-333947a4-98cc-4c68-b154-899c8088d93e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-333947a4-98cc-4c68-b154-899c8088d93e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-333947a4-98cc-4c68-b154-899c8088d93e .shogun-image-content {
  
    align-items: center;
  
}

.s-333947a4-98cc-4c68-b154-899c8088d93e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-333947a4-98cc-4c68-b154-899c8088d93e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-333947a4-98cc-4c68-b154-899c8088d93e {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-333947a4-98cc-4c68-b154-899c8088d93e .shogun-image-content {
  
    align-items: center;
  
}

.s-333947a4-98cc-4c68-b154-899c8088d93e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-333947a4-98cc-4c68-b154-899c8088d93e.shogun-image {
  box-sizing: border-box;
}




}
#s-43398d85-4d6e-42dd-9768-660b78aac471 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 682/101;
text-align: center;
}



.shg-image-margin-container-s-43398d85-4d6e-42dd-9768-660b78aac471 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  /* Add padding handling */
  
  
  
  
}

#s-43398d85-4d6e-42dd-9768-660b78aac471 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43398d85-4d6e-42dd-9768-660b78aac471 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-43398d85-4d6e-42dd-9768-660b78aac471 .shogun-image-content {
  
    align-items: center;
  
}

.s-43398d85-4d6e-42dd-9768-660b78aac471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43398d85-4d6e-42dd-9768-660b78aac471 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
      position: relative;
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-43398d85-4d6e-42dd-9768-660b78aac471 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-43398d85-4d6e-42dd-9768-660b78aac471 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43398d85-4d6e-42dd-9768-660b78aac471 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-43398d85-4d6e-42dd-9768-660b78aac471 .shogun-image-content {
  
    align-items: center;
  
}

.s-43398d85-4d6e-42dd-9768-660b78aac471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43398d85-4d6e-42dd-9768-660b78aac471 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
      position: relative;
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-43398d85-4d6e-42dd-9768-660b78aac471 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-43398d85-4d6e-42dd-9768-660b78aac471 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43398d85-4d6e-42dd-9768-660b78aac471 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-43398d85-4d6e-42dd-9768-660b78aac471 .shogun-image-content {
  
    align-items: center;
  
}

.s-43398d85-4d6e-42dd-9768-660b78aac471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43398d85-4d6e-42dd-9768-660b78aac471 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
      position: relative;
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-43398d85-4d6e-42dd-9768-660b78aac471 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-43398d85-4d6e-42dd-9768-660b78aac471 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43398d85-4d6e-42dd-9768-660b78aac471 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-43398d85-4d6e-42dd-9768-660b78aac471 .shogun-image-content {
  
    align-items: center;
  
}

.s-43398d85-4d6e-42dd-9768-660b78aac471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43398d85-4d6e-42dd-9768-660b78aac471 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
      position: relative;
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-43398d85-4d6e-42dd-9768-660b78aac471 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-43398d85-4d6e-42dd-9768-660b78aac471 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43398d85-4d6e-42dd-9768-660b78aac471 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43398d85-4d6e-42dd-9768-660b78aac471 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-43398d85-4d6e-42dd-9768-660b78aac471 .shogun-image-content {
  
    align-items: center;
  
}

.s-43398d85-4d6e-42dd-9768-660b78aac471.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43398d85-4d6e-42dd-9768-660b78aac471 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container {
      position: relative;
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43398d85-4d6e-42dd-9768-660b78aac471 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-c62cd8f5-4114-4ecb-8cd9-6c7e02dc896d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c62cd8f5-4114-4ecb-8cd9-6c7e02dc896d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8819d4c1-7b31-4a77-a1ea-b7bbf6aa7227 {
  margin-left: auto;
margin-right: auto;
}

#s-c2e52535-cca1-46f7-8831-57d0c99f2bd3 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-5607849f-24de-47eb-a3e7-f460f4d8b96e {
  margin-top: 70px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5607849f-24de-47eb-a3e7-f460f4d8b96e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5607849f-24de-47eb-a3e7-f460f4d8b96e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6a958a45-fc78-4ee0-b456-3dd23756b286 {
  border-style: solid;
margin-top: -50px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-6a958a45-fc78-4ee0-b456-3dd23756b286 {
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  
  /* Add padding handling */
  
  
  
  
}

#s-6a958a45-fc78-4ee0-b456-3dd23756b286 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-6a958a45-fc78-4ee0-b456-3dd23756b286 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6a958a45-fc78-4ee0-b456-3dd23756b286 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6a958a45-fc78-4ee0-b456-3dd23756b286 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-6a958a45-fc78-4ee0-b456-3dd23756b286 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-6a958a45-fc78-4ee0-b456-3dd23756b286 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6a958a45-fc78-4ee0-b456-3dd23756b286 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-6a958a45-fc78-4ee0-b456-3dd23756b286 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-6a958a45-fc78-4ee0-b456-3dd23756b286 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6a958a45-fc78-4ee0-b456-3dd23756b286 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-6a958a45-fc78-4ee0-b456-3dd23756b286 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-6a958a45-fc78-4ee0-b456-3dd23756b286 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6a958a45-fc78-4ee0-b456-3dd23756b286 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-6a958a45-fc78-4ee0-b456-3dd23756b286 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a958a45-fc78-4ee0-b456-3dd23756b286.shogun-image {
  box-sizing: border-box;
}




}
#s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 682/101;
text-align: center;
}



.shg-image-margin-container-s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  /* Add padding handling */
  
  
  
  
}

#s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61327142-bffe-42e8-b47d-6cddd9d22e81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shogun-image-content {
  
    align-items: center;
  
}

.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
      position: relative;
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61327142-bffe-42e8-b47d-6cddd9d22e81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shogun-image-content {
  
    align-items: center;
  
}

.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
      position: relative;
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61327142-bffe-42e8-b47d-6cddd9d22e81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shogun-image-content {
  
    align-items: center;
  
}

.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
      position: relative;
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61327142-bffe-42e8-b47d-6cddd9d22e81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shogun-image-content {
  
    align-items: center;
  
}

.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
      position: relative;
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61327142-bffe-42e8-b47d-6cddd9d22e81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-61327142-bffe-42e8-b47d-6cddd9d22e81 .shogun-image-content {
  
    align-items: center;
  
}

.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61327142-bffe-42e8-b47d-6cddd9d22e81 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container {
      position: relative;
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61327142-bffe-42e8-b47d-6cddd9d22e81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-2dc671f7-3ebe-420e-8ddc-3132c39f29f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2dc671f7-3ebe-420e-8ddc-3132c39f29f0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8d93960e-0c7e-4c52-b353-a90b749ad2cf {
  margin-left: auto;
margin-right: auto;
}

#s-bdeb83b0-c97f-4a49-b09c-9a259c9a05e3 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-dd79f47f-d3e6-42b5-bb53-8de7e3d30a8f {
  margin-top: 70px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dd79f47f-d3e6-42b5-bb53-8de7e3d30a8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd79f47f-d3e6-42b5-bb53-8de7e3d30a8f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fc6c1731-30cc-421d-be76-3b42678d3465 {
  border-style: solid;
margin-top: -50px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-fc6c1731-30cc-421d-be76-3b42678d3465 {
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  
  /* Add padding handling */
  
  
  
  
}

#s-fc6c1731-30cc-421d-be76-3b42678d3465 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fc6c1731-30cc-421d-be76-3b42678d3465 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc6c1731-30cc-421d-be76-3b42678d3465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fc6c1731-30cc-421d-be76-3b42678d3465 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fc6c1731-30cc-421d-be76-3b42678d3465 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fc6c1731-30cc-421d-be76-3b42678d3465 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc6c1731-30cc-421d-be76-3b42678d3465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-fc6c1731-30cc-421d-be76-3b42678d3465 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fc6c1731-30cc-421d-be76-3b42678d3465 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fc6c1731-30cc-421d-be76-3b42678d3465 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc6c1731-30cc-421d-be76-3b42678d3465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-fc6c1731-30cc-421d-be76-3b42678d3465 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fc6c1731-30cc-421d-be76-3b42678d3465 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fc6c1731-30cc-421d-be76-3b42678d3465 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc6c1731-30cc-421d-be76-3b42678d3465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-fc6c1731-30cc-421d-be76-3b42678d3465 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fc6c1731-30cc-421d-be76-3b42678d3465 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fc6c1731-30cc-421d-be76-3b42678d3465 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc6c1731-30cc-421d-be76-3b42678d3465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc6c1731-30cc-421d-be76-3b42678d3465.shogun-image {
  box-sizing: border-box;
}




}
#s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 682/101;
text-align: center;
}



.shg-image-margin-container-s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  /* Add padding handling */
  
  
  
  
}

#s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
      position: relative;
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
      position: relative;
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
      position: relative;
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
      position: relative;
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shg-image-content-wrapper {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }

    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shogun-image-link {
      aspect-ratio: 682/101;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f81b779a-726e-4aa5-b9ba-509a791fadd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f81b779a-726e-4aa5-b9ba-509a791fadd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1 {
      --shg-aspect-ratio: calc(682/101); 
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container {
      position: relative;
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f81b779a-726e-4aa5-b9ba-509a791fadd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-7d24cab6-4124-462d-abdf-b8fe6a5fd66e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d24cab6-4124-462d-abdf-b8fe6a5fd66e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8f0cbc16-7c80-424c-8b50-5be7617e6135 {
  margin-left: auto;
margin-right: auto;
}

#s-46ccb56f-5d20-4253-a32b-d4533d4e4474 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-66168dde-c3c6-44b1-bb64-16771b5f496a {
  margin-top: 100px;
margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-66168dde-c3c6-44b1-bb64-16771b5f496a {
  display: none;
}
#s-66168dde-c3c6-44b1-bb64-16771b5f496a, #wrap-s-66168dde-c3c6-44b1-bb64-16771b5f496a { display: none !important; }}
@media (min-width: 0px) {
[id="s-66168dde-c3c6-44b1-bb64-16771b5f496a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-66168dde-c3c6-44b1-bb64-16771b5f496a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-66168dde-c3c6-44b1-bb64-16771b5f496a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-66168dde-c3c6-44b1-bb64-16771b5f496a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1bab24c3-2bec-42ca-bb74-a88f2ab9012c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1bab24c3-2bec-42ca-bb74-a88f2ab9012c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bab24c3-2bec-42ca-bb74-a88f2ab9012c.shg-box.shg-c {
  justify-content: center;
}

#s-990273a2-d3eb-4e69-9555-fb77f607f0dd {
  margin-top: -80px;
margin-left: auto;
margin-right: auto;
border-radius: 100px;
max-width: 150px;
text-align: center;
}



.shg-image-margin-container-s-990273a2-d3eb-4e69-9555-fb77f607f0dd {
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  
  /* Add padding handling */
  
  
  
  
}

#s-990273a2-d3eb-4e69-9555-fb77f607f0dd {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-990273a2-d3eb-4e69-9555-fb77f607f0dd .shogun-image-content {
  
    align-items: center;
  
}

.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-990273a2-d3eb-4e69-9555-fb77f607f0dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-990273a2-d3eb-4e69-9555-fb77f607f0dd {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-990273a2-d3eb-4e69-9555-fb77f607f0dd .shogun-image-content {
  
    align-items: center;
  
}

.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-990273a2-d3eb-4e69-9555-fb77f607f0dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-990273a2-d3eb-4e69-9555-fb77f607f0dd {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-990273a2-d3eb-4e69-9555-fb77f607f0dd .shogun-image-content {
  
    align-items: center;
  
}

.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-990273a2-d3eb-4e69-9555-fb77f607f0dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-990273a2-d3eb-4e69-9555-fb77f607f0dd {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-990273a2-d3eb-4e69-9555-fb77f607f0dd .shogun-image-content {
  
    align-items: center;
  
}

.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-990273a2-d3eb-4e69-9555-fb77f607f0dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-990273a2-d3eb-4e69-9555-fb77f607f0dd {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-990273a2-d3eb-4e69-9555-fb77f607f0dd .shogun-image-content {
  
    align-items: center;
  
}

.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990273a2-d3eb-4e69-9555-fb77f607f0dd.shogun-image {
  box-sizing: border-box;
}




}
#s-d889d460-6839-4386-a622-077aea1a2cc9 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-d889d460-6839-4386-a622-077aea1a2cc9 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  /* Add padding handling */
  
  
  
  
}

#s-d889d460-6839-4386-a622-077aea1a2cc9 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d889d460-6839-4386-a622-077aea1a2cc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d889d460-6839-4386-a622-077aea1a2cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d889d460-6839-4386-a622-077aea1a2cc9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d889d460-6839-4386-a622-077aea1a2cc9 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d889d460-6839-4386-a622-077aea1a2cc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d889d460-6839-4386-a622-077aea1a2cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d889d460-6839-4386-a622-077aea1a2cc9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d889d460-6839-4386-a622-077aea1a2cc9 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d889d460-6839-4386-a622-077aea1a2cc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d889d460-6839-4386-a622-077aea1a2cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d889d460-6839-4386-a622-077aea1a2cc9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d889d460-6839-4386-a622-077aea1a2cc9 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d889d460-6839-4386-a622-077aea1a2cc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d889d460-6839-4386-a622-077aea1a2cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-d889d460-6839-4386-a622-077aea1a2cc9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d889d460-6839-4386-a622-077aea1a2cc9 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d889d460-6839-4386-a622-077aea1a2cc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d889d460-6839-4386-a622-077aea1a2cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d889d460-6839-4386-a622-077aea1a2cc9.shogun-image {
  box-sizing: border-box;
}




}
#s-824da30c-f5a5-4b25-a473-b8ab9c3e3a4f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-824da30c-f5a5-4b25-a473-b8ab9c3e3a4f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0802a089-35d5-4927-ae33-f9353d5de4ef {
  margin-left: auto;
margin-right: auto;
}

#s-6cdead15-2055-4b7b-93c9-46c9d1868b42 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-688d7436-5d77-48c7-b884-98c4501c3246 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-688d7436-5d77-48c7-b884-98c4501c3246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-688d7436-5d77-48c7-b884-98c4501c3246.shg-box.shg-c {
  justify-content: center;
}

#s-d366a36b-4add-455b-a213-c030b14eaffd {
  margin-top: -80px;
margin-left: auto;
margin-right: auto;
border-radius: 100px;
max-width: 150px;
text-align: center;
}



.shg-image-margin-container-s-d366a36b-4add-455b-a213-c030b14eaffd {
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  
  /* Add padding handling */
  
  
  
  
}

#s-d366a36b-4add-455b-a213-c030b14eaffd {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d366a36b-4add-455b-a213-c030b14eaffd .shogun-image-content {
  
    align-items: center;
  
}

.s-d366a36b-4add-455b-a213-c030b14eaffd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d366a36b-4add-455b-a213-c030b14eaffd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d366a36b-4add-455b-a213-c030b14eaffd {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d366a36b-4add-455b-a213-c030b14eaffd .shogun-image-content {
  
    align-items: center;
  
}

.s-d366a36b-4add-455b-a213-c030b14eaffd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d366a36b-4add-455b-a213-c030b14eaffd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d366a36b-4add-455b-a213-c030b14eaffd {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d366a36b-4add-455b-a213-c030b14eaffd .shogun-image-content {
  
    align-items: center;
  
}

.s-d366a36b-4add-455b-a213-c030b14eaffd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d366a36b-4add-455b-a213-c030b14eaffd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d366a36b-4add-455b-a213-c030b14eaffd {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d366a36b-4add-455b-a213-c030b14eaffd .shogun-image-content {
  
    align-items: center;
  
}

.s-d366a36b-4add-455b-a213-c030b14eaffd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-d366a36b-4add-455b-a213-c030b14eaffd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d366a36b-4add-455b-a213-c030b14eaffd {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d366a36b-4add-455b-a213-c030b14eaffd .shogun-image-content {
  
    align-items: center;
  
}

.s-d366a36b-4add-455b-a213-c030b14eaffd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d366a36b-4add-455b-a213-c030b14eaffd.shogun-image {
  box-sizing: border-box;
}




}
#s-9a7e801e-b81c-4278-a1e5-8764c20a4211 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-9a7e801e-b81c-4278-a1e5-8764c20a4211 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  /* Add padding handling */
  
  
  
  
}

#s-9a7e801e-b81c-4278-a1e5-8764c20a4211 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9a7e801e-b81c-4278-a1e5-8764c20a4211 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9a7e801e-b81c-4278-a1e5-8764c20a4211 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a7e801e-b81c-4278-a1e5-8764c20a4211 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9a7e801e-b81c-4278-a1e5-8764c20a4211 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9a7e801e-b81c-4278-a1e5-8764c20a4211 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a7e801e-b81c-4278-a1e5-8764c20a4211 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9a7e801e-b81c-4278-a1e5-8764c20a4211 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9a7e801e-b81c-4278-a1e5-8764c20a4211 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a7e801e-b81c-4278-a1e5-8764c20a4211 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9a7e801e-b81c-4278-a1e5-8764c20a4211 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-9a7e801e-b81c-4278-a1e5-8764c20a4211 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a7e801e-b81c-4278-a1e5-8764c20a4211 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9a7e801e-b81c-4278-a1e5-8764c20a4211 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7e801e-b81c-4278-a1e5-8764c20a4211.shogun-image {
  box-sizing: border-box;
}




}
#s-06d2f1fe-57db-4846-83f1-4ca3eaf4423e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06d2f1fe-57db-4846-83f1-4ca3eaf4423e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3b1fd2f2-f560-4d20-99c0-56d1b09754ea {
  margin-left: auto;
margin-right: auto;
}

#s-8544651c-fa21-4245-818d-d855a3841ba5 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-0c1083c1-0c11-4626-a05d-0368377de546 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0c1083c1-0c11-4626-a05d-0368377de546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c1083c1-0c11-4626-a05d-0368377de546.shg-box.shg-c {
  justify-content: center;
}

#s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 {
  margin-top: -80px;
margin-left: auto;
margin-right: auto;
border-radius: 100px;
max-width: 150px;
text-align: center;
}



.shg-image-margin-container-s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 {
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  
  /* Add padding handling */
  
  
  
  
}

#s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d8669f2-99ae-4c45-af2e-b4158f4c0f46.shogun-image {
  box-sizing: border-box;
}




}
#s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  /* Add padding handling */
  
  
  
  
}

#s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7a352c-2cd2-4820-9b1c-36c42629ce35.shogun-image {
  box-sizing: border-box;
}




}
#s-19d358a2-6279-41a0-9985-acf9fe87abd0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19d358a2-6279-41a0-9985-acf9fe87abd0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ab24ea8e-495c-4c04-895a-051ecbec3c3a {
  margin-left: auto;
margin-right: auto;
}

#s-480a0ce7-3509-47d5-89c7-a1d7a61a68f5 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-f13b207b-828d-40fc-9c38-383e0e08409f {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}








#s-f13b207b-828d-40fc-9c38-383e0e08409f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f13b207b-828d-40fc-9c38-383e0e08409f.shg-box.shg-c {
  justify-content: center;
}

#s-599e5707-db77-41d4-b8da-3e1ee4759c1d {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-599e5707-db77-41d4-b8da-3e1ee4759c1d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-7de568f5-269b-4622-8b70-026bac83abac {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-28ce4a96-0057-4af3-8949-4076deb2198c {
  margin-left: auto;
margin-right: auto;
}

#s-28ce4a96-0057-4af3-8949-4076deb2198c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-28ce4a96-0057-4af3-8949-4076deb2198c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 116, 0, 0.16);
  padding: 10px;
}

#s-28ce4a96-0057-4af3-8949-4076deb2198c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-28ce4a96-0057-4af3-8949-4076deb2198c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 116, 0, 0.04);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-28ce4a96-0057-4af3-8949-4076deb2198c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  
  font-size: 16px;
}

#s-28ce4a96-0057-4af3-8949-4076deb2198c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-be3356d2-e6e3-4c11-8539-b9a39c8605e8 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-109ecfcb-284a-4bd0-9559-43dac2276330 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-2faa728c-a2df-4c59-8a8c-3325f926ab24 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-5963322a-9320-4a3a-a874-f3bf48fdcee4 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-b616346d-74f7-4146-b5c6-1caf109be7d8 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-9ea0b2ba-74eb-41fe-973c-4e45013215e5 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-febd7c29-72c7-41d2-b4c5-50d11a6b3e2c {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-20d4464e-5b9c-48a1-99d9-6e7cef7e625d {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-55c21718-9de9-4536-b399-ba7a33406dba {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-483561cc-873d-43eb-93c0-f2f0feb42bcd {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-3019ed6f-a9a6-4e97-9c21-9ebda8f7157f {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-9a977fad-6470-41c0-a501-abbc3c16da96 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-6f9c67f5-8804-4aec-8b8c-3e200db770a5 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}