.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-bb87acc7-2198-4d90-b958-de8f8f3f5fb8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bb87acc7-2198-4d90-b958-de8f8f3f5fb8 {
  display: none;
}
#s-bb87acc7-2198-4d90-b958-de8f8f3f5fb8, #wrap-s-bb87acc7-2198-4d90-b958-de8f8f3f5fb8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb87acc7-2198-4d90-b958-de8f8f3f5fb8 {
  display: none;
}
#s-bb87acc7-2198-4d90-b958-de8f8f3f5fb8, #wrap-s-bb87acc7-2198-4d90-b958-de8f8f3f5fb8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb87acc7-2198-4d90-b958-de8f8f3f5fb8 {
  display: none;
}
#s-bb87acc7-2198-4d90-b958-de8f8f3f5fb8, #wrap-s-bb87acc7-2198-4d90-b958-de8f8f3f5fb8 { display:none !important; }}







#s-bb87acc7-2198-4d90-b958-de8f8f3f5fb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb87acc7-2198-4d90-b958-de8f8f3f5fb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

#s-4c440ac8-a5e1-418b-839b-fc4cb7bd673a {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-4c440ac8-a5e1-418b-839b-fc4cb7bd673a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4c440ac8-a5e1-418b-839b-fc4cb7bd673a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4c440ac8-a5e1-418b-839b-fc4cb7bd673a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c440ac8-a5e1-418b-839b-fc4cb7bd673a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5da1de3f-7e0e-4e08-90df-2e0ecabb3ce3 {
  margin-top: 4px;
text-align: center;
}
@media (max-width: 767px){#s-5da1de3f-7e0e-4e08-90df-2e0ecabb3ce3 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-5da1de3f-7e0e-4e08-90df-2e0ecabb3ce3 .shogun-icon-wrapper {
  text-align: left;
}


#s-5da1de3f-7e0e-4e08-90df-2e0ecabb3ce3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-334ede6d-d981-4776-9b8d-0ad8af3eead4 {
  text-align: left;
}
@media (max-width: 767px){#s-334ede6d-d981-4776-9b8d-0ad8af3eead4 {
  margin-left: -70%;
margin-right: 0%;
}
}
#s-334ede6d-d981-4776-9b8d-0ad8af3eead4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-69382a87-e10c-46a1-b9dc-5b7dc987b731 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-69382a87-e10c-46a1-b9dc-5b7dc987b731"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-69382a87-e10c-46a1-b9dc-5b7dc987b731"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69382a87-e10c-46a1-b9dc-5b7dc987b731"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69382a87-e10c-46a1-b9dc-5b7dc987b731"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e9bb7388-2343-4ff9-af7f-3bfad2418a4b {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-e9bb7388-2343-4ff9-af7f-3bfad2418a4b {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-e9bb7388-2343-4ff9-af7f-3bfad2418a4b .shogun-icon-wrapper {
  text-align: left;
}


#s-e9bb7388-2343-4ff9-af7f-3bfad2418a4b .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-77d0000e-8c0f-4548-aceb-45e3b69b2b19 {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-77d0000e-8c0f-4548-aceb-45e3b69b2b19 {
  margin-left: -70%;
}
}
#s-77d0000e-8c0f-4548-aceb-45e3b69b2b19 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-97a0cad6-081e-43e7-8404-e2d6dc01d224 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-97a0cad6-081e-43e7-8404-e2d6dc01d224"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-97a0cad6-081e-43e7-8404-e2d6dc01d224"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97a0cad6-081e-43e7-8404-e2d6dc01d224"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97a0cad6-081e-43e7-8404-e2d6dc01d224"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fa047e44-3c16-4228-ba01-5c42f1994bf0 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-fa047e44-3c16-4228-ba01-5c42f1994bf0 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-fa047e44-3c16-4228-ba01-5c42f1994bf0 .shogun-icon-wrapper {
  text-align: left;
}


