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

.shg-sld-slides {
  word-break: break-word;
}

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-1f4df790-c73d-4bd6-a6a7-67c79b2d5705 {
  padding-top: 10px;
padding-bottom: 10px;
}

.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;
  /**
   * 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: 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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-176724de-43f1-4ed5-8978-3d16de6d630a {
  background-image: url(https://i.shgcdn.com/0521a74b-f362-4da2-b712-94bbe619e9b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 680px;
background-position: center center;
}








#s-176724de-43f1-4ed5-8978-3d16de6d630a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
}#s-176724de-43f1-4ed5-8978-3d16de6d630a.shg-box.shg-c {
  justify-content: center;
}

.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: #000;
  text-transform: none;
  font-weight: normal;
  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-07000317-b9a7-4c67-bd75-43087563344f {
  margin-top: 80px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: right;
}

#s-07000317-b9a7-4c67-bd75-43087563344f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



.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 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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-d57c3a36-3473-4ad6-a32e-db72ec10bd4b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 1200px;
}

#s-6e55b90a-27d9-4bcb-aff2-ffbd315fe43d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-6e55b90a-27d9-4bcb-aff2-ffbd315fe43d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e55b90a-27d9-4bcb-aff2-ffbd315fe43d.shg-box.shg-c {
  justify-content: center;
}

.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.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-9d440d4c-7a75-43dc-87b9-f0d4f1dcc56b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 172, 200, 1);
text-align: right;
text-decoration: none;
hover-type: color;
}
#s-9d440d4c-7a75-43dc-87b9-f0d4f1dcc56b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-9d440d4c-7a75-43dc-87b9-f0d4f1dcc56b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d440d4c-7a75-43dc-87b9-f0d4f1dcc56b-btn-wrapper {
    text-align: right;
  }


#s-9d440d4c-7a75-43dc-87b9-f0d4f1dcc56b.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-130e12cf-d61f-40c3-8b5d-d0c2abfaae91 {
  background-image: url(https://i.shgcdn.com/fc949feb-9cce-4b59-bd0b-5aeaa4e0f7e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 680px;
background-position: center center;
}








#s-130e12cf-d61f-40c3-8b5d-d0c2abfaae91 > .shg-box-overlay {
  background-color: rgba(205, 13, 13, 0);
  opacity: 1;
}#s-130e12cf-d61f-40c3-8b5d-d0c2abfaae91.shg-box.shg-c {
  justify-content: center;
}

#s-23a4be62-2ac7-4b3a-9b6f-4377199c9ef0 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: right;
}

#s-23a4be62-2ac7-4b3a-9b6f-4377199c9ef0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-94fb91de-84af-4989-86d8-bcd7b6d1e8b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 1200px;
}

#s-553c5f96-90b1-469f-b9c1-807ec5b673d7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(0, 0, 0, 0);
}








#s-553c5f96-90b1-469f-b9c1-807ec5b673d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-553c5f96-90b1-469f-b9c1-807ec5b673d7.shg-box.shg-c {
  justify-content: center;
}

#s-d2d11d22-cbd2-4329-951d-6dc9debc2b1c {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 172, 200, 1);
text-align: right;
text-decoration: none;
hover-type: color;
}
#s-d2d11d22-cbd2-4329-951d-6dc9debc2b1c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d2d11d22-cbd2-4329-951d-6dc9debc2b1c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2d11d22-cbd2-4329-951d-6dc9debc2b1c-btn-wrapper {
    text-align: right;
  }


#s-d2d11d22-cbd2-4329-951d-6dc9debc2b1c.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-aaa5ab5c-a3c8-488d-8935-af39efafa52e {
  background-image: url(https://i.shgcdn.com/47d20e8f-0460-42d4-858c-52c212979f0f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 680px;
background-position: center -100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-aaa5ab5c-a3c8-488d-8935-af39efafa52e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aaa5ab5c-a3c8-488d-8935-af39efafa52e {
  
}
}@media (max-width: 767px){#s-aaa5ab5c-a3c8-488d-8935-af39efafa52e {
  
}
}







#s-aaa5ab5c-a3c8-488d-8935-af39efafa52e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
}#s-aaa5ab5c-a3c8-488d-8935-af39efafa52e.shg-box.shg-c {
  justify-content: center;
}

#s-adcfe3fb-5200-4724-ae63-50c6cf532971 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: right;
}

#s-adcfe3fb-5200-4724-ae63-50c6cf532971 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-54b81257-0dc8-4ed0-8bc6-ede917f764ed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 1200px;
}

#s-afb58eb9-4799-462b-8882-c3f4cdd91636 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-afb58eb9-4799-462b-8882-c3f4cdd91636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afb58eb9-4799-462b-8882-c3f4cdd91636.shg-box.shg-c {
  justify-content: center;
}

#s-649049a7-ff42-4011-8d66-07e21db9ae24 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
max-width: 1200px;
background-color: rgba(0, 172, 200, 1);
text-align: right;
text-decoration: none;
hover-type: color;
}
#s-649049a7-ff42-4011-8d66-07e21db9ae24:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-649049a7-ff42-4011-8d66-07e21db9ae24:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-649049a7-ff42-4011-8d66-07e21db9ae24-btn-wrapper {
    text-align: right;
  }


#s-649049a7-ff42-4011-8d66-07e21db9ae24.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-f92a8cef-9717-4623-9291-e418d87b32e3 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-f92a8cef-9717-4623-9291-e418d87b32e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f92a8cef-9717-4623-9291-e418d87b32e3.shg-box.shg-c {
  justify-content: center;
}

#s-4020aba1-d18f-45a3-99e5-c56bbf9fc40d {
  min-height: 50px;
}








#s-4020aba1-d18f-45a3-99e5-c56bbf9fc40d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4020aba1-d18f-45a3-99e5-c56bbf9fc40d.shg-box.shg-c {
  justify-content: center;
}

#s-30745c26-f764-47d6-945b-c14ab19602e0 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 1200px;
text-align: left;
}

#s-30745c26-f764-47d6-945b-c14ab19602e0 .shogun-heading-component h2 {
  color: rgba(11, 64, 102, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-d219daac-6927-45cb-a6e9-d8a6377ba5d4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-d219daac-6927-45cb-a6e9-d8a6377ba5d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-a39b076a-986a-491c-b022-8563cd6211e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a39b076a-986a-491c-b022-8563cd6211e8 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



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

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

.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;
}
#s-260fc5b0-2a0c-4ed2-8b35-721bd8ca2149 {
  padding-bottom: 20px;
text-align: right;
}




  #s-260fc5b0-2a0c-4ed2-8b35-721bd8ca2149 img.shogun-image {
    
    width: px;
  }


#s-260fc5b0-2a0c-4ed2-8b35-721bd8ca2149 .shogun-image-content {
  
    align-items: center;
  
}

#s-0917d33b-042d-4597-95cf-6e8491228fd4 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 172, 200, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-0917d33b-042d-4597-95cf-6e8491228fd4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0917d33b-042d-4597-95cf-6e8491228fd4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0917d33b-042d-4597-95cf-6e8491228fd4-btn-wrapper {
    text-align: left;
  }


#s-0917d33b-042d-4597-95cf-6e8491228fd4.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-608acfea-267e-4bc3-ada6-5be6768a211e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-608acfea-267e-4bc3-ada6-5be6768a211e .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-59b1d40f-5c9b-470c-8739-4be34fe2e53b {
  padding-bottom: 20px;
text-align: right;
}




  #s-59b1d40f-5c9b-470c-8739-4be34fe2e53b img.shogun-image {
    
    width: px;
  }


#s-59b1d40f-5c9b-470c-8739-4be34fe2e53b .shogun-image-content {
  
    align-items: center;
  
}

#s-66866818-fb79-46b8-8cf4-2d72eade9de5 {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 172, 200, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-66866818-fb79-46b8-8cf4-2d72eade9de5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-66866818-fb79-46b8-8cf4-2d72eade9de5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66866818-fb79-46b8-8cf4-2d72eade9de5-btn-wrapper {
    text-align: left;
  }


#s-66866818-fb79-46b8-8cf4-2d72eade9de5.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-59ec98d1-8a53-4c0e-8a5f-5dd86504603d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-59ec98d1-8a53-4c0e-8a5f-5dd86504603d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-c70ad386-2996-4c76-9c54-7385c0e1e345 {
  padding-bottom: 20px;
text-align: right;
}




  #s-c70ad386-2996-4c76-9c54-7385c0e1e345 img.shogun-image {
    
    width: px;
  }


#s-c70ad386-2996-4c76-9c54-7385c0e1e345 .shogun-image-content {
  
    align-items: center;
  
}

#s-1284eba7-ae0c-4314-bd6a-c0750025d923 {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 172, 200, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-1284eba7-ae0c-4314-bd6a-c0750025d923:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-1284eba7-ae0c-4314-bd6a-c0750025d923:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1284eba7-ae0c-4314-bd6a-c0750025d923-btn-wrapper {
    text-align: left;
  }


#s-1284eba7-ae0c-4314-bd6a-c0750025d923.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-de2504c5-3338-4903-9196-02677245a523 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 450px;
}

#s-193a4d66-8e77-4793-8198-4e64e2334a61 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 450px;
background-position: center bottom;
}








#s-193a4d66-8e77-4793-8198-4e64e2334a61 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.33);
  opacity: 1;
}#s-193a4d66-8e77-4793-8198-4e64e2334a61.shg-box.shg-c {
  justify-content: center;
}

#s-0a43baa9-a1ad-4861-aa5b-b52198409351 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0a43baa9-a1ad-4861-aa5b-b52198409351"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e7d3ae0a-d09b-438e-936d-c9cbf6d1d587 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1200px;
text-align: left;
}

#s-e7d3ae0a-d09b-438e-936d-c9cbf6d1d587 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c022ce69-94aa-4b12-a982-86d79dd0afb3 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-7d9c2382-cfe1-4199-a2b8-6633cc9384d5 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 172, 200, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-7d9c2382-cfe1-4199-a2b8-6633cc9384d5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-7d9c2382-cfe1-4199-a2b8-6633cc9384d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d9c2382-cfe1-4199-a2b8-6633cc9384d5-btn-wrapper {
    text-align: left;
  }


#s-7d9c2382-cfe1-4199-a2b8-6633cc9384d5.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-afbf3c63-4d70-4668-8de9-0796fc8d7a13 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 700px;
background-position: center center;
}








#s-afbf3c63-4d70-4668-8de9-0796fc8d7a13 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
}#s-afbf3c63-4d70-4668-8de9-0796fc8d7a13.shg-box.shg-c {
  justify-content: center;
}

#s-35172736-965f-4731-87fe-7c6390c2d4f3 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: right;
}

#s-35172736-965f-4731-87fe-7c6390c2d4f3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-ba867da2-7ec4-420f-9ddd-a39b313ec5b3 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-32f0734b-6103-4fa6-b7bf-18b1476d351a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-32f0734b-6103-4fa6-b7bf-18b1476d351a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32f0734b-6103-4fa6-b7bf-18b1476d351a.shg-box.shg-c {
  justify-content: center;
}

#s-6bcb9bf9-b62f-44c3-b8b7-885659946eec {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 172, 200, 1);
text-align: right;
text-decoration: none;
hover-type: color;
}
#s-6bcb9bf9-b62f-44c3-b8b7-885659946eec:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-6bcb9bf9-b62f-44c3-b8b7-885659946eec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6bcb9bf9-b62f-44c3-b8b7-885659946eec-btn-wrapper {
    text-align: right;
  }


#s-6bcb9bf9-b62f-44c3-b8b7-885659946eec.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-13f385cf-d224-4592-aafa-e582e355d834 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}








#s-13f385cf-d224-4592-aafa-e582e355d834 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}#s-13f385cf-d224-4592-aafa-e582e355d834.shg-box.shg-c {
  justify-content: center;
}

#s-09e56edd-fa4d-4705-a5f5-34d05a6f660f {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09e56edd-fa4d-4705-a5f5-34d05a6f660f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-268a16a0-d317-4236-a925-2ff15069cf69 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1200px;
text-align: left;
}

#s-268a16a0-d317-4236-a925-2ff15069cf69 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-694e2190-f707-4686-bf13-78c0610b6887 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-2841130e-6e31-4ea0-9110-0e334cbb1a2c {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 172, 200, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-2841130e-6e31-4ea0-9110-0e334cbb1a2c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-2841130e-6e31-4ea0-9110-0e334cbb1a2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2841130e-6e31-4ea0-9110-0e334cbb1a2c-btn-wrapper {
    text-align: left;
  }


#s-2841130e-6e31-4ea0-9110-0e334cbb1a2c.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-ab777115-5834-42fe-907a-4e78fe234b7e {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-ab777115-5834-42fe-907a-4e78fe234b7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab777115-5834-42fe-907a-4e78fe234b7e.shg-box.shg-c {
  justify-content: center;
}

#s-535253e3-caca-4ae6-8485-c1306c584d07 {
  min-height: 50px;
}








#s-535253e3-caca-4ae6-8485-c1306c584d07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-535253e3-caca-4ae6-8485-c1306c584d07.shg-box.shg-c {
  justify-content: center;
}

#s-84d9bda6-f858-41bc-97c2-12fd493b8539 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 1200px;
text-align: left;
}

#s-84d9bda6-f858-41bc-97c2-12fd493b8539 .shogun-heading-component h2 {
  color: rgba(11, 64, 102, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-461b3e18-ee46-485d-908d-79d95214f263 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-461b3e18-ee46-485d-908d-79d95214f263"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-497a59d1-b592-4c8c-8a58-40720117aa31 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 60px;
text-align: left;
}

#s-497a59d1-b592-4c8c-8a58-40720117aa31 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-8a4efd57-58f6-4901-b7ef-b5d03c313b41 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf {
  text-align: left;
}


.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf {
  max-width: 100%;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf .shg-image-zoom,
.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf {
  max-width: 100%;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf .shg-image-zoom,
.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf {
  max-width: 100%;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf .shg-image-zoom,
.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf {
  max-width: 100%;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf .shg-image-zoom,
.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf {
  max-width: 100%;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf .shg-image-zoom,
.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a00ef82f-bf9a-44ba-a568-2bf67cfd2acf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-43a2bc33-b6b3-4956-b167-f16d39d46786 {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 172, 200, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-43a2bc33-b6b3-4956-b167-f16d39d46786:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-43a2bc33-b6b3-4956-b167-f16d39d46786:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43a2bc33-b6b3-4956-b167-f16d39d46786-btn-wrapper {
    text-align: left;
  }


#s-43a2bc33-b6b3-4956-b167-f16d39d46786.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-db48978d-5e08-46d8-92ec-c4d933d5e92a {
  display: none;
}
#s-6b15ff6b-7a70-4052-be37-4ab09a56b720 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 60px;
text-align: left;
}

#s-6b15ff6b-7a70-4052-be37-4ab09a56b720 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 {
  text-align: left;
}


.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 {
  max-width: 100%;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 .shg-image-zoom,
.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 {
  max-width: 100%;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 .shg-image-zoom,
.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 {
  max-width: 100%;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 .shg-image-zoom,
.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 {
  max-width: 100%;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 .shg-image-zoom,
.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 {
  max-width: 100%;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 .shg-image-zoom,
.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04c129e2-e853-48cb-bf84-86e4f3b30a10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-395185c0-ec44-4467-8516-7a4a45dd7478 {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 172, 200, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-395185c0-ec44-4467-8516-7a4a45dd7478:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-395185c0-ec44-4467-8516-7a4a45dd7478:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-395185c0-ec44-4467-8516-7a4a45dd7478-btn-wrapper {
    text-align: left;
  }


#s-395185c0-ec44-4467-8516-7a4a45dd7478.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-1d676e94-46e4-4ec8-ad46-fd8b884ce4c2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 60px;
text-align: left;
}

#s-1d676e94-46e4-4ec8-ad46-fd8b884ce4c2 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-b3fa1f13-b797-47d6-b2dd-add0fdfb3101 {
  display: none;
}
#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 {
  text-align: left;
}


.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 {
  max-width: 100%;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 .shg-image-zoom,
.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 {
  max-width: 100%;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 .shg-image-zoom,
.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 {
  max-width: 100%;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 .shg-image-zoom,
.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 {
  max-width: 100%;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 .shg-image-zoom,
.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 {
  max-width: 100%;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 .shg-image-zoom,
.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bf6bd99-175c-43ce-9356-2f30969c6cb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dd13e9da-b5bd-441d-8816-4addf69a0ebb {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 172, 200, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-dd13e9da-b5bd-441d-8816-4addf69a0ebb:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-dd13e9da-b5bd-441d-8816-4addf69a0ebb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd13e9da-b5bd-441d-8816-4addf69a0ebb-btn-wrapper {
    text-align: left;
  }


#s-dd13e9da-b5bd-441d-8816-4addf69a0ebb.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-52edf95c-f116-4dfb-a5f5-95c70e6dc22a {
  min-height: 50px;
}








#s-52edf95c-f116-4dfb-a5f5-95c70e6dc22a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52edf95c-f116-4dfb-a5f5-95c70e6dc22a.shg-box.shg-c {
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-a35b6583-1e05-472a-9fd5-e5e5f88cbd84 {
  margin-top: 50px;
margin-bottom: 20px;
min-height: 50px;
}








#s-a35b6583-1e05-472a-9fd5-e5e5f88cbd84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a35b6583-1e05-472a-9fd5-e5e5f88cbd84.shg-box.shg-c {
  justify-content: center;
}

#s-f353e0ea-604f-44b1-9e1b-10261dc7743f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-f353e0ea-604f-44b1-9e1b-10261dc7743f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f353e0ea-604f-44b1-9e1b-10261dc7743f.shg-box.shg-c {
  justify-content: center;
}

#s-b376a33c-7216-48e1-b1d8-4d414b4c20da {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 1200px;
text-align: left;
}

#s-b376a33c-7216-48e1-b1d8-4d414b4c20da .shogun-heading-component h2 {
  color: rgba(11, 64, 102, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-3c9520dc-10e0-4cdd-887c-9d9325a8fddd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-06281acb-2f8a-4ae7-bad4-8e0eb0c6d1e7 {
  text-align: center;
}




  #s-06281acb-2f8a-4ae7-bad4-8e0eb0c6d1e7 img.shogun-image {
    
    width: px;
  }


#s-06281acb-2f8a-4ae7-bad4-8e0eb0c6d1e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-251d9c4b-4284-4b9f-b810-10fb874ef856 {
  margin-top: 0px;
margin-bottom: -6px;
}

#s-bd5fb4b4-0d14-4f79-bd3d-8cbc73a9dcd8 {
  margin-bottom: -11px;
}

#s-669b65e1-0442-432d-ad54-21264c411cc0 {
  margin-bottom: 40px;
}

#s-dc34d821-df83-4da7-a34f-de3d6416f51c {
  text-align: center;
}




  #s-dc34d821-df83-4da7-a34f-de3d6416f51c img.shogun-image {
    
    width: px;
  }


#s-dc34d821-df83-4da7-a34f-de3d6416f51c .shogun-image-content {
  
    align-items: center;
  
}

#s-0e755927-2023-4c3b-8b25-ea5ec4e790c7 {
  margin-top: 0px;
margin-bottom: -6px;
}

#s-902ebd29-5fcf-4fe9-ba3a-52f248ac826a {
  margin-bottom: -11px;
}

#s-1cafe581-8022-4fd4-ba59-030baff883a1 {
  margin-bottom: 40px;
}

#s-71ce2bdb-8ed3-46a8-b5d0-ffdcaf297021 {
  text-align: center;
}




  #s-71ce2bdb-8ed3-46a8-b5d0-ffdcaf297021 img.shogun-image {
    
    width: px;
  }


#s-71ce2bdb-8ed3-46a8-b5d0-ffdcaf297021 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd89c6dc-8da8-4c92-acde-11ddcec35822 {
  margin-top: 0px;
margin-bottom: -6px;
}

#s-09c57af7-44cd-4c69-93c3-15014574dd66 {
  margin-bottom: -11px;
}

#s-9e9ce9a0-1383-4af1-8eb5-7f815adac758 {
  min-height: 50px;
}








#s-9e9ce9a0-1383-4af1-8eb5-7f815adac758 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e9ce9a0-1383-4af1-8eb5-7f815adac758.shg-box.shg-c {
  justify-content: center;
}

#s-a2859032-5a54-4fba-8623-0cff2c35fa3d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 1200px;
text-align: left;
}

#s-a2859032-5a54-4fba-8623-0cff2c35fa3d .shogun-heading-component h2 {
  color: rgba(11, 64, 102, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-32c10963-cfe8-4040-aa8c-cf1b3f67f059 {
  min-height: 200px;
}








#s-32c10963-cfe8-4040-aa8c-cf1b3f67f059 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32c10963-cfe8-4040-aa8c-cf1b3f67f059.shg-box.shg-c {
  justify-content: center;
}

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

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-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;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

[id="s-ee3ae3d2-7d70-4543-865d-c417847d2f3a"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 0px;
}

.shg-ig-posts-container {
  width: calc(100% + 0px) !important;
}

@media (min-width: 768px) {
  [id="s-ee3ae3d2-7d70-4543-865d-c417847d2f3a"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 0px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 0px) !important;
  }
}

#s-10caf2be-4552-4164-9fbc-311cb7ad9ac2 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-10caf2be-4552-4164-9fbc-311cb7ad9ac2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10caf2be-4552-4164-9fbc-311cb7ad9ac2.shg-box.shg-c {
  justify-content: center;
}

#s-0bed4814-f781-4316-b9a9-00fc8d4cf088 {
  min-height: 50px;
}








#s-0bed4814-f781-4316-b9a9-00fc8d4cf088 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bed4814-f781-4316-b9a9-00fc8d4cf088.shg-box.shg-c {
  justify-content: center;
}

#s-0335fec6-bb03-43ea-8938-6dc293496289 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 1200px;
text-align: left;
}

#s-0335fec6-bb03-43ea-8938-6dc293496289 .shogun-heading-component h2 {
  color: rgba(11, 64, 102, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2b521425-d7f8-42c5-ac7d-da789324ea80 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-2b521425-d7f8-42c5-ac7d-da789324ea80"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-b43115a3-5c41-4106-8013-5ac7dbf83e0a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 60px;
text-align: left;
}

#s-b43115a3-5c41-4106-8013-5ac7dbf83e0a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-57bdc46f-768a-4919-ac54-749663333b80 {
  display: none;
}
#s-6070a864-596b-4166-983a-b78666db59af {
  text-align: left;
}


.shg-c#s-6070a864-596b-4166-983a-b78666db59af {
  max-width: 100%;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af .shg-image-zoom,
.shg-c#s-6070a864-596b-4166-983a-b78666db59af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6070a864-596b-4166-983a-b78666db59af {
  max-width: 100%;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af .shg-image-zoom,
.shg-c#s-6070a864-596b-4166-983a-b78666db59af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6070a864-596b-4166-983a-b78666db59af {
  max-width: 100%;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af .shg-image-zoom,
.shg-c#s-6070a864-596b-4166-983a-b78666db59af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6070a864-596b-4166-983a-b78666db59af {
  max-width: 100%;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af .shg-image-zoom,
.shg-c#s-6070a864-596b-4166-983a-b78666db59af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6070a864-596b-4166-983a-b78666db59af {
  max-width: 100%;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af .shg-image-zoom,
.shg-c#s-6070a864-596b-4166-983a-b78666db59af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6070a864-596b-4166-983a-b78666db59af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3bbbb3bf-1589-4b01-8061-30fb72029eff {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 172, 200, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-3bbbb3bf-1589-4b01-8061-30fb72029eff:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-3bbbb3bf-1589-4b01-8061-30fb72029eff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3bbbb3bf-1589-4b01-8061-30fb72029eff-btn-wrapper {
    text-align: left;
  }


#s-3bbbb3bf-1589-4b01-8061-30fb72029eff.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-16d225f0-98ab-4637-9a7d-b84c4e0e6bbd {
  display: none;
}
#s-df8f599d-4236-486c-ac12-35c6021ac2e9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 60px;
text-align: left;
}

#s-df8f599d-4236-486c-ac12-35c6021ac2e9 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c {
  text-align: left;
}


.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c {
  max-width: 100%;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c .shg-image-zoom,
.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c {
  max-width: 100%;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c .shg-image-zoom,
.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c {
  max-width: 100%;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c .shg-image-zoom,
.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c {
  max-width: 100%;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c .shg-image-zoom,
.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c {
  max-width: 100%;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c .shg-image-zoom,
.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e4d0aac-4d6e-4dcc-b305-e24e8d7c021c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-417ffeae-8fdc-4c83-a7c6-1f23e3b91ff7 {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 172, 200, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-417ffeae-8fdc-4c83-a7c6-1f23e3b91ff7:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-417ffeae-8fdc-4c83-a7c6-1f23e3b91ff7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-417ffeae-8fdc-4c83-a7c6-1f23e3b91ff7-btn-wrapper {
    text-align: left;
  }


#s-417ffeae-8fdc-4c83-a7c6-1f23e3b91ff7.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-bc812e00-9f43-48d6-b067-f03480ded797 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 60px;
text-align: left;
}

#s-bc812e00-9f43-48d6-b067-f03480ded797 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Futura;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-42ca99cc-4d7c-41be-a99f-7175690fd973 {
  display: none;
}
#s-db9832da-4e37-48f6-8901-685a69b16ad3 {
  text-align: left;
}


.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 {
  max-width: 100%;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 .shg-image-zoom,
.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 {
  max-width: 100%;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 .shg-image-zoom,
.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 {
  max-width: 100%;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 .shg-image-zoom,
.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 {
  max-width: 100%;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 .shg-image-zoom,
.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 {
  max-width: 100%;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 .shg-image-zoom,
.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db9832da-4e37-48f6-8901-685a69b16ad3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5a32bc36-de79-41cd-a82a-1062a95adfb6 {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 172, 200, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-5a32bc36-de79-41cd-a82a-1062a95adfb6:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(11, 64, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-5a32bc36-de79-41cd-a82a-1062a95adfb6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a32bc36-de79-41cd-a82a-1062a95adfb6-btn-wrapper {
    text-align: left;
  }


#s-5a32bc36-de79-41cd-a82a-1062a95adfb6.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

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

#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;
      -ms-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;
}