#s-fa047e44-3c16-4228-ba01-5c42f1994bf0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-5596680c-6857-4d74-8b84-4e8f920c162a {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-5596680c-6857-4d74-8b84-4e8f920c162a {
  margin-left: -70%;
}
}
#s-5596680c-6857-4d74-8b84-4e8f920c162a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-1ad5ce42-5bc2-43bc-8a88-b5c86979cf74 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-1ad5ce42-5bc2-43bc-8a88-b5c86979cf74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1ad5ce42-5bc2-43bc-8a88-b5c86979cf74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ad5ce42-5bc2-43bc-8a88-b5c86979cf74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ad5ce42-5bc2-43bc-8a88-b5c86979cf74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e30e00d6-bcb0-4039-8d97-f07ef0a4c15b {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-e30e00d6-bcb0-4039-8d97-f07ef0a4c15b {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-e30e00d6-bcb0-4039-8d97-f07ef0a4c15b .shogun-icon-wrapper {
  text-align: left;
}


#s-e30e00d6-bcb0-4039-8d97-f07ef0a4c15b .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-f69f732e-83db-4fb3-963b-537eaed4cb48 {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f69f732e-83db-4fb3-963b-537eaed4cb48 {
  margin-left: -70%;
}
}
#s-f69f732e-83db-4fb3-963b-537eaed4cb48 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-4bc08e3e-b4fb-48a2-9862-94e4cf037fbe {
  min-height: 50px;
}
@media (max-width: 767px){#s-4bc08e3e-b4fb-48a2-9862-94e4cf037fbe {
  display: none;
}
#s-4bc08e3e-b4fb-48a2-9862-94e4cf037fbe, #wrap-s-4bc08e3e-b4fb-48a2-9862-94e4cf037fbe { display:none !important; }}







#s-4bc08e3e-b4fb-48a2-9862-94e4cf037fbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bc08e3e-b4fb-48a2-9862-94e4cf037fbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1aa4b52e-41cd-44b2-b83c-a7d72653b50b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1aa4b52e-41cd-44b2-b83c-a7d72653b50b {
  display: none;
}
#s-1aa4b52e-41cd-44b2-b83c-a7d72653b50b, #wrap-s-1aa4b52e-41cd-44b2-b83c-a7d72653b50b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1aa4b52e-41cd-44b2-b83c-a7d72653b50b {
  display: none;
}
#s-1aa4b52e-41cd-44b2-b83c-a7d72653b50b, #wrap-s-1aa4b52e-41cd-44b2-b83c-a7d72653b50b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1aa4b52e-41cd-44b2-b83c-a7d72653b50b {
  display: none;
}
#s-1aa4b52e-41cd-44b2-b83c-a7d72653b50b, #wrap-s-1aa4b52e-41cd-44b2-b83c-a7d72653b50b { display:none !important; }}







#s-1aa4b52e-41cd-44b2-b83c-a7d72653b50b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1aa4b52e-41cd-44b2-b83c-a7d72653b50b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95d6b4d8-5075-40e0-bce1-77e03f5c0aeb {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-95d6b4d8-5075-40e0-bce1-77e03f5c0aeb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-95d6b4d8-5075-40e0-bce1-77e03f5c0aeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-95d6b4d8-5075-40e0-bce1-77e03f5c0aeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-95d6b4d8-5075-40e0-bce1-77e03f5c0aeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6ea87f3e-8815-47a9-8321-65f71fedb586 {
  margin-top: 4px;
text-align: center;
}
@media (max-width: 767px){#s-6ea87f3e-8815-47a9-8321-65f71fedb586 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-6ea87f3e-8815-47a9-8321-65f71fedb586 .shogun-icon-wrapper {
  text-align: left;
}


#s-6ea87f3e-8815-47a9-8321-65f71fedb586 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-626ff4aa-1bc1-4bd5-b22c-4d0a80bb6a77 {
  text-align: left;
}
@media (max-width: 767px){#s-626ff4aa-1bc1-4bd5-b22c-4d0a80bb6a77 {
  margin-left: -70%;
margin-right: 0%;
}
}
#s-626ff4aa-1bc1-4bd5-b22c-4d0a80bb6a77 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-947c474b-285a-4930-83e3-f0f7621daf6b {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-947c474b-285a-4930-83e3-f0f7621daf6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-947c474b-285a-4930-83e3-f0f7621daf6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-947c474b-285a-4930-83e3-f0f7621daf6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-947c474b-285a-4930-83e3-f0f7621daf6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-069d9c2b-2cfc-415c-89d4-8d4ced787875 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-069d9c2b-2cfc-415c-89d4-8d4ced787875 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-069d9c2b-2cfc-415c-89d4-8d4ced787875 .shogun-icon-wrapper {
  text-align: left;
}


#s-069d9c2b-2cfc-415c-89d4-8d4ced787875 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-2ccbfc01-3b42-42db-b584-d3b33045f744 {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2ccbfc01-3b42-42db-b584-d3b33045f744 {
  margin-left: -70%;
}
}
#s-2ccbfc01-3b42-42db-b584-d3b33045f744 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-38ac9cce-b2b8-489b-8caf-0ce334cdcfbc {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-38ac9cce-b2b8-489b-8caf-0ce334cdcfbc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-38ac9cce-b2b8-489b-8caf-0ce334cdcfbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-38ac9cce-b2b8-489b-8caf-0ce334cdcfbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-38ac9cce-b2b8-489b-8caf-0ce334cdcfbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-922cf6df-fdab-407f-b02a-b13ed9344f1e {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-922cf6df-fdab-407f-b02a-b13ed9344f1e {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-922cf6df-fdab-407f-b02a-b13ed9344f1e .shogun-icon-wrapper {
  text-align: left;
}


#s-922cf6df-fdab-407f-b02a-b13ed9344f1e .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-830df081-3b59-4a8c-806a-6803cce8000a {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-830df081-3b59-4a8c-806a-6803cce8000a {
  margin-left: -70%;
}
}
#s-830df081-3b59-4a8c-806a-6803cce8000a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-7e555f12-0551-4fc9-b0b0-fc0316a177d3 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-7e555f12-0551-4fc9-b0b0-fc0316a177d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7e555f12-0551-4fc9-b0b0-fc0316a177d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e555f12-0551-4fc9-b0b0-fc0316a177d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e555f12-0551-4fc9-b0b0-fc0316a177d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a961c531-7234-484c-b6df-0cc9cedda597 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-a961c531-7234-484c-b6df-0cc9cedda597 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-a961c531-7234-484c-b6df-0cc9cedda597 .shogun-icon-wrapper {
  text-align: left;
}


#s-a961c531-7234-484c-b6df-0cc9cedda597 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-e6fd8e70-32e8-4ae8-9e03-d07ce3bb8392 {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e6fd8e70-32e8-4ae8-9e03-d07ce3bb8392 {
  margin-left: -70%;
}
}
#s-e6fd8e70-32e8-4ae8-9e03-d07ce3bb8392 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-25236a49-f35f-4595-aae3-ad6224c02bdd {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-25236a49-f35f-4595-aae3-ad6224c02bdd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-25236a49-f35f-4595-aae3-ad6224c02bdd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-25236a49-f35f-4595-aae3-ad6224c02bdd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-25236a49-f35f-4595-aae3-ad6224c02bdd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-25236a49-f35f-4595-aae3-ad6224c02bdd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-25236a49-f35f-4595-aae3-ad6224c02bdd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-25236a49-f35f-4595-aae3-ad6224c02bdd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-b09bd24f-549c-4636-b300-12116491bfdd {
  margin-top: 4px;
text-align: center;
}
@media (max-width: 767px){#s-b09bd24f-549c-4636-b300-12116491bfdd {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-b09bd24f-549c-4636-b300-12116491bfdd .shogun-icon-wrapper {
  text-align: left;
}


#s-b09bd24f-549c-4636-b300-12116491bfdd .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-9801d4bc-558f-4500-afd4-6326783c3b80 {
  text-align: left;
}
@media (max-width: 767px){#s-9801d4bc-558f-4500-afd4-6326783c3b80 {
  margin-left: -67%;
margin-right: 0%;
}
}
#s-9801d4bc-558f-4500-afd4-6326783c3b80 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-7a62da3a-3eb0-4151-bc4a-9d64ed87dc8c {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-7a62da3a-3eb0-4151-bc4a-9d64ed87dc8c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7a62da3a-3eb0-4151-bc4a-9d64ed87dc8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a62da3a-3eb0-4151-bc4a-9d64ed87dc8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a62da3a-3eb0-4151-bc4a-9d64ed87dc8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a62da3a-3eb0-4151-bc4a-9d64ed87dc8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a62da3a-3eb0-4151-bc4a-9d64ed87dc8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a62da3a-3eb0-4151-bc4a-9d64ed87dc8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-1ca676d7-3ed4-4c0d-910b-362c6c721aef {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1ca676d7-3ed4-4c0d-910b-362c6c721aef .shogun-icon-wrapper {
  text-align: left;
}


#s-1ca676d7-3ed4-4c0d-910b-362c6c721aef .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-f307430c-3330-4819-8dbe-88bfa93581d4 {
  margin-top: 5px;
margin-bottom: 0px;
text-align: left;
}

#s-f307430c-3330-4819-8dbe-88bfa93581d4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-f140d985-63b0-4d13-9776-619307b4a156 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-f140d985-63b0-4d13-9776-619307b4a156"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f140d985-63b0-4d13-9776-619307b4a156"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f140d985-63b0-4d13-9776-619307b4a156"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f140d985-63b0-4d13-9776-619307b4a156"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f140d985-63b0-4d13-9776-619307b4a156"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f140d985-63b0-4d13-9776-619307b4a156"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f140d985-63b0-4d13-9776-619307b4a156"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-c9b33dad-461b-4a42-840e-99a001691d93 .shogun-icon-wrapper {
  text-align: left;
}


#s-c9b33dad-461b-4a42-840e-99a001691d93 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-e1bf75e6-8fc2-4029-a3fe-0f46949900c2 {
  margin-top: 5px;
text-align: left;
}

#s-e1bf75e6-8fc2-4029-a3fe-0f46949900c2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-134b8d73-a888-4921-9b8d-e1a0ff35f39b {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-134b8d73-a888-4921-9b8d-e1a0ff35f39b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-134b8d73-a888-4921-9b8d-e1a0ff35f39b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-134b8d73-a888-4921-9b8d-e1a0ff35f39b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-134b8d73-a888-4921-9b8d-e1a0ff35f39b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-134b8d73-a888-4921-9b8d-e1a0ff35f39b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-134b8d73-a888-4921-9b8d-e1a0ff35f39b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-134b8d73-a888-4921-9b8d-e1a0ff35f39b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-ba2733f5-0b49-401f-9445-b84fb4412de8 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ba2733f5-0b49-401f-9445-b84fb4412de8 .shogun-icon-wrapper {
  text-align: left;
}


#s-ba2733f5-0b49-401f-9445-b84fb4412de8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-3c59660e-4fd0-4eb0-89bd-c858f9542fe9 {
  margin-top: 5px;
margin-bottom: 0px;
text-align: left;
}

#s-3c59660e-4fd0-4eb0-89bd-c858f9542fe9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-e1733377-c4a0-4c1d-a125-974037e3697b {
  margin-top: 5%;
margin-bottom: 10%;
}


  #s-e1733377-c4a0-4c1d-a125-974037e3697b .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-e1733377-c4a0-4c1d-a125-974037e3697b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-e1733377-c4a0-4c1d-a125-974037e3697b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(136, 140, 143, 1);
  font-family: Open Sans;
  font-weight: 300;
  font-style: ;
  font-size: 12px;
}

#s-e1733377-c4a0-4c1d-a125-974037e3697b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-e1733377-c4a0-4c1d-a125-974037e3697b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-e1733377-c4a0-4c1d-a125-974037e3697b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.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: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-6413d89d-39dc-478e-91e1-e2ec6b82faf3 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}

#s-9a60c3a8-6ef1-4cd4-9461-d6c18f238d0e {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}

#s-0e12f627-9203-4091-96da-a98b025c2314 {
  min-height: 100px;
}








#s-0e12f627-9203-4091-96da-a98b025c2314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e12f627-9203-4091-96da-a98b025c2314.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90e85b31-c18b-4a69-9205-1fee335cd283 {
  min-height: 50px;
}
@media (max-width: 767px){#s-90e85b31-c18b-4a69-9205-1fee335cd283 {
  
}
}







#s-90e85b31-c18b-4a69-9205-1fee335cd283 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90e85b31-c18b-4a69-9205-1fee335cd283.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d0b0d00b-b6fe-41b2-8fdf-698de02f982e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0b0d00b-b6fe-41b2-8fdf-698de02f982e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0b0d00b-b6fe-41b2-8fdf-698de02f982e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0b0d00b-b6fe-41b2-8fdf-698de02f982e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-463c089b-c846-4cc8-ad6d-034dcd3b95e5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-463c089b-c846-4cc8-ad6d-034dcd3b95e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-463c089b-c846-4cc8-ad6d-034dcd3b95e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d496a71-1152-474e-8f35-a1f49772890d {
  margin-top: 20%;
margin-bottom: 20%;
min-height: 0px;
}
@media (max-width: 767px){#s-3d496a71-1152-474e-8f35-a1f49772890d {
  
}
}







#s-3d496a71-1152-474e-8f35-a1f49772890d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d496a71-1152-474e-8f35-a1f49772890d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a34592d-3e6f-4c03-bcaf-f85391926863 {
  margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a34592d-3e6f-4c03-bcaf-f85391926863 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-64780966-9b3e-46f7-8cf7-33d175b912f8 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 10%;
padding-right: 10%;
}

#s-f834a208-f7b0-448b-80cf-4f034a3a7c6f {
  margin-bottom: 0px;
background-color: rgba(241, 241, 241, 1);
}

@media (min-width: 0px) {
[id="s-f834a208-f7b0-448b-80cf-4f034a3a7c6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f834a208-f7b0-448b-80cf-4f034a3a7c6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f834a208-f7b0-448b-80cf-4f034a3a7c6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f834a208-f7b0-448b-80cf-4f034a3a7c6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0b0fbb03-d4d4-445a-afa9-fc7c5d52851e {
  margin-top: 15%;
margin-bottom: 15%;
min-height: 0px;
}








#s-0b0fbb03-d4d4-445a-afa9-fc7c5d52851e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b0fbb03-d4d4-445a-afa9-fc7c5d52851e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2250e354-c6cc-4417-8973-1e51d54612fc {
  margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2250e354-c6cc-4417-8973-1e51d54612fc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-143e59f4-5f94-4927-919d-e12529457dae {
  margin-left: 10%;
margin-right: 10%;
padding-left: 10%;
padding-right: 10%;
}

#s-51792d2e-8dff-4463-9bd7-7d42ce8039fa {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-51792d2e-8dff-4463-9bd7-7d42ce8039fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51792d2e-8dff-4463-9bd7-7d42ce8039fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1f6f7f2-fdd0-406b-b43c-4821cca3fb71 {
  margin-bottom: 3%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e1f6f7f2-fdd0-406b-b43c-4821cca3fb71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1f6f7f2-fdd0-406b-b43c-4821cca3fb71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e1f6f7f2-fdd0-406b-b43c-4821cca3fb71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1f6f7f2-fdd0-406b-b43c-4821cca3fb71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e1f6f7f2-fdd0-406b-b43c-4821cca3fb71"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d12b9a58-cdee-4641-834b-eb96b83b92bc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center bottom;
}








#s-d12b9a58-cdee-4641-834b-eb96b83b92bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d12b9a58-cdee-4641-834b-eb96b83b92bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2b82e78-c65a-4b54-b59c-90473003de29 {
  margin-top: 29%;
margin-bottom: 29%;
}








#s-b2b82e78-c65a-4b54-b59c-90473003de29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2b82e78-c65a-4b54-b59c-90473003de29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e02c879b-395c-4a44-b9bf-fca2345f6962 {
  margin-top: 15%;
margin-bottom: 15%;
min-height: 0px;
}








#s-e02c879b-395c-4a44-b9bf-fca2345f6962 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e02c879b-395c-4a44-b9bf-fca2345f6962.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40de5896-80db-4434-ae5a-658811dff2cb {
  margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40de5896-80db-4434-ae5a-658811dff2cb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-2bbeeee6-fb2b-4d62-954b-7f562e97e72d {
  margin-left: 10%;
margin-right: 10%;
padding-left: 10%;
padding-right: 10%;
}

/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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;
  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-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#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:#000;background-color:rgba(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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.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}